A

Drupal::accessManager() — Method in class Drupal

Returns the access manager service.

AnnotationBaseClass in namespace Drupal\Component\Annotation

Provides a base class for classed annotations.

AnnotationInterfaceClass in namespace Drupal\Component\Annotation

Defines a common interface for classed annotations.

DocParser::addNamespace() — Method in class DocParser

Sets the default namespaces.

SimpleAnnotationReader::addNamespace() — Method in class SimpleAnnotationReader

Adds a namespace in which we will look for annotations.

AnnotatedClassDiscoveryClass in namespace Drupal\Component\Annotation\Plugin\Discovery

Defines a discovery mechanism to find annotated plugins in PSR-4 namespaces.

$ AnnotatedClassDiscovery#annotationReaderProperty in class AnnotatedClassDiscovery

The doctrine annotation reader.

$ AnnotatedClassDiscovery#annotationNamespacesProperty in class AnnotatedClassDiscovery

Additional namespaces to be scanned for annotation classes.

AnnotationBridgeDecoratorClass in namespace Drupal\Component\Annotation\Plugin\Discovery

Ensures that all definitions are run through the annotation process.

Inspector::assertTraversable() — Method in class Inspector

Asserts argument can be traversed with foreach.

Inspector::assertAll() — Method in class Inspector

Asserts callback returns TRUE for each member of a traversable.

Inspector::assertAllStrings() — Method in class Inspector

Asserts that all members are strings.

Inspector::assertAllStringable() — Method in class Inspector

Asserts all members are strings or objects with magic __toString() method.

Inspector::assertStringable() — Method in class Inspector

Asserts argument is a string or an object castable to a string.

Inspector::assertAllArrays() — Method in class Inspector

Asserts that all members are arrays.

Inspector::assertStrictArray() — Method in class Inspector

Asserts that the array is strict.

Inspector::assertAllStrictArrays() — Method in class Inspector

Asserts all members are strict arrays.

Inspector::assertAllHaveKey() — Method in class Inspector

Asserts all given keys exist in every member array.

Inspector::assertAllIntegers() — Method in class Inspector

Asserts that all members are integer values.

Inspector::assertAllFloat() — Method in class Inspector

Asserts that all members are float values.

Inspector::assertAllCallable() — Method in class Inspector

Asserts that all members are callable.

Inspector::assertAllNotEmpty() — Method in class Inspector

Asserts that all members are not empty.

Inspector::assertAllNumeric() — Method in class Inspector

Asserts all members are numeric data types or strings castable to such.

Inspector::assertAllMatch() — Method in class Inspector

Asserts that all members are strings that contain the specified string.

Inspector::assertAllRegularExpressionMatch() — Method in class Inspector

Asserts that all members are strings matching a regular expression.

Inspector::assertAllObjects() — Method in class Inspector

Asserts that all members are objects.

DateTimePlus::arrayToISO() — Method in class DateTimePlus

Creates an ISO date from an array of values.

DateTimePlus::add() — Method in class DateTimePlus
$ Container#aliasesProperty in class Container

The aliases of the container.

$ OptimizedPhpArrayDumper#aliasesProperty in class OptimizedPhpArrayDumper

A list of container aliases.

HWLDFWordAccumulator::addWords() — Method in class HWLDFWordAccumulator
ContainerAwareEventDispatcher::addListener() — Method in class ContainerAwareEventDispatcher
{@inheritdoc}
ContainerAwareEventDispatcher::addSubscriber() — Method in class ContainerAwareEventDispatcher
{@inheritdoc}
ApcuFileCacheBackendClass in namespace Drupal\Component\FileCache

APCu backend for the file cache.

RegexDirectoryIterator::accept() — Method in class RegexDirectoryIterator

Implements \FilterIterator::accept().

$ PoHeader#authorsProperty in class PoHeader

Author(s) of the file.

ContextDefinitionInterface::addConstraint() — Method in class ContextDefinitionInterface

Adds a validation constraint.

ContextAwarePluginDefinitionInterface::addContextDefinition() — Method in class ContextAwarePluginDefinitionInterface

Adds a context to this plugin definition.

ContextAwarePluginDefinitionTrait::addContextDefinition() — Method in class ContextAwarePluginDefinitionTrait

Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::addContextDefinition().

LazyPluginCollection::addInstanceId() — Method in class LazyPluginCollection

Adds an instance ID to the available instance IDs.

$ FormattableMarkup#argumentsProperty in class FormattableMarkup

The arguments to replace placeholders with.

YamlPecl::applyBooleanCallbacks() — Method in class YamlPecl

Applies callbacks after parsing to ignore 1.1 style booleans.

ArgumentsResolverClass in namespace Drupal\Component\Utility

Resolves the arguments to pass to a callable.

ArgumentsResolverInterfaceClass in namespace Drupal\Component\Utility

Resolves the arguments to pass to a callable.

Number::alphadecimalToInt() — Method in class Number

Decodes a sorting code back to an integer.

$ UrlHelper#allowedProtocolsProperty in class UrlHelper

The list of allowed protocols.

$ Xss#adminTagsProperty in class Xss

The list of HTML tags allowed by filterAdmin().

Xss::attributes() — Method in class Xss

Processes a string of HTML attributes.

MessagePlugin::activate() — Method in class MessagePlugin
{@inheritdoc}
AllowedPackagesClass in namespace Drupal\Composer\Plugin\Scaffold

Determine recursively which packages have been allowed to scaffold files.

GenerateAutoloadReferenceFile::autoloadFileCommitted() — Method in class GenerateAutoloadReferenceFile

Determines whether or not the autoload file has been committed.

GenerateAutoloadReferenceFile::autoloadPath() — Method in class GenerateAutoloadReferenceFile

Generates a scaffold file path object for the autoload file.

GenerateAutoloadReferenceFile::autoLoadContents() — Method in class GenerateAutoloadReferenceFile

Builds the contents of the autoload file.

Interpolator::addData() — Method in class Interpolator

Adds to the data set to use when interpolating.

ManageGitIgnore::addToGitIgnore() — Method in class ManageGitIgnore

Adds a set of entries to the specified .gitignore file.

AbstractOperationClass in namespace Drupal\Composer\Plugin\Scaffold\Operations

Provides default behaviors for operations.

AppendOpClass in namespace Drupal\Composer\Plugin\Scaffold\Operations

Scaffold operation to add to the beginning and/or end of a scaffold file.

$ AppendOp#appendProperty in class AppendOp

Path to the source file to append, if any.

OperationData::append() — Method in class OperationData

Gets append path.

Plugin::activate() — Method in class Plugin
{@inheritdoc}
ScaffoldFilePath::addInterpolationData() — Method in class ScaffoldFilePath

Adds data about the relative and full path to the provided interpolator.

ScaffoldOptions::allowedPackages() — Method in class ScaffoldOptions

Gets allowed packages from these options.

VendorHardeningPlugin::activate() — Method in class VendorHardeningPlugin
{@inheritdoc}
AccessArgumentsResolverFactoryClass in namespace Drupal\Core\Access

Resolves the arguments to pass to an access check callable.

AccessArgumentsResolverFactoryInterfaceClass in namespace Drupal\Core\Access

Constructs the arguments resolver instance to use when running access checks.

AccessCheckInterfaceClass in namespace Drupal\Core\Access

An access check service determines access rules for particular routes.

AccessCheckInterface::applies() — Method in class AccessCheckInterface

Declares whether the access check applies to a specific route or not.

AccessExceptionClass in namespace Drupal\Core\Access

An exception thrown for access errors.

AccessManagerClass in namespace Drupal\Core\Access

Attaches access check services to routes and runs them on request.

$ AccessManager#argumentsResolverFactoryProperty in class AccessManager

The access arguments resolver.

AccessManagerInterfaceClass in namespace Drupal\Core\Access

Provides an interface for attaching and running access check services.

AccessResultClass in namespace Drupal\Core\Access

Value object for passing an access result with cacheability metadata.

AccessResult::allowed() — Method in class AccessResult

Creates an AccessResultInterface object with isAllowed() === TRUE.

AccessResult::allowedIf() — Method in class AccessResult

Creates an allowed or neutral access result.

AccessResult::allowedIfHasPermission() — Method in class AccessResult

Creates an allowed access result if the permission is present, neutral otherwise.

AccessResult::allowedIfHasPermissions() — Method in class AccessResult

Creates an allowed access result if the permissions are present, neutral otherwise.

AccessResult::andIf() — Method in class AccessResult

Combine this access result with another using AND.

AccessResultAllowedClass in namespace Drupal\Core\Access

Value object indicating an allowed access result, with cacheability metadata.

AccessResultForbiddenClass in namespace Drupal\Core\Access

Value object indicating a forbidden access result, with cacheability metadata.

AccessResultInterfaceClass in namespace Drupal\Core\Access

Interface for access result value objects.

AccessResultInterface::andIf() — Method in class AccessResultInterface

Combine this access result with another using AND.

AccessResultNeutralClass in namespace Drupal\Core\Access

Value object indicating a neutral access result, with cacheability metadata.

AccessResultReasonInterfaceClass in namespace Drupal\Core\Access

Interface for access result value objects with stored reason for developers.

AccessibleInterfaceClass in namespace Drupal\Core\Access

Interface for checking access.

AccessibleInterface::access() — Method in class AccessibleInterface

Checks data value access.

CheckProvider::addCheckService() — Method in class CheckProvider

Registers a new AccessCheck by service ID.

CheckProvider::applies() — Method in class CheckProvider

Determine which registered access checks apply to a route.

CheckProviderInterface::addCheckService() — Method in class CheckProviderInterface

Registers a new AccessCheck by service ID.

CsrfAccessCheck::access() — Method in class CsrfAccessCheck

Checks access based on a CSRF token for the request.

CsrfRequestHeaderAccessCheck::applies() — Method in class CsrfRequestHeaderAccessCheck

Declares whether the access check applies to a specific route or not.

CsrfRequestHeaderAccessCheck::access() — Method in class CsrfRequestHeaderAccessCheck

Checks access.

$ CustomAccessCheck#argumentsResolverFactoryProperty in class CustomAccessCheck

The arguments resolver.

CustomAccessCheck::access() — Method in class CustomAccessCheck

Checks access for the account and route using the custom access checker.

DefaultAccessCheck::access() — Method in class DefaultAccessCheck

Checks access to the route based on the _access parameter.

ActionBaseClass in namespace Drupal\Core\Action

Provides a base implementation for an Action plugin.

ActionInterfaceClass in namespace Drupal\Core\Action

Provides an interface for an Action plugin.

ActionInterface::access() — Method in class ActionInterface

Checks object access.

ActionManagerClass in namespace Drupal\Core\Action

Provides an Action plugin manager.

ActionPluginCollectionClass in namespace Drupal\Core\Action

Provides a container for lazily loading Action plugins.

DeleteAction::access() — Method in class DeleteAction

Checks object access.

EmailAction::access() — Method in class EmailAction

Checks object access.

GotoAction::access() — Method in class GotoAction

Checks object access.

MessageAction::access() — Method in class MessageAction

Checks object access.

PublishAction::access() — Method in class PublishAction

Checks object access.

SaveAction::access() — Method in class SaveAction

Checks object access.

UnpublishAction::access() — Method in class UnpublishAction

Checks object access.

AddCssCommandClass in namespace Drupal\Core\Ajax

An AJAX command for adding css to the page via ajax.

AfterCommandClass in namespace Drupal\Core\Ajax

An AJAX command for calling the jQuery after() method.

AjaxFormHelperTraitClass in namespace Drupal\Core\Ajax

Provides a helper to for submitting an AJAX form.

AjaxFormHelperTrait::ajaxSubmit() — Method in class AjaxFormHelperTrait

Submit form dialog #ajax callback.

AjaxHelperTraitClass in namespace Drupal\Core\Ajax

Provides a helper to determine if the current request is via AJAX.

AjaxResponseClass in namespace Drupal\Core\Ajax

JSON response object for AJAX requests.

AjaxResponse::addCommand() — Method in class AjaxResponse

Add an AJAX command to the response.

AjaxResponseAttachmentsProcessorClass in namespace Drupal\Core\Ajax

Processes attachments of AJAX responses.

$ AjaxResponseAttachmentsProcessor#assetResolverProperty in class AjaxResponseAttachmentsProcessor

The asset resolver service.

AlertCommandClass in namespace Drupal\Core\Ajax

AJAX command for a javascript alert box.

AnnounceCommandClass in namespace Drupal\Core\Ajax

AJAX command for a JavaScript Drupal.announce() call.

AppendCommandClass in namespace Drupal\Core\Ajax

An AJAX command for calling the jQuery append() method.

$ ChangedCommand#asteriskProperty in class ChangedCommand

An optional CSS selector for elements to which asterisks will be appended.

$ CommandWithAttachedAssetsTrait#attachedAssetsProperty in class CommandWithAttachedAssetsTrait

The attached assets for this Ajax command.

$ InvokeCommand#argumentsProperty in class InvokeCommand

An optional list of arguments to pass to the method.

ActionClass in namespace Drupal\Core\Annotation

Defines an Action annotation object.

AppRootFactoryClass in namespace Drupal\Core

Gets the app root from the kernel.

ArchiverClass in namespace Drupal\Core\Archiver\Annotation

Defines an archiver annotation object.

ArchiveTarClass in namespace Drupal\Core\Archiver

Extends Pear's Archive_Tar to use exceptions.

ArchiverExceptionClass in namespace Drupal\Core\Archiver

Defines an exception class for Drupal\Core\Archiver\ArchiverInterface.

ArchiverInterfaceClass in namespace Drupal\Core\Archiver

Defines the common interface for all Archiver classes.

ArchiverInterface::add() — Method in class ArchiverInterface

Adds the specified file or directory to the archive.

ArchiverManagerClass in namespace Drupal\Core\Archiver

Provides an Archiver plugin manager.

Tar::add() — Method in class Tar

Adds the specified file or directory to the archive.

Zip::add() — Method in class Zip

Adds the specified file or directory to the archive.

AssetCollectionGrouperInterfaceClass in namespace Drupal\Core\Asset

Interface defining a service that logically groups a collection of assets.

AssetCollectionOptimizerInterfaceClass in namespace Drupal\Core\Asset

Interface defining a service that optimizes a collection of assets.

AssetCollectionRendererInterfaceClass in namespace Drupal\Core\Asset

Interface defining a service that generates a render array to render assets.

AssetDumperClass in namespace Drupal\Core\Asset

Dumps a CSS or JavaScript asset.

AssetDumperInterfaceClass in namespace Drupal\Core\Asset

Interface defining a service that dumps an (optimized) asset.

AssetOptimizerInterfaceClass in namespace Drupal\Core\Asset

Interface defining a service that optimizes an asset.

AssetResolverClass in namespace Drupal\Core\Asset

The default asset resolver.

AssetResolverInterfaceClass in namespace Drupal\Core\Asset

Resolves asset libraries into concrete CSS and JavaScript assets.

AttachedAssetsClass in namespace Drupal\Core\Asset

The default attached assets collection.

$ AttachedAssets#alreadyLoadedLibrariesProperty in class AttachedAssets

The set of asset libraries that the client has already loaded.

AttachedAssetsInterfaceClass in namespace Drupal\Core\Asset

The attached assets collection for the current response.

LibraryDiscoveryCollector::applyLibrariesExtend() — Method in class LibraryDiscoveryCollector

Applies the libraries-extend specified by the active theme.

LibraryDiscoveryParser::applyLibrariesOverride() — Method in class LibraryDiscoveryParser

Apply libraries overrides specified for the current active theme.

AuthenticationCollectorClass in namespace Drupal\Core\Authentication

A collector class for authentication providers.

AuthenticationCollector::addProvider() — Method in class AuthenticationCollector

Adds a provider to the array of registered providers.

AuthenticationCollectorInterfaceClass in namespace Drupal\Core\Authentication

Interface for collectors of registered authentication providers.

AuthenticationCollectorInterface::addProvider() — Method in class AuthenticationCollectorInterface

Adds a provider to the array of registered providers.

AuthenticationManagerClass in namespace Drupal\Core\Authentication

Manager for authentication.

$ AuthenticationManager#authCollectorProperty in class AuthenticationManager

The authentication provider collector.

AuthenticationManager::applies() — Method in class AuthenticationManager

Checks whether suitable authentication credentials are on the request.

AuthenticationManager::authenticate() — Method in class AuthenticationManager

Authenticates the user.

AuthenticationManager::appliesToRoutedRequest() — Method in class AuthenticationManager

Checks whether the authentication method is allowed on a given route.

AuthenticationManager::applyFilter() — Method in class AuthenticationManager

Checks whether a provider is allowed on the given request.

AuthenticationProviderChallengeInterfaceClass in namespace Drupal\Core\Authentication

Generate a challenge when access is denied for unauthenticated users.

AuthenticationProviderFilterInterfaceClass in namespace Drupal\Core\Authentication

Restrict authentication methods to a subset of the site.

AuthenticationProviderFilterInterface::appliesToRoutedRequest() — Method in class AuthenticationProviderFilterInterface

Checks whether the authentication method is allowed on a given route.

AuthenticationProviderInterfaceClass in namespace Drupal\Core\Authentication

Interface for authentication providers.

AuthenticationProviderInterface::applies() — Method in class AuthenticationProviderInterface

Checks whether suitable authentication credentials are on the request.

AuthenticationProviderInterface::authenticate() — Method in class AuthenticationProviderInterface

Authenticates the user.

BatchBuilder::addOperation() — Method in class BatchBuilder

Adds a batch operation.

$ Block#admin_labelProperty in class Block

The administrative label of the block.

BlockPluginInterface::access() — Method in class BlockPluginInterface

Indicates whether the block should be shown.

BlockPluginTrait::access() — Method in class BlockPluginTrait
{@inheritdoc}
Breadcrumb::addLink() — Method in class Breadcrumb

Appends a link to the end of the ordered list of breadcrumb links.

BreadcrumbBuilderInterface::applies() — Method in class BreadcrumbBuilderInterface

Whether this breadcrumb builder should be used to build the breadcrumb.

BreadcrumbManager::addBuilder() — Method in class BreadcrumbManager

Adds another breadcrumb builder.

BreadcrumbManager::applies() — Method in class BreadcrumbManager

Whether this breadcrumb builder should be used to build the breadcrumb.

ChainBreadcrumbBuilderInterface::addBuilder() — Method in class ChainBreadcrumbBuilderInterface

Adds another breadcrumb builder.

ApcuBackendClass in namespace Drupal\Core\Cache

Stores cache items in the Alternative PHP Cache User Cache (APCu).

ApcuBackendFactoryClass in namespace Drupal\Core\Cache
BackendChain::appendBackend() — Method in class BackendChain

Appends a cache backend to the cache chain.

CacheTagsInvalidator::addInvalidator() — Method in class CacheTagsInvalidator

Adds a cache tags invalidator.

CacheableMetadata::applyTo() — Method in class CacheableMetadata

Applies the values of this CacheableMetadata object to a render array.

CacheableResponseInterface::addCacheableDependency() — Method in class CacheableResponseInterface

Adds a dependency on an object: merges its cacheability metadata.

CacheableResponseTrait::addCacheableDependency() — Method in class CacheableResponseTrait
{@inheritdoc}
AccountPermissionsCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the AccountPermissionsCacheContext service, for "per permission" caching.

CacheContextsManager::assertValidTokens() — Method in class CacheContextsManager

Asserts the context tokens are valid.

RefinableCacheableDependencyInterface::addCacheContexts() — Method in class RefinableCacheableDependencyInterface

Adds cache contexts.

RefinableCacheableDependencyInterface::addCacheTags() — Method in class RefinableCacheableDependencyInterface

Adds cache tags.

RefinableCacheableDependencyInterface::addCacheableDependency() — Method in class RefinableCacheableDependencyInterface

Adds a dependency on an object: merges its cacheability metadata.

RefinableCacheableDependencyTrait::addCacheableDependency() — Method in class RefinableCacheableDependencyTrait
{@inheritdoc}
RefinableCacheableDependencyTrait::addCacheContexts() — Method in class RefinableCacheableDependencyTrait
{@inheritdoc}
RefinableCacheableDependencyTrait::addCacheTags() — Method in class RefinableCacheableDependencyTrait
{@inheritdoc}
ConditionPluginCollection::addContext() — Method in class ConditionPluginCollection

Sets the condition context for a given name.

ConfigCollectionInfo::addCollection() — Method in class ConfigCollectionInfo

Adds a collection to the list of possible collections.

ConfigFactory::addOverride() — Method in class ConfigFactory

Adds config factory override services.

ConfigFactoryInterface::addOverride() — Method in class ConfigFactoryInterface

Adds config factory override services.

ConfigFactoryOverrideBase::addCollections() — Method in class ConfigFactoryOverrideBase

Reacts to the ConfigEvents::COLLECTION_INFO event.

ConfigImporter::alreadyImporting() — Method in class ConfigImporter

Determines if an import is already running.

$ ConfigInstaller#activeStoragesProperty in class ConfigInstaller

The active configuration storages, keyed by collection.

$ ConfigManager#activeStorageProperty in class ConfigManager

The active configuration storage.

ConfigDependencyDeleteFormTrait::addDependencyListsToForm() — Method in class ConfigDependencyDeleteFormTrait

Adds form elements to list affected configuration entities.

ConfigEntityBase::addDependency() — Method in class ConfigEntityBase

Overrides \Drupal\Core\Entity\DependencyTrait:addDependency().

$ ExportStorageManager#activeProperty in class ExportStorageManager

The active configuration storage.

ArrayElementClass in namespace Drupal\Core\Config\Schema

Defines a generic configuration element that contains multiple properties.

StorageComparer::addChangeList() — Method in class StorageComparer

Adds changes to the changelist.

StorageComparer::addChangelistDelete() — Method in class StorageComparer

Creates the delete changelist.

StorageComparer::addChangelistCreate() — Method in class StorageComparer

Creates the create changelist.

StorageComparer::addChangelistUpdate() — Method in class StorageComparer

Creates the update changelist.

StorageComparer::addChangelistRename() — Method in class StorageComparer

Creates the rename changelist.

TypedConfigManager::alterDefinitions() — Method in class TypedConfigManager

Invokes the hook to alter the definitions if the alter hook is set.

$ FormController#argumentResolverProperty in class FormController

The argument resolver.

$ TitleResolver#argumentResolverProperty in class TitleResolver

The argument resolver.

CoreServiceProvider::alter() — Method in class CoreServiceProvider

Alters the UUID service to use the most efficient method available.

$ Cron#accountSwitcherProperty in class Cron

The account switcher service.

Connection::attachDatabase() — Method in class Connection

Allows the connection to access additional databases.

Connection::addRootTransactionEndCallback() — Method in class Connection

Adds a root transaction end callback.

$ Database#activeKeyProperty in class Database

The key of the currently active database connection.

Database::addConnectionInfo() — Method in class Database

Adds database connection information for a given key/target.

AlterableInterfaceClass in namespace Drupal\Core\Database\Query

Interface for a query that can be manipulated via an alter hook.

AlterableInterface::addTag() — Method in class AlterableInterface

Adds a tag to a query.

AlterableInterface::addMetaData() — Method in class AlterableInterface

Adds additional metadata to the query.

$ Condition#argumentsProperty in class Condition

Array of arguments.

Condition::alwaysFalse() — Method in class Condition

Sets a condition that is always false.

Condition::arguments() — Method in class Condition

Gets a complete list of all values to insert into the prepared statement.

Condition::andConditionGroup() — Method in class Condition

Creates a new group of conditions ANDed together.

ConditionInterface::alwaysFalse() — Method in class ConditionInterface

Sets a condition that is always false.

ConditionInterface::arguments() — Method in class ConditionInterface

Gets a complete list of all values to insert into the prepared statement.

ConditionInterface::andConditionGroup() — Method in class ConditionInterface

Creates a new group of conditions ANDed together.

QueryConditionTrait::alwaysFalse() — Method in class QueryConditionTrait
{@inheritdoc}
QueryConditionTrait::arguments() — Method in class QueryConditionTrait
{@inheritdoc}
QueryConditionTrait::andConditionGroup() — Method in class QueryConditionTrait
{@inheritdoc}
Select::addTag() — Method in class Select

Adds a tag to a query.

Select::addMetaData() — Method in class Select

Adds additional metadata to the query.

Select::arguments() — Method in class Select

Gets a complete list of all values to insert into the prepared statement.

Select::addField() — Method in class Select

Adds a field to the list to be SELECTed.

Select::addExpression() — Method in class Select

Adds an expression to the list of "fields" to be SELECTed.

Select::addJoin() — Method in class Select

Join against another table in the database.

SelectExtender::addTag() — Method in class SelectExtender

Adds a tag to a query.

SelectExtender::addMetaData() — Method in class SelectExtender

Adds additional metadata to the query.

SelectExtender::arguments() — Method in class SelectExtender

Gets a complete list of all values to insert into the prepared statement.

SelectExtender::addField() — Method in class SelectExtender

Adds a field to the list to be SELECTed.

SelectExtender::addExpression() — Method in class SelectExtender

Adds an expression to the list of "fields" to be SELECTed.

SelectExtender::addJoin() — Method in class SelectExtender

Join against another table in the database.

SelectExtender::alwaysFalse() — Method in class SelectExtender

Sets a condition that is always false.

SelectExtender::andConditionGroup() — Method in class SelectExtender

Creates a new group of conditions ANDed together.

SelectInterface::addField() — Method in class SelectInterface

Adds a field to the list to be SELECTed.

SelectInterface::addExpression() — Method in class SelectInterface

Adds an expression to the list of "fields" to be SELECTed.

SelectInterface::addJoin() — Method in class SelectInterface

Join against another table in the database.

$ Update#argumentsProperty in class Update

An array of values to update to.

Schema::addField() — Method in class Schema

Add a new field to a table.

Schema::addPrimaryKey() — Method in class Schema

Add a primary key.

Schema::addUniqueKey() — Method in class Schema

Add a unique key.

Schema::addIndex() — Method in class Schema

Add an index.

DateHelper::ampm() — Method in class DateHelper

Constructs an array of AM and PM options.

AuthenticationProviderPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Registers the authentication_providers container parameter.

ServiceModifierInterface::alter() — Method in class ServiceModifierInterface

Modifies existing service definitions.

ServiceProviderBase::alter() — Method in class ServiceProviderBase

Modifies existing service definitions.

DiffFormatter::addedLine() — Method in class DiffFormatter

Creates an added line.

$ DisplayVariant#admin_labelProperty in class DisplayVariant

The administrative label.

VariantBase::adminLabel() — Method in class VariantBase

Returns the admin-facing display variant label.

VariantBase::access() — Method in class VariantBase

Determines if this display variant is accessible.

VariantInterface::adminLabel() — Method in class VariantInterface

Returns the admin-facing display variant label.

VariantInterface::access() — Method in class VariantInterface

Determines if this display variant is accessible.

$ DrupalKernel#allowDumpingProperty in class DrupalKernel

Whether the container can be dumped.

DrupalKernel::attachSynthetic() — Method in class DrupalKernel

Attach synthetic values on to kernel.

DrupalKernel::addServiceFiles() — Method in class DrupalKernel

Add service files.

$ ContentEntityBase#activeLangcodeProperty in class ContentEntityBase

Language code identifying the entity active language.

ContentEntityBase::access() — Method in class ContentEntityBase

Checks data value access.

ContentEntityBase::addTranslation() — Method in class ContentEntityBase

Adds a new translation to the translatable object.

ContentEntityConfirmFormBase::actions() — Method in class ContentEntityConfirmFormBase

Returns an array of supported actions for the current entity form.

ContentEntityForm::addRevisionableFormFields() — Method in class ContentEntityForm

Add revision form fields if the entity enabled the UI.

EntityController::addPage() — Method in class EntityController

Displays add links for the available bundles.

EntityController::addTitle() — Method in class EntityController

Provides a generic add title callback for an entity type.

EntityController::addBundleTitle() — Method in class EntityController

Provides a generic add title callback for entities with bundles.

DependencyTrait::addDependency() — Method in class DependencyTrait

Adds a dependency.

DependencyTrait::addDependencies() — Method in class DependencyTrait

Adds multiple dependencies.

EntityBundleRouteEnhancer::applies() — Method in class EntityBundleRouteEnhancer
{@inheritdoc}
EntityRouteEnhancer::applies() — Method in class EntityRouteEnhancer

Returns whether the enhancer runs on the current route.

EntityAccessCheck::access() — Method in class EntityAccessCheck

Checks access to the entity operation on the given route.

$ EntityAccessControlHandler#accessCacheProperty in class EntityAccessControlHandler

Stores calculated access check results.

EntityAccessControlHandler::access() — Method in class EntityAccessControlHandler

Checks access to an operation on a given entity or entity translation.

EntityAccessControlHandlerInterface::access() — Method in class EntityAccessControlHandlerInterface

Checks access to an operation on a given entity or entity translation.

EntityBase::access() — Method in class EntityBase

Checks data value access.

EntityBundleAccessCheck::access() — Method in class EntityBundleAccessCheck

Checks entity bundle match based on the _entity_bundles route requirement.

EntityConfirmFormBase::actions() — Method in class EntityConfirmFormBase

Returns an array of supported actions for the current entity form.

EntityConstraintViolationList::add() — Method in class EntityConstraintViolationList
{@inheritdoc}
EntityCreateAccessCheck::access() — Method in class EntityCreateAccessCheck

Checks access to create the entity type and bundle for the given route.

EntityCreateAnyAccessCheck::access() — Method in class EntityCreateAnyAccessCheck

Checks access to create an entity of any bundle for the given route.

EntityDeleteMultipleAccessCheck::access() — Method in class EntityDeleteMultipleAccessCheck

Checks if the user has delete access for at least one item of the store.

$ EntityFieldManager#activeFieldStorageDefinitionsProperty in class EntityFieldManager

Static cache of active field storage definitions per entity type.

EntityForm::afterBuild() — Method in class EntityForm

Form element #after_build callback: Updates the entity with submitted data.

EntityForm::actionsElement() — Method in class EntityForm

Returns the action form element for the current entity form.

EntityForm::actions() — Method in class EntityForm

Returns an array of supported actions for the current entity form.

$ EntityType#admin_permissionProperty in class EntityType

The name of the default administrative permission.

$ EntityType#additionalProperty in class EntityType

Any additional properties and values.

EntityType::addConstraint() — Method in class EntityType

Adds a validation constraint.

EntityTypeInterface::addConstraint() — Method in class EntityTypeInterface

Adds a validation constraint.

EntityViewBuilder::addContextualLinks() — Method in class EntityViewBuilder

Add contextual links.

EntityViewBuilder::alterBuild() — Method in class EntityViewBuilder

Specific per-entity building.

AmbiguousBundleClassExceptionClass in namespace Drupal\Core\Entity\Exception

Exception thrown if a bundle class is defined for multiple bundles.

AmbiguousEntityClassExceptionClass in namespace Drupal\Core\Entity\Exception

Exception thrown if multiple entity types exist for an entity class.

ConfigEntityAdapter::applyDefaultValue() — Method in class ConfigEntityAdapter

Applies the default value.

EntityAdapter::applyDefaultValue() — Method in class EntityAdapter

Applies the default value.

QueryAggregateInterface::aggregate() — Method in class QueryAggregateInterface

Specifies a field and a function to aggregate on.

$ QueryBase#aggregateProperty in class QueryBase

The list of aggregate expressions.

$ QueryBase#alterMetaDataProperty in class QueryBase

The query metadata for alter purposes.

$ QueryBase#alterTagsProperty in class QueryBase

The query tags.

$ QueryBase#accessCheckProperty in class QueryBase

Whether access check is requested or not.

$ QueryBase#allRevisionsProperty in class QueryBase

Flag indicating whether to query the current revision or all revisions.

QueryBase::andConditionGroup() — Method in class QueryBase

Creates a new group of conditions ANDed together.

QueryBase::accessCheck() — Method in class QueryBase

Enables or disables access checking for this query.

QueryBase::allRevisions() — Method in class QueryBase

Queries all the revisions.

QueryBase::addTag() — Method in class QueryBase

Adds a tag to a query.

QueryBase::addMetaData() — Method in class QueryBase

Adds additional metadata to the query.

QueryBase::aggregate() — Method in class QueryBase
{@inheritdoc}
QueryInterface::accessCheck() — Method in class QueryInterface

Enables or disables access checking for this query.

QueryInterface::andConditionGroup() — Method in class QueryInterface

Creates a new group of conditions ANDed together.

QueryInterface::allRevisions() — Method in class QueryInterface

Queries all the revisions.

Query::addSort() — Method in class Query

Adds the sort to the build query.

QueryAggregate::addAggregate() — Method in class QueryAggregate

Adds the aggregations to the query.

QueryAggregate::addGroupBy() — Method in class QueryAggregate

Adds the groupby values to the actual query.

QueryAggregate::addSortAggregate() — Method in class QueryAggregate

Builds the aggregation sort part of the query.

Tables::addField() — Method in class Tables

Adds a field to a database query.

Tables::addJoin() — Method in class Tables

Adds a join to a given table.

Tables::addNextBaseTable() — Method in class Tables

Add the next entity base table.

TablesInterface::addField() — Method in class TablesInterface

Adds a field to a database query.

AdminHtmlRouteProviderClass in namespace Drupal\Core\Entity\Routing

Provides HTML routes for entities with administrative add/edit/delete pages.

$ DefaultTableMapping#allColumnsProperty in class DefaultTableMapping

A list of all database columns per table.

DefaultTableMapping::allowsSharedTableStorage() — Method in class DefaultTableMapping

Checks whether the given field can be stored in a shared table.

SqlContentEntityStorageSchema::addTableDefaults() — Method in class SqlContentEntityStorageSchema

Adds defaults to a table schema definition.

SqlContentEntityStorageSchema::addSharedTableFieldIndex() — Method in class SqlContentEntityStorageSchema

Adds an index for the specified field to the given schema definition.

SqlContentEntityStorageSchema::addSharedTableFieldUniqueKey() — Method in class SqlContentEntityStorageSchema

Adds a unique key for the specified field to the given schema definition.

SqlContentEntityStorageSchema::addSharedTableFieldForeignKey() — Method in class SqlContentEntityStorageSchema

Adds a foreign key for the specified field to the given schema definition.

SqlContentEntityStorageSchema::addIndex() — Method in class SqlContentEntityStorageSchema

Creates an index, dropping it if already existing.

SqlContentEntityStorageSchema::addUniqueKey() — Method in class SqlContentEntityStorageSchema

Creates a unique key, dropping it if already existing.

ActiveLinkResponseFilterClass in namespace Drupal\Core\EventSubscriber

Subscribes to filter HTML responses, to set the 'is-active' class on links.

AjaxResponseSubscriberClass in namespace Drupal\Core\EventSubscriber

Response subscriber to handle AJAX responses.

$ AjaxResponseSubscriber#ajaxResponseAttachmentsProcessorProperty in class AjaxResponseSubscriber

The AJAX response attachments processor service.

AnonymousUserResponseSubscriberClass in namespace Drupal\Core\EventSubscriber

Response subscriber to handle finished responses for the anonymous user.

AuthenticationSubscriberClass in namespace Drupal\Core\EventSubscriber

Authentication subscriber.

$ AuthenticationSubscriber#authenticationProviderProperty in class AuthenticationSubscriber

Authentication provider.

$ AuthenticationSubscriber#accountProxyProperty in class AuthenticationSubscriber

Account proxy.

$ CustomPageExceptionHtmlSubscriber#accessManagerProperty in class CustomPageExceptionHtmlSubscriber

The access manager.

$ DefaultExceptionHtmlSubscriber#accessUnawareRouterProperty in class DefaultExceptionHtmlSubscriber

A router implementation which does not check access.

$ EarlyRenderingControllerWrapperSubscriber#argumentResolverProperty in class EarlyRenderingControllerWrapperSubscriber

The argument resolver.

$ MaintenanceModeSubscriber#accountProperty in class MaintenanceModeSubscriber

The current account.

ModuleRouteSubscriber::alterRoutes() — Method in class ModuleRouteSubscriber

Alters existing routes for a specific collection.

SpecialAttributesRouteSubscriber::alterRoutes() — Method in class SpecialAttributesRouteSubscriber

Alters existing routes for a specific collection.

$ RecursiveExtensionFilterIterator#allowedExtensionTypesProperty in class RecursiveExtensionFilterIterator

List of base extension type directory names to scan.

$ RecursiveExtensionFilterIterator#acceptTestsProperty in class RecursiveExtensionFilterIterator

Whether to include test directories when recursing.

RecursiveExtensionFilterIterator::acceptTests() — Method in class RecursiveExtensionFilterIterator

Controls whether test directories will be scanned.

RecursiveExtensionFilterIterator::accept() — Method in class RecursiveExtensionFilterIterator
{@inheritdoc}
$ ExtensionList#addedPathNamesProperty in class ExtensionList

A list of extension folder names directly added in code (not discovered).

$ ModuleHandler#alterFunctionsProperty in class ModuleHandler

List of alter hook implementations keyed by hook name(s).

ModuleHandler::addModule() — Method in class ModuleHandler

Adds a module to the list of currently active modules.

ModuleHandler::addProfile() — Method in class ModuleHandler

Adds an installation profile to the list of currently active modules.

ModuleHandler::add() — Method in class ModuleHandler

Adds a module or profile to the list of currently active modules.

ModuleHandler::alter() — Method in class ModuleHandler

Passes alterable variables to specific hook_TYPE_alter() implementations.

ModuleHandler::alterDeprecated() — Method in class ModuleHandler

Passes alterable variables to deprecated hook_TYPE_alter() implementations.

ModuleHandlerInterface::addModule() — Method in class ModuleHandlerInterface

Adds a module to the list of currently active modules.

ModuleHandlerInterface::addProfile() — Method in class ModuleHandlerInterface

Adds an installation profile to the list of currently active modules.

ModuleHandlerInterface::alter() — Method in class ModuleHandlerInterface

Passes alterable variables to specific hook_TYPE_alter() implementations.

ModuleHandlerInterface::alterDeprecated() — Method in class ModuleHandlerInterface

Passes alterable variables to deprecated hook_TYPE_alter() implementations.

ModuleInstaller::addUninstallValidator() — Method in class ModuleInstaller

Adds module a uninstall validator.

ModuleInstallerInterface::addUninstallValidator() — Method in class ModuleInstallerInterface

Adds module a uninstall validator.

ThemeHandler::addTheme() — Method in class ThemeHandler

Adds a theme extension to the internal listing.

ThemeHandlerInterface::addTheme() — Method in class ThemeHandlerInterface

Adds a theme extension to the internal listing.

BaseFieldDefinition::addPropertyConstraints() — Method in class BaseFieldDefinition

Adds constraints for a given field item property.

DeletedFieldsRepository::addFieldDefinition() — Method in class DeletedFieldsRepository

Adds a field definition object to the deleted list.

DeletedFieldsRepository::addFieldStorageDefinition() — Method in class DeletedFieldsRepository

Adds a field storage definition object to the deleted list.

DeletedFieldsRepositoryInterface::addFieldDefinition() — Method in class DeletedFieldsRepositoryInterface

Adds a field definition object to the deleted list.

DeletedFieldsRepositoryInterface::addFieldStorageDefinition() — Method in class DeletedFieldsRepositoryInterface

Adds a field storage definition object to the deleted list.

FieldConfigBase::addConstraint() — Method in class FieldConfigBase

Adds a validation constraint to the FieldItemList.

FieldConfigBase::addPropertyConstraints() — Method in class FieldConfigBase

Adds constraints for a given field item property.

FieldConfigInterface::addPropertyConstraints() — Method in class FieldConfigInterface

Adds constraints for a given field item property.

FieldConfigInterface::addConstraint() — Method in class FieldConfigInterface

Adds a validation constraint to the FieldItemList.

FieldFilteredMarkup::allowedTags() — Method in class FieldFilteredMarkup

Returns the allowed tag list.

FieldItemList::access() — Method in class FieldItemList

Checks data value access.

FieldItemList::applyDefaultValue() — Method in class FieldItemList

Applies the default value.

FieldUpdateActionBase::access() — Method in class FieldUpdateActionBase

Checks object access.

CreatedItem::applyDefaultValue() — Method in class CreatedItem

Applies the default value.

LanguageItem::applyDefaultValue() — Method in class LanguageItem

Applies the default value.

UuidItem::applyDefaultValue() — Method in class UuidItem

Applies the default value.

WidgetBase::afterBuild() — Method in class WidgetBase

After-build handler for field elements in a form.

WidgetBase::addMoreSubmit() — Method in class WidgetBase

Submission handler for the "Add another item" button.

WidgetBase::addMoreAjax() — Method in class WidgetBase

Ajax callback for the "Add another item" button.

$ FileTransferException#argumentsProperty in class FileTransferException

Arguments to be used in this exception.

FileTransferAuthorizeForm::addConnectionSettings() — Method in class FileTransferAuthorizeForm

Generates the Form API array for a given connection backend's settings.

$ FileUploadSanitizeNameEvent#allowedExtensionsProperty in class FileUploadSanitizeNameEvent

A list of allowed extensions.

MimeTypeGuesser::addMimeTypeGuesser() — Method in class MimeTypeGuesser

Appends a MIME type guesser to the guessers chain.

MimeTypeGuesser::addGuesser() — Method in class MimeTypeGuesser

Appends a MIME type guesser to the guessers chain.

$ FormAjaxResponseBuilder#ajaxRendererProperty in class FormAjaxResponseBuilder

The main content to AJAX Response renderer.

$ FormState#anyErrorsProperty in class FormState

Tracks if any errors have been set on any form.

$ FormState#always_processProperty in class FormState

If TRUE and the method is GET, a form_id is not necessary.

FormState::addRebuildInfo() — Method in class FormState

Adds a value to the rebuild info.

FormState::addBuildInfo() — Method in class FormState

Adds a value to the build info.

FormState::addCleanValueKey() — Method in class FormState

Adds a key to the array of form values that will be cleaned.

FormStateDecoratorBase::addRebuildInfo() — Method in class FormStateDecoratorBase

Adds a value to the rebuild info.

FormStateDecoratorBase::addBuildInfo() — Method in class FormStateDecoratorBase

Adds a value to the build info.

FormStateDecoratorBase::addCleanValueKey() — Method in class FormStateDecoratorBase

Adds a key to the array of form values that will be cleaned.

FormStateInterface::addBuildInfo() — Method in class FormStateInterface

Adds a value to the build info.

FormStateInterface::addRebuildInfo() — Method in class FormStateInterface

Adds a value to the rebuild info.

FormStateInterface::addCleanValueKey() — Method in class FormStateInterface

Adds a key to the array of form values that will be cleaned.

InputBag::all() — Method in class InputBag

Returns the parameters.

ImageToolkitBase::apply() — Method in class ImageToolkitBase

Applies a toolkit operation to an image.

ImageToolkitInterface::apply() — Method in class ImageToolkitInterface

Applies a toolkit operation to an image.

ImageToolkitOperationBase::arguments() — Method in class ImageToolkitOperationBase

Returns the definition of the operation arguments.

ImageToolkitOperationBase::apply() — Method in class ImageToolkitOperationBase

Applies a toolkit specific operation to an image.

ImageToolkitOperationInterface::apply() — Method in class ImageToolkitOperationInterface

Applies a toolkit specific operation to an image.

Image::apply() — Method in class Image

Applies a toolkit operation to the image.

ImageInterface::apply() — Method in class ImageInterface

Applies a toolkit operation to the image.

AlreadyInstalledExceptionClass in namespace Drupal\Core\Installer\Exception

Exception thrown if Drupal is installed already.

InstallerServiceProvider::alter() — Method in class InstallerServiceProvider

Modifies existing service definitions.

$ LayoutDefinition#additionalProperty in class LayoutDefinition

Any additional properties and values.

DatabaseLockBackend::acquire() — Method in class DatabaseLockBackend

Acquires a lock.

LockBackendInterface::acquire() — Method in class LockBackendInterface

Acquires a lock.

NullLockBackend::acquire() — Method in class NullLockBackend

Acquires a lock.

LoggerChannel::addLogger() — Method in class LoggerChannel

Adds a logger.

LoggerChannelFactory::addLogger() — Method in class LoggerChannelFactory

Adds a logger to all the channels.

LoggerChannelFactoryInterface::addLogger() — Method in class LoggerChannelFactoryInterface

Adds a logger to all the channels.

LoggerChannelInterface::addLogger() — Method in class LoggerChannelInterface

Adds a logger.

RfcLoggerTrait::alert() — Method in class RfcLoggerTrait
{@inheritdoc}
$ ContextualLinkManager#accessManagerProperty in class ContextualLinkManager

The access manager.

$ ContextualLinkManager#accountProperty in class ContextualLinkManager

The current user.

$ DefaultMenuLinkTreeManipulators#accessManagerProperty in class DefaultMenuLinkTreeManipulators

The access manager.

$ DefaultMenuLinkTreeManipulators#accountProperty in class DefaultMenuLinkTreeManipulators

The current user.

$ LocalActionManager#argumentResolverProperty in class LocalActionManager

An argument resolver object.

$ LocalActionManager#accessManagerProperty in class LocalActionManager

The access manager.

$ LocalActionManager#accountProperty in class LocalActionManager

The current user.

$ LocalTaskDefault#activeProperty in class LocalTaskDefault

TRUE if this plugin is forced active for options attributes.

$ LocalTaskManager#argumentResolverProperty in class LocalTaskManager

An argument resolver object.

$ LocalTaskManager#accessManagerProperty in class LocalTaskManager

The access manager.

$ LocalTaskManager#accountProperty in class LocalTaskManager

The current user.

MenuLinkManager::addDefinition() — Method in class MenuLinkManager

Adds a new menu link definition to the menu tree storage.

MenuLinkManagerInterface::addDefinition() — Method in class MenuLinkManagerInterface

Adds a new menu link definition to the menu tree storage.

$ MenuLinkTreeElement#accessProperty in class MenuLinkTreeElement

Whether this link is accessible by the current user.

$ MenuTreeParameters#activeTrailProperty in class MenuTreeParameters

The IDs from the currently active menu link to the root of the whole tree.

MenuTreeParameters::addExpandedParents() — Method in class MenuTreeParameters

Adds parent menu links IDs to restrict the tree.

MenuTreeParameters::addCondition() — Method in class MenuTreeParameters

Adds a custom query condition.

Messenger::addError() — Method in class Messenger

Adds a new error message to the queue.

Messenger::addMessage() — Method in class Messenger

Adds a new message to the queue.

Messenger::addStatus() — Method in class Messenger

Adds a new status message to the queue.

Messenger::addWarning() — Method in class Messenger

Adds a new warning message to the queue.

Messenger::all() — Method in class Messenger

Gets all messages.

MessengerInterface::addMessage() — Method in class MessengerInterface

Adds a new message to the queue.

MessengerInterface::addStatus() — Method in class MessengerInterface

Adds a new status message to the queue.

MessengerInterface::addError() — Method in class MessengerInterface

Adds a new error message to the queue.

MessengerInterface::addWarning() — Method in class MessengerInterface

Adds a new warning message to the queue.

MessengerInterface::all() — Method in class MessengerInterface

Gets all messages.

ChainRequestPolicy::addPolicy() — Method in class ChainRequestPolicy

Add a policy to the list of policy rules.

ChainRequestPolicyInterface::addPolicy() — Method in class ChainRequestPolicyInterface

Add a policy to the list of policy rules.

ChainResponsePolicy::addPolicy() — Method in class ChainResponsePolicy

Add a policy to the list of policy rules.

ChainResponsePolicyInterface::addPolicy() — Method in class ChainResponsePolicyInterface

Add a policy to the list of policy rules.

AdminPathConfigEntityConverterClass in namespace Drupal\Core\ParamConverter

Makes sure the unmodified ConfigEntity is loaded on admin pages.

$ AdminPathConfigEntityConverter#adminContextProperty in class AdminPathConfigEntityConverter

The route admin context to determine whether a route is an admin one.

AdminPathConfigEntityConverter::applies() — Method in class AdminPathConfigEntityConverter

Determines if the converter applies to a specific route and variable.

EntityConverter::applies() — Method in class EntityConverter

Determines if the converter applies to a specific route and variable.

EntityRevisionParamConverter::applies() — Method in class EntityRevisionParamConverter

Determines if the converter applies to a specific route and variable.

MenuLinkPluginConverter::applies() — Method in class MenuLinkPluginConverter

Determines if the converter applies to a specific route and variable.

ParamConverterInterface::applies() — Method in class ParamConverterInterface

Determines if the converter applies to a specific route and variable.

ParamConverterManager::addConverter() — Method in class ParamConverterManager

Registers a parameter converter with the manager.

ParamConverterManagerInterface::addConverter() — Method in class ParamConverterManagerInterface

Registers a parameter converter with the manager.

$ DefaultPasswordGenerator#allowedCharsProperty in class DefaultPasswordGenerator

The allowed characters for the password.

PathProcessorManager::addInbound() — Method in class PathProcessorManager

Adds an inbound processor object to the $inboundProcessors property.

PathProcessorManager::addOutbound() — Method in class PathProcessorManager

Adds an outbound processor object to the $outboundProcessors property.

$ PathValidator#accessAwareRouterProperty in class PathValidator

The access aware router.

$ PathValidator#accessUnawareRouterProperty in class PathValidator

A router implementation which does not check access.

$ PathValidator#accountProperty in class PathValidator

The current user.

CachedDiscoveryClearer::addCachedDiscovery() — Method in class CachedDiscoveryClearer

Adds a plugin manager to the active list.

CachedDiscoveryClearerInterface::addCachedDiscovery() — Method in class CachedDiscoveryClearerInterface

Adds a plugin manager to the active list.

ContextAwarePluginAssignmentTrait::addContextAssignmentElement() — Method in class ContextAwarePluginAssignmentTrait

Builds a form element for assigning a context to a given slot.

Context::addCacheableDependency() — Method in class Context

Adds a dependency on an object: merges its cacheability metadata.

ContextDefinition::addConstraint() — Method in class ContextDefinition

Adds a validation constraint.

ContextHandler::applyContextMapping() — Method in class ContextHandler

Prepares a plugin for evaluation.

ContextHandlerInterface::applyContextMapping() — Method in class ContextHandlerInterface

Prepares a plugin for evaluation.

ContextInterface::addCacheableDependency() — Method in class ContextInterface

Adds a dependency on an object: merges its cacheability metadata.

DefaultLazyPluginCollection::addInstanceId() — Method in class DefaultLazyPluginCollection

Adds an instance ID to the available instance IDs.

$ DefaultPluginManager#alterHookProperty in class DefaultPluginManager

Name of the alter hook if one should be invoked.

$ DefaultPluginManager#additionalAnnotationNamespacesProperty in class DefaultPluginManager

Additional namespaces the annotation discovery mechanism should scan for annotation definitions.

DefaultPluginManager::alterInfo() — Method in class DefaultPluginManager

Sets the alter hook name.

DefaultPluginManager::alterDefinitions() — Method in class DefaultPluginManager

Invokes the hook to alter the definitions if the alter hook is set.

DefaultSingleLazyPluginCollection::addInstanceId() — Method in class DefaultSingleLazyPluginCollection

Adds an instance ID to the available instance IDs.

AnnotatedClassDiscoveryClass in namespace Drupal\Core\Plugin\Discovery

Defines a discovery mechanism to find annotated plugins in PSR-4 namespaces.

YamlDiscovery::addTranslatableProperty() — Method in class YamlDiscovery

Set one of the YAML values as being translatable.

ModuleInstaller::addUninstallValidator() — Method in class ModuleInstaller

Adds module a uninstall validator.

MimeTypeGuesser::addMimeTypeGuesser() — Method in class MimeTypeGuesser
{@inheritdoc}
MimeTypeGuesser::addGuesser() — Method in class MimeTypeGuesser
{@inheritdoc}
DatabaseLockBackend::acquire() — Method in class DatabaseLockBackend

Acquires a lock.

PersistentDatabaseLockBackend::acquire() — Method in class PersistentDatabaseLockBackend

Acquires a lock.

ChainResponsePolicy::addPolicy() — Method in class ChainResponsePolicy

Add a policy to the list of policy rules.

AdminPathConfigEntityConverterClass in namespace Drupal\Core\ProxyClass\ParamConverter

Provides a proxy class for \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter.

AdminPathConfigEntityConverter::applies() — Method in class AdminPathConfigEntityConverter

Determines if the converter applies to a specific route and variable.

MenuLinkPluginConverter::applies() — Method in class MenuLinkPluginConverter

Determines if the converter applies to a specific route and variable.

CachedDiscoveryClearer::addCachedDiscovery() — Method in class CachedDiscoveryClearer

Adds a plugin manager to the active list.

MatcherDumper::addRoutes() — Method in class MatcherDumper

Adds additional routes to be dumped.

AttachmentsInterfaceClass in namespace Drupal\Core\Render

Defines an interface for responses that can expose #attached metadata.

AttachmentsInterface::addAttachments() — Method in class AttachmentsInterface

Adds attachments.

AttachmentsResponseProcessorInterfaceClass in namespace Drupal\Core\Render

Defines an interface for processing attachments of responses that have them.

AttachmentsTraitClass in namespace Drupal\Core\Render

Provides an implementation of AttachmentsInterface.

$ AttachmentsTrait#attachmentsProperty in class AttachmentsTrait

The attachments for this response.

AttachmentsTrait::addAttachments() — Method in class AttachmentsTrait
{@inheritdoc}
BubbleableMetadata::applyTo() — Method in class BubbleableMetadata

Applies the values of this bubbleable metadata object to a render array.

BubbleableMetadata::addCacheableDependency() — Method in class BubbleableMetadata
{@inheritdoc}
ActionsClass in namespace Drupal\Core\Render\Element

Provides a wrapper element to group one or more buttons in a form.

AjaxClass in namespace Drupal\Core\Render\Element

Provides a render element for adding Ajax to a render element.

$ HtmlResponseAttachmentsProcessor#assetResolverProperty in class HtmlResponseAttachmentsProcessor

The asset resolver service.

AjaxRendererClass in namespace Drupal\Core\Render\MainContent

Default main content renderer for Ajax requests.

ChainedPlaceholderStrategy::addPlaceholderStrategy() — Method in class ChainedPlaceholderStrategy

Adds a placeholder strategy to use.

Renderer::addCacheableDependency() — Method in class Renderer

Adds a dependency on an object: merges its cacheability metadata.

RendererInterface::addCacheableDependency() — Method in class RendererInterface

Adds a dependency on an object: merges its cacheability metadata.

RouteProcessorManager::addOutbound() — Method in class RouteProcessorManager

Adds an outbound processor object to the $outboundProcessors property.

AccessAwareRouterClass in namespace Drupal\Core\Routing

A router class for Drupal with access check and upcasting.

$ AccessAwareRouter#accessManagerProperty in class AccessAwareRouter

The access manager.

$ AccessAwareRouter#accountProperty in class AccessAwareRouter

The account to use in access checks.

AccessAwareRouterInterfaceClass in namespace Drupal\Core\Routing

Interface for a router class for Drupal with access check and upcasting.

AccessInterfaceClass in namespace Drupal\Core\Routing\Access

An access check service determines access rules for particular routes.

AdminContextClass in namespace Drupal\Core\Routing

Provides a helper class to determine whether the route is an admin one.

CacheableRouteProviderInterface::addExtraCacheKeyPart() — Method in class CacheableRouteProviderInterface

Adds a cache key part to be used in the cache ID of the route collection.

EntityRevisionRouteEnhancer::applies() — Method in class EntityRevisionRouteEnhancer

Returns whether the enhancer runs on the current route.

FormRouteEnhancer::applies() — Method in class FormRouteEnhancer

Returns whether the enhancer runs on the current route.

LazyRouteCollection::all() — Method in class LazyRouteCollection

Returns all routes in this collection.

MatcherDumper::addRoutes() — Method in class MatcherDumper

Adds additional routes to be dumped.

MatcherDumperInterface::addRoutes() — Method in class MatcherDumperInterface

Adds additional routes to be dumped.

NullMatcherDumper::addRoutes() — Method in class NullMatcherDumper

Adds additional routes to be dumped.

RouteProvider::addExtraCacheKeyPart() — Method in class RouteProvider

Adds a cache key part to be used in the cache ID of the route collection.

RouteSubscriberBase::alterRoutes() — Method in class RouteSubscriberBase

Alters existing routes for a specific collection.

Router::addRouteFilter() — Method in class Router

Adds a route filter.

Router::addRouteEnhancer() — Method in class Router

Adds a route enhancer.

Router::applyRouteEnhancers() — Method in class Router

Apply the route enhancers to the defaults, according to priorities.

Router::applyRouteFilters() — Method in class Router

Applies all route filters to a given route collection.

Router::applyFitOrder() — Method in class Router

Reapplies the fit order to a RouteCollection object.

PharExtensionInterceptor::assert() — Method in class PharExtensionInterceptor

Determines whether phar file is allowed to execute.

AccountEventsClass in namespace Drupal\Core\Session

Defines events for the account system.

AccountInterfaceClass in namespace Drupal\Core\Session

Defines an account interface which represents the current user.

AccountProxyClass in namespace Drupal\Core\Session

A proxied implementation of AccountInterface.

$ AccountProxy#accountProperty in class AccountProxy

The instantiated account.

AccountProxyInterfaceClass in namespace Drupal\Core\Session

Defines an interface for a service which has the current account stored.

AccountSetEventClass in namespace Drupal\Core\Session

Event fired when an account is set for the current session.

$ AccountSetEvent#accountProperty in class AccountSetEvent

The set account.

AccountSwitcherClass in namespace Drupal\Core\Session

An implementation of AccountSwitcherInterface.

$ AccountSwitcher#accountStackProperty in class AccountSwitcher

A stack of previous overridden accounts.

AccountSwitcherInterfaceClass in namespace Drupal\Core\Session

Defines an interface for a service for safe account switching.

AnonymousUserSessionClass in namespace Drupal\Core\Session

An account implementation representing an anonymous user.

$ UserSession#accessProperty in class UserSession

The Unix timestamp when the user last accessed the site.

MaintenanceMode::applies() — Method in class MaintenanceMode

Returns whether the site is in maintenance mode.

MaintenanceModeInterface::applies() — Method in class MaintenanceModeInterface

Returns whether the site is in maintenance mode.

$ NegotiationMiddleware#appProperty in class NegotiationMiddleware

The wrapped HTTP kernel.

StreamWrapperManager::addStreamWrapper() — Method in class StreamWrapperManager

Adds a stream wrapper.

TranslationManager::addTranslator() — Method in class TranslationManager

Appends a translation system to the translation chain.

AttributeClass in namespace Drupal\Core\Template

Collects, sanitizes, and renders HTML attributes.

Attribute::addClass() — Method in class Attribute

Adds classes or merges them on to array of existing CSS classes.

AttributeArrayClass in namespace Drupal\Core\Template

A class that defines a type of Attribute that can be added to as an array.

AttributeBooleanClass in namespace Drupal\Core\Template

A class that defines a type of boolean HTML attribute.

AttributeHelperClass in namespace Drupal\Core\Template

Helper class to deal with mixed array and Attribute operations.

AttributeHelper::attributeExists() — Method in class AttributeHelper

Checks if the given attribute collection has an attribute.

AttributeStringClass in namespace Drupal\Core\Template

A class that represents most standard HTML attributes.

AttributeValueBaseClass in namespace Drupal\Core\Template

Defines the base class for an attribute type.

FilesystemLoader::addPath() — Method in class FilesystemLoader

Adds a path where templates are stored.

TwigExtension::attachLibrary() — Method in class TwigExtension

Attaches an asset library to the template, and hence to the response.

$ TwigSandboxPolicy#allowed_methodsProperty in class TwigSandboxPolicy

An array of allowed methods in the form of methodName => TRUE.

$ TwigSandboxPolicy#allowed_prefixesProperty in class TwigSandboxPolicy

An array of allowed method prefixes -- any method starting with one of these prefixes will be allowed.

$ TwigSandboxPolicy#allowed_classesProperty in class TwigSandboxPolicy

An array of class names for which any method calls are allowed.

AssertMailTraitClass in namespace Drupal\Core\Test

Provides methods for testing emails sent during test runs.

AssertMailTrait::assertMail() — Method in class AssertMailTrait

Asserts that the most recently sent email message has the given value.

AssertMailTrait::assertMailString() — Method in class AssertMailTrait

Asserts that the most recently sent email message has the string in it.

AssertMailTrait::assertMailPattern() — Method in class AssertMailTrait

Asserts that the most recently sent email message has the pattern in it.

$ FunctionalTestSetupTrait#apcuEnsureUniquePrefixProperty in class FunctionalTestSetupTrait

The flag to set 'apcu_ensure_unique_prefix' setting.

$ PhpUnitTestRunner#appRootProperty in class PhpUnitTestRunner

Path to the application root.

$ TestDiscovery#availableExtensionsProperty in class TestDiscovery

Cached list of all available extension names, keyed by extension type.

ActiveThemeClass in namespace Drupal\Core\Theme

Defines a theme and its information needed at runtime.

AjaxBasePageNegotiatorClass in namespace Drupal\Core\Theme

Defines a theme negotiator that deals with the active theme on ajax requests.

AjaxBasePageNegotiator::applies() — Method in class AjaxBasePageNegotiator

Whether this theme negotiator should be used to set the theme.

DefaultNegotiator::applies() — Method in class DefaultNegotiator

Whether this theme negotiator should be used to set the theme.

ThemeAccessCheck::access() — Method in class ThemeAccessCheck

Checks access to the theme for routing.

$ ThemeManager#activeThemeProperty in class ThemeManager

Contains the current active theme.

ThemeManager::alterForTheme() — Method in class ThemeManager

Provides an alter hook for a specific theme.

ThemeManager::alter() — Method in class ThemeManager

Passes alterable variables to specific $theme_TYPE_alter() implementations.

ThemeManagerInterface::alter() — Method in class ThemeManagerInterface

Passes alterable variables to specific $theme_TYPE_alter() implementations.

ThemeManagerInterface::alterForTheme() — Method in class ThemeManagerInterface

Provides an alter hook for a specific theme.

ThemeNegotiator::applies() — Method in class ThemeNegotiator

Whether this theme negotiator should be used to set the theme.

ThemeNegotiatorInterface::applies() — Method in class ThemeNegotiatorInterface

Whether this theme negotiator should be used to set the theme.

ComputedItemListTrait::appendItem() — Method in class ComputedItemListTrait
{@inheritdoc}
ComputedItemListTrait::applyDefaultValue() — Method in class ComputedItemListTrait
{@inheritdoc}
DataDefinition::addConstraint() — Method in class DataDefinition

Adds a validation constraint.

DataDefinitionInterface::addConstraint() — Method in class DataDefinitionInterface

Adds a validation constraint.

ListInterface::appendItem() — Method in class ListInterface

Appends a new item to the list.

AnyClass in namespace Drupal\Core\TypedData\Plugin\DataType

The "any" data type.

ItemList::appendItem() — Method in class ItemList

Appends a new item to the list.

Map::applyDefaultValue() — Method in class Map

Applies the default value.

TranslatableInterface::addTranslation() — Method in class TranslatableInterface

Adds a new translation to the translatable object.

TypedData::applyDefaultValue() — Method in class TypedData

Applies the default value.

TypedDataInterface::applyDefaultValue() — Method in class TypedDataInterface

Applies the default value.

ConstraintViolationBuilder::atPath() — Method in class ConstraintViolationBuilder
{@inheritdoc}
ConstraintViolationBuilder::addViolation() — Method in class ConstraintViolationBuilder
{@inheritdoc}
ExecutionContext::addViolation() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::addViolationAt() — Method in class ExecutionContext
{@inheritdoc}
RecursiveContextualValidator::atPath() — Method in class RecursiveContextualValidator
{@inheritdoc}
$ UpdateHookRegistry#allAvailableSchemaVersionsProperty in class UpdateHookRegistry

A static cache of schema currentVersions per module.

UpdateServiceProvider::alter() — Method in class UpdateServiceProvider

Modifies existing service definitions.

$ Url#accessManagerProperty in class Url

The access manager.

Url::access() — Method in class Url

Checks this Url object against applicable access check services.

Url::accessManager() — Method in class Url
UnroutedUrlAssembler::assemble() — Method in class UnroutedUrlAssembler

Builds a domain-local or external URL from a URI.

UnroutedUrlAssembler::addOptionDefaults() — Method in class UnroutedUrlAssembler

Merges in default defaults.

UnroutedUrlAssemblerInterface::assemble() — Method in class UnroutedUrlAssemblerInterface

Builds a domain-local or external URL from a URI.

AllowedValuesConstraintClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Checks for the value being allowed.

AllowedValuesConstraintValidatorClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Validates the AllowedValues constraint.

DemoUmamiProfileTest::assertDefaultConfig() — Method in class DemoUmamiProfileTest

Asserts that the default configuration matches active configuration.

UninstallDefaultContentTest::assertRecipesImported() — Method in class UninstallDefaultContentTest

Assert recipes are imported.

UninstallDefaultContentTest::assertArticlesImported() — Method in class UninstallDefaultContentTest

Assert articles are imported.

UninstallDefaultContentTest::assertImportedCustomBlock() — Method in class UninstallDefaultContentTest

Assert block content are imported.

StandardJavascriptTest::assertBigPipePlaceholderReplacementCount() — Method in class StandardJavascriptTest

Asserts the number of BigPipe placeholders that are replaced on the page.

$ StandardTest#adminUserProperty in class StandardTest

The admin user.

ActionListBuilderClass in namespace Drupal\action

Defines a class to build a listing of action entities.

$ ActionListBuilder#actionManagerProperty in class ActionListBuilder

The action plugin manager.

ActionAddFormClass in namespace Drupal\action\Form

Provides a form for action add forms.

ActionAdminManageFormClass in namespace Drupal\action\Form

Provides a configuration form for configurable actions.

ActionDeleteFormClass in namespace Drupal\action\Form

Builds a form to delete an action.

ActionEditFormClass in namespace Drupal\action\Form

Provides a form for action edit forms.

ActionFormBaseClass in namespace Drupal\action\Form

Provides a base form for action forms.

ActionFormBase::actions() — Method in class ActionFormBase

Returns an array of supported actions for the current entity form.

ActionClass in namespace Drupal\action\Plugin\migrate\source

Drupal 6/7 action source from database.

AggregatorFeedViewsDataClass in namespace Drupal\aggregator

Provides the views data for the aggregator feed entity type.

AggregatorItemViewsDataClass in namespace Drupal\aggregator

Provides the views data for the aggregator item entity type.

AggregatorFetcherClass in namespace Drupal\aggregator\Annotation

Defines a Plugin annotation object for aggregator fetcher plugins.

AggregatorParserClass in namespace Drupal\aggregator\Annotation

Defines a Plugin annotation object for aggregator parser plugins.

AggregatorProcessorClass in namespace Drupal\aggregator\Annotation

Defines a Plugin annotation object for aggregator processor plugins.

AggregatorControllerClass in namespace Drupal\aggregator\Controller

Returns responses for aggregator module routes.

AggregatorController::adminOverview() — Method in class AggregatorController

Displays the aggregator administration page.

AggregatorPluginManagerClass in namespace Drupal\aggregator\Plugin

Manages aggregator plugins.

AggregatorPluginSettingsBaseClass in namespace Drupal\aggregator\Plugin

Base class for aggregator plugins that implement settings forms.

AggregatorFeedBlockClass in namespace Drupal\aggregator\Plugin\Block

Provides an 'Aggregator feed' block with the latest items from the feed.

AggregatorTitleFormatterClass in namespace Drupal\aggregator\Plugin\Field\FieldFormatter

Plugin implementation of the 'aggregator_title' formatter.

AggregatorXSSFormatterClass in namespace Drupal\aggregator\Plugin\Field\FieldFormatter

Plugin implementation of the 'aggregator_xss' formatter.

AggregatorRefreshClass in namespace Drupal\aggregator\Plugin\QueueWorker

Updates a feed's items.

AggregatorFeedClass in namespace Drupal\aggregator\Plugin\migrate\source

Drupal 6/7 feed source from database.

AggregatorItemClass in namespace Drupal\aggregator\Plugin\migrate\source

Drupal 6/7 aggregator item source from database.

AutomatedCronClass in namespace Drupal\automated_cron\EventSubscriber

A subscriber running cron after a response is sent.

BasicAuth::applies() — Method in class BasicAuth

Checks whether suitable authentication credentials are on the request.

BasicAuth::authenticate() — Method in class BasicAuth

Authenticates the user.

BlockForm::actions() — Method in class BlockForm

Returns an array of supported actions for the current entity form.

CategoryAutocompleteController::autocomplete() — Method in class CategoryAutocompleteController

Retrieves suggestions for block category autocompletion.

$ Block#adminThemeProperty in class Block

The admin theme name.

AdminDemoNegotiatorClass in namespace Drupal\block\Theme

Negotiates the theme for the block admin demo page via the URL.

AdminDemoNegotiator::applies() — Method in class AdminDemoNegotiator

Whether this theme negotiator should be used to set the theme.

AccessGroupAndClass in namespace Drupal\block_content\Access

An access group where all the dependencies must be allowed.

AccessGroupAnd::addDependency() — Method in class AccessGroupAnd
{@inheritdoc}
AccessGroupAnd::access() — Method in class AccessGroupAnd

Checks data value access.

RefinableDependentAccessInterface::addAccessDependency() — Method in class RefinableDependentAccessInterface

Adds an access dependency into the existing access dependency.

$ RefinableDependentAccessTrait#accessDependencyProperty in class RefinableDependentAccessTrait

The access dependency.

RefinableDependentAccessTrait::addAccessDependency() — Method in class RefinableDependentAccessTrait
{@inheritdoc}
BlockContentController::add() — Method in class BlockContentController

Displays add custom block links for available types.

BlockContentController::addForm() — Method in class BlockContentController

Presents the custom block creation form.

$ BlockContentGetDependencyEvent#accessDependencyProperty in class BlockContentGetDependencyEvent

The dependency.

$ BlockContentBlock#accountProperty in class BlockContentBlock

The Drupal account to use for checking for access to block.

$ ListingEmpty#accessManagerProperty in class ListingEmpty

The access manager.

BookNodeIsRemovableAccessCheck::access() — Method in class BookNodeIsRemovableAccessCheck

Checks access for removing the node from its book.

$ BookBreadcrumbBuilder#accountProperty in class BookBreadcrumbBuilder

The current user account.

BookBreadcrumbBuilder::applies() — Method in class BookBreadcrumbBuilder

Whether this breadcrumb builder should be used to build the breadcrumb.

BookManager::addFormElements() — Method in class BookManager

Builds the common elements of the book form for the node and outline forms.

BookManager::addParentSelectFormElements() — Method in class BookManager

Builds the parent selection form element for the node form or outline tab.

BookManagerInterface::addFormElements() — Method in class BookManagerInterface

Builds the common elements of the book form for the node and outline forms.

BookController::adminOverview() — Method in class BookController

Returns an administrative overview of all books.

BookOutlineForm::actions() — Method in class BookOutlineForm

Returns an array of supported actions for the current entity form.

$ DrupalAspectsOfCKEditor5Plugin#admin_libraryProperty in class DrupalAspectsOfCKEditor5Plugin

The admin library this plugin provides.

CKEditor5MediaController::access() — Method in class CKEditor5MediaController

Additional access check for ::isMediaImage().

HTMLRestrictionsUtilities::allowedElementsStringToPluginElementsArray() — Method in class HTMLRestrictionsUtilities

Parses a HTML restrictions string with >=1 tags in an array of single tags.

HTMLRestrictionsUtilities::allowedElementsStringToHtmlFilterArray() — Method in class HTMLRestrictionsUtilities

Parses an HTML string into an array structured as expected by filter_html.

HTMLRestrictionsUtilities::addAllowedAttributeToElements() — Method in class HTMLRestrictionsUtilities

Adds allowed attributes to the elements array.

HTMLRestrictionsUtilities::allowedElementsStringToHtmlSupportConfig() — Method in class HTMLRestrictionsUtilities

Parses a HTML restrictions string into htmlSupport plugin config structure.

CKEditor5::assessActiveTextEditorAfterBuild() — Method in class CKEditor5

Form #after_build callback: provides text editor state changes.

$ SourceEditingRedundantTagsConstraint#availablePluginsMessageProperty in class SourceEditingRedundantTagsConstraint

When a Source Editing tag is added that a disabled plugin supports.

AddStyleSheetCommandClass in namespace Drupal\ckeditor\Ajax

AJAX command to add style sheets to a CKEditor instance.

AddStyleSheetCommand::addStyleSheet() — Method in class AddStyleSheetCommand

Adds a style sheet to the CKEditor instance.

CommentBreadcrumbBuilder::applies() — Method in class CommentBreadcrumbBuilder

Whether this breadcrumb builder should be used to build the breadcrumb.

CommentFieldItemList::access() — Method in class CommentFieldItemList

Checks data value access.

CommentForm::actions() — Method in class CommentForm

Returns an array of supported actions for the current entity form.

CommentLazyBuilders::access() — Method in class CommentLazyBuilders

Wraps content_translation_translate_access.

$ CommentManager#authenticatedCanPostCommentsProperty in class CommentManager

Whether the \Drupal\user\RoleInterface::AUTHENTICATED_ID can post comments.

CommentManager::addBodyField() — Method in class CommentManager

Creates a comment_body field.

CommentManagerInterface::addBodyField() — Method in class CommentManagerInterface

Creates a comment_body field.

CommentViewBuilder::alterBuild() — Method in class CommentViewBuilder

Specific per-entity building.

UnpublishByKeywordComment::access() — Method in class UnpublishByKeywordComment

Checks object access.

AuthorNameFormatterClass in namespace Drupal\comment\Plugin\Field\FieldFormatter

Plugin implementation of the 'comment_username' formatter.

CommentTestTrait::addDefaultCommentField() — Method in class CommentTestTrait

Adds the default comment field to an entity.

$ ConfigSync#activeStorageProperty in class ConfigSync

The active configuration object.

ConfigTranslationFormAccess::access() — Method in class ConfigTranslationFormAccess

Checks access to the overview based on permissions and translatability.

ConfigTranslationOverviewAccess::access() — Method in class ConfigTranslationOverviewAccess

Checks access to the overview based on permissions and translatability.

ConfigMapperInterface::addConfigName() — Method in class ConfigMapperInterface

Adds the given configuration name to the list of names.

ConfigNamesMapper::addConfigName() — Method in class ConfigNamesMapper

Adds the given configuration name to the list of names.

$ ConfigTranslationController#accessManagerProperty in class ConfigTranslationController

The menu link access service.

$ ConfigTranslationController#accountProperty in class ConfigTranslationController

The current user.

RouteSubscriber::alterRoutes() — Method in class RouteSubscriber

Alters existing routes for a specific collection.

ContactPageAccess::access() — Method in class ContactPageAccess

Checks access to the given user's contact page.

MessageForm::actions() — Method in class MessageForm

Returns an array of supported actions for the current entity form.

ContactMessageResource::availableMethods() — Method in class ContactMessageResource

Returns the available HTTP request methods on this plugin.

LatestRevisionCheck::access() — Method in class LatestRevisionCheck

Checks that there is a pending revision available.

EntityTypeInfo::addModerationToEntityType() — Method in class EntityTypeInfo

Modifies an entity definition to include moderation support.

ContentModerationConfigureEntityTypesForm::ajaxCallback() — Method in class ContentModerationConfigureEntityTypesForm

Ajax callback to close the modal and update the selected text.

ModerationOptOutPublish::access() — Method in class ModerationOptOutPublish

Checks object access.

ModerationOptOutUnpublish::access() — Method in class ModerationOptOutUnpublish

Checks object access.

ContentModeration::appliesToEntityTypeAndBundle() — Method in class ContentModeration

Checks if the workflow applies to the supplied entity type and bundle.

ContentModeration::addEntityTypeAndBundle() — Method in class ContentModeration

Add an entity type ID / bundle ID to the workflow.

ContentModerationInterface::appliesToEntityTypeAndBundle() — Method in class ContentModerationInterface

Checks if the workflow applies to the supplied entity type and bundle.

ContentModerationInterface::addEntityTypeAndBundle() — Method in class ContentModerationInterface

Add an entity type ID / bundle ID to the workflow.

ContentModerationRouteSubscriber::alterRoutes() — Method in class ContentModerationRouteSubscriber

Alters existing routes for a specific collection.

ContentTranslationDeleteAccess::access() — Method in class ContentTranslationDeleteAccess

Checks access to translation deletion for the specified route match.

ContentTranslationManageAccessCheck::access() — Method in class ContentTranslationManageAccessCheck

Checks translation access for the entity and operation on the given route.

ContentTranslationOverviewAccess::access() — Method in class ContentTranslationOverviewAccess

Checks access to the translation overview for the entity and bundle.

ContentTranslationHandler::addTranslatabilityClue() — Method in class ContentTranslationHandler

Adds a clue about the form element translatability.

ContentTranslationController::add() — Method in class ContentTranslationController

Builds an add translation page.

ContentTranslationRouteSubscriber::alterRoutes() — Method in class ContentTranslationRouteSubscriber

Alters existing routes for a specific collection.

$ DayDate#argFormatProperty in class DayDate
{@inheritdoc}
$ FullDate#argFormatProperty in class FullDate
{@inheritdoc}
$ MonthDate#argFormatProperty in class MonthDate
{@inheritdoc}
$ WeekDate#argFormatProperty in class WeekDate
{@inheritdoc}
$ YearDate#argFormatProperty in class YearDate
{@inheritdoc}
$ YearMonthDate#argFormatProperty in class YearMonthDate
{@inheritdoc}
EditorConfigTranslationSubscriber::addConfigNames() — Method in class EditorConfigTranslationSubscriber

Reacts to the populating of a configuration mapper.

FormModeAccessCheck::access() — Method in class FormModeAccessCheck

Checks access to the form mode.

ViewModeAccessCheck::access() — Method in class ViewModeAccessCheck

Checks access to the view mode.

EntityDisplayFormBase::alterSettingsSummary() — Method in class EntityDisplayFormBase

Alters the widget or formatter settings summary.

EntityFormDisplayEditForm::alterSettingsSummary() — Method in class EntityFormDisplayEditForm

Alters the widget or formatter settings summary.

EntityViewDisplayEditForm::alterSettingsSummary() — Method in class EntityViewDisplayEditForm

Alters the widget or formatter settings summary.

FieldConfigEditForm::actions() — Method in class FieldConfigEditForm

Returns an array of supported actions for the current entity form.

FieldStorageConfigEditForm::actions() — Method in class FieldStorageConfigEditForm

Returns an array of supported actions for the current entity form.

FieldUiLocalTask::alterLocalTasks() — Method in class FieldUiLocalTask

Alters the base_route definition for field_ui local tasks.

RouteSubscriber::alterRoutes() — Method in class RouteSubscriber

Alters existing routes for a specific collection.

FileServiceProvider::alter() — Method in class FileServiceProvider

Modifies existing service definitions.

DatabaseFileUsageBackend::add() — Method in class DatabaseFileUsageBackend

Records that a module is using a file.

FileUsageBase::add() — Method in class FileUsageBase

Records that a module is using a file.

FileUsageInterface::add() — Method in class FileUsageInterface

Records that a module is using a file.

TextFormat::accessDeniedCallback() — Method in class TextFormat

Render API callback: Hides the field value of 'text_format' elements.

FilterFormatFormBase::actions() — Method in class FilterFormatFormBase

Returns an array of supported actions for the current entity form.

$ FilterSettings#allowedHtmlDefaultAttributesProperty in class FilterSettings

Default attributes for migrating filter_html's 'allowed_html' setting.

ForumListingBreadcrumbBuilder::applies() — Method in class ForumListingBreadcrumbBuilder

Whether this breadcrumb builder should be used to build the breadcrumb.

ForumNodeBreadcrumbBuilder::applies() — Method in class ForumNodeBreadcrumbBuilder

Whether this breadcrumb builder should be used to build the breadcrumb.

ForumController::addForum() — Method in class ForumController

Returns add forum entity form.

ForumController::addContainer() — Method in class ForumController

Returns add container entity form.

ForumForm::actions() — Method in class ForumForm

Returns an array of supported actions for the current entity form.

ActiveTopicsBlockClass in namespace Drupal\forum\Plugin\Block

Provides an 'Active forum topics' block.

HalServiceProvider::alter() — Method in class HalServiceProvider

Modifies existing service definitions.

HelpBreadcrumbBuilder::applies() — Method in class HelpBreadcrumbBuilder

Whether this breadcrumb builder should be used to build the breadcrumb.

HelpTopicTwigLoader::addExtension() — Method in class HelpTopicTwigLoader

Adds an extensions help_topics directory to the Twig loader.

$ HelpTwigExtension#accessManagerProperty in class HelpTwigExtension

The access manager.

$ HelpSearch#accountProperty in class HelpSearch

The Drupal account to use for checking for access to search.

HelpSearch::access() — Method in class HelpSearch

Checks data value access.

HistoryUserTimestamp::adminSummary() — Method in class HistoryUserTimestamp

Display the filter on the administrative summary.

ImageStyle::addImageEffect() — Method in class ImageStyle

Saves an image effect for this style.

ImageStyle::addExtension() — Method in class ImageStyle

Adds an extension to a path.

ImageStyleAddForm::actions() — Method in class ImageStyleAddForm

Returns an array of supported actions for the current entity form.

ImageEffectInterface::applyEffect() — Method in class ImageEffectInterface

Applies an image effect to the image object.

ImageStyleInterface::addImageEffect() — Method in class ImageStyleInterface

Saves an image effect for this style.

ConvertImageEffect::applyEffect() — Method in class ConvertImageEffect

Applies an image effect to the image object.

CropImageEffect::applyEffect() — Method in class CropImageEffect

Applies an image effect to the image object.

DesaturateImageEffect::applyEffect() — Method in class DesaturateImageEffect

Applies an image effect to the image object.

ResizeImageEffect::applyEffect() — Method in class ResizeImageEffect

Applies an image effect to the image object.

RotateImageEffect::applyEffect() — Method in class RotateImageEffect

Applies an image effect to the image object.

ScaleAndCropImageEffect::applyEffect() — Method in class ScaleAndCropImageEffect

Applies an image effect to the image object.

ScaleImageEffect::applyEffect() — Method in class ScaleImageEffect

Applies an image effect to the image object.

InlineFormErrorsServiceProvider::alter() — Method in class InlineFormErrorsServiceProvider

Modifies existing service definitions.

RenderElementHelper::alterElementInfo() — Method in class RenderElementHelper

Alters the element type info.

RelationshipFieldAccess::access() — Method in class RelationshipFieldAccess

Checks access to the relationship field on the given route.

RelationshipRouteAccessCheck::access() — Method in class RelationshipRouteAccessCheck

Checks access to the relationship field on the given route.

TemporaryQueryGuard::applyAccessControls() — Method in class TemporaryQueryGuard

Applies access controls to an entity query.

TemporaryQueryGuard::applyAccessConditions() — Method in class TemporaryQueryGuard

Applies access conditions to ensure 'view' access is respected.

TemporaryQueryGuard::addConditionFieldPrefix() — Method in class TemporaryQueryGuard

Prefixes all fields in an EntityConditionGroup.

TemporaryQueryGuard::alwaysFalse() — Method in class TemporaryQueryGuard

Gets an always FALSE entity condition group for the given entity type.

EntityResource::addToRelationshipData() — Method in class EntityResource

Adds a relationship to a to-many relationship.

$ ResourceResponseValidator#appRootProperty in class ResourceResponseValidator

The application's root file path.

$ Link#attributesProperty in class Link

The link target attributes.

ResourceIdentifier::areResourceIdentifiersUnique() — Method in class ResourceIdentifier

Determines if an array of ResourceIdentifier objects is duplicate free.

JsonapiServiceProvider::alter() — Method in class JsonapiServiceProvider

Modifies existing service definitions.

CacheableNormalization::aggregate() — Method in class CacheableNormalization

Collects an array of CacheableNormalizations into a single instance.

TemporaryArrayObjectThrowingExceptions::append() — Method in class TemporaryArrayObjectThrowingExceptions

Append a value to the ArrayObject.

TemporaryArrayObjectThrowingExceptions::asort() — Method in class TemporaryArrayObjectThrowingExceptions

Sort the ArrayObject.

EntityUuidConverter::applies() — Method in class EntityUuidConverter

Determines if the converter applies to a specific route and variable.

ResourceTypeConverter::applies() — Method in class ResourceTypeConverter

Determines if the converter applies to a specific route and variable.

$ EntityCondition#allowedOperatorsProperty in class EntityCondition

The allowed condition operators.

$ EntityConditionGroup#allowedConjunctionsProperty in class EntityConditionGroup

The AND conjunction value.

ResourceTypeRepository::all() — Method in class ResourceTypeRepository

Gets all JSON:API resource types.

ResourceTypeRepositoryInterface::all() — Method in class ResourceTypeRepositoryInterface

Gets all JSON:API resource types.

VersionNegotiator::addVersionNegotiator() — Method in class VersionNegotiator

Adds a version negotiator.

Routes::addRouteParameter() — Method in class Routes

Adds a parameter option to a route, overrides options of the same name.

LanguageConfigFactoryOverride::addCollections() — Method in class LanguageConfigFactoryOverride

Reacts to the ConfigEvents::COLLECTION_INFO event.

DefaultLanguageItem::applyDefaultValue() — Method in class DefaultLanguageItem

Applies the default value.

LanguageAddForm::actions() — Method in class LanguageAddForm

Returns an array of supported actions for the current entity form.

LanguageEditForm::actions() — Method in class LanguageEditForm

Returns an array of supported actions for the current entity form.

LanguageConverter::applies() — Method in class LanguageConverter

Determines if the converter applies to a specific route and variable.

LanguageServiceProvider::alter() — Method in class LanguageServiceProvider

Modifies existing service definitions.

LanguageConverter::applies() — Method in class LanguageConverter

Determines if the converter applies to a specific route and variable.

LayoutBuilderAccessCheck::access() — Method in class LayoutBuilderAccessCheck

Checks routing access to the layout.

LayoutPreviewAccessAllowed::access() — Method in class LayoutPreviewAccessAllowed

Checks data value access.

AddSectionControllerClass in namespace Drupal\layout_builder\Controller

Defines a controller to add a new section.

LayoutBuilderEntityViewDisplay::addSectionField() — Method in class LayoutBuilderEntityViewDisplay

Adds a layout section field to a given bundle.

AddBlockFormClass in namespace Drupal\layout_builder\Form

Provides a form to add a block.

DefaultsEntityForm::actions() — Method in class DefaultsEntityForm

Returns an array of supported actions for the current entity form.

OverridesEntityForm::actions() — Method in class OverridesEntityForm

Returns an array of supported actions for the current entity form.

InlineBlockUsage::addUsage() — Method in class InlineBlockUsage

Adds a usage record.

InlineBlockUsageInterface::addUsage() — Method in class InlineBlockUsageInterface

Adds a usage record.

DefaultsSectionStorage::access() — Method in class DefaultsSectionStorage

Checks data value access.

OverridesSectionStorage::access() — Method in class OverridesSectionStorage

Checks data value access.

SectionStorageBase::appendSection() — Method in class SectionStorageBase

Appends a new section to the end of the list.

LayoutSectionStorageParamConverter::applies() — Method in class LayoutSectionStorageParamConverter

Determines if the converter applies to a specific route and variable.

Section::appendComponent() — Method in class Section

Appends a component to the end of a region.

$ SectionComponent#additionalProperty in class SectionComponent

Any additional properties and values.

SectionListInterface::appendSection() — Method in class SectionListInterface

Appends a new section to the end of the list.

SectionListTrait::appendSection() — Method in class SectionListTrait
{@inheritdoc}
SectionListTrait::addBlankSection() — Method in class SectionListTrait

Adds a blank section to the list.

SectionStorageInterface::access() — Method in class SectionStorageInterface

Overrides \Drupal\Core\Access\AccessibleInterface::access().

$ SectionStorageDefinition#additionalProperty in class SectionStorageDefinition

Any additional properties and values.

LinkField::alterFieldInstanceMigration() — Method in class LinkField

Apply any custom processing to the field instance migration.

$ LocaleProjectStorage#allProperty in class LocaleProjectStorage

Cache status flag.

StringBase::addLocation() — Method in class StringBase

Adds a location for this string.

StringInterface::addLocation() — Method in class StringInterface

Adds a location for this string.

MediaRevisionAccessCheck::access() — Method in class MediaRevisionAccessCheck

Checks routing access for the media item revision.

$ MediaSource#allowed_field_typesProperty in class MediaSource

The field types that can be used as a source field for this media source.

MediaTypeForm::ajaxHandlerData() — Method in class MediaTypeForm

Ajax callback triggered by the type provider select element.

MediaTypeForm::actions() — Method in class MediaTypeForm

Returns an array of supported actions for the current entity form.

$ Resource#authorNameProperty in class Resource

The name of the author/owner of the resource.

$ Resource#authorUrlProperty in class Resource

A URL for the author/owner of the resource.

MediaEmbed::applyPerEmbedMediaOverrides() — Method in class MediaEmbed

Applies attribute-based per-media embed overrides of media information.

AudioFileClass in namespace Drupal\media\Plugin\media\Source

Media source wrapping around an audio file.

Status::adminSummary() — Method in class Status

Display the filter on the administrative summary.

AddFormBaseClass in namespace Drupal\media_library\Form

Provides a base class for creating media items from within the media library.

OEmbedForm::addButtonSubmit() — Method in class OEmbedForm

Submit handler for the add button.

MediaLibraryState::all() — Method in class MediaLibraryState

Returns the parameters.

MediaLibraryWidget::addItems() — Method in class MediaLibraryWidget

Updates the field state and flags the form for rebuild.

RouteSubscriber::alterRoutes() — Method in class RouteSubscriber

Alters existing routes for a specific collection.

MenuController::addLink() — Method in class MenuController

Provides the menu link creation form.

MenuLinkContentForm::actions() — Method in class MenuLinkContentForm

Returns an array of supported actions for the current entity form.

$ MenuLinkContentAccessControlHandler#accessManagerProperty in class MenuLinkContentAccessControlHandler

The access manager to check routes by name.

AuditExceptionClass in namespace Drupal\migrate\Audit

Defines an exception to throw if an error occurs during a migration audit.

AuditResultClass in namespace Drupal\migrate\Audit

Encapsulates the result of a migration audit.

AuditResult::addReason() — Method in class AuditResult

Adds a reason why the migration passed or failed the audit.

AuditorInterfaceClass in namespace Drupal\migrate\Audit

Defines an interface for migration auditors.

AuditorInterface::audit() — Method in class AuditorInterface

Audits a migration.

AuditorInterface::auditMultiple() — Method in class AuditorInterface

Audits a set of migrations.

IdAuditor::audit() — Method in class IdAuditor

Audits a migration.

IdAuditor::auditMultiple() — Method in class IdAuditor

Audits a set of migrations.

MigrateExecutable::attemptMemoryReclaim() — Method in class MigrateExecutable

Tries to reclaim memory.

AnnotatedClassDiscoveryAutomatedProvidersClass in namespace Drupal\migrate\Plugin\Discovery

Determines providers based on a class's and its parent's namespaces.

$ Migration#auditProperty in class Migration

Whether the migration is auditable.

Migration::allRowsProcessed() — Method in class Migration

Check if all source rows from this migration have been processed.

MigrationInterface::allRowsProcessed() — Method in class MigrationInterface

Check if all source rows from this migration have been processed.

MigrationPluginManager::addDependency() — Method in class MigrationPluginManager

Add one or more dependencies to a graph.

$ EntityContentBase#accountSwitcherProperty in class EntityContentBase

The account switcher service.

ArrayBuildClass in namespace Drupal\migrate\Plugin\migrate\process

Builds an array based on the key and value configuration.

SourcePluginBase::aboveHighWater() — Method in class SourcePluginBase

Check if the incoming data is newer than what we've previously imported.

FieldDiscovery::addAllFieldProcesses() — Method in class FieldDiscovery

Adds the field processes to a migration.

FieldDiscovery::addEntityFieldProcesses() — Method in class FieldDiscovery

Adds the field processes for an entity to a migration.

FieldDiscovery::addBundleFieldProcesses() — Method in class FieldDiscovery

Adds the field processes for a bundle to a migration.

FieldDiscoveryInterface::addAllFieldProcesses() — Method in class FieldDiscoveryInterface

Adds the field processes to a migration.

FieldDiscoveryInterface::addEntityFieldProcesses() — Method in class FieldDiscoveryInterface

Adds the field processes for an entity to a migration.

FieldDiscoveryInterface::addBundleFieldProcesses() — Method in class FieldDiscoveryInterface

Adds the field processes for a bundle to a migration.

MigrateDrupalServiceProvider::alter() — Method in class MigrateDrupalServiceProvider

Modifies existing service definitions.

MigrateFieldInterface::alterFieldMigration() — Method in class MigrateFieldInterface

Apply any custom processing to the field migration.

MigrateFieldInterface::alterFieldInstanceMigration() — Method in class MigrateFieldInterface

Apply any custom processing to the field instance migration.

MigrateFieldInterface::alterFieldWidgetMigration() — Method in class MigrateFieldInterface

Apply any custom processing to the field widget migration.

MigrateFieldInterface::alterFieldFormatterMigration() — Method in class MigrateFieldInterface

Apply any custom processing to the field formatter migration.

FieldPluginBase::alterFieldMigration() — Method in class FieldPluginBase

Apply any custom processing to the field migration.

FieldPluginBase::alterFieldInstanceMigration() — Method in class FieldPluginBase

Apply any custom processing to the field instance migration.

FieldPluginBase::alterFieldWidgetMigration() — Method in class FieldPluginBase

Apply any custom processing to the field widget migration.

FieldPluginBase::alterFieldFormatterMigration() — Method in class FieldPluginBase

Apply any custom processing to the field formatter migration.

ReferenceBase::alterFieldInstanceMigration() — Method in class ReferenceBase

Apply any custom processing to the field instance migration.

Schema::addField() — Method in class Schema

Add a new field to a table.

Schema::addPrimaryKey() — Method in class Schema

Add a primary key.

Schema::addUniqueKey() — Method in class Schema

Add a unique key.

Schema::addIndex() — Method in class Schema

Add an index.

NodeAddAccessCheck::access() — Method in class NodeAddAccessCheck

Checks access to the node add page for the node type.

NodePreviewAccessCheck::access() — Method in class NodePreviewAccessCheck

Checks access to the node preview page.

NodeRevisionAccessCheck::access() — Method in class NodeRevisionAccessCheck

Checks routing access for the node revision.

NodeController::addPage() — Method in class NodeController

Displays add content links for available content types.

NodeController::addPageTitle() — Method in class NodeController

The _title_callback for the node.add route.

Node::access() — Method in class Node

Checks data value access.

NodeAdminRouteSubscriber::alterRoutes() — Method in class NodeAdminRouteSubscriber

Alters existing routes for a specific collection.

NodeAccessControlHandler::access() — Method in class NodeAccessControlHandler

Checks access to an operation on a given entity or entity translation.

NodeAccessControlHandler::acquireGrants() — Method in class NodeAccessControlHandler

Gets the list of node access grants.

NodeAccessControlHandlerInterface::acquireGrants() — Method in class NodeAccessControlHandlerInterface

Gets the list of node access grants.

NodeForm::actions() — Method in class NodeForm

Returns an array of supported actions for the current entity form.

NodeGrantDatabaseStorage::access() — Method in class NodeGrantDatabaseStorage

Determines access to nodes based on node grants.

NodeGrantDatabaseStorage::alterQuery() — Method in class NodeGrantDatabaseStorage

Alters a query when node access is required.

NodeGrantDatabaseStorageInterface::alterQuery() — Method in class NodeGrantDatabaseStorageInterface

Alters a query when node access is required.

NodeGrantDatabaseStorageInterface::access() — Method in class NodeGrantDatabaseStorageInterface

Determines access to nodes based on node grants.

NodeTypeForm::actions() — Method in class NodeTypeForm

Returns an array of supported actions for the current entity form.

NodePreviewConverter::applies() — Method in class NodePreviewConverter

Determines if the converter applies to a specific route and variable.

AssignOwnerNodeClass in namespace Drupal\node\Plugin\Action

Assigns ownership of a node to a user.

AssignOwnerNode::access() — Method in class AssignOwnerNode

Checks object access.

UnpublishByKeywordNode::access() — Method in class UnpublishByKeywordNode

Checks object access.

$ NodeSearch#accountProperty in class NodeSearch

The Drupal account to use for checking for access to advanced search.

$ NodeSearch#advancedProperty in class NodeSearch

The list of options and info for advanced search filters.

NodeSearch::access() — Method in class NodeSearch

Checks data value access.

NodeSearch::addNodeRankings() — Method in class NodeSearch

Adds the configured rankings to the search query.

$ ListingEmpty#accessManagerProperty in class ListingEmpty

The access manager.

AccessClass in namespace Drupal\node\Plugin\views\filter

Filter by node_access records.

Access::adminSummary() — Method in class Access

Display the filter on the administrative summary.

Status::adminSummary() — Method in class Status

Display the filter on the administrative summary.

NodePreviewConverter::applies() — Method in class NodePreviewConverter

Determines if the converter applies to a specific route and variable.

RouteSubscriber::alterRoutes() — Method in class RouteSubscriber

Alters existing routes for a specific collection.

ListFloatItem::allowedValuesDescription() — Method in class ListFloatItem

Provides the field type specific allowed values form element #description.

ListIntegerItem::allowedValuesDescription() — Method in class ListIntegerItem

Provides the field type specific allowed values form element #description.

ListItemBase::allowedValuesDescription() — Method in class ListItemBase

Provides the field type specific allowed values form element #description.

ListItemBase::allowedValuesString() — Method in class ListItemBase

Generates a string representation of an array of 'allowed values'.

ListStringItem::allowedValuesDescription() — Method in class ListStringItem

Provides the field type specific allowed values form element #description.

$ NumberListField#allowedValuesProperty in class NumberListField

Stores the allowed values of this field.

$ StringListField#allowedValuesProperty in class StringListField

Stores the allowed values of this field.

$ PathAliasListBuilder#aliasManagerProperty in class PathAliasListBuilder

The path alias manager.

AliasManagerClass in namespace Drupal\path_alias

The default alias manager implementation.

AliasManagerInterfaceClass in namespace Drupal\path_alias

Find an alias for a path and vice versa.

AliasRepositoryClass in namespace Drupal\path_alias

Provides the default path alias lookup operations.

AliasRepository::addLanguageFallback() — Method in class AliasRepository

Adds path alias language fallback conditions to a select query object.

AliasRepositoryInterfaceClass in namespace Drupal\path_alias

Provides an interface for path alias lookup operations.

AliasWhitelistClass in namespace Drupal\path_alias

Extends CacheCollector to build the path alias whitelist over time.

AliasWhitelistInterfaceClass in namespace Drupal\path_alias

Cache the alias whitelist.

$ PathAliasSubscriber#aliasManagerProperty in class PathAliasSubscriber

The alias manager that caches alias lookups based on the request.

AliasPathProcessorClass in namespace Drupal\path_alias\PathProcessor

Processes the inbound path using path alias lookups.

$ AliasPathProcessor#aliasManagerProperty in class AliasPathProcessor

An alias manager for looking up the system path.

Connection::addSavepoint() — Method in class Connection

Add a new savepoint with a unique name.

Schema::addField() — Method in class Schema

Add a new field to a table.

Schema::addPrimaryKey() — Method in class Schema

Add a primary key.

Schema::addUniqueKey() — Method in class Schema

Add a unique key.

Schema::addIndex() — Method in class Schema

Add an index.

Select::addExpression() — Method in class Select

Adds an expression to the list of "fields" to be SELECTed.

QuickEditEntityFieldAccessCheck::access() — Method in class QuickEditEntityFieldAccessCheck

Checks Quick Edit access to the field.

QuickEditEntityFieldAccessCheck::accessEditEntityField() — Method in class QuickEditEntityFieldAccessCheck

Checks access to edit the requested field of the requested entity.

QuickEditEntityFieldAccessCheckInterface::accessEditEntityField() — Method in class QuickEditEntityFieldAccessCheckInterface

Checks access to edit the requested field of the requested entity.

$ EditorSelector#alternativesProperty in class EditorSelector

A list of alternative editor plugin IDs, keyed by editor plugin ID.

$ MetadataGenerator#accessCheckerProperty in class MetadataGenerator

An object that checks if a user has access to edit a given entity field.

QuickEditController::attachments() — Method in class QuickEditController

Returns AJAX commands to load in-place editors' attachments.

ResponsiveImageStyle::addImageStyleMapping() — Method in class ResponsiveImageStyle

Adds an image style mapping to the responsive image configuration entity.

ResponsiveImageStyleInterface::addImageStyleMapping() — Method in class ResponsiveImageStyleInterface

Adds an image style mapping to the responsive image configuration entity.

$ ConfigDependencies#authProvidersProperty in class ConfigDependencies

The authentication providers, keyed by ID.

ResourceBase::availableMethods() — Method in class ResourceBase

Returns the available HTTP request methods on this plugin.

ResourceInterface::availableMethods() — Method in class ResourceInterface

Returns the available HTTP request methods on this plugin.

EntityResource::availableMethods() — Method in class EntityResource

Returns the available HTTP request methods on this plugin.

EntityResource::addLinkHeaders() — Method in class EntityResource

Adds link headers to a response.

$ RestExport#authenticationCollectorProperty in class RestExport

The collector of authentication providers.

$ RestExport#authenticationProviderIdsProperty in class RestExport

The authentication providers, like 'cookie' and 'basic_auth'.

SearchPageAddForm::actions() — Method in class SearchPageAddForm

Returns an array of supported actions for the current entity form.

SearchPageEditForm::actions() — Method in class SearchPageEditForm

Returns an array of supported actions for the current entity form.

$ Search#alwaysMultipleProperty in class Search

This filter is always considered multiple-valued.

SearchQuery::addScore() — Method in class SearchQuery

Adds a custom score expression to the search query.

SearchTextProcessor::analyze() — Method in class SearchTextProcessor

Runs the text through character analyzers in preparation for indexing.

SearchTextProcessorInterface::analyze() — Method in class SearchTextProcessorInterface

Runs the text through character analyzers in preparation for indexing.

ChainEntityResolver::addResolver() — Method in class ChainEntityResolver

Adds an entity resolver.

ChainEntityResolverInterface::addResolver() — Method in class ChainEntityResolverInterface

Adds an entity resolver.

$ DateTimeIso8601Normalizer#allowedFormatsProperty in class DateTimeIso8601Normalizer
{@inheritdoc}
$ DateTimeNormalizer#allowedFormatsProperty in class DateTimeNormalizer

Allowed datetime formats for the denormalizer.

NormalizerBase::addCacheableDependency() — Method in class NormalizerBase

Adds cacheability if applicable.

$ TimestampNormalizer#allowedFormatsProperty in class TimestampNormalizer
{@inheritdoc}
BlockHasOverridesAccessCheck::access() — Method in class BlockHasOverridesAccessCheck

Checks access for accessing a block's 'settings_tray' form.

BlockPluginHasSettingsTrayFormAccessCheck::access() — Method in class BlockPluginHasSettingsTrayFormAccessCheck

Checks access for accessing a block's 'settings_tray' form.

BlockPluginHasSettingsTrayFormAccessCheck::accessBlockPlugin() — Method in class BlockPluginHasSettingsTrayFormAccessCheck

Checks access for accessing a block plugin's 'settings_tray' form.

BlockEntitySettingTrayForm::actions() — Method in class BlockEntitySettingTrayForm

Returns an array of supported actions for the current entity form.

ShortcutController::addForm() — Method in class ShortcutController

Returns a form to add a new shortcut to a given set.

ShortcutSetController::addShortcutLinkInline() — Method in class ShortcutSetController

Creates a new link in the provided shortcut set.

SetCustomize::actions() — Method in class SetCustomize

Returns an array of supported actions for the current entity form.

ShortcutSetStorage::assignUser() — Method in class ShortcutSetStorage

Assigns a user to a particular shortcut set.

ShortcutSetStorageInterface::assignUser() — Method in class ShortcutSetStorageInterface

Assigns a user to a particular shortcut set.

$ Connection#attachedDatabasesProperty in class Connection

All databases attached to the current database.

Connection::attachDatabase() — Method in class Connection

Allows the connection to access additional databases.

Schema::addField() — Method in class Schema

Add a new field to a table.

Schema::alterTable() — Method in class Schema

Create a table with a new schema containing the old content.

Schema::addIndex() — Method in class Schema

Add an index.

Schema::addUniqueKey() — Method in class Schema

Add a unique key.

Schema::addPrimaryKey() — Method in class Schema

Add a primary key.

NodeCounterTimestamp::access() — Method in class NodeCounterTimestamp

Check whether given user has access to this handler.

StatisticsNumeric::access() — Method in class StatisticsNumeric

Check whether given user has access to this handler.

CronAccessCheck::access() — Method in class CronAccessCheck

Checks access.

DbUpdateAccessCheck::access() — Method in class DbUpdateAccessCheck

Checks access for update routes.

ActionConfigEntityInterfaceClass in namespace Drupal\system

Provides an interface defining an action entity.

AdminControllerClass in namespace Drupal\system\Controller

Controller for admin section.

$ DbUpdateController#accountProperty in class DbUpdateController

The current user.

ActionClass in namespace Drupal\system\Entity

Defines the configured action entity.

AdminRouteSubscriberClass in namespace Drupal\system\EventSubscriber

Adds the _admin_route option to each admin HTML route.

AdminRouteSubscriber::alterRoutes() — Method in class AdminRouteSubscriber

Alters existing routes for a specific collection.

AdvisoriesConfigSubscriberClass in namespace Drupal\system\EventSubscriber

Defines a config subscriber for changes to 'system.advisories'.

DateFormatAddForm::actions() — Method in class DateFormatAddForm

Returns an array of supported actions for the current entity form.

DateFormatEditForm::actions() — Method in class DateFormatEditForm

Returns an array of supported actions for the current entity form.

$ ImageToolkitForm#availableToolkitsProperty in class ImageToolkitForm

An array containing currently available toolkits.

$ ModulesListForm#accessManagerProperty in class ModulesListForm

The access manager.

$ SiteInformationForm#aliasManagerProperty in class SiteInformationForm

The path alias manager.

$ PathBasedBreadcrumbBuilder#accessManagerProperty in class PathBasedBreadcrumbBuilder

The menu link access service.

PathBasedBreadcrumbBuilder::applies() — Method in class PathBasedBreadcrumbBuilder

Whether this breadcrumb builder should be used to build the breadcrumb.

$ RequestPath#aliasManagerProperty in class RequestPath

An alias manager to find the alias for the current system path.

Convert::arguments() — Method in class Convert

Returns the definition of the operation arguments.

CreateNew::arguments() — Method in class CreateNew

Returns the definition of the operation arguments.

Crop::arguments() — Method in class Crop

Returns the definition of the operation arguments.

Desaturate::arguments() — Method in class Desaturate

Returns the definition of the operation arguments.

Resize::arguments() — Method in class Resize

Returns the definition of the operation arguments.

Rotate::arguments() — Method in class Rotate

Returns the definition of the operation arguments.

Scale::arguments() — Method in class Scale

Returns the definition of the operation arguments.

ScaleAndCrop::arguments() — Method in class ScaleAndCrop

Returns the definition of the operation arguments.

$ MockAliasManager#aliasesProperty in class MockAliasManager

Array of mocked aliases. Keys are system paths, followed by language.

MockAliasManager::addAlias() — Method in class MockAliasManager

Adds an alias to the in-memory alias table for this object.

BatchNegotiator::applies() — Method in class BatchNegotiator

Whether this theme negotiator should be used to set the theme.

DbUpdateNegotiator::applies() — Method in class DbUpdateNegotiator

Whether this theme negotiator should be used to set the theme.

TaxonomyController::addForm() — Method in class TaxonomyController

Returns a form to add a new term to a vocabulary.

TaxonomyIndexTid::addSelfTokens() — Method in class TaxonomyIndexTid

Add any special tokens this field might use for itself.

TaxonomyIndexTid::acceptExposedInput() — Method in class TaxonomyIndexTid

Determines if the input from a filter should change the generated query.

TaxonomyIndexTid::adminSummary() — Method in class TaxonomyIndexTid

Display the filter on the administrative summary.

TaxonomyIndexDepthQueryTrait::addSubQueryJoin() — Method in class TaxonomyIndexDepthQueryTrait

Builds a performant depth subquery and adds it as a join to the query.

TermBreadcrumbBuilder::applies() — Method in class TermBreadcrumbBuilder

Whether this breadcrumb builder should be used to build the breadcrumb.

TermForm::actions() — Method in class TermForm

Returns an array of supported actions for the current entity form.

$ TermStorage#ancestorsProperty in class TermStorage

Array of all loaded term ancestry keyed by ancestor term ID, keyed by term ID.

TextItemBase::applyDefaultValue() — Method in class TextItemBase

Applies the default value.

AllowToolbarPathClass in namespace Drupal\toolbar\PageCache

Cache policy for the toolbar page cache service.

$ TipPluginBase#attributesProperty in class TipPluginBase

The attributes that will be applied to the markup of this tip.

UpdateManagerAccessCheck::access() — Method in class UpdateManagerAccessCheck

Checks access.

$ UpdateManagerInstall#archiverManagerProperty in class UpdateManagerInstall

The archiver plugin manager service.

$ UpdateManager#availableReleasesTempStoreProperty in class UpdateManager

Update available releases key/value store.

$ UpdateProcessor#availableReleasesTempStoreProperty in class UpdateProcessor

Update available releases store.

LoginStatusCheck::access() — Method in class LoginStatusCheck

Checks access.

PermissionAccessCheck::access() — Method in class PermissionAccessCheck

Checks access.

RegisterAccessCheck::access() — Method in class RegisterAccessCheck

Checks access.

RoleAccessCheck::access() — Method in class RoleAccessCheck

Checks access.

AccountFormClass in namespace Drupal\user

Form controller for the user account forms.

AccountForm::alterPreferredLangcodeDescription() — Method in class AccountForm

Alters the preferred language widget description.

AccountSettingsFormClass in namespace Drupal\user

Configure user settings for this site.

Cookie::applies() — Method in class Cookie

Checks whether suitable authentication credentials are on the request.

Cookie::authenticate() — Method in class Cookie

Authenticates the user.

Cookie::addCheckToUrl() — Method in class Cookie

Adds a query parameter to check successful log in redirect URL.

$ CurrentUserContext#accountProperty in class CurrentUserContext

The current user.

$ User#anonymousUserProperty in class User

Stores a reference for a reusable anonymous user entity.

User::addRole() — Method in class User

Add a role to a user.

User::activate() — Method in class User

Activates the user.

AccessDeniedSubscriberClass in namespace Drupal\user\EventSubscriber

Redirects users when access is denied.

$ AccessDeniedSubscriber#accountProperty in class AccessDeniedSubscriber

The current user.

$ MaintenanceModeSubscriber#accountProperty in class MaintenanceModeSubscriber

The current account.

$ UserRequestSubscriber#accountProperty in class UserRequestSubscriber

The current account.

UserPermissionsBundleForm::access() — Method in class UserPermissionsBundleForm

Checks that there are permissions to be managed.

UserPermissionsModuleSpecificForm::access() — Method in class UserPermissionsModuleSpecificForm

Checks that at least one module defines permissions.

AddRoleUserClass in namespace Drupal\user\Plugin\Action

Adds a role to a user.

BlockUser::access() — Method in class BlockUser

Checks object access.

CancelUser::access() — Method in class CancelUser

Checks object access.

ChangeUserRoleBase::access() — Method in class ChangeUserRoleBase

Checks object access.

UnblockUser::access() — Method in class UnblockUser

Checks object access.

AuthorFormatterClass in namespace Drupal\user\Plugin\Field\FieldFormatter

Plugin implementation of the 'author' formatter.

$ LanguageNegotiationUserAdmin#adminContextProperty in class LanguageNegotiationUserAdmin

The admin context.

UserSearch::access() — Method in class UserSearch

Checks data value access.

Permission::access() — Method in class Permission

Determine if the current user has access or not.

Permission::alterRouteDefinition() — Method in class Permission

Allows access plugins to alter the route definition of a view.

Role::access() — Method in class Role

Determine if the current user has access or not.

Role::alterRouteDefinition() — Method in class Role

Allows access plugins to alter the route definition of a view.

Roles::addSelfTokens() — Method in class Roles

Add any special tokens this field might use for itself.

$ Name#alwaysMultipleProperty in class Name
Name::acceptExposedInput() — Method in class Name

Determines if the input from a filter should change the generated query.

Name::adminSummary() — Method in class Name

Display the filter on the administrative summary.

ProfileForm::actions() — Method in class ProfileForm

Returns an array of supported actions for the current entity form.

RegisterForm::actions() — Method in class RegisterForm

Returns an array of supported actions for the current entity form.

RouteSubscriber::alterRoutes() — Method in class RouteSubscriber

Alters existing routes for a specific collection.

AdminNegotiatorClass in namespace Drupal\user\Theme

Sets the active theme on admin pages.

$ AdminNegotiator#adminContextProperty in class AdminNegotiator

The route admin context to determine whether a route is an admin one.

AdminNegotiator::applies() — Method in class AdminNegotiator

Whether this theme negotiator should be used to set the theme.

$ ToolbarLinkBuilder#accountProperty in class ToolbarLinkBuilder

The current user.

UserAuth::authenticate() — Method in class UserAuth

Validates user authentication credentials.

UserAuthInterface::authenticate() — Method in class UserAuthInterface

Validates user authentication credentials.

UserInterface::addRole() — Method in class UserInterface

Add a role to a user.

UserInterface::activate() — Method in class UserInterface

Activates the user.

AnalyzerClass in namespace Drupal\views

This tool is a small plugin manager to perform analysis on a view and report results to the user. This tool is meant to let modules that provide data to Views also help users properly use that data by detecting invalid configurations. Views itself comes with only a small amount of analysis tools, but more could easily be added either by modules or as patches to Views itself.

$ ViewsDisplay#adminProperty in class ViewsDisplay

The administrative name of the display.

ViewAjaxController::ajaxView() — Method in class ViewAjaxController

Loads and renders a view via AJAX.

EntityViewsData::addEntityLinks() — Method in class EntityViewsData

Sets the entity links in case corresponding link templates exist.

View::addDisplay() — Method in class View

Adds a new display handler to the view, automatically creating an ID.

View::addCacheMetadata() — Method in class View

Fills in the cache metadata of this view.

RouteSubscriber::alterRoutes() — Method in class RouteSubscriber

Alters existing routes for a specific collection.

ManyToOneHelper::addTable() — Method in class ManyToOneHelper

Add a table to the query.

ManyToOneHelper::addFilter() — Method in class ManyToOneHelper
ViewsBlockBase::addContextualLinks() — Method in class ViewsBlockBase

Converts Views block content to a renderable array with contextual links.

ViewsLocalTask::alterLocalTasks() — Method in class ViewsLocalTask

Alters base_route and parent_id into the views local tasks.

BrokenHandlerTrait::adminLabel() — Method in class BrokenHandlerTrait

Returns this handlers name in the UI.

HandlerBase::adminLabel() — Method in class HandlerBase

Return a string representing this handler's name in the UI.

HandlerBase::access() — Method in class HandlerBase

Check whether given user has access to this handler.

HandlerBase::adminSummary() — Method in class HandlerBase

Provide text for the administrative summary.

HandlerBase::acceptExposedInput() — Method in class HandlerBase

Take input from exposed handlers and assign to this handler, if necessary.

ViewsHandlerInterface::access() — Method in class ViewsHandlerInterface

Check whether given user has access to this handler.

ViewsHandlerInterface::adminLabel() — Method in class ViewsHandlerInterface

Return a string representing this handler's name in the UI.

ViewsHandlerInterface::adminSummary() — Method in class ViewsHandlerInterface

Provide text for the administrative summary.

AccessPluginBaseClass in namespace Drupal\views\Plugin\views\access

The base plugin to handle access control.

AccessPluginBase::access() — Method in class AccessPluginBase

Determine if the current user has access or not.

AccessPluginBase::alterRouteDefinition() — Method in class AccessPluginBase

Allows access plugins to alter the route definition of a view.

None::access() — Method in class None

Determine if the current user has access or not.

None::alterRouteDefinition() — Method in class None

Allows access plugins to alter the route definition of a view.

AreaPluginBaseClass in namespace Drupal\views\Plugin\views\area

Base class for area handler plugins.

$ AreaPluginBase#areaTypeProperty in class AreaPluginBase

The type of this area handler, i.e. 'header', 'footer', or 'empty'.

AreaPluginBase::adminSummary() — Method in class AreaPluginBase

Provide text for the administrative summary.

ArgumentPluginBaseClass in namespace Drupal\views\Plugin\views\argument

Base class for argument (contextual filter) handler plugins.

$ ArgumentPluginBase#argumentProperty in class ArgumentPluginBase
$ Date#argFormatProperty in class Date

The date format used in the query.

$ DayDate#argFormatProperty in class DayDate
{@inheritdoc}
$ FullDate#argFormatProperty in class FullDate
{@inheritdoc}
GroupByNumeric::adminLabel() — Method in class GroupByNumeric

Return a string representing this handler's name in the UI.

$ MonthDate#argFormatProperty in class MonthDate
{@inheritdoc}
$ WeekDate#argFormatProperty in class WeekDate
{@inheritdoc}
$ YearDate#argFormatProperty in class YearDate
{@inheritdoc}
$ YearMonthDate#argFormatProperty in class YearMonthDate
{@inheritdoc}
ArgumentDefaultPluginBaseClass in namespace Drupal\views\Plugin\views\argument_default

The fixed argument default handler; also used as the base.

$ ArgumentDefaultPluginBase#argumentProperty in class ArgumentDefaultPluginBase

The argument handler instance associated with this plugin.

ArgumentDefaultPluginBase::access() — Method in class ArgumentDefaultPluginBase

Determine if the administrator has the privileges to use this plugin.

$ Raw#aliasManagerProperty in class Raw

The alias manager.

ArgumentValidatorPluginBaseClass in namespace Drupal\views\Plugin\views\argument_validator

Base argument validator plugin to provide basic functionality.

$ ArgumentValidatorPluginBase#argumentProperty in class ArgumentValidatorPluginBase

The argument handler instance associated with this plugin.

ArgumentValidatorPluginBase::access() — Method in class ArgumentValidatorPluginBase

Determines if the administrator has the privileges to use this plugin.

CachePluginBase::alterCacheMetadata() — Method in class CachePluginBase

Alters the cache metadata of a display upon saving a view.

AttachmentClass in namespace Drupal\views\Plugin\views\display

The plugin that handles an attachment display.

Attachment::attachmentPositions() — Method in class Attachment
Attachment::attachTo() — Method in class Attachment

Allows displays to attach to other views.

DisplayPluginBase::ajaxEnabled() — Method in class DisplayPluginBase

Whether the display is actually using AJAX or not.

DisplayPluginBase::acceptAttachments() — Method in class DisplayPluginBase

Determines whether this display can use attachments.

DisplayPluginBase::attachTo() — Method in class DisplayPluginBase

Allows displays to attach to other views.

DisplayPluginBase::applyDisplayCacheabilityMetadata() — Method in class DisplayPluginBase

Applies the cacheability of the current display to the given render array.

DisplayPluginBase::access() — Method in class DisplayPluginBase

Determines if the user has access to this display of the view.

DisplayPluginInterface::ajaxEnabled() — Method in class DisplayPluginInterface

Whether the display is actually using AJAX or not.

DisplayPluginInterface::acceptAttachments() — Method in class DisplayPluginInterface

Determines whether this display can use attachments.

DisplayPluginInterface::attachTo() — Method in class DisplayPluginInterface

Allows displays to attach to other views.

DisplayPluginInterface::access() — Method in class DisplayPluginInterface

Determines if the user has access to this display of the view.

DisplayRouterInterface::alterRoutes() — Method in class DisplayRouterInterface

Alters a collection of routes and replaces definitions to the view.

$ Feed#ajaxEnabledProperty in class Feed

Whether the display allows the use of AJAX or not.

Feed::attachTo() — Method in class Feed

Allows displays to attach to other views.

PathPluginBase::alterRoutes() — Method in class PathPluginBase

Alters a collection of routes and replaces definitions to the view.

$ BulkForm#actionStorageProperty in class BulkForm

The action storage.

$ BulkForm#actionsProperty in class BulkForm

An array of actions that can be executed.

EntityField::access() — Method in class EntityField

Check whether given user has access to this handler.

EntityField::add_field_table() — Method in class EntityField

Determine if the field table should be added to the query.

EntityField::addSelfTokens() — Method in class EntityField

Add any special tokens this field might use for itself.

FieldHandlerInterface::advancedRender() — Method in class FieldHandlerInterface

Renders a field using advanced settings.

$ FieldPluginBase#aliasesProperty in class FieldPluginBase
$ FieldPluginBase#additional_fieldsProperty in class FieldPluginBase

Stores additional fields which get added to the query.

FieldPluginBase::allowAdvancedRender() — Method in class FieldPluginBase

Determine if this field can allow advanced rendering.

FieldPluginBase::addAdditionalFields() — Method in class FieldPluginBase

Add 'additional' fields to the query.

FieldPluginBase::adminSummary() — Method in class FieldPluginBase

Provide extra data to the administration form.

FieldPluginBase::advancedRender() — Method in class FieldPluginBase

Renders a field using advanced settings.

FieldPluginBase::addSelfTokens() — Method in class FieldPluginBase

Add any special tokens this field might use for itself.

FieldPluginBase::adminLabel() — Method in class FieldPluginBase

Return a string representing this handler's name in the UI.

$ LinkBase#accessManagerProperty in class LinkBase

The access manager service.

LinkBase::addLangcode() — Method in class LinkBase

Adds language information to the options.

$ BooleanOperator#alwaysMultipleProperty in class BooleanOperator

Exposed filter options.

$ BooleanOperator#accept_nullProperty in class BooleanOperator

Whether to accept NULL as a false value or not.

BooleanOperator::adminSummary() — Method in class BooleanOperator

Display the filter on the administrative summary.

Date::acceptExposedInput() — Method in class Date

Do some minor translation of the exposed input.

$ Equality#alwaysMultipleProperty in class Equality

Exposed filter options.

$ FilterPluginBase#alwaysMultipleProperty in class FilterPluginBase
$ FilterPluginBase#always_requiredProperty in class FilterPluginBase
FilterPluginBase::adminSummary() — Method in class FilterPluginBase

Display the filter on the administrative summary.

FilterPluginBase::addGroupForm() — Method in class FilterPluginBase

Add a new group to the exposed filter groups.

FilterPluginBase::acceptExposedInput() — Method in class FilterPluginBase

Determines if the input from a filter should change the generated query.

FilterPluginBase::arrayFilterZero() — Method in class FilterPluginBase

Filter by no empty values, though allow the use of (string) "0".

GroupByNumeric::adminLabel() — Method in class GroupByNumeric

Return a string representing this handler's name in the UI.

InOperator::acceptExposedInput() — Method in class InOperator

Determines if the input from a filter should change the generated query.

InOperator::adminSummary() — Method in class InOperator

Display the filter on the administrative summary.

LatestRevision::adminSummary() — Method in class LatestRevision

Display the filter on the administrative summary.

LatestTranslationAffectedRevision::adminSummary() — Method in class LatestTranslationAffectedRevision

Display the filter on the administrative summary.

$ NumericFilter#alwaysMultipleProperty in class NumericFilter
NumericFilter::adminSummary() — Method in class NumericFilter

Display the filter on the administrative summary.

NumericFilter::acceptExposedInput() — Method in class NumericFilter

Do some minor translation of the exposed input.

$ StringFilter#alwaysMultipleProperty in class StringFilter

Exposed filter options.

StringFilter::adminSummary() — Method in class StringFilter

Display the filter on the administrative summary.

$ JoinPluginBase#adjustedProperty in class JoinPluginBase

Defines whether a join has been adjusted.

QueryPluginBase::alter() — Method in class QueryPluginBase

Let modules modify the query just prior to finalizing it.

QueryPluginBase::addSignature() — Method in class QueryPluginBase

Add a signature to the query, if such a thing is feasible.

Sql::addRelationship() — Method in class Sql

A relationship is an alternative endpoint to a series of table joins. Relationships must be aliases of the primary table and they must join either to the primary table or to a pre-existing relationship.

Sql::addTable() — Method in class Sql

Add a table to the query, ensuring the path exists.

Sql::adjustJoin() — Method in class Sql

Fix a join to adhere to the proper relationship; the left table can vary based upon what relationship items are joined in on.

Sql::addField() — Method in class Sql

Add a field to the query table, possibly with an alias. This will automatically call ensureTable to make sure the required table exists, unless $table is unset.

Sql::addWhere() — Method in class Sql

Add a simple WHERE clause to the query. The caller is responsible for ensuring that all fields are fully qualified (TABLE.FIELD) and that the table already exists in the query.

Sql::addWhereExpression() — Method in class Sql

Add a complex WHERE clause to the query.

Sql::addHavingExpression() — Method in class Sql

Add a complex HAVING clause to the query.

Sql::addOrderBy() — Method in class Sql

Add an ORDER BY clause to the query.

Sql::addGroupBy() — Method in class Sql

Add a simple GROUP BY clause to the query. The caller is responsible for ensuring that the fields are fully qualified and the table is properly added.

Sql::addTag() — Method in class Sql

Adds a query tag to the sql object.

Sql::alter() — Method in class Sql

Let modules modify the query just prior to finalizing it.

Sql::assignEntitiesToResult() — Method in class Sql

Sets entities onto the view result row objects.

Sql::addSignature() — Method in class Sql

Add a signature to the query, if such a thing is feasible.

Sql::aggregationMethodSimple() — Method in class Sql
Sql::aggregationMethodDistinct() — Method in class Sql
GroupwiseMax::alterSubqueryCondition() — Method in class GroupwiseMax

Recursive helper to add a namespace to conditions.

$ RelationshipPluginBase#aliasProperty in class RelationshipPluginBase

The relationship alias.

GroupByNumeric::adminLabel() — Method in class GroupByNumeric

Return a string representing this handler's name in the UI.

SortPluginBase::adminSummary() — Method in class SortPluginBase

Display whether or not the sort order is ascending or descending.

Opml::attachTo() — Method in class Opml
{@inheritdoc}
Rss::attachTo() — Method in class Rss
$ Table#activeProperty in class Table

Contains the current active sort column.

$ WizardPluginBase#availableSortsProperty in class WizardPluginBase

The available store criteria.

WizardPluginBase::alterDisplayOptions() — Method in class WizardPluginBase

Alters the full array of display options before they are added to the view.

WizardPluginBase::addDisplays() — Method in class WizardPluginBase

Adds the array of display options to the view, with appropriate overrides.

AssertViewsCacheTagsTraitClass in namespace Drupal\views\Tests
AssertViewsCacheTagsTrait::assertViewsCacheTags() — Method in class AssertViewsCacheTagsTrait

Asserts a view's result & render cache items' cache tags.

AssertViewsCacheTagsTrait::assertViewsCacheTagsFromStaticRenderArray() — Method in class AssertViewsCacheTagsTrait

Asserts a view's result & render cache items' cache tags.

ViewResultAssertionTrait::assertIdenticalResultset() — Method in class ViewResultAssertionTrait

Verifies that a result set returned by a View matches expected values.

ViewResultAssertionTrait::assertNotIdenticalResultset() — Method in class ViewResultAssertionTrait

Verifies that a result set returned by a View differs from certain values.

ViewResultAssertionTrait::assertIdenticalResultsetHelper() — Method in class ViewResultAssertionTrait

Performs View result assertions.

ViewEntityInterface::addDisplay() — Method in class ViewEntityInterface

Adds a new display handler to the view, automatically creating an ID.

$ ViewExecutable#argsProperty in class ViewExecutable

Any arguments that have been passed into the view.

$ ViewExecutable#ajaxEnabledProperty in class ViewExecutable

Whether this view uses AJAX.

$ ViewExecutable#attachment_beforeProperty in class ViewExecutable

Attachments to place before the view.

$ ViewExecutable#attachment_afterProperty in class ViewExecutable

Attachments to place after the view.

$ ViewExecutable#argumentProperty in class ViewExecutable

Stores the argument handlers which are initialized on this view.

ViewExecutable::addCacheContext() — Method in class ViewExecutable

Expands the list of used cache contexts for the view.

ViewExecutable::ajaxEnabled() — Method in class ViewExecutable

Determines whether or not AJAX should be used.

ViewExecutable::attachDisplays() — Method in class ViewExecutable

Runs attachment displays for the view.

ViewExecutable::access() — Method in class ViewExecutable

Determines if the given user has access to the view.

ViewExecutable::addHandler() — Method in class ViewExecutable

Adds an instance of a handler to the view.

Views::analyzer() — Method in class Views

Returns the view analyzer.

$ ViewsData#allStorageProperty in class ViewsData

All table storage data loaded from cache.

ViewsUIController::ajaxOperation() — Method in class ViewsUIController

Calls a method on a view and reloads the listing page.

ViewsUIController::autocompleteTag() — Method in class ViewsUIController

Menu callback for Views tag autocompletion.

AdvancedSettingsFormClass in namespace Drupal\views_ui\Form

Form builder for the advanced admin settings page.

AddHandlerClass in namespace Drupal\views_ui\Form\Ajax

Provides a form for adding an item in the Views UI.

AnalyzeClass in namespace Drupal\views_ui\Form\Ajax

Displays analysis information for a view.

RearrangeFilter::arrayKeyPlus() — Method in class RearrangeFilter

Adds one to each key of an array.

ViewsFormBase::ajaxFormWrapper() — Method in class ViewsFormBase

Wrapper for handling AJAX forms.

ViewUIConverter::applies() — Method in class ViewUIConverter

Determines if the converter applies to a specific route and variable.

ViewUIConverter::applies() — Method in class ViewUIConverter

Determines if the converter applies to a specific route and variable.

ViewAddForm::actions() — Method in class ViewAddForm

Returns an array of supported actions for the current entity form.

ViewDuplicateForm::actions() — Method in class ViewDuplicateForm

Returns an array of supported actions for the current entity form.

ViewEditForm::actions() — Method in class ViewEditForm

Returns an array of supported actions for the current entity form.

ViewPreviewForm::actions() — Method in class ViewPreviewForm

Returns an array of supported actions for the current entity form.

$ ViewUI#additionalQueriesProperty in class ViewUI

Stores a list of database queries run beside the main one from views.

ViewUI::addFormToStack() — Method in class ViewUI

Add another form to the stack; clicking 'apply' will go to this form rather than closing the ajax popup.

ViewUI::access() — Method in class ViewUI

Checks data value access.

ViewUI::addDisplay() — Method in class ViewUI

Adds a new display handler to the view, automatically creating an ID.

ViewUI::addCacheableDependency() — Method in class ViewUI

Adds a dependency on an object: merges its cacheability metadata.

ViewUI::addCacheContexts() — Method in class ViewUI

Adds cache contexts.

ViewUI::addCacheTags() — Method in class ViewUI

Adds cache tags.

WorkflowStateAddForm::actions() — Method in class WorkflowStateAddForm

Returns an array of supported actions for the current entity form.

WorkflowStateEditForm::actions() — Method in class WorkflowStateEditForm

Returns an array of supported actions for the current entity form.

WorkflowTransitionAddForm::actions() — Method in class WorkflowTransitionAddForm

Returns an array of supported actions for the current entity form.

WorkflowTransitionEditForm::actions() — Method in class WorkflowTransitionEditForm

Returns an array of supported actions for the current entity form.

WorkflowTypeBase::addState() — Method in class WorkflowTypeBase

Adds a state to the workflow.

WorkflowTypeBase::addTransition() — Method in class WorkflowTypeBase

Adds a transition to the workflow.

WorkflowStateTransitionOperationsAccessCheck::access() — Method in class WorkflowStateTransitionOperationsAccessCheck

Checks access for operations of workflow states and transitions.

WorkflowTypeInterface::addState() — Method in class WorkflowTypeInterface

Adds a state to the workflow.

WorkflowTypeInterface::addTransition() — Method in class WorkflowTypeInterface

Adds a transition to the workflow.

ActiveWorkspaceCheckClass in namespace Drupal\workspaces\Access

Determines access to routes based on the presence of an active workspace.

ActiveWorkspaceCheck::access() — Method in class ActiveWorkspaceCheck

Checks access.

Tables::addField() — Method in class Tables

Adds a field to a database query.

Tables::addJoin() — Method in class Tables

Adds a join to a given table.

Tables::addNextBaseTable() — Method in class Tables

Add the next entity base table.

Tables::addWorkspaceAssociationJoin() — Method in class Tables

Adds a new join to the 'workspace_association' table for an entity base table.

EntitySchemaSubscriber::addRevisionMetadataField() — Method in class EntitySchemaSubscriber

Adds the 'workspace' revision metadata field to an entity type.

$ WorkspaceRequestSubscriber#aliasManagerProperty in class WorkspaceRequestSubscriber

The alias manager that caches alias lookups based on the request.

FormOperations::addWorkspaceValidation() — Method in class FormOperations

Adds our validation handler recursively on each element of a form.

WorkspaceActivateForm::actions() — Method in class WorkspaceActivateForm

Returns an array of supported actions for the current entity form.

QueryParameterWorkspaceNegotiator::applies() — Method in class QueryParameterWorkspaceNegotiator

Checks whether the negotiator applies to the current request or not.

SessionWorkspaceNegotiator::applies() — Method in class SessionWorkspaceNegotiator

Checks whether the negotiator applies to the current request or not.

WorkspaceNegotiatorInterface::applies() — Method in class WorkspaceNegotiatorInterface

Checks whether the negotiator applies to the current request or not.

ViewsQueryAlter::alterQuery() — Method in class ViewsQueryAlter

Implements a hook bridge for hook_views_query_alter().

ViewsQueryAlter::alterQueryForEntityType() — Method in class ViewsQueryAlter

Alters the entity type tables for a Views query.

$ WorkspaceManager#activeWorkspaceProperty in class WorkspaceManager

The current active workspace or FALSE if there is no active workspace.

WorkspacesServiceProvider::alter() — Method in class WorkspacesServiceProvider

Modifies existing service definitions.

B

ProxyBuilder::buildProxyClassName() — Method in class ProxyBuilder

Generates the used proxy class name from a given class name.

ProxyBuilder::buildProxyNamespace() — Method in class ProxyBuilder

Generates the used proxy namespace from a given class name.

ProxyBuilder::build() — Method in class ProxyBuilder

Builds a proxy class string.

ProxyBuilder::buildLazyLoadItselfMethod() — Method in class ProxyBuilder

Generates the string for the method which loads the actual service.

ProxyBuilder::buildMethod() — Method in class ProxyBuilder

Generates the string representation of a single method: signature, body.

ProxyBuilder::buildParameter() — Method in class ProxyBuilder

Builds a string for a single parameter of a method.

ProxyBuilder::buildMethodBody() — Method in class ProxyBuilder

Builds the body of a wrapped method.

ProxyBuilder::buildConstructorMethod() — Method in class ProxyBuilder

Builds the constructor used to inject the actual service ID.

ProxyBuilder::buildUseStatements() — Method in class ProxyBuilder

Build the required use statements of the proxy class.

BytesClass in namespace Drupal\Component\Utility

Provides helper methods for byte conversions.

$ Rectangle#boundingWidthProperty in class Rectangle

The width of the rotated rectangle.

$ Rectangle#boundingHeightProperty in class Rectangle

The height of the rotated rectangle.

UrlHelper::buildQuery() — Method in class UrlHelper

Parses an array into a valid, rawurlencoded query string.

BuilderInterfaceClass in namespace Drupal\Composer\Generator

Produce the output for a metapackage.

PackageGenerator::builders() — Method in class PackageGenerator

Returns a list of metapackage builders.

EmailAction::buildConfigurationForm() — Method in class EmailAction

Form constructor.

GotoAction::buildConfigurationForm() — Method in class GotoAction

Form constructor.

MessageAction::buildConfigurationForm() — Method in class MessageAction

Form constructor.

AjaxResponseAttachmentsProcessor::buildAttachmentsCommands() — Method in class AjaxResponseAttachmentsProcessor

Prepares the AJAX commands to attach assets.

BaseCommandClass in namespace Drupal\Core\Ajax

Base command that only exists to simplify AJAX commands.

BeforeCommandClass in namespace Drupal\Core\Ajax

An AJAX command for calling the jQuery before() method.

LibraryDiscoveryParser::buildByExtension() — Method in class LibraryDiscoveryParser

Parses and builds up all the libraries information of an extension.

BatchBuilderClass in namespace Drupal\Core\Batch

Builds an array for a batch process.

BatchStorageClass in namespace Drupal\Core\Batch
BatchStorageInterfaceClass in namespace Drupal\Core\Batch

Defines a common interface for batch storage operations.

BlockClass in namespace Drupal\Core\Block\Annotation

Defines a Block annotation object.

BlockBaseClass in namespace Drupal\Core\Block

Defines a base block implementation that most blocks plugins will extend.

BlockBase::buildConfigurationForm() — Method in class BlockBase

Form constructor.

BlockManagerClass in namespace Drupal\Core\Block

Manages discovery and instantiation of block plugins.

BlockManagerInterfaceClass in namespace Drupal\Core\Block

Provides an interface for the discovery and instantiation of block plugins.

BlockPluginInterfaceClass in namespace Drupal\Core\Block

Defines the required interface for all block plugins.

BlockPluginInterface::build() — Method in class BlockPluginInterface

Builds and returns the renderable array for this block plugin.

BlockPluginInterface::blockForm() — Method in class BlockPluginInterface

Returns the configuration form elements specific to this block plugin.

BlockPluginInterface::blockValidate() — Method in class BlockPluginInterface

Adds block type-specific validation for the block form.

BlockPluginInterface::blockSubmit() — Method in class BlockPluginInterface

Adds block type-specific submission handling for the block form.

BlockPluginTraitClass in namespace Drupal\Core\Block

Provides the base implementation of a block plugin.

BlockPluginTrait::baseConfigurationDefaults() — Method in class BlockPluginTrait

Returns generic default configuration for block plugins.

BlockPluginTrait::blockAccess() — Method in class BlockPluginTrait

Indicates whether the block should be shown.

BlockPluginTrait::buildConfigurationForm() — Method in class BlockPluginTrait
{@inheritdoc}
BlockPluginTrait::blockForm() — Method in class BlockPluginTrait
{@inheritdoc}
BlockPluginTrait::blockValidate() — Method in class BlockPluginTrait
{@inheritdoc}
BlockPluginTrait::blockSubmit() — Method in class BlockPluginTrait
{@inheritdoc}
BrokenClass in namespace Drupal\Core\Block\Plugin\Block

Defines a fallback plugin for missing block plugins.

Broken::build() — Method in class Broken

Builds and returns the renderable array for this block plugin.

Broken::blockForm() — Method in class Broken

Returns the configuration form elements specific to this block plugin.

Broken::brokenMessage() — Method in class Broken

Generate message with debugging information as to why the block is broken.

PageTitleBlock::build() — Method in class PageTitleBlock

Builds and returns the renderable array for this block plugin.

BreadcrumbClass in namespace Drupal\Core\Breadcrumb

Used to return generated breadcrumbs with associated cacheability metadata.

BreadcrumbBuilderInterfaceClass in namespace Drupal\Core\Breadcrumb

Defines an interface for classes that build breadcrumbs.

BreadcrumbBuilderInterface::build() — Method in class BreadcrumbBuilderInterface

Builds the breadcrumb.

BreadcrumbManagerClass in namespace Drupal\Core\Breadcrumb

Provides a breadcrumb manager.

$ BreadcrumbManager#buildersProperty in class BreadcrumbManager

Holds arrays of breadcrumb builders, keyed by priority.

BreadcrumbManager::build() — Method in class BreadcrumbManager

Builds the breadcrumb.

$ ApcuBackend#binProperty in class ApcuBackend

The name of the cache bin to use.

$ ApcuBackend#binPrefixProperty in class ApcuBackend

Prefix for all keys in this cache bin.

$ ApcuBackendFactory#backendClassProperty in class ApcuBackendFactory

The APCU backend class to use.

BackendChainClass in namespace Drupal\Core\Cache

Defines a chained cache implementation for combining multiple cache backends.

$ BackendChain#backendsProperty in class BackendChain

Ordered list of CacheBackendInterface instances.

Cache::buildTags() — Method in class Cache

Build an array of cache tags from a given prefix and an array of suffixes.

$ ChainedFastBackend#binProperty in class ChainedFastBackend
$ DatabaseBackend#binProperty in class DatabaseBackend
$ MemoryBackendFactory#binsProperty in class MemoryBackendFactory

Instantiated memory cache bins.

$ MemoryCounterBackendFactory#binsProperty in class MemoryCounterBackendFactory

Instantiated memory cache bins.

$ PhpBackend#binProperty in class PhpBackend
ServerCommand::boot() — Method in class ServerCommand

Boots up a Drupal environment.

ConditionPluginBase::buildConfigurationForm() — Method in class ConditionPluginBase

Form constructor.

BootstrapConfigStorageFactoryClass in namespace Drupal\Core\Config

Defines a factory for retrieving the config storage used pre-kernel.

ConfigEntityStorage::buildCacheId() — Method in class ConfigEntityStorage

Builds the cache ID for the passed in entity ID.

$ ConfigEntityUpdater#batchSizeProperty in class ConfigEntityUpdater

The number of entities to process in each batch.

DraggableListBuilder::buildHeader() — Method in class DraggableListBuilder

Builds the header row for the entity listing.

DraggableListBuilder::buildRow() — Method in class DraggableListBuilder

Builds a row for an entity in the entity listing.

DraggableListBuilder::buildForm() — Method in class DraggableListBuilder

Form constructor.

ArrayElement::buildDataDefinition() — Method in class ArrayElement

Creates a new data definition object from a type definition array and actual configuration data.

TypedConfigManager::buildDataDefinition() — Method in class TypedConfigManager

Creates a new data definition object from a type definition array and actual configuration data. Since type definitions may contain variables to be replaced, we need the configuration value to create it.

TypedConfigManagerInterface::buildDataDefinition() — Method in class TypedConfigManagerInterface

Creates a new data definition object from a type definition array and actual configuration data. Since type definitions may contain variables to be replaced, we need the configuration value to create it.

Schema::buildTableNameCondition() — Method in class Schema

Build a condition to match a table name against a standard information_schema.

BackendCompilerPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Defines a compiler pass to allow automatic override per backend.

VariantBase::buildConfigurationForm() — Method in class VariantBase

Form constructor.

VariantInterface::build() — Method in class VariantInterface

Builds and returns the renderable array for the display variant.

$ DrupalKernel#bootstrapContainerClassProperty in class DrupalKernel

Holds the class used for instantiating the bootstrap container.

$ DrupalKernel#bootstrapContainerProperty in class DrupalKernel

Holds the bootstrap container.

$ DrupalKernel#bootedProperty in class DrupalKernel

Whether the kernel has been booted.

DrupalKernel::boot() — Method in class DrupalKernel

Boots the current kernel.

DrupalKernel::bootEnvironment() — Method in class DrupalKernel

Setup a consistent PHP environment.

DrupalKernelInterface::boot() — Method in class DrupalKernelInterface

Boots the current kernel.

BundleEntityFormBaseClass in namespace Drupal\Core\Entity

Class BundleEntityFormBase is a base form for bundle config entities.

BundleEntityStorageInterfaceClass in namespace Drupal\Core\Entity

A storage that supports entities with bundle specific classes.

BundlePermissionHandlerTraitClass in namespace Drupal\Core\Entity

Provides a method to simplify generating bundle level permissions.

ContentEntityBase::bundle() — Method in class ContentEntityBase

Gets the bundle of the entity.

ContentEntityBase::baseFieldDefinitions() — Method in class ContentEntityBase

Provides base field definitions for an entity type.

ContentEntityBase::bundleFieldDefinitions() — Method in class ContentEntityBase

Provides field definitions for a specific bundle.

ContentEntityConfirmFormBase::buildForm() — Method in class ContentEntityConfirmFormBase

Form constructor.

ContentEntityDeleteForm::buildForm() — Method in class ContentEntityDeleteForm

Form constructor.

ContentEntityForm::buildEntity() — Method in class ContentEntityForm

Builds an updated entity object based upon the submitted form values.

$ ContentEntityStorageBase#bundleKeyProperty in class ContentEntityStorageBase

The entity bundle key.

EntityViewController::buildTitle() — Method in class EntityViewController

Pre-render callback to build the page title.

EntityFormDisplayInterface::buildForm() — Method in class EntityFormDisplayInterface

Adds field widgets to an entity form.

EntityViewDisplayInterface::build() — Method in class EntityViewDisplayInterface

Builds a renderable array for the components of an entity.

EntityViewDisplayInterface::buildMultiple() — Method in class EntityViewDisplayInterface

Builds a renderable array for the components of a set of entities.

EditorialContentEntityBase::baseFieldDefinitions() — Method in class EditorialContentEntityBase

Provides base field definitions for an entity type.

EntityBase::bundle() — Method in class EntityBase

Gets the bundle of the entity.

EntityConfirmFormBase::buildForm() — Method in class EntityConfirmFormBase

Form constructor.

EntityDeleteForm::buildForm() — Method in class EntityDeleteForm

Form constructor.

$ EntityDisplayBase#bundleProperty in class EntityDisplayBase

Bundle to be displayed.

$ EntityFieldManager#baseFieldDefinitionsProperty in class EntityFieldManager

Static cache of base field definitions.

EntityFieldManager::buildBaseFieldDefinitions() — Method in class EntityFieldManager

Builds base field definitions for an entity type.

EntityFieldManager::buildBundleFieldDefinitions() — Method in class EntityFieldManager

Builds field definitions for a specific bundle within an entity type.

EntityFieldManager::buildFieldStorageDefinitions() — Method in class EntityFieldManager

Builds field storage definitions for an entity type.

EntityForm::buildForm() — Method in class EntityForm

Form constructor.

EntityForm::buildEntity() — Method in class EntityForm

Builds an updated entity object based upon the submitted form values.

EntityFormInterface::buildEntity() — Method in class EntityFormInterface

Builds an updated entity object based upon the submitted form values.

EntityInterface::bundle() — Method in class EntityInterface

Gets the bundle of the entity.

EntityListBuilder::buildHeader() — Method in class EntityListBuilder

Builds the header row for the entity listing.

EntityListBuilder::buildRow() — Method in class EntityListBuilder

Builds a row for an entity in the entity listing.

EntityListBuilder::buildOperations() — Method in class EntityListBuilder

Builds a renderable list of operation links for the entity.

SelectionPluginBase::buildConfigurationForm() — Method in class SelectionPluginBase

Form constructor.

EntityStorageBase::buildCacheId() — Method in class EntityStorageBase

Builds the cache ID for the passed in entity ID.

EntityStorageBase::buildPropertyQuery() — Method in class EntityStorageBase

Builds an entity query.

$ EntityType#bundle_entity_typeProperty in class EntityType

The name of the entity type which provides bundles.

$ EntityType#bundle_ofProperty in class EntityType

The name of the entity type for which bundles are provided.

$ EntityType#bundle_labelProperty in class EntityType

The human-readable name of the entity bundles, e.g. Vocabulary.

$ EntityType#base_tableProperty in class EntityType

The name of the entity type's base table.

$ EntityTypeBundleInfo#bundleInfoProperty in class EntityTypeBundleInfo

Static cache of bundle information.

EntityViewBuilder::build() — Method in class EntityViewBuilder

Builds an entity's view; augments entity defaults.

EntityViewBuilder::buildMultiple() — Method in class EntityViewBuilder

Builds multiple entities' views; augments entity defaults.

EntityViewBuilder::buildComponents() — Method in class EntityViewBuilder

Builds the component fields and properties of a set of entities.

EntityViewBuilderInterface::buildComponents() — Method in class EntityViewBuilderInterface

Builds the component fields and properties of a set of entities.

EntityFormDisplay::buildForm() — Method in class EntityFormDisplay

Adds field widgets to an entity form.

EntityViewDisplay::build() — Method in class EntityViewDisplay

Builds a renderable array for the components of an entity.

EntityViewDisplay::buildMultiple() — Method in class EntityViewDisplay

Builds a renderable array for the components of a set of entities.

BundleConfigImportValidateClass in namespace Drupal\Core\Entity\Event

Entity config importer validation event subscriber.

BundleClassInheritanceExceptionClass in namespace Drupal\Core\Entity\Exception

Exception thrown if a bundle class does not extend the main entity class.

FieldableEntityInterface::baseFieldDefinitions() — Method in class FieldableEntityInterface

Provides base field definitions for an entity type.

FieldableEntityInterface::bundleFieldDefinitions() — Method in class FieldableEntityInterface

Provides field definitions for a specific bundle.

DeleteMultipleForm::buildForm() — Method in class DeleteMultipleForm

Form constructor.

EntityBundle::buildConfigurationForm() — Method in class EntityBundle

Form constructor.

$ EntityDeriver#basePluginIdProperty in class EntityDeriver

The base plugin ID this derivative is for.

$ EntityDeriver#bundleInfoServiceProperty in class EntityDeriver

The bundle info service.

BrokenClass in namespace Drupal\Core\Entity\Plugin\EntityReferenceSelection

Defines a fallback plugin for missing entity_reference selection plugins.

Broken::buildConfigurationForm() — Method in class Broken

Form constructor.

DefaultSelection::buildConfigurationForm() — Method in class DefaultSelection

Form constructor.

DefaultSelection::buildEntityQuery() — Method in class DefaultSelection

Builds an EntityQuery to get referenceable entities.

BundleConstraintClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Checks if a value is a valid entity type.

$ BundleConstraint#bundleProperty in class BundleConstraint

The bundle option.

BundleConstraintValidatorClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Validates the Bundle constraint.

RevisionableContentEntityBase::baseFieldDefinitions() — Method in class RevisionableContentEntityBase

Provides base field definitions for an entity type.

$ DefaultTableMapping#baseTableProperty in class DefaultTableMapping

The base table of the entity.

$ SqlContentEntityStorage#baseTableProperty in class SqlContentEntityStorage

The base table of the entity.

SqlContentEntityStorage::buildPropertyQuery() — Method in class SqlContentEntityStorage

Builds an entity query.

SqlContentEntityStorage::buildQuery() — Method in class SqlContentEntityStorage

Builds the query to load the entity.

$ MaintenanceModeSubscriber#bareHtmlPageRendererProperty in class MaintenanceModeSubscriber

The bare HTML page renderer.

ModuleHandler::buildModuleDependencies() — Method in class ModuleHandler

Determines which modules require and are required by each module.

ModuleHandler::buildHookInfo() — Method in class ModuleHandler

Builds hook_hook_info() information.

ModuleHandler::buildImplementationInfo() — Method in class ModuleHandler

Builds hook implementation information for a given hook name.

ModuleHandlerInterface::buildModuleDependencies() — Method in class ModuleHandlerInterface

Determines which modules require and are required by each module.

BaseFieldDefinitionClass in namespace Drupal\Core\Field

A class for defining entity fields.

BaseFieldOverrideAccessControlHandlerClass in namespace Drupal\Core\Field

Provides en entity access control handler for base field override entity.

BaseFieldOverrideStorageClass in namespace Drupal\Core\Field

Storage class for base field overrides.

BaseFieldOverrideClass in namespace Drupal\Core\Field\Entity

Defines the base field override entity.

$ BaseFieldOverride#baseFieldDefinitionProperty in class BaseFieldOverride

The base field definition.

$ FieldConfigBase#bundleProperty in class FieldConfigBase

The name of the bundle the field is attached to.

$ FieldItemDeriver#basePluginIdProperty in class FieldItemDeriver

The base plugin ID this derivative is for.

BasicStringFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'basic_string' formatter.

BooleanFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'boolean' formatter.

BooleanItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'boolean' entity field type.

BooleanCheckboxWidgetClass in namespace Drupal\Core\Field\Plugin\Field\FieldWidget

Plugin implementation of the 'boolean_checkbox' widget.

FileTransferAuthorizeForm::buildForm() — Method in class FileTransferAuthorizeForm

Form constructor.

FileSystem::basename() — Method in class FileSystem

Gets the filename from a given path.

FileSystemInterface::basename() — Method in class FileSystemInterface

Gets the filename from a given path.

BaseFormIdInterfaceClass in namespace Drupal\Core\Form

Provides an interface for a Form that has a base form ID.

ConfigFormBase::buildForm() — Method in class ConfigFormBase

Form constructor.

ConfirmFormBase::buildForm() — Method in class ConfirmFormBase

Form constructor.

ConfirmFormHelper::buildCancelLink() — Method in class ConfirmFormHelper

Builds the cancel link for a confirmation form.

BrokenPostRequestExceptionClass in namespace Drupal\Core\Form\Exception

Defines an exception used, when the POST HTTP body is broken.

FormAjaxResponseBuilder::buildResponse() — Method in class FormAjaxResponseBuilder

Builds a response for an AJAX form.

FormAjaxResponseBuilderInterface::buildResponse() — Method in class FormAjaxResponseBuilderInterface

Builds a response for an AJAX form.

FormBuilder::buildForm() — Method in class FormBuilder

Builds and processes a form for a given form ID.

FormBuilder::buildFormAction() — Method in class FormBuilder

Builds the $form['#action'].

FormBuilder::buttonWasClicked() — Method in class FormBuilder

Determines if a given button triggered the form submission.

FormBuilderInterface::buildForm() — Method in class FormBuilderInterface

Builds and processes a form for a given form ID.

FormInterface::buildForm() — Method in class FormInterface

Form constructor.

$ FormState#build_infoProperty in class FormState

An associative array of information stored by Form API that is necessary to build and rebuild the form from cache when the original context may no longer be available:

  • callback: The actual callback to be used to retrieve the form array.
$ FormState#buttonsProperty in class FormState

A list containing copies of all submit and button elements in the form.

FormSubmitter::batchGet() — Method in class FormSubmitter

Wraps batch_get().

SelectLanguageForm::buildForm() — Method in class SelectLanguageForm

Form constructor.

SelectProfileForm::buildForm() — Method in class SelectProfileForm

Form constructor.

SiteConfigureForm::buildForm() — Method in class SiteConfigureForm

Form constructor.

SiteSettingsForm::buildForm() — Method in class SiteSettingsForm

Form constructor.

IconBuilderInterface::build() — Method in class IconBuilderInterface

Builds a render array representation of an SVG based on an icon map.

SvgIconBuilder::build() — Method in class SvgIconBuilder

Builds a render array representation of an SVG based on an icon map.

SvgIconBuilder::buildRenderArray() — Method in class SvgIconBuilder

Builds a render array representation of an SVG.

LayoutDefault::build() — Method in class LayoutDefault

Build a render array for layout with regions.

LayoutDefault::buildConfigurationForm() — Method in class LayoutDefault

Form constructor.

LayoutInterface::build() — Method in class LayoutInterface

Build a render array for layout with regions.

MenuLinkDefaultForm::buildConfigurationForm() — Method in class MenuLinkDefaultForm

Form constructor.

MenuLinkTree::build() — Method in class MenuLinkTree

Builds a renderable array from a menu tree.

MenuLinkTree::buildItems() — Method in class MenuLinkTree

Builds the #items property for a menu tree's renderable array.

MenuLinkTreeInterface::build() — Method in class MenuLinkTreeInterface

Builds a renderable array from a menu tree.

LocalActionsBlock::build() — Method in class LocalActionsBlock

Builds and returns the renderable array for this block plugin.

LocalTasksBlock::build() — Method in class LocalTasksBlock

Builds and returns the renderable array for this block plugin.

LocalTasksBlock::blockForm() — Method in class LocalTasksBlock
{@inheritdoc}
LocalTasksBlock::blockSubmit() — Method in class LocalTasksBlock
{@inheritdoc}
PhpassHashedPassword::base64Encode() — Method in class PhpassHashedPassword

Encodes bytes into printable base 64 using the *nix standard from crypt().

PluginFormInterface::buildConfigurationForm() — Method in class PluginFormInterface

Form constructor.

ProxyBuilder::buildUseStatements() — Method in class ProxyBuilder

Build the required use statements of the proxy class.

BatchStorageClass in namespace Drupal\Core\ProxyClass\Batch

Provides a proxy class for \Drupal\Core\Batch\BatchStorage.

BareHtmlPageRendererClass in namespace Drupal\Core\ProxyClass\Render

Provides a proxy class for \Drupal\Core\Render\BareHtmlPageRenderer.

BatchClass in namespace Drupal\Core\Queue

Defines a batch queue handler used by the Batch API.

BatchMemoryClass in namespace Drupal\Core\Queue

Defines a batch queue handler used by the Batch API for non-progressive batches.

BareHtmlPageRendererClass in namespace Drupal\Core\Render

Default bare HTML page renderer.

BareHtmlPageRendererInterfaceClass in namespace Drupal\Core\Render

Bare HTML page renderer.

BubbleableMetadataClass in namespace Drupal\Core\Render

Value object used for bubbleable rendering metadata.

ElementInfoManager::buildInfo() — Method in class ElementInfoManager

Builds up all element information.

ButtonClass in namespace Drupal\Core\Render\Element

Provides an action button form element.

HtmlRenderer::buildPageTopAndBottom() — Method in class HtmlRenderer

Invokes the page top and bottom hooks.

MetadataBubblingUrlGenerator::bubble() — Method in class MetadataBubblingUrlGenerator

Bubbles the bubbleable metadata to the current render context.

SimplePageVariant::build() — Method in class SimplePageVariant

Builds and returns the renderable array for the display variant.

RenderContext::bubble() — Method in class RenderContext

Bubbles the stack.

BcRouteClass in namespace Drupal\Core\Routing

A backwards compatibility route.

$ RouteBuilder#buildingProperty in class RouteBuilder

Flag that indicates if we are currently rebuilding the routes.

PrivateStream::basePath() — Method in class PrivateStream

Returns the base path for private://.

PublicStream::baseUrl() — Method in class PublicStream

Finds and returns the base URL for public://.

PublicStream::basePath() — Method in class PublicStream

Returns the base path for public://.

BreakLockLinkClass in namespace Drupal\Core\TempStore\Element

Provides a link to break a tempstore lock.

TwigExtension::bubbleArgMetadata() — Method in class TwigExtension

Bubbles Twig template argument's cacheability & attachment metadata.

TestRunnerKernel::boot() — Method in class TestRunnerKernel

Boots the current kernel.

$ ActiveTheme#baseThemeExtensionsProperty in class ActiveTheme

An array of base theme extension objects keyed by name.

Registry::build() — Method in class Registry

Builds the theme registry cache.

BinaryDataClass in namespace Drupal\Core\TypedData\Plugin\DataType

The binary data type.

BooleanDataClass in namespace Drupal\Core\TypedData\Plugin\DataType

The boolean data type.

BinaryInterfaceClass in namespace Drupal\Core\TypedData\Type

Interface for binary data.

BooleanInterfaceClass in namespace Drupal\Core\TypedData\Type

Interface for boolean data.

ExecutionContext::buildViolation() — Method in class ExecutionContext
{@inheritdoc}
$ UpdateBackend#backendProperty in class UpdateBackend

The regular runtime cache backend.

$ UpdateCacheBackendFactory#binsProperty in class UpdateCacheBackendFactory

Instantiated update cache bins.

UpdateKernel::bootSession() — Method in class UpdateKernel

Boots up the session.

UnroutedUrlAssembler::buildExternalUrl() — Method in class UnroutedUrlAssembler
{@inheritdoc}
UnroutedUrlAssembler::buildLocalUrl() — Method in class UnroutedUrlAssembler
{@inheritdoc}
ActionListBuilder::buildRow() — Method in class ActionListBuilder

Builds a row for an entity in the entity listing.

ActionListBuilder::buildHeader() — Method in class ActionListBuilder

Builds the header row for the entity listing.

ActionAddForm::buildForm() — Method in class ActionAddForm

Form constructor.

ActionAdminManageForm::buildForm() — Method in class ActionAdminManageForm

Form constructor.

AggregatorController::buildPageList() — Method in class AggregatorController

Builds a listing of aggregator feed items.

Feed::baseFieldDefinitions() — Method in class Feed

Provides base field definitions for an entity type.

Item::baseFieldDefinitions() — Method in class Item

Provides base field definitions for an entity type.

Item::buildUri() — Method in class Item

Entity URI callback.

FeedViewBuilder::buildComponents() — Method in class FeedViewBuilder

Builds the component fields and properties of a set of entities.

OpmlFeedAdd::buildForm() — Method in class OpmlFeedAdd

Form constructor.

SettingsForm::buildForm() — Method in class SettingsForm

Form constructor.

ItemViewBuilder::buildComponents() — Method in class ItemViewBuilder

Builds the component fields and properties of a set of entities.

AggregatorFeedBlock::blockAccess() — Method in class AggregatorFeedBlock

Indicates whether the block should be shown.

AggregatorFeedBlock::blockForm() — Method in class AggregatorFeedBlock
{@inheritdoc}
AggregatorFeedBlock::blockSubmit() — Method in class AggregatorFeedBlock
{@inheritdoc}
AggregatorFeedBlock::build() — Method in class AggregatorFeedBlock

Builds and returns the renderable array for this block plugin.

DefaultProcessor::buildConfigurationForm() — Method in class DefaultProcessor

Form constructor.

$ Rss#base_tableProperty in class Rss

The table the aggregator item is using for storage.

$ Rss#base_fieldProperty in class Rss

The actual field which is used to identify an aggregator item.

BanIpManagerClass in namespace Drupal\ban

Ban IP manager.

BanIpManager::banIp() — Method in class BanIpManager

Bans an IP address.

BanIpManagerInterfaceClass in namespace Drupal\ban

Provides an interface defining a BanIp manager.

BanIpManagerInterface::banIp() — Method in class BanIpManagerInterface

Bans an IP address.

BanMiddlewareClass in namespace Drupal\ban

Provides a HTTP middleware to implement IP based banning.

$ BanMiddleware#banIpManagerProperty in class BanMiddleware

The ban IP manager.

BanAdminClass in namespace Drupal\ban\Form

Displays banned IP addresses.

BanAdmin::buildForm() — Method in class BanAdmin

Form constructor.

BanDeleteClass in namespace Drupal\ban\Form

Provides a form to unban IP addresses.

$ BanDelete#banIpProperty in class BanDelete

The banned IP address.

BanDelete::buildForm() — Method in class BanDelete

Form constructor.

BlockedIpClass in namespace Drupal\ban\Plugin\migrate\destination

Destination for blocked IP addresses.

$ BlockedIp#banManagerProperty in class BlockedIp

The IP ban manager.

BlockedIpsClass in namespace Drupal\ban\Plugin\migrate\source\d7

Drupal 7 blocked IPs source from database.

BasicAuthClass in namespace Drupal\basic_auth\Authentication\Provider

HTTP Basic authentication provider.

BigPipeControllerClass in namespace Drupal\big_pipe\Controller

Returns responses for BigPipe module routes.

$ HtmlResponseBigPipeSubscriber#bigPipeProperty in class HtmlResponseBigPipeSubscriber

The BigPipe service.

BigPipeClass in namespace Drupal\big_pipe\Render

Service for sending an HTML response in chunks (to get faster page loads).

BigPipeMarkupClass in namespace Drupal\big_pipe\Render

Defines an object that passes safe strings through BigPipe's render pipeline.

BigPipeResponseClass in namespace Drupal\big_pipe\Render

A response that is sent in chunks by the BigPipe service.

$ BigPipeResponse#bigPipeProperty in class BigPipeResponse

The BigPipe service.

BigPipeResponseAttachmentsProcessorClass in namespace Drupal\big_pipe\Render

Processes attachments of HTML responses with BigPipe enabled.

BigPipeStrategyClass in namespace Drupal\big_pipe\Render\Placeholder

Defines the BigPipe placeholder strategy, to send HTML in chunks.

BlockAccessControlHandlerClass in namespace Drupal\block

Defines the access control handler for the block entity type.

BlockFormClass in namespace Drupal\block

Provides form for block instance forms.

BlockForm::buildVisibilityInterface() — Method in class BlockForm

Helper function for building the visibility UI form.

BlockInterfaceClass in namespace Drupal\block

Provides an interface defining a block entity.

BlockListBuilderClass in namespace Drupal\block

Defines a class to build a listing of block entities.

BlockListBuilder::buildForm() — Method in class BlockListBuilder

Form constructor.

BlockListBuilder::buildBlocksForm() — Method in class BlockListBuilder

Builds the main "Blocks" portion of the form.

BlockPluginCollectionClass in namespace Drupal\block

Provides a collection of block plugins.

$ BlockPluginCollection#blockIdProperty in class BlockPluginCollection

The block ID this plugin collection belongs to.

BlockRepositoryClass in namespace Drupal\block

Provides a repository for Block config entities.

$ BlockRepository#blockStorageProperty in class BlockRepository

The block storage.

BlockRepositoryInterfaceClass in namespace Drupal\block
BlockViewBuilderClass in namespace Drupal\block

Provides a Block view builder.

BlockViewBuilder::buildComponents() — Method in class BlockViewBuilder

Builds the component fields and properties of a set of entities.

BlockViewBuilder::buildPreRenderableBlock() — Method in class BlockViewBuilder

Builds a #pre_render-able block render array.

BlockAddControllerClass in namespace Drupal\block\Controller

Controller for building the block instance add form.

BlockAddController::blockAddConfigureForm() — Method in class BlockAddController

Build the block instance add form.

BlockControllerClass in namespace Drupal\block\Controller

Controller routines for admin block routes.

BlockLibraryControllerClass in namespace Drupal\block\Controller

Provides a list of block plugins to be added to the layout.

$ BlockLibraryController#blockManagerProperty in class BlockLibraryController

The block manager.

BlockLibraryController::buildLocalActions() — Method in class BlockLibraryController

Builds the local actions for this listing.

BlockListControllerClass in namespace Drupal\block\Controller

Defines a controller to list blocks.

$ CategoryAutocompleteController#blockManagerProperty in class CategoryAutocompleteController

The block manager.

BlockClass in namespace Drupal\block\Entity

Defines a Block configuration entity class.

BlockPageDisplayVariantSubscriberClass in namespace Drupal\block\EventSubscriber

Selects the block page display variant.

BlockDeleteFormClass in namespace Drupal\block\Form

Provides a deletion confirmation form for the block instance deletion form.

BlockPageVariantClass in namespace Drupal\block\Plugin\DisplayVariant

Provides a page display variant that decorates the main content with blocks.

$ BlockPageVariant#blockRepositoryProperty in class BlockPageVariant

The block repository.

$ BlockPageVariant#blockViewBuilderProperty in class BlockPageVariant

The block view builder.

$ BlockPageVariant#blockListCacheTagsProperty in class BlockPageVariant

The Block entity type list cache tags.

BlockPageVariant::build() — Method in class BlockPageVariant

Builds and returns the renderable array for the display variant.

BlockPluginIdClass in namespace Drupal\block\Plugin\migrate\process
$ BlockPluginId#blockContentStorageProperty in class BlockPluginId

The block_content entity storage handler.

BlockRegionClass in namespace Drupal\block\Plugin\migrate\process
BlockSettingsClass in namespace Drupal\block\Plugin\migrate\process
BlockThemeClass in namespace Drupal\block\Plugin\migrate\process
BlockVisibilityClass in namespace Drupal\block\Plugin\migrate\process
BlockClass in namespace Drupal\block\Plugin\migrate\source

Drupal 6/7 block source from database.

$ Block#blockTableProperty in class Block

Table containing block configuration.

$ Block#blockRoleTableProperty in class Block

Table mapping blocks to user roles.

BlockTranslationClass in namespace Drupal\block\Plugin\migrate\source\d6

Drupal 6 i18n block data from database.

BlockTranslationClass in namespace Drupal\block\Plugin\migrate\source\d7

Drupal 7 i18n block data from database.

BlockContentAccessControlHandlerClass in namespace Drupal\block_content

Defines the access control handler for the custom block entity type.

BlockContentEventsClass in namespace Drupal\block_content

Defines events for the block_content module.

BlockContentFormClass in namespace Drupal\block_content

Form handler for the custom block edit forms.

BlockContentInterfaceClass in namespace Drupal\block_content

Provides an interface defining a custom block entity.

BlockContentListBuilderClass in namespace Drupal\block_content

Defines a class to build a listing of custom block entities.

BlockContentListBuilder::buildHeader() — Method in class BlockContentListBuilder

Builds the header row for the entity listing.

BlockContentListBuilder::buildRow() — Method in class BlockContentListBuilder

Builds a row for an entity in the entity listing.

BlockContentTranslationHandlerClass in namespace Drupal\block_content

Defines the translation handler for custom blocks.

BlockContentTypeFormClass in namespace Drupal\block_content

The block content type entity form.

BlockContentTypeInterfaceClass in namespace Drupal\block_content

Provides an interface defining a custom block type entity.

BlockContentTypeListBuilderClass in namespace Drupal\block_content

Defines a class to build a listing of custom block type entities.

BlockContentTypeListBuilder::buildHeader() — Method in class BlockContentTypeListBuilder

Builds the header row for the entity listing.

BlockContentTypeListBuilder::buildRow() — Method in class BlockContentTypeListBuilder

Builds a row for an entity in the entity listing.

BlockContentUuidLookupClass in namespace Drupal\block_content

A cache collector that caches IDs for block_content UUIDs.

BlockContentViewBuilderClass in namespace Drupal\block_content

View builder handler for custom blocks.

BlockContentViewsDataClass in namespace Drupal\block_content

Provides the views data for the block_content entity type.

BlockContentControllerClass in namespace Drupal\block_content\Controller
$ BlockContentController#blockContentStorageProperty in class BlockContentController

The custom block storage.

$ BlockContentController#blockContentTypeStorageProperty in class BlockContentController

The custom block type storage.

BlockContentClass in namespace Drupal\block_content\Entity

Defines the custom block entity class.

BlockContent::baseFieldDefinitions() — Method in class BlockContent

Provides base field definitions for an entity type.

BlockContentTypeClass in namespace Drupal\block_content\Entity

Defines the custom block type entity.

BlockContentGetDependencyEventClass in namespace Drupal\block_content\Event

Block content event to allow setting an access dependency.

$ BlockContentGetDependencyEvent#blockContentProperty in class BlockContentGetDependencyEvent

The block content entity.

BlockContentDeleteFormClass in namespace Drupal\block_content\Form

Provides a confirmation form for deleting a custom block entity.

BlockContentTypeDeleteFormClass in namespace Drupal\block_content\Form

Provides a confirmation form for deleting a custom block type entity.

BlockContentTypeDeleteForm::buildForm() — Method in class BlockContentTypeDeleteForm

Form constructor.

BlockContentBlockClass in namespace Drupal\block_content\Plugin\Block

Defines a generic custom block type.

$ BlockContentBlock#blockManagerProperty in class BlockContentBlock

The Plugin Block Manager.

$ BlockContentBlock#blockContentProperty in class BlockContentBlock

The block content entity.

BlockContentBlock::blockForm() — Method in class BlockContentBlock

Overrides \Drupal\Core\Block\BlockBase::blockForm().

BlockContentBlock::blockSubmit() — Method in class BlockContentBlock
{@inheritdoc}
BlockContentBlock::blockAccess() — Method in class BlockContentBlock

Indicates whether the block should be shown.

BlockContentBlock::build() — Method in class BlockContentBlock

Builds and returns the renderable array for this block plugin.

BlockContentClass in namespace Drupal\block_content\Plugin\Derivative

Retrieves block plugin definitions for all custom blocks.

$ BlockContent#blockContentStorageProperty in class BlockContent

The custom block storage.

BlockContentAddLocalActionClass in namespace Drupal\block_content\Plugin\Menu\LocalAction

Modifies the 'Add custom block' local action.

BoxClass in namespace Drupal\block_content\Plugin\migrate\source\d6

Drupal 6 block source from database.

BoxTranslationClass in namespace Drupal\block_content\Plugin\migrate\source\d6

Drupal 6 i18n custom block translations source from database.

BlockCustomClass in namespace Drupal\block_content\Plugin\migrate\source\d7

Drupal 7 custom block source from database.

BlockCustomTranslationClass in namespace Drupal\block_content\Plugin\migrate\source\d7

Drupal 7 i18n custom block translations source from database.

BlockContentClass in namespace Drupal\block_content\Plugin\views\wizard

Used for creating 'block_content' views with the wizard.

BookNodeIsRemovableAccessCheckClass in namespace Drupal\book\Access

Determines whether the requested node can be removed from its book.

$ BookNodeIsRemovableAccessCheck#bookManagerProperty in class BookNodeIsRemovableAccessCheck

Book Manager Service.

BookBreadcrumbBuilderClass in namespace Drupal\book

Provides a breadcrumb builder for nodes in a book.

BookBreadcrumbBuilder::build() — Method in class BookBreadcrumbBuilder

Builds the breadcrumb.

BookExportClass in namespace Drupal\book

Provides methods for exporting book to different formats.

$ BookExport#bookManagerProperty in class BookExport

The book manager.

BookExport::bookExportHtml() — Method in class BookExport

Generates HTML for export when invoked by book_export().

BookExport::bookNodeExport() — Method in class BookExport

Generates printer-friendly HTML for a node.

BookManagerClass in namespace Drupal\book

Defines a book manager.

$ BookManager#booksProperty in class BookManager

Books Array.

$ BookManager#bookOutlineStorageProperty in class BookManager

Book outline storage.

$ BookManager#bookTreeFlattenedProperty in class BookManager

Stores flattened book trees.

$ BookManager#backendChainedCacheProperty in class BookManager

The book chained backend cache service.

BookManager::bookTreeAllData() — Method in class BookManager

Gets the data structure representing a named menu tree.

BookManager::bookTreeOutput() — Method in class BookManager

Returns a rendered menu tree.

BookManager::buildItems() — Method in class BookManager

Builds the #items property for a book tree's renderable array.

BookManager::bookTreeBuild() — Method in class BookManager

Builds a book tree, translates links, and checks access.

BookManager::bookTreeCollectNodeLinks() — Method in class BookManager

Collects node links from a given menu tree recursively.

BookManager::bookTreeGetFlat() — Method in class BookManager

Gets the book for a page and returns it as a linear array.

BookManager::bookTreeCheckAccess() — Method in class BookManager

Checks access and performs dynamic operations for each link in the tree.

BookManager::bookLinkTranslate() — Method in class BookManager

Provides book loading, access control and translation.

BookManager::buildBookOutlineData() — Method in class BookManager

Sorts and returns the built data representing a book tree.

BookManager::buildBookOutlineRecursive() — Method in class BookManager

Builds the data representing a book tree.

BookManager::bookSubtreeData() — Method in class BookManager

Gets the data representing a subtree of the book hierarchy.

BookManagerInterfaceClass in namespace Drupal\book

Provides an interface defining a book manager.

BookManagerInterface::bookTreeAllData() — Method in class BookManagerInterface

Gets the data structure representing a named menu tree.

BookManagerInterface::bookTreeCollectNodeLinks() — Method in class BookManagerInterface

Collects node links from a given menu tree recursively.

BookManagerInterface::bookLinkTranslate() — Method in class BookManagerInterface

Provides book loading, access control and translation.

BookManagerInterface::bookTreeGetFlat() — Method in class BookManagerInterface

Gets the book for a page and returns it as a linear array.

BookManagerInterface::bookTreeOutput() — Method in class BookManagerInterface

Returns a rendered menu tree.

BookManagerInterface::bookTreeCheckAccess() — Method in class BookManagerInterface

Checks access and performs dynamic operations for each link in the tree.

BookManagerInterface::bookSubtreeData() — Method in class BookManagerInterface

Gets the data representing a subtree of the book hierarchy.

BookOutlineClass in namespace Drupal\book

Provides handling to render the book outline.

$ BookOutline#bookManagerProperty in class BookOutline

The book manager.

BookOutlineStorageClass in namespace Drupal\book

Defines a storage class for books outline.

BookOutlineStorageInterfaceClass in namespace Drupal\book

Defines a common interface for book outline storage classes.

BookUninstallValidatorClass in namespace Drupal\book

Prevents book module from being uninstalled whilst any book nodes exist or there are any book outline stored.

$ BookUninstallValidator#bookOutlineStorageProperty in class BookUninstallValidator

The book outline storage.

BookNavigationCacheContextClass in namespace Drupal\book\Cache

Defines the book navigation cache context service.

BookControllerClass in namespace Drupal\book\Controller

Controller routines for book routes.

$ BookController#bookManagerProperty in class BookController

The book manager.

$ BookController#bookExportProperty in class BookController

The book export service.

BookController::bookRender() — Method in class BookController

Prints a listing of all books.

BookController::bookExport() — Method in class BookController

Generates representations of a book page and its children.

BookAdminEditFormClass in namespace Drupal\book\Form

Provides a form for administering a single book's hierarchy.

$ BookAdminEditForm#bookManagerProperty in class BookAdminEditForm

The book manager.

BookAdminEditForm::buildForm() — Method in class BookAdminEditForm

Form constructor.

BookAdminEditForm::bookAdminTable() — Method in class BookAdminEditForm

Builds the table portion of the form for the book administration page.

BookAdminEditForm::bookAdminTableTree() — Method in class BookAdminEditForm

Helps build the main table in the book administration page form.

BookOutlineFormClass in namespace Drupal\book\Form

Displays the book outline form.

$ BookOutlineForm#bookManagerProperty in class BookOutlineForm

BookManager service.

BookRemoveFormClass in namespace Drupal\book\Form

Remove form for book module.

$ BookRemoveForm#bookManagerProperty in class BookRemoveForm

The book manager.

BookRemoveForm::buildForm() — Method in class BookRemoveForm

Form constructor.

BookSettingsFormClass in namespace Drupal\book\Form

Configure book settings for this site.

BookSettingsForm::buildForm() — Method in class BookSettingsForm

Form constructor.

BookNavigationBlockClass in namespace Drupal\book\Plugin\Block

Provides a 'Book navigation' block.

$ BookNavigationBlock#bookManagerProperty in class BookNavigationBlock

The book manager.

BookNavigationBlock::blockForm() — Method in class BookNavigationBlock
{@inheritdoc}
BookNavigationBlock::blockSubmit() — Method in class BookNavigationBlock
{@inheritdoc}
BookNavigationBlock::build() — Method in class BookNavigationBlock

Builds and returns the renderable array for this block plugin.

BookOutlineConstraintClass in namespace Drupal\book\Plugin\Validation\Constraint

Validation constraint for changing the book outline in pending revisions.

BookOutlineConstraintValidatorClass in namespace Drupal\book\Plugin\Validation\Constraint

Constraint validator for changing the book outline in pending revisions.

$ BookOutlineConstraintValidator#bookManagerProperty in class BookOutlineConstraintValidator

The book manager.

BookClass in namespace Drupal\book\Plugin\migrate\destination
BookClass in namespace Drupal\book\Plugin\migrate\source

Drupal 6/7 book source from database.

BookUninstallValidatorClass in namespace Drupal\book\ProxyClass

Provides a proxy class for \Drupal\book\BookUninstallValidator.

BreakpointClass in namespace Drupal\breakpoint

Default object used for breakpoint plugins.

BreakpointInterfaceClass in namespace Drupal\breakpoint

Interface for Breakpoint plugins.

BreakpointManagerClass in namespace Drupal\breakpoint

Defines a breakpoint plugin manager to deal with breakpoints.

$ BreakpointManager#breakpointsByGroupProperty in class BreakpointManager

Static cache of breakpoints keyed by group.

BreakpointManagerInterfaceClass in namespace Drupal\breakpoint

Defines an interface for breakpoint managers.

Heading::buildConfigurationForm() — Method in class Heading

Form constructor.

ImageUpload::buildConfigurationForm() — Method in class ImageUpload

Form constructor.

Language::buildConfigurationForm() — Method in class Language

Form constructor.

SourceEditing::buildConfigurationForm() — Method in class SourceEditing

Form constructor.

CKEditor5::buildConfigurationForm() — Method in class CKEditor5

Form constructor.

CKEditor::buildConfigurationForm() — Method in class CKEditor

Form constructor.

CKEditor::buildToolbarJSSetting() — Method in class CKEditor

Builds the "toolbar" configuration part of the CKEditor JS settings.

CKEditor::buildContentsCssJSSetting() — Method in class CKEditor

Builds the "contentsCss" configuration part of the CKEditor JS settings.

CommentBreadcrumbBuilder::build() — Method in class CommentBreadcrumbBuilder

Builds the breadcrumb.

CommentForm::buildEntity() — Method in class CommentForm

Builds an updated entity object based upon the submitted form values.

CommentLazyBuilders::buildLinks() — Method in class CommentLazyBuilders

Build the default links (reply, edit, delete …) for a comment.

CommentLinkBuilder::buildCommentedEntityLinks() — Method in class CommentLinkBuilder

Builds links for the given entity.

CommentLinkBuilderInterface::buildCommentedEntityLinks() — Method in class CommentLinkBuilderInterface

Builds links for the given entity.

CommentTypeListBuilder::buildHeader() — Method in class CommentTypeListBuilder

Builds the header row for the entity listing.

CommentTypeListBuilder::buildRow() — Method in class CommentTypeListBuilder

Builds a row for an entity in the entity listing.

CommentViewBuilder::buildComponents() — Method in class CommentViewBuilder

Builds the component fields and properties of a set of entities.

Comment::baseFieldDefinitions() — Method in class Comment

Provides base field definitions for an entity type.

Comment::bundleFieldDefinitions() — Method in class Comment

Provides field definitions for a specific bundle.

CommentAdminOverview::buildForm() — Method in class CommentAdminOverview

Form constructor for the comment overview administration form.

CommentTypeDeleteForm::buildForm() — Method in class CommentTypeDeleteForm

Form constructor.

UnpublishByKeywordComment::buildConfigurationForm() — Method in class UnpublishByKeywordComment

Form constructor.

CommentSelection::buildEntityQuery() — Method in class CommentSelection

Builds an EntityQuery to get referenceable entities.

$ EntityLink#buildProperty in class EntityLink

Stores the result of parent entities build for all rows to reuse it later.

EntityLink::buildOptionsForm() — Method in class EntityLink

Default options form that provides the label widget that all fields should have.

NodeNewComments::buildOptionsForm() — Method in class NodeNewComments

Default options form that provides the label widget that all fields should have.

$ Rss#base_tableProperty in class Rss
{@inheritdoc}
$ Rss#base_fieldProperty in class Rss
{@inheritdoc}
Rss::buildOptionsForm_summary_options() — Method in class Rss

Return the main options, which are shown in the summary title.

ConfigExportForm::buildForm() — Method in class ConfigExportForm

Form constructor.

ConfigImportForm::buildForm() — Method in class ConfigImportForm

Form constructor.

ConfigSingleExportForm::buildForm() — Method in class ConfigSingleExportForm

Form constructor.

ConfigSingleImportForm::buildForm() — Method in class ConfigSingleImportForm

Form constructor.

ConfigSync::buildForm() — Method in class ConfigSync

Form constructor.

ConfigMapperManager::buildDataDefinition() — Method in class ConfigMapperManager
{@inheritdoc}
$ ConfigNamesMapper#baseRouteProperty in class ConfigNamesMapper

The base route object that the mapper is attached to.

ConfigTranslationBlockListBuilder::buildRow() — Method in class ConfigTranslationBlockListBuilder

Builds a row for an entity in the entity listing.

ConfigTranslationBlockListBuilder::buildHeader() — Method in class ConfigTranslationBlockListBuilder

Builds the header row for the entity listing.

ConfigTranslationEntityListBuilder::buildRow() — Method in class ConfigTranslationEntityListBuilder

Builds a row for an entity in the entity listing.

ConfigTranslationEntityListBuilder::buildHeader() — Method in class ConfigTranslationEntityListBuilder

Builds the header row for the entity listing.

$ ConfigTranslationFieldListBuilder#baseEntityTypeProperty in class ConfigTranslationFieldListBuilder

The name of the entity type the fields are attached to.

$ ConfigTranslationFieldListBuilder#baseEntityInfoProperty in class ConfigTranslationFieldListBuilder

An array containing the base entity type's definition.

$ ConfigTranslationFieldListBuilder#baseEntityBundlesProperty in class ConfigTranslationFieldListBuilder

The bundle info for the base entity type.

ConfigTranslationFieldListBuilder::buildRow() — Method in class ConfigTranslationFieldListBuilder

Builds a row for an entity in the entity listing.

ConfigTranslationFieldListBuilder::buildHeader() — Method in class ConfigTranslationFieldListBuilder

Builds the header row for the entity listing.

ConfigTranslationMapperList::buildRow() — Method in class ConfigTranslationMapperList

Builds a row for a mapper in the mapper listing.

ConfigTranslationMapperList::buildHeader() — Method in class ConfigTranslationMapperList

Builds the header row for the mapper listing.

ConfigTranslationMapperList::buildOperations() — Method in class ConfigTranslationMapperList

Builds a renderable list of operation links for the entity.

ConfigTranslationAddForm::buildForm() — Method in class ConfigTranslationAddForm

Implements \Drupal\Core\Form\FormInterface::buildForm().

ConfigTranslationDeleteForm::buildForm() — Method in class ConfigTranslationDeleteForm

Form constructor.

ConfigTranslationEditForm::buildForm() — Method in class ConfigTranslationEditForm

Implements \Drupal\Core\Form\FormInterface::buildForm().

$ ConfigTranslationFormBase#baseConfigDataProperty in class ConfigTranslationFormBase

An array of base language configuration data keyed by configuration names.

ConfigTranslationFormBase::buildForm() — Method in class ConfigTranslationFormBase

Implements \Drupal\Core\Form\FormInterface::buildForm().

$ ConfigTranslationLocalTasks#basePluginIdProperty in class ConfigTranslationLocalTasks

The base plugin ID.

ContactFormListBuilder::buildHeader() — Method in class ContactFormListBuilder

Builds the header row for the entity listing.

ContactFormListBuilder::buildRow() — Method in class ContactFormListBuilder

Builds a row for an entity in the entity listing.

Message::baseFieldDefinitions() — Method in class Message

Provides base field definitions for an entity type.

ContactLink::buildOptionsForm() — Method in class ContactLink

Default options form that provides the label widget that all fields should have.

$ EntityOperations#bundleInfoProperty in class EntityOperations

The entity bundle information service.

$ EntityTypeInfo#bundleInfoProperty in class EntityTypeInfo

The bundle information service.

EntityTypeInfo::bundleFormRedirect() — Method in class EntityTypeInfo

Redirect content entity edit forms on save, if there is a pending revision.

ContentModerationState::baseFieldDefinitions() — Method in class ContentModerationState

Provides base field definitions for an entity type.

BlockContentModerationHandlerClass in namespace Drupal\content_moderation\Entity\Handler

Customizations for block content entities.

$ ContentModerationConfigureEntityTypesForm#bundleInfoProperty in class ContentModerationConfigureEntityTypesForm

The entity type bundle information service.

ContentModerationConfigureEntityTypesForm::buildForm() — Method in class ContentModerationConfigureEntityTypesForm

Form constructor.

ContentModerationConfigureForm::buildConfigurationForm() — Method in class ContentModerationConfigureForm

Form constructor.

ContentModerationStateForm::buildConfigurationForm() — Method in class ContentModerationStateForm

Form constructor.

EntityModerationForm::buildForm() — Method in class EntityModerationForm

Form constructor.

ModeratedNodeListBuilder::buildHeader() — Method in class ModeratedNodeListBuilder

Builds the header row for the entity listing.

ModeratedNodeListBuilder::buildRow() — Method in class ModeratedNodeListBuilder

Builds a row for an entity in the entity listing.

$ ModerationInformation#bundleInfoProperty in class ModerationInformation

The bundle information service.

$ ModerationOptOutPublish#bundleInfoProperty in class ModerationOptOutPublish

Bundle info service.

$ ModerationOptOutUnpublish#bundleInfoProperty in class ModerationOptOutUnpublish

Bundle info service.

$ DynamicLocalTasks#basePluginIdProperty in class DynamicLocalTasks

The base plugin ID.

$ ModerationStateFilter#bundleInfoProperty in class ModerationStateFilter

The bundle information service.

BundleTranslationSettingsInterfaceClass in namespace Drupal\content_translation

Interface providing support for content translation bundle settings.

ContentTranslationDeleteForm::buildForm() — Method in class ContentTranslationDeleteForm

Form constructor.

$ ContentTranslationLocalTasks#basePluginIdProperty in class ContentTranslationLocalTasks

The base plugin ID.

ContextualLinks::buildOptionsForm() — Method in class ContextualLinks

Default options form that provides the label widget that all fields should have.

DateTimeFormatterBase::buildDate() — Method in class DateTimeFormatterBase

Creates a render array from a date object.

DateTimeFormatterBase::buildDateWithIsoAttribute() — Method in class DateTimeFormatterBase

Creates a render array from a date object with ISO date attribute.

$ DateTimeFormatConstraint#badTypeProperty in class DateTimeFormatConstraint

Message for when the value isn't a string.

$ DateTimeFormatConstraint#badFormatProperty in class DateTimeFormatConstraint

Message for when the value isn't in the proper format.

$ DateTimeFormatConstraint#badValueProperty in class DateTimeFormatConstraint

Message for when the value did not parse properly.

DbLogController::buildFilterQuery() — Method in class DbLogController

Builds a query for database log administration filters based on session.

DblogFilterForm::buildForm() — Method in class DblogFilterForm

Form constructor.

DblogMessage::buildOptionsForm() — Method in class DblogMessage

Default options form that provides the label widget that all fields should have.

EditorImageDialog::buildForm() — Method in class EditorImageDialog

Form constructor.

EditorLinkDialog::buildForm() — Method in class EditorLinkDialog

Form constructor.

EditorBase::buildConfigurationForm() — Method in class EditorBase

Form constructor.

FieldLayoutBuilder::buildView() — Method in class FieldLayoutBuilder

Applies the layout to an entity build.

FieldLayoutBuilder::buildForm() — Method in class FieldLayoutBuilder

Applies the layout to an entity form.

EntityDisplayModeListBuilder::buildHeader() — Method in class EntityDisplayModeListBuilder

Builds the header row for the entity listing.

EntityDisplayModeListBuilder::buildRow() — Method in class EntityDisplayModeListBuilder

Builds a row for an entity in the entity listing.

FieldConfigListBuilder::buildHeader() — Method in class FieldConfigListBuilder

Builds the header row for the entity listing.

FieldConfigListBuilder::buildRow() — Method in class FieldConfigListBuilder

Builds a row for an entity in the entity listing.

$ FieldStorageConfigListBuilder#bundlesProperty in class FieldStorageConfigListBuilder

An array of entity bundle information.

FieldStorageConfigListBuilder::buildHeader() — Method in class FieldStorageConfigListBuilder

Builds the header row for the entity listing.

FieldStorageConfigListBuilder::buildRow() — Method in class FieldStorageConfigListBuilder

Builds a row for an entity in the entity listing.

EntityDisplayFormBase::buildFieldRow() — Method in class EntityDisplayFormBase

Builds the table row structure for a single field.

EntityDisplayFormBase::buildExtraFieldRow() — Method in class EntityDisplayFormBase

Builds the table row structure for a single extra field.

EntityDisplayModeAddForm::buildForm() — Method in class EntityDisplayModeAddForm

Form constructor.

EntityFormDisplayEditForm::buildFieldRow() — Method in class EntityFormDisplayEditForm

Builds the table row structure for a single field.

EntityViewDisplayEditForm::buildFieldRow() — Method in class EntityViewDisplayEditForm

Builds the table row structure for a single field.

EntityViewDisplayEditForm::buildExtraFieldRow() — Method in class EntityViewDisplayEditForm

Builds the table row structure for a single extra field.

FieldConfigDeleteForm::buildForm() — Method in class FieldConfigDeleteForm

Form constructor.

$ FieldStorageAddForm#bundleProperty in class FieldStorageAddForm

The entity bundle.

FieldStorageAddForm::buildForm() — Method in class FieldStorageAddForm

Form constructor.

FieldStorageConfigEditForm::buildForm() — Method in class FieldStorageConfigEditForm

Form constructor.

FieldStorageConfigEditForm::buildEntity() — Method in class FieldStorageConfigEditForm

Builds an updated entity object based upon the submitted form values.

File::baseFieldDefinitions() — Method in class File

Provides base field definitions for an entity type.

FileSelection::buildEntityQuery() — Method in class FileSelection

Builds an EntityQuery to get referenceable entities.

BaseFieldFileFormatterBaseClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Base class for file formatters, which allow to link to the file download URL.

File::buildOptionsForm() — Method in class File

Provide link to file option.

FilterFormatListBuilder::buildHeader() — Method in class FilterFormatListBuilder

Builds the header row for the entity listing.

FilterFormatListBuilder::buildRow() — Method in class FilterFormatListBuilder

Builds a row for an entity in the entity listing.

FilterFormatListBuilder::buildForm() — Method in class FilterFormatListBuilder

Form constructor.

ForumBreadcrumbBuilderBase::build() — Method in class ForumBreadcrumbBuilderBase

Builds the breadcrumb.

ForumListingBreadcrumbBuilder::build() — Method in class ForumListingBreadcrumbBuilder

Builds the breadcrumb.

ForumNodeBreadcrumbBuilder::build() — Method in class ForumNodeBreadcrumbBuilder

Builds the breadcrumb.

ForumController::build() — Method in class ForumController

Returns a renderable forum index page array.

ForumController::buildActionLinks() — Method in class ForumController

Generates an action link to display at the top of the forum listing.

ContainerForm::buildEntity() — Method in class ContainerForm

Builds an updated entity object based upon the submitted form values.

DeleteForm::buildForm() — Method in class DeleteForm

Form constructor.

ForumForm::buildEntity() — Method in class ForumForm

Builds an updated entity object based upon the submitted form values.

Overview::buildForm() — Method in class Overview

Form constructor.

ForumSettingsForm::buildForm() — Method in class ForumSettingsForm

Form constructor.

ActiveTopicsBlock::buildForumQuery() — Method in class ActiveTopicsBlock

Builds the select query to use for this forum block.

ForumBlockBase::build() — Method in class ForumBlockBase

Builds and returns the renderable array for this block plugin.

ForumBlockBase::buildForumQuery() — Method in class ForumBlockBase

Builds the select query to use for this forum block.

ForumBlockBase::blockAccess() — Method in class ForumBlockBase

Indicates whether the block should be shown.

ForumBlockBase::blockForm() — Method in class ForumBlockBase
{@inheritdoc}
ForumBlockBase::blockSubmit() — Method in class ForumBlockBase
{@inheritdoc}
NewTopicsBlock::buildForumQuery() — Method in class NewTopicsBlock

Builds the select query to use for this forum block.

$ TypeLinkManager#bundleInfoServiceProperty in class TypeLinkManager

The bundle info service.

HelpBlock::build() — Method in class HelpBlock

Builds and returns the renderable array for this block plugin.

HelpBreadcrumbBuilder::build() — Method in class HelpBreadcrumbBuilder

Builds the breadcrumb.

HistoryUserTimestamp::buildOptionsForm() — Method in class HistoryUserTimestamp

Provide link to node option.

HistoryUserTimestamp::buildExposeForm() — Method in class HistoryUserTimestamp

Options form subform for exposed filter options.

ImageStyle::buildUri() — Method in class ImageStyle

Returns the URI of this image when using this style.

ImageStyle::buildUrl() — Method in class ImageStyle

Returns the URL of this image derivative for an original image path or URI.

ImageEffectAddForm::buildForm() — Method in class ImageEffectAddForm

Form constructor.

ImageEffectDeleteForm::buildForm() — Method in class ImageEffectDeleteForm

Form constructor.

ImageEffectEditForm::buildForm() — Method in class ImageEffectEditForm

Form constructor.

ImageEffectFormBase::buildForm() — Method in class ImageEffectFormBase

Form constructor.

ImageStyleInterface::buildUri() — Method in class ImageStyleInterface

Returns the URI of this image when using this style.

ImageStyleInterface::buildUrl() — Method in class ImageStyleInterface

Returns the URL of this image derivative for an original image path or URI.

ImageStyleListBuilder::buildHeader() — Method in class ImageStyleListBuilder

Builds the header row for the entity listing.

ImageStyleListBuilder::buildRow() — Method in class ImageStyleListBuilder

Builds a row for an entity in the entity listing.

ConvertImageEffect::buildConfigurationForm() — Method in class ConvertImageEffect

Form constructor.

CropImageEffect::buildConfigurationForm() — Method in class CropImageEffect

Form constructor.

ResizeImageEffect::buildConfigurationForm() — Method in class ResizeImageEffect

Form constructor.

RotateImageEffect::buildConfigurationForm() — Method in class RotateImageEffect

Form constructor.

ScaleImageEffect::buildConfigurationForm() — Method in class ScaleImageEffect

Form constructor.

TemporaryQueryGuard::buildTree() — Method in class TemporaryQueryGuard

Copied from \Drupal\jsonapi\IncludeResolver.

EntityResource::buildWrappedResponse() — Method in class EntityResource

Builds a response with the appropriate wrapped document.

JsonApiSettingsForm::buildForm() — Method in class JsonApiSettingsForm

Form constructor.

IncludeResolver::buildTree() — Method in class IncludeResolver

Takes an array of exploded paths and builds a tree of field names.

Relationship::buildLinkCollectionFromEntityReferenceField() — Method in class Relationship

Builds a LinkCollection for the given entity reference field.

ResourceObject::buildLinksFromEntity() — Method in class ResourceObject

Builds a LinkCollection for the given entity.

EntityAccessDeniedHttpExceptionNormalizer::buildErrorObjects() — Method in class EntityAccessDeniedHttpExceptionNormalizer

Builds the normalized JSON:API error objects for the response.

HttpExceptionNormalizer::buildErrorObjects() — Method in class HttpExceptionNormalizer

Builds the normalized JSON:API error objects for the response.

ResourceObjectNormalizer::buildEmptyNormalization() — Method in class ResourceObjectNormalizer

Builds the empty normalization structure for cache misses.

UnprocessableHttpEntityExceptionNormalizer::buildErrorObjects() — Method in class UnprocessableHttpEntityExceptionNormalizer

Builds the normalized JSON:API error objects for the response.

Filter::buildGroup() — Method in class Filter

Applies the root condition to the given query.

Filter::buildEntityConditionGroup() — Method in class Filter

Denormalizes the given filter items into a single EntityConditionGroup.

Filter::buildTree() — Method in class Filter

Organizes the flat, normalized filter items into a tree structure.

$ ResourceType#bundleProperty in class ResourceType

The bundle ID.

$ LanguageConfigFactoryOverride#baseStorageProperty in class LanguageConfigFactoryOverride

The configuration storage.

ContentLanguageSettingsForm::buildForm() — Method in class ContentLanguageSettingsForm

Form constructor.

$ NegotiationBrowserDeleteForm#browserLangcodeProperty in class NegotiationBrowserDeleteForm

The browser language code to be deleted.

NegotiationBrowserDeleteForm::buildForm() — Method in class NegotiationBrowserDeleteForm

Form constructor.

NegotiationBrowserForm::buildForm() — Method in class NegotiationBrowserForm

Form constructor.

$ NegotiationConfigureForm#blockManagerProperty in class NegotiationConfigureForm

The block manager.

$ NegotiationConfigureForm#blockStorageProperty in class NegotiationConfigureForm

The block storage.

NegotiationConfigureForm::buildForm() — Method in class NegotiationConfigureForm

Form constructor.

NegotiationSelectedForm::buildForm() — Method in class NegotiationSelectedForm

Form constructor.

NegotiationSessionForm::buildForm() — Method in class NegotiationSessionForm

Form constructor.

NegotiationUrlForm::buildForm() — Method in class NegotiationUrlForm

Form constructor.

LanguageListBuilder::buildHeader() — Method in class LanguageListBuilder

Builds the header row for the entity listing.

LanguageListBuilder::buildRow() — Method in class LanguageListBuilder

Builds a row for an entity in the entity listing.

LanguageListBuilder::buildForm() — Method in class LanguageListBuilder

Form constructor.

LanguageBlock::blockAccess() — Method in class LanguageBlock

Indicates whether the block should be shown.

LanguageBlock::build() — Method in class LanguageBlock

Builds and returns the renderable array for this block plugin.

Language::buildConfigurationForm() — Method in class Language

Form constructor.

AddSectionController::build() — Method in class AddSectionController

Adds the new section.

$ ChooseBlockController#blockManagerProperty in class ChooseBlockController

The block manager.

ChooseBlockController::build() — Method in class ChooseBlockController

Provides the UI for choosing a new block.

ChooseSectionController::build() — Method in class ChooseSectionController

Choose a layout plugin to add as a section.

MoveBlockController::build() — Method in class MoveBlockController

Moves a block to another region.

LayoutBuilder::buildAddSectionLink() — Method in class LayoutBuilder

Builds a link to add a new section at a given delta.

LayoutBuilder::buildAdministrativeSection() — Method in class LayoutBuilder

Builds the render array for the layout section while editing.

LayoutBuilderEntityViewDisplay::buildMultiple() — Method in class LayoutBuilderEntityViewDisplay

Builds a renderable array for the components of a set of entities.

LayoutBuilderEntityViewDisplay::buildSections() — Method in class LayoutBuilderEntityViewDisplay

Builds the render array for the sections of a given entity.

BlockComponentRenderArrayClass in namespace Drupal\layout_builder\EventSubscriber

Builds render arrays and handles access for all block components.

$ SectionComponentBuildRenderArrayEvent#buildProperty in class SectionComponentBuildRenderArrayEvent

The render array built by the event subscribers.

AddBlockForm::buildForm() — Method in class AddBlockForm

Builds the form for the block.

$ ConfigureBlockFormBase#blockProperty in class ConfigureBlockFormBase

The plugin being configured.

$ ConfigureBlockFormBase#blockManagerProperty in class ConfigureBlockFormBase

The block manager.

ConfigureSectionForm::buildForm() — Method in class ConfigureSectionForm

Form constructor.

DefaultsEntityForm::buildForm() — Method in class DefaultsEntityForm

Form constructor.

DefaultsEntityForm::buildMessage() — Method in class DefaultsEntityForm

Renders a message to display at the top of the layout builder.

DefaultsEntityForm::buildEntity() — Method in class DefaultsEntityForm

Builds an updated entity object based upon the submitted form values.

DiscardLayoutChangesForm::buildForm() — Method in class DiscardLayoutChangesForm

Form constructor.

LayoutBuilderDisableForm::buildForm() — Method in class LayoutBuilderDisableForm

Form constructor.

LayoutBuilderEntityViewDisplayForm::buildForm() — Method in class LayoutBuilderEntityViewDisplayForm

Form constructor.

LayoutBuilderEntityViewDisplayForm::buildFieldRow() — Method in class LayoutBuilderEntityViewDisplayForm

Builds the table row structure for a single field.

LayoutBuilderEntityViewDisplayForm::buildExtraFieldRow() — Method in class LayoutBuilderEntityViewDisplayForm

Builds the table row structure for a single extra field.

LayoutRebuildConfirmFormBase::buildForm() — Method in class LayoutRebuildConfirmFormBase

Form constructor.

MoveBlockForm::buildForm() — Method in class MoveBlockForm

Builds the move block form.

OverridesEntityForm::buildForm() — Method in class OverridesEntityForm

Form constructor.

OverridesEntityForm::buildMessage() — Method in class OverridesEntityForm

Renders a message to display at the top of the layout builder.

PreviewToggleTrait::buildContentPreviewToggle() — Method in class PreviewToggleTrait

Builds the content preview toggle input.

RemoveBlockForm::buildForm() — Method in class RemoveBlockForm

Form constructor.

RevertOverridesForm::buildForm() — Method in class RevertOverridesForm

Form constructor.

UpdateBlockForm::buildForm() — Method in class UpdateBlockForm

Builds the block form.

$ InlineBlockEntityOperations#blockContentStorageProperty in class InlineBlockEntityOperations

The block content storage.

LayoutBuilderHighlightTrait::blockAddHighlightId() — Method in class LayoutBuilderHighlightTrait

Provides the ID used to highlight the active Layout Builder UI element.

LayoutBuilderHighlightTrait::blockUpdateHighlightId() — Method in class LayoutBuilderHighlightTrait

Provides the ID used to highlight the active Layout Builder UI element.

$ LayoutBuilderOverridesPermissions#bundleInfoProperty in class LayoutBuilderOverridesPermissions

The entity type bundle info service.

ExtraFieldBlock::build() — Method in class ExtraFieldBlock

Builds and returns the renderable array for this block plugin.

ExtraFieldBlock::blockAccess() — Method in class ExtraFieldBlock

Indicates whether the block should be shown.

$ FieldBlock#bundleProperty in class FieldBlock

The bundle ID.

FieldBlock::build() — Method in class FieldBlock

Builds and returns the renderable array for this block plugin.

FieldBlock::blockAccess() — Method in class FieldBlock

Indicates whether the block should be shown.

FieldBlock::blockForm() — Method in class FieldBlock
{@inheritdoc}
FieldBlock::blockSubmit() — Method in class FieldBlock
{@inheritdoc}
$ InlineBlock#blockContentProperty in class InlineBlock

The block content entity.

InlineBlock::blockForm() — Method in class InlineBlock
{@inheritdoc}
InlineBlock::blockValidate() — Method in class InlineBlock
{@inheritdoc}
InlineBlock::blockSubmit() — Method in class InlineBlock
{@inheritdoc}
InlineBlock::blockAccess() — Method in class InlineBlock

Indicates whether the block should be shown.

InlineBlock::build() — Method in class InlineBlock

Builds and returns the renderable array for this block plugin.

InlineBlock::buildConfigurationForm() — Method in class InlineBlock

Form constructor.

BlankLayoutClass in namespace Drupal\layout_builder\Plugin\Layout

Provides a layout plugin that produces no output.

BlankLayout::build() — Method in class BlankLayout

Build a render array for layout with regions.

MultiWidthLayoutBase::buildConfigurationForm() — Method in class MultiWidthLayoutBase

Form constructor.

MultiWidthLayoutBase::build() — Method in class MultiWidthLayoutBase

Build a render array for layout with regions.

DefaultsSectionStorage::buildRoutes() — Method in class DefaultsSectionStorage

Provides the routes needed for Layout Builder UI.

OverridesSectionStorage::buildRoutes() — Method in class OverridesSectionStorage

Provides the routes needed for Layout Builder UI.

OverridesSectionStorage::buildLocalTasks() — Method in class OverridesSectionStorage

Provides the local tasks dynamically for Layout Builder plugins.

SectionStorageLocalTaskProviderInterface::buildLocalTasks() — Method in class SectionStorageLocalTaskProviderInterface

Provides the local tasks dynamically for Layout Builder plugins.

LayoutBuilderRoutesTrait::buildLayoutRoutes() — Method in class LayoutBuilderRoutesTrait

Builds the layout routes for the given values.

SectionStorageInterface::buildRoutes() — Method in class SectionStorageInterface

Provides the routes needed for Layout Builder UI.

LinkFormatter::buildUrl() — Method in class LinkFormatter

Builds the \Drupal\Core\Url object for a link field item.

ExportForm::buildForm() — Method in class ExportForm

Form constructor.

ImportForm::buildForm() — Method in class ImportForm

Form constructor for the translation import screen.

LocaleSettingsForm::buildForm() — Method in class LocaleSettingsForm

Form constructor.

TranslateEditForm::buildForm() — Method in class TranslateEditForm

Form constructor.

TranslateFilterForm::buildForm() — Method in class TranslateFilterForm

Form constructor.

TranslationStatusForm::buildForm() — Method in class TranslationStatusForm

Form builder for displaying the current translation status.

Media::baseFieldDefinitions() — Method in class Media

Provides base field definitions for an entity type.

EditorMediaDialog::buildForm() — Method in class EditorMediaDialog

Form constructor.

MediaSettingsForm::buildForm() — Method in class MediaSettingsForm

Form constructor.

MediaTypeDeleteConfirmForm::buildForm() — Method in class MediaTypeDeleteConfirmForm

Form constructor.

MediaListBuilder::buildHeader() — Method in class MediaListBuilder

Builds the header row for the entity listing.

MediaListBuilder::buildRow() — Method in class MediaListBuilder

Builds a row for an entity in the entity listing.

MediaPermissions::buildPermissions() — Method in class MediaPermissions

Returns a list of media permissions for a given media type.

MediaSourceBase::buildConfigurationForm() — Method in class MediaSourceBase

Form constructor.

MediaTypeListBuilder::buildHeader() — Method in class MediaTypeListBuilder

Builds the header row for the entity listing.

MediaTypeListBuilder::buildRow() — Method in class MediaTypeListBuilder

Builds a row for an entity in the entity listing.

Endpoint::buildResourceUrl() — Method in class Endpoint

Builds and returns the endpoint URL.

MediaSelection::buildEntityQuery() — Method in class MediaSelection

Builds an EntityQuery to get referenceable entities.

OEmbed::buildConfigurationForm() — Method in class OEmbed

Form constructor.

AddFormBase::buildForm() — Method in class AddFormBase

Form constructor.

AddFormBase::buildInputElement() — Method in class AddFormBase

Builds the element for submitting source field value(s).

AddFormBase::buildEntityFormElement() — Method in class AddFormBase

Builds the sub-form for setting required fields on a new media item.

AddFormBase::buildCurrentSelectionArea() — Method in class AddFormBase

Returns a render array containing the current selection.

AddFormBase::buildSelectedItemElement() — Method in class AddFormBase

Returns a render array for a single pre-selected media item.

AddFormBase::buildActions() — Method in class AddFormBase

Returns an array of supported actions for the form.

AddFormBase::buildMediaLibraryUi() — Method in class AddFormBase

Build the render array of the media library UI.

FileUploadForm::buildInputElement() — Method in class FileUploadForm

Builds the element for submitting source field value(s).

FileUploadForm::buildEntityFormElement() — Method in class FileUploadForm

Builds the sub-form for setting required fields on a new media item.

OEmbedForm::buildInputElement() — Method in class OEmbedForm

Builds the element for submitting source field value(s).

SettingsForm::buildForm() — Method in class SettingsForm

Form constructor.

MediaLibraryUiBuilder::buildUi() — Method in class MediaLibraryUiBuilder

Build the media library UI.

MediaLibraryUiBuilder::buildLibraryContent() — Method in class MediaLibraryUiBuilder

Build the media library content area.

MediaLibraryUiBuilder::buildMediaTypeMenu() — Method in class MediaLibraryUiBuilder

Get the media type menu for the media library.

MediaLibraryUiBuilder::buildMediaTypeAddForm() — Method in class MediaLibraryUiBuilder

Get the add form for the selected media type.

MediaLibraryUiBuilder::buildMediaLibraryView() — Method in class MediaLibraryUiBuilder

Get the media library view.

MenuLinkContent::baseFieldDefinitions() — Method in class MenuLinkContent

Provides base field definitions for an entity type.

MenuLinkContentForm::buildEntity() — Method in class MenuLinkContentForm

Builds an updated entity object based upon the submitted form values.

MenuLinkEditForm::buildForm() — Method in class MenuLinkEditForm

Form constructor.

MenuLinkResetForm::buildForm() — Method in class MenuLinkResetForm

Form constructor.

MenuForm::buildOverviewForm() — Method in class MenuForm

Form constructor to edit an entire menu tree at once.

MenuForm::buildOverviewTreeForm() — Method in class MenuForm

Recursive helper function for buildOverviewForm().

MenuListBuilder::buildHeader() — Method in class MenuListBuilder

Builds the header row for the entity listing.

MenuListBuilder::buildRow() — Method in class MenuListBuilder

Builds a row for an entity in the entity listing.

MigrateBuildDependencyInterface::buildDependencyMigration() — Method in class MigrateBuildDependencyInterface

Builds a dependency tree for the migrations and set their order.

BadPluginDefinitionExceptionClass in namespace Drupal\migrate\Plugin\Exception

Defines a class for bad plugin definition exceptions.

MigrationPluginManager::buildDependencyMigration() — Method in class MigrationPluginManager

Builds a dependency tree for the migrations and set their order.

$ Entity#bundlesProperty in class Entity

The list of the bundles of this entity type.

$ SqlBase#batchProperty in class SqlBase

The count of the number of batches run.

$ SqlBase#batchSizeProperty in class SqlBase

Number of records to fetch from the database during each batch.

$ FieldDiscovery#bundleKeysProperty in class FieldDiscovery

An array of bundle keys, keyed by drupal core version.

MigrationState::buildUpgradeState() — Method in class MigrationState

Determines migration state for each source module enabled on the source.

MigrationState::buildDiscoveredDestinationsBySource() — Method in class MigrationState

Builds migration source and destination module information.

MigrationState::buildDeclaredStateBySource() — Method in class MigrationState

Gets migration data from *.migrate_drupal.yml sorted by source module.

CredentialForm::buildForm() — Method in class CredentialForm

Form constructor.

IdConflictForm::buildForm() — Method in class IdConflictForm

Form constructor.

IncrementalForm::buildForm() — Method in class IncrementalForm

Form constructor.

MigrateUpgradeFormBase::buildForm() — Method in class MigrateUpgradeFormBase

Form constructor.

OverviewForm::buildForm() — Method in class OverviewForm

Form constructor.

ReviewForm::buildForm() — Method in class ReviewForm

Form constructor.

Schema::buildTableNameCondition() — Method in class Schema

Build a condition to match a table name against a standard information_schema.

Node::baseFieldDefinitions() — Method in class Node

Provides base field definitions for an entity type.

NodePreviewForm::buildForm() — Method in class NodePreviewForm

Form constructor.

NodeRevisionDeleteForm::buildForm() — Method in class NodeRevisionDeleteForm

Form constructor.

NodeRevisionRevertForm::buildForm() — Method in class NodeRevisionRevertForm

Form constructor.

NodeRevisionRevertTranslationForm::buildForm() — Method in class NodeRevisionRevertTranslationForm

Form constructor.

NodeTypeDeleteConfirm::buildForm() — Method in class NodeTypeDeleteConfirm

Form constructor.

NodeGrantDatabaseStorage::buildGrantsQueryCondition() — Method in class NodeGrantDatabaseStorage

Creates a query condition from an array of node access grants.

NodeListBuilder::buildHeader() — Method in class NodeListBuilder

Builds the header row for the entity listing.

NodeListBuilder::buildRow() — Method in class NodeListBuilder

Builds a row for an entity in the entity listing.

NodePermissions::buildPermissions() — Method in class NodePermissions

Returns a list of node permissions for a given node type.

NodeTypeListBuilder::buildHeader() — Method in class NodeTypeListBuilder

Builds the header row for the entity listing.

NodeTypeListBuilder::buildRow() — Method in class NodeTypeListBuilder

Builds a row for an entity in the entity listing.

NodeViewBuilder::buildComponents() — Method in class NodeViewBuilder

Builds the component fields and properties of a set of entities.

NodeViewBuilder::buildLinks() — Method in class NodeViewBuilder

Build the default links (Read more) for a node.

AssignOwnerNode::buildConfigurationForm() — Method in class AssignOwnerNode

Form constructor.

UnpublishByKeywordNode::buildConfigurationForm() — Method in class UnpublishByKeywordNode

Form constructor.

SyndicateBlock::blockAccess() — Method in class SyndicateBlock

Indicates whether the block should be shown.

SyndicateBlock::build() — Method in class SyndicateBlock

Builds and returns the renderable array for this block plugin.

NodeType::buildConfigurationForm() — Method in class NodeType

Form constructor.

NodeSelection::buildEntityQuery() — Method in class NodeSelection

Builds an EntityQuery to get referenceable entities.

NodeSearch::buildSearchUrlQuery() — Method in class NodeSearch

Builds the URL GET query parameters array for search.

NodeSearch::buildConfigurationForm() — Method in class NodeSearch

Form constructor.

$ D6NodeDeriver#basePluginIdProperty in class D6NodeDeriver

The base plugin ID this derivative is for.

$ D7NodeDeriver#basePluginIdProperty in class D7NodeDeriver

The base plugin ID this derivative is for.

Node::buildOptionsForm() — Method in class Node

Provide link to node option.

$ Rss#base_tableProperty in class Rss

The base table for this row plugin.

$ Rss#base_fieldProperty in class Rss

The base field for this row plugin.

Rss::buildOptionsForm_summary_options() — Method in class Rss

Return the main options, which are shown in the summary title.

Node::blockDisplayOptions() — Method in class Node

Retrieves the block display options.

Node::buildFilters() — Method in class Node

Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::buildFilters().

NodeRevision::buildDisplayOptions() — Method in class NodeRevision

Builds an array of display options for the view.

NumberListField::buildOptionsForm() — Method in class NumberListField

Provide a form to edit options for this plugin.

StringListField::buildOptionsForm() — Method in class StringListField

Provide a form to edit options for this plugin.

PathFilterForm::buildForm() — Method in class PathFilterForm

Form constructor.

PathAliasListBuilder::buildHeader() — Method in class PathAliasListBuilder

Builds the header row for the entity listing.

PathAliasListBuilder::buildRow() — Method in class PathAliasListBuilder

Builds a row for an entity in the entity listing.

PathAlias::baseFieldDefinitions() — Method in class PathAlias

Provides base field definitions for an entity type.

QuickEditFieldForm::buildForm() — Method in class QuickEditFieldForm

Form constructor.

QuickEditFieldForm::buildEntity() — Method in class QuickEditFieldForm

Returns a cloned entity containing updated field values.

$ RdfMapping#bundleProperty in class RdfMapping

Bundle to be mapped.

$ ResponsiveImageStyle#breakpoint_groupProperty in class ResponsiveImageStyle

The responsive image breakpoint group.

$ ResponsiveImageStyleForm#breakpointManagerProperty in class ResponsiveImageStyleForm

The breakpoint manager.

ResponsiveImageStyleForm::breakpointMappingFormAjax() — Method in class ResponsiveImageStyleForm

Get the form for mapping breakpoints to image styles.

ResponsiveImageStyleListBuilder::buildHeader() — Method in class ResponsiveImageStyleListBuilder

Builds the header row for the entity listing.

ResponsiveImageStyleListBuilder::buildRow() — Method in class ResponsiveImageStyleListBuilder

Builds a row for an entity in the entity listing.

RestExport::buildOptionsForm() — Method in class RestExport

Provide a form to edit options for this plugin.

RestExport::buildResponse() — Method in class RestExport

Builds up a response with the rendered view as content.

DataFieldRow::buildOptionsForm() — Method in class DataFieldRow

Provide a form for setting options.

Serializer::buildOptionsForm() — Method in class Serializer

Provide a form to edit options for this plugin.

SearchBlockForm::buildForm() — Method in class SearchBlockForm

Form constructor.

SearchPageAddForm::buildForm() — Method in class SearchPageAddForm

Form constructor.

SearchPageForm::buildForm() — Method in class SearchPageForm

Form constructor.

SearchPageFormBase::buildForm() — Method in class SearchPageFormBase

Form constructor.

SearchBlock::blockAccess() — Method in class SearchBlock

Indicates whether the block should be shown.

SearchBlock::build() — Method in class SearchBlock

Builds and returns the renderable array for this block plugin.

SearchBlock::blockForm() — Method in class SearchBlock
{@inheritdoc}
SearchBlock::blockSubmit() — Method in class SearchBlock
{@inheritdoc}
SearchInterface::buildResults() — Method in class SearchInterface

Executes the search and builds render arrays for the result items.

SearchInterface::buildSearchUrlQuery() — Method in class SearchInterface

Builds the URL GET query parameters array for search.

SearchPluginBase::buildResults() — Method in class SearchPluginBase

Executes the search and builds render arrays for the result items.

SearchPluginBase::buildSearchUrlQuery() — Method in class SearchPluginBase

Builds the URL GET query parameters array for search.

SearchRow::buildOptionsForm() — Method in class SearchRow

Provide a form for setting options.

SearchPageListBuilder::buildHeader() — Method in class SearchPageListBuilder

Builds the header row for the entity listing.

SearchPageListBuilder::buildRow() — Method in class SearchPageListBuilder

Builds a row for an entity in the entity listing.

SearchPageListBuilder::buildForm() — Method in class SearchPageListBuilder

Form constructor.

$ XmlEncoder#baseEncoderProperty in class XmlEncoder

An instance of the Symfony XmlEncoder to perform the actual encoding.

BlockHasOverridesAccessCheckClass in namespace Drupal\settings_tray\Access

Determines whether the requested block has a 'settings_tray' form.

BlockPluginHasSettingsTrayFormAccessCheckClass in namespace Drupal\settings_tray\Access

Determines whether the requested block has a 'settings_tray' form.

BlockEntitySettingTrayFormClass in namespace Drupal\settings_tray\Block

Provides form for block instance forms when used in the off-canvas dialog.

BlockEntitySettingTrayForm::buildVisibilityInterface() — Method in class BlockEntitySettingTrayForm

Helper function for building the visibility UI form.

BlockEntitySettingTrayForm::buildForm() — Method in class BlockEntitySettingTrayForm

Form constructor.

Shortcut::baseFieldDefinitions() — Method in class Shortcut

Provides base field definitions for an entity type.

ShortcutSetDeleteForm::buildForm() — Method in class ShortcutSetDeleteForm

Form constructor.

SwitchShortcutSet::buildForm() — Method in class SwitchShortcutSet

Form constructor.

ShortcutsBlock::build() — Method in class ShortcutsBlock

Builds and returns the renderable array for this block plugin.

ShortcutsBlock::blockAccess() — Method in class ShortcutsBlock

Indicates whether the block should be shown.

ShortcutSetListBuilder::buildHeader() — Method in class ShortcutSetListBuilder

Builds the header row for the entity listing.

ShortcutSetListBuilder::buildRow() — Method in class ShortcutSetListBuilder

Builds a row for an entity in the entity listing.

StatisticsPopularBlock::blockAccess() — Method in class StatisticsPopularBlock

Indicates whether the block should be shown.

StatisticsPopularBlock::blockForm() — Method in class StatisticsPopularBlock
{@inheritdoc}
StatisticsPopularBlock::blockSubmit() — Method in class StatisticsPopularBlock
{@inheritdoc}
StatisticsPopularBlock::build() — Method in class StatisticsPopularBlock

Builds and returns the renderable array for this block plugin.

StatisticsSettingsForm::buildForm() — Method in class StatisticsSettingsForm

Form constructor.

BatchControllerClass in namespace Drupal\system\Controller

Controller routines for batch routes.

BatchController::batchPage() — Method in class BatchController

Returns a system batch page.

BatchController::batchPageTitle() — Method in class BatchController

The _title_callback for the system.batch_page.normal route.

$ DbUpdateController#bareHtmlPageRendererProperty in class DbUpdateController

The bare HTML page renderer.

DbUpdateController::batchFinished() — Method in class DbUpdateController

Finishes the update process and stores the results for eventual display.

DateFormatListBuilder::buildHeader() — Method in class DateFormatListBuilder

Builds the header row for the entity listing.

DateFormatListBuilder::buildRow() — Method in class DateFormatListBuilder

Builds a row for an entity in the entity listing.

CronForm::buildForm() — Method in class CronForm

Form constructor.

FileSystemForm::buildForm() — Method in class FileSystemForm

Form constructor.

ImageToolkitForm::buildForm() — Method in class ImageToolkitForm

Form constructor.

LoggingForm::buildForm() — Method in class LoggingForm

Form constructor.

ModulesListConfirmForm::buildForm() — Method in class ModulesListConfirmForm

Form constructor.

ModulesListConfirmForm::buildMessageList() — Method in class ModulesListConfirmForm

Builds the message list for the confirmation form.

ModulesListExperimentalConfirmForm::buildMessageList() — Method in class ModulesListExperimentalConfirmForm

Builds the message list for the confirmation form.

ModulesListForm::buildForm() — Method in class ModulesListForm

Form constructor.

ModulesListForm::buildRow() — Method in class ModulesListForm

Builds a table row for the system modules page.

ModulesListForm::buildModuleList() — Method in class ModulesListForm

Helper function for building a list of modules to install.

ModulesUninstallConfirmForm::buildForm() — Method in class ModulesUninstallConfirmForm

Form constructor.

ModulesUninstallForm::buildForm() — Method in class ModulesUninstallForm

Form constructor.

PerformanceForm::buildForm() — Method in class PerformanceForm

Form constructor.

PrepareModulesEntityUninstallForm::buildForm() — Method in class PrepareModulesEntityUninstallForm

Form constructor.

RegionalForm::buildForm() — Method in class RegionalForm

Form constructor.

RssFeedsForm::buildForm() — Method in class RssFeedsForm

Form constructor.

SiteInformationForm::buildForm() — Method in class SiteInformationForm

Form constructor.

SiteMaintenanceModeForm::buildForm() — Method in class SiteMaintenanceModeForm

Form constructor.

SystemBrandingOffCanvasForm::buildConfigurationForm() — Method in class SystemBrandingOffCanvasForm

Form constructor.

SystemMenuOffCanvasForm::buildConfigurationForm() — Method in class SystemMenuOffCanvasForm

Form constructor.

ThemeAdminForm::buildForm() — Method in class ThemeAdminForm

Form constructor.

ThemeExperimentalConfirmForm::buildForm() — Method in class ThemeExperimentalConfirmForm

Form constructor.

ThemeSettingsForm::buildForm() — Method in class ThemeSettingsForm

Form constructor.

PathBasedBreadcrumbBuilder::build() — Method in class PathBasedBreadcrumbBuilder

Builds the breadcrumb.

SystemBrandingBlock::blockForm() — Method in class SystemBrandingBlock
{@inheritdoc}
SystemBrandingBlock::blockSubmit() — Method in class SystemBrandingBlock
{@inheritdoc}
SystemBrandingBlock::build() — Method in class SystemBrandingBlock

Builds and returns the renderable array for this block plugin.

$ SystemBreadcrumbBlock#breadcrumbManagerProperty in class SystemBreadcrumbBlock

The breadcrumb manager.

SystemBreadcrumbBlock::build() — Method in class SystemBreadcrumbBlock

Builds and returns the renderable array for this block plugin.

SystemMainBlock::build() — Method in class SystemMainBlock

Builds and returns the renderable array for this block plugin.

SystemMenuBlock::blockForm() — Method in class SystemMenuBlock
{@inheritdoc}
SystemMenuBlock::blockSubmit() — Method in class SystemMenuBlock
{@inheritdoc}
SystemMenuBlock::build() — Method in class SystemMenuBlock

Builds and returns the renderable array for this block plugin.

SystemMessagesBlock::build() — Method in class SystemMessagesBlock

Builds and returns the renderable array for this block plugin.

SystemPoweredByBlock::build() — Method in class SystemPoweredByBlock

Builds and returns the renderable array for this block plugin.

CurrentThemeCondition::buildConfigurationForm() — Method in class CurrentThemeCondition

Form constructor.

RequestPath::buildConfigurationForm() — Method in class RequestPath

Form constructor.

GDToolkit::buildConfigurationForm() — Method in class GDToolkit

Form constructor.

BatchNegotiatorClass in namespace Drupal\system\Theme

Sets the active theme for the batch page.

$ BatchNegotiator#batchStorageProperty in class BatchNegotiator

The batch storage.

Term::baseFieldDefinitions() — Method in class Term

Provides base field definitions for an entity type.

Term::bundleFieldDefinitions() — Method in class Term

Provides field definitions for a specific bundle.

OverviewTerms::buildForm() — Method in class OverviewTerms

Form constructor.

TermSelection::buildConfigurationForm() — Method in class TermSelection

Form constructor.

TermSelection::buildEntityQuery() — Method in class TermSelection

Builds an EntityQuery to get referenceable entities.

$ D6TermNodeDeriver#basePluginIdProperty in class D6TermNodeDeriver

The base plugin ID this derivative is for.

$ D7TaxonomyTermDeriver#basePluginIdProperty in class D7TaxonomyTermDeriver

The base plugin ID this derivative is for.

IndexTidDepth::buildOptionsForm() — Method in class IndexTidDepth

Provide a form to edit options for this plugin.

IndexTidDepthModifier::buildOptionsForm() — Method in class IndexTidDepthModifier

Provide a form to edit options for this plugin.

Tid::buildOptionsForm() — Method in class Tid

Provide the default form for setting options.

TermName::buildOptionsForm() — Method in class TermName

Provides the default form for setting options.

TaxonomyIndexTid::buildOptionsForm() — Method in class TaxonomyIndexTid

Provide "link to term" option.

TermName::buildOptionsForm() — Method in class TermName

Default options form that provides the label widget that all fields should have.

TaxonomyIndexTid::buildExtraOptionsForm() — Method in class TaxonomyIndexTid

Provide a form for setting options.

TaxonomyIndexTid::buildExposeForm() — Method in class TaxonomyIndexTid

Options form subform for exposed filter options.

TaxonomyIndexTidDepth::buildExtraOptionsForm() — Method in class TaxonomyIndexTidDepth

Provide a form for setting options.

NodeTermData::buildOptionsForm() — Method in class NodeTermData

Provide a form to edit options for this plugin.

TaxonomyPermissions::buildPermissions() — Method in class TaxonomyPermissions

Builds a standard list of taxonomy term permissions for a given vocabulary.

TermBreadcrumbBuilder::build() — Method in class TermBreadcrumbBuilder

Builds the breadcrumb.

TermForm::buildEntity() — Method in class TermForm

Builds an updated entity object based upon the submitted form values.

VocabularyListBuilder::buildHeader() — Method in class VocabularyListBuilder

Builds the header row for the entity listing.

VocabularyListBuilder::buildRow() — Method in class VocabularyListBuilder

Builds a row for an entity in the entity listing.

VocabularyListBuilder::buildForm() — Method in class VocabularyListBuilder

Form constructor.

Toolbar::breakpointManager() — Method in class Toolbar

Wraps the breakpoint manager.

ToolbarMenuLinkTree::build() — Method in class ToolbarMenuLinkTree

Builds a renderable array from a menu tree.

$ TipPluginText#bodyProperty in class TipPluginText

The body text which is used for render of this Text Tip.

TrackerController::buildContent() — Method in class TrackerController

Builds content for the tracker controllers.

UpdateManagerInstall::buildForm() — Method in class UpdateManagerInstall

Form constructor.

UpdateManagerUpdate::buildForm() — Method in class UpdateManagerUpdate

Form constructor.

UpdateReady::buildForm() — Method in class UpdateReady

Form constructor.

UpdateFetcher::buildFetchUrl() — Method in class UpdateFetcher

Generates the URL to fetch information about project updates.

UpdateFetcherInterface::buildFetchUrl() — Method in class UpdateFetcherInterface

Generates the URL to fetch information about project updates.

UpdateSettingsForm::buildForm() — Method in class UpdateSettingsForm

Form constructor.

AccountForm::buildEntity() — Method in class AccountForm

Builds an updated entity object based upon the submitted form values.

AccountSettingsForm::buildForm() — Method in class AccountSettingsForm

Form constructor.

User::block() — Method in class User

Blocks the user.

User::baseFieldDefinitions() — Method in class User

Provides base field definitions for an entity type.

UserFloodSubscriber::blockedUser() — Method in class UserFloodSubscriber

An attempt to login has been blocked based on user name.

UserFloodSubscriber::blockedIp() — Method in class UserFloodSubscriber

An attempt to login has been blocked based on IP.

RoleSettingsForm::buildForm() — Method in class RoleSettingsForm

Form constructor.

UserCancelForm::buildForm() — Method in class UserCancelForm

Form constructor.

$ UserLoginForm#bareHtmlPageRendererProperty in class UserLoginForm

The bare HTML renderer.

UserLoginForm::buildForm() — Method in class UserLoginForm

Form constructor.

UserMultipleCancelConfirm::buildForm() — Method in class UserMultipleCancelConfirm

Form constructor.

UserPasswordForm::buildForm() — Method in class UserPasswordForm

Form constructor.

UserPasswordResetForm::buildForm() — Method in class UserPasswordResetForm

Form constructor.

$ UserPermissionsBundleForm#bundleProperty in class UserPermissionsBundleForm

The bundle object.

UserPermissionsBundleForm::buildForm() — Method in class UserPermissionsBundleForm

Builds the user permissions administration form for a bundle.

UserPermissionsForm::buildForm() — Method in class UserPermissionsForm

Form constructor.

UserPermissionsModuleSpecificForm::buildForm() — Method in class UserPermissionsModuleSpecificForm

Builds the user permissions administration form for a specific module(s).

UserPermissionsRoleSpecificForm::buildForm() — Method in class UserPermissionsRoleSpecificForm

Builds the user permissions administration form for a specific role.

PermissionHandler::buildPermissionsYaml() — Method in class PermissionHandler

Builds all permissions provided by .permissions.yml files.

BlockUserClass in namespace Drupal\user\Plugin\Action

Blocks a user.

ChangeUserRoleBase::buildConfigurationForm() — Method in class ChangeUserRoleBase

Form constructor.

UserLoginBlock::blockAccess() — Method in class UserLoginBlock

Indicates whether the block should be shown.

UserLoginBlock::build() — Method in class UserLoginBlock

Builds and returns the renderable array for this block plugin.

UserRole::buildConfigurationForm() — Method in class UserRole

Form constructor.

UserSelection::buildConfigurationForm() — Method in class UserSelection

Form constructor.

UserSelection::buildEntityQuery() — Method in class UserSelection

Builds an EntityQuery to get referenceable entities.

User::baseFields() — Method in class User

Returns the user base fields to be migrated.

Permission::buildOptionsForm() — Method in class Permission

Provide a form to edit options for this plugin.

Role::buildOptionsForm() — Method in class Role

Provide a form to edit options for this plugin.

User::buildOptionsForm() — Method in class User

Provide the default form for setting options.

User::buildOptionsForm() — Method in class User

Provides the default form for setting options.

UserName::buildOptionsForm() — Method in class UserName

Provides the default form for setting options.

UserData::buildOptionsForm() — Method in class UserData

Default options form that provides the label widget that all fields should have.

RoleListBuilder::buildHeader() — Method in class RoleListBuilder

Builds the header row for the entity listing.

RoleListBuilder::buildRow() — Method in class RoleListBuilder

Builds a row for an entity in the entity listing.

UserInterface::block() — Method in class UserInterface

Blocks the user.

UserListBuilder::buildHeader() — Method in class UserListBuilder

Builds the header row for the entity listing.

UserListBuilder::buildRow() — Method in class UserListBuilder

Builds a row for an entity in the entity listing.

$ ViewsAccess#baseProperty in class ViewsAccess

The base tables on which this access plugin can be used.

$ ViewsCache#baseProperty in class ViewsCache

The base tables on which this cache plugin can be used.

$ ViewsDisplay#baseProperty in class ViewsDisplay

The base tables on which this display plugin can be used.

$ ViewsExposedForm#baseProperty in class ViewsExposedForm

The base tables on which this exposed form plugin can be used.

$ ViewsPager#baseProperty in class ViewsPager

The base tables on which this pager plugin can be used.

$ ViewsRow#baseProperty in class ViewsRow

The base tables on which this row plugin can be used.

$ ViewsStyle#baseProperty in class ViewsStyle

The base tables on which this style plugin can be used.

$ ViewsWizard#base_tableProperty in class ViewsWizard

The base tables on which this wizard is used.

EntityFieldRenderer::buildFields() — Method in class EntityFieldRenderer

Builds the render arrays for all fields of all result rows.

$ RendererBase#buildProperty in class RendererBase

Contains an array of render arrays, one for each rendered entity.

$ View#base_tableProperty in class View

The name of the base table this view will use.

$ View#base_fieldProperty in class View

The name of the base field to use.

ViewsEntitySchemaSubscriber::baseTableRename() — Method in class ViewsEntitySchemaSubscriber

Updates views if a base table is renamed.

ViewsExposedForm::buildForm() — Method in class ViewsExposedForm

Form constructor.

ViewsForm::buildForm() — Method in class ViewsForm

Form constructor.

ViewsFormMainForm::buildForm() — Method in class ViewsFormMainForm

Form constructor.

ManyToOneHelper::buildOptionsForm() — Method in class ManyToOneHelper
ViewsBlock::build() — Method in class ViewsBlock

Builds and returns the renderable array for this block plugin.

ViewsBlock::blockForm() — Method in class ViewsBlock
{@inheritdoc}
ViewsBlock::blockValidate() — Method in class ViewsBlock
{@inheritdoc}
ViewsBlock::blockSubmit() — Method in class ViewsBlock
{@inheritdoc}
ViewsBlockBase::blockAccess() — Method in class ViewsBlockBase

Indicates whether the block should be shown.

ViewsBlockBase::buildConfigurationForm() — Method in class ViewsBlockBase

Form constructor.

ViewsBlockBase::blockSubmit() — Method in class ViewsBlockBase
{@inheritdoc}
ViewsExposedFilterBlock::build() — Method in class ViewsExposedFilterBlock

Builds and returns the renderable array for this block plugin.

$ ViewsBlock#basePluginIdProperty in class ViewsBlock

The base plugin ID.

$ ViewsEntityArgumentValidator#basePluginIdProperty in class ViewsEntityArgumentValidator

The base plugin ID this derivative is for.

$ ViewsEntityRow#basePluginIdProperty in class ViewsEntityRow

The base plugin ID that the derivative is for.

$ ViewsExposedFilterBlock#basePluginIdProperty in class ViewsExposedFilterBlock

The base plugin ID that the derivative is for.

ViewsSelection::buildConfigurationForm() — Method in class ViewsSelection

Form constructor.

ViewsMenuLinkForm::buildConfigurationForm() — Method in class ViewsMenuLinkForm

Form constructor.

BrokenHandlerTraitClass in namespace Drupal\views\Plugin\views

A Trait for Views broken handlers.

BrokenHandlerTrait::buildOptionsForm() — Method in class BrokenHandlerTrait

Provides a form to edit options for this plugin.

BrokenHandlerTrait::broken() — Method in class BrokenHandlerTrait

Determines if the handler is considered 'broken'.

HandlerBase::buildOptionsForm() — Method in class HandlerBase

Provide a form to edit options for this plugin.

HandlerBase::buildGroupByForm() — Method in class HandlerBase

Provide a form for aggregation settings.

HandlerBase::buildExtraOptionsForm() — Method in class HandlerBase

Provide a form for setting options.

HandlerBase::buildExposedForm() — Method in class HandlerBase

Render our chunk of the exposed handler form when selecting.

HandlerBase::buildExposeForm() — Method in class HandlerBase

Form for exposed handler options.

HandlerBase::broken() — Method in class HandlerBase

Determines if the handler is considered 'broken', meaning it's a placeholder used when a handler can't be found.

HandlerBase::breakString() — Method in class HandlerBase

Breaks x,y,z and x+y+z into an array.

PluginBase::buildOptionsForm() — Method in class PluginBase

Provide a form to edit options for this plugin.

ViewsHandlerInterface::broken() — Method in class ViewsHandlerInterface

Determines if the handler is considered 'broken', meaning it's a placeholder used when a handler can't be found.

ViewsHandlerInterface::breakString() — Method in class ViewsHandlerInterface

Breaks x,y,z and x+y+z into an array.

ViewsPluginInterface::buildOptionsForm() — Method in class ViewsPluginInterface

Provide a form to edit options for this plugin.

AreaPluginBase::buildOptionsForm() — Method in class AreaPluginBase

Provide a form to edit options for this plugin.

BrokenClass in namespace Drupal\views\Plugin\views\area

A special handler to take the place of missing or broken handlers.

DisplayLink::buildOptionsForm() — Method in class DisplayLink

Provide a form to edit options for this plugin.

Entity::buildOptionsForm() — Method in class Entity

Provide a form to edit options for this plugin.

HTTPStatusCode::buildOptionsForm() — Method in class HTTPStatusCode

Provide a form to edit options for this plugin.

Result::buildOptionsForm() — Method in class Result

Provide a form to edit options for this plugin.

Text::buildOptionsForm() — Method in class Text

Provide a form to edit options for this plugin.

TextCustom::buildOptionsForm() — Method in class TextCustom

Provide a form to edit options for this plugin.

Title::buildOptionsForm() — Method in class Title

Provide a form to edit options for this plugin.

TokenizeAreaPluginBase::buildOptionsForm() — Method in class TokenizeAreaPluginBase

Provide a form to edit options for this plugin.

View::buildOptionsForm() — Method in class View

Provide a form to edit options for this plugin.

ArgumentPluginBase::buildOptionsForm() — Method in class ArgumentPluginBase

Provide a form to edit options for this plugin.

BrokenClass in namespace Drupal\views\Plugin\views\argument

A special handler to take the place of missing or broken handlers.

ManyToOne::buildOptionsForm() — Method in class ManyToOne

Provide a form to edit options for this plugin.

NullArgument::buildOptionsForm() — Method in class NullArgument

Override buildOptionsForm() so that only the relevant options are displayed to the user.

NumericArgument::buildOptionsForm() — Method in class NumericArgument

Provide a form to edit options for this plugin.

StringArgument::buildOptionsForm() — Method in class StringArgument

Provide a form to edit options for this plugin.

ArgumentDefaultPluginBase::buildOptionsForm() — Method in class ArgumentDefaultPluginBase

Provide the default form for setting options.

Fixed::buildOptionsForm() — Method in class Fixed

Provide the default form for setting options.

QueryParameter::buildOptionsForm() — Method in class QueryParameter

Provide the default form for setting options.

Raw::buildOptionsForm() — Method in class Raw

Provide the default form for setting options.

ArgumentValidatorPluginBase::buildOptionsForm() — Method in class ArgumentValidatorPluginBase

Provides the default form for setting options.

Entity::buildOptionsForm() — Method in class Entity

Provides the default form for setting options.

Time::buildOptionsForm() — Method in class Time

Provide a form to edit options for this plugin.

Attachment::buildOptionsForm() — Method in class Attachment

Provide the default form for setting options.

BlockClass in namespace Drupal\views\Plugin\views\display

The plugin that handles a block.

$ Block#blockManagerProperty in class Block

The block manager.

Block::blockSettings() — Method in class Block

Returns plugin-specific settings for the block.

Block::buildOptionsForm() — Method in class Block

Provide the default form for setting options.

Block::blockForm() — Method in class Block

Adds the configuration form elements specific to this views block plugin.

Block::blockValidate() — Method in class Block

Handles form validation for the views block configuration form.

Block::blockSubmit() — Method in class Block

Handles form submission for the views block configuration form.

DisplayPluginBase::buildOptionsForm() — Method in class DisplayPluginBase

Provide a form to edit options for this plugin.

DisplayPluginBase::buildRenderable() — Method in class DisplayPluginBase

Builds a renderable array of the view.

DisplayPluginBase::buildBasicRenderable() — Method in class DisplayPluginBase

Builds a basic render array which can be properly render cached.

DisplayPluginBase::buildRenderingLanguageOptions() — Method in class DisplayPluginBase

Returns the available rendering strategies for language-aware entities.

DisplayPluginInterface::buildOptionsForm() — Method in class DisplayPluginInterface

Provides the default form for setting options.

DisplayPluginInterface::buildBasicRenderable() — Method in class DisplayPluginInterface

Builds a basic render array which can be properly render cached.

DisplayPluginInterface::buildRenderable() — Method in class DisplayPluginInterface

Builds a renderable array of the view.

Embed::buildRenderable() — Method in class Embed

Builds a renderable array of the view.

Feed::buildResponse() — Method in class Feed

Builds up a response with the rendered view as content.

Feed::buildOptionsForm() — Method in class Feed

Provide a form to edit options for this plugin.

Page::buildBasicRenderable() — Method in class Page

Builds a basic render array which can be properly render cached.

Page::buildOptionsForm() — Method in class Page

Provide a form to edit options for this plugin.

PathPluginBase::buildOptionsForm() — Method in class PathPluginBase

Provide a form to edit options for this plugin.

ResponseDisplayPluginInterface::buildResponse() — Method in class ResponseDisplayPluginInterface

Builds up a response with the rendered view as content.

DisplayExtenderPluginBase::buildOptionsForm() — Method in class DisplayExtenderPluginBase

Provide a form to edit options for this plugin.

BasicClass in namespace Drupal\views\Plugin\views\exposed_form

Exposed form plugin that provides a basic exposed form.

ExposedFormPluginBase::buildOptionsForm() — Method in class ExposedFormPluginBase

Provide a form to edit options for this plugin.

InputRequired::buildOptionsForm() — Method in class InputRequired

Provide a form to edit options for this plugin.

BooleanClass in namespace Drupal\views\Plugin\views\field

A handler to provide proper displays for booleans.

Boolean::buildOptionsForm() — Method in class Boolean

Default options form that provides the label widget that all fields should have.

BrokenClass in namespace Drupal\views\Plugin\views\field

A special handler to take the place of missing or broken handlers.

BulkFormClass in namespace Drupal\views\Plugin\views\field

Defines an actions-based bulk operation form element.

BulkForm::buildOptionsForm() — Method in class BulkForm

Default options form that provides the label widget that all fields should have.

Counter::buildOptionsForm() — Method in class Counter

Default options form that provides the label widget that all fields should have.

Custom::buildOptionsForm() — Method in class Custom

Default options form that provides the label widget that all fields should have.

Date::buildOptionsForm() — Method in class Date

Default options form that provides the label widget that all fields should have.

$ EntityField#base_tableProperty in class EntityField

A shortcut for $view->base_table.

EntityField::buildOptionsForm() — Method in class EntityField

Default options form that provides the label widget that all fields should have.

EntityField::buildGroupByForm() — Method in class EntityField

Extend the groupby form with group columns.

EntityLabel::buildOptionsForm() — Method in class EntityLabel

Default options form that provides the label widget that all fields should have.

EntityLink::buildOptionsForm() — Method in class EntityLink

Default options form that provides the label widget that all fields should have.

EntityOperations::buildOptionsForm() — Method in class EntityOperations

Default options form that provides the label widget that all fields should have.

FieldPluginBase::buildOptionsForm() — Method in class FieldPluginBase

Default options form that provides the label widget that all fields should have.

FileSize::buildOptionsForm() — Method in class FileSize

Default options form that provides the label widget that all fields should have.

LanguageField::buildOptionsForm() — Method in class LanguageField

Default options form that provides the label widget that all fields should have.

LinkBase::buildOptionsForm() — Method in class LinkBase

Default options form that provides the label widget that all fields should have.

Links::buildOptionsForm() — Method in class Links

Default options form that provides the label widget that all fields should have.

MachineName::buildOptionsForm() — Method in class MachineName

Default options form that provides the label widget that all fields should have.

NumericField::buildOptionsForm() — Method in class NumericField

Default options form that provides the label widget that all fields should have.

PrerenderList::buildOptionsForm() — Method in class PrerenderList

Default options form that provides the label widget that all fields should have.

RenderedEntity::buildOptionsForm() — Method in class RenderedEntity

Default options form that provides the label widget that all fields should have.

Serialized::buildOptionsForm() — Method in class Serialized

Default options form that provides the label widget that all fields should have.

TimeInterval::buildOptionsForm() — Method in class TimeInterval

Default options form that provides the label widget that all fields should have.

Url::buildOptionsForm() — Method in class Url

Provide link to the page being visited.

BooleanOperatorClass in namespace Drupal\views\Plugin\views\filter

Simple filter to handle matching of boolean values.

BooleanOperatorStringClass in namespace Drupal\views\Plugin\views\filter

Simple filter to handle matching of boolean values.

BrokenClass in namespace Drupal\views\Plugin\views\filter

A special handler to take the place of missing or broken handlers.

BundleClass in namespace Drupal\views\Plugin\views\filter

Filter class which allows filtering by entity bundles.

$ Bundle#bundleInfoServiceProperty in class Bundle

The bundle info service.

Combine::buildOptionsForm() — Method in class Combine

Provide the basic form which calls through to subforms.

FilterPluginBase::buildOptionsForm() — Method in class FilterPluginBase

Provide the basic form which calls through to subforms.

FilterPluginBase::buildGroupForm() — Method in class FilterPluginBase

Displays the Build Group form.

FilterPluginBase::buildExposeForm() — Method in class FilterPluginBase

Options form subform for exposed filter options.

FilterPluginBase::buildGroupValidate() — Method in class FilterPluginBase

Validate the build group options form.

FilterPluginBase::buildGroupSubmit() — Method in class FilterPluginBase

Save new group items, re-enumerates and remove groups marked to delete.

FilterPluginBase::buildGroupOptions() — Method in class FilterPluginBase

Provide default options for exposed filters.

FilterPluginBase::buildExposedForm() — Method in class FilterPluginBase

Render our chunk of the exposed filter form when selecting.

FilterPluginBase::buildValueWrapper() — Method in class FilterPluginBase

Builds wrapper for value and operator forms.

FilterPluginBase::buildExposedFiltersGroupForm() — Method in class FilterPluginBase

Build the form to let users create the group of exposed filters.

InOperator::buildExposeForm() — Method in class InOperator

Options form subform for exposed filter options.

NumericFilter::buildExposeForm() — Method in class NumericFilter

Options form subform for exposed filter options.

StringFilter::buildExposeForm() — Method in class StringFilter

Options form subform for exposed filter options.

JoinPluginBase::buildJoin() — Method in class JoinPluginBase

Builds the SQL for the join this object represents.

JoinPluginBase::buildExtra() — Method in class JoinPluginBase

Builds a single extra condition.

JoinPluginInterface::buildJoin() — Method in class JoinPluginInterface

Builds the SQL for the join this object represents.

Subquery::buildJoin() — Method in class Subquery

Builds the SQL for the join this object represents.

Full::buildOptionsForm() — Method in class Full

Provide the default form for setting options.

None::buildOptionsForm() — Method in class None

Provide the default form for setting options.

Some::buildOptionsForm() — Method in class Some

Provide the default form for setting options.

SqlBase::buildOptionsForm() — Method in class SqlBase

Provide the default form for setting options.

QueryPluginBase::build() — Method in class QueryPluginBase

Builds the necessary info to execute the query.

Sql::buildOptionsForm() — Method in class Sql

Add settings for the ui.

Sql::buildCondition() — Method in class Sql

Construct the "WHERE" or "HAVING" part of the query.

Sql::build() — Method in class Sql

Builds the necessary info to execute the query.

BrokenClass in namespace Drupal\views\Plugin\views\relationship

A special handler to take the place of missing or broken handlers.

GroupwiseMax::buildOptionsForm() — Method in class GroupwiseMax

Provide a form to edit options for this plugin.

RelationshipPluginBase::buildOptionsForm() — Method in class RelationshipPluginBase

Provide a form to edit options for this plugin.

EntityReference::buildOptionsForm() — Method in class EntityReference

Provide a form for setting options.

$ EntityRow#base_tableProperty in class EntityRow

The table the entity is using for storage.

$ EntityRow#base_fieldProperty in class EntityRow

The actual field which is used for the entity id.

EntityRow::buildOptionsForm() — Method in class EntityRow

Provide a form for setting options.

Fields::buildOptionsForm() — Method in class Fields

Provide a form for setting options.

OpmlFields::buildOptionsForm() — Method in class OpmlFields

Provide a form for setting options.

RowPluginBase::buildOptionsForm() — Method in class RowPluginBase

Provide a form for setting options.

RssFields::buildOptionsForm() — Method in class RssFields

Provide a form for setting options.

RssPluginBase::buildOptionsForm() — Method in class RssPluginBase

Provide a form for setting options.

RssPluginBase::buildOptionsForm_summary_options() — Method in class RssPluginBase

Return the main options, which are shown in the summary title.

BrokenClass in namespace Drupal\views\Plugin\views\sort

A special handler to take the place of missing or broken handlers.

Date::buildOptionsForm() — Method in class Date

Basic options for all sort criteria.

Random::buildOptionsForm() — Method in class Random

Basic options for all sort criteria.

SortPluginBase::buildOptionsForm() — Method in class SortPluginBase

Basic options for all sort criteria.

SortPluginBase::buildExposeForm() — Method in class SortPluginBase

Form for exposed handler options.

DefaultSummary::buildOptionsForm() — Method in class DefaultSummary

Provide a form to edit options for this plugin.

EntityReference::buildOptionsForm() — Method in class EntityReference

Provide a form to edit options for this plugin.

Grid::buildOptionsForm() — Method in class Grid

Provide a form to edit options for this plugin.

HtmlList::buildOptionsForm() — Method in class HtmlList

Render the given style.

Mapping::buildOptionsForm() — Method in class Mapping

Provide a form to edit options for this plugin.

Rss::buildOptionsForm() — Method in class Rss

Provide a form to edit options for this plugin.

StylePluginBase::buildOptionsForm() — Method in class StylePluginBase

Provide a form to edit options for this plugin.

StylePluginBase::buildSort() — Method in class StylePluginBase

Called by the view builder to see if this style handler wants to interfere with the sorts. If so it should build; if it returns any non-TRUE value, normal sorting will NOT be added to the query.

StylePluginBase::buildSortPost() — Method in class StylePluginBase

Called by the view builder to let the style build a second set of sorts that will come after any other sorts in the view.

Table::buildSort() — Method in class Table

Called by the view builder to see if this style handler wants to interfere with the sorts. If so it should build; if it returns any non-TRUE value, normal sorting will NOT be added to the query.

Table::buildSortPost() — Method in class Table

Add our actual sort criteria.

Table::buildOptionsForm() — Method in class Table

Render the given style.

UnformattedSummary::buildOptionsForm() — Method in class UnformattedSummary

Provide a form to edit options for this plugin.

WizardInterface::buildForm() — Method in class WizardInterface

Form callback to build other elements in the "show" form.

$ WizardPluginBase#base_tableProperty in class WizardPluginBase

The base table connected with the wizard.

$ WizardPluginBase#bundleInfoServiceProperty in class WizardPluginBase

The bundle info service.

WizardPluginBase::buildForm() — Method in class WizardPluginBase

Form callback to build other elements in the "show" form.

WizardPluginBase::buildFormStyle() — Method in class WizardPluginBase

Adds the style options to the wizard form.

WizardPluginBase::buildFilters() — Method in class WizardPluginBase

Builds the form structure for selecting the view's filters.

WizardPluginBase::buildSorts() — Method in class WizardPluginBase

Builds the form structure for selecting the view's sort order.

WizardPluginBase::buildDisplayOptions() — Method in class WizardPluginBase

Builds an array of display options for the view.

WizardPluginBase::blockDisplayOptions() — Method in class WizardPluginBase

Retrieves the block display options.

$ ViewExecutable#builtProperty in class ViewExecutable

Whether or not the view has been built.

$ ViewExecutable#build_infoProperty in class ViewExecutable

An array of build info.

$ ViewExecutable#base_databaseProperty in class ViewExecutable

Allow to override the used database which is used for this query.

$ ViewExecutable#build_sortProperty in class ViewExecutable

Indicates if the sorts have been built.

$ ViewExecutable#baseEntityTypeProperty in class ViewExecutable

The entity type of the base table, if available.

ViewExecutable::build() — Method in class ViewExecutable

Builds the query for the view.

ViewExecutable::buildRenderable() — Method in class ViewExecutable

Builds the render array outline for the given display.

ViewExecutable::buildTitle() — Method in class ViewExecutable

Forces the view to build a title.

ViewExecutable::buildThemeFunctions() — Method in class ViewExecutable

Provides a full array of possible theme functions to try for a given hook.

$ ViewsData#baseCidProperty in class ViewsData

The base cache ID to use.

AdvancedSettingsForm::buildForm() — Method in class AdvancedSettingsForm

Form constructor.

AddHandler::buildForm() — Method in class AddHandler

Form constructor.

Analyze::buildForm() — Method in class Analyze

Form constructor.

ConfigHandler::buildForm() — Method in class ConfigHandler

Form constructor.

ConfigHandlerExtra::buildForm() — Method in class ConfigHandlerExtra

Form constructor.

ConfigHandlerGroup::buildForm() — Method in class ConfigHandlerGroup

Form constructor.

Display::buildForm() — Method in class Display

Form constructor.

EditDetails::buildForm() — Method in class EditDetails

Form constructor.

Rearrange::buildForm() — Method in class Rearrange

Form constructor.

RearrangeFilter::buildForm() — Method in class RearrangeFilter

Form constructor.

ReorderDisplays::buildForm() — Method in class ReorderDisplays

Form constructor.

BasicSettingsFormClass in namespace Drupal\views_ui\Form

Form builder for the admin display defaults page.

BasicSettingsForm::buildForm() — Method in class BasicSettingsForm

Form constructor.

BreakLockFormClass in namespace Drupal\views_ui\Form

Builds the form to break the lock of an edited view.

BreakLockForm::buildForm() — Method in class BreakLockForm

Form constructor.

ViewEditForm::buildOptionForm() — Method in class ViewEditForm

Build a renderable array representing one option on the edit form.

ViewFormBase::buildForm() — Method in class ViewFormBase

Form constructor.

ViewListBuilder::buildRow() — Method in class ViewListBuilder

Builds a row for an entity in the entity listing.

ViewListBuilder::buildHeader() — Method in class ViewListBuilder

Builds the header row for the entity listing.

ViewUI::bundle() — Method in class ViewUI

Gets the bundle of the entity.

WorkflowDeleteForm::buildForm() — Method in class WorkflowDeleteForm

Form constructor.

WorkflowStateDeleteForm::buildForm() — Method in class WorkflowStateDeleteForm

Form constructor.

WorkflowStateEditForm::buildForm() — Method in class WorkflowStateEditForm

Form constructor.

WorkflowTransitionDeleteForm::buildForm() — Method in class WorkflowTransitionDeleteForm

Form constructor.

WorkflowTransitionEditForm::buildForm() — Method in class WorkflowTransitionEditForm

Form constructor.

WorkflowListBuilder::buildHeader() — Method in class WorkflowListBuilder

Builds the header row for the entity listing.

WorkflowListBuilder::buildRow() — Method in class WorkflowListBuilder

Builds a row for an entity in the entity listing.

EntityAccess::bypassAccessResult() — Method in class EntityAccess

Checks the 'bypass' permissions.

$ Tables#baseTablesEntityTypeProperty in class Tables

Keeps track of the entity type IDs for each base table of the query.

Workspace::baseFieldDefinitions() — Method in class Workspace

Provides base field definitions for an entity type.

WorkspaceActivateForm::buildForm() — Method in class WorkspaceActivateForm

Form constructor.

WorkspaceDeleteForm::buildForm() — Method in class WorkspaceDeleteForm

Form constructor.

WorkspaceMergeForm::buildForm() — Method in class WorkspaceMergeForm

Form constructor.

WorkspacePublishForm::buildForm() — Method in class WorkspacePublishForm

Form constructor.

WorkspaceSwitcherForm::buildForm() — Method in class WorkspaceSwitcherForm

Form constructor.

WorkspaceSwitcherBlock::build() — Method in class WorkspaceSwitcherBlock

Builds and returns the renderable array for this block plugin.

WorkspaceSelection::buildConfigurationForm() — Method in class WorkspaceSelection

Form constructor.

WorkspaceListBuilder::buildHeader() — Method in class WorkspaceListBuilder

Builds the header row for the entity listing.

WorkspaceListBuilder::buildRow() — Method in class WorkspaceListBuilder

Builds a row for an entity in the entity listing.

$ WorkspaceViewBuilder#bundleInfoProperty in class WorkspaceViewBuilder

The entity bundle information service.

WorkspaceViewBuilder::buildComponents() — Method in class WorkspaceViewBuilder

Builds the component fields and properties of a set of entities.

C

$ Drupal#containerProperty in class Drupal

The currently active container object, or NULL if not initialized yet.

Drupal::currentUser() — Method in class Drupal

Gets the current active user.

Drupal::cache() — Method in class Drupal

Returns the requested cache bin.

Drupal::classResolver() — Method in class Drupal

Retrieves the class resolver.

Drupal::config() — Method in class Drupal

Retrieves a configuration object.

Drupal::configFactory() — Method in class Drupal

Retrieves the configuration factory.

Drupal::csrfToken() — Method in class Drupal

Returns the CSRF token manager service.

$ AnnotationBase#classProperty in class AnnotationBase

The class used for this annotated class.

$ StaticReflectionParser#classNameProperty in class StaticReflectionParser

The fully qualified class name.

$ StaticReflectionParser#classAnnotationOptimizeProperty in class StaticReflectionParser

Whether the caller only wants class annotations.

MockFileFinder::create() — Method in class MockFileFinder

Creates new mock file finder objects.

$ ZfExtensionManagerSfContainer#canonicalNamesReplacementsProperty in class ZfExtensionManagerSfContainer

A map of characters to be replaced through strtr.

$ ZfExtensionManagerSfContainer#containerProperty in class ZfExtensionManagerSfContainer

The service container.

$ ZfExtensionManagerSfContainer#canonicalNamesProperty in class ZfExtensionManagerSfContainer

A local cache of computed canonical names.

ZfExtensionManagerSfContainer::canonicalizeName() — Method in class ZfExtensionManagerSfContainer

Canonicalize the extension name to a service name.

ClassFinderClass in namespace Drupal\Component\ClassFinder

A Utility class that uses active autoloaders to find a file for a class.

ClassFinderInterfaceClass in namespace Drupal\Component\ClassFinder

Finds a class in a PSR-0 structure.

DateTimePlus::createFromDateTime() — Method in class DateTimePlus

Creates a date object from an input date object.

DateTimePlus::createFromArray() — Method in class DateTimePlus

Creates a date object from an array of date parts.

DateTimePlus::createFromTimestamp() — Method in class DateTimePlus

Creates a date object from timestamp input.

DateTimePlus::createFromFormat() — Method in class DateTimePlus

Creates a date object from an input format.

DateTimePlus::checkErrors() — Method in class DateTimePlus

Examines getLastErrors() to see what errors to report.

DateTimePlus::checkArray() — Method in class DateTimePlus

Checks that arrays of date parts will create a valid date.

ContainerClass in namespace Drupal\Component\DependencyInjection

Provides a container optimized for Drupal's needs.

Container::createService() — Method in class Container

Creates a service from a service definition.

PhpArrayContainer::createService() — Method in class PhpArrayContainer

Creates a service from a service definition.

Diff::closing() — Method in class Diff

Gets the closing set of lines.

Diff::check() — Method in class Diff

Check a Diff for validity.

$ DiffOp#closingProperty in class DiffOp
WordLevelDiff::closing() — Method in class WordLevelDiff

Gets the closing set of lines.

ContainerAwareEventDispatcherClass in namespace Drupal\Component\EventDispatcher

A performance optimized container aware event dispatcher.

$ ContainerAwareEventDispatcher#containerProperty in class ContainerAwareEventDispatcher

The service container.

$ FileCache#cachedProperty in class FileCache

Static cache that contains already loaded cache entries.

$ FileCache#collectionProperty in class FileCache

The collection identifier of this cache.

$ FileCache#cacheProperty in class FileCache

The cache backend backing this FileCache object.

$ FileCacheFactory#configurationProperty in class FileCacheFactory

The configuration used to create FileCache objects.

FrontMatter::create() — Method in class FrontMatter

Creates a new FrontMatter instance.

$ PoItem#contextProperty in class PoItem

The context this translation belongs to.

$ PoItem#commentProperty in class PoItem

The comment of this translation.

PoStreamInterface::close() — Method in class PoStreamInterface

Close the stream.

$ PoStreamReader#contextProperty in class PoStreamReader

Parser context for the stream reader state machine.

$ PoStreamReader#currentItemProperty in class PoStreamReader

Current entry being read. Incomplete.

$ PoStreamReader#currentPluralIndexProperty in class PoStreamReader

Current plural index for plural translations.

PoStreamReader::close() — Method in class PoStreamReader

Implements Drupal\Component\Gettext\PoStreamInterface::close().

PoStreamWriter::close() — Method in class PoStreamWriter

Implements Drupal\Component\Gettext\PoStreamInterface::close().

SecuredRedirectResponse::createFromRedirectResponse() — Method in class SecuredRedirectResponse

Copies an existing redirect response into a safe one.

FileStorage::createDirectory() — Method in class FileStorage

Ensures the requested directory exists and has the right permissions.

MTimeProtectedFileStorage::checkFile() — Method in class MTimeProtectedFileStorage

Determines whether a protected file exists and sets the filename too.

CategorizingPluginManagerInterfaceClass in namespace Drupal\Component\Plugin

Defines an interface for plugin managers that categorize plugin definitions.

ConfigurableInterfaceClass in namespace Drupal\Component\Plugin

Provides an interface for a configurable plugin.

ContextAwarePluginBaseClass in namespace Drupal\Component\Plugin

Base class for plugins that are context aware.

$ ContextAwarePluginBase#contextProperty in class ContextAwarePluginBase

The data objects representing the context of this plugin.

ContextAwarePluginBase::createContextFromConfiguration() — Method in class ContextAwarePluginBase

Creates context objects from any context mappings in configuration.

ContextAwarePluginInterfaceClass in namespace Drupal\Component\Plugin

Interface for defining context aware plugins.

ContextClass in namespace Drupal\Component\Plugin\Context

A generic context class for wrapping data a plugin needs to operate.

$ Context#contextValueProperty in class Context

The value of the context.

$ Context#contextDefinitionProperty in class Context

The definition to which a context must conform.

ContextDefinitionInterfaceClass in namespace Drupal\Component\Plugin\Context

Interface used to define definition objects found in ContextInterface.

ContextInterfaceClass in namespace Drupal\Component\Plugin\Context

Provides data and definitions for plugins during runtime and administration.

ContextAwarePluginDefinitionInterfaceClass in namespace Drupal\Component\Plugin\Definition

Provides an interface for plugin definitions which use contexts.

ContextAwarePluginDefinitionTraitClass in namespace Drupal\Component\Plugin\Definition

Provides a trait for context-aware object-based plugin definitions.

$ ContextAwarePluginDefinitionTrait#contextDefinitionsProperty in class ContextAwarePluginDefinitionTrait

The context definitions for this plugin definition.

$ PluginDefinition#classProperty in class PluginDefinition

A fully qualified class name.

DependentPluginInterface::calculateDependencies() — Method in class DependentPluginInterface

Calculates dependencies for the configured plugin.

CachedDiscoveryInterfaceClass in namespace Drupal\Component\Plugin\Discovery

Interface for discovery components holding a cache of plugin definitions.

CachedDiscoveryInterface::clearCachedDefinitions() — Method in class CachedDiscoveryInterface

Clears static and persistent plugin definition caches.

ContextExceptionClass in namespace Drupal\Component\Plugin\Exception

An exception class to be thrown for context plugin exceptions.

DefaultFactory::createInstance() — Method in class DefaultFactory

Creates a pre-configured instance of a plugin.

FactoryInterface::createInstance() — Method in class FactoryInterface

Creates a pre-configured instance of a plugin.

ReflectionFactory::createInstance() — Method in class ReflectionFactory

Creates a pre-configured instance of a plugin.

LazyPluginCollection::clear() — Method in class LazyPluginCollection

Clears all instantiated plugins.

LazyPluginCollection::count() — Method in class LazyPluginCollection
{@inheritdoc}
$ PluginBase#configurationProperty in class PluginBase

Configuration information passed into the plugin.

PluginManagerBase::createInstance() — Method in class PluginManagerBase

Creates a pre-configured instance of a plugin.

FormattableMarkup::count() — Method in class FormattableMarkup

Returns the string length.

HtmlEscapedText::count() — Method in class HtmlEscapedText
{@inheritdoc}
MarkupTrait::create() — Method in class MarkupTrait

Creates a Markup object if necessary.

MarkupTrait::count() — Method in class MarkupTrait

Returns the string length.

ColorClass in namespace Drupal\Component\Utility

Performs color conversions.

CryptClass in namespace Drupal\Component\Utility

Utility class for cryptographically-secure string handling routines.

DeprecatedArray::count() — Method in class DeprecatedArray
{@inheritdoc}
Environment::checkMemoryLimit() — Method in class Environment

Compares the memory required for an operation to the available memory.

$ Html#classesProperty in class Html

An array of previously cleaned HTML classes.

Html::cleanCssIdentifier() — Method in class Html

Prepares a string for use as a CSS identifier (element, class, or ID name).

Unicode::check() — Method in class Unicode

Checks for Unicode support in PHP and sets the proper settings if possible.

Unicode::convertToUtf8() — Method in class Unicode

Converts data to UTF-8.

Variable::callableToString() — Method in class Variable

Generates a human-readable name for a callable.

ComClass in namespace Drupal\Component\Uuid

Generates a UUID using the Windows internal GUID extension.

ConstraintClass in namespace Drupal\Component\Version

A value object representing a Drupal version constraint.

$ Constraint#constraintProperty in class Constraint

The constraint represented as a string. For example '>=8.x-5.x'.

$ Constraint#constraintArrayProperty in class Constraint

A list of associative arrays representing the constraint.

ComposerClass in namespace Drupal\Composer

Provides static functions for composer script events. See also core/lib/Drupal/Composer/Composer.php, which contains similar scripts needed by projects that include drupal/core. Scripts that are only needed by drupal/drupal go here.

Composer::composerSubprojectPaths() — Method in class Composer

Return the list of subprojects of a given type.

$ DrupalCoreComposer#composerJsonProperty in class DrupalCoreComposer

Cached composer.json data.

$ DrupalCoreComposer#composerLockProperty in class DrupalCoreComposer

Cached composer.lock data.

DrupalCoreComposer::createFromPath() — Method in class DrupalCoreComposer

DrupalCoreComposer factory.

DrupalCoreComposer::composerLock() — Method in class DrupalCoreComposer

Fetch the composer lock data.

$ MessagePlugin#composerProperty in class MessagePlugin

Composer object.

$ MessagePlugin#configProperty in class MessagePlugin
Configuration.
$ AllowedPackages#composerProperty in class AllowedPackages

The Composer service.

CommandProviderClass in namespace Drupal\Composer\Plugin\Scaffold

List of all commands provided by this package.

ComposerScaffoldCommandClass in namespace Drupal\Composer\Plugin\Scaffold

The "drupal:scaffold" command class.

ComposerScaffoldCommand::configure() — Method in class ComposerScaffoldCommand
{@inheritdoc}
Git::checkIgnore() — Method in class Git

Determines whether the specified scaffold file is already ignored.

Git::checkTracked() — Method in class Git

Determines whether the specified scaffold file is tracked by git.

$ Handler#composerProperty in class Handler

The Composer service.

Handler::createScaffoldOperations() — Method in class Handler

Creates scaffold operation objects for all items in the file mappings.

$ ManageOptions#composerProperty in class ManageOptions

The Composer service.

$ AbstractOperation#contentsProperty in class AbstractOperation

Cached contents of scaffold file to be written to disk.

AbstractOperation::contents() — Method in class AbstractOperation

Returns the exact data that will be written to the scaffold files.

OperationData::convertScaffoldMetadata() — Method in class OperationData

Performs the conversion-to-array step in normalizeScaffoldMetadata.

$ OperationFactory#composerProperty in class OperationFactory

The Composer service.

OperationFactory::create() — Method in class OperationFactory

Creates a scaffolding operation object as determined by the metadata.

OperationFactory::createReplaceOp() — Method in class OperationFactory

Creates a 'replace' scaffold op.

OperationFactory::createAppendOp() — Method in class OperationFactory

Creates an 'append' (or 'prepend') scaffold op.

OperationInterface::contents() — Method in class OperationInterface

Returns the exact data that will be written to the scaffold files.

ReplaceOp::copyScaffold() — Method in class ReplaceOp

Copies the scaffold file.

ScaffoldFileCollection::checkListHasItemWithContent() — Method in class ScaffoldFileCollection

Scans through a list of scaffold files and determines if any has contents.

ScaffoldFileCollection::checkUnchanged() — Method in class ScaffoldFileCollection

Returns the list of files that have not changed since they were scaffolded.

$ Plugin#composerProperty in class Plugin

The Composer service.

ScaffoldOptions::create() — Method in class ScaffoldOptions

Creates a scaffold options object.

ConfigClass in namespace Drupal\Composer\Plugin\VendorHardening

Determine configuration.

$ Config#configDataProperty in class Config

Configuration gleaned from the root package.

$ VendorHardeningPlugin#composerProperty in class VendorHardeningPlugin

Composer object.

$ VendorHardeningPlugin#configProperty in class VendorHardeningPlugin
Configuration.
VendorHardeningPlugin::cleanAllPackages() — Method in class VendorHardeningPlugin

Clean all configured packages.

VendorHardeningPlugin::cleanPackage() — Method in class VendorHardeningPlugin

Clean a single package.

VendorHardeningPlugin::cleanPathsForPackage() — Method in class VendorHardeningPlugin

Clean the installed directories for a named package.

$ AccessManager#currentUserProperty in class AccessManager

The current user.

$ AccessManager#checkProviderProperty in class AccessManager

The check provider.

AccessManager::checkNamedRoute() — Method in class AccessManager

Checks a named route with parameters against applicable access check services.

AccessManager::checkRequest() — Method in class AccessManager

Execute access checks against the incoming request.

AccessManager::check() — Method in class AccessManager

Checks a route against applicable access check services.

AccessManagerInterface::checkNamedRoute() — Method in class AccessManagerInterface

Checks a named route with parameters against applicable access check services.

AccessManagerInterface::checkRequest() — Method in class AccessManagerInterface

Execute access checks against the incoming request.

AccessManagerInterface::check() — Method in class AccessManagerInterface

Checks a route against applicable access check services.

AccessResult::cachePerPermissions() — Method in class AccessResult

Convenience method, adds the "user.permissions" cache context.

AccessResult::cachePerUser() — Method in class AccessResult

Convenience method, adds the "user" cache context.

CheckProviderClass in namespace Drupal\Core\Access

Loads access checkers from the container.

$ CheckProvider#checkIdsProperty in class CheckProvider

Array of registered access check service ids.

$ CheckProvider#checksProperty in class CheckProvider

Array of access check objects keyed by service id.

$ CheckProvider#checkMethodsProperty in class CheckProvider

Array of access check method names keyed by service ID.

$ CheckProvider#checksNeedsRequestProperty in class CheckProvider

Array of access checks which only will be run on the incoming request.

CheckProviderInterfaceClass in namespace Drupal\Core\Access

Provides the available access checkers by service IDs.

CsrfAccessCheckClass in namespace Drupal\Core\Access

Allows access to routes to be controlled by a '_csrf_token' parameter.

$ CsrfAccessCheck#csrfTokenProperty in class CsrfAccessCheck

The CSRF token generator.

CsrfRequestHeaderAccessCheckClass in namespace Drupal\Core\Access

Access protection against CSRF attacks.

$ CsrfRequestHeaderAccessCheck#csrfTokenProperty in class CsrfRequestHeaderAccessCheck

The token generator.

CsrfTokenGeneratorClass in namespace Drupal\Core\Access

Generates and validates CSRF tokens.

CsrfTokenGenerator::computeToken() — Method in class CsrfTokenGenerator

Generates a token based on $value, the token seed, and the private key.

CustomAccessCheckClass in namespace Drupal\Core\Access

Defines an access checker that allows specifying a custom method for access.

$ CustomAccessCheck#controllerResolverProperty in class CustomAccessCheck

The controller resolver.

$ RouteProcessorCsrf#csrfTokenProperty in class RouteProcessorCsrf

The CSRF token generator.

ConfigurableActionBaseClass in namespace Drupal\Core\Action

Provides a base implementation for a configurable Action plugin.

ConfigurableActionBase::calculateDependencies() — Method in class ConfigurableActionBase

Calculates dependencies for the configured plugin.

$ DeleteAction#currentUserProperty in class DeleteAction

The current user.

DeleteAction::create() — Method in class DeleteAction

Creates an instance of the plugin.

EntityActionDeriverBase::create() — Method in class EntityActionDeriverBase

Creates a new class instance.

EmailAction::create() — Method in class EmailAction

Creates an instance of the plugin.

EntityActionBase::create() — Method in class EntityActionBase

Creates an instance of the plugin.

EntityActionBase::calculateDependencies() — Method in class EntityActionBase

Calculates dependencies for the configured plugin.

GotoAction::create() — Method in class GotoAction

Creates an instance of the plugin.

MessageAction::create() — Method in class MessageAction

Creates an instance of the plugin.

SaveAction::create() — Method in class SaveAction

Creates an instance of the plugin.

$ AjaxResponse#commandsProperty in class AjaxResponse

The array of ajax commands.

$ AjaxResponseAttachmentsProcessor#configProperty in class AjaxResponseAttachmentsProcessor

A config object for the system performance configuration.

$ AjaxResponseAttachmentsProcessor#cssCollectionRendererProperty in class AjaxResponseAttachmentsProcessor

The CSS asset collection renderer service.

$ BaseCommand#commandProperty in class BaseCommand

The name of the command.

ChangedCommandClass in namespace Drupal\Core\Ajax

An AJAX command for marking HTML elements as changed.

CloseDialogCommandClass in namespace Drupal\Core\Ajax

Defines an AJAX command that closes the current active dialog.

CloseModalDialogCommandClass in namespace Drupal\Core\Ajax

Defines an AJAX command that closes the currently visible modal dialog.

CommandInterfaceClass in namespace Drupal\Core\Ajax

AJAX command interface.

CommandWithAttachedAssetsInterfaceClass in namespace Drupal\Core\Ajax

Interface for Ajax commands that render content and attach assets.

CommandWithAttachedAssetsTraitClass in namespace Drupal\Core\Ajax

Trait for Ajax commands that render content and attach assets.

CssCommandClass in namespace Drupal\Core\Ajax

An AJAX command for calling the jQuery css() method.

$ CssCommand#cssProperty in class CssCommand

An array of property/value pairs to set in the CSS for the selector.

$ InsertCommand#contentProperty in class InsertCommand

The content for the matched element(s).

$ MessageCommand#clearPreviousProperty in class MessageCommand

Whether to clear previous messages.

$ OpenDialogCommand#contentProperty in class OpenDialogCommand

The content for the dialog.

$ Action#confirm_form_route_nameProperty in class Action

The route name for a confirmation form for this action.

$ Action#categoryProperty in class Action

The category under which the action should be listed in the UI.

ContextDefinitionClass in namespace Drupal\Core\Annotation

Defines a context definition annotation object.

$ PluralTranslation#contextProperty in class PluralTranslation

The context the source strings belong to.

$ QueueWorker#cronProperty in class QueueWorker

An associative array containing an optional key.

ArchiverManager::createInstance() — Method in class ArchiverManager

Creates a pre-configured instance of a plugin.

AssetOptimizerInterface::clean() — Method in class AssetOptimizerInterface

Removes unwanted content from an asset.

$ AssetResolver#cacheProperty in class AssetResolver

The cache backend.

AttachedAssets::createFromRenderArray() — Method in class AttachedAssets

Creates an AttachedAssetsInterface object from a render array.

AttachedAssetsInterface::createFromRenderArray() — Method in class AttachedAssetsInterface

Creates an AttachedAssetsInterface object from a render array.

CssCollectionGrouperClass in namespace Drupal\Core\Asset

Groups CSS assets.

CssCollectionOptimizerClass in namespace Drupal\Core\Asset

Optimizes CSS assets.

CssCollectionRendererClass in namespace Drupal\Core\Asset

Renders CSS assets.

CssOptimizerClass in namespace Drupal\Core\Asset

Optimizes a CSS asset.

CssOptimizer::clean() — Method in class CssOptimizer

Processes the contents of a CSS asset for cleanup.

JsOptimizer::clean() — Method in class JsOptimizer

Processes the contents of a javascript asset for cleanup.

$ LibraryDiscovery#collectorProperty in class LibraryDiscovery

The library discovery cache collector.

LibraryDiscovery::clearCachedDefinitions() — Method in class LibraryDiscovery

Clears static and persistent library definition caches.

LibraryDiscoveryInterface::clearCachedDefinitions() — Method in class LibraryDiscoveryInterface

Clears static and persistent library definition caches.

AuthenticationManager::challengeException() — Method in class AuthenticationManager

Constructs an exception which is used to generate the challenge.

AuthenticationProviderChallengeInterface::challengeException() — Method in class AuthenticationProviderChallengeInterface

Constructs an exception which is used to generate the challenge.

$ BatchStorage#connectionProperty in class BatchStorage

The database connection.

$ BatchStorage#csrfTokenProperty in class BatchStorage

The CSRF token generator.

BatchStorage::cleanup() — Method in class BatchStorage

Cleans up failed or old batches.

BatchStorage::create() — Method in class BatchStorage

Creates and saves a batch.

BatchStorage::catchException() — Method in class BatchStorage

Act on an exception when batch might be stale.

BatchStorageInterface::create() — Method in class BatchStorageInterface

Creates and saves a batch.

BatchStorageInterface::cleanup() — Method in class BatchStorageInterface

Cleans up failed or old batches.

$ Block#categoryProperty in class Block

The category in the admin UI where the block will be listed.

$ Block#context_definitionsProperty in class Block

An array of context definitions describing the context used by the plugin.

BlockPluginTrait::calculateDependencies() — Method in class BlockPluginTrait
{@inheritdoc}
$ Broken#currentUserProperty in class Broken

The current user.

Broken::create() — Method in class Broken

Creates an instance of the plugin.

ChainBreadcrumbBuilderInterfaceClass in namespace Drupal\Core\Breadcrumb

Defines an interface a chained service that builds the breadcrumb.

CacheDecoratorInterfaceClass in namespace Drupal\Core\CacheDecorator

Defines an interface for cache decorator implementations.

$ ApcuBackend#checksumProviderProperty in class ApcuBackend

The cache tags checksum provider.

$ ApcuBackendFactory#checksumProviderProperty in class ApcuBackendFactory

The cache tags checksum provider.

CacheClass in namespace Drupal\Core\Cache

Helper methods for cache.

CacheBackendInterfaceClass in namespace Drupal\Core\Cache

Defines an interface for cache implementations.

CacheCollectorClass in namespace Drupal\Core\Cache

Default implementation for CacheCollectorInterface.

$ CacheCollector#cidProperty in class CacheCollector

The cache id that is used for the cache entry.

$ CacheCollector#cacheProperty in class CacheCollector

The cache backend that should be used.

$ CacheCollector#cacheCreatedProperty in class CacheCollector

Stores the cache creation time.

$ CacheCollector#cacheInvalidatedProperty in class CacheCollector

Flag that indicates of the cache has been invalidated.

$ CacheCollector#cacheLoadedProperty in class CacheCollector

Indicates if the collected cache was already loaded.

CacheCollector::clear() — Method in class CacheCollector

Clears the collected cache entry.

CacheCollectorInterfaceClass in namespace Drupal\Core\Cache

Provides a caching wrapper to be used in place of large structures.

CacheCollectorInterface::clear() — Method in class CacheCollectorInterface

Clears the collected cache entry.

CacheFactoryClass in namespace Drupal\Core\Cache
CacheFactoryInterfaceClass in namespace Drupal\Core\Cache

An interface defining cache factory classes.

CacheTagsChecksumInterfaceClass in namespace Drupal\Core\Cache

Provides checksums for cache tag invalidations.

CacheTagsChecksumTraitClass in namespace Drupal\Core\Cache

A trait for cache tag checksum implementations.

CacheTagsChecksumTrait::calculateChecksum() — Method in class CacheTagsChecksumTrait

Calculates the current checksum for a given set of tags.

CacheTagsInvalidatorClass in namespace Drupal\Core\Cache

Passes cache tag events to classes that wish to respond to them.

CacheTagsInvalidatorInterfaceClass in namespace Drupal\Core\Cache

Defines required methods for classes wanting to handle cache tag changes.

CacheableDependencyInterfaceClass in namespace Drupal\Core\Cache

Defines an interface for objects which may be used by other cached objects.

CacheableDependencyTraitClass in namespace Drupal\Core\Cache

Trait for \Drupal\Core\Cache\CacheableDependencyInterface.

$ CacheableDependencyTrait#cacheContextsProperty in class CacheableDependencyTrait

Cache contexts.

$ CacheableDependencyTrait#cacheTagsProperty in class CacheableDependencyTrait

Cache tags.

$ CacheableDependencyTrait#cacheMaxAgeProperty in class CacheableDependencyTrait

Cache max-age.

CacheableJsonResponseClass in namespace Drupal\Core\Cache

A JsonResponse that contains and can expose cacheability metadata.

CacheableMetadataClass in namespace Drupal\Core\Cache

Defines a generic class for passing cacheability metadata.

CacheableMetadata::createFromRenderArray() — Method in class CacheableMetadata

Creates a CacheableMetadata object with values taken from a render array.

CacheableMetadata::createFromObject() — Method in class CacheableMetadata

Creates a CacheableMetadata object from a depended object.

CacheableRedirectResponseClass in namespace Drupal\Core\Cache

A RedirectResponse that contains and can expose cacheability metadata.

CacheableResponseClass in namespace Drupal\Core\Cache

A response that contains and can expose cacheability metadata.

CacheableResponseInterfaceClass in namespace Drupal\Core\Cache

Defines an interface for responses that can expose cacheability metadata.

CacheableResponseTraitClass in namespace Drupal\Core\Cache

Provides an implementation of CacheableResponseInterface.

$ CacheableResponseTrait#cacheabilityMetadataProperty in class CacheableResponseTrait

The cacheability metadata.

ChainedFastBackendClass in namespace Drupal\Core\Cache

Defines a backend with a fast and a consistent backend chain.

$ ChainedFastBackend#consistentBackendProperty in class ChainedFastBackend

The consistent cache backend.

ChainedFastBackendFactoryClass in namespace Drupal\Core\Cache

Defines the chained fast cache backend factory.

$ ChainedFastBackendFactory#consistentServiceNameProperty in class ChainedFastBackendFactory

The service name of the consistent backend factory.

CacheContextInterfaceClass in namespace Drupal\Core\Cache\Context

Provides an interface for defining a cache context service.

CacheContextsManagerClass in namespace Drupal\Core\Cache\Context

Converts cache context tokens into cache keys.

$ CacheContextsManager#containerProperty in class CacheContextsManager

The service container.

$ CacheContextsManager#contextsProperty in class CacheContextsManager

Available cache context IDs and corresponding labels.

CacheContextsManager::convertTokensToKeys() — Method in class CacheContextsManager

Converts cache context tokens to cache keys.

CacheContextsPassClass in namespace Drupal\Core\Cache\Context

Adds cache_contexts parameter to the container.

CalculatedCacheContextInterfaceClass in namespace Drupal\Core\Cache\Context

Provides an interface for defining a calculated cache context service.

ContextCacheKeysClass in namespace Drupal\Core\Cache\Context

A value object to store generated cache keys with its cacheability metadata.

CookiesCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the CookiesCacheContext service, for "per cookie" caching.

$ DatabaseBackend#connectionProperty in class DatabaseBackend

The database connection.

$ DatabaseBackend#checksumProviderProperty in class DatabaseBackend

The cache tags checksum provider.

DatabaseBackend::catchException() — Method in class DatabaseBackend

Act on an exception when cache might be stale.

$ DatabaseBackendFactory#connectionProperty in class DatabaseBackendFactory

The database connection.

$ DatabaseBackendFactory#checksumProviderProperty in class DatabaseBackendFactory

The cache tags checksum provider.

$ DatabaseCacheTagsChecksum#connectionProperty in class DatabaseCacheTagsChecksum

The database connection.

DatabaseCacheTagsChecksum::catchException() — Method in class DatabaseCacheTagsChecksum

Act on an exception when cache might be stale.

$ MemoryBackend#cacheProperty in class MemoryBackend

Array to store cache objects.

$ MemoryCounterBackend#counterProperty in class MemoryCounterBackend

Stores a list of cache cid calls keyed by function name.

$ PhpBackend#cacheProperty in class PhpBackend

Array to store cache objects.

$ PhpBackend#checksumProviderProperty in class PhpBackend

The cache tags checksum provider.

$ PhpBackendFactory#checksumProviderProperty in class PhpBackendFactory

The cache tags checksum provider.

$ UseCacheBackendTrait#cacheBackendProperty in class UseCacheBackendTrait

Cache backend instance.

UseCacheBackendTrait::cacheGet() — Method in class UseCacheBackendTrait

Fetches from the cache backend, respecting the use caches flag.

UseCacheBackendTrait::cacheSet() — Method in class UseCacheBackendTrait

Stores data in the persistent cache, respecting the use caches flag.

DbCommandBase::configure() — Method in class DbCommandBase
{@inheritdoc}
DbDumpCommand::configure() — Method in class DbDumpCommand
{@inheritdoc}
DbImportCommand::configure() — Method in class DbImportCommand
{@inheritdoc}
GenerateProxyClassCommand::configure() — Method in class GenerateProxyClassCommand
{@inheritdoc}
GenerateTheme::configure() — Method in class GenerateTheme
{@inheritdoc}
$ InstallCommand#classLoaderProperty in class InstallCommand

The class loader.

InstallCommand::configure() — Method in class InstallCommand
{@inheritdoc}
QuickStartCommand::configure() — Method in class QuickStartCommand
{@inheritdoc}
$ ServerCommand#classLoaderProperty in class ServerCommand

The class loader.

ServerCommand::configure() — Method in class ServerCommand
{@inheritdoc}
ComposerClass in namespace Drupal\Core\Composer

Provides static functions for composer script events.

ConditionClass in namespace Drupal\Core\Condition\Annotation

Defines a condition plugin annotation object.

$ Condition#context_definitionsProperty in class Condition

An array of context definitions describing the context used by the plugin.

$ Condition#categoryProperty in class Condition

The category under which the condition should listed in the UI.

ConditionAccessResolverTraitClass in namespace Drupal\Core\Condition

Resolves a set of conditions.

ConditionInterfaceClass in namespace Drupal\Core\Condition

An interface for condition plugins.

ConditionManagerClass in namespace Drupal\Core\Condition

A plugin manager for condition plugins.

ConditionManager::createInstance() — Method in class ConditionManager

Creates a pre-configured instance of a plugin.

ConditionPluginBaseClass in namespace Drupal\Core\Condition

Provides a basis for fulfilling contexts for condition plugins.

ConditionPluginBase::calculateDependencies() — Method in class ConditionPluginBase

Calculates dependencies for the configured plugin.

ConditionPluginCollectionClass in namespace Drupal\Core\Condition

Provides a collection of condition plugins.

$ ConditionPluginCollection#conditionContextsProperty in class ConditionPluginCollection

An array of collected contexts for conditions.

CachedStorageClass in namespace Drupal\Core\Config

Defines the cached storage.

$ CachedStorage#cacheProperty in class CachedStorage

The instantiated Cache backend.

CachedStorage::createCollection() — Method in class CachedStorage

Creates a collection on the storage.

ConfigClass in namespace Drupal\Core\Config

Defines the default configuration object.

Config::clear() — Method in class Config

Unsets a value in this configuration object.

ConfigBaseClass in namespace Drupal\Core\Config

Provides a base class for configuration objects with get/set support.

ConfigBase::clear() — Method in class ConfigBase

Unsets a value in this configuration object.

ConfigBase::castSafeStrings() — Method in class ConfigBase

Casts any objects that implement MarkupInterface to string.

ConfigCollectionInfoClass in namespace Drupal\Core\Config

Gets information on all the possible configuration collections.

$ ConfigCollectionInfo#collectionsProperty in class ConfigCollectionInfo

Configuration collection information keyed by collection name.

ConfigCrudEventClass in namespace Drupal\Core\Config

Wraps a configuration event for event listeners.

$ ConfigCrudEvent#configProperty in class ConfigCrudEvent

Configuration object.

ConfigDirectoryNotDefinedExceptionClass in namespace Drupal\Core\Config

An exception thrown when the config sync directory is not defined.

ConfigDuplicateUUIDExceptionClass in namespace Drupal\Core\Config

Exception thrown when a config object UUID causes a conflict.

ConfigEventsClass in namespace Drupal\Core\Config

Defines events for the configuration system.

ConfigExceptionClass in namespace Drupal\Core\Config

A base exception thrown in any configuration system operations.

ConfigFactoryClass in namespace Drupal\Core\Config

Defines the configuration object factory.

$ ConfigFactory#cacheProperty in class ConfigFactory

Cached configuration objects.

$ ConfigFactory#configFactoryOverridesProperty in class ConfigFactory

An array of config factory override objects ordered by priority.

ConfigFactory::clearStaticCache() — Method in class ConfigFactory

Clears the config factory static cache.

ConfigFactory::createConfigObject() — Method in class ConfigFactory

Creates a configuration object.

ConfigFactoryInterfaceClass in namespace Drupal\Core\Config

Defines the interface for a configuration object factory.

ConfigFactoryInterface::clearStaticCache() — Method in class ConfigFactoryInterface

Clears the config factory static cache.

ConfigFactoryOverrideBaseClass in namespace Drupal\Core\Config

Defines a base event listener implementation configuration overrides.

ConfigFactoryOverrideInterfaceClass in namespace Drupal\Core\Config

Defines the interface for a configuration factory override object.

ConfigFactoryOverrideInterface::createConfigObject() — Method in class ConfigFactoryOverrideInterface

Creates a configuration object for use during install and synchronization.

ConfigImportValidateEventSubscriberBaseClass in namespace Drupal\Core\Config

Defines a base event listener implementation for config sync validation.

ConfigImporterClass in namespace Drupal\Core\Config

Defines a configuration importer.

$ ConfigImporter#configManagerProperty in class ConfigImporter

The configuration manager.

ConfigImporter::createExtensionChangelist() — Method in class ConfigImporter

Populates the extension change list.

ConfigImporter::checkOp() — Method in class ConfigImporter

Checks that the operation is still valid.

ConfigImporterEventClass in namespace Drupal\Core\Config
$ ConfigImporterEvent#configImporterProperty in class ConfigImporterEvent

Configuration import object.

ConfigImporterExceptionClass in namespace Drupal\Core\Config

Exception thrown when a config import fails.

ConfigInstallerClass in namespace Drupal\Core\Config
$ ConfigInstaller#configFactoryProperty in class ConfigInstaller

The configuration factory.

$ ConfigInstaller#configManagerProperty in class ConfigInstaller

The configuration manager.

ConfigInstaller::createConfiguration() — Method in class ConfigInstaller

Creates configuration in a collection based on the provided list.

ConfigInstaller::checkConfigurationToInstall() — Method in class ConfigInstaller

Checks the configuration that will be installed for an extension.

ConfigInstallerInterfaceClass in namespace Drupal\Core\Config

Interface for classes that install config.

ConfigInstallerInterface::checkConfigurationToInstall() — Method in class ConfigInstallerInterface

Checks the configuration that will be installed for an extension.

ConfigManagerClass in namespace Drupal\Core\Config

The ConfigManager provides helper functions for the configuration system.

$ ConfigManager#configFactoryProperty in class ConfigManager

The configuration factory.

$ ConfigManager#configCollectionInfoProperty in class ConfigManager

The configuration collection info.

ConfigManager::createSnapshot() — Method in class ConfigManager

Creates a configuration snapshot following a successful import.

ConfigManager::callOnDependencyRemoval() — Method in class ConfigManager

Calls an entity's onDependencyRemoval() method.

ConfigManagerInterfaceClass in namespace Drupal\Core\Config

Provides an interface for configuration manager.

ConfigManagerInterface::createSnapshot() — Method in class ConfigManagerInterface

Creates a configuration snapshot following a successful import.

ConfigModuleOverridesEventClass in namespace Drupal\Core\Config

Event object to allow configuration to be overridden by modules.

ConfigNameExceptionClass in namespace Drupal\Core\Config

Exception thrown when a config object name is invalid.

ConfigPrefixLengthExceptionClass in namespace Drupal\Core\Config

Exception thrown when the config prefix length is exceeded.

ConfigRenameEventClass in namespace Drupal\Core\Config

Configuration event fired when renaming a configuration object.

ConfigValueExceptionClass in namespace Drupal\Core\Config

Exception thrown when config object values are invalid.

$ DatabaseStorage#connectionProperty in class DatabaseStorage

The database connection.

$ DatabaseStorage#collectionProperty in class DatabaseStorage

The storage collection.

DatabaseStorage::createCollection() — Method in class DatabaseStorage

Creates a collection on the storage.

ConfigSchemaCheckerClass in namespace Drupal\Core\Config\Development

Listens to the config save event and validates schema.

$ ConfigSchemaChecker#checkedProperty in class ConfigSchemaChecker

An array of config checked already. Keyed by config name and a checksum.

ConfigDependencyDeleteFormTraitClass in namespace Drupal\Core\Config\Entity

Lists affected configuration entities by a dependency removal.

ConfigDependencyManagerClass in namespace Drupal\Core\Config\Entity

Provides a class to discover configuration entity dependencies.

ConfigDependencyManager::createGraphConfigEntityDependencies() — Method in class ConfigDependencyManager

Creates a graph of config entity dependencies.

ConfigEntityBaseClass in namespace Drupal\Core\Config\Entity

Defines a base configuration entity class.

ConfigEntityBase::createDuplicate() — Method in class ConfigEntityBase

Creates a duplicate of the entity.

ConfigEntityBase::calculateDependencies() — Method in class ConfigEntityBase

Calculates dependencies and stores them in the dependency property.

ConfigEntityBundleBaseClass in namespace Drupal\Core\Config\Entity

A base class for config entity types that act as bundles.

ConfigEntityDependencyClass in namespace Drupal\Core\Config\Entity

Provides a value object to discover configuration dependencies.

ConfigEntityInterfaceClass in namespace Drupal\Core\Config\Entity

Defines a common interface for configuration entities.

ConfigEntityInterface::calculateDependencies() — Method in class ConfigEntityInterface

Calculates dependencies and stores them in the dependency property.

ConfigEntityListBuilderClass in namespace Drupal\Core\Config\Entity

Defines the default class to build a listing of configuration entities.

ConfigEntityStorageClass in namespace Drupal\Core\Config\Entity

Defines the storage class for configuration entities.

$ ConfigEntityStorage#configFactoryProperty in class ConfigEntityStorage

The config factory service.

$ ConfigEntityStorage#configStorageProperty in class ConfigEntityStorage

The config storage service.

ConfigEntityStorage::createInstance() — Method in class ConfigEntityStorage

Instantiates a new instance of this entity handler.

ConfigEntityStorage::createFromStorageRecord() — Method in class ConfigEntityStorage

Creates a configuration entity from storage values.

ConfigEntityStorageInterfaceClass in namespace Drupal\Core\Config\Entity

Provides an interface for configuration entity storage.

ConfigEntityStorageInterface::createFromStorageRecord() — Method in class ConfigEntityStorageInterface

Creates a configuration entity from storage values.

ConfigEntityTypeClass in namespace Drupal\Core\Config\Entity

Provides an implementation of a configuration entity type and its metadata.

$ ConfigEntityType#config_prefixProperty in class ConfigEntityType

The config prefix set in the configuration entity type annotation.

$ ConfigEntityType#config_exportProperty in class ConfigEntityType

The list of configuration entity properties to export from the annotation.

ConfigEntityType::checkStorageClass() — Method in class ConfigEntityType

Checks that the provided class is compatible with the current entity type.

ConfigEntityTypeInterfaceClass in namespace Drupal\Core\Config\Entity

Provides an interface for a configuration entity type and its metadata.

ConfigEntityUpdaterClass in namespace Drupal\Core\Config\Entity

A utility class to make updating configuration entities simple.

ConfigEntityUpdater::create() — Method in class ConfigEntityUpdater

Instantiates a new instance of this class.

ConfigEntityIdLengthExceptionClass in namespace Drupal\Core\Config\Entity\Exception

Defines an exception thrown when a configuration entity ID is too long.

ConfigEntityStorageClassExceptionClass in namespace Drupal\Core\Config\Entity\Exception

Thrown when a storage class is not an instance of ConfigEntityStorage.

ConditionClass in namespace Drupal\Core\Config\Entity\Query

Defines the condition class for the config entity query.

Condition::compile() — Method in class Condition

Compiles this conditional clause.

$ Query#configFactoryProperty in class Query

The config factory used by the config entity query.

Query::condition() — Method in class Query

Overrides \Drupal\Core\Entity\Query\QueryBase::condition().

$ QueryFactory#configFactoryProperty in class QueryFactory

The config factory used by the config entity query.

$ ExtensionInstallStorage#configStorageProperty in class ExtensionInstallStorage

The active configuration store.

ExtensionInstallStorage::createCollection() — Method in class ExtensionInstallStorage

Creates a collection on the storage.

$ FileStorage#collectionProperty in class FileStorage

The storage collection.

FileStorage::createCollection() — Method in class FileStorage

Creates a collection on the storage.

ImmutableConfig::clear() — Method in class ImmutableConfig

Unsets a value in this configuration object.

$ ImportStorageTransformer#connectionProperty in class ImportStorageTransformer

The drupal database connection.

ConfigImporterBatchClass in namespace Drupal\Core\Config\Importer

Methods for running the ConfigImporter in a batch.

ManagedStorage::createCollection() — Method in class ManagedStorage

Creates a collection on the storage.

$ MemoryStorage#configProperty in class MemoryStorage

The configuration, an object shared by reference across collections.

$ MemoryStorage#collectionProperty in class MemoryStorage

The storage collection.

MemoryStorage::createCollection() — Method in class MemoryStorage

Creates a collection on the storage.

$ NullStorage#collectionProperty in class NullStorage

The storage collection.

NullStorage::createCollection() — Method in class NullStorage

Creates a collection on the storage.

$ PreExistingConfigException#configObjectsProperty in class PreExistingConfigException

A list of configuration objects that already exist in active configuration.

PreExistingConfigException::create() — Method in class PreExistingConfigException

Creates an exception for an extension and a list of configuration objects.

ReadOnlyStorage::createCollection() — Method in class ReadOnlyStorage

Creates a collection on the storage.

ArrayElement::createElement() — Method in class ArrayElement

Creates a contained typed configuration object.

ConfigSchemaAlterExceptionClass in namespace Drupal\Core\Config\Schema

Exception for when hook_config_schema_info_alter() adds or removes schema.

ConfigSchemaDiscoveryClass in namespace Drupal\Core\Config\Schema

Allows YAML files to define config schema types.

$ SchemaCheckTrait#configNameProperty in class SchemaCheckTrait

The configuration object name under test.

SchemaCheckTrait::checkConfigSchema() — Method in class SchemaCheckTrait

Checks the TypedConfigManager has a valid schema for the configuration.

SchemaCheckTrait::checkValue() — Method in class SchemaCheckTrait

Helper method to check data type.

StorableConfigBase::castValue() — Method in class StorableConfigBase

Casts the value to correct data type using the configuration schema.

$ StorageComparer#changelistProperty in class StorageComparer

List of changes to between the source storage and the target storage.

StorageComparer::createChangelist() — Method in class StorageComparer
{@inheritdoc}
StorageComparer::createRenameName() — Method in class StorageComparer

Creates a rename name from the old and new names for the object.

StorageInterface::createCollection() — Method in class StorageInterface

Creates a collection on the storage.

$ TypedConfigManager#configStorageProperty in class TypedConfigManager

A storage instance for reading configuration data.

TypedConfigManager::clearCachedDefinitions() — Method in class TypedConfigManager

Clears static and persistent plugin definition caches.

TypedConfigManager::createFromNameAndData() — Method in class TypedConfigManager

Gets typed data for a given configuration name and its values.

TypedConfigManagerInterface::createFromNameAndData() — Method in class TypedConfigManagerInterface

Gets typed data for a given configuration name and its values.

$ UnmetDependenciesException#configObjectsProperty in class UnmetDependenciesException

A list of configuration objects that have unmet dependencies.

UnmetDependenciesException::create() — Method in class UnmetDependenciesException

Creates an exception for an extension and a list of configuration objects.

ControllerBaseClass in namespace Drupal\Core\Controller

Utility base class for thin controllers.

$ ControllerBase#configFactoryProperty in class ControllerBase

The configuration factory.

$ ControllerBase#currentUserProperty in class ControllerBase

The current user service.

ControllerBase::create() — Method in class ControllerBase

Instantiates a new instance of this class.

ControllerBase::cache() — Method in class ControllerBase

Returns the requested cache bin.

ControllerBase::config() — Method in class ControllerBase

Retrieves a configuration object.

ControllerBase::currentUser() — Method in class ControllerBase

Returns the current user.

ControllerResolverClass in namespace Drupal\Core\Controller

ControllerResolver to enhance controllers beyond Symfony's basic handling.

$ ControllerResolver#classResolverProperty in class ControllerResolver

The class resolver.

ControllerResolver::createController() — Method in class ControllerResolver

Returns a callable for the given controller.

ControllerResolverInterfaceClass in namespace Drupal\Core\Controller

Extends the ControllerResolverInterface from symfony.

$ HtmlFormController#classResolverProperty in class HtmlFormController

The class resolver.

$ TitleResolver#controllerResolverProperty in class TitleResolver

The controller resolver.

CoreServiceProviderClass in namespace Drupal\Core

ServiceProvider class for mandatory core services.

CronClass in namespace Drupal\Core

The Drupal core Cron service.

CronInterfaceClass in namespace Drupal\Core

An interface for running cron tasks.

ConnectionClass in namespace Drupal\Core\Database

Base Database API class.

$ Connection#connectionProperty in class Connection

The actual PDO connection.

$ Connection#connectionOptionsProperty in class Connection

The connection information for this connection object.

Connection::condition() — Method in class Connection

Prepares and returns a CONDITION query object.

Connection::clientVersion() — Method in class Connection

Returns the version of the database client.

Connection::createDatabase() — Method in class Connection

Creates a database.

Connection::commit() — Method in class Connection

Throws an exception to deny direct access to transaction commits.

Connection::createConnectionOptionsFromUrl() — Method in class Connection

Creates an array of database connection options from a URL.

Connection::createUrlFromConnectionOptions() — Method in class Connection

Creates a URL from an array of database connection options.

ConnectionNotDefinedExceptionClass in namespace Drupal\Core\Database

Exception thrown if an undefined database connection is requested.

$ Database#connectionsProperty in class Database

A nested array of all active connections. It is keyed by database name and target.

Database::closeConnection() — Method in class Database

Closes a connection to the server specified by the given key and target.

Database::convertDbUrlToConnectionInfo() — Method in class Database

Converts a URL to a database connection info array.

ConnectionClass in namespace Drupal\Core\Database\Driver\mysql

MySQL implementation of \Drupal\Core\Database\Connection.

ConnectionClass in namespace Drupal\Core\Database\Driver\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Connection.

ConnectionClass in namespace Drupal\Core\Database\Driver\sqlite

SQLite implementation of \Drupal\Core\Database\Connection.

Tasks::connect() — Method in class Tasks

Checks if we can connect to the database.

Tasks::checkEngineVersion() — Method in class Tasks

Checks the engine version.

$ Log#connectionKeyProperty in class Log

The connection key for which this object is logging.

Log::clear() — Method in class Log

Empty the query log for the specified logging key.

ConditionClass in namespace Drupal\Core\Database\Query

Generic class for a series of conditions in a query.

$ Condition#conditionOperatorMapProperty in class Condition

Provides a map of condition operators to condition operator options.

$ Condition#conditionsProperty in class Condition

Array of conditions.

$ Condition#changedProperty in class Condition

Whether the conditions have been changed.

Condition::count() — Method in class Condition

Implements Countable::count().

Condition::condition() — Method in class Condition

Helper function: builds the most common conditional clauses.

Condition::conditions() — Method in class Condition

Gets the, possibly nested, list of conditions in this conditional clause.

Condition::compile() — Method in class Condition

Compiles the saved conditions for later retrieval.

Condition::compiled() — Method in class Condition

Check whether a condition has been previously compiled.

Condition::conditionGroupFactory() — Method in class Condition

Creates an object holding a group of conditions.

ConditionInterfaceClass in namespace Drupal\Core\Database\Query

Interface for a conditional clause in a query.

ConditionInterface::condition() — Method in class ConditionInterface

Helper function: builds the most common conditional clauses.

ConditionInterface::conditions() — Method in class ConditionInterface

Gets the, possibly nested, list of conditions in this conditional clause.

ConditionInterface::compile() — Method in class ConditionInterface

Compiles the saved conditions for later retrieval.

ConditionInterface::compiled() — Method in class ConditionInterface

Check whether a condition has been previously compiled.

ConditionInterface::conditionGroupFactory() — Method in class ConditionInterface

Creates an object holding a group of conditions.

InsertTrait::count() — Method in class InsertTrait
{@inheritdoc}
$ Merge#conditionTableProperty in class Merge

The table or subquery to be used for the condition.

Merge::conditionTable() — Method in class Merge

Sets the table or subquery to be used for the condition.

$ PagerSelectExtender#customCountQueryProperty in class PagerSelectExtender

The count query that will be used for this pager.

$ Query#connectionProperty in class Query

The connection object on which to run this query.

$ Query#connectionTargetProperty in class Query

The target of the connection object.

$ Query#connectionKeyProperty in class Query

The key of the connection object.

$ Query#commentsProperty in class Query

An array of comments that can be prepended to a query.

Query::comment() — Method in class Query

Adds a comment to the query.

$ QueryConditionTrait#conditionProperty in class QueryConditionTrait

The condition object for this query.

QueryConditionTrait::condition() — Method in class QueryConditionTrait
{@inheritdoc}
QueryConditionTrait::conditions() — Method in class QueryConditionTrait
{@inheritdoc}
QueryConditionTrait::compile() — Method in class QueryConditionTrait
{@inheritdoc}
QueryConditionTrait::compiled() — Method in class QueryConditionTrait
{@inheritdoc}
QueryConditionTrait::conditionGroupFactory() — Method in class QueryConditionTrait
{@inheritdoc}
Select::compile() — Method in class Select

Compiles the saved conditions for later retrieval.

Select::compiled() — Method in class Select

Check whether a condition has been previously compiled.

Select::countQuery() — Method in class Select

Get the equivalent COUNT query of this query as a new query object.

$ SelectExtender#connectionProperty in class SelectExtender

The connection object on which to run this query.

SelectExtender::condition() — Method in class SelectExtender

Helper function: builds the most common conditional clauses.

SelectExtender::conditions() — Method in class SelectExtender

Gets the, possibly nested, list of conditions in this conditional clause.

SelectExtender::compile() — Method in class SelectExtender

Compiles the saved conditions for later retrieval.

SelectExtender::compiled() — Method in class SelectExtender

Check whether a condition has been previously compiled.

SelectExtender::countQuery() — Method in class SelectExtender

Get the equivalent COUNT query of this query as a new query object.

SelectExtender::conditionGroupFactory() — Method in class SelectExtender

Creates an object holding a group of conditions.

SelectInterface::countQuery() — Method in class SelectInterface

Get the equivalent COUNT query of this query as a new query object.

Truncate::compile() — Method in class Truncate
{@inheritdoc}
Truncate::compiled() — Method in class Truncate
{@inheritdoc}
ReplicaKillSwitch::checkReplicaServer() — Method in class ReplicaKillSwitch

Checks and disables the replica database server if appropriate.

$ Schema#connectionProperty in class Schema

The database connection.

Schema::changeField() — Method in class Schema

Change a field definition.

Schema::createTable() — Method in class Schema

Create a new table from a Drupal table definition.

$ StatementPrefetch#connectionProperty in class StatementPrefetch

The Drupal database connection object.

$ StatementPrefetch#currentRowProperty in class StatementPrefetch

The current row, retrieved in \PDO::FETCH_ASSOC format.

$ StatementPrefetch#currentKeyProperty in class StatementPrefetch

The key of the current row.

$ StatementPrefetch#columnNamesProperty in class StatementPrefetch

The list of column names in this result set.

StatementPrefetch::current() — Method in class StatementPrefetch

Return the current row formatted according to the current fetch style.

$ StatementWrapper#connectionProperty in class StatementWrapper

The Drupal database connection object.

$ StatementWrapper#clientStatementProperty in class StatementWrapper

The client database Statement object.

$ Transaction#connectionProperty in class Transaction

The connection object for this transaction.

$ DateFormatter#configFactoryProperty in class DateFormatter

The configuration factory.

$ DateFormatter#countryProperty in class DateFormatter
DateFormatter::country() — Method in class DateFormatter

Returns the default country from config.

Datelist::checkEmptyInputs() — Method in class Datelist

Checks the input array for empty values.

ClassResolverClass in namespace Drupal\Core\DependencyInjection

Implements the class resolver interface supporting class names and services.

ClassResolverInterfaceClass in namespace Drupal\Core\DependencyInjection

Provides an interface to get an instance of a class with dependency injection.

ContextProvidersPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Adds the context provider service IDs to the context manager.

CorsCompilerPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Provides a compiler pass which disables the CORS middleware in case disabled.

ContainerClass in namespace Drupal\Core\DependencyInjection

Extends the Drupal container to set the service ID on the created object.

ContainerBuilderClass in namespace Drupal\Core\DependencyInjection

Drupal's dependency injection container builder.

ContainerBuilder::callMethod() — Method in class ContainerBuilder

A 1to1 copy of parent::callMethod.

ContainerInjectionInterfaceClass in namespace Drupal\Core\DependencyInjection

Defines a common interface for dependency container injection.

ContainerInjectionInterface::create() — Method in class ContainerInjectionInterface

Instantiates a new instance of this class.

ContainerNotInitializedExceptionClass in namespace Drupal\Core\DependencyInjection

Exception thrown when a method is called that requires a container, but the container is not initialized yet.

$ YamlFileLoader#containerProperty in class YamlFileLoader
DiffFormatter::contextLine() — Method in class DiffFormatter

Creates a context line.

ContextAwareVariantInterfaceClass in namespace Drupal\Core\Display

Provides an interface for variant plugins that are context-aware.

VariantBase::calculateDependencies() — Method in class VariantBase

Calculates dependencies for the configured plugin.

$ DrupalKernel#containerProperty in class DrupalKernel

Holds the container instance.

$ DrupalKernel#classLoaderProperty in class DrupalKernel

The class loader object.

$ DrupalKernel#configStorageProperty in class DrupalKernel

Config storage object used for reading enabled modules configuration.

$ DrupalKernel#containerNeedsRebuildProperty in class DrupalKernel

Whether the container needs to be rebuilt the next time it is initialized.

$ DrupalKernel#containerNeedsDumpingProperty in class DrupalKernel

Whether the container needs to be dumped once booting is complete.

DrupalKernel::createFromRequest() — Method in class DrupalKernel

Create a DrupalKernel object from a request.

DrupalKernel::compileContainer() — Method in class DrupalKernel

Compiles a new service container.

DrupalKernel::cacheDrupalContainer() — Method in class DrupalKernel

Stores the container definition in a cache.

DrupalKernel::classLoaderAddMultiplePsr4() — Method in class DrupalKernel

Registers a list of namespaces with PSR-4 directories for class loading.

ConfigEntityTypeClass in namespace Drupal\Core\Entity\Annotation

Defines a config entity type annotation object.

ContentEntityTypeClass in namespace Drupal\Core\Entity\Annotation

Defines a content entity type annotation object.

ContentEntityBaseClass in namespace Drupal\Core\Entity

Implements Entity Field API specific enhancements to the Entity class.

ContentEntityBase::clearTranslationCache() — Method in class ContentEntityBase

Clear entity translation object cache to remove stale references.

ContentEntityBase::create() — Method in class ContentEntityBase

Constructs a new entity object, without permanently saving it.

ContentEntityBase::createDuplicate() — Method in class ContentEntityBase

Creates a duplicate of the entity.

ContentEntityConfirmFormBaseClass in namespace Drupal\Core\Entity

Provides a generic base class for an entity-based confirmation form.

ContentEntityDeleteFormClass in namespace Drupal\Core\Entity

Provides a generic base class for a content entity deletion form.

ContentEntityFormClass in namespace Drupal\Core\Entity

Entity form variant for content entity types.

ContentEntityForm::create() — Method in class ContentEntityForm

Instantiates a new instance of this class.

ContentEntityForm::copyFormValuesToEntity() — Method in class ContentEntityForm

Copies top-level form values to entity properties.

ContentEntityFormInterfaceClass in namespace Drupal\Core\Entity

Defines a common interface for content entity form classes.

ContentEntityInterfaceClass in namespace Drupal\Core\Entity

Defines a common interface for all content entity objects.

ContentEntityNullStorageClass in namespace Drupal\Core\Entity

Defines a null entity storage.

ContentEntityNullStorage::countFieldData() — Method in class ContentEntityNullStorage

Determines the number of entities with values for a given field.

ContentEntityStorageBaseClass in namespace Drupal\Core\Entity

Base class for content entity storage handlers.

$ ContentEntityStorageBase#cacheBackendProperty in class ContentEntityStorageBase

Cache backend.

ContentEntityStorageBase::create() — Method in class ContentEntityStorageBase

Constructs a new entity object, without permanently saving it.

ContentEntityStorageBase::createInstance() — Method in class ContentEntityStorageBase

Instantiates a new instance of this entity handler.

ContentEntityStorageBase::createWithSampleValues() — Method in class ContentEntityStorageBase

Creates an entity with sample field values.

ContentEntityStorageBase::createTranslation() — Method in class ContentEntityStorageBase

Constructs a new entity translation object, without permanently saving it.

ContentEntityStorageBase::createRevision() — Method in class ContentEntityStorageBase

Creates a new revision starting off from the specified entity object.

ContentEntityStorageBase::cleanIds() — Method in class ContentEntityStorageBase

Ensures integer entity key values are valid.

ContentEntityStorageInterfaceClass in namespace Drupal\Core\Entity

A storage that supports content entity types.

ContentEntityStorageInterface::createWithSampleValues() — Method in class ContentEntityStorageInterface

Creates an entity with sample field values.

ContentEntityTypeClass in namespace Drupal\Core\Entity

Provides an implementation of a content entity type and its metadata.

ContentEntityType::checkStorageClass() — Method in class ContentEntityType

Checks that the provided class is compatible with the current entity type.

ContentEntityTypeInterfaceClass in namespace Drupal\Core\Entity

Provides an interface for a content entity type and its metadata.

ContentUninstallValidatorClass in namespace Drupal\Core\Entity

Validates module uninstall readiness based on existing content entities.

EntityController::create() — Method in class EntityController

Instantiates a new instance of this class.

EntityViewController::create() — Method in class EntityViewController

Instantiates a new instance of this class.

EntityDisplayInterface::createCopy() — Method in class EntityDisplayInterface

Creates a duplicate of the entity display object on a different view mode.

EntityAccessControlHandler::checkAccess() — Method in class EntityAccessControlHandler

Performs access checks.

EntityAccessControlHandler::createAccess() — Method in class EntityAccessControlHandler

Checks access to create an entity.

EntityAccessControlHandler::checkCreateAccess() — Method in class EntityAccessControlHandler

Performs create access checks.

EntityAccessControlHandler::checkFieldAccess() — Method in class EntityAccessControlHandler

Default field access as determined by this access control handler.

EntityAccessControlHandlerInterface::createAccess() — Method in class EntityAccessControlHandlerInterface

Checks access to create an entity.

EntityBase::createDuplicate() — Method in class EntityBase

Creates a duplicate of the entity.

EntityBase::create() — Method in class EntityBase

Constructs a new entity object, without permanently saving it.

EntityDefinitionUpdateManager::clearCachedDefinitions() — Method in class EntityDefinitionUpdateManager

Clears necessary caches to apply entity/field definition updates.

$ EntityDisplayBase#contentProperty in class EntityDisplayBase

List of component display options, keyed by component name.

EntityDisplayBase::calculateDependencies() — Method in class EntityDisplayBase

Calculates dependencies and stores them in the dependency property.

EntityDisplayBase::createCopy() — Method in class EntityDisplayBase

Creates a duplicate of the entity display object on a different view mode.

$ EntityDisplayModeBase#cacheProperty in class EntityDisplayModeBase

Whether or not the rendered output of this view mode is cached by default.

EntityDisplayModeBase::calculateDependencies() — Method in class EntityDisplayModeBase

Calculates dependencies and stores them in the dependency property.

EntityDisplayRepository::clearDisplayModeInfo() — Method in class EntityDisplayRepository

Clears the gathered display mode info.

EntityDisplayRepositoryInterface::clearDisplayModeInfo() — Method in class EntityDisplayRepositoryInterface

Clears the gathered display mode info.

EntityFieldManager::clearCachedFieldDefinitions() — Method in class EntityFieldManager

Clears static and persistent field definition caches.

EntityFieldManagerInterface::clearCachedFieldDefinitions() — Method in class EntityFieldManagerInterface

Clears static and persistent field definition caches.

EntityForm::copyFormValuesToEntity() — Method in class EntityForm

Copies top-level form values to entity properties.

EntityHandlerInterface::createInstance() — Method in class EntityHandlerInterface

Instantiates a new instance of this entity handler.

EntityInterface::create() — Method in class EntityInterface

Constructs a new entity object, without permanently saving it.

EntityInterface::createDuplicate() — Method in class EntityInterface

Creates a duplicate of the entity.

$ EntityLastInstalledSchemaRepository#cacheBackendProperty in class EntityLastInstalledSchemaRepository

The cache backend.

EntityListBuilder::createInstance() — Method in class EntityListBuilder

Instantiates a new instance of this entity handler.

SelectionInterface::countReferenceableEntities() — Method in class SelectionInterface

Counts entities that are referenceable.

SelectionPluginBase::calculateDependencies() — Method in class SelectionPluginBase

Calculates dependencies for the configured plugin.

SelectionWithAutocreateInterface::createNewEntity() — Method in class SelectionWithAutocreateInterface

Creates a new entity object that can be used as a valid reference.

$ EntityRepository#contextRepositoryProperty in class EntityRepository

The context repository service.

$ EntityResolverManager#classResolverProperty in class EntityResolverManager

The class resolver.

EntityStorageBase::create() — Method in class EntityStorageBase

Constructs a new entity object, without permanently saving it.

EntityStorageInterface::create() — Method in class EntityStorageInterface

Constructs a new entity object, without permanently saving it.

$ EntityType#common_reference_targetProperty in class EntityType

Indicates whether this entity type is commonly used as a reference target.

$ EntityType#constraintsProperty in class EntityType

Entity constraint definitions.

EntityType::checkStorageClass() — Method in class EntityType

Checks that the provided class is compatible with the current entity type.

EntityTypeBundleInfo::clearCachedBundles() — Method in class EntityTypeBundleInfo

Clears static and persistent bundles.

EntityTypeBundleInfoInterface::clearCachedBundles() — Method in class EntityTypeBundleInfoInterface

Clears static and persistent bundles.

EntityTypeListener::clearCachedDefinitions() — Method in class EntityTypeListener

Clears necessary caches to apply entity/field definition updates.

$ EntityTypeManager#classResolverProperty in class EntityTypeManager

The class resolver.

EntityTypeManager::clearCachedDefinitions() — Method in class EntityTypeManager

Clears static and persistent plugin definition caches.

EntityTypeManager::createHandlerInstance() — Method in class EntityTypeManager

Creates new handler instance.

EntityTypeManagerInterface::createHandlerInstance() — Method in class EntityTypeManagerInterface

Creates new handler instance.

$ EntityTypeRepository#classNameEntityTypeMapProperty in class EntityTypeRepository

Contains cached mappings of class names to entity types.

$ EntityViewBuilder#cacheBinProperty in class EntityViewBuilder

The cache bin used to store the render cache.

EntityViewBuilder::createInstance() — Method in class EntityViewBuilder

Instantiates a new instance of this entity handler.

EntityFormDisplayAccessControlHandler::checkAccess() — Method in class EntityFormDisplayAccessControlHandler

Performs access checks.

EntityViewDisplayAccessControlHandler::checkAccess() — Method in class EntityViewDisplayAccessControlHandler

Performs access checks.

EntityFormDisplay::collectRenderDisplay() — Method in class EntityFormDisplay

Returns the entity_form_display object used to build an entity form.

EntityViewDisplay::collectRenderDisplays() — Method in class EntityViewDisplay

Returns the display objects used to render a set of entities.

EntityViewDisplay::collectRenderDisplay() — Method in class EntityViewDisplay

Returns the display object used to render an entity.

$ BundleConfigImportValidate#configManagerProperty in class BundleConfigImportValidate

The config manager.

FieldableEntityStorageInterface::countFieldData() — Method in class FieldableEntityStorageInterface

Determines the number of entities with values for a given field.

$ DeleteMultipleForm#currentUserProperty in class DeleteMultipleForm

The current user.

DeleteMultipleForm::create() — Method in class DeleteMultipleForm

Instantiates a new instance of this class.

KeyValueContentEntityStorage::createTranslation() — Method in class KeyValueContentEntityStorage

Constructs a new entity translation object, without permanently saving it.

KeyValueContentEntityStorage::createRevision() — Method in class KeyValueContentEntityStorage

Creates a new revision starting off from the specified entity object.

KeyValueContentEntityStorage::createWithSampleValues() — Method in class KeyValueContentEntityStorage

Creates an entity with sample field values.

KeyValueEntityStorage::createInstance() — Method in class KeyValueEntityStorage

Instantiates a new instance of this entity handler.

ConditionClass in namespace Drupal\Core\Entity\KeyValueStore\Query

Defines the condition class for the key value entity query.

EntityBundle::create() — Method in class EntityBundle

Creates a new class instance.

EntityBundle::create() — Method in class EntityBundle

Creates an instance of the plugin.

ConfigEntityAdapterClass in namespace Drupal\Core\Entity\Plugin\DataType

Enhances EntityAdapter for config entities.

EntityDeriver::create() — Method in class EntityDeriver

Creates a new class instance.

EntityAdapter::createFromEntity() — Method in class EntityAdapter

Creates an instance wrapping the given entity.

DefaultSelectionDeriver::create() — Method in class DefaultSelectionDeriver

Creates a new class instance.

Broken::countReferenceableEntities() — Method in class Broken

Counts entities that are referenceable.

$ DefaultSelection#currentUserProperty in class DefaultSelection

The current user.

DefaultSelection::create() — Method in class DefaultSelection

Creates an instance of the plugin.

DefaultSelection::countReferenceableEntities() — Method in class DefaultSelection

Counts entities that are referenceable.

DefaultSelection::createNewEntity() — Method in class DefaultSelection

Creates a new entity object that can be used as a valid reference.

PhpSelection::countReferenceableEntities() — Method in class PhpSelection

Counts entities that are referenceable.

CompositeConstraintBaseClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Provides a base class for constraints validating multiple fields.

CompositeConstraintBase::coversFields() — Method in class CompositeConstraintBase

An array of entity fields which should be passed to the validator.

EntityUntranslatableFieldsConstraintValidator::create() — Method in class EntityUntranslatableFieldsConstraintValidator

Instantiates a new instance of this class.

ValidReferenceConstraintValidator::create() — Method in class ValidReferenceConstraintValidator

Instantiates a new instance of this class.

ConditionAggregateBaseClass in namespace Drupal\Core\Entity\Query

Defines a common base class for all aggregation entity condition implementations.

ConditionAggregateBase::condition() — Method in class ConditionAggregateBase

Adds a condition.

ConditionAggregateInterfaceClass in namespace Drupal\Core\Entity\Query

Defines aggregated entity query conditions.

ConditionAggregateInterface::condition() — Method in class ConditionAggregateInterface

Adds a condition.

ConditionAggregateInterface::conditions() — Method in class ConditionAggregateInterface

Gets a complete list of all conditions in this conditional clause.

ConditionAggregateInterface::compile() — Method in class ConditionAggregateInterface

Compiles this conditional clause.

ConditionBaseClass in namespace Drupal\Core\Entity\Query

Defines a common base class for all entity condition implementations.

ConditionBase::condition() — Method in class ConditionBase

Adds a condition.

ConditionFundamentalsClass in namespace Drupal\Core\Entity\Query

Common code for all implementations of the entity query condition interfaces.

$ ConditionFundamentals#conditionsProperty in class ConditionFundamentals

Array of conditions.

$ ConditionFundamentals#conjunctionProperty in class ConditionFundamentals

The conjunction of this condition group.

ConditionFundamentals::count() — Method in class ConditionFundamentals
{@inheritdoc}
ConditionFundamentals::conditions() — Method in class ConditionFundamentals
{@inheritdoc}
ConditionInterfaceClass in namespace Drupal\Core\Entity\Query

Defines the entity query condition interface.

ConditionInterface::count() — Method in class ConditionInterface

Implements \Countable::count().

ConditionInterface::condition() — Method in class ConditionInterface

Adds a condition.

ConditionInterface::conditions() — Method in class ConditionInterface

Gets a complete list of all conditions in this conditional clause.

ConditionInterface::compile() — Method in class ConditionInterface

Compiles this conditional clause.

ConditionClass in namespace Drupal\Core\Entity\Query\Null

Defines the condition class for the null entity query.

Condition::compile() — Method in class Condition

Compiles this conditional clause.

Query::conditionAggregateGroupFactory() — Method in class Query

Creates an object holding a group of conditions.

QueryAggregateInterface::conditionAggregate() — Method in class QueryAggregateInterface

Sets a condition for an aggregated value.

QueryAggregateInterface::conditionAggregateGroupFactory() — Method in class QueryAggregateInterface

Creates an object holding a group of conditions.

$ QueryBase#countProperty in class QueryBase

TRUE if this is a count query, FALSE if it isn't.

$ QueryBase#conditionProperty in class QueryBase
Conditions.
$ QueryBase#conditionAggregateProperty in class QueryBase

Aggregate Conditions.

QueryBase::condition() — Method in class QueryBase

Add a condition to the query or a condition group.

QueryBase::conditionGroupFactory() — Method in class QueryBase

Creates an object holding a group of conditions.

QueryBase::count() — Method in class QueryBase

Makes this a count query.

QueryBase::currentRevision() — Method in class QueryBase

Limits the query to only default revisions.

QueryBase::conditionAggregate() — Method in class QueryBase
{@inheritdoc}
QueryInterface::condition() — Method in class QueryInterface

Add a condition to the query or a condition group.

QueryInterface::count() — Method in class QueryInterface

Makes this a count query.

QueryInterface::currentRevision() — Method in class QueryInterface

Limits the query to only default revisions.

ConditionClass in namespace Drupal\Core\Entity\Query\Sql

Implements entity query conditions for SQL databases.

Condition::compile() — Method in class Condition

Compiles this conditional clause.

ConditionAggregateClass in namespace Drupal\Core\Entity\Query\Sql

Defines the aggregate condition for sql based storage.

ConditionAggregate::compile() — Method in class ConditionAggregate

Compiles this conditional clause.

$ Query#connectionProperty in class Query
Query::compile() — Method in class Query

Compiles the conditions.

QueryAggregate::conditionAggregateGroupFactory() — Method in class QueryAggregate

Creates an object holding a group of conditions.

QueryAggregate::compileAggregate() — Method in class QueryAggregate

Builds the aggregation conditions part of the query.

QueryAggregate::createSqlAlias() — Method in class QueryAggregate

Builds a sql alias as expected in the result.

$ QueryFactory#connectionProperty in class QueryFactory

The database connection to use.

$ Tables#caseSensitiveFieldsProperty in class Tables

List of case sensitive fields.

ConditionClass in namespace Drupal\Core\Entity\Query\Sql\pgsql

Implements entity query conditions for PostgreSQL databases.

RevisionableStorageInterface::createRevision() — Method in class RevisionableStorageInterface

Creates a new revision starting off from the specified entity object.

DefaultHtmlRouteProvider::createInstance() — Method in class DefaultHtmlRouteProvider

Instantiates a new instance of this entity handler.

$ DefaultTableMapping#columnMappingProperty in class DefaultTableMapping

A mapping of column names per field name.

DefaultTableMapping::create() — Method in class DefaultTableMapping

Initializes the table mapping.

SqlContentEntityStorage::createInstance() — Method in class SqlContentEntityStorage

Instantiates a new instance of this entity handler.

SqlContentEntityStorage::countFieldData() — Method in class SqlContentEntityStorage

Determines the number of entities with values for a given field.

SqlContentEntityStorageSchema::checkEntityType() — Method in class SqlContentEntityStorageSchema

Checks that we are dealing with the correct entity type.

SqlContentEntityStorageSchema::createDedicatedTableSchema() — Method in class SqlContentEntityStorageSchema

Creates the schema for a field stored in a dedicated table.

SqlContentEntityStorageSchema::createSharedTableSchema() — Method in class SqlContentEntityStorageSchema

Creates the schema for a field stored in a shared table.

SqlContentEntityStorageSchema::createEntitySchemaIndexes() — Method in class SqlContentEntityStorageSchema

Creates the specified entity schema indexes and keys.

SqlContentEntityStorageSchema::castValue() — Method in class SqlContentEntityStorageSchema

Typecasts values to the proper data type.

SqlFieldableEntityTypeListenerTrait::copyData() — Method in class SqlFieldableEntityTypeListenerTrait

Copies entity data from the original storage to the temporary one.

TranslatableRevisionableStorageInterface::createRevision() — Method in class TranslatableRevisionableStorageInterface

Creates a new revision starting off from the specified entity object.

TranslatableStorageInterface::createTranslation() — Method in class TranslatableStorageInterface

Constructs a new entity translation object, without permanently saving it.

EntityDataDefinition::create() — Method in class EntityDataDefinition

Creates a new entity definition.

EntityDataDefinition::createFromDataType() — Method in class EntityDataDefinition

Creates a new data definition object.

$ ActiveLinkResponseFilter#currentUserProperty in class ActiveLinkResponseFilter

The current user.

$ ActiveLinkResponseFilter#currentPathProperty in class ActiveLinkResponseFilter

The current path.

$ AnonymousUserResponseSubscriber#currentUserProperty in class AnonymousUserResponseSubscriber

The current user.

$ AuthenticationSubscriber#challengeProviderProperty in class AuthenticationSubscriber

Authentication challenge provider.

CacheRouterRebuildSubscriberClass in namespace Drupal\Core\EventSubscriber

Clear cache tags when the router is rebuilt.

ClientErrorResponseSubscriberClass in namespace Drupal\Core\EventSubscriber

Response subscriber to set the '4xx-response' cache tag on 4xx responses.

ConfigImportSubscriberClass in namespace Drupal\Core\EventSubscriber

Config import subscriber for config import events.

ConfigSnapshotSubscriberClass in namespace Drupal\Core\EventSubscriber

Create a snapshot when config is imported.

$ ConfigSnapshotSubscriber#configManagerProperty in class ConfigSnapshotSubscriber

The configuration manager.

CustomPageExceptionHtmlSubscriberClass in namespace Drupal\Core\EventSubscriber

Exception subscriber for handling core custom HTML error pages.

$ CustomPageExceptionHtmlSubscriber#configFactoryProperty in class CustomPageExceptionHtmlSubscriber

The configuration factory.

$ ExceptionDetectNeedsInstallSubscriber#connectionProperty in class ExceptionDetectNeedsInstallSubscriber

The default database connection.

$ Fast404ExceptionHtmlSubscriber#configFactoryProperty in class Fast404ExceptionHtmlSubscriber

The config factory.

$ FinalExceptionSubscriber#configFactoryProperty in class FinalExceptionSubscriber

The config factory.

$ FinishResponseSubscriber#configProperty in class FinishResponseSubscriber

A config object for the system performance configuration.

$ FinishResponseSubscriber#cacheContextsProperty in class FinishResponseSubscriber

The cache contexts manager service.

$ MainContentViewSubscriber#classResolverProperty in class MainContentViewSubscriber

The class resolver service.

$ MaintenanceModeSubscriber#configProperty in class MaintenanceModeSubscriber

The config factory.

$ MenuRouterRebuildSubscriber#connectionProperty in class MenuRouterRebuildSubscriber

The database connection.

RedirectResponseSubscriber::checkRedirectUrl() — Method in class RedirectResponseSubscriber

Allows manipulation of the response object when performing a redirect.

$ DatabaseDriverUninstallValidator#connectionProperty in class DatabaseDriverUninstallValidator

The database connection.

$ Dependency#constraintStringProperty in class Dependency

The constraint string.

$ Dependency#constraintProperty in class Dependency

The Constraint object from the constraint string.

Dependency::createFromString() — Method in class Dependency

Creates a new instance of this class from a dependency string.

$ ExtensionList#cacheProperty in class ExtensionList

The cache.

ExtensionList::createExtensionInfo() — Method in class ExtensionList

Creates the info value for an extension object.

ExtensionList::checkIncompatibility() — Method in class ExtensionList

Tests the compatibility of an extension.

ExtensionVersion::createFromVersionString() — Method in class ExtensionVersion

Constructs an extension version object from a version string.

ExtensionVersion::createFromSupportBranch() — Method in class ExtensionVersion

Constructs an ExtensionVersion version object from a support branch.

ModuleDependencyMessageTrait::checkDependencyMessage() — Method in class ModuleDependencyMessageTrait

Provides messages for missing modules or incompatible dependencies.

$ ModuleExtensionList#configFactoryProperty in class ModuleExtensionList

The config factory.

$ ModuleHandler#cacheBackendProperty in class ModuleHandler

Cache backend for storing module hook implementation information.

$ ModuleHandler#cacheNeedsWritingProperty in class ModuleHandler

Whether the cache needs to be written.

$ ModuleInstaller#connectionProperty in class ModuleInstaller

The database connection.

$ ThemeExtensionList#configFactoryProperty in class ThemeExtensionList

The config factory.

ThemeExtensionList::createExtensionInfo() — Method in class ThemeExtensionList

Creates the info value for an extension object.

$ ThemeHandler#configFactoryProperty in class ThemeHandler

The config factory to get the installed themes.

$ ThemeInstaller#configFactoryProperty in class ThemeInstaller
$ ThemeInstaller#configInstallerProperty in class ThemeInstaller
$ ThemeInstaller#configManagerProperty in class ThemeInstaller
$ ThemeInstaller#cssCollectionOptimizerProperty in class ThemeInstaller
$ FieldFormatter#classProperty in class FieldFormatter

The name of the field formatter class.

$ FieldType#categoryProperty in class FieldType

The category under which the field type should be listed in the UI.

$ FieldType#cardinalityProperty in class FieldType

An integer defining a fixed cardinality for this field type.

$ FieldWidget#classProperty in class FieldWidget

The name of the widget class.

BaseFieldDefinition::create() — Method in class BaseFieldDefinition

Creates a new field definition.

BaseFieldDefinition::createFromFieldStorageDefinition() — Method in class BaseFieldDefinition

Creates a new field definition based upon a field storage definition.

BaseFieldDefinition::createFromItemType() — Method in class BaseFieldDefinition

Creates a new list data definition for items of the given data type.

BaseFieldOverrideAccessControlHandler::checkAccess() — Method in class BaseFieldOverrideAccessControlHandler

Performs access checks.

BaseFieldOverrideStorage::createInstance() — Method in class BaseFieldOverrideStorage

Instantiates a new instance of this entity handler.

ChangedFieldItemListClass in namespace Drupal\Core\Field

Defines an item list class for changed fields.

BaseFieldOverride::createFromBaseFieldDefinition() — Method in class BaseFieldOverride

Creates a base field override object.

$ FieldConfigBase#constraintsProperty in class FieldConfigBase

Array of constraint options keyed by constraint plugin ID.

FieldConfigBase::calculateDependencies() — Method in class FieldConfigBase

Calculates dependencies and stores them in the dependency property.

FieldConfigBase::createFromItemType() — Method in class FieldConfigBase

Creates a new list data definition for items of the given data type.

FieldConfigBase::createFromDataType() — Method in class FieldConfigBase

Creates a new data definition object.

FieldDefinition::createFromFieldStorageDefinition() — Method in class FieldDefinition

Creates a new field definition.

$ FieldDefinitionListener#cacheBackendProperty in class FieldDefinitionListener

Cache backend instance.

FieldFilteredMarkup::create() — Method in class FieldFilteredMarkup

Overrides \Drupal\Component\Render\MarkupTrait::create().

FieldItemBase::calculateDependencies() — Method in class FieldItemBase

Calculates dependencies for field items.

FieldItemBase::calculateStorageDependencies() — Method in class FieldItemBase

Calculates dependencies for field items on the storage level.

FieldItemInterface::calculateDependencies() — Method in class FieldItemInterface

Calculates dependencies for field items.

FieldItemInterface::calculateStorageDependencies() — Method in class FieldItemInterface

Calculates dependencies for field items on the storage level.

FieldItemList::createItem() — Method in class FieldItemList

Helper for creating a list item object.

FieldTypePluginManager::createInstance() — Method in class FieldTypePluginManager

Creates a pre-configured instance of a plugin.

FieldTypePluginManager::createFieldItemList() — Method in class FieldTypePluginManager

Creates a new field item list.

FieldTypePluginManager::createFieldItem() — Method in class FieldTypePluginManager

Creates a new field item as part of a field item list.

FieldTypePluginManagerInterface::createFieldItemList() — Method in class FieldTypePluginManagerInterface

Creates a new field item list.

FieldTypePluginManagerInterface::createFieldItem() — Method in class FieldTypePluginManagerInterface

Creates a new field item as part of a field item list.

FormatterBase::create() — Method in class FormatterBase

Creates an instance of the plugin.

FormatterPluginManager::createInstance() — Method in class FormatterPluginManager

Creates a pre-configured instance of a plugin.

PluginSettingsBase::calculateDependencies() — Method in class PluginSettingsBase

Calculates dependencies for the configured plugin.

FieldItemDeriver::create() — Method in class FieldItemDeriver

Creates a new class instance.

EntityReferenceEntityFormatter::create() — Method in class EntityReferenceEntityFormatter

Creates an instance of the plugin.

EntityReferenceFormatterBase::checkAccess() — Method in class EntityReferenceFormatterBase

Checks access to the given entity.

EntityReferenceLabelFormatter::checkAccess() — Method in class EntityReferenceLabelFormatter

Checks access to the given entity.

LanguageFormatter::create() — Method in class LanguageFormatter

Creates an instance of the plugin.

StringFormatter::create() — Method in class StringFormatter

Creates an instance of the plugin.

TimestampAgoFormatter::create() — Method in class TimestampAgoFormatter

Creates an instance of the plugin.

TimestampFormatter::create() — Method in class TimestampFormatter

Creates an instance of the plugin.

ChangedItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'changed' entity field type.

CreatedItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'created' entity field type.

EntityReferenceItem::calculateDependencies() — Method in class EntityReferenceItem

Calculates dependencies for field items.

EntityReferenceItem::calculateStorageDependencies() — Method in class EntityReferenceItem

Calculates dependencies for field items on the storage level.

$ OptionsWidgetBase#columnProperty in class OptionsWidgetBase

Abstract over the actual field columns, to allow different field types to reuse those widgets.

FieldItemDataDefinition::createFromDataType() — Method in class FieldItemDataDefinition

Creates a new data definition object.

FieldItemDataDefinition::create() — Method in class FieldItemDataDefinition

Creates a new field item definition.

WidgetBase::create() — Method in class WidgetBase

Creates an instance of the plugin.

WidgetPluginManager::createInstance() — Method in class WidgetPluginManager

Creates a pre-configured instance of a plugin.

ChmodInterfaceClass in namespace Drupal\Core\FileTransfer

Defines an interface to chmod files.

ChmodInterface::chmodJailed() — Method in class ChmodInterface

Changes the permissions of the file / directory specified in $path.

FTPExtension::connect() — Method in class FTPExtension

Connects to the server.

FTPExtension::copyFileJailed() — Method in class FTPExtension

Copies a file.

FTPExtension::createDirectoryJailed() — Method in class FTPExtension

Creates a directory.

FTPExtension::chmodJailed() — Method in class FTPExtension

Changes the permissions of the file / directory specified in $path.

FileTransfer::connect() — Method in class FileTransfer

Connects to the server.

FileTransfer::copyDirectory() — Method in class FileTransfer

Copies a directory.

FileTransfer::chmod() — Method in class FileTransfer

Changes the permissions of the specified $path (file or directory).

FileTransfer::createDirectory() — Method in class FileTransfer

Creates a directory.

FileTransfer::copyFile() — Method in class FileTransfer

Copies a file.

FileTransfer::checkPath() — Method in class FileTransfer

Checks that the path is inside the jail and throws an exception if not.

FileTransfer::copyDirectoryJailed() — Method in class FileTransfer

Copies a directory.

FileTransfer::createDirectoryJailed() — Method in class FileTransfer

Creates a directory.

FileTransfer::copyFileJailed() — Method in class FileTransfer

Copies a file.

FileTransferAuthorizeForm::create() — Method in class FileTransferAuthorizeForm

Instantiates a new instance of this class.

Local::connect() — Method in class Local

Connects to the server.

Local::copyFileJailed() — Method in class Local

Copies a file.

Local::createDirectoryJailed() — Method in class Local

Creates a directory.

Local::chmodJailed() — Method in class Local

Changes the permissions of the file / directory specified in $path.

SSH::connect() — Method in class SSH

Connects to the server.

SSH::copyFileJailed() — Method in class SSH

Copies a file.

SSH::copyDirectoryJailed() — Method in class SSH

Copies a directory.

SSH::createDirectoryJailed() — Method in class SSH

Creates a directory.

SSH::chmodJailed() — Method in class SSH

Changes the permissions of the file / directory specified in $path.

FileSystem::chmod() — Method in class FileSystem

Sets the permissions on a file or directory.

FileSystem::copy() — Method in class FileSystem

Copies a file to a new location without invoking the file API.

FileSystem::createFilename() — Method in class FileSystem

Creates a full file path from a directory and filename.

FileSystemInterface::chmod() — Method in class FileSystemInterface

Sets the permissions on a file or directory.

FileSystemInterface::copy() — Method in class FileSystemInterface

Copies a file to a new location without invoking the file API.

FileSystemInterface::createFilename() — Method in class FileSystemInterface

Creates a full file path from a directory and filename.

$ DatabaseBackend#connectionProperty in class DatabaseBackend

The database connection used to store flood event information.

DatabaseBackend::clear() — Method in class DatabaseBackend

Makes the flood control mechanism forget an event for the current visitor.

DatabaseBackend::catchException() — Method in class DatabaseBackend

Act on an exception when flood might be stale.

FloodInterface::clear() — Method in class FloodInterface

Makes the flood control mechanism forget an event for the current visitor.

MemoryBackend::clear() — Method in class MemoryBackend

Makes the flood control mechanism forget an event for the current visitor.

ConfigFormBaseClass in namespace Drupal\Core\Form

Base class for implementing system configuration forms.

ConfigFormBase::create() — Method in class ConfigFormBase

Instantiates a new instance of this class.

ConfigFormBaseTraitClass in namespace Drupal\Core\Form

Provides access to configuration for forms.

ConfigFormBaseTrait::config() — Method in class ConfigFormBaseTrait

Retrieves a configuration object.

ConfirmFormBaseClass in namespace Drupal\Core\Form

Provides a generic base class for a confirmation form.

ConfirmFormHelperClass in namespace Drupal\Core\Form

Provides common functionality to confirmation forms.

ConfirmFormInterfaceClass in namespace Drupal\Core\Form

Defines the behavior a confirmation form.

EnforcedResponse::createFromException() — Method in class EnforcedResponse

Constructs a new enforced response from the given exception.

$ FormBase#configFactoryProperty in class FormBase

The config factory.

FormBase::create() — Method in class FormBase

Instantiates a new instance of this class.

FormBase::config() — Method in class FormBase

Retrieves a configuration object.

FormBase::configFactory() — Method in class FormBase

Gets the config factory for this form.

FormBase::currentUser() — Method in class FormBase

Gets the current user.

$ FormBuilder#csrfTokenProperty in class FormBuilder

The CSRF token generator to validate the form token.

$ FormBuilder#classResolverProperty in class FormBuilder

The class resolver.

$ FormBuilder#currentUserProperty in class FormBuilder

The current user.

FormBuilder::currentUser() — Method in class FormBuilder

Gets the current active user.

$ FormCache#csrfTokenProperty in class FormCache

The CSRF token generator to validate the form token.

$ FormCache#currentUserProperty in class FormCache

The current user.

$ FormCache#configFactoryProperty in class FormCache

The config factory.

$ FormState#complete_formProperty in class FormState

The complete form structure.

$ FormState#cacheProperty in class FormState

If set to TRUE the original, unprocessed form structure will be cached, which allows the entire form to be rebuilt from cache. A typical form workflow involves two page requests; first, a form is built and rendered for the user to fill in. Then, the user fills the form in and submits it, triggering a second page request in which the form must be built and processed. By default, $form and $form_state are built from scratch during each of these page requests. Often, it is necessary or desired to persist the $form and $form_state variables from the initial page request to the one that processes the submission. 'cache' can be set to TRUE to do this.

$ FormState#cleanValueKeysProperty in class FormState

An associative array of form value keys to be removed by cleanValues().

FormState::clearErrors() — Method in class FormState

Clears all errors against all form elements made by self::setErrorByName().

FormState::cleanValues() — Method in class FormState

Removes internal Form API elements and buttons from submitted form values.

FormStateDecoratorBase::clearErrors() — Method in class FormStateDecoratorBase

Clears all errors against all form elements made by self::setErrorByName().

FormStateDecoratorBase::cleanValues() — Method in class FormStateDecoratorBase

Removes internal Form API elements and buttons from submitted form values.

FormStateInterface::clearErrors() — Method in class FormStateInterface

Clears all errors against all form elements made by self::setErrorByName().

FormStateInterface::cleanValues() — Method in class FormStateInterface

Removes internal Form API elements and buttons from submitted form values.

$ FormValidator#csrfTokenProperty in class FormValidator

The CSRF token generator to validate the form token.

SubformState::createForSubform() — Method in class SubformState

Creates a new instance for a subform.

GeneratedLink::count() — Method in class GeneratedLink
{@inheritdoc}
ClientFactoryClass in namespace Drupal\Core\Http

Helper class to construct a HTTP client with Drupal specific config.

CacheableAccessDeniedHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable AccessDeniedHttpException.

CacheableBadRequestHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable BadRequestHttpException.

CacheableConflictHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable ConflictHttpException.

CacheableGoneHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable GoneHttpException.

CacheableHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable HttpException.

CacheableLengthRequiredHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable LengthRequiredHttpException.

CacheableMethodNotAllowedHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable MethodNotAllowedHttpException.

CacheableNotAcceptableHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable NotAcceptableHttpException.

CacheableNotFoundHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable NotFoundHttpException.

CacheablePreconditionFailedHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable PreconditionFailedHttpException.

CacheablePreconditionRequiredHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable PreconditionRequiredHttpException.

CacheableServiceUnavailableHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable ServiceUnavailableHttpException.

CacheableTooManyRequestsHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable TooManyRequestsHttpException.

CacheableUnauthorizedHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable UnauthorizedHttpException.

CacheableUnprocessableEntityHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable UnprocessableEntityHttpException.

CacheableUnsupportedMediaTypeHttpExceptionClass in namespace Drupal\Core\Http\Exception

A cacheable UnsupportedMediaTypeHttpException.

$ HandlerStackConfigurator#containerProperty in class HandlerStackConfigurator

The service container.

HandlerStackConfigurator::configure() — Method in class HandlerStackConfigurator

Configures the stack using services tagged as http_client_middleware.

TrustedHostsRequestFactory::createRequest() — Method in class TrustedHostsRequestFactory

Creates a new request object.

$ ImageToolkitBase#configFactoryProperty in class ImageToolkitBase

The config factory.

$ ImageToolkitManager#configFactoryProperty in class ImageToolkitManager

The config factory.

ImageToolkitOperationManager::createInstance() — Method in class ImageToolkitOperationManager

Creates a pre-configured instance of a plugin.

Image::createNew() — Method in class Image

Prepares a new image, without loading it from a file.

Image::convert() — Method in class Image

Instructs the toolkit to save the image in the format specified by the extension.

Image::crop() — Method in class Image

Crops an image to a rectangle specified by the given dimensions.

ImageInterface::createNew() — Method in class ImageInterface

Prepares a new image, without loading it from a file.

ImageInterface::convert() — Method in class ImageInterface

Instructs the toolkit to save the image in the format specified by the extension.

ImageInterface::crop() — Method in class ImageInterface

Crops an image to a rectangle specified by the given dimensions.

ConfigOverrideClass in namespace Drupal\Core\Installer

Override configuration during the installer.

ConfigOverride::createConfigObject() — Method in class ConfigOverride

Creates a configuration object for use during install and synchronization.

$ SiteConfigureForm#countryManagerProperty in class SiteConfigureForm

The country manager.

SiteConfigureForm::create() — Method in class SiteConfigureForm

Instantiates a new instance of this class.

SiteSettingsForm::create() — Method in class SiteSettingsForm

Instantiates a new instance of this class.

SiteSettingsForm::createRandomConfigDirectory() — Method in class SiteSettingsForm

Create a random config sync directory.

$ DatabaseStorage#connectionProperty in class DatabaseStorage

The database connection.

DatabaseStorage::catchException() — Method in class DatabaseStorage

Act on an exception when the table might not have been created.

$ KeyValueDatabaseExpirableFactory#connectionProperty in class KeyValueDatabaseExpirableFactory

The database connection.

KeyValueDatabaseExpirableFactory::catchException() — Method in class KeyValueDatabaseExpirableFactory

Act on an exception when the table might not have been created.

$ KeyValueDatabaseFactory#connectionProperty in class KeyValueDatabaseFactory

The database connection to use.

$ KeyValueFactory#containerProperty in class KeyValueFactory

The service container.

$ KeyValueMemoryFactory#collectionsProperty in class KeyValueMemoryFactory

An array of keyvalue collections that are stored in memory.

$ NullStorageExpirable#collectionProperty in class NullStorageExpirable

The name of the collection holding key and value pairs.

$ StorageBase#collectionProperty in class StorageBase

The name of the collection holding key and value pairs.

CurrentLanguageContextClass in namespace Drupal\Core\Language\ContextProvider

Sets the current language as a context.

$ Layout#categoryProperty in class Layout

The human-readable category.

$ Layout#classProperty in class Layout

The layout plugin class.

SvgIconBuilder::calculateSvgValues() — Method in class SvgIconBuilder

Calculates the dimensions and offsets of all regions.

LayoutDefault::calculateDependencies() — Method in class LayoutDefault

Calculates dependencies for the configured plugin.

$ LayoutDefinition#categoryProperty in class LayoutDefinition

The human-readable category.

LayoutPluginManagerInterface::createInstance() — Method in class LayoutPluginManagerInterface

Creates a pre-configured instance of a plugin.

Link::createFromRoute() — Method in class Link

Creates a Link object from a given route name and parameters.

CountryManagerClass in namespace Drupal\Core\Locale

Provides list of countries.

$ CountryManager#countriesProperty in class CountryManager

An array of country code => country name pairs.

CountryManagerInterfaceClass in namespace Drupal\Core\Locale

Defines a common interface for country managers.

DatabaseLockBackend::catchException() — Method in class DatabaseLockBackend

Act on an exception when semaphore might be stale.

$ LoggerChannel#callDepthProperty in class LoggerChannel

Number of times LoggerChannel::log() has been called for a single message.

$ LoggerChannel#channelProperty in class LoggerChannel

The name of the channel of this logger instance.

$ LoggerChannel#currentUserProperty in class LoggerChannel

The current user object.

$ LoggerChannelFactory#channelsProperty in class LoggerChannelFactory

Array of all instantiated logger channels keyed by channel name.

RfcLoggerTrait::critical() — Method in class RfcLoggerTrait
{@inheritdoc}
$ MailManager#configFactoryProperty in class MailManager

The config factory.

$ PhpMail#configFactoryProperty in class PhpMail

The configuration factory.

ContextualLinkDefaultClass in namespace Drupal\Core\Menu

Provides a common base implementation of a contextual link.

ContextualLinkInterfaceClass in namespace Drupal\Core\Menu

Defines a contextual link plugin.

ContextualLinkManagerClass in namespace Drupal\Core\Menu

Defines a contextual link plugin manager to deal with contextual links.

$ ContextualLinkManager#controllerResolverProperty in class ContextualLinkManager

A controller resolver object.

ContextualLinkManagerInterfaceClass in namespace Drupal\Core\Menu

Provides an object which returns the available contextual links.

DefaultMenuLinkTreeManipulators::checkAccess() — Method in class DefaultMenuLinkTreeManipulators

Performs access checks of a menu tree.

DefaultMenuLinkTreeManipulators::checkNodeAccess() — Method in class DefaultMenuLinkTreeManipulators

Performs access checking for nodes in an optimized way.

DefaultMenuLinkTreeManipulators::collectNodeLinks() — Method in class DefaultMenuLinkTreeManipulators

Collects the node links in the menu tree.

MenuLinkDefaultForm::create() — Method in class MenuLinkDefaultForm

Instantiates a new instance of this class.

LocalActionDefault::create() — Method in class LocalActionDefault

Creates an instance of the plugin.

MenuLinkDefault::create() — Method in class MenuLinkDefault

Creates an instance of the plugin.

MenuLinkManager::createInstance() — Method in class MenuLinkManager

Returns a pre-configured menu link plugin instance.

MenuLinkManager::countMenuLinks() — Method in class MenuLinkManager

Counts the total number of menu links.

MenuLinkManagerInterface::countMenuLinks() — Method in class MenuLinkManagerInterface

Counts the total number of menu links.

$ MenuLinkTree#controllerResolverProperty in class MenuLinkTree

The controller resolver.

MenuLinkTree::createInstances() — Method in class MenuLinkTree

Returns a tree containing of MenuLinkTreeElement based upon tree data.

MenuLinkTreeElement::count() — Method in class MenuLinkTreeElement

Counts all menu links in the current subtree.

$ MenuTreeParameters#conditionsProperty in class MenuTreeParameters

The conditions used to restrict which links are loaded.

$ MenuTreeStorage#connectionProperty in class MenuTreeStorage

The database connection.

$ MenuTreeStorage#cacheTagsInvalidatorProperty in class MenuTreeStorage

The cache tags invalidator.

MenuTreeStorage::collectRoutesAndDefinitions() — Method in class MenuTreeStorage

Traverses the menu tree and collects all the route names and definitions.

MenuTreeStorage::countMenuLinks() — Method in class MenuTreeStorage

Counts the total number of menu links in one menu or all menus.

MenuTreeStorageInterface::countMenuLinks() — Method in class MenuTreeStorageInterface

Counts the total number of menu links in one menu or all menus.

LocalActionsBlock::create() — Method in class LocalActionsBlock

Creates an instance of the plugin.

LocalTasksBlock::create() — Method in class LocalTasksBlock

Creates an instance of the plugin.

$ StaticMenuLinkOverrides#configNameProperty in class StaticMenuLinkOverrides

The config name used to store the overrides.

$ StaticMenuLinkOverrides#configProperty in class StaticMenuLinkOverrides

The menu link overrides config object.

$ StaticMenuLinkOverrides#configFactoryProperty in class StaticMenuLinkOverrides

The config factory object.

ChainRequestPolicyClass in namespace Drupal\Core\PageCache

Implements a compound request policy.

ChainRequestPolicy::check() — Method in class ChainRequestPolicy

Determines whether delivery of a cached page should be attempted.

ChainRequestPolicyInterfaceClass in namespace Drupal\Core\PageCache

Defines the interface for compound request policies.

ChainResponsePolicyClass in namespace Drupal\Core\PageCache

Implements a compound response policy.

ChainResponsePolicy::check() — Method in class ChainResponsePolicy

Determines whether it is save to store a page in the cache.

ChainResponsePolicyInterfaceClass in namespace Drupal\Core\PageCache

Defines the interface for compound request policies.

RequestPolicyInterface::check() — Method in class RequestPolicyInterface

Determines whether delivery of a cached page should be attempted.

CommandLineOrUnsafeMethodClass in namespace Drupal\Core\PageCache\RequestPolicy

Reject when running from the command line or when HTTP method is not safe.

CommandLineOrUnsafeMethod::check() — Method in class CommandLineOrUnsafeMethod

Determines whether delivery of a cached page should be attempted.

NoSessionOpen::check() — Method in class NoSessionOpen

Determines whether delivery of a cached page should be attempted.

ResponsePolicyInterface::check() — Method in class ResponsePolicyInterface

Determines whether it is save to store a page in the cache.

DenyNoCacheRoutes::check() — Method in class DenyNoCacheRoutes

Determines whether it is save to store a page in the cache.

KillSwitch::check() — Method in class KillSwitch

Determines whether it is save to store a page in the cache.

NoServerError::check() — Method in class NoServerError

Determines whether it is save to store a page in the cache.

$ Pager#currentPageProperty in class Pager

The current page of the pager.

PagerManager::createPager() — Method in class PagerManager

Initializes a pager.

PagerManagerInterface::createPager() — Method in class PagerManagerInterface

Initializes a pager.

$ AdminPathConfigEntityConverter#configFactoryProperty in class AdminPathConfigEntityConverter

The config factory.

AdminPathConfigEntityConverter::convert() — Method in class AdminPathConfigEntityConverter

Converts path variables to their corresponding objects.

EntityConverter::convert() — Method in class EntityConverter

Converts path variables to their corresponding objects.

EntityRevisionParamConverter::convert() — Method in class EntityRevisionParamConverter

Converts path variables to their corresponding objects.

MenuLinkPluginConverter::convert() — Method in class MenuLinkPluginConverter

Converts path variables to their corresponding objects.

ParamConverterInterface::convert() — Method in class ParamConverterInterface

Converts path variables to their corresponding objects.

$ ParamConverterManager#convertersProperty in class ParamConverterManager

Array of loaded converter services keyed by their ids.

ParamConverterManager::convert() — Method in class ParamConverterManager

Invokes the registered converter for each defined parameter on a route.

ParamConverterManagerInterface::convert() — Method in class ParamConverterManagerInterface

Invokes the registered converter for each defined parameter on a route.

PasswordInterface::check() — Method in class PasswordInterface

Check whether a plain text password matches a hashed password.

$ PhpassHashedPassword#countLog2Property in class PhpassHashedPassword

Specifies the number of times the hashing function will be applied when generating new password hashes. The number of times is calculated by raising 2 to the power of the given value.

PhpassHashedPassword::crypt() — Method in class PhpassHashedPassword

Hash a password using a secure stretched hash.

PhpassHashedPassword::check() — Method in class PhpassHashedPassword

Check whether a plain text password matches a hashed password.

$ PathProcessorFront#configProperty in class PathProcessorFront

A config factory for retrieving required config settings.

CurrentPathStackClass in namespace Drupal\Core\Path

Represents the current path for the current request.

$ PathMatcher#configFactoryProperty in class PathMatcher

The config factory service.

UniquePathAliasConstraintValidator::create() — Method in class UniquePathAliasConstraintValidator

Instantiates a new instance of this class.

ValidPathConstraintValidator::create() — Method in class ValidPathConstraintValidator

Instantiates a new instance of this class.

CachedDiscoveryClearerClass in namespace Drupal\Core\Plugin

Defines a class which is capable of clearing the cache on plugin managers.

$ CachedDiscoveryClearer#cachedDiscoveriesProperty in class CachedDiscoveryClearer

The stored discoveries.

CachedDiscoveryClearer::clearCachedDefinitions() — Method in class CachedDiscoveryClearer

Clears the cache on all cached discoveries.

CachedDiscoveryClearerInterfaceClass in namespace Drupal\Core\Plugin

Provides a way to clear static caches of all plugin managers.

CachedDiscoveryClearerInterface::clearCachedDefinitions() — Method in class CachedDiscoveryClearerInterface

Clears the cache on all cached discoveries.

CategorizingPluginManagerTraitClass in namespace Drupal\Core\Plugin

Provides a trait for the CategorizingPluginManagerInterface.

ContainerFactoryPluginInterfaceClass in namespace Drupal\Core\Plugin

Defines an interface for pulling plugin dependencies from the container.

ContainerFactoryPluginInterface::create() — Method in class ContainerFactoryPluginInterface

Creates an instance of the plugin.

ContextAwarePluginAssignmentTraitClass in namespace Drupal\Core\Plugin

Handles context assignments for context-aware plugins.

ContextAwarePluginAssignmentTrait::contextHandler() — Method in class ContextAwarePluginAssignmentTrait

Wraps the context handler.

ContextAwarePluginBaseClass in namespace Drupal\Core\Plugin

Base class for plugins that are context aware.

ContextAwarePluginBase::createContextFromConfiguration() — Method in class ContextAwarePluginBase

Creates context objects from any context mappings in configuration.

ContextAwarePluginInterfaceClass in namespace Drupal\Core\Plugin

An override of ContextAwarePluginInterface for documentation purposes.

ContextAwarePluginTraitClass in namespace Drupal\Core\Plugin

Provides a trait to add context-aware functionality to plugins.

$ ContextAwarePluginTrait#contextProperty in class ContextAwarePluginTrait

The data objects representing the context of this plugin.

ContextClass in namespace Drupal\Core\Plugin\Context

A Drupal specific context wrapper class.

$ Context#contextDataProperty in class Context

The data associated with the context.

$ Context#contextDefinitionProperty in class Context

The definition to which a context must conform.

$ Context#cacheabilityMetadataProperty in class Context

The cacheability metadata.

Context::createFromContext() — Method in class Context

Creates a new context with a different value.

ContextAwarePluginManagerInterfaceClass in namespace Drupal\Core\Plugin\Context

Provides an interface for plugin managers that support context-aware plugins.

ContextAwarePluginManagerTraitClass in namespace Drupal\Core\Plugin\Context

Provides a trait for plugin managers that support context-aware plugins.

ContextAwarePluginManagerTrait::contextHandler() — Method in class ContextAwarePluginManagerTrait

Wraps the context handler.

ContextDefinitionClass in namespace Drupal\Core\Plugin\Context

Defines a class for context definitions.

$ ContextDefinition#constraintsProperty in class ContextDefinition

An array of constraints.

ContextDefinition::create() — Method in class ContextDefinition

Creates a new context definition.

ContextDefinitionInterfaceClass in namespace Drupal\Core\Plugin\Context

Interface to define definition objects in ContextInterface via TypedData.

ContextHandlerClass in namespace Drupal\Core\Plugin\Context

Provides methods to handle sets of contexts.

ContextHandler::checkRequirements() — Method in class ContextHandler

Checks a set of requirements against a set of contexts.

ContextHandlerInterfaceClass in namespace Drupal\Core\Plugin\Context

Provides an interface for handling sets of contexts.

ContextHandlerInterface::checkRequirements() — Method in class ContextHandlerInterface

Checks a set of requirements against a set of contexts.

ContextInterfaceClass in namespace Drupal\Core\Plugin\Context

Context data and definitions for plugins supporting caching and return docs.

ContextInterface::createFromContext() — Method in class ContextInterface

Creates a new context with a different value.

ContextProviderInterfaceClass in namespace Drupal\Core\Plugin\Context

Defines an interface for providing plugin contexts.

ContextRepositoryInterfaceClass in namespace Drupal\Core\Plugin\Context

Offers a global context repository.

$ LazyContextRepository#contextProviderServiceIDsProperty in class LazyContextRepository

The set of available context providers service IDs.

$ LazyContextRepository#containerProperty in class LazyContextRepository

The service container.

$ LazyContextRepository#contextsProperty in class LazyContextRepository

The statically cached contexts.

$ DefaultLazyPluginCollection#configurationsProperty in class DefaultLazyPluginCollection

The initial configuration for each plugin in the collection.

$ DefaultPluginManager#cacheKeyProperty in class DefaultPluginManager

The cache key.

$ DefaultPluginManager#cacheTagsProperty in class DefaultPluginManager

An array of cache tags to use for the cached definitions.

DefaultPluginManager::clearCachedDefinitions() — Method in class DefaultPluginManager

Clears static and persistent plugin definition caches.

$ DefaultSingleLazyPluginCollection#configurationProperty in class DefaultSingleLazyPluginCollection

An array of configuration to instantiate the plugin with.

$ DependentPluginDefinitionTrait#config_dependenciesProperty in class DependentPluginDefinitionTrait

The dependencies of this plugin definition.

ContainerDerivativeDiscoveryDecoratorClass in namespace Drupal\Core\Plugin\Discovery

Injects dependencies into derivers if they use ContainerDeriverInterface.

ContainerDeriverInterfaceClass in namespace Drupal\Core\Plugin\Discovery

Provides additional plugin definitions based on an existing definition using service injection.

ContainerDeriverInterface::create() — Method in class ContainerDeriverInterface

Creates a new class instance.

ContainerFactoryClass in namespace Drupal\Core\Plugin\Factory

Plugin factory which passes a container to a create method.

ContainerFactory::createInstance() — Method in class ContainerFactory

Creates a pre-configured instance of a plugin.

PluginDependencyTrait::calculatePluginDependencies() — Method in class PluginDependencyTrait

Calculates and adds dependencies of a specific plugin instance.

$ PluginFormFactory#classResolverProperty in class PluginFormFactory

The class resolver.

PluginFormFactory::createInstance() — Method in class PluginFormFactory

Creates a new form instance.

PluginFormFactoryInterface::createInstance() — Method in class PluginFormFactoryInterface

Creates a new form instance.

PrivateKey::create() — Method in class PrivateKey

Creates a new private key.

$ BatchStorage#containerProperty in class BatchStorage

The service container.

BatchStorage::cleanup() — Method in class BatchStorage

Cleans up failed or old batches.

BatchStorage::create() — Method in class BatchStorage

Creates and saves a batch.

ConfigInstallerClass in namespace Drupal\Core\ProxyClass\Config

Provides a proxy class for \Drupal\Core\Config\ConfigInstaller.

$ ConfigInstaller#containerProperty in class ConfigInstaller

The service container.

ConfigInstaller::checkConfigurationToInstall() — Method in class ConfigInstaller

Checks the configuration that will be installed for an extension.

CronClass in namespace Drupal\Core\ProxyClass

Provides a proxy class for \Drupal\Core\Cron.

$ Cron#containerProperty in class Cron

The service container.

ContentUninstallValidatorClass in namespace Drupal\Core\ProxyClass\Entity

Provides a proxy class for \Drupal\Core\Entity\ContentUninstallValidator.

$ ContentUninstallValidator#containerProperty in class ContentUninstallValidator

The service container.

$ DatabaseDriverUninstallValidator#containerProperty in class DatabaseDriverUninstallValidator

The service container.

$ ModuleInstaller#containerProperty in class ModuleInstaller

The service container.

$ ModuleRequiredByThemesUninstallValidator#containerProperty in class ModuleRequiredByThemesUninstallValidator

The service container.

$ RequiredModuleUninstallValidator#containerProperty in class RequiredModuleUninstallValidator

The service container.

$ ExtensionMimeTypeGuesser#containerProperty in class ExtensionMimeTypeGuesser

The service container.

$ MimeTypeGuesser#containerProperty in class MimeTypeGuesser

The service container.

$ DatabaseLockBackend#containerProperty in class DatabaseLockBackend

The service container.

$ PersistentDatabaseLockBackend#containerProperty in class PersistentDatabaseLockBackend

The service container.

ChainResponsePolicyClass in namespace Drupal\Core\ProxyClass\PageCache

Provides a proxy class for \Drupal\Core\PageCache\ChainResponsePolicy.

$ ChainResponsePolicy#containerProperty in class ChainResponsePolicy

The service container.

ChainResponsePolicy::check() — Method in class ChainResponsePolicy

Determines whether it is save to store a page in the cache.

$ AdminPathConfigEntityConverter#containerProperty in class AdminPathConfigEntityConverter

The service container.

AdminPathConfigEntityConverter::convert() — Method in class AdminPathConfigEntityConverter

Converts path variables to their corresponding objects.

$ MenuLinkPluginConverter#containerProperty in class MenuLinkPluginConverter

The service container.

MenuLinkPluginConverter::convert() — Method in class MenuLinkPluginConverter

Converts path variables to their corresponding objects.

CachedDiscoveryClearerClass in namespace Drupal\Core\ProxyClass\Plugin

Provides a proxy class for \Drupal\Core\Plugin\CachedDiscoveryClearer.

$ CachedDiscoveryClearer#containerProperty in class CachedDiscoveryClearer

The service container.

CachedDiscoveryClearer::clearCachedDefinitions() — Method in class CachedDiscoveryClearer

Clears the cache on all cached discoveries.

$ BareHtmlPageRenderer#containerProperty in class BareHtmlPageRenderer

The service container.

$ MatcherDumper#containerProperty in class MatcherDumper

The service container.

$ RouteBuilder#containerProperty in class RouteBuilder

The service container.

Batch::claimItem() — Method in class Batch

Overrides \Drupal\Core\Queue\DatabaseQueue::claimItem().

BatchMemory::claimItem() — Method in class BatchMemory

Overrides \Drupal\Core\Queue\Memory::claimItem().

$ DatabaseQueue#connectionProperty in class DatabaseQueue

The database connection.

DatabaseQueue::createItem() — Method in class DatabaseQueue

Adds a queue item and store it directly to the queue.

DatabaseQueue::claimItem() — Method in class DatabaseQueue

Claims an item in the queue for processing.

DatabaseQueue::createQueue() — Method in class DatabaseQueue

Creates a queue.

DatabaseQueue::catchException() — Method in class DatabaseQueue

Act on an exception when queue might be stale.

Memory::createItem() — Method in class Memory

Adds a queue item and store it directly to the queue.

Memory::claimItem() — Method in class Memory

Claims an item in the queue for processing.

Memory::createQueue() — Method in class Memory

Creates a queue.

$ QueueDatabaseFactory#connectionProperty in class QueueDatabaseFactory

The database connection.

QueueInterface::createItem() — Method in class QueueInterface

Adds a queue item and store it directly to the queue.

QueueInterface::claimItem() — Method in class QueueInterface

Claims an item in the queue for processing.

QueueInterface::createQueue() — Method in class QueueInterface

Creates a queue.

QueueWorkerManager::createInstance() — Method in class QueueWorkerManager

Creates a pre-configured instance of a plugin.

BubbleableMetadata::createFromRenderArray() — Method in class BubbleableMetadata

Creates a bubbleable metadata object with values taken from a render array.

BubbleableMetadata::createFromObject() — Method in class BubbleableMetadata

Creates a bubbleable metadata object from a depended object.

Element::child() — Method in class Element

Checks if the key is a child.

Element::children() — Method in class Element

Identifies the children of an element array, optionally sorted by weight.

$ ElementInfoManager#cacheTagInvalidatorProperty in class ElementInfoManager

The cache tag invalidator.

ElementInfoManager::createInstance() — Method in class ElementInfoManager

Creates a pre-configured instance of a plugin.

ElementInfoManager::clearCachedDefinitions() — Method in class ElementInfoManager

Clears static and persistent plugin definition caches.

CheckboxClass in namespace Drupal\Core\Render\Element

Provides a form element for a single checkbox.

CheckboxesClass in namespace Drupal\Core\Render\Element

Provides a form element for a set of checkboxes.

ColorClass in namespace Drupal\Core\Render\Element

Provides a form element for choosing a color.

CompositeFormElementTraitClass in namespace Drupal\Core\Render\Element

Provides a trait for radios, checkboxes, and similar composite form elements.

ContainerClass in namespace Drupal\Core\Render\Element

Provides a render element that wraps child elements in a container.

$ HtmlResponseAttachmentsProcessor#configProperty in class HtmlResponseAttachmentsProcessor

A config object for the system performance configuration.

$ HtmlResponseAttachmentsProcessor#cssCollectionRendererProperty in class HtmlResponseAttachmentsProcessor

The CSS asset collection renderer service.

$ PageDisplayVariantSelectionEvent#contextsProperty in class PageDisplayVariantSelectionEvent

An array of collected contexts to pass to the page display variant.

PlaceholderGenerator::canCreatePlaceholder() — Method in class PlaceholderGenerator

Analyzes whether the given render array can be placeholdered.

PlaceholderGenerator::createPlaceholder() — Method in class PlaceholderGenerator

Turns the given element into a placeholder.

PlaceholderGeneratorInterface::canCreatePlaceholder() — Method in class PlaceholderGeneratorInterface

Analyzes whether the given render array can be placeholdered.

PlaceholderGeneratorInterface::createPlaceholder() — Method in class PlaceholderGeneratorInterface

Turns the given element into a placeholder.

ChainedPlaceholderStrategyClass in namespace Drupal\Core\Render\Placeholder

Renders placeholders using a chain of placeholder strategies.

PlaceholderingRenderCache::createPlaceholderAndRemember() — Method in class PlaceholderingRenderCache

Create a placeholder for a renderable array and remember in a static cache.

$ RenderCache#cacheFactoryProperty in class RenderCache

The cache factory.

$ RenderCache#cacheContextsManagerProperty in class RenderCache

The cache contexts manager.

RenderCache::createCacheID() — Method in class RenderCache

Creates the cache ID for a renderable element.

$ Renderer#controllerResolverProperty in class Renderer

The controller resolver.

$ Renderer#contextCollectionProperty in class Renderer

The render context collection.

AccessAwareRouter::checkAccess() — Method in class AccessAwareRouter

Apply access check service to the route and parameters in the request.

CacheableRouteProviderInterfaceClass in namespace Drupal\Core\Routing

Extends the router provider interface to provide caching support.

CacheableSecuredRedirectResponseClass in namespace Drupal\Core\Routing

Provides a common base class for cacheable safe redirects.

CompiledRouteClass in namespace Drupal\Core\Routing

A compiled route contains derived information from a route object.

ContentTypeHeaderMatcherClass in namespace Drupal\Core\Routing

Filters routes based on the HTTP Content-type header.

CurrentRouteMatchClass in namespace Drupal\Core\Routing

Default object for current_route_match service.

ParamConversionEnhancer::copyRawVariables() — Method in class ParamConversionEnhancer

Store a backup of the raw values that corresponding to the route pattern.

LazyRouteCollection::count() — Method in class LazyRouteCollection

Gets the number of Routes in this collection.

$ MatcherDumper#connectionProperty in class MatcherDumper

The database connection to which to dump route information.

$ RequestContext#completeBaseUrlProperty in class RequestContext

The scheme, host and base path, for example "http://example.com/d8".

$ RouteBuilder#controllerResolverProperty in class RouteBuilder

The controller resolver.

$ RouteBuilder#checkProviderProperty in class RouteBuilder

The check provider.

RouteCompiler::compile() — Method in class RouteCompiler

Compiles the current route instance.

RouteMatch::createFromRequest() — Method in class RouteMatch

Creates a RouteMatch from a request.

$ RoutePreloader#cacheProperty in class RoutePreloader

The cache backend used to skip the state loading.

$ RouteProvider#connectionProperty in class RouteProvider

The database connection from which to read route information.

$ RouteProvider#currentPathProperty in class RouteProvider

The current path.

$ RouteProvider#cacheProperty in class RouteProvider

The cache backend.

$ RouteProvider#cacheTagInvalidatorProperty in class RouteProvider

The cache tag invalidator.

$ UrlGenerator#contextProperty in class UrlGenerator
$ UrlMatcher#currentPathProperty in class UrlMatcher

The current path.

RequestSanitizer::checkDestination() — Method in class RequestSanitizer

Checks a destination string to see if it is dangerous.

StaticTrustedCallbackHelper::callback() — Method in class StaticTrustedCallbackHelper

Performs a callback.

$ AccountSwitcher#currentUserProperty in class AccountSwitcher

The current user service.

MetadataBag::clearCsrfTokenSeed() — Method in class MetadataBag

Clear the CSRF token seed.

$ PermissionsHashGenerator#cacheProperty in class PermissionsHashGenerator

The cache backend interface to use for the persistent cache.

$ SessionHandler#connectionProperty in class SessionHandler

The database connection.

SessionHandler::close() — Method in class SessionHandler
{@inheritdoc}
$ SessionManager#connectionProperty in class SessionManager

The database connection to use.

WriteSafeSessionHandler::close() — Method in class WriteSafeSessionHandler
{@inheritdoc}
$ MaintenanceMode#configProperty in class MaintenanceMode

The configuration factory.

$ State#cacheProperty in class State

Static state cache.

$ LocalStream#contextProperty in class LocalStream

Stream context resource.

$ ReadOnlyStream#contextProperty in class ReadOnlyStream

Stream context resource.

$ PluralTranslatableMarkup#countProperty in class PluralTranslatableMarkup

The item count to display.

PluralTranslatableMarkup::createFromTranslatedString() — Method in class PluralTranslatableMarkup

Constructs a new class instance from already translated markup.

TranslatableMarkup::count() — Method in class TranslatableMarkup

Returns the string length.

CustomStringsClass in namespace Drupal\Core\StringTranslation\Translator

String translator using overrides from variables.

BreakLockLink::create() — Method in class BreakLockLink

Creates an instance of the plugin.

$ PrivateTempStore#currentUserProperty in class PrivateTempStore

The current user.

PrivateTempStore::createkey() — Method in class PrivateTempStore

Ensures that the key is unique for a user.

$ PrivateTempStoreFactory#currentUserProperty in class PrivateTempStoreFactory

The current user.

$ SharedTempStore#currentUserProperty in class SharedTempStore

The current user.

$ SharedTempStoreFactory#currentUserProperty in class SharedTempStoreFactory

The current user.

Attribute::createAttributeValue() — Method in class Attribute

Creates the different types of attribute values.

TwigEnvironment::compileSource() — Method in class TwigEnvironment
{@inheritdoc}
TwigExtension::createAttribute() — Method in class TwigExtension

Creates an Attribute object.

TwigNodeTrans::compile() — Method in class TwigNodeTrans
{@inheritdoc}
TwigNodeTrans::compileString() — Method in class TwigNodeTrans

Extracts the text and tokens for the "trans" tag.

$ TwigPhpStorageCache#cacheProperty in class TwigPhpStorageCache

The cache object used for auto-refresh via mtime.

TwigSandboxPolicy::checkSecurity() — Method in class TwigSandboxPolicy
{@inheritdoc}
TwigSandboxPolicy::checkPropertyAllowed() — Method in class TwigSandboxPolicy
{@inheritdoc}
TwigSandboxPolicy::checkMethodAllowed() — Method in class TwigSandboxPolicy
{@inheritdoc}
TwigTransTokenParser::checkTransString() — Method in class TwigTransTokenParser

Ensure that any nodes that are parsed are only of allowed types.

EnvironmentCleaner::cleanEnvironment() — Method in class EnvironmentCleaner

Removes all test-related database tables and directories.

EnvironmentCleaner::cleanDatabase() — Method in class EnvironmentCleaner

Remove database entries left over in the fixture database.

EnvironmentCleaner::cleanTemporaryDirectories() — Method in class EnvironmentCleaner

Finds all leftover fixture site directories and removes them.

EnvironmentCleaner::cleanResultsTable() — Method in class EnvironmentCleaner

Clears test result tables from the results database.

EnvironmentCleanerInterface::cleanEnvironment() — Method in class EnvironmentCleanerInterface

Removes all test-related database tables and directories.

EnvironmentCleanerInterface::cleanDatabase() — Method in class EnvironmentCleanerInterface

Remove database entries left over in the fixture database.

EnvironmentCleanerInterface::cleanTemporaryDirectories() — Method in class EnvironmentCleanerInterface

Finds all leftover fixture site directories and removes them.

EnvironmentCleanerInterface::cleanResultsTable() — Method in class EnvironmentCleanerInterface

Clears test result tables from the results database.

$ FunctionalTestSetupTrait#classLoaderProperty in class FunctionalTestSetupTrait

The class loader to use for installation and initialization of setup.

JUnitConverter::convertTestCaseToSimpletestRow() — Method in class JUnitConverter

Converts a PHPUnit test case result to a {simpletest} result row.

PhpUnitTestRunner::create() — Method in class PhpUnitTestRunner

Instantiates a new instance of this class.

$ TestDiscovery#classLoaderProperty in class TestDiscovery

The class loader.

TestRunnerKernel::createFromRequest() — Method in class TestRunnerKernel

Create a DrupalKernel object from a request.

$ TestSetupTrait#configSchemaCheckerExclusionsProperty in class TestSetupTrait

An array of config object names that are excluded from schema checking.

$ TestSetupTrait#containerProperty in class TestSetupTrait

The dependency injection container used in the test.

TestSetupTrait::changeDatabasePrefix() — Method in class TestSetupTrait

Changes the database connection to the prefixed one.

$ AjaxBasePageNegotiator#csrfGeneratorProperty in class AjaxBasePageNegotiator

The CSRF token generator.

$ AjaxBasePageNegotiator#configFactoryProperty in class AjaxBasePageNegotiator

The config factory.

$ DefaultNegotiator#configFactoryProperty in class DefaultNegotiator

The system theme config object.

$ Registry#cacheProperty in class Registry

The cache backend to use for the complete theme registry data.

Registry::completeSuggestion() — Method in class Registry

Completes the definition of the requested suggestion hook.

ThemeAccessCheck::checkAccess() — Method in class ThemeAccessCheck

Indicates whether the theme is accessible based on whether it is installed.

$ ThemeInitialization#cacheProperty in class ThemeInitialization

The cache backend to use for the active theme.

$ ThemeNegotiator#classResolverProperty in class ThemeNegotiator

The class resolver.

$ DataType#constraintsProperty in class DataType

An array of validation constraints for this type.

ComplexDataDefinitionBaseClass in namespace Drupal\Core\TypedData

Base class for complex data definitions.

ComplexDataDefinitionInterfaceClass in namespace Drupal\Core\TypedData

Interface for complex data definitions.

ComplexDataInterfaceClass in namespace Drupal\Core\TypedData

Interface for complex data; i.e. data containing named and typed properties.

ComputedItemListTraitClass in namespace Drupal\Core\TypedData

Provides common functionality for computed item lists.

ComputedItemListTrait::computeValue() — Method in class ComputedItemListTrait

Computes the values for an item list.

ComputedItemListTrait::count() — Method in class ComputedItemListTrait
{@inheritdoc}
DataDefinition::create() — Method in class DataDefinition

Creates a new data definition.

DataDefinition::createFromDataType() — Method in class DataDefinition

Creates a new data definition object.

DataDefinitionInterface::createFromDataType() — Method in class DataDefinitionInterface

Creates a new data definition object.

DataReferenceDefinition::create() — Method in class DataReferenceDefinition

Creates a new data reference definition.

DataReferenceDefinition::createFromDataType() — Method in class DataReferenceDefinition

Creates a new data definition object.

ListDataDefinition::create() — Method in class ListDataDefinition

Creates a new list definition.

ListDataDefinition::createFromDataType() — Method in class ListDataDefinition

Creates a new data definition object.

ListDataDefinition::createFromItemType() — Method in class ListDataDefinition

Creates a new list data definition for items of the given data type.

ListDataDefinitionInterface::createFromItemType() — Method in class ListDataDefinitionInterface

Creates a new list data definition for items of the given data type.

MapDataDefinition::create() — Method in class MapDataDefinition

Creates a new map definition.

MapDataDefinition::createFromDataType() — Method in class MapDataDefinition

Creates a new data definition object.

ItemList::createItem() — Method in class ItemList

Helper for creating a list item object.

ItemList::count() — Method in class ItemList
{@inheritdoc}
TypedData::createInstance() — Method in class TypedData

Constructs a TypedData object given its definition and context.

TypedDataInterface::createInstance() — Method in class TypedDataInterface

Constructs a TypedData object given its definition and context.

$ TypedDataManager#constraintManagerProperty in class TypedDataManager

The validation constraint manager to use for instantiating constraints.

$ TypedDataManager#classResolverProperty in class TypedDataManager

The class resolver.

TypedDataManager::createInstance() — Method in class TypedDataManager

Creates a pre-configured instance of a plugin.

TypedDataManager::create() — Method in class TypedDataManager

Creates a new typed data object instance.

TypedDataManager::createDataDefinition() — Method in class TypedDataManager

Creates a new data definition object.

TypedDataManager::createListDataDefinition() — Method in class TypedDataManager

Creates a new list data definition for items of the given data type.

TypedDataManager::clearCachedDefinitions() — Method in class TypedDataManager

Clears static and persistent plugin definition caches.

TypedDataManagerInterface::createInstance() — Method in class TypedDataManagerInterface

Instantiates a typed data object.

TypedDataManagerInterface::create() — Method in class TypedDataManagerInterface

Creates a new typed data object instance.

TypedDataManagerInterface::createDataDefinition() — Method in class TypedDataManagerInterface

Creates a new data definition object.

TypedDataManagerInterface::createListDataDefinition() — Method in class TypedDataManagerInterface

Creates a new list data definition for items of the given data type.

ConstraintViolationBuilderClass in namespace Drupal\Core\TypedData\Validation

Defines a constraint violation builder for the Typed Data validator.

$ ConstraintViolationBuilder#constraintProperty in class ConstraintViolationBuilder
$ ConstraintViolationBuilder#codeProperty in class ConstraintViolationBuilder
$ ConstraintViolationBuilder#causeProperty in class ConstraintViolationBuilder
ContextualValidatorInterfaceClass in namespace Drupal\Core\TypedData\Validation

Extends the contextual validator validate method by a new parameter.

$ ExecutionContext#constraintProperty in class ExecutionContext

The currently validated constraint.

ExecutionContextFactory::createContext() — Method in class ExecutionContextFactory
{@inheritdoc}
$ RecursiveContextualValidator#contextProperty in class RecursiveContextualValidator

The execution context.

$ RecursiveContextualValidator#constraintValidatorFactoryProperty in class RecursiveContextualValidator

The constraint validator factory.

$ RecursiveValidator#contextFactoryProperty in class RecursiveValidator
$ RecursiveValidator#constraintValidatorFactoryProperty in class RecursiveValidator
$ UpdateCacheBackendFactory#cacheFactoryProperty in class UpdateCacheBackendFactory

The regular runtime cache_factory service.

UpdateHookRegistryFactory::create() — Method in class UpdateHookRegistryFactory

Creates a new UpdateHookRegistry instance.

UpdateKernel::cacheDrupalContainer() — Method in class UpdateKernel

Stores the container definition in a cache.

UpdateRegistryFactory::create() — Method in class UpdateRegistryFactory

Creates a new UpdateRegistry instance.

Module::canUpdateDirectory() — Method in class Module

Determines if the Updater can handle the project provided in $directory.

Module::canUpdate() — Method in class Module

Determines whether this class can update the specified project.

Theme::canUpdateDirectory() — Method in class Theme

Determines if the Updater can handle the project provided in $directory.

Theme::canUpdate() — Method in class Theme

Determines whether this class can update the specified project.

UpdaterInterface::canUpdateDirectory() — Method in class UpdaterInterface

Determines if the Updater can handle the project provided in $directory.

Url::createFromRequest() — Method in class Url

Returns the Url object matching a request.

$ ThemeRegistry#completeRegistryProperty in class ThemeRegistry

The complete theme registry array.

$ Token#cacheProperty in class Token

The token cache.

$ Token#cacheTagsInvalidatorProperty in class Token

The cache tags invalidator.

ConstraintClass in namespace Drupal\Core\Validation\Annotation

Defines a validation constraint annotation object.

ConstraintFactoryClass in namespace Drupal\Core\Validation

Constraint plugin factory.

ConstraintFactory::createInstance() — Method in class ConstraintFactory

Creates a pre-configured instance of a plugin.

ConstraintManagerClass in namespace Drupal\Core\Validation

Constraint plugin manager.

ConstraintManager::create() — Method in class ConstraintManager

Creates a validation constraint.

ConstraintValidatorFactoryClass in namespace Drupal\Core\Validation

Defines a constraint validator factory that works with container injection.

$ AllowedValuesConstraintValidator#currentUserProperty in class AllowedValuesConstraintValidator

The current user.

AllowedValuesConstraintValidator::create() — Method in class AllowedValuesConstraintValidator

Instantiates a new instance of this class.

ComplexDataConstraintClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Complex data constraint.

ComplexDataConstraintValidatorClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Validates complex data.

CountConstraintClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Count constraint.

ActionListBuilder::createInstance() — Method in class ActionListBuilder

Instantiates a new instance of this entity handler.

ActionAdminManageForm::create() — Method in class ActionAdminManageForm

Instantiates a new instance of this class.

ActionFormBase::create() — Method in class ActionFormBase

Instantiates a new instance of this class.

AggregatorController::create() — Method in class AggregatorController

Instantiates a new instance of this class.

FeedAccessControlHandler::checkAccess() — Method in class FeedAccessControlHandler

Performs access checks.

FeedAccessControlHandler::checkCreateAccess() — Method in class FeedAccessControlHandler

Performs create access checks.

$ FeedViewBuilder#configProperty in class FeedViewBuilder

The 'aggregator.settings' config.

FeedViewBuilder::createInstance() — Method in class FeedViewBuilder

Instantiates a new instance of this entity handler.

OpmlFeedAdd::create() — Method in class OpmlFeedAdd

Instantiates a new instance of this class.

$ SettingsForm#configurableInstancesProperty in class SettingsForm

The instantiated plugin instances that have configuration forms.

SettingsForm::create() — Method in class SettingsForm

Instantiates a new instance of this class.

$ ItemsImporter#configProperty in class ItemsImporter

The aggregator.settings config object.

AggregatorPluginSettingsBase::calculateDependencies() — Method in class AggregatorPluginSettingsBase

Calculates dependencies for the configured plugin.

AggregatorFeedBlock::create() — Method in class AggregatorFeedBlock

Creates an instance of the plugin.

DefaultFetcher::create() — Method in class DefaultFetcher

Creates an instance of the plugin.

$ DefaultProcessor#configFactoryProperty in class DefaultProcessor

Contains the configuration object factory.

DefaultProcessor::create() — Method in class DefaultProcessor

Creates an instance of the plugin.

Fid::create() — Method in class Fid

Creates an instance of the plugin.

Iid::create() — Method in class Iid

Creates an instance of the plugin.

$ AutomatedCron#cronProperty in class AutomatedCron

The cron service.

$ AutomatedCron#configProperty in class AutomatedCron

The cron configuration.

$ BanIpManager#connectionProperty in class BanIpManager

The database connection used to check the IP against.

BanAdmin::create() — Method in class BanAdmin

Instantiates a new instance of this class.

BanDelete::create() — Method in class BanDelete

Instantiates a new instance of this class.

BlockedIp::create() — Method in class BlockedIp

Creates an instance of the plugin.

$ BasicAuth#configFactoryProperty in class BasicAuth

The config factory.

BasicAuth::challengeException() — Method in class BasicAuth

Constructs an exception which is used to generate the challenge.

DisallowBasicAuthRequests::check() — Method in class DisallowBasicAuthRequests

Determines whether delivery of a cached page should be attempted.

$ BigPipe#configFactoryProperty in class BigPipe

The config factory.

BigPipeStrategy::createBigPipeJsPlaceholder() — Method in class BigPipeStrategy

Creates a BigPipe JS placeholder.

BigPipeStrategy::createBigPipeNoJsPlaceholder() — Method in class BigPipeStrategy

Creates a BigPipe no-JS placeholder.

$ BlockAccessControlHandler#contextHandlerProperty in class BlockAccessControlHandler

The plugin context handler.

$ BlockAccessControlHandler#contextRepositoryProperty in class BlockAccessControlHandler

The context manager service.

BlockAccessControlHandler::createInstance() — Method in class BlockAccessControlHandler

Instantiates a new instance of this entity handler.

BlockAccessControlHandler::checkAccess() — Method in class BlockAccessControlHandler

Performs access checks.

$ BlockForm#contextRepositoryProperty in class BlockForm

The context repository service.

BlockForm::create() — Method in class BlockForm

Instantiates a new instance of this class.

BlockInterface::createDuplicateBlock() — Method in class BlockInterface

Creates a duplicate of the block entity.

BlockListBuilder::createInstance() — Method in class BlockListBuilder

Instantiates a new instance of this entity handler.

$ BlockRepository#contextHandlerProperty in class BlockRepository

The context handler.

BlockController::create() — Method in class BlockController

Instantiates a new instance of this class.

$ BlockLibraryController#contextRepositoryProperty in class BlockLibraryController

The context repository.

BlockLibraryController::create() — Method in class BlockLibraryController

Instantiates a new instance of this class.

BlockListController::create() — Method in class BlockListController

Instantiates a new instance of this class.

CategoryAutocompleteControllerClass in namespace Drupal\block\Controller

Returns autocomplete responses for block categories.

CategoryAutocompleteController::create() — Method in class CategoryAutocompleteController

Instantiates a new instance of this class.

$ Block#contextsProperty in class Block

The available contexts for this block and its visibility conditions.

$ Block#conditionPluginManagerProperty in class Block

The condition plugin manager.

Block::calculateDependencies() — Method in class Block

Calculates dependencies and stores them in the dependency property.

Block::conditionPluginManager() — Method in class Block

Gets the condition plugin manager.

Block::createDuplicateBlock() — Method in class Block

Creates a duplicate of the block entity.

ThemeLocalTask::create() — Method in class ThemeLocalTask

Creates a new class instance.

BlockPageVariant::create() — Method in class BlockPageVariant

Creates an instance of the plugin.

BlockPluginId::create() — Method in class BlockPluginId

Creates an instance of the plugin.

BlockRegion::create() — Method in class BlockRegion

Creates an instance of the plugin.

$ BlockTheme#configFactoryProperty in class BlockTheme

Contains the configuration object factory.

BlockTheme::create() — Method in class BlockTheme

Creates an instance of the plugin.

BlockVisibility::create() — Method in class BlockVisibility

Creates an instance of the plugin.

BlockContentAccessControlHandler::createInstance() — Method in class BlockContentAccessControlHandler

Instantiates a new instance of this entity handler.

BlockContentAccessControlHandler::checkAccess() — Method in class BlockContentAccessControlHandler

Performs access checks.

BlockContentController::create() — Method in class BlockContentController

Instantiates a new instance of this class.

BlockContent::createDuplicate() — Method in class BlockContent

Creates a duplicate of the entity.

BlockContentBlock::create() — Method in class BlockContentBlock

Creates an instance of the plugin.

BlockContent::create() — Method in class BlockContent

Creates a new class instance.

$ ListingEmpty#currentUserProperty in class ListingEmpty

The current user.

ListingEmpty::create() — Method in class ListingEmpty

Creates an instance of the plugin.

$ BookManager#configFactoryProperty in class BookManager

Config Factory Service Object.

BookManager::checkNodeIsRemovable() — Method in class BookManager

Determines if a node can be removed from the book.

BookManagerInterface::checkNodeIsRemovable() — Method in class BookManagerInterface

Determines if a node can be removed from the book.

BookOutline::childrenLinks() — Method in class BookOutline

Formats the book links for the child pages of the current page.

$ BookOutlineStorage#connectionProperty in class BookOutlineStorage

Database Service Object.

BookOutlineStorage::countOriginalLinkChildren() — Method in class BookOutlineStorage

Count the number of original link children.

BookOutlineStorageInterface::countOriginalLinkChildren() — Method in class BookOutlineStorageInterface

Count the number of original link children.

BookController::create() — Method in class BookController

Instantiates a new instance of this class.

BookAdminEditForm::create() — Method in class BookAdminEditForm

Instantiates a new instance of this class.

BookOutlineForm::create() — Method in class BookOutlineForm

Instantiates a new instance of this class.

BookRemoveForm::create() — Method in class BookRemoveForm

Instantiates a new instance of this class.

BookNavigationBlock::create() — Method in class BookNavigationBlock

Creates an instance of the plugin.

BookOutlineConstraintValidator::create() — Method in class BookOutlineConstraintValidator

Instantiates a new instance of this class.

TopLevelBook::create() — Method in class TopLevelBook

Creates an instance of the plugin.

$ BookUninstallValidator#containerProperty in class BookUninstallValidator

The service container.

BreakpointManager::clearCachedDefinitions() — Method in class BreakpointManager

Clears static and persistent plugin definition caches.

CKEditor4To5UpgradeClass in namespace Drupal\ckeditor5\Annotation

Defines a CKEditor4To5Upgrade annotation object.

$ CKEditor4To5Upgrade#cke4_buttonsProperty in class CKEditor4To5Upgrade

The CKEditor 4 buttons for which an upgrade path is provided.

$ CKEditor4To5Upgrade#cke4_plugin_settingsProperty in class CKEditor4To5Upgrade

The CKEditor 4 plugins for whose settings an upgrade path is provided.

$ CKEditor4To5Upgrade#cke5_plugin_elements_subset_configurationProperty in class CKEditor4To5Upgrade

The CKEditor 5 plugins with configurable subset with upgrade path provided.

CKEditor5AspectsOfCKEditor5PluginClass in namespace Drupal\ckeditor5\Annotation

Defines the "CKEditor 5 aspects of a CKEditor5Plugin" annotation object.

$ CKEditor5AspectsOfCKEditor5Plugin#configProperty in class CKEditor5AspectsOfCKEditor5Plugin

A keyed array of additional values for the CKEditor5 constructor config.

CKEditor5PluginClass in namespace Drupal\ckeditor5\Annotation

Defines a CKEditor5Plugin annotation object.

$ CKEditor5Plugin#ckeditor5Property in class CKEditor5Plugin

The CKEditor 5 aspects of the plugin definition.

$ DrupalAspectsOfCKEditor5Plugin#classProperty in class DrupalAspectsOfCKEditor5Plugin

The CKEditor 5 plugin class.

$ DrupalAspectsOfCKEditor5Plugin#conditionsProperty in class DrupalAspectsOfCKEditor5Plugin

List of conditions to enable this plugin.

CKEditor5ImageControllerClass in namespace Drupal\ckeditor5\Controller

Returns response for CKEditor5 Simple image upload adapter.

$ CKEditor5ImageController#currentUserProperty in class CKEditor5ImageController

The currently authenticated user.

CKEditor5ImageController::create() — Method in class CKEditor5ImageController

Instantiates a new instance of this class.

CKEditor5MediaControllerClass in namespace Drupal\ckeditor5\Controller

Provides an API for checking if a media entity has image field.

$ CKEditor5MediaController#currentUserProperty in class CKEditor5MediaController

The currently authenticated user.

CKEditor5MediaController::create() — Method in class CKEditor5MediaController

Instantiates a new instance of this class.

HTMLRestrictionsUtilities::cleanAllowedHtmlArray() — Method in class HTMLRestrictionsUtilities

Cleans unwanted artifacts from "allowed HTML" arrays.

CKEditor4To5UpgradePluginInterfaceClass in namespace Drupal\ckeditor5\Plugin

Defines an interface for CKEditor 4 to 5 upgrade plugins.

CKEditor4To5UpgradePluginInterface::computeCKEditor5PluginSubsetConfiguration() — Method in class CKEditor4To5UpgradePluginInterface

Computes elements subset configuration for CKEditor 5 plugin.

CKEditor4To5UpgradePluginManagerClass in namespace Drupal\ckeditor5\Plugin

Provides a CKEditor 4 to 5 upgrade plugin manager.

$ CKEditor4To5UpgradePluginManager#cke4ButtonsMapProperty in class CKEditor4To5UpgradePluginManager

A map of CKEditor 4 buttons to an upgrade plugin ID.

$ CKEditor4To5UpgradePluginManager#cke4PluginSettingsMapProperty in class CKEditor4To5UpgradePluginManager

A map of CKEditor 4 plugins with settings to an upgrade plugin ID.

$ CKEditor4To5UpgradePluginManager#cke5SubsetConfigurationMapProperty in class CKEditor4To5UpgradePluginManager

A map of CKEditor 5 plugins with configurable subset to upgrade plugin ID.

CKEditor4To5UpgradePluginManager::computeCKEditor5PluginSubsetConfiguration() — Method in class CKEditor4To5UpgradePluginManager

Computes elements subset configuration for CKEditor 5 plugin.

CoreClass in namespace Drupal\ckeditor5\Plugin\CKEditor4To5Upgrade

Provides the CKEditor 4 to 5 upgrade for Drupal core's CKEditor plugins.

Core::computeCKEditor5PluginSubsetConfiguration() — Method in class Core

Computes elements subset configuration for CKEditor 5 plugin.

CKEditor5PluginConfigurableInterfaceClass in namespace Drupal\ckeditor5\Plugin

Defines an interface for configurable CKEditor 5 plugins.

CKEditor5PluginConfigurableTraitClass in namespace Drupal\ckeditor5\Plugin

Provides a trait for configurable CKEditor 5 plugins.

CKEditor5PluginDefaultClass in namespace Drupal\ckeditor5\Plugin

Defines the default CKEditor 5 plugin implementation.

CKEditor5PluginDefinitionClass in namespace Drupal\ckeditor5\Plugin

Provides an implementation of a CKEditor 5 plugin definition.

CKEditor5PluginElementsSubsetInterfaceClass in namespace Drupal\ckeditor5\Plugin

Defines an interface for plugins that can support an elements subset.

CKEditor5PluginInterfaceClass in namespace Drupal\ckeditor5\Plugin

Defines an interface for CKEditor5 plugins.

CKEditor5PluginManagerClass in namespace Drupal\ckeditor5\Plugin

Provides a CKEditor5 plugin manager.

CKEditor5PluginManagerInterfaceClass in namespace Drupal\ckeditor5\Plugin

Provides the interface for a plugin manager of CKEditor 5 plugins.

MediaLibrary::create() — Method in class MediaLibrary

Creates an instance of the plugin.

CKEditor5Class in namespace Drupal\ckeditor5\Plugin\Editor

Defines a CKEditor 5-based text editor for Drupal.

$ CKEditor5#ckeditor5PluginManagerProperty in class CKEditor5

The CKEditor plugin manager.

$ CKEditor5#cacheProperty in class CKEditor5

The cache.

CKEditor5::create() — Method in class CKEditor5

Creates an instance of the plugin.

CKEditor5::createEphemeralPairedEditor() — Method in class CKEditor5

Creates an ephemeral pair of text editor + text format config entity.

CKEditor5ElementConstraintClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

CKEditor 5 element.

CKEditor5ElementConstraintValidatorClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

CKEditor 5 element validator.

PluginManagerDependentValidatorTrait::create() — Method in class PluginManagerDependentValidatorTrait
{@inheritdoc}
$ SmartDefaultSettings#cke4PluginManagerProperty in class SmartDefaultSettings

The "CKEditor 4 plugin" plugin manager.

SmartDefaultSettings::computeSmartDefaultSettings() — Method in class SmartDefaultSettings

Computes the closest possible equivalent settings for switching to CKEditor 5.

CKEditorPluginClass in namespace Drupal\ckeditor\Annotation

Defines a CKEditorPlugin annotation object.

CKEditorPluginBaseClass in namespace Drupal\ckeditor

Defines a base CKEditor plugin implementation.

CKEditorPluginButtonsInterfaceClass in namespace Drupal\ckeditor

Defines an interface for CKEditor plugins with buttons.

CKEditorPluginConfigurableInterfaceClass in namespace Drupal\ckeditor

Defines an interface for configurable CKEditor plugins.

CKEditorPluginContextualInterfaceClass in namespace Drupal\ckeditor

Defines an interface for contextually enabled CKEditor plugins.

CKEditorPluginCssInterfaceClass in namespace Drupal\ckeditor

Defines an interface for CKEditor plugins with associated CSS.

CKEditorPluginInterfaceClass in namespace Drupal\ckeditor

Defines an interface for (loading of) CKEditor plugins.

CKEditorPluginManagerClass in namespace Drupal\ckeditor

Provides a CKEditor Plugin plugin manager.

DrupalImageCaption::create() — Method in class DrupalImageCaption

Creates an instance of the plugin.

$ Internal#cacheProperty in class Internal

The cache backend.

Internal::create() — Method in class Internal

Creates an instance of the plugin.

CKEditorClass in namespace Drupal\ckeditor\Plugin\Editor

Defines a CKEditor-based text editor for Drupal.

$ CKEditor#ckeditorPluginManagerProperty in class CKEditor

The CKEditor plugin manager.

CKEditor::create() — Method in class CKEditor

Creates an instance of the plugin.

ClaroPreRenderClass in namespace Drupal\claro

Implements trusted prerender callbacks for the Claro theme.

ClaroPreRender::container() — Method in class ClaroPreRender

Prerender callback for container elements.

ColorSystemBrandingBlockAlterClass in namespace Drupal\color

Provides a trusted callback to alter the system branding block.

ColorConfigCacheInvalidatorClass in namespace Drupal\color\EventSubscriber

A subscriber invalidating cache tags when color config objects are saved.

$ ColorConfigCacheInvalidator#cacheTagsInvalidatorProperty in class ColorConfigCacheInvalidator

The cache tags invalidator.

ColorClass in namespace Drupal\color\Plugin\migrate\destination

Persist color data to the config system.

$ Color#configFactoryProperty in class Color

The configuration factory.

Color::create() — Method in class Color

Creates an instance of the plugin.

ColorClass in namespace Drupal\color\Plugin\migrate\source\d7

Drupal 7 color source from database.

Color::create() — Method in class Color

Creates an instance of the plugin.

CommentAccessControlHandlerClass in namespace Drupal\comment

Defines the access control handler for the comment entity type.

CommentAccessControlHandler::checkAccess() — Method in class CommentAccessControlHandler

Performs access checks.

CommentAccessControlHandler::checkCreateAccess() — Method in class CommentAccessControlHandler

Performs create access checks.

CommentAccessControlHandler::checkFieldAccess() — Method in class CommentAccessControlHandler

Default field access as determined by this access control handler.

CommentBreadcrumbBuilderClass in namespace Drupal\comment

Class to define the comment breadcrumb builder.

CommentFieldItemListClass in namespace Drupal\comment

Defines an item list class for comment fields.

CommentFormClass in namespace Drupal\comment

Base handler for comment forms.

$ CommentForm#currentUserProperty in class CommentForm

The current user.

CommentForm::create() — Method in class CommentForm

Instantiates a new instance of this class.

CommentInterfaceClass in namespace Drupal\comment

Provides an interface defining a comment entity.

CommentLazyBuildersClass in namespace Drupal\comment

Defines a service for comment #lazy_builder callbacks.

$ CommentLazyBuilders#commentManagerProperty in class CommentLazyBuilders

Comment manager service.

$ CommentLazyBuilders#currentUserProperty in class CommentLazyBuilders

Current logged in user.

CommentLinkBuilderClass in namespace Drupal\comment

Defines a class for building markup for comment links on a commented entity.

$ CommentLinkBuilder#currentUserProperty in class CommentLinkBuilder

Current user.

$ CommentLinkBuilder#commentManagerProperty in class CommentLinkBuilder

Comment manager service.

CommentLinkBuilderInterfaceClass in namespace Drupal\comment

Defines an interface for building comment links on a commented entity.

CommentManagerClass in namespace Drupal\comment

Comment manager contains common functions to manage comment fields.

$ CommentManager#currentUserProperty in class CommentManager

The current user.

CommentManagerInterfaceClass in namespace Drupal\comment

Comment manager contains common functions to manage comment fields.

CommentStatisticsClass in namespace Drupal\comment
$ CommentStatistics#currentUserProperty in class CommentStatistics

The current logged in user.

CommentStatistics::create() — Method in class CommentStatistics

Insert an empty record for the given entity.

CommentStatisticsInterfaceClass in namespace Drupal\comment

Provides an interface for storing and retrieving comment statistics.

CommentStatisticsInterface::create() — Method in class CommentStatisticsInterface

Insert an empty record for the given entity.

CommentStorageClass in namespace Drupal\comment

Defines the storage handler class for comments.

$ CommentStorage#currentUserProperty in class CommentStorage

The current user.

CommentStorage::createInstance() — Method in class CommentStorage

Instantiates a new instance of this entity handler.

CommentStorageInterfaceClass in namespace Drupal\comment

Defines an interface for comment entity storage classes.

CommentStorageSchemaClass in namespace Drupal\comment

Defines the comment schema handler.

CommentTranslationHandlerClass in namespace Drupal\comment

Defines the translation handler for comments.

CommentTypeFormClass in namespace Drupal\comment

Base form handler for comment type edit forms.

$ CommentTypeForm#commentManagerProperty in class CommentTypeForm

The comment manager.

CommentTypeForm::create() — Method in class CommentTypeForm

Instantiates a new instance of this class.

CommentTypeInterfaceClass in namespace Drupal\comment

Provides an interface defining a comment type entity.

CommentTypeListBuilderClass in namespace Drupal\comment

Defines a class to build a listing of comment type entities.

CommentViewBuilderClass in namespace Drupal\comment

View builder handler for comments.

$ CommentViewBuilder#currentUserProperty in class CommentViewBuilder

The current user.

CommentViewBuilder::createInstance() — Method in class CommentViewBuilder

Instantiates a new instance of this entity handler.

CommentViewsDataClass in namespace Drupal\comment

Provides views data for the comment entity type.

CommentControllerClass in namespace Drupal\comment\Controller

Controller for the comment entity.

$ CommentController#commentManagerProperty in class CommentController

The comment manager service.

CommentController::create() — Method in class CommentController

Instantiates a new instance of this class.

CommentController::commentApprove() — Method in class CommentController

Publishes the specified comment.

CommentController::commentPermalink() — Method in class CommentController

Redirects comment links to the correct page depending on comment settings.

CommentController::commentPermalinkTitle() — Method in class CommentController

The _title_callback for the page that renders the comment permalink.

CommentClass in namespace Drupal\comment\Entity

Defines the comment entity class.

CommentTypeClass in namespace Drupal\comment\Entity

Defines the comment type entity.

CommentAdminOverviewClass in namespace Drupal\comment\Form

Provides the comments overview administration form.

$ CommentAdminOverview#commentStorageProperty in class CommentAdminOverview

The comment storage.

CommentAdminOverview::create() — Method in class CommentAdminOverview

Instantiates a new instance of this class.

CommentTypeDeleteFormClass in namespace Drupal\comment\Form

Provides a confirmation form for deleting a comment type entity.

$ CommentTypeDeleteForm#commentManagerProperty in class CommentTypeDeleteForm

The comment manager service.

CommentTypeDeleteForm::create() — Method in class CommentTypeDeleteForm

Instantiates a new instance of this class.

ConfirmDeleteMultipleClass in namespace Drupal\comment\Form

Provides the comment multiple delete confirmation form.

UnpublishByKeywordComment::create() — Method in class UnpublishByKeywordComment

Creates an instance of the plugin.

CommentSelectionClass in namespace Drupal\comment\Plugin\EntityReferenceSelection

Provides specific access control for the comment entity type.

CommentSelection::createNewEntity() — Method in class CommentSelection

Creates a new entity object that can be used as a valid reference.

CommentDefaultFormatterClass in namespace Drupal\comment\Plugin\Field\FieldFormatter

Provides a default comment formatter.

$ CommentDefaultFormatter#currentUserProperty in class CommentDefaultFormatter

The current user.

CommentDefaultFormatter::create() — Method in class CommentDefaultFormatter

Creates an instance of the plugin.

CommentDefaultFormatter::calculateDependencies() — Method in class CommentDefaultFormatter

Calculates dependencies for the configured plugin.

CommentPermalinkFormatterClass in namespace Drupal\comment\Plugin\Field\FieldFormatter

Plugin implementation of the 'comment_permalink' formatter.

CommentItemClass in namespace Drupal\comment\Plugin\Field\FieldType

Plugin implementation of the 'comment' field type.

CommentItemInterfaceClass in namespace Drupal\comment\Plugin\Field\FieldType

Interface definition for Comment items.

CommentWidgetClass in namespace Drupal\comment\Plugin\Field\FieldWidget

Provides a default comment widget.

$ UnapprovedComments#commentStorageProperty in class UnapprovedComments

The comment storage service.

UnapprovedComments::create() — Method in class UnapprovedComments

Creates an instance of the plugin.

CommentNameConstraintClass in namespace Drupal\comment\Plugin\Validation\Constraint

Supports validating comment author names.

CommentNameConstraint::coversFields() — Method in class CommentNameConstraint

An array of entity fields which should be passed to the validator.

CommentNameConstraintValidatorClass in namespace Drupal\comment\Plugin\Validation\Constraint

Validates the CommentName constraint.

$ CommentNameConstraintValidator#contextProperty in class CommentNameConstraintValidator

Validator 2.5 and upwards compatible execution context.

CommentNameConstraintValidator::create() — Method in class CommentNameConstraintValidator

Instantiates a new instance of this class.

EntityComment::create() — Method in class EntityComment

Creates an instance of the plugin.

CommentTypeClass in namespace Drupal\comment\Plugin\migrate\source

Drupal 6/7 comment types source from database.

CommentType::checkRequirements() — Method in class CommentType

Checks if requirements for this plugin are OK.

CommentClass in namespace Drupal\comment\Plugin\migrate\source\d6

Drupal 6 comment source from database.

CommentClass in namespace Drupal\comment\Plugin\migrate\source\d7

Drupal 7 comment source from database.

CommentEntityTranslationClass in namespace Drupal\comment\Plugin\migrate\source\d7

Drupal 7 comment entity translation source plugin.

CommentEntityTranslation::checkRequirements() — Method in class CommentEntityTranslation

Checks if requirements for this plugin are OK.

UserUid::create() — Method in class UserUid

Creates an instance of the plugin.

CommentBulkFormClass in namespace Drupal\comment\Plugin\views\field

Defines a comment operations bulk form element.

CommentedEntityClass in namespace Drupal\comment\Plugin\views\field

Views field display for commented entity.

NodeNewComments::create() — Method in class NodeNewComments

Creates an instance of the plugin.

$ Rss#commentsProperty in class Rss
CommentClass in namespace Drupal\comment\Plugin\views\wizard

Tests creating comment views with the wizard.

$ Comment#createdColumnProperty in class Comment

Set the created column.

CommentTestTraitClass in namespace Drupal\comment\Tests

Provides common functionality for the Comment test classes.

ConfigSubscriberClass in namespace Drupal\config

Config subscriber.

ConfigControllerClass in namespace Drupal\config\Controller

Returns responses for config module routes.

$ ConfigController#configManagerProperty in class ConfigController

The configuration manager.

ConfigController::create() — Method in class ConfigController

Instantiates a new instance of this class.

ConfigExportFormClass in namespace Drupal\config\Form

Defines the configuration export form.

ConfigImportFormClass in namespace Drupal\config\Form

Defines the configuration import form.

$ ConfigImportForm#configStorageProperty in class ConfigImportForm

The configuration storage.

ConfigImportForm::create() — Method in class ConfigImportForm

Instantiates a new instance of this class.

ConfigSingleExportFormClass in namespace Drupal\config\Form

Provides a form for exporting a single configuration file.

$ ConfigSingleExportForm#configStorageProperty in class ConfigSingleExportForm

The config storage.

ConfigSingleExportForm::create() — Method in class ConfigSingleExportForm

Instantiates a new instance of this class.

ConfigSingleImportFormClass in namespace Drupal\config\Form

Provides a form for importing a single configuration file.

$ ConfigSingleImportForm#configStorageProperty in class ConfigSingleImportForm

The config storage.

$ ConfigSingleImportForm#configManagerProperty in class ConfigSingleImportForm

The configuration manager.

$ ConfigSingleImportForm#configExistsProperty in class ConfigSingleImportForm

If the config exists, this is that object. Otherwise, FALSE.

ConfigSingleImportForm::create() — Method in class ConfigSingleImportForm

Instantiates a new instance of this class.

ConfigSyncClass in namespace Drupal\config\Form

Construct the storage changes in a configuration synchronization form.

$ ConfigSync#configManagerProperty in class ConfigSync

The configuration manager.

ConfigSync::create() — Method in class ConfigSync

Instantiates a new instance of this class.

$ StorageReplaceDataWrapper#collectionProperty in class StorageReplaceDataWrapper

The storage collection.

StorageReplaceDataWrapper::createCollection() — Method in class StorageReplaceDataWrapper

Creates a collection on the storage.

ConfigTranslationFormAccessClass in namespace Drupal\config_translation\Access

Checks access for displaying the translation add, edit, and delete forms.

ConfigTranslationOverviewAccessClass in namespace Drupal\config_translation\Access

Checks access for displaying the configuration translation overview.

$ ConfigTranslationOverviewAccess#configMapperManagerProperty in class ConfigTranslationOverviewAccess

The mapper plugin discovery service.

ConfigEntityMapperClass in namespace Drupal\config_translation

Configuration mapper for configuration entities.

ConfigEntityMapper::create() — Method in class ConfigEntityMapper

Creates an instance of the plugin.

ConfigFieldMapperClass in namespace Drupal\config_translation

Configuration mapper for fields.

ConfigMapperInterfaceClass in namespace Drupal\config_translation

Defines an interface for configuration mapper.

ConfigMapperManagerClass in namespace Drupal\config_translation

Manages plugins for configuration translation mappers.

ConfigMapperManagerInterfaceClass in namespace Drupal\config_translation

Provides a common interface for config mapper managers.

ConfigNamesMapperClass in namespace Drupal\config_translation

Configuration mapper base implementation.

$ ConfigNamesMapper#configFactoryProperty in class ConfigNamesMapper

The configuration factory.

$ ConfigNamesMapper#configMapperManagerProperty in class ConfigNamesMapper

The mapper plugin discovery service.

ConfigNamesMapper::create() — Method in class ConfigNamesMapper

Creates an instance of the plugin.

ConfigTranslationBlockListBuilderClass in namespace Drupal\config_translation\Controller

Defines the config translation list builder for blocks.

ConfigTranslationBlockListBuilder::createInstance() — Method in class ConfigTranslationBlockListBuilder

Instantiates a new instance of this entity handler.

ConfigTranslationControllerClass in namespace Drupal\config_translation\Controller

Provides page callbacks for the configuration translation interface.

$ ConfigTranslationController#configMapperManagerProperty in class ConfigTranslationController

The configuration mapper manager.

ConfigTranslationController::create() — Method in class ConfigTranslationController

Instantiates a new instance of this class.

ConfigTranslationEntityListBuilderClass in namespace Drupal\config_translation\Controller

Defines the configuration translation list builder for entities.

ConfigTranslationEntityListBuilderInterfaceClass in namespace Drupal\config_translation\Controller

Defines an interface for configuration translation entity list builders.

ConfigTranslationFieldListBuilderClass in namespace Drupal\config_translation\Controller

Defines the config translation list builder for field entities.

ConfigTranslationFieldListBuilder::createInstance() — Method in class ConfigTranslationFieldListBuilder

Instantiates a new instance of this entity handler.

ConfigTranslationListControllerClass in namespace Drupal\config_translation\Controller

Defines the configuration translation list controller.

ConfigTranslationListController::create() — Method in class ConfigTranslationListController

Instantiates a new instance of this class.

ConfigTranslationMapperListClass in namespace Drupal\config_translation\Controller

Defines the configuration translation mapper list.

ConfigTranslationMapperList::create() — Method in class ConfigTranslationMapperList

Instantiates a new instance of this class.

ConfigMapperPopulateEventClass in namespace Drupal\config_translation\Event

Provides a class for events related to configuration translation mappers.

ConfigTranslationEventsClass in namespace Drupal\config_translation\Event

Provides a list of events dispatched by the Configuration Translation module.

ConfigMapperLanguageExceptionClass in namespace Drupal\config_translation\Exception

Provides an exception for configuration mappers with multiple languages.

ElementInterface::create() — Method in class ElementInterface

Creates a form element instance from a schema definition.

FormElementBase::create() — Method in class FormElementBase

Creates a form element instance from a schema definition.

ListElement::create() — Method in class ListElement

Creates a form element instance from a schema definition.

ConfigTranslationAddFormClass in namespace Drupal\config_translation\Form

Defines a form for adding configuration translations.

ConfigTranslationDeleteFormClass in namespace Drupal\config_translation\Form

Builds a form to delete configuration translation.

$ ConfigTranslationDeleteForm#configMapperManagerProperty in class ConfigTranslationDeleteForm

The configuration mapper manager.

ConfigTranslationDeleteForm::create() — Method in class ConfigTranslationDeleteForm

Instantiates a new instance of this class.

ConfigTranslationEditFormClass in namespace Drupal\config_translation\Form

Defines a form for editing configuration translations.

ConfigTranslationFormBaseClass in namespace Drupal\config_translation\Form

Provides a base form for configuration translations.

$ ConfigTranslationFormBase#configMapperManagerProperty in class ConfigTranslationFormBase

The configuration mapper manager.

ConfigTranslationFormBase::create() — Method in class ConfigTranslationFormBase

Instantiates a new instance of this class.

ConfigTranslationFormBase::createFormElement() — Method in class ConfigTranslationFormBase

Creates a form element builder.

ConfigTranslationContextualLinksClass in namespace Drupal\config_translation\Plugin\Derivative

Provides dynamic contextual links for configuration translation.

ConfigTranslationContextualLinks::create() — Method in class ConfigTranslationContextualLinks

Creates a new class instance.

ConfigTranslationLocalTasksClass in namespace Drupal\config_translation\Plugin\Derivative

Provides dynamic local tasks for config translation.

ConfigTranslationLocalTasks::create() — Method in class ConfigTranslationLocalTasks

Creates a new class instance.

ConfigTranslationContextualLinkClass in namespace Drupal\config_translation\Plugin\Menu\ContextualLink

Defines a contextual link plugin with a dynamic title.

ConfigTranslationLocalTaskClass in namespace Drupal\config_translation\Plugin\Menu\LocalTask

Defines a local task plugin with a dynamic title.

ContactPageAccessClass in namespace Drupal\contact\Access

Access check for contact_personal_page route.

$ ContactPageAccess#configFactoryProperty in class ContactPageAccess

The contact settings config object.

ContactFormAccessControlHandlerClass in namespace Drupal\contact

Defines the access control handler for the contact form entity type.

ContactFormAccessControlHandler::checkAccess() — Method in class ContactFormAccessControlHandler

Performs access checks.

ContactFormEditFormClass in namespace Drupal\contact

Base form for contact form edit forms.

ContactFormEditForm::create() — Method in class ContactFormEditForm

Instantiates a new instance of this class.

ContactFormInterfaceClass in namespace Drupal\contact

Provides an interface defining a contact form entity.

ContactFormListBuilderClass in namespace Drupal\contact

Defines a class to build a listing of contact form entities.

ContactMessageAccessControlHandlerClass in namespace Drupal\contact

Defines the access control handler for the message form entity type.

ContactMessageAccessControlHandler::checkCreateAccess() — Method in class ContactMessageAccessControlHandler

Performs create access checks.

ContactControllerClass in namespace Drupal\contact\Controller

Controller routines for contact routes.

ContactController::create() — Method in class ContactController

Instantiates a new instance of this class.

ContactController::contactSitePage() — Method in class ContactController

Presents the site-wide contact form.

ContactController::contactPersonalPage() — Method in class ContactController

Form constructor for the personal contact form.

ContactFormClass in namespace Drupal\contact\Entity

Defines the contact form entity.

Message::copySender() — Method in class Message

Returns TRUE if a copy should be sent to the sender.

MessageForm::create() — Method in class MessageForm

Instantiates a new instance of this class.

MessageInterface::copySender() — Method in class MessageInterface

Returns TRUE if a copy should be sent to the sender.

ContactCategoryClass in namespace Drupal\contact\Plugin\migrate\source

Drupal 6/7 contact category source from database.

ContactSettingsClass in namespace Drupal\contact\Plugin\migrate\source

Drupal 6/7 contact settings source from database.

ContactMessageResourceClass in namespace Drupal\contact\Plugin\rest\resource

Customizes the entity REST Resource plugin for Contact's Message entities.

ContactLinkClass in namespace Drupal\contact\Plugin\views\field

Defines a field that links to the user contact page, if access is permitted.

ContentModerationStateClass in namespace Drupal\content_moderation

A value object representing a workflow state for content moderation.

ContentModerationState::canTransitionTo() — Method in class ContentModerationState

Determines if the state can transition to the provided state ID.

ContentModerationStateAccessControlHandlerClass in namespace Drupal\content_moderation

The access control handler for the content_moderation_state entity type.

ContentModerationStateAccessControlHandler::checkAccess() — Method in class ContentModerationStateAccessControlHandler

Performs access checks.

ContentModerationStateAccessControlHandler::checkCreateAccess() — Method in class ContentModerationStateAccessControlHandler

Performs create access checks.

ContentModerationStateStorageSchemaClass in namespace Drupal\content_moderation

Defines the content moderation state schema handler.

ContentPreprocessClass in namespace Drupal\content_moderation

Determines whether a route is the "Latest version" tab of a node.

ContentPreprocess::create() — Method in class ContentPreprocess

Instantiates a new instance of this class.

EntityOperations::create() — Method in class EntityOperations

Instantiates a new instance of this class.

$ EntityTypeInfo#currentUserProperty in class EntityTypeInfo

The current user.

EntityTypeInfo::create() — Method in class EntityTypeInfo

Instantiates a new instance of this class.

ContentModerationStateClass in namespace Drupal\content_moderation\Entity

Defines the Content moderation state entity.

ContentModerationStateInterfaceClass in namespace Drupal\content_moderation\Entity

An interface for Content moderation state entity.

ModerationHandler::createInstance() — Method in class ModerationHandler

Instantiates a new instance of this entity handler.

NodeModerationHandler::createInstance() — Method in class NodeModerationHandler

Instantiates a new instance of this entity handler.

EntityModerationRouteProvider::createInstance() — Method in class EntityModerationRouteProvider

Instantiates a new instance of this entity handler.

ConfigImportSubscriberClass in namespace Drupal\content_moderation\EventSubscriber

Check moderation states are not being used before updating workflow config.

$ ConfigImportSubscriber#configManagerProperty in class ConfigImportSubscriber

The config manager.

ContentModerationConfigureEntityTypesFormClass in namespace Drupal\content_moderation\Form

The form for editing entity types associated with a workflow.

ContentModerationConfigureEntityTypesForm::create() — Method in class ContentModerationConfigureEntityTypesForm

Instantiates a new instance of this class.

ContentModerationConfigureFormClass in namespace Drupal\content_moderation\Form

The content moderation WorkflowType configuration form.

ContentModerationConfigureForm::create() — Method in class ContentModerationConfigureForm

Instantiates a new instance of this class.

ContentModerationStateFormClass in namespace Drupal\content_moderation\Form

The content moderation state form.

EntityModerationForm::create() — Method in class EntityModerationForm

Instantiates a new instance of this class.

ModeratedNodeListBuilder::createInstance() — Method in class ModeratedNodeListBuilder

Instantiates a new instance of this entity handler.

ModerationInformation::canModerateEntitiesOfEntityType() — Method in class ModerationInformation

Determines if an entity type can have moderated entities.

ModerationInformationInterface::canModerateEntitiesOfEntityType() — Method in class ModerationInformationInterface

Determines if an entity type can have moderated entities.

ModerationOptOutPublish::create() — Method in class ModerationOptOutPublish

Creates an instance of the plugin.

ModerationOptOutUnpublish::create() — Method in class ModerationOptOutUnpublish

Creates an instance of the plugin.

DynamicLocalTasks::create() — Method in class DynamicLocalTasks

Creates a new class instance.

ContentModerationStateFormatterClass in namespace Drupal\content_moderation\Plugin\Field\FieldFormatter

Plugin implementation of the 'content_moderation_state' formatter.

ContentModerationStateFormatter::create() — Method in class ContentModerationStateFormatter

Creates an instance of the plugin.

$ ModerationStateWidget#currentUserProperty in class ModerationStateWidget

Current user service.

ModerationStateWidget::create() — Method in class ModerationStateWidget

Creates an instance of the plugin.

ModerationStateWidget::calculateDependencies() — Method in class ModerationStateWidget

Calculates dependencies for the configured plugin.

ModerationStateFieldItemList::computeValue() — Method in class ModerationStateFieldItemList
{@inheritdoc}
$ ModerationStateConstraintValidator#currentUserProperty in class ModerationStateConstraintValidator

The current user.

ModerationStateConstraintValidator::create() — Method in class ModerationStateConstraintValidator

Instantiates a new instance of this class.

ContentModerationClass in namespace Drupal\content_moderation\Plugin\WorkflowType

Attaches workflows to content entity types and their bundles.

ContentModeration::create() — Method in class ContentModeration

Creates an instance of the plugin.

ContentModeration::calculateDependencies() — Method in class ContentModeration

Calculates dependencies for the configured plugin.

ContentModerationInterfaceClass in namespace Drupal\content_moderation\Plugin\WorkflowType

Interface for ContentModeration WorkflowType plugin.

ModerationStateField::clickSort() — Method in class ModerationStateField

Called to determine what to tell the clicksorter.

ModerationStateFilter::create() — Method in class ModerationStateFilter

Creates an instance of the plugin.

ModerationStateFilter::calculateDependencies() — Method in class ModerationStateFilter

Calculates dependencies for the configured plugin.

ModerationStateSort::create() — Method in class ModerationStateSort

Creates an instance of the plugin.

ContentModerationRouteSubscriberClass in namespace Drupal\content_moderation\Routing

Subscriber for moderated revisionable entity forms.

ContentTranslationDeleteAccessClass in namespace Drupal\content_translation\Access

Access check for entity translation deletion.

$ ContentTranslationDeleteAccess#contentTranslationManagerProperty in class ContentTranslationDeleteAccess

The content translation manager.

ContentTranslationDeleteAccess::checkAccess() — Method in class ContentTranslationDeleteAccess

Checks access to translation deletion for the specified entity.

ContentTranslationManageAccessCheckClass in namespace Drupal\content_translation\Access

Access check for entity translation CRUD operation.

ContentTranslationManageAccessCheck::checkAccess() — Method in class ContentTranslationManageAccessCheck

Performs access checks for the specified operation.

ContentTranslationOverviewAccessClass in namespace Drupal\content_translation\Access

Access check for entity translation overview.

ContentTranslationHandlerClass in namespace Drupal\content_translation

Base class for content translation handlers.

$ ContentTranslationHandler#currentUserProperty in class ContentTranslationHandler

The current user.

ContentTranslationHandler::createInstance() — Method in class ContentTranslationHandler

Instantiates a new instance of this entity handler.

ContentTranslationHandler::checkFieldStorageDefinitionTranslatability() — Method in class ContentTranslationHandler

Checks the field storage definition for translatability support.

ContentTranslationHandlerInterfaceClass in namespace Drupal\content_translation

Interface for providing content translation.

ContentTranslationManagerClass in namespace Drupal\content_translation

Provides common functionality for content translation.

ContentTranslationManagerInterfaceClass in namespace Drupal\content_translation

Provides an interface for common functionality for content translation.

ContentTranslationMetadataWrapperClass in namespace Drupal\content_translation

Base class for content translation metadata wrappers.

ContentTranslationMetadataWrapperInterfaceClass in namespace Drupal\content_translation

Common interface for content translation metadata wrappers.

ContentTranslationPermissionsClass in namespace Drupal\content_translation

Provides dynamic permissions for the content_translation module.

$ ContentTranslationPermissions#contentTranslationManagerProperty in class ContentTranslationPermissions

The content translation manager.

ContentTranslationPermissions::create() — Method in class ContentTranslationPermissions

Instantiates a new instance of this class.

ContentTranslationPermissions::contentPermissions() — Method in class ContentTranslationPermissions

Returns an array of content translation permissions.

ContentTranslationControllerClass in namespace Drupal\content_translation\Controller

Base class for entity translation controllers.

ContentTranslationController::create() — Method in class ContentTranslationController

Instantiates a new instance of this class.

FieldTranslationSynchronizer::createMergedItem() — Method in class FieldTranslationSynchronizer

Creates a merged item.

ContentTranslationDeleteFormClass in namespace Drupal\content_translation\Form

Delete translation form for content_translation module.

ContentTranslationContextualLinksClass in namespace Drupal\content_translation\Plugin\Derivative

Provides dynamic contextual links for content translation.

$ ContentTranslationContextualLinks#contentTranslationManagerProperty in class ContentTranslationContextualLinks

The content translation manager.

ContentTranslationContextualLinks::create() — Method in class ContentTranslationContextualLinks

Creates a new class instance.

ContentTranslationLocalTasksClass in namespace Drupal\content_translation\Plugin\Derivative

Provides dynamic local tasks for content translation.

$ ContentTranslationLocalTasks#contentTranslationManagerProperty in class ContentTranslationLocalTasks

The content translation manager.

ContentTranslationLocalTasks::create() — Method in class ContentTranslationLocalTasks

Creates a new class instance.

ContentTranslationSynchronizedFieldsConstraintClass in namespace Drupal\content_translation\Plugin\Validation\Constraint

Validation constraint for the entity changed timestamp.

ContentTranslationSynchronizedFieldsConstraintValidatorClass in namespace Drupal\content_translation\Plugin\Validation\Constraint

Checks that synchronized fields are handled correctly in pending revisions.

$ ContentTranslationSynchronizedFieldsConstraintValidator#contentTranslationManagerProperty in class ContentTranslationSynchronizedFieldsConstraintValidator

The content translation manager.

ContentTranslationSynchronizedFieldsConstraintValidator::create() — Method in class ContentTranslationSynchronizedFieldsConstraintValidator

Instantiates a new instance of this class.

ContentTranslationRouteSubscriberClass in namespace Drupal\content_translation\Routing

Subscriber for entity translation routes.

$ ContentTranslationRouteSubscriber#contentTranslationManagerProperty in class ContentTranslationRouteSubscriber

The content translation manager.

ContextualControllerClass in namespace Drupal\contextual

Returns responses for Contextual module routes.

ContextualController::create() — Method in class ContextualController

Instantiates a new instance of this class.

ContextualLinksClass in namespace Drupal\contextual\Element

Provides a contextual_links element.

ContextualLinks::contextualLinkManager() — Method in class ContextualLinks

Wraps the contextual link manager.

ContextualLinksPlaceholderClass in namespace Drupal\contextual\Element

Provides a contextual_links_placeholder element.

ContextualLinksClass in namespace Drupal\contextual\Plugin\views\field

Provides a handler that adds contextual links.

DateTimeFormatterBase::create() — Method in class DateTimeFormatterBase

Creates an instance of the plugin.

DateTimeDefaultWidget::create() — Method in class DateTimeDefaultWidget

Creates an instance of the plugin.

DateTimeWidgetBase::createDefaultValue() — Method in class DateTimeWidgetBase

Creates a date object for use as a default value.

$ Date#calculateOffsetProperty in class Date

Determines if the timezone offset is calculated.

$ Date#calculateOffsetProperty in class Date

Determines if the timezone offset is calculated.

Date::create() — Method in class Date

Creates an instance of the plugin.

$ Date#calculateOffsetProperty in class Date

Determines if the timezone offset is calculated.

DateRangeDefaultWidget::create() — Method in class DateRangeDefaultWidget

Creates an instance of the plugin.

DbLogController::create() — Method in class DbLogController

Instantiates a new instance of this class.

DbLogController::createLink() — Method in class DbLogController

Creates a Link object if the provided URI is valid.

$ DblogClearLogConfirmForm#connectionProperty in class DblogClearLogConfirmForm

The database connection.

DblogClearLogConfirmForm::create() — Method in class DblogClearLogConfirmForm

Instantiates a new instance of this class.

$ DbLog#connectionProperty in class DbLog

The database connection object.

DblogOperations::clickSortable() — Method in class DblogOperations

Determines if this field is click sortable.

$ Watchdog#createdColumnProperty in class Watchdog

Set the created column.

InstallHelper::create() — Method in class InstallHelper

Instantiates a new instance of this class.

InstallHelper::createFileEntity() — Method in class InstallHelper

Creates a file entity based on an image path.

DenyAdminRoutes::check() — Method in class DenyAdminRoutes

Determines whether it is save to store a page in the cache.

EditorAccessControlHandler::checkAccess() — Method in class EditorAccessControlHandler

Performs access checks.

Editor::calculateDependencies() — Method in class Editor

Calculates dependencies and stores them in the dependency property.

$ EditorConfigTranslationSubscriber#configFactoryProperty in class EditorConfigTranslationSubscriber

The config factory.

EditorImageDialog::create() — Method in class EditorImageDialog

Instantiates a new instance of this class.

EditorFileReference::create() — Method in class EditorFileReference

Creates an instance of the plugin.

ConfigImporterFieldPurgerClass in namespace Drupal\field

Processes field purges before a configuration synchronization.

EntityDisplayRebuilder::create() — Method in class EntityDisplayRebuilder

Instantiates a new instance of this class.

FieldConfig::calculateDependencies() — Method in class FieldConfig

Calculates dependencies and stores them in the dependency property.

$ FieldStorageConfig#cardinalityProperty in class FieldStorageConfig

The field cardinality.

$ FieldStorageConfig#custom_storageProperty in class FieldStorageConfig

A boolean indicating whether or not the field item uses custom storage.

FieldStorageConfig::calculateDependencies() — Method in class FieldStorageConfig

Calculates dependencies and stores them in the dependency property.

FieldConfigAccessControlHandler::checkAccess() — Method in class FieldConfigAccessControlHandler

Performs access checks.

FieldConfigStorage::createInstance() — Method in class FieldConfigStorage

Instantiates a new instance of this entity handler.

FieldStorageConfigAccessControlHandler::checkAccess() — Method in class FieldStorageConfigAccessControlHandler

Performs access checks.

FieldStorageConfigStorage::createInstance() — Method in class FieldStorageConfigStorage

Instantiates a new instance of this entity handler.

FieldType::create() — Method in class FieldType

Creates an instance of the plugin.

ProcessField::create() — Method in class ProcessField

Creates an instance of the plugin.

ProcessField::callMethodOnFieldPlugin() — Method in class ProcessField

Instantiate a field plugin and call a method on it.

FieldInstanceSettings::convertSizeUnit() — Method in class FieldInstanceSettings

Convert file size strings into their D8 format.

FieldBundle::create() — Method in class FieldBundle

Creates an instance of the plugin.

$ FieldUninstallValidator#containerProperty in class FieldUninstallValidator

The service container.

FieldLayoutEntityDisplayTrait::calculateDependencies() — Method in class FieldLayoutEntityDisplayTrait

Overrides \Drupal\Core\Entity\EntityDisplayBase::calculateDependencies().

FieldLayoutBuilder::create() — Method in class FieldLayoutBuilder

Instantiates a new instance of this class.

FieldLayoutEntityFormDisplayEditForm::create() — Method in class FieldLayoutEntityFormDisplayEditForm

Instantiates a new instance of this class.

FieldLayoutEntityViewDisplayEditForm::create() — Method in class FieldLayoutEntityViewDisplayEditForm

Instantiates a new instance of this class.

EntityDisplayModeListBuilder::createInstance() — Method in class EntityDisplayModeListBuilder

Instantiates a new instance of this entity handler.

FieldConfigListBuilder::createInstance() — Method in class FieldConfigListBuilder

Instantiates a new instance of this entity handler.

FieldStorageConfigListBuilder::createInstance() — Method in class FieldStorageConfigListBuilder

Instantiates a new instance of this entity handler.

FieldUiPermissions::create() — Method in class FieldUiPermissions

Instantiates a new instance of this class.

EntityDisplayFormBase::copyFormValuesToEntity() — Method in class EntityDisplayFormBase

Copies top-level form values to entity properties.

EntityFormDisplayEditForm::create() — Method in class EntityFormDisplayEditForm

Instantiates a new instance of this class.

EntityViewDisplayEditForm::create() — Method in class EntityViewDisplayEditForm

Instantiates a new instance of this class.

FieldConfigDeleteForm::create() — Method in class FieldConfigDeleteForm

Instantiates a new instance of this class.

FieldConfigEditForm::create() — Method in class FieldConfigEditForm

Instantiates a new instance of this class.

$ FieldStorageAddForm#configFactoryProperty in class FieldStorageAddForm

The configuration factory.

FieldStorageAddForm::create() — Method in class FieldStorageAddForm

Instantiates a new instance of this class.

FieldStorageAddForm::configureEntityFormDisplay() — Method in class FieldStorageAddForm

Configures the field for the default form mode.

FieldStorageAddForm::configureEntityViewDisplay() — Method in class FieldStorageAddForm

Configures the field for the default view mode.

FieldUiLocalAction::create() — Method in class FieldUiLocalAction

Creates a new class instance.

FieldUiLocalTask::create() — Method in class FieldUiLocalTask

Creates a new class instance.

ComputedFileUrlClass in namespace Drupal\file

Computed file URL property class.

File::createFileUrl() — Method in class File

Creates a file URL for the URI of this file.

FileAccessControlHandler::checkAccess() — Method in class FileAccessControlHandler

Performs access checks.

FileAccessControlHandler::checkFieldAccess() — Method in class FileAccessControlHandler

Default field access as determined by this access control handler.

FileAccessControlHandler::checkCreateAccess() — Method in class FileAccessControlHandler

Performs create access checks.

FileInterface::createFileUrl() — Method in class FileInterface

Creates a file URL for the URI of this file.

$ FileRepository#currentUserProperty in class FileRepository

The current user.

FileRepository::createOrUpdate() — Method in class FileRepository

Create a file entity or update if it exists.

FileRepository::copy() — Method in class FileRepository

Copies a file to a new location and adds a file record to the database.

FileRepositoryInterface::copy() — Method in class FileRepositoryInterface

Copies a file to a new location and adds a file record to the database.

$ DatabaseFileUsageBackend#connectionProperty in class DatabaseFileUsageBackend

The database connection used to store file usage information.

$ FileUsageBase#configFactoryProperty in class FileUsageBase

The config factory.

FileSelection::createNewEntity() — Method in class FileSelection

Creates a new entity object that can be used as a valid reference.

BaseFieldFileFormatterBase::create() — Method in class BaseFieldFileFormatterBase

Creates an instance of the plugin.

FileFormatterBase::checkAccess() — Method in class FileFormatterBase

Checks access to the given entity.

FileWidget::create() — Method in class FileWidget

Creates an instance of the plugin.

FieldFile::create() — Method in class FieldFile

Creates an instance of the plugin.

$ FileUploadResource#currentUserProperty in class FileUploadResource

The currently authenticated user.

FileUploadResource::create() — Method in class FileUploadResource

Creates an instance of the plugin.

Fid::create() — Method in class Fid

Creates an instance of the plugin.

File::create() — Method in class File

Creates an instance of the plugin.

$ File#createdColumnProperty in class File

Set the created column.

$ FileUploadHandler#currentUserProperty in class FileUploadHandler

The current user.

ProcessedText::configFactory() — Method in class ProcessedText

Wraps the config factory.

TextFormat::currentUser() — Method in class TextFormat

Wraps the current user.

TextFormat::configFactory() — Method in class TextFormat

Wraps the config factory.

FilterFormat::calculatePluginDependencies() — Method in class FilterFormat

Calculates and adds dependencies of a specific plugin instance.

FilterFormatAccessControlHandler::checkAccess() — Method in class FilterFormatAccessControlHandler

Performs access checks.

$ FilterFormatListBuilder#configFactoryProperty in class FilterFormatListBuilder

The config factory service.

FilterFormatListBuilder::createInstance() — Method in class FilterFormatListBuilder

Instantiates a new instance of this entity handler.

FilterPermissions::create() — Method in class FilterPermissions

Instantiates a new instance of this class.

FilterProcessResult::createPlaceholder() — Method in class FilterProcessResult

Creates a placeholder.

FilterBase::calculateDependencies() — Method in class FilterBase

Calculates dependencies for the configured plugin.

FilterCaption::create() — Method in class FilterCaption

Creates an instance of the plugin.

FilterID::create() — Method in class FilterID

Creates an instance of the plugin.

FilterFormatPermission::create() — Method in class FilterFormatPermission

Creates an instance of the plugin.

$ FilterUninstallValidator#containerProperty in class FilterUninstallValidator

The service container.

$ ForumBreadcrumbBuilderBase#configProperty in class ForumBreadcrumbBuilderBase

Configuration object for this builder.

$ ForumController#commentEntityTypeDefinitionProperty in class ForumController

Comment entity type, we need to get cache tags from here.

ForumController::create() — Method in class ForumController

Instantiates a new instance of this class.

ContainerFormClass in namespace Drupal\forum\Form

Base form for container term edit forms.

ForumIndexStorage::create() — Method in class ForumIndexStorage

Creates a record in {forum} table for the given node.

ForumIndexStorage::createIndex() — Method in class ForumIndexStorage

Creates a {forum_index} entry for the given node.

ForumIndexStorageInterface::create() — Method in class ForumIndexStorageInterface

Creates a record in {forum} table for the given node.

ForumIndexStorageInterface::createIndex() — Method in class ForumIndexStorageInterface

Creates a {forum_index} entry for the given node.

$ ForumManager#configFactoryProperty in class ForumManager

Forum settings config object.

$ ForumManager#connectionProperty in class ForumManager

Database connection.

$ ForumManager#commentManagerProperty in class ForumManager

The comment manager service.

ForumManager::checkNodeType() — Method in class ForumManager

Checks whether a node can be used in a forum, based on its content type.

ForumManagerInterface::checkNodeType() — Method in class ForumManagerInterface

Checks whether a node can be used in a forum, based on its content type.

$ ForumUninstallValidator#configFactoryProperty in class ForumUninstallValidator

The config factory.

$ ForumUninstallValidator#containerProperty in class ForumUninstallValidator

The service container.

ConfigurableLinkManagerInterfaceClass in namespace Drupal\hal\LinkManager

Defines an interface for a link manager with a configurable domain.

$ LinkManagerBase#configFactoryProperty in class LinkManagerBase

Config factory service.

$ RelationLinkManager#cacheProperty in class RelationLinkManager
$ TypeLinkManager#cacheProperty in class TypeLinkManager

Injected cache backend.

ContentEntityNormalizerClass in namespace Drupal\hal\Normalizer

Converts the Drupal entity object structure to a HAL array structure.

EntityReferenceItemNormalizer::constructValue() — Method in class EntityReferenceItemNormalizer

Build the field item value using the incoming data.

FieldItemNormalizer::createTranslatedInstance() — Method in class FieldItemNormalizer

Get a translated version of the field item instance.

TimestampItemNormalizer::constructValue() — Method in class TimestampItemNormalizer

Build the field item value using the incoming data.

HelpController::create() — Method in class HelpController

Instantiates a new instance of this class.

HelpBlock::create() — Method in class HelpBlock

Creates an instance of the plugin.

HookHelpSection::create() — Method in class HookHelpSection

Creates an instance of the plugin.

HelpTopicPluginController::create() — Method in class HelpTopicPluginController

Instantiates a new instance of this class.

HelpSectionManager::clearCachedDefinitions() — Method in class HelpSectionManager

Clears static and persistent plugin definition caches.

HelpTopicTwig::create() — Method in class HelpTopicTwig

Creates an instance of the plugin.

$ HelpTopicSection#cacheableMetadataProperty in class HelpTopicSection

The merged top level help topic plugins cache metadata.

HelpTopicSection::create() — Method in class HelpTopicSection

Creates an instance of the plugin.

HelpSearch::create() — Method in class HelpSearch

Creates an instance of the plugin.

ConfigurableImageEffectBaseClass in namespace Drupal\image

Provides a base class for configurable image effects.

ConfigurableImageEffectInterfaceClass in namespace Drupal\image

Defines the interface for configurable image effects.

ImageStyleDownloadController::create() — Method in class ImageStyleDownloadController

Instantiates a new instance of this class.

QuickEditImageController::create() — Method in class QuickEditImageController

Instantiates a new instance of this class.

ImageStyle::createDerivative() — Method in class ImageStyle

Creates a new image derivative based on this image style.

ImageEffectAddForm::create() — Method in class ImageEffectAddForm

Instantiates a new instance of this class.

ImageStyleEditForm::create() — Method in class ImageStyleEditForm

Instantiates a new instance of this class.

ImageStyleFormBase::create() — Method in class ImageStyleFormBase

Instantiates a new instance of this class.

ImageEffectBase::create() — Method in class ImageEffectBase

Creates an instance of the plugin.

ImageEffectBase::calculateDependencies() — Method in class ImageEffectBase

Calculates dependencies for the configured plugin.

ImageStyleInterface::createDerivative() — Method in class ImageStyleInterface

Creates a new image derivative based on this image style.

ImageStyleStorage::clearReplacementId() — Method in class ImageStyleStorage

Clears a replacement ID from the storage.

ImageStyleStorageInterface::clearReplacementId() — Method in class ImageStyleStorageInterface

Clears a replacement ID from the storage.

DenyPrivateImageStyleDownload::check() — Method in class DenyPrivateImageStyleDownload

Determines whether it is save to store a page in the cache.

$ ImageFormatter#currentUserProperty in class ImageFormatter

The current user.

ImageFormatter::create() — Method in class ImageFormatter

Creates an instance of the plugin.

ImageFormatter::calculateDependencies() — Method in class ImageFormatter

Calculates dependencies for the configured plugin.

ImageWidget::calculateDependencies() — Method in class ImageWidget

Calculates dependencies for the configured plugin.

ConvertImageEffectClass in namespace Drupal\image\Plugin\ImageEffect

Converts an image resource.

CropImageEffectClass in namespace Drupal\image\Plugin\ImageEffect

Crops an image resource.

ImageStyleRoutes::create() — Method in class ImageStyleRoutes

Instantiates a new instance of this class.

$ EntityAccessChecker#currentUserProperty in class EntityAccessChecker

The current user.

EntityAccessChecker::checkEntityAccess() — Method in class EntityAccessChecker

Checks access to the given entity.

EntityAccessChecker::checkRevisionViewAccess() — Method in class EntityAccessChecker

Checks access to the given revision entity.

TemporaryQueryGuard::collectFilteredFields() — Method in class TemporaryQueryGuard

Recursively collects all entity query condition fields.

CacheableResourceResponseClass in namespace Drupal\jsonapi

Extends ResourceResponse with cacheability.

$ FieldResolver#currentUserProperty in class FieldResolver

The current user account.

FieldResolver::constructInternalPath() — Method in class FieldResolver

Expands the internal path with the "entity" keyword.

EntityResource::createIndividual() — Method in class EntityResource

Creates an individual entity.

EntityResource::checkPatchFieldAccess() — Method in class EntityResource

Checks whether the given field should be PATCHed.

EntryPoint::create() — Method in class EntryPoint

Instantiates a new instance of this class.

$ FileUpload#currentUserProperty in class FileUpload

The current user making the request.

TemporaryJsonapiFileFieldUploader::checkFileUploadAccess() — Method in class TemporaryJsonapiFileFieldUploader

Checks if the current user has access to upload the file.

$ JsonapiMaintenanceModeSubscriber#configProperty in class JsonapiMaintenanceModeSubscriber

The configuration factory.

$ Data#cardinalityProperty in class Data

The number of resources permitted in this collection.

$ Data#countProperty in class Data

Holds the total count of entities.

Data::count() — Method in class Data

Returns the number of entities.

LabelOnlyResourceObject::createFromEntity() — Method in class LabelOnlyResourceObject

Creates a new ResourceObject from an entity.

Link::compare() — Method in class Link

Compares two links.

$ LinkCollection#contextProperty in class LinkCollection

The link context.

$ Relationship#contextProperty in class Relationship

The context resource object of the relationship.

Relationship::createFromEntityReferenceField() — Method in class Relationship

Creates a new Relationship from an entity reference field.

ResourceIdentifier::compare() — Method in class ResourceIdentifier

Compares ResourceIdentifier objects.

ResourceObject::createFromEntity() — Method in class ResourceObject

Creates a new ResourceObject from an entity.

ConfigEntityDenormalizerClass in namespace Drupal\jsonapi\Normalizer

Converts the Drupal config entity object to a JSON:API array structure.

ContentEntityDenormalizerClass in namespace Drupal\jsonapi\Normalizer

Converts a JSON:API array structure into a Drupal entity object.

$ HttpExceptionNormalizer#currentUserProperty in class HttpExceptionNormalizer

The current user making the request.

$ LinkCollectionNormalizer#currentUserProperty in class LinkCollectionNormalizer

The current user making the request.

NormalizerBase::checkFormat() — Method in class NormalizerBase

Checks if the provided format is supported by this normalizer.

$ ResourceObjectNormalizer#cacherProperty in class ResourceObjectNormalizer

The entity normalization cacher.

CacheableNormalizationClass in namespace Drupal\jsonapi\Normalizer\Value

Use to store normalized data and its cacheability.

CacheableOmissionClass in namespace Drupal\jsonapi\Normalizer\Value

Represents the cacheability associated with the omission of a value.

TemporaryArrayObjectThrowingExceptions::count() — Method in class TemporaryArrayObjectThrowingExceptions

Count the ArrayObject.

EntityUuidConverter::convert() — Method in class EntityUuidConverter

Converts path variables to their corresponding objects.

ResourceTypeConverter::convert() — Method in class ResourceTypeConverter

Converts path variables to their corresponding objects.

EntityCondition::createFromQueryParameter() — Method in class EntityCondition

Creates an EntityCondition object from a query parameter.

$ EntityConditionGroup#conjunctionProperty in class EntityConditionGroup

The conjunction.

EntityConditionGroup::conjunction() — Method in class EntityConditionGroup

The condition group conjunction.

Filter::createFromQueryParameter() — Method in class Filter

Creates a Sort object from a query parameter.

OffsetPage::createFromQueryParameter() — Method in class OffsetPage

Creates an OffsetPage object from a query parameter.

Sort::createFromQueryParameter() — Method in class Sort

Creates a Sort object from a query parameter.

ResourceTypeBuildEvent::createFromEntityTypeAndBundle() — Method in class ResourceTypeBuildEvent

Creates a new ResourceTypeBuildEvent.

$ ResourceTypeRepository#cacheProperty in class ResourceTypeRepository

The cache backend.

$ ResourceTypeRepository#cacheTagsProperty in class ResourceTypeRepository

Cache tags used for caching the repository.

ResourceTypeRepository::createResourceType() — Method in class ResourceTypeRepository

Creates a ResourceType value object for the given entity type + bundle.

ResourceTypeRepository::calculateRelatableResourceTypes() — Method in class ResourceTypeRepository

Calculates relatable JSON:API resource types for a given resource type.

Routes::create() — Method in class Routes

Instantiates a new instance of this class.

$ LanguageNegotiation#config_route_nameProperty in class LanguageNegotiation

The route pointing to the plugin's configuration page.

LanguageConfigCollectionNameTrait::createConfigCollectionName() — Method in class LanguageConfigCollectionNameTrait

Creates a configuration collection name based on a language code.

LanguageConfigFactoryOverride::createConfigObject() — Method in class LanguageConfigFactoryOverride

Creates a configuration object for use during install and synchronization.

ConfigurableLanguageInterfaceClass in namespace Drupal\language

Provides an interface defining a language entity.

ConfigurableLanguageManagerClass in namespace Drupal\language

Overrides default LanguageManager to provide configured languages.

$ ConfigurableLanguageManager#configFactoryProperty in class ConfigurableLanguageManager

The configuration storage service.

$ ConfigurableLanguageManager#configFactoryOverrideProperty in class ConfigurableLanguageManager

The language configuration override service.

ConfigurableLanguageManagerInterfaceClass in namespace Drupal\language

Common interface for language negotiation services.

ContentLanguageSettingsExceptionClass in namespace Drupal\language

Exception thrown by ContentLanguageSettings when target bundle is not set.

ContentLanguageSettingsInterfaceClass in namespace Drupal\language

Provides an interface defining language settings for content entities.

ConfigurableLanguageClass in namespace Drupal\language\Entity

Defines the ConfigurableLanguage entity.

ConfigurableLanguage::createFromLangcode() — Method in class ConfigurableLanguage

Creates a configurable language object from a langcode.

ContentLanguageSettingsClass in namespace Drupal\language\Entity

Defines the ContentLanguageSettings entity.

ContentLanguageSettings::calculateDependencies() — Method in class ContentLanguageSettings

Calculates dependencies and stores them in the dependency property.

ConfigSubscriberClass in namespace Drupal\language\EventSubscriber

Deletes the container if default language has changed.

$ ConfigSubscriber#configFactoryProperty in class ConfigSubscriber

The configuration factory.

$ LanguageRequestSubscriber#currentUserProperty in class LanguageRequestSubscriber

The current active user.

ContentLanguageSettingsFormClass in namespace Drupal\language\Form

Configure the content language settings for this site.

ContentLanguageSettingsForm::create() — Method in class ContentLanguageSettingsForm

Instantiates a new instance of this class.

LanguageAddForm::copyFormValuesToEntity() — Method in class LanguageAddForm

Copies top-level form values to entity properties.

LanguageFormBase::create() — Method in class LanguageFormBase

Instantiates a new instance of this class.

LanguageFormBase::commonForm() — Method in class LanguageFormBase

Common elements of the language addition and editing form.

NegotiationBrowserForm::create() — Method in class NegotiationBrowserForm

Instantiates a new instance of this class.

NegotiationConfigureForm::create() — Method in class NegotiationConfigureForm

Instantiates a new instance of this class.

NegotiationConfigureForm::configureFormTable() — Method in class NegotiationConfigureForm

Builds a language negotiation method configuration table.

NegotiationUrlForm::create() — Method in class NegotiationUrlForm

Instantiates a new instance of this class.

$ PathProcessorLanguage#configProperty in class PathProcessorLanguage

A config factory for retrieving required config settings.

$ PathProcessorLanguage#configSubscriberProperty in class PathProcessorLanguage

The language configuration event subscriber.

LanguageAccessControlHandler::checkAccess() — Method in class LanguageAccessControlHandler

Performs access checks.

LanguageConverter::convert() — Method in class LanguageConverter

Converts path variables to their corresponding objects.

$ LanguageListBuilder#configFactoryProperty in class LanguageListBuilder

The configuration factory.

LanguageListBuilder::createInstance() — Method in class LanguageListBuilder

Instantiates a new instance of this entity handler.

$ LanguageNegotiationMethodBase#configProperty in class LanguageNegotiationMethodBase

The configuration factory.

$ LanguageNegotiationMethodBase#currentUserProperty in class LanguageNegotiationMethodBase

The current active user.

$ LanguageNegotiator#configFactoryProperty in class LanguageNegotiator

The configuration factory.

$ LanguageNegotiator#currentUserProperty in class LanguageNegotiator

The current active user.

LanguageBlock::create() — Method in class LanguageBlock

Creates an instance of the plugin.

Language::create() — Method in class Language

Creates an instance of the plugin.

LanguageNegotiationBrowser::create() — Method in class LanguageNegotiationBrowser

Creates an instance of the plugin.

$ LanguageNegotiationContentEntity#contentEntityPathsProperty in class LanguageNegotiationContentEntity

A list of all the link paths of enabled content entities.

LanguageNegotiationContentEntity::create() — Method in class LanguageNegotiationContentEntity

Creates an instance of the plugin.

ContentTranslationEnabledSettingClass in namespace Drupal\language\Plugin\migrate\process

Determines the content translation setting.

$ LanguageConverter#containerProperty in class LanguageConverter

The service container.

LanguageConverter::convert() — Method in class LanguageConverter

Converts path variables to their corresponding objects.

$ SectionStorage#context_definitionsProperty in class SectionStorage

Any required context definitions, optional.

$ LayoutBuilderContextTrait#contextRepositoryProperty in class LayoutBuilderContextTrait

The context repository.

LayoutBuilderContextTrait::contextRepository() — Method in class LayoutBuilderContextTrait

Gets the context repository service.

AddSectionController::create() — Method in class AddSectionController

Instantiates a new instance of this class.

ChooseBlockControllerClass in namespace Drupal\layout_builder\Controller

Defines a controller to choose a new block.

$ ChooseBlockController#currentUserProperty in class ChooseBlockController

The current user.

ChooseBlockController::create() — Method in class ChooseBlockController

Instantiates a new instance of this class.

ChooseSectionControllerClass in namespace Drupal\layout_builder\Controller

Defines a controller to choose a new section.

ChooseSectionController::create() — Method in class ChooseSectionController

Instantiates a new instance of this class.

MoveBlockController::create() — Method in class MoveBlockController

Instantiates a new instance of this class.

LayoutBuilder::create() — Method in class LayoutBuilder

Creates an instance of the plugin.

LayoutBuilderEntityViewDisplay::createCopy() — Method in class LayoutBuilderEntityViewDisplay

Creates a duplicate of the entity display object on a different view mode.

LayoutBuilderEntityViewDisplay::contextRepository() — Method in class LayoutBuilderEntityViewDisplay

Wraps the context repository service.

LayoutBuilderEntityViewDisplay::calculateDependencies() — Method in class LayoutBuilderEntityViewDisplay

Calculates dependencies and stores them in the dependency property.

$ BlockComponentRenderArray#currentUserProperty in class BlockComponentRenderArray

The current user.

$ SectionComponentBuildRenderArrayEvent#componentProperty in class SectionComponentBuildRenderArrayEvent

The section component whose render array is being built.

$ SectionComponentBuildRenderArrayEvent#contextsProperty in class SectionComponentBuildRenderArrayEvent

The available contexts.

ConfigureBlockFormBaseClass in namespace Drupal\layout_builder\Form

Provides a base form for configuring a block.

ConfigureBlockFormBase::create() — Method in class ConfigureBlockFormBase

Instantiates a new instance of this class.

ConfigureSectionFormClass in namespace Drupal\layout_builder\Form

Provides a form for configuring a layout section.

ConfigureSectionForm::create() — Method in class ConfigureSectionForm

Instantiates a new instance of this class.

DefaultsEntityForm::create() — Method in class DefaultsEntityForm

Instantiates a new instance of this class.

DiscardLayoutChangesForm::create() — Method in class DiscardLayoutChangesForm

Instantiates a new instance of this class.

LayoutBuilderDisableForm::create() — Method in class LayoutBuilderDisableForm

Instantiates a new instance of this class.

LayoutBuilderEntityViewDisplayForm::copyFormValuesToEntity() — Method in class LayoutBuilderEntityViewDisplayForm

Copies top-level form values to entity properties.

LayoutRebuildConfirmFormBase::create() — Method in class LayoutRebuildConfirmFormBase

Instantiates a new instance of this class.

MoveBlockForm::create() — Method in class MoveBlockForm

Instantiates a new instance of this class.

OverridesEntityForm::create() — Method in class OverridesEntityForm

Instantiates a new instance of this class.

PreviewToggleTrait::currentUser() — Method in class PreviewToggleTrait

Gets the current user.

RevertOverridesForm::create() — Method in class RevertOverridesForm

Instantiates a new instance of this class.

InlineBlockEntityOperations::create() — Method in class InlineBlockEntityOperations

Instantiates a new instance of this class.

LayoutBuilderOverridesPermissions::create() — Method in class LayoutBuilderOverridesPermissions

Instantiates a new instance of this class.

ExtraFieldBlock::create() — Method in class ExtraFieldBlock

Creates an instance of the plugin.

FieldBlock::create() — Method in class FieldBlock

Creates an instance of the plugin.

$ InlineBlock#currentUserProperty in class InlineBlock

The current user.

InlineBlock::create() — Method in class InlineBlock

Creates an instance of the plugin.

ExtraFieldBlockDeriver::create() — Method in class ExtraFieldBlockDeriver

Creates a new class instance.

FieldBlockDeriver::create() — Method in class FieldBlockDeriver

Creates a new class instance.

InlineBlockDeriver::create() — Method in class InlineBlockDeriver

Creates a new class instance.

LayoutBuilderLocalTaskDeriver::create() — Method in class LayoutBuilderLocalTaskDeriver

Creates a new class instance.

DefaultsSectionStorage::create() — Method in class DefaultsSectionStorage

Creates an instance of the plugin.

$ OverridesSectionStorage#currentUserProperty in class OverridesSectionStorage

The current user.

OverridesSectionStorage::create() — Method in class OverridesSectionStorage

Creates an instance of the plugin.

SectionStorageBase::count() — Method in class SectionStorageBase
{@inheritdoc}
$ QuickEditIntegration#currentUserProperty in class QuickEditIntegration

The current user.

QuickEditIntegration::create() — Method in class QuickEditIntegration

Instantiates a new instance of this class.

LayoutSectionStorageParamConverter::convert() — Method in class LayoutSectionStorageParamConverter

Converts path variables to their corresponding objects.

$ Section#componentsProperty in class Section

An array of components, keyed by UUID.

Section::contextHandler() — Method in class Section

Wraps the context handler.

$ SectionComponent#configurationProperty in class SectionComponent

An array of plugin configuration.

SectionComponent::contextHandler() — Method in class SectionComponent

Wraps the context handler.

SectionListTrait::count() — Method in class SectionListTrait
{@inheritdoc}
$ SectionStorageManager#contextHandlerProperty in class SectionStorageManager

The context handler.

LinkFormatter::create() — Method in class LinkFormatter

Creates an instance of the plugin.

$ LinkAccessConstraintValidator#current_userProperty in class LinkAccessConstraintValidator

Proxy for the current user account.

LinkAccessConstraintValidator::create() — Method in class LinkAccessConstraintValidator

Instantiates a new instance of this class.

FieldLink::canonicalizeUri() — Method in class FieldLink

Turn a Drupal 6/7 URI into a Drupal 8-compatible format.

LocaleController::checkTranslation() — Method in class LocaleController

Checks for translation updates and displays the translations status.

$ LocaleTranslationCacheTag#cacheTagsInvalidatorProperty in class LocaleTranslationCacheTag

The cache tags invalidator.

ExportForm::create() — Method in class ExportForm

Instantiates a new instance of this class.

ImportForm::create() — Method in class ImportForm

Instantiates a new instance of this class.

TranslateFormBase::create() — Method in class TranslateFormBase

Instantiates a new instance of this class.

TranslationStatusForm::create() — Method in class TranslationStatusForm

Instantiates a new instance of this class.

TranslationStatusForm::createInfoString() — Method in class TranslationStatusForm

Provides debug info for projects in case translation files are not found.

Locale::config() — Method in class Locale

Returns the locale configuration manager service.

$ LocaleConfigManager#configStorageProperty in class LocaleConfigManager

The storage instance for reading configuration data.

$ LocaleConfigManager#configFactoryProperty in class LocaleConfigManager

The configuration factory.

$ LocaleConfigManager#configManagerProperty in class LocaleConfigManager

The configuration manager.

$ LocaleConfigSubscriber#configFactoryProperty in class LocaleConfigSubscriber

The configuration factory.

$ LocaleDefaultConfigStorage#configStorageProperty in class LocaleDefaultConfigStorage

The storage instance for reading configuration data.

$ LocaleLookup#contextProperty in class LocaleLookup

The msgctxt context.

$ LocaleLookup#cacheProperty in class LocaleLookup

The cache backend that should be used.

$ LocaleLookup#configFactoryProperty in class LocaleLookup

The configuration factory.

$ LocaleProjectStorage#cacheProperty in class LocaleProjectStorage

Static state cache.

LocaleProjectStorage::countProjects() — Method in class LocaleProjectStorage

Returns the count of project records.

LocaleProjectStorageInterface::countProjects() — Method in class LocaleProjectStorageInterface

Returns the count of project records.

$ LocaleTranslation#configFactoryProperty in class LocaleTranslation

The configuration factory.

$ LocaleTranslation#cacheProperty in class LocaleTranslation

The cache backend that should be used.

LocaleTranslation::canTranslateEnglish() — Method in class LocaleTranslation

Gets translate english configuration value.

LocaleTranslation::create() — Method in class LocaleTranslation

Creates an instance of the plugin.

$ StringBase#contextProperty in class StringBase

The string context.

$ StringDatabaseStorage#connectionProperty in class StringDatabaseStorage

The database connection.

StringDatabaseStorage::countStrings() — Method in class StringDatabaseStorage

Counts source strings.

StringDatabaseStorage::countTranslations() — Method in class StringDatabaseStorage

Counts translations.

StringDatabaseStorage::checkVersion() — Method in class StringDatabaseStorage

Checks whether the string version matches a given version, fix it if not.

StringDatabaseStorage::createString() — Method in class StringDatabaseStorage

Creates a source string object bound to this storage but not saved.

StringDatabaseStorage::createTranslation() — Method in class StringDatabaseStorage

Creates a string translation object bound to this storage but not saved.

StringStorageInterface::countStrings() — Method in class StringStorageInterface

Counts source strings.

StringStorageInterface::countTranslations() — Method in class StringStorageInterface

Counts translations.

StringStorageInterface::createString() — Method in class StringStorageInterface

Creates a source string object bound to this storage but not saved.

StringStorageInterface::createTranslation() — Method in class StringStorageInterface

Creates a string translation object bound to this storage but not saved.

$ TranslationString#customizedProperty in class TranslationString

Integer indicating whether this string is customized.

MediaRevisionAccessCheck::checkAccess() — Method in class MediaRevisionAccessCheck

Checks media item revision access.

MediaFilterController::create() — Method in class MediaFilterController

Instantiates a new instance of this class.

OEmbedIframeController::create() — Method in class OEmbedIframeController

Instantiates a new instance of this class.

$ MediaConfigSubscriber#cacheTagsInvalidatorProperty in class MediaConfigSubscriber

The cache tags invalidator.

EditorMediaDialog::create() — Method in class EditorMediaDialog

Instantiates a new instance of this class.

MediaSettingsForm::create() — Method in class MediaSettingsForm

Instantiates a new instance of this class.

MediaTypeDeleteConfirmForm::create() — Method in class MediaTypeDeleteConfirmForm

Instantiates a new instance of this class.

MediaAccessControlHandler::createInstance() — Method in class MediaAccessControlHandler

Instantiates a new instance of this entity handler.

MediaAccessControlHandler::checkAccess() — Method in class MediaAccessControlHandler

Performs access checks.

MediaAccessControlHandler::checkCreateAccess() — Method in class MediaAccessControlHandler

Performs create access checks.

MediaListBuilder::createInstance() — Method in class MediaListBuilder

Instantiates a new instance of this entity handler.

MediaPermissions::create() — Method in class MediaPermissions

Instantiates a new instance of this class.

$ MediaSourceBase#configFactoryProperty in class MediaSourceBase

The config factory service.

MediaSourceBase::create() — Method in class MediaSourceBase

Creates an instance of the plugin.

MediaSourceBase::calculateDependencies() — Method in class MediaSourceBase

Calculates dependencies for the configured plugin.

MediaSourceBase::createSourceFieldStorage() — Method in class MediaSourceBase

Creates the source field storage definition.

MediaSourceBase::createSourceField() — Method in class MediaSourceBase

Creates the source field definition for a type.

MediaSourceInterface::createSourceField() — Method in class MediaSourceInterface

Creates the source field definition for a type.

MediaTypeAccessControlHandler::checkAccess() — Method in class MediaTypeAccessControlHandler

Performs access checks.

MediaTypeForm::create() — Method in class MediaTypeForm

Instantiates a new instance of this class.

$ ResourceFetcher#cacheBackendProperty in class ResourceFetcher

The cache backend.

ResourceFetcher::createResource() — Method in class ResourceFetcher

Creates a Resource object from raw resource data.

$ UrlResolver#cacheBackendProperty in class UrlResolver

The cache backend.

DrupalMedia::create() — Method in class DrupalMedia

Creates an instance of the plugin.

$ DynamicLocalTasks#configProperty in class DynamicLocalTasks

The media settings config.

DynamicLocalTasks::create() — Method in class DynamicLocalTasks

Creates a new class instance.

MediaSelection::createNewEntity() — Method in class MediaSelection

Creates a new entity object that can be used as a valid reference.

MediaThumbnailFormatter::create() — Method in class MediaThumbnailFormatter

Creates an instance of the plugin.

$ OEmbedFormatter#configProperty in class OEmbedFormatter

The media settings config.

OEmbedFormatter::create() — Method in class OEmbedFormatter

Creates an instance of the plugin.

MediaEmbed::create() — Method in class MediaEmbed

Creates an instance of the plugin.

MediaEmbed::calculateDependencies() — Method in class MediaEmbed

Calculates dependencies for the configured plugin.

ThumbnailDownloader::create() — Method in class ThumbnailDownloader

Creates an instance of the plugin.

OEmbedResourceConstraintValidator::create() — Method in class OEmbedResourceConstraintValidator

Instantiates a new instance of this class.

AudioFile::createSourceField() — Method in class AudioFile

Creates the source field definition for a type.

File::createSourceField() — Method in class File

Creates the source field definition for a type.

Image::create() — Method in class Image

Creates an instance of the plugin.

Image::createSourceField() — Method in class Image

Creates the source field definition for a type.

OEmbed::create() — Method in class OEmbed

Creates an instance of the plugin.

OEmbed::createSourceField() — Method in class OEmbed

Creates the source field definition for a type.

VideoFile::createSourceField() — Method in class VideoFile

Creates the source field definition for a type.

Status::canExpose() — Method in class Status

Determine if a filter can be exposed.

$ Media#createdColumnProperty in class Media

Set the created column.

$ MediaRevision#createdColumnProperty in class MediaRevision

Set the created column.

$ MediaRouteProvider#configProperty in class MediaRouteProvider

The media settings config.

MediaRouteProvider::createInstance() — Method in class MediaRouteProvider

Instantiates a new instance of this entity handler.

AddFormBase::create() — Method in class AddFormBase

Instantiates a new instance of this class.

AddFormBase::createMediaFromValue() — Method in class AddFormBase

Creates a new, unsaved media item from a source field value.

FileUploadForm::create() — Method in class FileUploadForm

Instantiates a new instance of this class.

FileUploadForm::createMediaFromValue() — Method in class FileUploadForm

Creates a new, unsaved media item from a source field value.

FileUploadForm::createFileItem() — Method in class FileUploadForm

Create a file field item.

OEmbedForm::create() — Method in class OEmbedForm

Instantiates a new instance of this class.

MediaLibraryEditorOpener::checkAccess() — Method in class MediaLibraryEditorOpener

Checks media library access.

MediaLibraryFieldWidgetOpener::checkAccess() — Method in class MediaLibraryFieldWidgetOpener

Checks media library access.

MediaLibraryOpenerInterface::checkAccess() — Method in class MediaLibraryOpenerInterface

Checks media library access.

MediaLibraryState::create() — Method in class MediaLibraryState

Creates a new MediaLibraryState object.

MediaLibraryUiBuilder::checkAccess() — Method in class MediaLibraryUiBuilder

Check access to the media library.

DrupalMediaLibrary::create() — Method in class DrupalMediaLibrary

Creates an instance of the plugin.

$ MediaLibraryWidget#currentUserProperty in class MediaLibraryWidget

The current active user.

MediaLibraryWidget::create() — Method in class MediaLibraryWidget

Creates an instance of the plugin.

MediaLibrarySelectForm::clickSortable() — Method in class MediaLibrarySelectForm

Determines if this field is click sortable.

MenuLinkContentForm::create() — Method in class MenuLinkContentForm

Instantiates a new instance of this class.

MenuLinkContentAccessControlHandler::createInstance() — Method in class MenuLinkContentAccessControlHandler

Instantiates a new instance of this entity handler.

MenuLinkContentAccessControlHandler::checkAccess() — Method in class MenuLinkContentAccessControlHandler

Performs access checks.

MenuLinkContentDeriver::create() — Method in class MenuLinkContentDeriver

Creates a new class instance.

MenuLinkContent::create() — Method in class MenuLinkContent

Creates an instance of the plugin.

MenuTreeHierarchyConstraint::coversFields() — Method in class MenuTreeHierarchyConstraint

An array of entity fields which should be passed to the validator.

MenuTreeHierarchyConstraintValidator::create() — Method in class MenuTreeHierarchyConstraintValidator

Instantiates a new instance of this class.

LinkUri::create() — Method in class LinkUri

Creates an instance of the plugin.

MenuController::create() — Method in class MenuController

Instantiates a new instance of this class.

$ MenuDeleteForm#connectionProperty in class MenuDeleteForm

The database connection.

MenuDeleteForm::create() — Method in class MenuDeleteForm

Instantiates a new instance of this class.

$ MenuLinkEditForm#classResolverProperty in class MenuLinkEditForm

The class resolver.

MenuLinkEditForm::create() — Method in class MenuLinkEditForm

Instantiates a new instance of this class.

MenuLinkResetForm::create() — Method in class MenuLinkResetForm

Instantiates a new instance of this class.

MenuForm::create() — Method in class MenuForm

Instantiates a new instance of this class.

MenuLinkAdd::create() — Method in class MenuLinkAdd

Creates an instance of the plugin.

AuditResult::count() — Method in class AuditResult

Implements \Countable::count() for Twig template compatibility.

$ MigrateExecutable#countsProperty in class MigrateExecutable

An array of counts. Initially used for cache hit/miss tracking.

MigrateExecutable::currentSourceIds() — Method in class MigrateExecutable

Fetches the key array for the current source record.

MigrateExecutable::checkStatus() — Method in class MigrateExecutable

Checks for exceptional conditions, and display feedback.

MigrateStub::createStub() — Method in class MigrateStub

Creates a stub.

MigrateStubInterface::createStub() — Method in class MigrateStubInterface

Creates a stub.

MigrateEntity::create() — Method in class MigrateEntity

Creates a new class instance.

MigrateEntityRevision::create() — Method in class MigrateEntityRevision

Creates a new class instance.

MigrateDestinationPluginManager::createInstance() — Method in class MigrateDestinationPluginManager

Creates a pre-configured instance of a plugin.

MigrateIdMapInterface::clearMessages() — Method in class MigrateIdMapInterface

Clears all messages from the map.

MigrateIdMapInterface::currentDestination() — Method in class MigrateIdMapInterface

Looks up the destination identifier currently being iterated.

MigrateIdMapInterface::currentSource() — Method in class MigrateIdMapInterface

Looks up the source identifier(s) currently being iterated.

MigratePluginManager::createInstance() — Method in class MigratePluginManager

Creates a pre-configured instance of a plugin.

MigratePluginManagerInterface::createInstance() — Method in class MigratePluginManagerInterface

Creates a pre-configured instance of a migration plugin.

Migration::create() — Method in class Migration

Creates an instance of the plugin.

Migration::checkRequirements() — Method in class Migration

Checks if requirements for this plugin are OK.

Migration::clearInterruptionResult() — Method in class Migration

Clears the result to return upon interruption.

MigrationInterface::clearInterruptionResult() — Method in class MigrationInterface

Clears the result to return upon interruption.

MigrationPluginManager::createInstance() — Method in class MigrationPluginManager

Creates a pre-configured instance of a plugin.

MigrationPluginManager::createInstances() — Method in class MigrationPluginManager

Create pre-configured instance of plugin derivatives.

MigrationPluginManager::createInstancesByTag() — Method in class MigrationPluginManager

Create migrations given a tag.

MigrationPluginManager::createStubMigration() — Method in class MigrationPluginManager

Creates a stub migration plugin from a definition array.

MigrationPluginManagerInterface::createInstances() — Method in class MigrationPluginManagerInterface

Create pre-configured instance of plugin derivatives.

MigrationPluginManagerInterface::createStubMigration() — Method in class MigrationPluginManagerInterface

Creates a stub migration plugin from a definition array.

MigrationPluginManagerInterface::createInstancesByTag() — Method in class MigrationPluginManagerInterface

Create migrations given a tag.

RequirementsInterface::checkRequirements() — Method in class RequirementsInterface

Checks if requirements for this plugin are OK.

ComponentEntityDisplayBaseClass in namespace Drupal\migrate\Plugin\migrate\destination

Provides a destination plugin for migrating entity display components.

ComponentEntityDisplayBase::create() — Method in class ComponentEntityDisplayBase

Creates an instance of the plugin.

ConfigClass in namespace Drupal\migrate\Plugin\migrate\destination

Provides Configuration Management destination plugin.

$ Config#configProperty in class Config

The config object.

Config::create() — Method in class Config

Creates an instance of the plugin.

Config::calculateDependencies() — Method in class Config

Calculates dependencies for the configured plugin.

DestinationBase::checkRequirements() — Method in class DestinationBase

Checks if requirements for this plugin are OK.

Entity::create() — Method in class Entity

Creates an instance of the plugin.

Entity::calculateDependencies() — Method in class Entity

Calculates dependencies for the configured plugin.

$ EntityConfigBase#configFactoryProperty in class EntityConfigBase

The configuration factory.

EntityConfigBase::create() — Method in class EntityConfigBase

Creates an instance of the plugin.

EntityContentBase::create() — Method in class EntityContentBase

Creates an instance of the plugin.

NullIdMap::clearMessages() — Method in class NullIdMap

Clears all messages from the map.

NullIdMap::currentDestination() — Method in class NullIdMap

Looks up the destination identifier currently being iterated.

NullIdMap::currentSource() — Method in class NullIdMap

Looks up the source identifier(s) currently being iterated.

NullIdMap::current() — Method in class NullIdMap
{@inheritdoc}
$ Sql#currentRowProperty in class Sql

The current row.

$ Sql#currentKeyProperty in class Sql

The current key.

Sql::create() — Method in class Sql

Creates an instance of the plugin.

Sql::countHelper() — Method in class Sql

Counts records in a table.

Sql::clearMessages() — Method in class Sql

Clears all messages from the map.

Sql::current() — Method in class Sql

Implementation of \Iterator::current().

Sql::currentDestination() — Method in class Sql

Looks up the destination identifier currently being iterated.

Sql::currentSource() — Method in class Sql

Looks up the source identifier(s) currently being iterated.

CallbackClass in namespace Drupal\migrate\Plugin\migrate\process

Passes the source value to a callback.

ConcatClass in namespace Drupal\migrate\Plugin\migrate\process

Concatenates a set of strings.

Download::create() — Method in class Download

Creates an instance of the plugin.

EntityExists::create() — Method in class EntityExists

Creates an instance of the plugin.

FileCopy::create() — Method in class FileCopy

Creates an instance of the plugin.

MachineName::create() — Method in class MachineName

Creates an instance of the plugin.

MakeUniqueEntityField::create() — Method in class MakeUniqueEntityField

Creates an instance of the plugin.

MenuLinkParent::create() — Method in class MenuLinkParent

Creates an instance of the plugin.

MigrationLookup::create() — Method in class MigrationLookup

Creates an instance of the plugin.

Route::create() — Method in class Route

Creates an instance of the plugin.

EmbeddedDataSource::count() — Method in class EmbeddedDataSource

Gets the source count.

$ SourcePluginBase#currentRowProperty in class SourcePluginBase

The current row from the query.

$ SourcePluginBase#currentSourceIdsProperty in class SourcePluginBase

The primary key of the current row.

$ SourcePluginBase#cacheCountsProperty in class SourcePluginBase

Whether this instance should cache the source count.

$ SourcePluginBase#cacheKeyProperty in class SourcePluginBase

Key to use for caching counts.

$ SourcePluginBase#cacheProperty in class SourcePluginBase

The backend cache.

SourcePluginBase::current() — Method in class SourcePluginBase
{@inheritdoc}
SourcePluginBase::count() — Method in class SourcePluginBase

Gets the source count.

SqlBase::create() — Method in class SqlBase

Creates an instance of the plugin.

SqlBase::checkRequirements() — Method in class SqlBase

Checks if requirements for this plugin are OK.

Row::cloneWithoutDestination() — Method in class Row

Clones the row with an empty set of destination values.

Row::changed() — Method in class Row

Checks whether the row has changed compared to the original ID map.

$ MigrateField#coreProperty in class MigrateField

The Drupal core version(s) this plugin applies to.

$ MigrationConfigurationTrait#configFactoryProperty in class MigrationConfigurationTrait

The config factory service.

MigrationConfigurationTrait::createDatabaseStateSettings() — Method in class MigrationConfigurationTrait

Creates the necessary state entries for SqlBase::getDatabase() to work.

$ MigrationPluginManager#configFactoryProperty in class MigrationPluginManager

The config factory service.

EntityReferenceTranslationDeriver::create() — Method in class EntityReferenceTranslationDeriver

Creates a new class instance.

FieldMigration::create() — Method in class FieldMigration

Creates an instance of the plugin.

ContentEntityClass in namespace Drupal\migrate_drupal\Plugin\migrate\source

Source plugin to get content entities from the current version of Drupal.

ContentEntity::create() — Method in class ContentEntity

Creates an instance of the plugin.

ContentEntity::count() — Method in class ContentEntity

Gets the source count.

ContentEntityDeriverClass in namespace Drupal\migrate_drupal\Plugin\migrate\source

Deriver for content entity source plugins.

ContentEntityDeriver::create() — Method in class ContentEntityDeriver

Creates a new class instance.

DrupalSqlBase::create() — Method in class DrupalSqlBase

Creates an instance of the plugin.

DrupalSqlBase::checkRequirements() — Method in class DrupalSqlBase

Checks if requirements for this plugin are OK.

DrupalSqlBase::calculateDependencies() — Method in class DrupalSqlBase

Calculates dependencies for the configured plugin.

EmptySource::create() — Method in class EmptySource

Creates an instance of the plugin.

EmptySource::calculateDependencies() — Method in class EmptySource

Calculates dependencies for the configured plugin.

VariableTranslation::checkRequirements() — Method in class VariableTranslation

Checks if requirements for this plugin are OK.

ConfigClass in namespace Drupal\migrate_drupal\Plugin\migrate\source\d8

Drupal 8+ configuration source from database.

StubTestTrait::createEntityStub() — Method in class StubTestTrait

Create a stub of the given entity type.

MigrateMessageCapture::clear() — Method in class MigrateMessageCapture

Clears out any captured messages.

CredentialFormClass in namespace Drupal\migrate_drupal_ui\Form

Migrate Upgrade database credential form.

CredentialForm::create() — Method in class CredentialForm

Instantiates a new instance of this class.

IdConflictForm::conflictsForm() — Method in class IdConflictForm

Build the markup for conflict warnings.

IncrementalForm::create() — Method in class IncrementalForm

Instantiates a new instance of this class.

MigrateUpgradeFormBase::create() — Method in class MigrateUpgradeFormBase

Instantiates a new instance of this class.

ReviewForm::create() — Method in class ReviewForm

Instantiates a new instance of this class.

MigrateAccessCheck::checkAccess() — Method in class MigrateAccessCheck

Checks if the user is user 1 and grants access if so.

ConnectionClass in namespace Drupal\mysql\Driver\Database\mysql

MySQL implementation of \Drupal\Core\Database\Connection.

Connection::createDatabase() — Method in class Connection

Overrides \Drupal\Core\Database\Connection::createDatabase().

Tasks::connect() — Method in class Tasks

Checks if we can connect to the database.

Tasks::checkEngineVersion() — Method in class Tasks

Checks the engine version.

Schema::createTableSql() — Method in class Schema

Generate SQL to create a new table from a Drupal schema definition.

Schema::createFieldSql() — Method in class Schema

Create an SQL string for a field to be used in table creation or alteration.

Schema::createKeysSql() — Method in class Schema
Schema::createKeySql() — Method in class Schema
Schema::changeField() — Method in class Schema

Change a field definition.

NodeRevisionAccessCheck::checkAccess() — Method in class NodeRevisionAccessCheck

Checks node revision access.

NodeAccessGrantsCacheContext::checkNodeGrants() — Method in class NodeAccessGrantsCacheContext

Checks the node grants for the given operation.

NodeController::create() — Method in class NodeController

Instantiates a new instance of this class.

NodePreviewController::create() — Method in class NodePreviewController

Instantiates a new instance of this class.

$ NodeViewController#currentUserProperty in class NodeViewController

The current user.

NodeViewController::create() — Method in class NodeViewController

Instantiates a new instance of this class.

$ NodeAdminRouteSubscriber#configFactoryProperty in class NodeAdminRouteSubscriber

The config factory.

$ NodePreviewForm#configFactoryProperty in class NodePreviewForm

The config factory.

NodePreviewForm::create() — Method in class NodePreviewForm

Instantiates a new instance of this class.

$ NodeRevisionDeleteForm#connectionProperty in class NodeRevisionDeleteForm

The database connection.

NodeRevisionDeleteForm::create() — Method in class NodeRevisionDeleteForm

Instantiates a new instance of this class.

NodeRevisionRevertForm::create() — Method in class NodeRevisionRevertForm

Instantiates a new instance of this class.

NodeRevisionRevertTranslationForm::create() — Method in class NodeRevisionRevertTranslationForm

Instantiates a new instance of this class.

NodeAccessControlHandler::createInstance() — Method in class NodeAccessControlHandler

Instantiates a new instance of this entity handler.

NodeAccessControlHandler::createAccess() — Method in class NodeAccessControlHandler

Checks access to create an entity.

NodeAccessControlHandler::checkAccess() — Method in class NodeAccessControlHandler

Performs access checks.

NodeAccessControlHandler::checkCreateAccess() — Method in class NodeAccessControlHandler

Performs create access checks.

NodeAccessControlHandler::checkFieldAccess() — Method in class NodeAccessControlHandler

Default field access as determined by this access control handler.

NodeAccessControlHandler::countGrants() — Method in class NodeAccessControlHandler

Counts available node grants.

NodeAccessControlHandler::checkAllGrants() — Method in class NodeAccessControlHandler

Checks all grants for a given account.

NodeAccessControlHandlerInterface::countGrants() — Method in class NodeAccessControlHandlerInterface

Counts available node grants.

NodeAccessControlHandlerInterface::checkAllGrants() — Method in class NodeAccessControlHandlerInterface

Checks all grants for a given account.

$ NodeForm#currentUserProperty in class NodeForm

The Current User object.

NodeForm::create() — Method in class NodeForm

Instantiates a new instance of this class.

NodeGrantDatabaseStorage::checkAll() — Method in class NodeGrantDatabaseStorage

Checks all grants for a given account.

NodeGrantDatabaseStorage::count() — Method in class NodeGrantDatabaseStorage

Counts available node grants.

NodeGrantDatabaseStorageInterface::checkAll() — Method in class NodeGrantDatabaseStorageInterface

Checks all grants for a given account.

NodeGrantDatabaseStorageInterface::count() — Method in class NodeGrantDatabaseStorageInterface

Counts available node grants.

NodeListBuilder::createInstance() — Method in class NodeListBuilder

Instantiates a new instance of this entity handler.

NodeStorage::countDefaultLanguageRevisions() — Method in class NodeStorage

Counts the number of revisions in the default language.

NodeStorage::clearRevisionsLanguage() — Method in class NodeStorage

Unsets the language for all nodes with the given language.

NodeStorageInterface::countDefaultLanguageRevisions() — Method in class NodeStorageInterface

Counts the number of revisions in the default language.

NodeStorageInterface::clearRevisionsLanguage() — Method in class NodeStorageInterface

Unsets the language for all nodes with the given language.

NodeTypeAccessControlHandler::checkAccess() — Method in class NodeTypeAccessControlHandler

Performs access checks.

NodeTypeForm::create() — Method in class NodeTypeForm

Instantiates a new instance of this class.

DenyNodePreview::check() — Method in class DenyNodePreview

Determines whether it is save to store a page in the cache.

NodePreviewConverter::convert() — Method in class NodePreviewConverter

Converts path variables to their corresponding objects.

$ AssignOwnerNode#connectionProperty in class AssignOwnerNode

The database connection.

AssignOwnerNode::create() — Method in class AssignOwnerNode

Creates an instance of the plugin.

$ SyndicateBlock#configFactoryProperty in class SyndicateBlock

The config factory.

SyndicateBlock::create() — Method in class SyndicateBlock

Creates an instance of the plugin.

NodeType::create() — Method in class NodeType

Creates an instance of the plugin.

NodeSelection::createNewEntity() — Method in class NodeSelection

Creates a new entity object that can be used as a valid reference.

NodeSearch::create() — Method in class NodeSearch

Creates an instance of the plugin.

D6NodeDeriver::create() — Method in class D6NodeDeriver

Creates a new class instance.

D7NodeDeriver::create() — Method in class D7NodeDeriver

Creates a new class instance.

Node::create() — Method in class Node

Creates an instance of the plugin.

ViewMode::calculateDependencies() — Method in class ViewMode

Calculates dependencies for the configured plugin.

Node::create() — Method in class Node

Creates an instance of the plugin.

ListingEmpty::create() — Method in class ListingEmpty

Creates an instance of the plugin.

Nid::create() — Method in class Nid

Creates an instance of the plugin.

Type::create() — Method in class Type

Creates an instance of the plugin.

Vid::create() — Method in class Vid

Creates an instance of the plugin.

Node::create() — Method in class Node

Creates an instance of the plugin.

Access::canExpose() — Method in class Access

Determine if a filter can be exposed.

Status::canExpose() — Method in class Status

Determine if a filter can be exposed.

$ Node#createdColumnProperty in class Node

Set the created column.

Node::create() — Method in class Node

Creates an instance of the plugin.

$ NodeRevision#createdColumnProperty in class NodeRevision

Set the created column.

$ NodePreviewConverter#containerProperty in class NodePreviewConverter

The service container.

NodePreviewConverter::convert() — Method in class NodePreviewConverter

Converts path variables to their corresponding objects.

ListFloatItem::castAllowedValue() — Method in class ListFloatItem

Converts a value to the correct type.

ListIntegerItem::castAllowedValue() — Method in class ListIntegerItem

Converts a value to the correct type.

ListItemBase::castAllowedValue() — Method in class ListItemBase

Converts a value to the correct type.

ListStringItem::castAllowedValue() — Method in class ListStringItem

Converts a value to the correct type.

$ PageCache#cacheProperty in class PageCache

The cache bin.

$ PageCache#cidProperty in class PageCache

The cache ID for the (master) request.

$ PathAliasListBuilder#currentRequestProperty in class PathAliasListBuilder

The current request.

PathAliasListBuilder::createInstance() — Method in class PathAliasListBuilder

Instantiates a new instance of this entity handler.

PathFieldItemList::computeValue() — Method in class PathFieldItemList
{@inheritdoc}
PathAliasConstraintValidator::create() — Method in class PathAliasConstraintValidator

Instantiates a new instance of this class.

$ AliasManager#cacheProperty in class AliasManager

Cache backend service.

$ AliasManager#cacheKeyProperty in class AliasManager

The cache key to use when caching paths.

$ AliasManager#cacheNeedsWritingProperty in class AliasManager

Whether the cache needs to be written.

AliasManager::cacheClear() — Method in class AliasManager

Clears the static caches in alias manager and rebuilds the whitelist.

AliasManagerInterface::cacheClear() — Method in class AliasManagerInterface

Clears the static caches in alias manager and rebuilds the whitelist.

$ AliasRepository#connectionProperty in class AliasRepository

The database connection.

AliasWhitelist::clear() — Method in class AliasWhitelist

Clears the collected cache entry.

$ PathAliasSubscriber#currentPathProperty in class PathAliasSubscriber

The current path.

PathAliasStorage::createWithSampleValues() — Method in class PathAliasStorage

Creates an entity with sample field values.

ConnectionClass in namespace Drupal\pgsql\Driver\Database\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Connection.

Connection::createDatabase() — Method in class Connection

Overrides \Drupal\Core\Database\Connection::createDatabase().

Tasks::connect() — Method in class Tasks

Checks if we can connect to the database.

Tasks::checkEncoding() — Method in class Tasks

Check encoding is UTF8.

Tasks::checkBinaryOutput() — Method in class Tasks

Check Binary Output.

Tasks::checkBinaryOutputSuccess() — Method in class Tasks

Verify that a binary data roundtrip returns the original string.

Tasks::checkStandardConformingStrings() — Method in class Tasks

Ensures standard_conforming_strings setting is 'on'.

Tasks::checkStandardConformingStringsSuccess() — Method in class Tasks

Verifies the standard_conforming_strings setting.

Schema::createTableSql() — Method in class Schema

Generate SQL to create a new table from a Drupal schema definition.

Schema::createFieldSql() — Method in class Schema

Create an SQL string for a field to be used in table creation or alteration.

Schema::createPrimaryKeySql() — Method in class Schema

Create the SQL expression for primary keys.

Schema::constraintExists() — Method in class Schema

Helper function: check if a constraint (PK, FK, UK) exists.

Schema::changeField() — Method in class Schema

Change a field definition.

QuickEditFieldForm::create() — Method in class QuickEditFieldForm

Instantiates a new instance of this class.

QuickEditController::create() — Method in class QuickEditController

Instantiates a new instance of this class.

CommonDataConverterClass in namespace Drupal\rdf

Contains methods for common data conversions.

RdfMapping::calculateDependencies() — Method in class RdfMapping

Calculates dependencies and stores them in the dependency property.

ResponsiveImageStyle::calculateDependencies() — Method in class ResponsiveImageStyle

Calculates dependencies and stores them in the dependency property.

$ ResponsiveImageFormatter#currentUserProperty in class ResponsiveImageFormatter

The current user.

ResponsiveImageFormatter::create() — Method in class ResponsiveImageFormatter

Creates an instance of the plugin.

ResponsiveImageFormatter::calculateDependencies() — Method in class ResponsiveImageFormatter

Calculates dependencies for the configured plugin.

ResponsiveImageStyleForm::create() — Method in class ResponsiveImageStyleForm

Instantiates a new instance of this class.

ConfigDependenciesClass in namespace Drupal\rest\Entity

Calculates rest resource config dependencies.

ConfigDependencies::create() — Method in class ConfigDependencies

Instantiates a new instance of this class.

ConfigDependencies::calculateDependencies() — Method in class ConfigDependencies

Calculates dependencies of a specific rest resource configuration.

$ RestResourceConfig#configurationProperty in class RestResourceConfig

The REST resource configuration.

RestResourceConfig::calculateDependencies() — Method in class RestResourceConfig

Calculates dependencies and stores them in the dependency property.

EntityDeriver::create() — Method in class EntityDeriver

Creates a new class instance.

ResourceBase::create() — Method in class ResourceBase

Creates an instance of the plugin.

$ EntityResource#configFactoryProperty in class EntityResource

The config factory.

EntityResource::create() — Method in class EntityResource

Creates an instance of the plugin.

EntityResource::checkPatchFieldAccess() — Method in class EntityResource

Checks whether the given field should be PATCHed.

EntityResource::calculateDependencies() — Method in class EntityResource

Calculates dependencies for the configured plugin.

EntityResourceAccessTrait::checkEditFieldAccess() — Method in class EntityResourceAccessTrait

Performs edit access checks for fields.

$ RestExport#contentTypeProperty in class RestExport

Overrides the content type of the data response, if needed.

RestExport::create() — Method in class RestExport

Creates an instance of the plugin.

RestExport::collectRoutes() — Method in class RestExport

Adds the route entry of a view to the collection.

DataEntityRow::create() — Method in class DataEntityRow

Creates an instance of the plugin.

Serializer::create() — Method in class Serializer

Creates an instance of the plugin.

Serializer::calculateDependencies() — Method in class Serializer

Calculates dependencies for the configured plugin.

RequestHandler::create() — Method in class RequestHandler

Instantiates a new instance of this class.

RequestHandler::createArgumentResolver() — Method in class RequestHandler

Creates an argument resolver, containing all REST parameters.

RestPermissions::create() — Method in class RestPermissions

Instantiates a new instance of this class.

SearchController::create() — Method in class SearchController

Instantiates a new instance of this class.

$ SearchPage#configurationProperty in class SearchPage

The configuration of the search page entity.

SearchPage::configFactory() — Method in class SearchPage

Wraps the config factory.

$ SearchBlockForm#configFactoryProperty in class SearchBlockForm

The config factory.

SearchBlockForm::create() — Method in class SearchBlockForm

Instantiates a new instance of this class.

SearchPageFormBase::create() — Method in class SearchPageFormBase

Instantiates a new instance of this class.

SearchBlock::create() — Method in class SearchBlock

Creates an instance of the plugin.

ConfigurableSearchPluginBaseClass in namespace Drupal\search\Plugin

Provides a base implementation for a configurable Search plugin.

ConfigurableSearchPluginBase::calculateDependencies() — Method in class ConfigurableSearchPluginBase

Calculates dependencies for the configured plugin.

ConfigurableSearchPluginInterfaceClass in namespace Drupal\search\Plugin

Provides an interface for a configurable Search plugin.

SearchLocalTask::create() — Method in class SearchLocalTask

Creates a new class instance.

SearchPluginBase::create() — Method in class SearchPluginBase

Creates an instance of the plugin.

EntitySearchPage::create() — Method in class EntitySearchPage

Creates an instance of the plugin.

SearchPageRoutes::create() — Method in class SearchPageRoutes

Instantiates a new instance of this class.

$ SearchIndex#configFactoryProperty in class SearchIndex

The config factory.

$ SearchIndex#connectionProperty in class SearchIndex

The database connection.

$ SearchIndex#cacheTagsInvalidatorProperty in class SearchIndex

The cache tags invalidator.

SearchIndex::clear() — Method in class SearchIndex

Clears either a part of, or the entire search index.

SearchIndexInterface::clear() — Method in class SearchIndexInterface

Clears either a part of, or the entire search index.

SearchPageAccessControlHandler::checkAccess() — Method in class SearchPageAccessControlHandler

Performs access checks.

$ SearchPageListBuilder#configFactoryProperty in class SearchPageListBuilder

Stores the configuration factory.

SearchPageListBuilder::createInstance() — Method in class SearchPageListBuilder

Instantiates a new instance of this entity handler.

$ SearchPageRepository#configFactoryProperty in class SearchPageRepository

The config factory.

SearchPageRepository::clearDefaultSearchPage() — Method in class SearchPageRepository

Clears the default search page.

SearchPageRepositoryInterface::clearDefaultSearchPage() — Method in class SearchPageRepositoryInterface

Clears the default search page.

$ SearchQuery#conditionsProperty in class SearchQuery

Conditions that are used for exact searches.

SearchQuery::countQuery() — Method in class SearchQuery

Builds the default count query for SearchQuery.

$ SearchTextProcessor#configFactoryProperty in class SearchTextProcessor

The config factory.

ViewsSearchQuery::conditions() — Method in class ViewsSearchQuery

Returns the conditions property.

ViewsSearchQuery::conditionReplaceString() — Method in class ViewsSearchQuery

Replaces the original condition with a custom one from views recursively.

ChainEntityResolverClass in namespace Drupal\serialization\EntityResolver

Resolver delegating the entity resolution to a chain of resolvers.

ChainEntityResolverInterfaceClass in namespace Drupal\serialization\EntityResolver

An interface for delegating an entity resolution to a chain of resolvers.

CacheableNormalizerInterfaceClass in namespace Drupal\serialization\Normalizer

Defines the interface for normalizers producing cacheable normalizations.

ComplexDataNormalizerClass in namespace Drupal\serialization\Normalizer

Converts the Drupal entity object structures to a normalized array.

ConfigEntityNormalizerClass in namespace Drupal\serialization\Normalizer

Normalizes/denormalizes Drupal config entity objects into an array structure.

ContentEntityNormalizerClass in namespace Drupal\serialization\Normalizer

Normalizes/denormalizes Drupal content entities into an array structure.

EntityReferenceFieldItemNormalizer::constructValue() — Method in class EntityReferenceFieldItemNormalizer

Build the field item value using the incoming data.

FieldableEntityNormalizerTrait::constructValue() — Method in class FieldableEntityNormalizerTrait

Build the field item value using the incoming data.

NormalizerBase::checkFormat() — Method in class NormalizerBase

Checks if the provided format is supported by this normalizer.

SerializedColumnNormalizerTrait::checkForSerializedStrings() — Method in class SerializedColumnNormalizerTrait

Checks if there is a serialized string for a column.

TimestampItemNormalizer::constructValue() — Method in class TimestampItemNormalizer

Build the field item value using the incoming data.

ShortcutSetController::create() — Method in class ShortcutSetController

Instantiates a new instance of this class.

ShortcutSetDeleteForm::create() — Method in class ShortcutSetDeleteForm

Instantiates a new instance of this class.

SwitchShortcutSet::create() — Method in class SwitchShortcutSet

Instantiates a new instance of this class.

SwitchShortcutSet::checkAccess() — Method in class SwitchShortcutSet

Checks access for the shortcut set switch form.

ShortcutSetUsers::create() — Method in class ShortcutSetUsers

Creates an instance of the plugin.

ShortcutAccessControlHandler::createInstance() — Method in class ShortcutAccessControlHandler

Instantiates a new instance of this entity handler.

ShortcutAccessControlHandler::checkAccess() — Method in class ShortcutAccessControlHandler

Performs access checks.

ShortcutAccessControlHandler::checkCreateAccess() — Method in class ShortcutAccessControlHandler

Performs create access checks.

ShortcutSetAccessControlHandler::checkAccess() — Method in class ShortcutSetAccessControlHandler

Performs access checks.

ShortcutSetAccessControlHandler::checkCreateAccess() — Method in class ShortcutSetAccessControlHandler

Performs create access checks.

$ ShortcutSetStorage#connectionProperty in class ShortcutSetStorage

The database connection.

ShortcutSetStorage::createInstance() — Method in class ShortcutSetStorage

Instantiates a new instance of this entity handler.

ShortcutSetStorage::countAssignedUsers() — Method in class ShortcutSetStorage

Get the number of users who have this set assigned to them.

ShortcutSetStorageInterface::countAssignedUsers() — Method in class ShortcutSetStorageInterface

Get the number of users who have this set assigned to them.

ConnectionClass in namespace Drupal\sqlite\Driver\Database\sqlite

SQLite implementation of \Drupal\Core\Database\Connection.

Connection::createDatabase() — Method in class Connection

Overrides \Drupal\Core\Database\Connection::createDatabase().

Connection::createConnectionOptionsFromUrl() — Method in class Connection

Creates an array of database connection options from a URL.

Connection::createUrlFromConnectionOptions() — Method in class Connection

Creates a URL from an array of database connection options.

Tasks::connect() — Method in class Tasks

Checks if we can connect to the database.

Schema::createTableSql() — Method in class Schema

Generate SQL to create a new table from a Drupal schema definition.

Schema::createIndexSql() — Method in class Schema

Build the SQL expression for indexes.

Schema::createColumnsSql() — Method in class Schema

Build the SQL expression for creating columns.

Schema::createKeySql() — Method in class Schema

Build the SQL expression for keys.

Schema::createFieldSql() — Method in class Schema

Create an SQL string for a field to be used in table creation or alteration.

Schema::changeField() — Method in class Schema

Change a field definition.

$ NodeStatisticsDatabaseStorage#connectionProperty in class NodeStatisticsDatabaseStorage

The database connection used.

StatisticsPopularBlock::create() — Method in class StatisticsPopularBlock

Creates an instance of the plugin.

$ NodeCounter#connectionProperty in class NodeCounter

The database connection.

NodeCounter::create() — Method in class NodeCounter

Creates an instance of the plugin.

StatisticsSettingsForm::create() — Method in class StatisticsSettingsForm

Instantiates a new instance of this class.

$ SysLog#configProperty in class SysLog

A configuration object containing syslog settings.

$ SysLog#connectionOpenedProperty in class SysLog

Stores whether there is a system logger connection opened or not.

CronAccessCheckClass in namespace Drupal\system\Access

Access check for cron routes.

AdminController::create() — Method in class AdminController

Instantiates a new instance of this class.

BatchController::create() — Method in class BatchController

Instantiates a new instance of this class.

CsrfTokenControllerClass in namespace Drupal\system\Controller

Returns responses for CSRF token routes.

CsrfTokenController::create() — Method in class CsrfTokenController

Instantiates a new instance of this class.

CsrfTokenController::csrfToken() — Method in class CsrfTokenController

Returns a CSRF protecting session token.

$ DbUpdateController#cacheProperty in class DbUpdateController

A cache backend interface.

DbUpdateController::create() — Method in class DbUpdateController

Instantiates a new instance of this class.

EntityAutocompleteController::create() — Method in class EntityAutocompleteController

Instantiates a new instance of this class.

SystemController::create() — Method in class SystemController

Instantiates a new instance of this class.

SystemController::compactPage() — Method in class SystemController

Sets whether the admin menu is in compact mode or not.

SystemInfoController::create() — Method in class SystemInfoController

Instantiates a new instance of this class.

ThemeController::create() — Method in class ThemeController

Instantiates a new instance of this class.

CronControllerClass in namespace Drupal\system

Controller for Cron handling.

$ CronController#cronProperty in class CronController

The cron service.

CronController::create() — Method in class CronController

Instantiates a new instance of this class.

DateFormatAccessControlHandler::checkAccess() — Method in class DateFormatAccessControlHandler

Performs access checks.

DateFormatListBuilder::createInstance() — Method in class DateFormatListBuilder

Instantiates a new instance of this entity handler.

$ Action#configurationProperty in class Action

The configuration of the action.

ConfigCacheTagClass in namespace Drupal\system\EventSubscriber

A subscriber invalidating cache tags when system config objects are saved.

$ ConfigCacheTag#cacheTagsInvalidatorProperty in class ConfigCacheTag

The cache tags invalidator.

$ SecurityFileUploadEventSubscriber#configProperty in class SecurityFileUploadEventSubscriber

The system.file configuration.

FileDownloadController::create() — Method in class FileDownloadController

Instantiates a new instance of this class.

CronFormClass in namespace Drupal\system\Form

Configure cron settings for this site.

$ CronForm#cronProperty in class CronForm

The cron service.

CronForm::create() — Method in class CronForm

Instantiates a new instance of this class.

DateFormatDeleteForm::create() — Method in class DateFormatDeleteForm

Instantiates a new instance of this class.

DateFormatFormBase::create() — Method in class DateFormatFormBase

Instantiates a new instance of this class.

FileSystemForm::create() — Method in class FileSystemForm

Instantiates a new instance of this class.

ImageToolkitForm::create() — Method in class ImageToolkitForm

Instantiates a new instance of this class.

ModulesEnabledTrait::currentUser() — Method in class ModulesEnabledTrait

Gets the current user.

ModulesListConfirmForm::create() — Method in class ModulesListConfirmForm

Instantiates a new instance of this class.

$ ModulesListForm#currentUserProperty in class ModulesListForm

The current user.

ModulesListForm::create() — Method in class ModulesListForm

Instantiates a new instance of this class.

$ ModulesUninstallConfirmForm#configManagerProperty in class ModulesUninstallConfirmForm

The configuration manager.

ModulesUninstallConfirmForm::create() — Method in class ModulesUninstallConfirmForm

Instantiates a new instance of this class.

ModulesUninstallForm::create() — Method in class ModulesUninstallForm

Instantiates a new instance of this class.

$ PerformanceForm#cssCollectionOptimizerProperty in class PerformanceForm

The CSS asset collection optimizer service.

PerformanceForm::create() — Method in class PerformanceForm

Instantiates a new instance of this class.

PrepareModulesEntityUninstallForm::create() — Method in class PrepareModulesEntityUninstallForm

Instantiates a new instance of this class.

$ RegionalForm#countryManagerProperty in class RegionalForm

The country manager.

RegionalForm::create() — Method in class RegionalForm

Instantiates a new instance of this class.

SiteInformationForm::create() — Method in class SiteInformationForm

Instantiates a new instance of this class.

SiteMaintenanceModeForm::create() — Method in class SiteMaintenanceModeForm

Instantiates a new instance of this class.

$ SystemBrandingOffCanvasForm#configFactoryProperty in class SystemBrandingOffCanvasForm

The config factory.

$ SystemBrandingOffCanvasForm#currentUserProperty in class SystemBrandingOffCanvasForm

The current user.

SystemBrandingOffCanvasForm::create() — Method in class SystemBrandingOffCanvasForm

Instantiates a new instance of this class.

$ SystemMenuOffCanvasForm#configFactoryProperty in class SystemMenuOffCanvasForm

The config factory.

SystemMenuOffCanvasForm::create() — Method in class SystemMenuOffCanvasForm

Instantiates a new instance of this class.

ThemeExperimentalConfirmForm::create() — Method in class ThemeExperimentalConfirmForm

Instantiates a new instance of this class.

ThemeSettingsForm::create() — Method in class ThemeSettingsForm

Instantiates a new instance of this class.

MachineNameController::create() — Method in class MachineNameController

Instantiates a new instance of this class.

MenuAccessControlHandler::checkAccess() — Method in class MenuAccessControlHandler

Performs access checks.

$ PathBasedBreadcrumbBuilder#contextProperty in class PathBasedBreadcrumbBuilder

The router request context.

$ PathBasedBreadcrumbBuilder#configProperty in class PathBasedBreadcrumbBuilder

Site config object.

$ PathBasedBreadcrumbBuilder#currentUserProperty in class PathBasedBreadcrumbBuilder

The current user object.

$ PathBasedBreadcrumbBuilder#currentPathProperty in class PathBasedBreadcrumbBuilder

The current path service.

$ MockPhpStorage#configurationProperty in class MockPhpStorage

The storage configuration.

$ SystemBrandingBlock#configFactoryProperty in class SystemBrandingBlock

Stores the configuration factory.

SystemBrandingBlock::create() — Method in class SystemBrandingBlock

Creates an instance of the plugin.

SystemBreadcrumbBlock::create() — Method in class SystemBreadcrumbBlock

Creates an instance of the plugin.

SystemMenuBlock::create() — Method in class SystemMenuBlock

Creates an instance of the plugin.

CurrentThemeConditionClass in namespace Drupal\system\Plugin\Condition

Provides a 'Current Theme' condition.

CurrentThemeCondition::create() — Method in class CurrentThemeCondition

Creates an instance of the plugin.

$ RequestPath#currentPathProperty in class RequestPath

The current path.

RequestPath::create() — Method in class RequestPath

Creates an instance of the plugin.

SystemMenuBlock::create() — Method in class SystemMenuBlock

Creates a new class instance.

ThemeLocalTask::create() — Method in class ThemeLocalTask

Creates a new class instance.

GDToolkit::create() — Method in class GDToolkit

Creates an instance of the plugin.

ConvertClass in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd

Defines GD2 convert operation.

CreateNewClass in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd

Defines GD2 create_new image operation.

CropClass in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd

Defines GD2 Crop operation.

$ ThemeSettings#configFactoryProperty in class ThemeSettings

The configuration factory.

ThemeSettings::create() — Method in class ThemeSettings

Creates an instance of the plugin.

$ SecurityAdvisoriesFetcher#configProperty in class SecurityAdvisoriesFetcher

The 'system.advisories' configuration.

SecurityAdvisory::createFromArray() — Method in class SecurityAdvisory

Creates a SecurityAdvisories instance from an array.

SystemManager::checkRequirements() — Method in class SystemManager

Checks for requirement severity.

MockAliasManager::cacheClear() — Method in class MockAliasManager

Clears the static caches in alias manager and rebuilds the whitelist.

$ DbUpdateNegotiator#configFactoryProperty in class DbUpdateNegotiator

The config factory.

$ TimeZoneResolver#configFactoryProperty in class TimeZoneResolver

The config.

OverviewTerms::create() — Method in class OverviewTerms

Instantiates a new instance of this class.

VocabularyResetForm::create() — Method in class VocabularyResetForm

Instantiates a new instance of this class.

TermSelection::countReferenceableEntities() — Method in class TermSelection

Counts entities that are referenceable.

TermSelection::createNewEntity() — Method in class TermSelection

Creates a new entity object that can be used as a valid reference.

TaxonomyTermHierarchyConstraint::coversFields() — Method in class TaxonomyTermHierarchyConstraint

An array of entity fields which should be passed to the validator.

TaxonomyTermHierarchyConstraintValidator::create() — Method in class TaxonomyTermHierarchyConstraintValidator

Instantiates a new instance of this class.

D6TermNodeDeriver::create() — Method in class D6TermNodeDeriver

Creates a new class instance.

D7TaxonomyTermDeriver::create() — Method in class D7TaxonomyTermDeriver

Creates a new class instance.

IndexTidDepth::create() — Method in class IndexTidDepth

Creates an instance of the plugin.

Taxonomy::create() — Method in class Taxonomy

Creates an instance of the plugin.

VocabularyVid::create() — Method in class VocabularyVid

Creates an instance of the plugin.

Tid::create() — Method in class Tid

Creates an instance of the plugin.

Tid::calculateDependencies() — Method in class Tid

Calculates dependencies for the configured plugin.

TaxonomyIndexTid::create() — Method in class TaxonomyIndexTid

Creates an instance of the plugin.

$ TaxonomyIndexTid#currentUserProperty in class TaxonomyIndexTid

The current user.

TaxonomyIndexTid::create() — Method in class TaxonomyIndexTid

Creates an instance of the plugin.

TaxonomyIndexTid::calculateDependencies() — Method in class TaxonomyIndexTid

Calculates dependencies for the configured plugin.

NodeTermData::create() — Method in class NodeTermData

Creates an instance of the plugin.

NodeTermData::calculateDependencies() — Method in class NodeTermData

Calculates dependencies for the configured plugin.

TaxonomyPermissions::create() — Method in class TaxonomyPermissions

Instantiates a new instance of this class.

TermAccessControlHandler::checkAccess() — Method in class TermAccessControlHandler

Performs access checks.

TermAccessControlHandler::checkCreateAccess() — Method in class TermAccessControlHandler

Performs create access checks.

TermStorage::create() — Method in class TermStorage

Constructs a new entity object, without permanently saving it.

VocabularyAccessControlHandler::checkAccess() — Method in class VocabularyAccessControlHandler

Performs access checks.

VocabularyForm::create() — Method in class VocabularyForm

Instantiates a new instance of this class.

$ VocabularyListBuilder#currentUserProperty in class VocabularyListBuilder

The current user.

VocabularyListBuilder::createInstance() — Method in class VocabularyListBuilder

Instantiates a new instance of this entity handler.

ToolbarController::checkSubTreeAccess() — Method in class ToolbarController

Checks access for the subtree controller.

AllowToolbarPath::check() — Method in class AllowToolbarPath

Determines whether delivery of a cached page should be attempted.

Tour::calculateDependencies() — Method in class Tour

Calculates dependencies and stores them in the dependency property.

TourHelpSection::create() — Method in class TourHelpSection

Creates an instance of the plugin.

TipPluginText::create() — Method in class TipPluginText

Creates an instance of the plugin.

TourAccessControlHandler::checkAccess() — Method in class TourAccessControlHandler

Performs access checks.

$ TrackerController#commentStatisticsProperty in class TrackerController

The comment statistics.

TrackerController::create() — Method in class TrackerController

Instantiates a new instance of this class.

TrackerController::checkAccess() — Method in class TrackerController

Checks access for the users recent content tracker page.

$ UserTrackerTab#currentUserProperty in class UserTrackerTab

Current user object.

UserTrackerTab::create() — Method in class UserTrackerTab

Creates an instance of the plugin.

UpdateController::create() — Method in class UpdateController

Instantiates a new instance of this class.

UpdateManagerInstall::create() — Method in class UpdateManagerInstall

Instantiates a new instance of this class.

UpdateManagerUpdate::create() — Method in class UpdateManagerUpdate

Instantiates a new instance of this class.

UpdateReady::create() — Method in class UpdateReady

Instantiates a new instance of this class.

ModuleVersion::createFromVersionString() — Method in class ModuleVersion

Constructs a module version object from a version string.

ModuleVersion::createFromSupportBranch() — Method in class ModuleVersion

Constructs a module version object from a support branch.

$ ProjectCoreCompatibility#compatibilityMessagesProperty in class ProjectCoreCompatibility

Cache of core compatibility messages per core version constraint.

ProjectCoreCompatibility::createMessageFromCoreCompatibility() — Method in class ProjectCoreCompatibility

Creates core a compatibility message from a semantic version constraint.

ProjectRelease::createFromArray() — Method in class ProjectRelease

Creates a ProjectRelease instance from an array.

ProjectSecurityData::createFromProjectDataAndReleases() — Method in class ProjectSecurityData

Creates a ProjectSecurityData object from project data and releases.

ProjectSecurityRequirement::createFromProjectDataAndSecurityCoverageInfo() — Method in class ProjectSecurityRequirement

Creates a ProjectSecurityRequirement object from project data.

UpdateProcessor::createFetchTask() — Method in class UpdateProcessor

Adds a task to the queue for fetching release history data for a project.

UpdateProcessor::claimQueueItem() — Method in class UpdateProcessor

Claims an item in the update fetch queue for processing.

UpdateProcessorInterface::claimQueueItem() — Method in class UpdateProcessorInterface

Claims an item in the update fetch queue for processing.

UpdateProcessorInterface::createFetchTask() — Method in class UpdateProcessorInterface

Adds a task to the queue for fetching release history data for a project.

UpdateSettingsForm::create() — Method in class UpdateSettingsForm

Instantiates a new instance of this class.

AccountForm::create() — Method in class AccountForm

Instantiates a new instance of this class.

AccountSettingsForm::create() — Method in class AccountSettingsForm

Instantiates a new instance of this class.

CookieClass in namespace Drupal\user\Authentication\Provider

Cookie based authentication provider.

$ Cookie#connectionProperty in class Cookie

The database connection.

CurrentUserContextClass in namespace Drupal\user\ContextProvider

Sets the current user as a context.

$ UserAuthenticationController#csrfTokenProperty in class UserAuthenticationController

The CSRF token generator.

UserAuthenticationController::create() — Method in class UserAuthenticationController

Instantiates a new instance of this class.

UserController::create() — Method in class UserController

Instantiates a new instance of this class.

UserController::confirmCancel() — Method in class UserController

Confirms cancelling a user account via an email link.

Role::calculateDependencies() — Method in class Role

Calculates dependencies and stores them in the dependency property.

User::checkExistingPassword() — Method in class User

Checks the existing password if set.

RoleSettingsForm::create() — Method in class RoleSettingsForm

Instantiates a new instance of this class.

$ UserCancelForm#cancelMethodsProperty in class UserCancelForm

Available account cancellation methods.

UserLoginForm::create() — Method in class UserLoginForm

Instantiates a new instance of this class.

UserMultipleCancelConfirm::create() — Method in class UserMultipleCancelConfirm

Instantiates a new instance of this class.

UserPasswordForm::create() — Method in class UserPasswordForm

Instantiates a new instance of this class.

$ UserPermissionsBundleForm#configManagerProperty in class UserPermissionsBundleForm

The configuration entity manager.

UserPermissionsBundleForm::create() — Method in class UserPermissionsBundleForm

Instantiates a new instance of this class.

UserPermissionsForm::create() — Method in class UserPermissionsForm

Instantiates a new instance of this class.

$ PermissionHandler#controllerResolverProperty in class PermissionHandler

The controller resolver.

CancelUserClass in namespace Drupal\user\Plugin\Action

Cancels a user account.

$ CancelUser#currentUserProperty in class CancelUser

The current user.

CancelUser::create() — Method in class CancelUser

Creates an instance of the plugin.

ChangeUserRoleBaseClass in namespace Drupal\user\Plugin\Action

Provides a base class for operations to change a user's role.

ChangeUserRoleBase::create() — Method in class ChangeUserRoleBase

Creates an instance of the plugin.

ChangeUserRoleBase::calculateDependencies() — Method in class ChangeUserRoleBase

Calculates dependencies for the configured plugin.

UserLoginBlock::create() — Method in class UserLoginBlock

Creates an instance of the plugin.

UserLocalTask::create() — Method in class UserLocalTask

Creates a new class instance.

$ UserSelection#connectionProperty in class UserSelection

The database connection.

UserSelection::create() — Method in class UserSelection

Creates an instance of the plugin.

UserSelection::createNewEntity() — Method in class UserSelection

Creates a new entity object that can be used as a valid reference.

AuthorFormatter::checkAccess() — Method in class AuthorFormatter

Checks access to the given entity.

LanguageNegotiationUserAdmin::create() — Method in class LanguageNegotiationUserAdmin

Creates an instance of the plugin.

$ LoginLogoutMenuLink#currentUserProperty in class LoginLogoutMenuLink

The current user.

LoginLogoutMenuLink::create() — Method in class LoginLogoutMenuLink

Creates an instance of the plugin.

$ UserSearch#currentUserProperty in class UserSearch

The current user.

UserSearch::create() — Method in class UserSearch

Creates an instance of the plugin.

$ ProtectedUserFieldConstraintValidator#currentUserProperty in class ProtectedUserFieldConstraintValidator

The current user.

ProtectedUserFieldConstraintValidator::create() — Method in class ProtectedUserFieldConstraintValidator

Instantiates a new instance of this class.

EntityUser::create() — Method in class EntityUser

Creates an instance of the plugin.

UserData::create() — Method in class UserData

Creates an instance of the plugin.

ConvertTokensClass in namespace Drupal\user\Plugin\migrate\process

Plugin to replace !tokens with [tokens].

UserLangcode::create() — Method in class UserLangcode

Creates an instance of the plugin.

UserUpdate7002::create() — Method in class UserUpdate7002

Creates an instance of the plugin.

ProfileField::checkRequirements() — Method in class ProfileField

Checks if requirements for this plugin are OK.

$ UserRegistrationResource#currentUserProperty in class UserRegistrationResource

The current user.

UserRegistrationResource::create() — Method in class UserRegistrationResource

Creates an instance of the plugin.

Permission::create() — Method in class Permission

Creates an instance of the plugin.

Role::create() — Method in class Role

Creates an instance of the plugin.

Role::calculateDependencies() — Method in class Role

Calculates dependencies for the configured plugin.

RolesRid::create() — Method in class RolesRid

Creates an instance of the plugin.

Uid::create() — Method in class Uid

Creates an instance of the plugin.

CurrentUserClass in namespace Drupal\user\Plugin\views\argument_default

Default argument plugin to extract the current user.

User::create() — Method in class User

Creates an instance of the plugin.

User::calculateDependencies() — Method in class User

Calculates dependencies for the configured plugin.

Permissions::create() — Method in class Permissions

Creates an instance of the plugin.

Roles::create() — Method in class Roles

Creates an instance of the plugin.

UserData::create() — Method in class UserData

Creates an instance of the plugin.

CurrentClass in namespace Drupal\user\Plugin\views\filter

Filter handler for the current user.

Permissions::create() — Method in class Permissions

Creates an instance of the plugin.

Roles::create() — Method in class Roles

Creates an instance of the plugin.

Roles::calculateDependencies() — Method in class Roles

Calculates dependencies for the configured plugin.

$ Users#createdColumnProperty in class Users

Set the created column.

RoleAccessControlHandler::checkAccess() — Method in class RoleAccessControlHandler

Performs access checks.

RoleListBuilder::createInstance() — Method in class RoleListBuilder

Instantiates a new instance of this entity handler.

$ AdminNegotiator#configFactoryProperty in class AdminNegotiator

The config factory.

UserAccessControlHandler::checkAccess() — Method in class UserAccessControlHandler

Performs access checks.

UserAccessControlHandler::checkFieldAccess() — Method in class UserAccessControlHandler

Default field access as determined by this access control handler.

$ UserData#connectionProperty in class UserData

The database connection to use.

UserFloodControl::clear() — Method in class UserFloodControl

Makes the flood control mechanism forget an event for the current visitor.

UserInterface::checkExistingPassword() — Method in class UserInterface

Checks the existing password if set.

UserListBuilder::createInstance() — Method in class UserListBuilder

Instantiates a new instance of this entity handler.

$ ShowButtonsCommand#changedProperty in class ShowButtonsCommand

Whether the view has been changed.

$ ViewsDisplay#contextual_links_locationsProperty in class ViewsDisplay

A list of places where contextual links should be added.

$ ViewAjaxController#currentPathProperty in class ViewAjaxController

The current path.

ViewAjaxController::create() — Method in class ViewAjaxController

Instantiates a new instance of this class.

DisplayPluginCollection::clear() — Method in class DisplayPluginCollection

Clears all instantiated plugins.

EntityViewsData::createInstance() — Method in class EntityViewsData

Instantiates a new instance of this entity handler.

ConfigurableLanguageRendererClass in namespace Drupal\views\Entity\Render

Renders entities in a configured language.

View::createDuplicate() — Method in class View

Creates a duplicate of the entity.

View::calculateDependencies() — Method in class View

Calculates dependencies and stores them in the dependency property.

$ ExposedFormCache#cacheProperty in class ExposedFormCache

Stores the exposed form data.

$ ViewsExposedForm#currentPathStackProperty in class ViewsExposedForm

The current path stack.

ViewsExposedForm::create() — Method in class ViewsExposedForm

Instantiates a new instance of this class.

$ ViewsForm#classResolverProperty in class ViewsForm

The class resolver to get the subform form objects.

ViewsForm::create() — Method in class ViewsForm

Instantiates a new instance of this class.

ViewsBlockBase::create() — Method in class ViewsBlockBase

Creates an instance of the plugin.

ViewsBlock::create() — Method in class ViewsBlock

Creates a new class instance.

ViewsEntityArgumentValidator::create() — Method in class ViewsEntityArgumentValidator

Creates a new class instance.

ViewsEntityRow::create() — Method in class ViewsEntityRow

Creates a new class instance.

ViewsExposedFilterBlock::create() — Method in class ViewsExposedFilterBlock

Creates a new class instance.

ViewsLocalTask::create() — Method in class ViewsLocalTask

Creates a new class instance.

ViewsMenuLink::create() — Method in class ViewsMenuLink

Creates a new class instance.

$ ViewsSelection#currentUserProperty in class ViewsSelection

The current user.

ViewsSelection::create() — Method in class ViewsSelection

Creates an instance of the plugin.

ViewsSelection::countReferenceableEntities() — Method in class ViewsSelection

Counts entities that are referenceable.

ViewsMenuLink::create() — Method in class ViewsMenuLink

Creates an instance of the plugin.

ViewsHandlerManager::createInstance() — Method in class ViewsHandlerManager

Creates a pre-configured instance of a plugin.

BrokenHandlerTrait::calculateDependencies() — Method in class BrokenHandlerTrait

Gets dependencies for a broken handler.

HandlerBase::caseTransform() — Method in class HandlerBase

Transform a string by a certain method.

HandlerBase::canExpose() — Method in class HandlerBase

Determine if a handler can be exposed.

HandlerBase::calculateDependencies() — Method in class HandlerBase

Calculates dependencies for the configured plugin.

PluginBase::create() — Method in class PluginBase

Creates an instance of the plugin.

PluginBase::calculateDependencies() — Method in class PluginBase

Calculates dependencies for the configured plugin.

ViewsPluginInterface::create() — Method in class ViewsPluginInterface
{@inheritdoc}
Entity::create() — Method in class Entity

Creates an instance of the plugin.

Entity::calculateDependencies() — Method in class Entity

Calculates dependencies for the configured plugin.

View::create() — Method in class View

Creates an instance of the plugin.

View::calculateDependencies() — Method in class View

Calculates dependencies for the configured plugin.

ArgumentPluginBase::calculateDependencies() — Method in class ArgumentPluginBase

Calculates dependencies for the configured plugin.

Date::create() — Method in class Date

Creates an instance of the plugin.

ArgumentDefaultPluginBase::checkAccess() — Method in class ArgumentDefaultPluginBase

If we don't have access to the form but are showing it anyway, ensure that the form is safe and cannot be changed from user input.

$ Raw#currentPathProperty in class Raw

The current path.

Raw::create() — Method in class Raw

Creates an instance of the plugin.

ArgumentValidatorPluginBase::checkAccess() — Method in class ArgumentValidatorPluginBase

Blocks user input when the form is shown but we don´t have access.

Entity::create() — Method in class Entity

Creates an instance of the plugin.

Entity::calculateDependencies() — Method in class Entity

Calculates dependencies for the configured plugin.

CachePluginBaseClass in namespace Drupal\views\Plugin\views\cache

The base plugin to handle caching.

CachePluginBase::cacheExpire() — Method in class CachePluginBase

Determine the expiration time of the cache type, or NULL if no expire.

CachePluginBase::cacheSetMaxAge() — Method in class CachePluginBase

Determine cache expiration time.

CachePluginBase::cacheSet() — Method in class CachePluginBase

Save data to the cache.

CachePluginBase::cacheGet() — Method in class CachePluginBase

Retrieve data from the cache.

CachePluginBase::cacheFlush() — Method in class CachePluginBase

Clear out cached data for a view.

None::cacheGet() — Method in class None

Overrides \Drupal\views\Plugin\views\cache\CachePluginBase::cacheGet().

None::cacheSet() — Method in class None

Save data to the cache.

Tag::cacheExpire() — Method in class Tag

Determine the expiration time of the cache type, or NULL if no expire.

Time::create() — Method in class Time

Creates an instance of the plugin.

Time::cacheExpire() — Method in class Time

Determine the expiration time of the cache type, or NULL if no expire.

Time::cacheSetMaxAge() — Method in class Time

Determine cache expiration time.

Block::create() — Method in class Block

Creates an instance of the plugin.

DisplayPluginBase::calculateDependencies() — Method in class DisplayPluginBase

Calculates dependencies for the configured plugin.

DisplayPluginBase::calculateCacheMetadata() — Method in class DisplayPluginBase

Calculates the display's cache metadata by inspecting each handler/plugin.

DisplayPluginInterface::calculateCacheMetadata() — Method in class DisplayPluginInterface

Calculates the display's cache metadata by inspecting each handler/plugin.

DisplayRouterInterface::collectRoutes() — Method in class DisplayRouterInterface

Adds the route entry of a view to the collection.

$ EntityReference#connectionProperty in class EntityReference

The database connection.

EntityReference::create() — Method in class EntityReference

Creates an instance of the plugin.

Feed::create() — Method in class Feed

Creates an instance of the plugin.

Page::create() — Method in class Page

Creates an instance of the plugin.

Page::calculateDependencies() — Method in class Page

Calculates dependencies for the configured plugin.

PathPluginBase::create() — Method in class PathPluginBase

Creates an instance of the plugin.

PathPluginBase::collectRoutes() — Method in class PathPluginBase

Adds the route entry of a view to the collection.

BulkForm::create() — Method in class BulkForm

Creates an instance of the plugin.

BulkForm::clickSortable() — Method in class BulkForm

Determines if this field is click sortable.

BulkForm::calculateEntityBulkFormKey() — Method in class BulkForm

Calculates a bulk form key.

CounterClass in namespace Drupal\views\Plugin\views\field

Field handler to show a counter of the current row.

CustomClass in namespace Drupal\views\Plugin\views\field

A handler to provide a field that is completely custom by the administrator.

Date::create() — Method in class Date

Creates an instance of the plugin.

EntityField::create() — Method in class EntityField

Creates an instance of the plugin.

EntityField::clickSortable() — Method in class EntityField

Determines if this field is click sortable.

EntityField::clickSort() — Method in class EntityField

Called to determine what to tell the clicksorter.

EntityField::createEntityForGroupBy() — Method in class EntityField

Creates a fake entity with grouped field values.

EntityField::calculateDependencies() — Method in class EntityField

Calculates dependencies for the configured plugin.

EntityLabel::create() — Method in class EntityLabel

Creates an instance of the plugin.

EntityOperations::create() — Method in class EntityOperations

Creates an instance of the plugin.

EntityOperations::clickSortable() — Method in class EntityOperations

Determines if this field is click sortable.

FieldHandlerInterface::clickSort() — Method in class FieldHandlerInterface

Adds an ORDER BY clause to the query for click sort columns.

FieldHandlerInterface::clickSortable() — Method in class FieldHandlerInterface

Determines if this field is click sortable.

FieldPluginBase::clickSort() — Method in class FieldPluginBase

Adds an ORDER BY clause to the query for click sort columns.

FieldPluginBase::clickSortable() — Method in class FieldPluginBase

Determines if this field is click sortable.

$ LinkBase#currentUserProperty in class LinkBase

Current user object.

LinkBase::create() — Method in class LinkBase

Creates an instance of the plugin.

LinkBase::currentUser() — Method in class LinkBase

Gets the current active user.

LinkBase::checkUrlAccess() — Method in class LinkBase

Checks access to the link route.

RenderedEntity::create() — Method in class RenderedEntity

Creates an instance of the plugin.

RenderedEntity::calculateDependencies() — Method in class RenderedEntity

Calculates dependencies for the configured plugin.

TimeInterval::create() — Method in class TimeInterval

Creates an instance of the plugin.

Bundle::create() — Method in class Bundle

Creates an instance of the plugin.

Bundle::calculateDependencies() — Method in class Bundle

Calculates dependencies for the configured plugin.

CombineClass in namespace Drupal\views\Plugin\views\filter

Filter handler which allows to search on multiple fields.

FilterPluginBase::canExpose() — Method in class FilterPluginBase

Determine if a filter can be exposed.

FilterPluginBase::canBuildGroup() — Method in class FilterPluginBase

Determine if a filter can be converted into a group.

FilterPluginBase::convertExposedInput() — Method in class FilterPluginBase

Transform the input from a grouped filter into a standard filter.

FilterPluginBase::canGroup() — Method in class FilterPluginBase

Can this filter be used in OR groups?

GroupByNumeric::canGroup() — Method in class GroupByNumeric

Can this filter be used in OR groups?

LanguageFilter::create() — Method in class LanguageFilter

Creates an instance of the plugin.

LatestRevision::create() — Method in class LatestRevision

Creates an instance of the plugin.

LatestRevision::canExpose() — Method in class LatestRevision

Determine if a filter can be exposed.

LatestTranslationAffectedRevision::create() — Method in class LatestTranslationAffectedRevision

Creates an instance of the plugin.

LatestTranslationAffectedRevision::canExpose() — Method in class LatestTranslationAffectedRevision

Determine if a filter can be exposed.

$ StringFilter#connectionProperty in class StringFilter

The database connection.

StringFilter::create() — Method in class StringFilter

Creates an instance of the plugin.

$ JoinPluginBase#configurationProperty in class JoinPluginBase

The configuration array passed by initJoin.

$ PagerPluginBase#current_pageProperty in class PagerPluginBase
SqlBase::create() — Method in class SqlBase

Creates an instance of the plugin.

QueryPluginBase::calculateDependencies() — Method in class QueryPluginBase

Calculates dependencies for the configured plugin.

Sql::create() — Method in class Sql

Creates an instance of the plugin.

Sql::clearFields() — Method in class Sql

Remove all fields that may have been added; primarily used for summary mode where we're changing the query because we didn't get data we needed.

Sql::compileFields() — Method in class Sql

Adds fields to the query.

EntityReverse::create() — Method in class EntityReverse

Creates an instance of the plugin.

GroupwiseMax::conditionNamespace() — Method in class GroupwiseMax

Helper function to namespace query pieces.

RelationshipPluginBase::calculateDependencies() — Method in class RelationshipPluginBase

Calculates dependencies for the configured plugin.

EntityRow::create() — Method in class EntityRow

Creates an instance of the plugin.

EntityRow::calculateDependencies() — Method in class EntityRow

Calculates dependencies for the configured plugin.

RssPluginBase::create() — Method in class RssPluginBase

Creates an instance of the plugin.

RssPluginBase::calculateDependencies() — Method in class RssPluginBase

Calculates dependencies for the configured plugin.

SortPluginBase::canExpose() — Method in class SortPluginBase

Determine if a sort can be exposed.

WizardInterface::createView() — Method in class WizardInterface

Creates a view from values that have already been validated.

$ WizardPluginBase#createdColumnProperty in class WizardPluginBase

The table column used for sorting by create date of this wizard.

WizardPluginBase::create() — Method in class WizardPluginBase

Creates an instance of the plugin.

WizardPluginBase::createView() — Method in class WizardPluginBase

Creates a view from values that have already been validated.

ViewTestData::createTestViews() — Method in class ViewTestData

Create test views from config.

$ ViewExecutable#current_pageProperty in class ViewExecutable

The current page. If the view uses pagination.

$ ViewExecutable#current_displayProperty in class ViewExecutable

Identifier of the current display.

ViewExecutable::chooseDisplay() — Method in class ViewExecutable

Gets the first display that is accessible to the user.

ViewExecutable::createDuplicate() — Method in class ViewExecutable

Creates a duplicate ViewExecutable object.

ViewsConfigUpdater::create() — Method in class ViewsConfigUpdater

Instantiates a new instance of this class.

$ ViewsData#cacheBackendProperty in class ViewsData

The cache backend to use.

ViewsData::cacheGet() — Method in class ViewsData

Gets data from the cache backend.

ViewsData::cacheSet() — Method in class ViewsData

Sets data to the cache backend.

ViewsData::clear() — Method in class ViewsData

Clears the class storage and cache.

ViewsUIController::create() — Method in class ViewsUIController

Instantiates a new instance of this class.

AdvancedSettingsForm::cacheSubmit() — Method in class AdvancedSettingsForm

Submission handler to clear the Views cache.

ConfigHandlerClass in namespace Drupal\views_ui\Form\Ajax

Provides a form for configuring an item in the Views UI.

ConfigHandlerExtraClass in namespace Drupal\views_ui\Form\Ajax

Provides a form for configuring extra information for a Views UI item.

ConfigHandlerGroupClass in namespace Drupal\views_ui\Form\Ajax

Provides a form for configuring grouping information for a Views UI handler.

BasicSettingsForm::create() — Method in class BasicSettingsForm

Instantiates a new instance of this class.

BreakLockForm::create() — Method in class BreakLockForm

Instantiates a new instance of this class.

ViewUIConverter::convert() — Method in class ViewUIConverter

Converts path variables to their corresponding objects.

$ ViewUIConverter#containerProperty in class ViewUIConverter

The service container.

ViewUIConverter::convert() — Method in class ViewUIConverter

Converts path variables to their corresponding objects.

ViewAddForm::create() — Method in class ViewAddForm

Instantiates a new instance of this class.

ViewAddForm::cancel() — Method in class ViewAddForm

Form submission handler for the 'cancel' action.

ViewEditForm::create() — Method in class ViewEditForm

Instantiates a new instance of this class.

ViewEditForm::cancel() — Method in class ViewEditForm

Form submission handler for the 'cancel' action.

ViewListBuilder::createInstance() — Method in class ViewListBuilder

Instantiates a new instance of this entity handler.

$ ViewUI#changed_displayProperty in class ViewUI

Stores an array of displays that have been changed.

$ ViewUI#changedProperty in class ViewUI

If this view has been changed.

ViewUI::cacheSet() — Method in class ViewUI

Sets a cached view object in the shared tempstore.

ViewUI::createDuplicate() — Method in class ViewUI

Creates a duplicate of the entity.

ViewUI::create() — Method in class ViewUI

Constructs a new entity object, without permanently saving it.

ViewUI::calculateDependencies() — Method in class ViewUI

Calculates dependencies and stores them in the dependency property.

WorkflowAddForm::create() — Method in class WorkflowAddForm

Instantiates a new instance of this class.

WorkflowAddForm::copyFormValuesToEntity() — Method in class WorkflowAddForm

Copies top-level form values to entity properties.

WorkflowEditForm::create() — Method in class WorkflowEditForm

Instantiates a new instance of this class.

WorkflowEditForm::copyFormValuesToEntity() — Method in class WorkflowEditForm

Copies top-level form values to entity properties.

WorkflowStateAddForm::create() — Method in class WorkflowStateAddForm

Instantiates a new instance of this class.

WorkflowStateAddForm::copyFormValuesToEntity() — Method in class WorkflowStateAddForm

Copies top-level form values to entity properties.

WorkflowStateEditForm::create() — Method in class WorkflowStateEditForm

Instantiates a new instance of this class.

WorkflowStateEditForm::copyFormValuesToEntity() — Method in class WorkflowStateEditForm

Copies top-level form values to entity properties.

WorkflowTransitionAddForm::create() — Method in class WorkflowTransitionAddForm

Instantiates a new instance of this class.

WorkflowTransitionAddForm::copyFormValuesToEntity() — Method in class WorkflowTransitionAddForm

Copies top-level form values to entity properties.

WorkflowTransitionEditForm::create() — Method in class WorkflowTransitionEditForm

Instantiates a new instance of this class.

WorkflowTransitionEditForm::copyFormValuesToEntity() — Method in class WorkflowTransitionEditForm

Copies top-level form values to entity properties.

WorkflowTypeBase::calculateDependencies() — Method in class WorkflowTypeBase

Calculates dependencies for the configured plugin.

State::canTransitionTo() — Method in class State

Determines if the state can transition to the provided state ID.

StateInterface::canTransitionTo() — Method in class StateInterface

Determines if the state can transition to the provided state ID.

WorkflowAccessControlHandler::createInstance() — Method in class WorkflowAccessControlHandler

Instantiates a new instance of this entity handler.

WorkflowAccessControlHandler::checkAccess() — Method in class WorkflowAccessControlHandler

Performs access checks.

WorkflowAccessControlHandler::checkCreateAccess() — Method in class WorkflowAccessControlHandler

Performs create access checks.

WorkflowListBuilder::createInstance() — Method in class WorkflowListBuilder

Instantiates a new instance of this entity handler.

EntityAccess::create() — Method in class EntityAccess

Instantiates a new instance of this class.

EntityOperations::create() — Method in class EntityOperations

Instantiates a new instance of this class.

$ Tables#contentWorkspaceTablesProperty in class Tables

Workspace association table array, key is base table name, value is alias.

EntityTypeInfo::create() — Method in class EntityTypeInfo

Instantiates a new instance of this class.

$ WorkspaceRequestSubscriber#currentPathProperty in class WorkspaceRequestSubscriber

The current path.

FormOperations::create() — Method in class FormOperations

Instantiates a new instance of this class.

SwitchToLiveForm::create() — Method in class SwitchToLiveForm

Instantiates a new instance of this class.

WorkspaceActivateForm::create() — Method in class WorkspaceActivateForm

Instantiates a new instance of this class.

WorkspaceActivateForm::checkAccess() — Method in class WorkspaceActivateForm

Checks access for the workspace activate form.

WorkspaceDeleteForm::create() — Method in class WorkspaceDeleteForm

Instantiates a new instance of this class.

WorkspaceForm::create() — Method in class WorkspaceForm

Instantiates a new instance of this class.

WorkspaceMergeForm::create() — Method in class WorkspaceMergeForm

Instantiates a new instance of this class.

WorkspacePublishForm::create() — Method in class WorkspacePublishForm

Instantiates a new instance of this class.

WorkspaceSwitcherForm::create() — Method in class WorkspaceSwitcherForm

Instantiates a new instance of this class.

$ SessionWorkspaceNegotiator#currentUserProperty in class SessionWorkspaceNegotiator

The current user.

WorkspaceSwitcherBlock::create() — Method in class WorkspaceSwitcherBlock

Creates an instance of the plugin.

WorkspaceSelection::create() — Method in class WorkspaceSelection

Creates an instance of the plugin.

DeletedWorkspaceConstraintValidator::create() — Method in class DeletedWorkspaceConstraintValidator

Instantiates a new instance of this class.

EntityReferenceSupportedNewEntitiesConstraintValidator::create() — Method in class EntityReferenceSupportedNewEntitiesConstraintValidator

Instantiates a new instance of this class.

EntityWorkspaceConflictConstraintValidator::create() — Method in class EntityWorkspaceConflictConstraintValidator

Instantiates a new instance of this class.

ViewsQueryAlter::create() — Method in class ViewsQueryAlter

Instantiates a new instance of this class.

WorkspaceAccessControlHandler::checkAccess() — Method in class WorkspaceAccessControlHandler

Performs access checks.

WorkspaceAccessControlHandler::checkCreateAccess() — Method in class WorkspaceAccessControlHandler

Performs create access checks.

WorkspaceListBuilder::createInstance() — Method in class WorkspaceListBuilder

Instantiates a new instance of this entity handler.

$ WorkspaceManager#currentUserProperty in class WorkspaceManager

The current user.

$ WorkspaceManager#classResolverProperty in class WorkspaceManager

The class resolver.

$ WorkspaceMerger#cacheTagsInvalidatorProperty in class WorkspaceMerger

The cache tag invalidator.

WorkspaceMerger::checkConflictsOnTarget() — Method in class WorkspaceMerger

Checks if there are any conflicts between the source and the target.

$ WorkspaceOperationFactory#cacheTagsInvalidatorProperty in class WorkspaceOperationFactory

The cache tags invalidator.

WorkspaceOperationInterface::checkConflictsOnTarget() — Method in class WorkspaceOperationInterface

Checks if there are any conflicts between the source and the target.

WorkspacePublisher::checkConflictsOnTarget() — Method in class WorkspacePublisher

Checks if there are any conflicts between the source and the target.

$ WorkspaceRepository#cacheProperty in class WorkspaceRepository

The cache backend used to store the workspace tree.

WorkspaceViewBuilder::createInstance() — Method in class WorkspaceViewBuilder

Instantiates a new instance of this entity handler.

D

DrupalClass in namespace [Global Namespace]

Static Service Container wrapper.

Drupal::database() — Method in class Drupal

Returns the current primary database.

Drupal::destination() — Method in class Drupal

Returns the redirect destination helper.

DocParserClass in namespace Drupal\Component\Annotation\Doctrine

A parser for docblock annotations.

$ StaticReflectionParser#docCommentProperty in class StaticReflectionParser

The docComment of the class.

$ Plugin#definitionProperty in class Plugin

The plugin definition read from the class annotation.

$ AnnotationBridgeDecorator#decoratedProperty in class AnnotationBridgeDecorator

The decorated plugin discovery.

DateTimePlusClass in namespace Drupal\Component\Datetime

Wraps DateTime().

$ DateTimePlus#datePartsProperty in class DateTimePlus

An array of possible date parts.

$ DateTimePlus#dateTimeObjectProperty in class DateTimePlus

The DateTime object.

DateTimePlus::diff() — Method in class DateTimePlus

Returns the difference between two DateTimePlus objects.

DateTimePlus::datePad() — Method in class DateTimePlus

Pads date parts with zeros.

OptimizedPhpArrayDumper::dump() — Method in class OptimizedPhpArrayDumper
{@inheritdoc}
OptimizedPhpArrayDumper::dumpMethodCalls() — Method in class OptimizedPhpArrayDumper

Dumps method calls to a PHP array.

OptimizedPhpArrayDumper::dumpCollection() — Method in class OptimizedPhpArrayDumper

Dumps a collection to a PHP array.

OptimizedPhpArrayDumper::dumpCallable() — Method in class OptimizedPhpArrayDumper

Dumps callable to a PHP array.

OptimizedPhpArrayDumper::dumpValue() — Method in class OptimizedPhpArrayDumper

Dumps the value to PHP array format.

PhpArrayDumper::dumpCollection() — Method in class PhpArrayDumper

Dumps a collection to a PHP array.

DiffClass in namespace Drupal\Component\Diff

Class representing a 'diff' between two sequences of strings.

DiffFormatterClass in namespace Drupal\Component\Diff

A class to format Diffs

DiffEngineClass in namespace Drupal\Component\Diff\Engine

Class used internally by Diff to actually compute the diffs.

DiffEngine::diff() — Method in class DiffEngine
DiffOpClass in namespace Drupal\Component\Diff\Engine
DiffOpAddClass in namespace Drupal\Component\Diff\Engine
DiffOpChangeClass in namespace Drupal\Component\Diff\Engine
DiffOpCopyClass in namespace Drupal\Component\Diff\Engine
DiffOpDeleteClass in namespace Drupal\Component\Diff\Engine
DiscoverableInterfaceClass in namespace Drupal\Component\Discovery

Interface for classes providing a type of discovery.

DiscoveryExceptionClass in namespace Drupal\Component\Discovery

Exception thrown during discovery if the data is invalid.

$ YamlDirectoryDiscovery#directoriesProperty in class YamlDirectoryDiscovery

An array of directories to scan, keyed by the provider.

$ YamlDiscovery#directoriesProperty in class YamlDiscovery

An array of directories to scan, keyed by the provider.

YamlDiscovery::decode() — Method in class YamlDiscovery

Decode a YAML file.

ContainerAwareEventDispatcher::dispatch() — Method in class ContainerAwareEventDispatcher
{@inheritdoc}
ApcuFileCacheBackend::delete() — Method in class ApcuFileCacheBackend

Deletes data from a cache backend.

FileCache::delete() — Method in class FileCache

Deletes data from the cache.

FileCacheBackendInterface::delete() — Method in class FileCacheBackendInterface

Deletes data from a cache backend.

FileCacheInterface::delete() — Method in class FileCacheInterface

Deletes data from the cache.

NullFileCache::delete() — Method in class NullFileCache

Deletes data from the cache.

FileSecurity::denyPublicAccess() — Method in class FileSecurity

Returns htaccess directives to block all access to a given directory.

Graph::depthFirstSearch() — Method in class Graph

Performs a depth-first search on a graph.

$ FileReadOnlyStorage#directoryProperty in class FileReadOnlyStorage

The directory where the files should be stored.

FileReadOnlyStorage::delete() — Method in class FileReadOnlyStorage

Deletes PHP code from storage.

FileReadOnlyStorage::deleteAll() — Method in class FileReadOnlyStorage

Removes all files in this bin.

$ FileStorage#directoryProperty in class FileStorage

The directory where the files should be stored.

FileStorage::delete() — Method in class FileStorage

Deletes PHP code from storage.

FileStorage::deleteAll() — Method in class FileStorage

Removes all files in this bin.

MTimeProtectedFastFileStorage::delete() — Method in class MTimeProtectedFastFileStorage

Deletes PHP code from storage.

PhpStorageInterface::delete() — Method in class PhpStorageInterface

Deletes PHP code from storage.

PhpStorageInterface::deleteAll() — Method in class PhpStorageInterface

Removes all files in this bin.

ConfigurableInterface::defaultConfiguration() — Method in class ConfigurableInterface

Gets default configuration for this plugin.

DerivablePluginDefinitionInterfaceClass in namespace Drupal\Component\Plugin\Definition

Provides an interface for a derivable plugin definition.

DependentPluginInterfaceClass in namespace Drupal\Component\Plugin

Provides an interface for a plugin that has dependencies.

DerivativeInspectionInterfaceClass in namespace Drupal\Component\Plugin

Provides a plugin interface for providing derivative metadata inspection.

DeriverBaseClass in namespace Drupal\Component\Plugin\Derivative

Provides a basic deriver.

$ DeriverBase#derivativesProperty in class DeriverBase

List of derivative definitions.

DeriverInterfaceClass in namespace Drupal\Component\Plugin\Derivative

Provides additional plugin definitions based on an existing definition.

DerivativeDiscoveryDecoratorClass in namespace Drupal\Component\Plugin\Discovery

Base class providing the tools for a plugin discovery to be derivative aware.

$ DerivativeDiscoveryDecorator#deriversProperty in class DerivativeDiscoveryDecorator

Plugin derivers.

$ DerivativeDiscoveryDecorator#decoratedProperty in class DerivativeDiscoveryDecorator

The decorated plugin discovery.

DerivativeDiscoveryDecorator::decodePluginId() — Method in class DerivativeDiscoveryDecorator

Decodes derivative id and plugin id from a string.

DiscoveryCachedTraitClass in namespace Drupal\Component\Plugin\Discovery
$ DiscoveryCachedTrait#definitionsProperty in class DiscoveryCachedTrait

Cached definitions array.

DiscoveryInterfaceClass in namespace Drupal\Component\Plugin\Discovery

An interface defining the minimum requirements of building a plugin discovery component.

DiscoveryTraitClass in namespace Drupal\Component\Plugin\Discovery
DiscoveryTrait::doGetDefinition() — Method in class DiscoveryTrait

Gets a specific plugin definition.

StaticDiscovery::deleteDefinition() — Method in class StaticDiscovery

Deletes a plugin definition.

$ StaticDiscoveryDecorator#decoratedProperty in class StaticDiscoveryDecorator

The Discovery object being decorated.

DefaultFactoryClass in namespace Drupal\Component\Plugin\Factory

Default plugin factory.

$ DefaultFactory#discoveryProperty in class DefaultFactory

The object that retrieves the definitions of the plugins that this factory instantiates.

$ PluginManagerBase#discoveryProperty in class PluginManagerBase

The object that discovers plugins managed by this manager.

Json::decode() — Method in class Json

Decodes data from the serialization format.

PhpSerialize::decode() — Method in class PhpSerialize

Decodes data from the serialization format.

SerializationInterface::decode() — Method in class SerializationInterface

Decodes data from the serialization format.

Yaml::decode() — Method in class Yaml

Decodes data from the serialization format.

YamlPecl::decode() — Method in class YamlPecl

Decodes data from the serialization format.

YamlSymfony::decode() — Method in class YamlSymfony

Decodes data from the serialization format.

$ PhpTransliteration#dataDirectoryProperty in class PhpTransliteration

Directory where data for transliteration resides.

DeprecatedArrayClass in namespace Drupal\Component\Utility

An array that triggers a deprecation warning when accessed.

DiffArrayClass in namespace Drupal\Component\Utility

Provides helpers to perform diffs on multi dimensional arrays.

DiffArray::diffAssocRecursive() — Method in class DiffArray

Recursively computes the difference of arrays with additional index check.

Html::decodeEntities() — Method in class Html

Decodes all HTML entities including numerical ones to regular UTF-8 bytes.

Rectangle::delta() — Method in class Rectangle

Returns the difference of a fraction from the closest between 0 and 1.

Composer::drupalVersionBranch() — Method in class Composer

Return the branch name the current Drupal version is associated with.

DrupalCoreRecommendedBuilderClass in namespace Drupal\Composer\Generator\Builder

Builder to produce metapackage for drupal/core-recommended.

DrupalDevDependenciesBuilderClass in namespace Drupal\Composer\Generator\Builder

Builder to produce metapackage for drupal/core-dev.

DrupalPackageBuilderClass in namespace Drupal\Composer\Generator\Builder

Base class that includes helpful utility routine for Drupal builder classes.

$ DrupalPackageBuilder#drupalCoreInfoProperty in class DrupalPackageBuilder

Information about composer.json, composer.lock etc. in current release.

DrupalPinnedDevDependenciesBuilderClass in namespace Drupal\Composer\Generator\Builder

Builder to produce metapackage for drupal/core-dev-pinned.

DrupalCoreComposerClass in namespace Drupal\Composer\Generator\Util

Utilities for accessing composer.json data from drupal/drupal and drupal/core.

MessagePlugin::deactivate() — Method in class MessagePlugin
{@inheritdoc}
MessagePlugin::displayPostCreateMessage() — Method in class MessagePlugin
$ Interpolator#dataProperty in class Interpolator

The associative array of replacements.

$ ManageGitIgnore#dirProperty in class ManageGitIgnore

The directory where the project is located.

$ AppendOp#defaultProperty in class AppendOp

Path to the default data to use when appending to an empty file.

$ OperationData#dataProperty in class OperationData

The parameter data.

$ OperationData#destinationProperty in class OperationData

The destination path

OperationData::destination() — Method in class OperationData

Gets the destination path that this operation data is associated with.

OperationData::default() — Method in class OperationData

Gets default path.

$ ScaffoldResult#destinationProperty in class ScaffoldResult

The path to the scaffold file that was processed.

ScaffoldResult::destination() — Method in class ScaffoldResult

Gets the destination scaffold file that this result refers to.

Plugin::deactivate() — Method in class Plugin
{@inheritdoc}
$ ScaffoldFileInfo#destinationProperty in class ScaffoldFileInfo

The path to the destination.

ScaffoldFileInfo::destination() — Method in class ScaffoldFileInfo

Gets the destination.

ScaffoldFilePath::destinationPath() — Method in class ScaffoldFilePath

Converts the relative destination path into an absolute path.

$ Config#defaultConfigProperty in class Config

The default configuration which will always be merged with user config.

FileSecurity::denyPublicAccess() — Method in class FileSecurity

Returns htaccess directives to block all access to a given directory.

VendorHardeningPlugin::deactivate() — Method in class VendorHardeningPlugin
{@inheritdoc}
$ CheckProvider#dynamicRequirementMapProperty in class CheckProvider

An array to map dynamic requirement keys to service IDs.

DefaultAccessCheckClass in namespace Drupal\Core\Access

Allows access to routes to be controlled by an '_access' boolean parameter.

ConfigurableActionBase::defaultConfiguration() — Method in class ConfigurableActionBase

Gets default configuration for this plugin.

DeleteActionClass in namespace Drupal\Core\Action\Plugin\Action

Redirects to an entity deletion form.

EmailAction::defaultConfiguration() — Method in class EmailAction

Gets default configuration for this plugin.

$ GotoAction#dispatcherProperty in class GotoAction

The event dispatcher service.

GotoAction::defaultConfiguration() — Method in class GotoAction

Gets default configuration for this plugin.

MessageAction::defaultConfiguration() — Method in class MessageAction

Gets default configuration for this plugin.

$ BaseCommand#dataProperty in class BaseCommand

The data to pass on to the client side.

DataCommandClass in namespace Drupal\Core\Ajax

An AJAX command for implementing jQuery's data() method.

$ OpenDialogCommand#dialogOptionsProperty in class OpenDialogCommand

Stores dialog-specific options passed directly to jQuery UI dialogs. Any jQuery UI option can be used. See http://api.jqueryui.com/dialog.

$ ContextDefinition#definitionProperty in class ContextDefinition

The ContextDefinitionInterface object.

$ Mail#descriptionProperty in class Mail

A short description of the mail plugin.

$ AppRootFactory#drupalKernelProperty in class AppRootFactory

The Drupal kernel.

$ Archiver#descriptionProperty in class Archiver

The description of the archiver plugin.

AssetCollectionOptimizerInterface::deleteAll() — Method in class AssetCollectionOptimizerInterface

Deletes all optimized asset collections assets.

AssetDumper::dump() — Method in class AssetDumper

Dumps an (optimized) asset to persistent storage.

AssetDumperInterface::dump() — Method in class AssetDumperInterface

Dumps an (optimized) asset to persistent storage.

$ CssCollectionOptimizer#dumperProperty in class CssCollectionOptimizer

An asset dumper.

CssCollectionOptimizer::deleteAll() — Method in class CssCollectionOptimizer

Deletes all optimized asset collections assets.

$ JsCollectionOptimizer#dumperProperty in class JsCollectionOptimizer

An asset dumper.

JsCollectionOptimizer::deleteAll() — Method in class JsCollectionOptimizer

Deletes all optimized asset collections assets.

LibraryDependencyResolver::doGetDependencies() — Method in class LibraryDependencyResolver

Gets the given libraries with its dependencies.

$ LibraryDiscoveryCollector#discoveryParserProperty in class LibraryDiscoveryCollector

The library discovery parser.

LibraryDiscoveryParser::drupalGetPath() — Method in class LibraryDiscoveryParser

Wraps drupal_get_path().

AuthenticationManager::defaultFilter() — Method in class AuthenticationManager

Default implementation of the provider filter.

BatchStorage::delete() — Method in class BatchStorage

Deletes a batch.

BatchStorage::doCreate() — Method in class BatchStorage

Saves a batch.

BatchStorageInterface::delete() — Method in class BatchStorageInterface

Deletes a batch.

BlockPluginTrait::defaultConfiguration() — Method in class BlockPluginTrait
{@inheritdoc}
PageTitleBlock::defaultConfiguration() — Method in class PageTitleBlock
{@inheritdoc}
ApcuBackend::delete() — Method in class ApcuBackend

Deletes an item from the cache.

ApcuBackend::deleteMultiple() — Method in class ApcuBackend

Deletes multiple items from the cache.

ApcuBackend::deleteAll() — Method in class ApcuBackend

Deletes all cache items in a bin.

BackendChain::delete() — Method in class BackendChain

Deletes an item from the cache.

BackendChain::deleteMultiple() — Method in class BackendChain

Deletes multiple items from the cache.

BackendChain::deleteAll() — Method in class BackendChain

Deletes all cache items in a bin.

CacheBackendInterface::delete() — Method in class CacheBackendInterface

Deletes an item from the cache.

CacheBackendInterface::deleteMultiple() — Method in class CacheBackendInterface

Deletes multiple items from the cache.

CacheBackendInterface::deleteAll() — Method in class CacheBackendInterface

Deletes all cache items in a bin.

CacheCollector::delete() — Method in class CacheCollector

Deletes the element.

CacheCollector::destruct() — Method in class CacheCollector

Performs destruct operations.

CacheCollectorInterface::delete() — Method in class CacheCollectorInterface

Deletes the element.

$ CacheFactory#defaultBinBackendsProperty in class CacheFactory

A map of cache bin to default cache backend service name.

$ CacheTagsChecksumTrait#delayedTagsProperty in class CacheTagsChecksumTrait

The set of cache tags whose invalidation is delayed.

CacheTagsChecksumTrait::doInvalidateTags() — Method in class CacheTagsChecksumTrait

Marks cache items with any of the specified tags as invalid.

ChainedFastBackend::delete() — Method in class ChainedFastBackend

Deletes an item from the cache.

ChainedFastBackend::deleteMultiple() — Method in class ChainedFastBackend

Deletes multiple items from the cache.

ChainedFastBackend::deleteAll() — Method in class ChainedFastBackend

Deletes all cache items in a bin.

DatabaseBackendClass in namespace Drupal\Core\Cache

Defines a default cache implementation.

DatabaseBackend::doSetMultiple() — Method in class DatabaseBackend

Stores multiple items in the persistent cache.

DatabaseBackend::delete() — Method in class DatabaseBackend

Deletes an item from the cache.

DatabaseBackend::deleteMultiple() — Method in class DatabaseBackend

Deletes multiple items from the cache.

DatabaseBackend::deleteAll() — Method in class DatabaseBackend

Deletes all cache items in a bin.

DatabaseBackendFactoryClass in namespace Drupal\Core\Cache
DatabaseCacheTagsChecksumClass in namespace Drupal\Core\Cache

Cache tags invalidations checksum implementation that uses the database.

DatabaseCacheTagsChecksum::doInvalidateTags() — Method in class DatabaseCacheTagsChecksum
{@inheritdoc}
MemoryBackend::delete() — Method in class MemoryBackend

Deletes an item from the cache.

MemoryBackend::deleteMultiple() — Method in class MemoryBackend

Deletes multiple items from the cache.

MemoryBackend::deleteAll() — Method in class MemoryBackend

Deletes all cache items in a bin.

MemoryCounterBackend::delete() — Method in class MemoryCounterBackend

Deletes an item from the cache.

NullBackend::delete() — Method in class NullBackend

Deletes an item from the cache.

NullBackend::deleteMultiple() — Method in class NullBackend

Deletes multiple items from the cache.

NullBackend::deleteAll() — Method in class NullBackend

Deletes all cache items in a bin.

PhpBackend::delete() — Method in class PhpBackend

Deletes an item from the cache.

PhpBackend::deleteMultiple() — Method in class PhpBackend

Deletes multiple items from the cache.

PhpBackend::deleteAll() — Method in class PhpBackend

Deletes all cache items in a bin.

DbCommandBaseClass in namespace Drupal\Core\Command

Base command that abstracts handling of database connection arguments.

DbDumpApplicationClass in namespace Drupal\Core\Command

Provides a command to dump a database generation script.

DbDumpCommandClass in namespace Drupal\Core\Command

Provides a command to dump the current database to a script.

DbImportCommandClass in namespace Drupal\Core\Command

Provides a command to import the current database from a script.

DbToolsApplicationClass in namespace Drupal\Core\Command

Provides a command to import a database generation script.

Composer::deleteRecursive() — Method in class Composer

Helper method to remove directories and the files they contain.

ConditionPluginBase::defaultConfiguration() — Method in class ConditionPluginBase

Gets default configuration for this plugin.

CachedStorage::delete() — Method in class CachedStorage

Deletes a configuration object from the storage.

CachedStorage::decode() — Method in class CachedStorage

Decodes configuration data from the storage-specific format.

CachedStorage::deleteAll() — Method in class CachedStorage

Deletes configuration objects whose names start with a given prefix.

Config::delete() — Method in class Config

Deletes the configuration object.

$ ConfigBase#dataProperty in class ConfigBase

The data of the configuration object.

ConfigFactory::doGet() — Method in class ConfigFactory

Returns a configuration object for a given name.

ConfigFactory::doLoadMultiple() — Method in class ConfigFactory

Returns a list of configuration objects for the given names.

ConfigImporter::doSyncStep() — Method in class ConfigImporter

Calls a config import step.

ConfigInstaller::drupalGetPath() — Method in class ConfigInstaller

Wrapper for drupal_get_path().

ConfigInstaller::drupalGetProfile() — Method in class ConfigInstaller

Gets the install profile from settings.

ConfigManager::diff() — Method in class ConfigManager

Creates a Diff object using the config data from the two storages.

ConfigManagerInterface::diff() — Method in class ConfigManagerInterface

Creates a Diff object using the config data from the two storages.

DatabaseStorageClass in namespace Drupal\Core\Config

Defines the Database storage.

DatabaseStorage::doWrite() — Method in class DatabaseStorage

Helper method so we can re-try a write.

DatabaseStorage::delete() — Method in class DatabaseStorage

Implements Drupal\Core\Config\StorageInterface::delete().

DatabaseStorage::decode() — Method in class DatabaseStorage

Implements Drupal\Core\Config\StorageInterface::decode().

DatabaseStorage::deleteAll() — Method in class DatabaseStorage

Deletes configuration objects whose names start with a given prefix.

$ ConfigDependencyManager#dataProperty in class ConfigDependencyManager

The config entity data.

ConfigEntityBase::disable() — Method in class ConfigEntityBase

Disables the configuration entity.

ConfigEntityBundleBase::deleteDisplays() — Method in class ConfigEntityBundleBase

Deletes display if a bundle is deleted.

$ ConfigEntityDependency#dependenciesProperty in class ConfigEntityDependency

The configuration entity's dependencies.

ConfigEntityInterface::disable() — Method in class ConfigEntityInterface

Disables the configuration entity.

ConfigEntityStorage::deleteRevision() — Method in class ConfigEntityStorage

Delete a specific entity revision.

ConfigEntityStorage::doLoadMultiple() — Method in class ConfigEntityStorage

Performs storage-specific loading of entities.

ConfigEntityStorage::doCreate() — Method in class ConfigEntityStorage

Performs storage-specific creation of entities.

ConfigEntityStorage::doDelete() — Method in class ConfigEntityStorage

Performs storage-specific entity deletion.

ConfigEntityStorage::doSave() — Method in class ConfigEntityStorage

Performs storage-specific saving of the entity.

DraggableListBuilderClass in namespace Drupal\Core\Config\Entity

Defines a class to build a draggable listing of configuration entities.

QueryFactory::deleteConfigKeyStore() — Method in class QueryFactory

Deletes lookup data.

$ FileStorage#directoryProperty in class FileStorage

The filesystem path for configuration objects.

FileStorage::delete() — Method in class FileStorage

Deletes a configuration object from the storage.

FileStorage::decode() — Method in class FileStorage

Decodes configuration data from the storage-specific format.

FileStorage::deleteAll() — Method in class FileStorage

Deletes configuration objects whose names start with a given prefix.

ImmutableConfig::delete() — Method in class ImmutableConfig

Deletes the configuration object.

$ InstallStorage#directoryProperty in class InstallStorage

The directory to scan in each extension to scan for files.

InstallStorage::delete() — Method in class InstallStorage

Overrides Drupal\Core\Config\FileStorage::delete().

InstallStorage::deleteAll() — Method in class InstallStorage

Overrides Drupal\Core\Config\FileStorage::deleteAll().

ManagedStorage::delete() — Method in class ManagedStorage

Deletes a configuration object from the storage.

ManagedStorage::decode() — Method in class ManagedStorage

Decodes configuration data from the storage-specific format.

ManagedStorage::deleteAll() — Method in class ManagedStorage

Deletes configuration objects whose names start with a given prefix.

MemoryStorage::delete() — Method in class MemoryStorage

Deletes a configuration object from the storage.

MemoryStorage::decode() — Method in class MemoryStorage

Decodes configuration data from the storage-specific format.

MemoryStorage::deleteAll() — Method in class MemoryStorage

Deletes configuration objects whose names start with a given prefix.

NullStorage::delete() — Method in class NullStorage

Deletes a configuration object from the storage.

NullStorage::decode() — Method in class NullStorage

Decodes configuration data from the storage-specific format.

NullStorage::deleteAll() — Method in class NullStorage

Deletes configuration objects whose names start with a given prefix.

ReadOnlyStorage::delete() — Method in class ReadOnlyStorage

Deletes a configuration object from the storage.

ReadOnlyStorage::decode() — Method in class ReadOnlyStorage

Decodes configuration data from the storage-specific format.

ReadOnlyStorage::deleteAll() — Method in class ReadOnlyStorage

Deletes configuration objects whose names start with a given prefix.

StorableConfigBase::delete() — Method in class StorableConfigBase

Deletes the configuration object.

StorageInterface::delete() — Method in class StorageInterface

Deletes a configuration object from the storage.

StorageInterface::decode() — Method in class StorageInterface

Decodes configuration data from the storage-specific format.

StorageInterface::deleteAll() — Method in class StorageInterface

Deletes configuration objects whose names start with a given prefix.

$ TypedConfigManager#definitionsProperty in class TypedConfigManager

The array of plugin definitions, keyed by plugin id.

TypedConfigManager::determineType() — Method in class TypedConfigManager

Determines the typed config type for a plugin ID.

$ Connection#driverClassesProperty in class Connection

Index of what driver-specific class to use for various operations.

Connection::defaultOptions() — Method in class Connection

Returns the default query options for any given query.

Connection::delete() — Method in class Connection

Prepares and returns a DELETE query object.

Connection::doCommit() — Method in class Connection

Do the actual commit, invoke post-commit callbacks.

Connection::driver() — Method in class Connection

Returns the type of database driver.

Connection::databaseType() — Method in class Connection

Returns the name of the PDO driver for this connection.

DatabaseClass in namespace Drupal\Core\Database

Primary front-controller for the database system.

$ Database#databaseInfoProperty in class Database

A processed copy of the database connection information from settings.php.

DatabaseAccessDeniedExceptionClass in namespace Drupal\Core\Database

Exception thrown if access credentials fail.

DatabaseExceptionClass in namespace Drupal\Core\Database

Interface for a database exception.

DatabaseExceptionWrapperClass in namespace Drupal\Core\Database

This wrapper class serves only to provide additional debug information.

DatabaseNotFoundExceptionClass in namespace Drupal\Core\Database

Exception thrown if specified database is not found.

DriverNotSpecifiedExceptionClass in namespace Drupal\Core\Database

Exception thrown if no driver is specified for a database connection.

DeleteClass in namespace Drupal\Core\Database\Driver\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.

DeleteClass in namespace Drupal\Core\Database\Query

General class for an abstracted DELETE operation.

$ InsertTrait#defaultFieldsProperty in class InsertTrait

An array of fields that should be set to their database-defined defaults.

$ Merge#defaultFieldsProperty in class Merge

An array of fields which should be set to their database-defined defaults.

$ Select#distinctProperty in class Select

Whether or not this query should be DISTINCT.

Select::distinct() — Method in class Select

Sets this query to be DISTINCT.

SelectExtender::distinct() — Method in class SelectExtender

Sets this query to be DISTINCT.

SelectInterface::distinct() — Method in class SelectInterface

Sets this query to be DISTINCT.

$ Schema#defaultSchemaProperty in class Schema

Definition of prefixInfo array structure.

Schema::dropTable() — Method in class Schema

Drop a table.

Schema::dropField() — Method in class Schema

Drop a field.

Schema::dropPrimaryKey() — Method in class Schema

Drop the primary key.

Schema::dropUniqueKey() — Method in class Schema

Drop a unique key.

Schema::dropIndex() — Method in class Schema

Drop an index.

$ StatementPrefetch#driverOptionsProperty in class StatementPrefetch

Driver-specific options. Can be used by child classes.

$ StatementPrefetch#dataProperty in class StatementPrefetch

Main data store.

$ StatementPrefetch#defaultFetchStyleProperty in class StatementPrefetch

Holds the default fetch style.

$ StatementPrefetch#defaultFetchOptionsProperty in class StatementPrefetch

Holds supplementary default fetch options.

DateFormatInterfaceClass in namespace Drupal\Core\Datetime

Provides an interface defining a date format.

DateFormatterClass in namespace Drupal\Core\Datetime

Provides a service to handle various date related functionality.

$ DateFormatter#dateFormatStorageProperty in class DateFormatter

The date format storage.

$ DateFormatter#dateFormatsProperty in class DateFormatter
DateFormatter::dateFormat() — Method in class DateFormatter

Loads the given format pattern for the given langcode.

DateFormatterInterfaceClass in namespace Drupal\Core\Datetime

Provides an interface defining a date formatter.

DateHelperClass in namespace Drupal\Core\Datetime

Defines Gregorian Calendar date values.

DateHelper::days() — Method in class DateHelper

Constructs an array of days in a month.

DateHelper::daysInMonth() — Method in class DateHelper

Identifies the number of days in a month for a date.

DateHelper::daysInYear() — Method in class DateHelper

Identifies the number of days in a year for a date.

DateHelper::dayOfWeek() — Method in class DateHelper

Returns day of week for a given date (0 = Sunday).

DateHelper::dayOfWeekName() — Method in class DateHelper

Returns translated name of the day of week for a given date.

DrupalDateTimeClass in namespace Drupal\Core\Datetime

Extends DateTimePlus().

DateElementBaseClass in namespace Drupal\Core\Datetime\Element

Provides a base class for date elements.

DateElementBase::datetimeRangeYears() — Method in class DateElementBase

Specifies the start and end year to use as a date range.

DatelistClass in namespace Drupal\Core\Datetime\Element

Provides a datelist element.

DatetimeClass in namespace Drupal\Core\Datetime\Element

Provides a datetime element.

$ Datetime#dateExampleProperty in class Datetime
DateFormatClass in namespace Drupal\Core\Datetime\Entity

Defines the Date Format configuration entity class.

DependencySerializationTraitPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Sets the _serviceId property on all services.

DeprecatedServicePassClass in namespace Drupal\Core\DependencyInjection\Compiler

Sets the _deprecated_service_list parameter.

DependencySerializationTraitClass in namespace Drupal\Core\DependencyInjection

Provides dependency injection friendly methods for serialization.

DeprecatedServicePropertyTraitClass in namespace Drupal\Core\DependencyInjection

Provides a standard way to announce deprecated properties.

DestructableInterfaceClass in namespace Drupal\Core

The interface for services that need explicit destruction.

DestructableInterface::destruct() — Method in class DestructableInterface

Performs destruct operations.

DiffFormatterClass in namespace Drupal\Core\Diff

Diff formatter which uses returns output that can be rendered to a table.

DiffFormatter::deletedLine() — Method in class DiffFormatter

Creates a deleted line.

YamlDiscovery::decode() — Method in class YamlDiscovery

Decode a YAML file.

DisplayVariantClass in namespace Drupal\Core\Display\Annotation

Defines a display variant annotation object.

VariantBase::defaultConfiguration() — Method in class VariantBase

Gets default configuration for this plugin.

DrupalKernelClass in namespace Drupal\Core

The DrupalKernel class is the core of Drupal itself.

$ DrupalKernel#defaultBootstrapContainerDefinitionProperty in class DrupalKernel

Holds the default bootstrap container definition.

DrupalKernel::discoverServiceProviders() — Method in class DrupalKernel

Discovers available serviceProviders.

DrupalKernelInterfaceClass in namespace Drupal\Core

The interface for DrupalKernel, the core of Drupal.

DrupalKernelInterface::discoverServiceProviders() — Method in class DrupalKernelInterface

Discovers available serviceProviders.

$ ContentEntityBase#defaultLangcodeKeyProperty in class ContentEntityBase

The default langcode entity key.

$ ContentEntityBase#defaultLangcodeProperty in class ContentEntityBase

Local cache for the default language code.

ContentEntityConfirmFormBase::delete() — Method in class ContentEntityConfirmFormBase
{@inheritdoc}
ContentEntityNullStorage::doLoadMultiple() — Method in class ContentEntityNullStorage

Performs storage-specific loading of entities.

ContentEntityNullStorage::deleteRevision() — Method in class ContentEntityNullStorage

Delete a specific entity revision.

ContentEntityNullStorage::delete() — Method in class ContentEntityNullStorage

Deletes permanently saved entities.

ContentEntityNullStorage::doDelete() — Method in class ContentEntityNullStorage

Performs storage-specific entity deletion.

ContentEntityNullStorage::doLoadMultipleRevisionsFieldItems() — Method in class ContentEntityNullStorage

Actually loads revision field item values from the storage.

ContentEntityNullStorage::doSaveFieldItems() — Method in class ContentEntityNullStorage

Writes entity field values to the storage.

ContentEntityNullStorage::doDeleteFieldItems() — Method in class ContentEntityNullStorage

Deletes entity field values from the storage.

ContentEntityNullStorage::doDeleteRevisionFieldItems() — Method in class ContentEntityNullStorage

Deletes field values of an entity revision from the storage.

ContentEntityNullStorage::doSave() — Method in class ContentEntityNullStorage

Performs storage-specific saving of the entity.

ContentEntityStorageBase::doCreate() — Method in class ContentEntityStorageBase

Performs storage-specific creation of entities.

ContentEntityStorageBase::doLoadMultipleRevisionsFieldItems() — Method in class ContentEntityStorageBase

Actually loads revision field item values from the storage.

ContentEntityStorageBase::doSave() — Method in class ContentEntityStorageBase

Performs storage-specific saving of the entity.

ContentEntityStorageBase::doSaveFieldItems() — Method in class ContentEntityStorageBase

Writes entity field values to the storage.

ContentEntityStorageBase::doPreSave() — Method in class ContentEntityStorageBase

Performs presave entity processing.

ContentEntityStorageBase::doPostSave() — Method in class ContentEntityStorageBase

Performs post save entity processing.

ContentEntityStorageBase::doDelete() — Method in class ContentEntityStorageBase

Performs storage-specific entity deletion.

ContentEntityStorageBase::doDeleteFieldItems() — Method in class ContentEntityStorageBase

Deletes entity field values from the storage.

ContentEntityStorageBase::deleteRevision() — Method in class ContentEntityStorageBase

Delete a specific entity revision.

ContentEntityStorageBase::doDeleteRevisionFieldItems() — Method in class ContentEntityStorageBase

Deletes field values of an entity revision from the storage.

EntityController::deleteTitle() — Method in class EntityController

Provides a generic delete title callback.

EntityController::doGetEntity() — Method in class EntityController

Determines the entity.

DependencyTraitClass in namespace Drupal\Core\Entity

Provides a trait for managing an object's dependencies.

$ DependencyTrait#dependenciesProperty in class DependencyTrait

The object's dependencies.

DynamicallyFieldableEntityStorageInterfaceClass in namespace Drupal\Core\Entity

A storage that supports entity types with dynamic field definitions.

EntityBase::delete() — Method in class EntityBase

Deletes an entity permanently.

EntityConfirmFormBase::delete() — Method in class EntityConfirmFormBase
{@inheritdoc}
$ EntityDisplayBase#displayContextProperty in class EntityDisplayBase

Context in which this entity will be used (e.g. 'view', 'form').

$ EntityDisplayRepository#displayModeInfoProperty in class EntityDisplayRepository

Static cache of display modes information.

EntityInterface::delete() — Method in class EntityInterface

Deletes an entity permanently.

EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition() — Method in class EntityLastInstalledSchemaRepository

Deletes the entity type definition from the application state.

EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition() — Method in class EntityLastInstalledSchemaRepository

Deletes the field storage definition from the application state.

EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition() — Method in class EntityLastInstalledSchemaRepositoryInterface

Deletes the entity type definition from the application state.

EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition() — Method in class EntityLastInstalledSchemaRepositoryInterface

Deletes the field storage definition from the application state.

SelectionPluginBase::defaultConfiguration() — Method in class SelectionPluginBase

Gets default configuration for this plugin.

EntityStorageBase::doCreate() — Method in class EntityStorageBase

Performs storage-specific creation of entities.

EntityStorageBase::doLoadMultiple() — Method in class EntityStorageBase

Performs storage-specific loading of entities.

EntityStorageBase::delete() — Method in class EntityStorageBase

Deletes permanently saved entities.

EntityStorageBase::doDelete() — Method in class EntityStorageBase

Performs storage-specific entity deletion.

EntityStorageBase::doPreSave() — Method in class EntityStorageBase

Performs presave entity processing.

EntityStorageBase::doSave() — Method in class EntityStorageBase

Performs storage-specific saving of the entity.

EntityStorageBase::doPostSave() — Method in class EntityStorageBase

Performs post save entity processing.

EntityStorageInterface::deleteRevision() — Method in class EntityStorageInterface

Delete a specific entity revision.

EntityStorageInterface::delete() — Method in class EntityStorageInterface

Deletes permanently saved entities.

$ EntityType#data_tableProperty in class EntityType

The name of the entity type's data table.

$ EntityFormDisplay#displayContextProperty in class EntityFormDisplay
{@inheritdoc}
$ EntityViewDisplay#displayContextProperty in class EntityViewDisplay
{@inheritdoc}
DeleteMultipleFormClass in namespace Drupal\Core\Entity\Form

Provides an entities deletion confirmation form.

KeyValueEntityStorage::doCreate() — Method in class KeyValueEntityStorage

Performs storage-specific creation of entities.

KeyValueEntityStorage::doLoadMultiple() — Method in class KeyValueEntityStorage

Performs storage-specific loading of entities.

KeyValueEntityStorage::deleteRevision() — Method in class KeyValueEntityStorage

Delete a specific entity revision.

KeyValueEntityStorage::doDelete() — Method in class KeyValueEntityStorage

Performs storage-specific entity deletion.

KeyValueEntityStorage::doSave() — Method in class KeyValueEntityStorage

Performs storage-specific saving of the entity.

EntityBundle::defaultConfiguration() — Method in class EntityBundle

Gets default configuration for this plugin.

$ EntityDeriver#derivativesProperty in class EntityDeriver

List of derivative definitions.

DefaultSelectionDeriverClass in namespace Drupal\Core\Entity\Plugin\Derivative

Provides derivative plugins for the DefaultSelection plugin.

DefaultSelectionClass in namespace Drupal\Core\Entity\Plugin\EntityReferenceSelection

Default plugin implementation of the Entity Reference Selection plugin.

DefaultSelection::defaultConfiguration() — Method in class DefaultSelection

Gets default configuration for this plugin.

$ EntityUntranslatableFieldsConstraint#defaultRevisionMessageProperty in class EntityUntranslatableFieldsConstraint
$ EntityUntranslatableFieldsConstraint#defaultTranslationMessageProperty in class EntityUntranslatableFieldsConstraint
RevisionableStorageInterface::deleteRevision() — Method in class RevisionableStorageInterface

Deletes a specific entity revision.

DefaultHtmlRouteProviderClass in namespace Drupal\Core\Entity\Routing

Provides HTML routes for entities.

DynamicallyFieldableEntityStorageSchemaInterfaceClass in namespace Drupal\Core\Entity\Schema

A storage schema that supports entity types with dynamic field definitions.

DefaultTableMappingClass in namespace Drupal\Core\Entity\Sql

Defines a default table mapping class.

$ DefaultTableMapping#dataTableProperty in class DefaultTableMapping

The table that stores field data, if the entity has multilingual support.

$ SqlContentEntityStorage#defaultLangcodeKeyProperty in class SqlContentEntityStorage

The default language entity key.

$ SqlContentEntityStorage#dataTableProperty in class SqlContentEntityStorage

The table that stores properties, if the entity has multilingual support.

$ SqlContentEntityStorage#databaseProperty in class SqlContentEntityStorage

Active database connection.

SqlContentEntityStorage::doLoadMultiple() — Method in class SqlContentEntityStorage

Performs storage-specific loading of entities.

SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems() — Method in class SqlContentEntityStorage

Actually loads revision field item values from the storage.

SqlContentEntityStorage::doDeleteRevisionFieldItems() — Method in class SqlContentEntityStorage

Deletes field values of an entity revision from the storage.

SqlContentEntityStorage::delete() — Method in class SqlContentEntityStorage

Deletes permanently saved entities.

SqlContentEntityStorage::doDeleteFieldItems() — Method in class SqlContentEntityStorage

Deletes entity field values from the storage.

SqlContentEntityStorage::doSaveFieldItems() — Method in class SqlContentEntityStorage

Writes entity field values to the storage.

SqlContentEntityStorage::deleteFromDedicatedTables() — Method in class SqlContentEntityStorage

Deletes values of fields in dedicated tables for all revisions.

SqlContentEntityStorage::deleteRevisionFromDedicatedTables() — Method in class SqlContentEntityStorage

Deletes values of fields in dedicated tables for all revisions.

$ SqlContentEntityStorageSchema#databaseProperty in class SqlContentEntityStorageSchema

The database connection to be used.

$ SqlContentEntityStorageSchema#deletedFieldsRepositoryProperty in class SqlContentEntityStorageSchema

The deleted fields repository.

SqlContentEntityStorageSchema::deletedFieldsRepository() — Method in class SqlContentEntityStorageSchema

Gets the deleted fields repository.

SqlContentEntityStorageSchema::deleteEntitySchemaData() — Method in class SqlContentEntityStorageSchema

Deletes schema data for the given entity type definition.

SqlContentEntityStorageSchema::deleteFieldSchemaData() — Method in class SqlContentEntityStorageSchema

Deletes schema data for the given field storage definition.

SqlContentEntityStorageSchema::deleteDedicatedTableSchema() — Method in class SqlContentEntityStorageSchema

Deletes the schema for a field stored in a dedicated table.

SqlContentEntityStorageSchema::deleteSharedTableSchema() — Method in class SqlContentEntityStorageSchema

Deletes the schema for a field stored in a shared table.

SqlContentEntityStorageSchema::deleteEntitySchemaIndexes() — Method in class SqlContentEntityStorageSchema

Deletes the specified entity schema indexes and keys.

DefaultExceptionHtmlSubscriberClass in namespace Drupal\Core\EventSubscriber

Exception subscriber for handling core default HTML error pages.

$ FinishResponseSubscriber#debugCacheabilityHeadersProperty in class FinishResponseSubscriber

Whether to send cacheability headers for debugging purposes.

DatabaseDriverUninstallValidatorClass in namespace Drupal\Core\Extension

Ensures installed modules providing a database driver are not uninstalled.

DependencyClass in namespace Drupal\Core\Extension

A value object representing dependency information.

$ ExtensionList#defaultsProperty in class ExtensionList

Default values to be merged into *.info.yml file arrays.

ExtensionList::doScanExtensions() — Method in class ExtensionList

Scans the available extensions.

ExtensionList::doList() — Method in class ExtensionList

Builds the list of extensions.

$ ModuleExtensionList#defaultsProperty in class ModuleExtensionList
{@inheritdoc}
ModuleExtensionList::doScanExtensions() — Method in class ModuleExtensionList

Scans the available extensions.

ModuleExtensionList::doList() — Method in class ModuleExtensionList

Builds the list of extensions.

$ ProfileExtensionList#defaultsProperty in class ProfileExtensionList
{@inheritdoc}
$ ThemeEngineExtensionList#defaultsProperty in class ThemeEngineExtensionList
{@inheritdoc}
$ ThemeExtensionList#defaultsProperty in class ThemeExtensionList
{@inheritdoc}
ThemeExtensionList::doList() — Method in class ThemeExtensionList

Builds the list of extensions.

ThemeExtensionList::doGetBaseThemes() — Method in class ThemeExtensionList

Finds the base themes for the specific theme.

$ FieldFormatter#descriptionProperty in class FieldFormatter

A short description of the formatter type.

$ FieldType#descriptionProperty in class FieldType

A short human readable description for the field type.

$ FieldType#default_widgetProperty in class FieldType

The plugin_id of the default widget for this field type.

$ FieldType#default_formatterProperty in class FieldType

The plugin_id of the default formatter for this field type.

$ FieldWidget#descriptionProperty in class FieldWidget

A short description of the widget type.

ChangedFieldItemList::defaultAccess() — Method in class ChangedFieldItemList

Contains the default access logic of this field.

DeletedFieldsRepositoryClass in namespace Drupal\Core\Field

Provides a repository for deleted field and field storage objects.

DeletedFieldsRepositoryInterfaceClass in namespace Drupal\Core\Field

Provides an interface for a deleted fields repository.

EntityReferenceFieldItemList::defaultValuesFormSubmit() — Method in class EntityReferenceFieldItemList

Processes the submitted default value.

$ FieldConfigBase#descriptionProperty in class FieldConfigBase

The field description.

$ FieldConfigBase#default_valueProperty in class FieldConfigBase

Default field value.

$ FieldConfigBase#default_value_callbackProperty in class FieldConfigBase

The name of a callback function that returns default values.

FieldFilteredMarkup::displayAllowedTags() — Method in class FieldFilteredMarkup

Returns a human-readable list of allowed tags for display in help texts.

FieldItemBase::defaultStorageSettings() — Method in class FieldItemBase

Defines the storage-level settings for this plugin.

FieldItemBase::defaultFieldSettings() — Method in class FieldItemBase

Defines the field-level settings for this plugin.

FieldItemBase::delete() — Method in class FieldItemBase

Defines custom delete behavior for field values.

FieldItemBase::deleteRevision() — Method in class FieldItemBase

Defines custom revision delete behavior for field values.

FieldItemInterface::delete() — Method in class FieldItemInterface

Defines custom delete behavior for field values.

FieldItemInterface::deleteRevision() — Method in class FieldItemInterface

Defines custom revision delete behavior for field values.

FieldItemInterface::defaultStorageSettings() — Method in class FieldItemInterface

Defines the storage-level settings for this plugin.

FieldItemInterface::defaultFieldSettings() — Method in class FieldItemInterface

Defines the field-level settings for this plugin.

FieldItemList::defaultAccess() — Method in class FieldItemList

Contains the default access logic of this field.

FieldItemList::delete() — Method in class FieldItemList

Defines custom delete behavior for field values.

FieldItemList::deleteRevision() — Method in class FieldItemList

Defines custom revision delete behavior for field values.

FieldItemList::delegateMethod() — Method in class FieldItemList

Calls a method on each FieldItem.

FieldItemList::defaultValuesForm() — Method in class FieldItemList

Returns a form for the default value input.

FieldItemList::defaultValuesFormValidate() — Method in class FieldItemList

Validates the submitted default value.

FieldItemList::defaultValuesFormSubmit() — Method in class FieldItemList

Processes the submitted default value.

FieldItemList::defaultValueWidget() — Method in class FieldItemList

Returns the widget object used in default value form.

FieldItemListInterface::defaultAccess() — Method in class FieldItemListInterface

Contains the default access logic of this field.

FieldItemListInterface::delete() — Method in class FieldItemListInterface

Defines custom delete behavior for field values.

FieldItemListInterface::deleteRevision() — Method in class FieldItemListInterface

Defines custom revision delete behavior for field values.

FieldItemListInterface::defaultValuesForm() — Method in class FieldItemListInterface

Returns a form for the default value input.

FieldItemListInterface::defaultValuesFormValidate() — Method in class FieldItemListInterface

Validates the submitted default value.

FieldItemListInterface::defaultValuesFormSubmit() — Method in class FieldItemListInterface

Processes the submitted default value.

$ FieldStorageDefinitionListener#deletedFieldsRepositoryProperty in class FieldStorageDefinitionListener

The deleted fields repository.

$ PluginSettingsBase#defaultSettingsMergedProperty in class PluginSettingsBase

Whether default settings have been merged into the current $settings.

PluginSettingsBase::defaultSettings() — Method in class PluginSettingsBase

Defines the default settings for this plugin.

PluginSettingsInterface::defaultSettings() — Method in class PluginSettingsInterface

Defines the default settings for this plugin.

$ FieldItemDeriver#derivativesProperty in class FieldItemDeriver

List of derivative definitions.

BooleanFormatter::defaultSettings() — Method in class BooleanFormatter

Defines the default settings for this plugin.

DecimalFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'number_decimal' formatter.

DecimalFormatter::defaultSettings() — Method in class DecimalFormatter

Defines the default settings for this plugin.

EntityReferenceEntityFormatter::defaultSettings() — Method in class EntityReferenceEntityFormatter

Defines the default settings for this plugin.

EntityReferenceLabelFormatter::defaultSettings() — Method in class EntityReferenceLabelFormatter

Defines the default settings for this plugin.

IntegerFormatter::defaultSettings() — Method in class IntegerFormatter

Defines the default settings for this plugin.

LanguageFormatter::defaultSettings() — Method in class LanguageFormatter

Defines the default settings for this plugin.

StringFormatter::defaultSettings() — Method in class StringFormatter

Defines the default settings for this plugin.

$ TimestampAgoFormatter#dateFormatterProperty in class TimestampAgoFormatter

The date formatter service.

TimestampAgoFormatter::defaultSettings() — Method in class TimestampAgoFormatter

Defines the default settings for this plugin.

$ TimestampFormatter#dateFormatterProperty in class TimestampFormatter

The date formatter service.

$ TimestampFormatter#dateFormatStorageProperty in class TimestampFormatter

The date format entity storage.

TimestampFormatter::defaultSettings() — Method in class TimestampFormatter

Defines the default settings for this plugin.

BooleanItem::defaultFieldSettings() — Method in class BooleanItem

Defines the field-level settings for this plugin.

DecimalItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'decimal' field type.

DecimalItem::defaultStorageSettings() — Method in class DecimalItem

Defines the storage-level settings for this plugin.

EntityReferenceItem::defaultStorageSettings() — Method in class EntityReferenceItem

Defines the storage-level settings for this plugin.

EntityReferenceItem::defaultFieldSettings() — Method in class EntityReferenceItem

Defines the field-level settings for this plugin.

IntegerItem::defaultStorageSettings() — Method in class IntegerItem

Defines the storage-level settings for this plugin.

IntegerItem::defaultFieldSettings() — Method in class IntegerItem

Defines the field-level settings for this plugin.

NumericItemBase::defaultFieldSettings() — Method in class NumericItemBase

Defines the field-level settings for this plugin.

StringItem::defaultStorageSettings() — Method in class StringItem

Defines the storage-level settings for this plugin.

StringItemBase::defaultStorageSettings() — Method in class StringItemBase

Defines the storage-level settings for this plugin.

UriItem::defaultStorageSettings() — Method in class UriItem

Defines the storage-level settings for this plugin.

UuidItem::defaultStorageSettings() — Method in class UuidItem

Defines the storage-level settings for this plugin.

BooleanCheckboxWidget::defaultSettings() — Method in class BooleanCheckboxWidget

Defines the default settings for this plugin.

EmailDefaultWidget::defaultSettings() — Method in class EmailDefaultWidget

Defines the default settings for this plugin.

EntityReferenceAutocompleteWidget::defaultSettings() — Method in class EntityReferenceAutocompleteWidget

Defines the default settings for this plugin.

LanguageSelectWidget::defaultSettings() — Method in class LanguageSelectWidget

Defines the default settings for this plugin.

NumberWidget::defaultSettings() — Method in class NumberWidget

Defines the default settings for this plugin.

StringTextareaWidget::defaultSettings() — Method in class StringTextareaWidget

Defines the default settings for this plugin.

StringTextfieldWidget::defaultSettings() — Method in class StringTextfieldWidget

Defines the default settings for this plugin.

UriWidget::defaultSettings() — Method in class UriWidget

Defines the default settings for this plugin.

DirectoryNotReadyExceptionClass in namespace Drupal\Core\File\Exception

Exception thrown when a file's destination directory is not ready.

FileSystem::dirname() — Method in class FileSystem

Gets the name of the directory from a given path.

FileSystem::delete() — Method in class FileSystem

Deletes a file without database changes or hook invocations.

FileSystem::deleteRecursive() — Method in class FileSystem

Deletes all files and directories in the specified filepath recursively.

FileSystem::doScanDirectory() — Method in class FileSystem

Internal function to handle directory scanning with recursion.

FileSystemInterface::dirname() — Method in class FileSystemInterface

Gets the name of the directory from a given path.

FileSystemInterface::delete() — Method in class FileSystemInterface

Deletes a file without database changes or hook invocations.

FileSystemInterface::deleteRecursive() — Method in class FileSystemInterface

Deletes all files and directories in the specified filepath recursively.

FileUrlGenerator::doGenerateString() — Method in class FileUrlGenerator

Creates an absolute web-accessible URL string.

HtaccessWriter::defaultProtectedDirs() — Method in class HtaccessWriter

Returns a list of the default protected directories.

HtaccessWriterInterface::defaultProtectedDirs() — Method in class HtaccessWriterInterface

Returns a list of the default protected directories.

$ ExtensionMimeTypeGuesser#defaultMappingProperty in class ExtensionMimeTypeGuesser

Default MIME extension mapping.

DatabaseBackendClass in namespace Drupal\Core\Flood

Defines the database flood backend. This is the default Drupal backend.

DatabaseBackend::doInsert() — Method in class DatabaseBackend

Inserts an event into the flood table.

FormBuilder::deleteCache() — Method in class FormBuilder

Deletes a form in the cache.

FormBuilder::doSubmitForm() — Method in class FormBuilder

Handles the submitted form, executing callbacks and processing responses.

FormBuilder::doBuildForm() — Method in class FormBuilder

Builds and processes all elements in the structured form array.

FormBuilderInterface::doBuildForm() — Method in class FormBuilderInterface

Builds and processes all elements in the structured form array.

FormCache::deleteCache() — Method in class FormCache

Deletes a form in the cache.

FormCacheInterface::deleteCache() — Method in class FormCacheInterface

Deletes a form in the cache.

FormErrorHandler::displayErrorMessages() — Method in class FormErrorHandler

Loops through and displays all form errors.

FormState::disableCache() — Method in class FormState

Prevents the form from being cached.

FormState::disableRedirect() — Method in class FormState

Prevents the form from redirecting.

$ FormStateDecoratorBase#decoratedFormStateProperty in class FormStateDecoratorBase

The decorated form state.

FormStateDecoratorBase::disableCache() — Method in class FormStateDecoratorBase

Prevents the form from being cached.

FormStateDecoratorBase::disableRedirect() — Method in class FormStateDecoratorBase

Prevents the form from redirecting.

FormStateInterface::disableCache() — Method in class FormStateInterface

Prevents the form from being cached.

FormStateInterface::disableRedirect() — Method in class FormStateInterface

Prevents the form from redirecting.

FormSubmitter::doSubmitForm() — Method in class FormSubmitter

Handles the submitted form, executing callbacks and processing responses.

FormSubmitterInterface::doSubmitForm() — Method in class FormSubmitterInterface

Handles the submitted form, executing callbacks and processing responses.

FormValidator::doValidateForm() — Method in class FormValidator

Performs validation on form elements.

FormValidator::determineLimitValidationErrors() — Method in class FormValidator

Determines if validation errors should be limited.

OptGroup::doFlattenOptions() — Method in class OptGroup

Iterates over an array building a flat array with duplicate keys removed.

$ LinkRelationTypeManager#defaultsProperty in class LinkRelationTypeManager
{@inheritdoc}
$ ImageToolkitOperation#descriptionProperty in class ImageToolkitOperation

The description of the image toolkit operation.

Image::desaturate() — Method in class Image

Converts an image to grayscale.

ImageInterface::desaturate() — Method in class ImageInterface

Converts an image to grayscale.

$ SiteConfigureForm#deprecatedPropertiesProperty in class SiteConfigureForm
{@inheritdoc}
DatabaseStorageClass in namespace Drupal\Core\KeyValueStore

Defines a default key/value store implementation.

DatabaseStorage::doSet() — Method in class DatabaseStorage

Saves a value for a given key.

DatabaseStorage::doSetIfNotExists() — Method in class DatabaseStorage

Saves a value for a given key if it does not exist yet.

DatabaseStorage::deleteMultiple() — Method in class DatabaseStorage

Deletes multiple items from the key/value store.

DatabaseStorage::deleteAll() — Method in class DatabaseStorage

Deletes all items from the key/value store.

DatabaseStorageExpirableClass in namespace Drupal\Core\KeyValueStore

Defines a default key/value store implementation for expiring items.

DatabaseStorageExpirable::doSetWithExpire() — Method in class DatabaseStorageExpirable

Saves a value for a given key with a time to live.

DatabaseStorageExpirable::doSetWithExpireIfNotExists() — Method in class DatabaseStorageExpirable

Sets a value for a given key with a time to live if it does not yet exist.

DatabaseStorageExpirable::deleteMultiple() — Method in class DatabaseStorageExpirable

Deletes multiple items from the key/value store.

KeyValueStoreInterface::delete() — Method in class KeyValueStoreInterface

Deletes an item from the key/value store.

KeyValueStoreInterface::deleteMultiple() — Method in class KeyValueStoreInterface

Deletes multiple items from the key/value store.

KeyValueStoreInterface::deleteAll() — Method in class KeyValueStoreInterface

Deletes all items from the key/value store.

$ MemoryStorage#dataProperty in class MemoryStorage

The actual storage of key-value pairs.

MemoryStorage::delete() — Method in class MemoryStorage

Deletes an item from the key/value store.

MemoryStorage::deleteMultiple() — Method in class MemoryStorage

Deletes multiple items from the key/value store.

MemoryStorage::deleteAll() — Method in class MemoryStorage

Deletes all items from the key/value store.

$ NullStorageExpirable#dataProperty in class NullStorageExpirable

The actual storage of key-value pairs.

NullStorageExpirable::delete() — Method in class NullStorageExpirable

Deletes an item from the key/value store.

NullStorageExpirable::deleteMultiple() — Method in class NullStorageExpirable

Deletes multiple items from the key/value store.

NullStorageExpirable::deleteAll() — Method in class NullStorageExpirable

Deletes all items from the key/value store.

StorageBase::delete() — Method in class StorageBase

Deletes an item from the key/value store.

$ Language#defaultValuesProperty in class Language

The values to use to instantiate the default language.

$ Language#directionProperty in class Language

The direction, left-to-right, or right-to-left.

$ LanguageManager#defaultLanguageProperty in class LanguageManager

The default language object.

$ Layout#descriptionProperty in class Layout

A description for advanced layouts.

$ Layout#default_regionProperty in class Layout

The default region.

LayoutDefault::defaultConfiguration() — Method in class LayoutDefault

Gets default configuration for this plugin.

$ LayoutDefinition#deriverProperty in class LayoutDefinition

The name of the deriver of this layout definition, if any.

$ LayoutDefinition#descriptionProperty in class LayoutDefinition

An optional description for advanced layouts.

$ LayoutDefinition#default_regionProperty in class LayoutDefinition

The default region.

DatabaseLockBackendClass in namespace Drupal\Core\Lock

Defines the database lock backend. This is the default backend in Drupal.

$ DatabaseLockBackend#databaseProperty in class DatabaseLockBackend

The database connection.

RfcLoggerTrait::debug() — Method in class RfcLoggerTrait
{@inheritdoc}
MailManager::doMail() — Method in class MailManager

Composes and optionally sends an email message.

$ ContextualLinkManager#defaultsProperty in class ContextualLinkManager

Provides default values for a contextual link definition.

DefaultMenuLinkTreeManipulatorsClass in namespace Drupal\Core\Menu

Provides a couple of menu link tree manipulators.

$ LocalActionManager#defaultsProperty in class LocalActionManager

Provides some default values for all local action plugins.

$ LocalTaskManager#defaultsProperty in class LocalTaskManager
{@inheritdoc}
MenuActiveTrail::doGetActiveTrailIds() — Method in class MenuActiveTrail

Helper method for ::getActiveTrailIds().

MenuLinkBase::deleteLink() — Method in class MenuLinkBase

Deletes a menu link.

MenuLinkInterface::deleteLink() — Method in class MenuLinkInterface

Deletes a menu link.

$ MenuLinkManager#defaultsProperty in class MenuLinkManager

Provides some default values for the definition of all menu link plugins.

$ MenuLinkManager#discoveryProperty in class MenuLinkManager

The object that discovers plugins managed by this manager.

MenuLinkManager::deleteLinksInMenu() — Method in class MenuLinkManager

Deletes all links having a certain menu name.

MenuLinkManager::deleteInstance() — Method in class MenuLinkManager

Deletes a specific instance.

MenuLinkManagerInterface::deleteLinksInMenu() — Method in class MenuLinkManagerInterface

Deletes all links having a certain menu name.

$ MenuLinkTreeElement#depthProperty in class MenuLinkTreeElement

The depth of this link relative to the root of the tree.

$ MenuTreeStorage#definitionsProperty in class MenuTreeStorage

Stores definitions that have already been loaded for better performance.

$ MenuTreeStorage#definitionFieldsProperty in class MenuTreeStorage

List of plugin definition fields.

MenuTreeStorage::doSave() — Method in class MenuTreeStorage

Saves a link without clearing caches.

MenuTreeStorage::delete() — Method in class MenuTreeStorage

Deletes a menu link definition from the storage.

MenuTreeStorage::doFindChildrenRelativeDepth() — Method in class MenuTreeStorage

Finds the relative depth of this link's deepest child.

MenuTreeStorage::doCollectRoutesAndDefinitions() — Method in class MenuTreeStorage

Collects all the route names and definitions.

MenuTreeStorage::doBuildTreeData() — Method in class MenuTreeStorage

Prepares the data for calling $this->treeDataRecursive().

MenuTreeStorage::definitionFields() — Method in class MenuTreeStorage

Determines fields that are part of the plugin definition.

MenuTreeStorage::doDeleteMultiple() — Method in class MenuTreeStorage

Purge menu links from the database.

MenuTreeStorageInterface::delete() — Method in class MenuTreeStorageInterface

Deletes a menu link definition from the storage.

LocalActionsBlock::defaultConfiguration() — Method in class LocalActionsBlock
{@inheritdoc}
LocalTasksBlock::defaultConfiguration() — Method in class LocalTasksBlock
{@inheritdoc}
StaticMenuLinkOverrides::deleteMultipleOverrides() — Method in class StaticMenuLinkOverrides

Deletes multiple overrides to definitions of static (YAML-defined) links.

StaticMenuLinkOverrides::deleteOverride() — Method in class StaticMenuLinkOverrides

Deletes any overrides to the definition of a static (YAML-defined) link.

StaticMenuLinkOverridesInterface::deleteOverride() — Method in class StaticMenuLinkOverridesInterface

Deletes any overrides to the definition of a static (YAML-defined) link.

StaticMenuLinkOverridesInterface::deleteMultipleOverrides() — Method in class StaticMenuLinkOverridesInterface

Deletes multiple overrides to definitions of static (YAML-defined) links.

Messenger::deleteAll() — Method in class Messenger

Deletes all messages.

Messenger::deleteByType() — Method in class Messenger

Deletes all messages of a certain type.

MessengerInterface::deleteAll() — Method in class MessengerInterface

Deletes all messages.

MessengerInterface::deleteByType() — Method in class MessengerInterface

Deletes all messages of a certain type.

DefaultRequestPolicyClass in namespace Drupal\Core\PageCache

The default page cache request policy.

DenyNoCacheRoutesClass in namespace Drupal\Core\PageCache\ResponsePolicy

Cache policy for routes with the 'no_cache' option set.

DynamicEntityTypeParamConverterTraitClass in namespace Drupal\Core\ParamConverter

Provides a trait to replace dynamic entity types in routes.

DefaultPasswordGeneratorClass in namespace Drupal\Core\Password

Provides a default password generator.

$ UniquePathAliasConstraint#differentCapitalizationMessageProperty in class UniquePathAliasConstraint

Violation message when the path alias exists with different capitalization.

$ ContextDefinition#dataTypeProperty in class ContextDefinition

The data type of the data.

$ ContextDefinition#descriptionProperty in class ContextDefinition

The human-readable description.

$ ContextDefinition#defaultValueProperty in class ContextDefinition

The default value.

ContextDefinition::dataTypeMatches() — Method in class ContextDefinition

Checks if this definition's data type matches that of the given context.

DefaultLazyPluginCollectionClass in namespace Drupal\Core\Plugin

Provides a default plugin collection for a plugin type.

DefaultPluginManagerClass in namespace Drupal\Core\Plugin

Base class for plugin managers.

$ DefaultPluginManager#defaultsProperty in class DefaultPluginManager

A set of defaults to be referenced by $this->processDefinition() if additional processing of plugins is necessary or helpful for development purposes.

DefaultSingleLazyPluginCollectionClass in namespace Drupal\Core\Plugin

Provides a default plugin collection for a plugin type.

DependentPluginDefinitionInterfaceClass in namespace Drupal\Core\Plugin\Definition

Provides an interface for a plugin definition that has dependencies.

DependentPluginDefinitionTraitClass in namespace Drupal\Core\Plugin\Definition

Provides a trait for a plugin definition that has dependencies.

$ AnnotatedClassDiscovery#directorySuffixProperty in class AnnotatedClassDiscovery

A suffix to append to each PSR-4 directory associated with a base namespace, to form the directories where plugins are found.

$ InfoHookDecorator#decoratedProperty in class InfoHookDecorator

The Discovery object being decorated.

$ YamlDiscovery#discoveryProperty in class YamlDiscovery

YAML file discovery and parsing handler.

$ YamlDiscoveryDecorator#decoratedProperty in class YamlDiscoveryDecorator

The Discovery object being decorated.

$ BatchStorage#drupalProxyOriginalServiceIdProperty in class BatchStorage

The id of the original proxied service.

BatchStorage::delete() — Method in class BatchStorage

Deletes a batch.

$ ConfigInstaller#drupalProxyOriginalServiceIdProperty in class ConfigInstaller

The id of the original proxied service.

$ Cron#drupalProxyOriginalServiceIdProperty in class Cron

The id of the original proxied service.

$ ContentUninstallValidator#drupalProxyOriginalServiceIdProperty in class ContentUninstallValidator

The id of the original proxied service.

DatabaseDriverUninstallValidatorClass in namespace Drupal\Core\ProxyClass\Extension

Provides a proxy class for \Drupal\Core\Extension\DatabaseDriverUninstallValidator.

$ DatabaseDriverUninstallValidator#drupalProxyOriginalServiceIdProperty in class DatabaseDriverUninstallValidator

The id of the original proxied service.

$ ModuleInstaller#drupalProxyOriginalServiceIdProperty in class ModuleInstaller

The id of the original proxied service.

$ ModuleRequiredByThemesUninstallValidator#drupalProxyOriginalServiceIdProperty in class ModuleRequiredByThemesUninstallValidator

The id of the original proxied service.

$ RequiredModuleUninstallValidator#drupalProxyOriginalServiceIdProperty in class RequiredModuleUninstallValidator

The id of the original proxied service.

$ ExtensionMimeTypeGuesser#drupalProxyOriginalServiceIdProperty in class ExtensionMimeTypeGuesser

The id of the original proxied service.

$ MimeTypeGuesser#drupalProxyOriginalServiceIdProperty in class MimeTypeGuesser

The id of the original proxied service.

DatabaseLockBackendClass in namespace Drupal\Core\ProxyClass\Lock

Provides a proxy class for \Drupal\Core\Lock\DatabaseLockBackend.

$ DatabaseLockBackend#drupalProxyOriginalServiceIdProperty in class DatabaseLockBackend

The id of the original proxied service.

$ PersistentDatabaseLockBackend#drupalProxyOriginalServiceIdProperty in class PersistentDatabaseLockBackend

The id of the original proxied service.

$ ChainResponsePolicy#drupalProxyOriginalServiceIdProperty in class ChainResponsePolicy

The id of the original proxied service.

$ AdminPathConfigEntityConverter#drupalProxyOriginalServiceIdProperty in class AdminPathConfigEntityConverter

The id of the original proxied service.

$ MenuLinkPluginConverter#drupalProxyOriginalServiceIdProperty in class MenuLinkPluginConverter

The id of the original proxied service.

$ CachedDiscoveryClearer#drupalProxyOriginalServiceIdProperty in class CachedDiscoveryClearer

The id of the original proxied service.

$ BareHtmlPageRenderer#drupalProxyOriginalServiceIdProperty in class BareHtmlPageRenderer

The id of the original proxied service.

$ MatcherDumper#drupalProxyOriginalServiceIdProperty in class MatcherDumper

The id of the original proxied service.

MatcherDumper::dump() — Method in class MatcherDumper
{@inheritdoc}
$ RouteBuilder#drupalProxyOriginalServiceIdProperty in class RouteBuilder

The id of the original proxied service.

RouteBuilder::destruct() — Method in class RouteBuilder

Performs destruct operations.

DatabaseQueueClass in namespace Drupal\Core\Queue

Default queue implementation.

DatabaseQueue::doCreateItem() — Method in class DatabaseQueue

Adds a queue item and store it directly to the queue.

DatabaseQueue::delayItem() — Method in class DatabaseQueue

Delay an item so it runs in the future.

DatabaseQueue::deleteItem() — Method in class DatabaseQueue

Deletes a finished item from the queue.

DatabaseQueue::deleteQueue() — Method in class DatabaseQueue

Deletes a queue and every item in the queue.

DelayableQueueInterfaceClass in namespace Drupal\Core\Queue

Delayable queue interface.

DelayableQueueInterface::delayItem() — Method in class DelayableQueueInterface

Delay an item so it runs in the future.

DelayedRequeueExceptionClass in namespace Drupal\Core\Queue

Throw this exception to leave an item in the queue until its lock expires.

$ DelayedRequeueException#delayProperty in class DelayedRequeueException

The interval of time that the item should remain locked (in seconds).

Memory::deleteItem() — Method in class Memory

Deletes a finished item from the queue.

Memory::deleteQueue() — Method in class Memory

Deletes a queue and every item in the queue.

QueueInterface::deleteItem() — Method in class QueueInterface

Deletes a finished item from the queue.

QueueInterface::deleteQueue() — Method in class QueueInterface

Deletes a queue and every item in the queue.

Checkboxes::detectEmptyCheckboxes() — Method in class Checkboxes

Determines if all checkboxes in a set are unchecked.

DateClass in namespace Drupal\Core\Render\Element

Provides a form element for date selection.

DetailsClass in namespace Drupal\Core\Render\Element

Provides a render element for a details element, similar to a fieldset.

DropbuttonClass in namespace Drupal\Core\Render\Element

Provides a render element for a set of links rendered as a drop-down button.

DialogRendererClass in namespace Drupal\Core\Render\MainContent

Default main content renderer for dialog requests.

DialogRenderer::determineTargetSelector() — Method in class DialogRenderer

Determine the target selector for the OpenDialogCommand.

$ HtmlRenderer#displayVariantManagerProperty in class HtmlRenderer

The display variant manager.

Renderer::doRender() — Method in class Renderer

See the docs for ::render().

Renderer::doCallback() — Method in class Renderer

Performs a callback.

MatcherDumper::dump() — Method in class MatcherDumper

Dumps a set of routes to the router table in the database.

NullMatcherDumper::dump() — Method in class NullMatcherDumper

Dumps a set of routes to the router table in the database.

$ RedirectDestination#destinationProperty in class RedirectDestination

The destination used by the current request.

$ RouteBuilder#dumperProperty in class RouteBuilder

The dumper to which we should send collected routes.

$ RouteBuilder#dispatcherProperty in class RouteBuilder

The event dispatcher to notify of routes.

RouteBuilder::destruct() — Method in class RouteBuilder

Performs destruct operations.

Router::doMatchCollection() — Method in class Router

Tries to match a URL with a set of routes.

$ UrlGenerator#decodedCharsProperty in class UrlGenerator

Overrides characters that will not be percent-encoded in the path segment.

UrlGenerator::doGenerate() — Method in class UrlGenerator

Substitute the route parameters into the route path.

DoTrustedCallbackTraitClass in namespace Drupal\Core\Security

Ensures that TrustedCallbackInterface can be enforced for callback methods.

DoTrustedCallbackTrait::doTrustedCallback() — Method in class DoTrustedCallbackTrait

Performs a callback.

PermissionsHashGenerator::doGenerate() — Method in class PermissionsHashGenerator

Generates a hash that uniquely identifies the user's permissions.

SessionConfiguration::drupalValidTestUa() — Method in class SessionConfiguration

Wraps drupal_valid_test_ua().

SessionHandler::destroy() — Method in class SessionHandler
{@inheritdoc}
SessionManager::delete() — Method in class SessionManager

Ends a specific user's session(s).

SessionManager::destroy() — Method in class SessionManager

Destroys the current session and removes session cookies.

SessionManagerInterface::delete() — Method in class SessionManagerInterface

Ends a specific user's session(s).

SessionManagerInterface::destroy() — Method in class SessionManagerInterface

Destroys the current session and removes session cookies.

WriteSafeSessionHandler::destroy() — Method in class WriteSafeSessionHandler
{@inheritdoc}
$ SitePathFactory#drupalKernelProperty in class SitePathFactory

The Drupal kernel.

$ KernelPreHandle#drupalKernelProperty in class KernelPreHandle

The main Drupal kernel.

State::delete() — Method in class State

Deletes an item.

State::deleteMultiple() — Method in class State

Deletes multiple items.

StateInterface::delete() — Method in class StateInterface

Deletes an item.

StateInterface::deleteMultiple() — Method in class StateInterface

Deletes multiple items.

LocalStream::dirname() — Method in class LocalStream

Gets the name of the directory from a given path.

LocalStream::dir_opendir() — Method in class LocalStream

Open directory handle.

LocalStream::dir_readdir() — Method in class LocalStream

Read entry from directory handle.

LocalStream::dir_rewinddir() — Method in class LocalStream

Rewind directory handle.

LocalStream::dir_closedir() — Method in class LocalStream

Close directory handle.

PhpStreamWrapperInterface::dir_closedir() — Method in class PhpStreamWrapperInterface

Close directory handle.

PhpStreamWrapperInterface::dir_opendir() — Method in class PhpStreamWrapperInterface

Open directory handle.

PhpStreamWrapperInterface::dir_readdir() — Method in class PhpStreamWrapperInterface

Read entry from directory handle.

PhpStreamWrapperInterface::dir_rewinddir() — Method in class PhpStreamWrapperInterface

Rewind directory handle.

StreamWrapperInterface::dirname() — Method in class StreamWrapperInterface

Gets the name of the directory from a given path.

$ TranslationManager#defaultLangcodeProperty in class TranslationManager

The default langcode used in translations.

TranslationManager::doTranslate() — Method in class TranslationManager

Translates a string to the current language or to a given language.

$ FileTranslation#directoryProperty in class FileTranslation

Directory to find translation files in the file system.

$ BreakLockLink#dateFormatterProperty in class BreakLockLink

The date formatter.

PrivateTempStore::delete() — Method in class PrivateTempStore

Deletes data from the store for a given key and releases the lock on it.

SharedTempStore::delete() — Method in class SharedTempStore

Deletes data from the store for a given key and releases the lock on it.

SharedTempStore::deleteIfOwner() — Method in class SharedTempStore

Deletes data from the store for a given key and releases the lock on it.

$ TwigExtension#dateFormatterProperty in class TwigExtension

The date formatter.

TwigNodeVisitor::doEnterNode() — Method in class TwigNodeVisitor
{@inheritdoc}
TwigNodeVisitor::doLeaveNode() — Method in class TwigNodeVisitor
{@inheritdoc}
TwigTransTokenParser::decideForFork() — Method in class TwigTransTokenParser

Detect a 'plural' switch or the end of a 'trans' tag.

TwigTransTokenParser::decideForEnd() — Method in class TwigTransTokenParser

Detect the end of a 'trans' tag.

EnvironmentCleaner::doCleanDatabase() — Method in class EnvironmentCleaner

Performs the fixture database cleanup.

EnvironmentCleaner::doCleanTemporaryDirectories() — Method in class EnvironmentCleaner

Performs the cleanup of temporary test directories.

FunctionalTestSetupTrait::doInstall() — Method in class FunctionalTestSetupTrait

Execute the non-interactive installer.

$ TestDatabase#databasePrefixProperty in class TestDatabase

The test database prefix.

TestRunnerKernel::discoverServiceProviders() — Method in class TestRunnerKernel

Discovers available serviceProviders.

AjaxBasePageNegotiator::determineActiveTheme() — Method in class AjaxBasePageNegotiator

Determine the active theme for the request.

DefaultNegotiatorClass in namespace Drupal\Core\Theme

Determines the default theme of the site.

DefaultNegotiator::determineActiveTheme() — Method in class DefaultNegotiator

Determine the active theme for the request.

Registry::destruct() — Method in class Registry

Performs destruct operations.

ThemeNegotiator::determineActiveTheme() — Method in class ThemeNegotiator

Determine the active theme for the request.

ThemeNegotiatorInterface::determineActiveTheme() — Method in class ThemeNegotiatorInterface

Determine the active theme for the request.

DataTypeClass in namespace Drupal\Core\TypedData\Annotation

Defines a data type annotation object.

$ DataType#descriptionProperty in class DataType

The description of the data type.

$ DataType#definition_classProperty in class DataType

The definition class to use for defining data of this type.

DataDefinitionClass in namespace Drupal\Core\TypedData

A typed data definition class for defining data based on defined data types.

$ DataDefinition#definitionProperty in class DataDefinition

The array holding values for all definition keys.

DataDefinitionInterfaceClass in namespace Drupal\Core\TypedData

Interface for data definitions.

DataReferenceBaseClass in namespace Drupal\Core\TypedData

Base class for typed data references.

DataReferenceDefinitionClass in namespace Drupal\Core\TypedData

A typed data definition class for defining references.

DataReferenceDefinitionInterfaceClass in namespace Drupal\Core\TypedData

Interface for typed data references.

DataReferenceInterfaceClass in namespace Drupal\Core\TypedData

Interface for typed data references.

DataReferenceTargetDefinitionClass in namespace Drupal\Core\TypedData

A typed data definition class for the entity reference target_id property.

DateTimeIso8601Class in namespace Drupal\Core\TypedData\Plugin\DataType

A data type for ISO 8601 date strings.

DurationIso8601Class in namespace Drupal\Core\TypedData\Plugin\DataType

The duration ISO8601 data type.

$ Map#definitionProperty in class Map

The data definition.

DateTimeInterfaceClass in namespace Drupal\Core\TypedData\Type

Interface for dates, optionally including a time.

DurationInterfaceClass in namespace Drupal\Core\TypedData\Type

Interface for durations.

$ TypedData#definitionProperty in class TypedData

The data definition.

$ ExecutionContext#dataProperty in class ExecutionContext

The currently validated typed data object.

UpdateBackend::delete() — Method in class UpdateBackend

Deletes an item from the cache.

UpdateBackend::deleteMultiple() — Method in class UpdateBackend

Deletes multiple items from the cache.

UpdateBackend::deleteAll() — Method in class UpdateBackend

Deletes all cache items in a bin.

UpdateHookRegistry::deleteInstalledVersion() — Method in class UpdateHookRegistry

Deletes the installed version information for the module.

UpdateKernel::discoverServiceProviders() — Method in class UpdateKernel

Discovers available serviceProviders.

Error::decodeException() — Method in class Error

Decodes an exception and retrieves the correct caller.

LinkGenerator::doGenerate() — Method in class LinkGenerator

Generates the link.

DrupalTranslatorClass in namespace Drupal\Core\Validation

Translates strings using Drupal's translation system.

DemoUmamiProfileTestClass in namespace Drupal\Tests\demo_umami\Functional

Tests demo_umami profile.

DemoUmamiProfileTest::drupalLoginWithPassword() — Method in class DemoUmamiProfileTest

Logs in a user using the Mink controlled browser using a password.

DefaultContentFilesAccessTestClass in namespace Drupal\Tests\demo_umami_content\Functional

Tests that files provided by demo_umami_content are not accessible.

$ DefaultContentFilesAccessTest#defaultThemeProperty in class DefaultContentFilesAccessTest
{@inheritdoc}
$ MinimalTest#defaultThemeProperty in class MinimalTest
{@inheritdoc}
$ AggregatorFetcher#descriptionProperty in class AggregatorFetcher

The description of the plugin.

$ AggregatorParser#descriptionProperty in class AggregatorParser

The description of the plugin.

$ AggregatorProcessor#descriptionProperty in class AggregatorProcessor

The description of the plugin.

$ AggregatorController#dateFormatterProperty in class AggregatorController

The date formatter service.

Feed::deleteItems() — Method in class Feed

Deletes all items from a feed.

FeedInterface::deleteItems() — Method in class FeedInterface

Deletes all items from a feed.

$ SettingsForm#definitionsProperty in class SettingsForm

The aggregator plugin definitions.

ItemsImporter::delete() — Method in class ItemsImporter

Deletes all imported items from a feed.

ItemsImporterInterface::delete() — Method in class ItemsImporterInterface

Deletes all imported items from a feed.

AggregatorPluginSettingsBase::defaultConfiguration() — Method in class AggregatorPluginSettingsBase

Gets default configuration for this plugin.

AggregatorFeedBlock::defaultConfiguration() — Method in class AggregatorFeedBlock
{@inheritdoc}
AggregatorTitleFormatter::defaultSettings() — Method in class AggregatorTitleFormatter

Defines the default settings for this plugin.

ProcessorInterface::delete() — Method in class ProcessorInterface

Deletes stored feed data.

DefaultFetcherClass in namespace Drupal\aggregator\Plugin\aggregator\fetcher

Defines a default fetcher implementation.

DefaultParserClass in namespace Drupal\aggregator\Plugin\aggregator\parser

Defines a default parser implementation.

DefaultProcessorClass in namespace Drupal\aggregator\Plugin\aggregator\processor

Defines a default processor implementation.

$ DefaultProcessor#dateFormatterProperty in class DefaultProcessor

The date formatter service.

DefaultProcessor::delete() — Method in class DefaultProcessor

Deletes stored feed data.

DisallowBasicAuthRequestsClass in namespace Drupal\basic_auth\PageCache

Cache policy for pages served from basic auth.

BigPipeStrategy::doProcessPlaceholders() — Method in class BigPipeStrategy

Transforms placeholders to BigPipe placeholders, either no-JS or JS.

BlockController::demo() — Method in class BlockController

Returns a block theme demo page.

$ Block#defaultThemeProperty in class Block

The default theme name.

AdminDemoNegotiator::determineActiveTheme() — Method in class AdminDemoNegotiator

Determine the active theme for the request.

$ AccessGroupAnd#dependenciesProperty in class AccessGroupAnd

The access dependencies.

DependentAccessInterfaceClass in namespace Drupal\block_content\Access

Interface for AccessibleInterface objects that have an access dependency.

BlockContent::delete() — Method in class BlockContent

Deletes an entity permanently.

$ BlockContentType#descriptionProperty in class BlockContentType

The description of the block type.

BlockContentBlock::defaultConfiguration() — Method in class BlockContentBlock
{@inheritdoc}
BookManager::deleteFromBook() — Method in class BookManager

Deletes node's entry from book table.

BookManager::doBookTreeBuild() — Method in class BookManager

Builds a book tree.

BookManager::doBookTreeCheckAccess() — Method in class BookManager

Sorts the menu tree and recursively checks access for each item.

BookManagerInterface::deleteFromBook() — Method in class BookManagerInterface

Deletes node's entry from book table.

BookOutlineStorage::delete() — Method in class BookOutlineStorage

Deletes a book entry.

BookOutlineStorageInterface::delete() — Method in class BookOutlineStorageInterface

Deletes a book entry.

$ BookNavigationCacheContext#deprecatedPropertiesProperty in class BookNavigationCacheContext
{@inheritdoc}
BookNavigationBlock::defaultConfiguration() — Method in class BookNavigationBlock
{@inheritdoc}
$ BookUninstallValidator#drupalProxyOriginalServiceIdProperty in class BookUninstallValidator

The id of the original proxied service.

$ BreakpointManager#defaultsProperty in class BreakpointManager
{@inheritdoc}
$ CKEditor5Plugin#drupalProperty in class CKEditor5Plugin

The Drupal aspects of the plugin definition.

DrupalAspectsOfCKEditor5PluginClass in namespace Drupal\ckeditor5\Annotation

Defines the "Drupal aspects of a CKEditor5Plugin" annotation object.

HTMLRestrictionsUtilities::diffAllowedElements() — Method in class HTMLRestrictionsUtilities

Compares two HTML restrictions.

DynamicPluginConfigWithCsrfTokenUrlTraitClass in namespace Drupal\ckeditor5\Plugin\CKEditor5Plugin

Provides a trait for CKEditor 5 with dynamically generated CSRF token URLs.

Heading::defaultConfiguration() — Method in class Heading

Gets default configuration for this plugin.

ImageUpload::defaultConfiguration() — Method in class ImageUpload

Gets default configuration for this plugin.

Language::defaultConfiguration() — Method in class Language

Gets default configuration for this plugin.

SourceEditing::defaultConfiguration() — Method in class SourceEditing

Gets default configuration for this plugin.

DrupalImageClass in namespace Drupal\ckeditor\Plugin\CKEditorPlugin

Defines the "drupalimage" plugin.

DrupalImageCaptionClass in namespace Drupal\ckeditor\Plugin\CKEditorPlugin

Defines the "drupalimagecaption" plugin.

DrupalLinkClass in namespace Drupal\ckeditor\Plugin\CKEditorPlugin

Defines the "drupallink" plugin.

$ CommentStatistics#databaseProperty in class CommentStatistics

The current database connection.

$ CommentStatistics#databaseReplicaProperty in class CommentStatistics

The replica database connection.

CommentStatistics::delete() — Method in class CommentStatistics

Delete comment statistics records for an entity.

CommentStatisticsInterface::delete() — Method in class CommentStatisticsInterface

Delete comment statistics records for an entity.

$ CommentType#descriptionProperty in class CommentType

The description of the comment type.

$ CommentAdminOverview#dateFormatterProperty in class CommentAdminOverview

The date formatter service.

DeleteFormClass in namespace Drupal\comment\Form

Provides the comment delete confirmation form.

UnpublishByKeywordComment::defaultConfiguration() — Method in class UnpublishByKeywordComment

Gets default configuration for this plugin.

CommentDefaultFormatter::defaultSettings() — Method in class CommentDefaultFormatter

Defines the default settings for this plugin.

CommentItem::defaultStorageSettings() — Method in class CommentItem

Defines the storage-level settings for this plugin.

CommentItem::defaultFieldSettings() — Method in class CommentItem

Defines the field-level settings for this plugin.

D7CommentClass in namespace Drupal\comment\Plugin\migrate

Migration plugin for Drupal 7 comments with fields.

$ UserUid#databaseProperty in class UserUid

Database Service Object.

UserUid::defaultActions() — Method in class UserUid

Provide a list of default behaviors for this argument if the argument is not present.

DepthClass in namespace Drupal\comment\Plugin\views\field

Field handler to display the depth of a comment.

EntityLink::defineOptions() — Method in class EntityLink

Information about options for all kinds of purposes will be held here.

$ NodeNewComments#databaseProperty in class NodeNewComments

Database Service Object.

NodeNewComments::defineOptions() — Method in class NodeNewComments

Information about options for all kinds of purposes will be held here.

StatisticsLastCommentName::defineOptions() — Method in class StatisticsLastCommentName

Information about options for all kinds of purposes will be held here.

Comment::defaultDisplayOptions() — Method in class Comment

Assembles the default display options for the view.

$ ConfigController#diffFormatterProperty in class ConfigController

The diff formatter.

ConfigController::downloadExport() — Method in class ConfigController

Downloads a tarball of the site configuration.

ConfigController::diff() — Method in class ConfigController

Shows diff of specified configuration file.

$ ConfigSingleExportForm#definitionsProperty in class ConfigSingleExportForm

Tracks the valid config entity type definitions.

$ ConfigSingleImportForm#dataProperty in class ConfigSingleImportForm

The submitted data needing to be confirmed.

StorageReplaceDataWrapper::delete() — Method in class StorageReplaceDataWrapper

Deletes a configuration object from the storage.

StorageReplaceDataWrapper::decode() — Method in class StorageReplaceDataWrapper

Decodes configuration data from the storage-specific format.

StorageReplaceDataWrapper::deleteAll() — Method in class StorageReplaceDataWrapper

Deletes configuration objects whose names start with a given prefix.

ConfigTranslationFormAccess::doCheckAccess() — Method in class ConfigTranslationFormAccess

Checks access given an account, configuration mapper, and source language.

ConfigTranslationOverviewAccess::doCheckAccess() — Method in class ConfigTranslationOverviewAccess

Checks access given an account, configuration mapper, and source language.

$ ConfigMapperManager#defaultsProperty in class ConfigMapperManager
{@inheritdoc}
ConfigTranslationFieldListBuilder::displayBundle() — Method in class ConfigTranslationFieldListBuilder

Controls the visibility of the bundle column on field list pages.

DateFormatClass in namespace Drupal\config_translation\FormElement

Defines the date format element for the configuration translation interface.

$ FormElementBase#definitionProperty in class FormElementBase

The data definition of the element this form element is for.

$ MessageForm#dateFormatterProperty in class MessageForm

The date formatter service.

$ ContentModerationState#defaultRevisionProperty in class ContentModerationState

If entities should be the default revision if in this state.

DynamicLocalTasksClass in namespace Drupal\content_moderation\Plugin\Derivative

Generates moderation-related local tasks.

ContentModeration::defaultConfiguration() — Method in class ContentModeration

Gets default configuration for this plugin.

$ ContentTranslationHandler#dateFormatterProperty in class ContentTranslationHandler

The date formatter service.

$ ContentTranslationSynchronizedFieldsConstraint#defaultRevisionMessageProperty in class ContentTranslationSynchronizedFieldsConstraint

Message shown for non-translatable field changes in non-default revision.

$ ContentTranslationSynchronizedFieldsConstraint#defaultTranslationMessageProperty in class ContentTranslationSynchronizedFieldsConstraint

Message shown for non-translatable field changes in different language.

EntityTranslationSettings::doCount() — Method in class EntityTranslationSettings

Gets the source count using countQuery().

ContextualLinks::defineOptions() — Method in class ContextualLinks

Information about options for all kinds of purposes will be held here.

DateTimeComputedClass in namespace Drupal\datetime

A computed property for dates of date time field items.

$ DateTimeComputed#dateProperty in class DateTimeComputed

Cached computed date.

DateTimeCustomFormatterClass in namespace Drupal\datetime\Plugin\Field\FieldFormatter

Plugin implementation of the 'Custom' formatter for 'datetime' fields.

DateTimeCustomFormatter::defaultSettings() — Method in class DateTimeCustomFormatter

Defines the default settings for this plugin.

DateTimeDefaultFormatterClass in namespace Drupal\datetime\Plugin\Field\FieldFormatter

Plugin implementation of the 'Default' formatter for 'datetime' fields.

DateTimeDefaultFormatter::defaultSettings() — Method in class DateTimeDefaultFormatter

Defines the default settings for this plugin.

DateTimeFormatterBaseClass in namespace Drupal\datetime\Plugin\Field\FieldFormatter

Base class for 'DateTime Field formatter' plugin implementations.

$ DateTimeFormatterBase#dateFormatterProperty in class DateTimeFormatterBase

The date formatter service.

$ DateTimeFormatterBase#dateFormatStorageProperty in class DateTimeFormatterBase

The date format entity storage.

DateTimeFormatterBase::defaultSettings() — Method in class DateTimeFormatterBase

Defines the default settings for this plugin.

DateTimePlainFormatterClass in namespace Drupal\datetime\Plugin\Field\FieldFormatter

Plugin implementation of the 'Plain' formatter for 'datetime' fields.

DateTimeTimeAgoFormatterClass in namespace Drupal\datetime\Plugin\Field\FieldFormatter

Plugin implementation of the 'Time ago' formatter for 'datetime' fields.

DateTimeFieldItemListClass in namespace Drupal\datetime\Plugin\Field\FieldType

Represents a configurable entity datetime field.

DateTimeFieldItemList::defaultValuesForm() — Method in class DateTimeFieldItemList

Returns a form for the default value input.

DateTimeFieldItemList::defaultValuesFormValidate() — Method in class DateTimeFieldItemList

Validates the submitted default value.

DateTimeFieldItemList::defaultValuesFormSubmit() — Method in class DateTimeFieldItemList

Processes the submitted default value.

DateTimeItemClass in namespace Drupal\datetime\Plugin\Field\FieldType

Plugin implementation of the 'datetime' field type.

DateTimeItem::defaultStorageSettings() — Method in class DateTimeItem

Defines the storage-level settings for this plugin.

DateTimeItemInterfaceClass in namespace Drupal\datetime\Plugin\Field\FieldType

Interface definition for Datetime items.

DateTimeDatelistWidgetClass in namespace Drupal\datetime\Plugin\Field\FieldWidget

Plugin implementation of the 'datetime_datelist' widget.

DateTimeDatelistWidget::defaultSettings() — Method in class DateTimeDatelistWidget

Defines the default settings for this plugin.

DateTimeDefaultWidgetClass in namespace Drupal\datetime\Plugin\Field\FieldWidget

Plugin implementation of the 'datetime_default' widget.

$ DateTimeDefaultWidget#dateStorageProperty in class DateTimeDefaultWidget

The date format storage.

DateTimeWidgetBaseClass in namespace Drupal\datetime\Plugin\Field\FieldWidget

Base class for the 'datetime_*' widgets.

DateTimeFormatConstraintClass in namespace Drupal\datetime\Plugin\Validation\Constraint

Validation constraint for DateTime items to ensure the format is correct.

DateTimeFormatConstraintValidatorClass in namespace Drupal\datetime\Plugin\Validation\Constraint

Constraint validator for DateTime items to ensure the format is correct.

DateFieldClass in namespace Drupal\datetime\Plugin\migrate\field

Provides a field plugin for date and time fields.

DateField::defineValueProcessPipeline() — Method in class DateField

Apply any custom processing to the field bundle migrations.

DateClass in namespace Drupal\datetime\Plugin\views\argument

Abstract argument handler for dates.

DayDateClass in namespace Drupal\datetime\Plugin\views\argument

Argument handler for a day.

DateClass in namespace Drupal\datetime\Plugin\views\filter

Date/time views filter.

$ Date#dateFormatterProperty in class Date

The date formatter service.

$ Date#dateFormatProperty in class Date

Date format for SQL conversion.

DateClass in namespace Drupal\datetime\Plugin\views\sort

Basic sort handler for datetime fields.

DateTimeRangeTraitClass in namespace Drupal\datetime_range

Provides friendly methods for datetime range.

DateRangeCustomFormatterClass in namespace Drupal\datetime_range\Plugin\Field\FieldFormatter

Plugin implementation of the 'Custom' formatter for 'daterange' fields.

DateRangeCustomFormatter::defaultSettings() — Method in class DateRangeCustomFormatter

Defines the default settings for this plugin.

DateRangeDefaultFormatterClass in namespace Drupal\datetime_range\Plugin\Field\FieldFormatter

Plugin implementation of the 'Default' formatter for 'daterange' fields.

DateRangeDefaultFormatter::defaultSettings() — Method in class DateRangeDefaultFormatter

Defines the default settings for this plugin.

DateRangePlainFormatterClass in namespace Drupal\datetime_range\Plugin\Field\FieldFormatter

Plugin implementation of the 'Plain' formatter for 'daterange' fields.

DateRangePlainFormatter::defaultSettings() — Method in class DateRangePlainFormatter

Defines the default settings for this plugin.

DateRangeFieldItemListClass in namespace Drupal\datetime_range\Plugin\Field\FieldType

Represents a configurable entity daterange field.

DateRangeFieldItemList::defaultValuesForm() — Method in class DateRangeFieldItemList

Returns a form for the default value input.

DateRangeFieldItemList::defaultValuesFormValidate() — Method in class DateRangeFieldItemList

Validates the submitted default value.

DateRangeFieldItemList::defaultValuesFormSubmit() — Method in class DateRangeFieldItemList

Processes the submitted default value.

DateRangeItemClass in namespace Drupal\datetime_range\Plugin\Field\FieldType

Plugin implementation of the 'daterange' field type.

DateRangeDatelistWidgetClass in namespace Drupal\datetime_range\Plugin\Field\FieldWidget

Plugin implementation of the 'daterange_datelist' widget.

DateRangeDatelistWidget::defaultSettings() — Method in class DateRangeDatelistWidget

Defines the default settings for this plugin.

DateRangeDefaultWidgetClass in namespace Drupal\datetime_range\Plugin\Field\FieldWidget

Plugin implementation of the 'daterange_default' widget.

$ DateRangeDefaultWidget#dateStorageProperty in class DateRangeDefaultWidget

The date format storage.

DateRangeWidgetBaseClass in namespace Drupal\datetime_range\Plugin\Field\FieldWidget

Base class for the 'daterange_*' widgets.

DbLogControllerClass in namespace Drupal\dblog\Controller

Returns responses for dblog routes.

$ DbLogController#databaseProperty in class DbLogController

The database service.

$ DbLogController#dateFormatterProperty in class DbLogController

The date formatter service.

DblogClearLogConfirmFormClass in namespace Drupal\dblog\Form

Provides a confirmation form before clearing out the logs.

DblogFilterFormClass in namespace Drupal\dblog\Form

Provides the database logging filter form.

DbLogClass in namespace Drupal\dblog\Logger

Logs events in the watchdog database table.

DBLogResourceClass in namespace Drupal\dblog\Plugin\rest\resource

Provides a resource for database watchdog log entries.

DblogMessageClass in namespace Drupal\dblog\Plugin\views\field

Provides a field handler that renders a log event with replaced variables.

DblogMessage::defineOptions() — Method in class DblogMessage

Information about options for all kinds of purposes will be held here.

DblogOperationsClass in namespace Drupal\dblog\Plugin\views\field

Provides a field handler that renders operation link markup.

DblogTypesClass in namespace Drupal\dblog\Plugin\views\filter

Exposes log types to views module.

Watchdog::defaultDisplayOptions() — Method in class Watchdog

Assembles the default display options for the view.

InstallHelper::deleteImportedContent() — Method in class InstallHelper

Deletes any content imported by this module.

DynamicPageCacheSubscriberClass in namespace Drupal\dynamic_page_cache\EventSubscriber

Returns cached responses as early and avoiding as much work as possible.

$ DynamicPageCacheSubscriber#dynamicPageCacheRedirectRenderArrayProperty in class DynamicPageCacheSubscriber

Dynamic Page Cache's redirect render array.

DefaultRequestPolicyClass in namespace Drupal\dynamic_page_cache\PageCache\RequestPolicy

The default Dynamic Page Cache request policy.

DenyAdminRoutesClass in namespace Drupal\dynamic_page_cache\PageCache\ResponsePolicy

Cache policy for routes with the '_admin_route' option set.

$ FieldConfig#deletedProperty in class FieldConfig

Flag indicating whether the field is deleted.

$ FieldStorageConfig#deletedProperty in class FieldStorageConfig

Flag indicating whether the field is deleted.

$ FieldConfigStorage#deletedFieldsRepositoryProperty in class FieldConfigStorage

The deleted fields repository.

$ FieldStorageConfigStorage#deletedFieldsRepositoryProperty in class FieldStorageConfigStorage

The deleted fields repository.

Email::defineValueProcessPipeline() — Method in class Email

Apply any custom processing to the field bundle migrations.

FieldInstance::doCount() — Method in class FieldInstance

Gets the source count using countQuery().

$ FieldUninstallValidator#drupalProxyOriginalServiceIdProperty in class FieldUninstallValidator

The id of the original proxied service.

FieldLayoutEntityDisplayTrait::doGetLayout() — Method in class FieldLayoutEntityDisplayTrait

Gets the layout plugin.

$ EntityDisplayFormBase#displayContextProperty in class EntityDisplayFormBase

The display context. Either 'view' or 'form'.

$ EntityFormDisplayEditForm#displayContextProperty in class EntityFormDisplayEditForm
{@inheritdoc}
$ EntityViewDisplayEditForm#displayContextProperty in class EntityViewDisplayEditForm
{@inheritdoc}
DatabaseFileUsageBackendClass in namespace Drupal\file\FileUsage

Defines the database file usage backend. This is the default Drupal backend.

DatabaseFileUsageBackend::delete() — Method in class DatabaseFileUsageBackend

Removes a record to indicate that a module is no longer using a file.

FileUsageBase::delete() — Method in class FileUsageBase

Removes a record to indicate that a module is no longer using a file.

FileUsageInterface::delete() — Method in class FileUsageInterface

Removes a record to indicate that a module is no longer using a file.

BaseFieldFileFormatterBase::defaultSettings() — Method in class BaseFieldFileFormatterBase

Defines the default settings for this plugin.

DefaultFileFormatterClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Formatter for a text field on a file entity that links the field to the file.

DefaultFileFormatter::defaultSettings() — Method in class DefaultFileFormatter

Defines the default settings for this plugin.

DescriptionAwareFileFormatterBaseClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Base class for file formatters that have to deal with file descriptions.

DescriptionAwareFileFormatterBase::defaultSettings() — Method in class DescriptionAwareFileFormatterBase

Defines the default settings for this plugin.

FileExtensionFormatter::defaultSettings() — Method in class FileExtensionFormatter

Defines the default settings for this plugin.

FileMediaFormatterBase::defaultSettings() — Method in class FileMediaFormatterBase

Defines the default settings for this plugin.

FileUriFormatter::defaultSettings() — Method in class FileUriFormatter

Defines the default settings for this plugin.

FileVideoFormatter::defaultSettings() — Method in class FileVideoFormatter

Defines the default settings for this plugin.

FilemimeFormatter::defaultSettings() — Method in class FilemimeFormatter

Defines the default settings for this plugin.

FileFieldItemList::defaultValuesForm() — Method in class FileFieldItemList

Returns a form for the default value input.

FileFieldItemList::delete() — Method in class FileFieldItemList

Defines custom delete behavior for field values.

FileFieldItemList::deleteRevision() — Method in class FileFieldItemList

Defines custom revision delete behavior for field values.

FileItem::defaultStorageSettings() — Method in class FileItem

Defines the storage-level settings for this plugin.

FileItem::defaultFieldSettings() — Method in class FileItem

Defines the field-level settings for this plugin.

FileItem::doGetUploadLocation() — Method in class FileItem

Determines the URI for a file field.

FileWidget::defaultSettings() — Method in class FileWidget

Defines the default settings for this plugin.

FileField::defineValueProcessPipeline() — Method in class FileField

Apply any custom processing to the field bundle migrations.

FileField::defineValueProcessPipeline() — Method in class FileField

Apply any custom processing to the field bundle migrations.

UploadInstance::doCount() — Method in class UploadInstance

Gets the source count using countQuery().

File::defineOptions() — Method in class File

Information about options for all kinds of purposes will be held here.

File::defaultDisplayOptions() — Method in class File

Assembles the default display options for the view.

$ Filter#descriptionProperty in class Filter

Additional administrative information about the filter's behavior.

FilterFormat::disable() — Method in class FilterFormat

Disables the configuration entity.

$ FilterPluginCollection#definitionsProperty in class FilterPluginCollection

All possible filter plugin IDs.

FilterBase::defaultConfiguration() — Method in class FilterBase

Gets default configuration for this plugin.

$ FilterUninstallValidator#drupalProxyOriginalServiceIdProperty in class FilterUninstallValidator

The id of the original proxied service.

DeleteFormClass in namespace Drupal\forum\Form

Builds the form to delete a forum term.

$ ForumIndexStorage#databaseProperty in class ForumIndexStorage

The active database connection.

ForumIndexStorage::delete() — Method in class ForumIndexStorage

Deletes the records in {forum} table for the given node.

ForumIndexStorage::deleteRevision() — Method in class ForumIndexStorage

Deletes the records in {forum} table for a given node revision.

ForumIndexStorage::deleteIndex() — Method in class ForumIndexStorage

Deletes the {forum_index} records for a given node.

ForumIndexStorageInterface::delete() — Method in class ForumIndexStorageInterface

Deletes the records in {forum} table for the given node.

ForumIndexStorageInterface::deleteRevision() — Method in class ForumIndexStorageInterface

Deletes the records in {forum} table for a given node revision.

ForumIndexStorageInterface::deleteIndex() — Method in class ForumIndexStorageInterface

Deletes the {forum_index} records for a given node.

ForumBlockBase::defaultConfiguration() — Method in class ForumBlockBase
{@inheritdoc}
$ ForumUninstallValidator#drupalProxyOriginalServiceIdProperty in class ForumUninstallValidator

The id of the original proxied service.

ContentEntityNormalizer::denormalize() — Method in class ContentEntityNormalizer

Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize().

FieldItemNormalizer::denormalize() — Method in class FieldItemNormalizer
{@inheritdoc}
$ HelpSection#descriptionProperty in class HelpSection

The description of the help page section.

$ HelpTopicDiscovery#directoriesProperty in class HelpTopicDiscovery

An array of directories to scan, keyed by the provider.

$ HelpTopicPluginManager#defaultsProperty in class HelpTopicPluginManager

Provides default values for all help topic plugins.

$ HelpTopicSection#defaultLanguageProperty in class HelpTopicSection

The default language object.

$ HelpSearch#databaseProperty in class HelpSearch

The current database connection.

HistoryUserTimestamp::defineOptions() — Method in class HistoryUserTimestamp

Information about options for all kinds of purposes will be held here.

$ ImageEffect#descriptionProperty in class ImageEffect

A brief description of the image effect.

ImageStyleDownloadController::deliver() — Method in class ImageStyleDownloadController

Generates a derivative, given a style and image path.

ImageStyle::deleteImageEffect() — Method in class ImageStyle

Deletes an image effect from this style.

ImageEffectBase::defaultConfiguration() — Method in class ImageEffectBase

Gets default configuration for this plugin.

ImageStyleInterface::deleteImageEffect() — Method in class ImageStyleInterface

Deletes an image effect from this style.

DenyPrivateImageStyleDownloadClass in namespace Drupal\image\PageCache

Cache policy for image preview page.

ImageFormatter::defaultSettings() — Method in class ImageFormatter

Defines the default settings for this plugin.

ImageUrlFormatter::defaultSettings() — Method in class ImageUrlFormatter

Defines the default settings for this plugin.

ImageItem::defaultStorageSettings() — Method in class ImageItem

Defines the storage-level settings for this plugin.

ImageItem::defaultFieldSettings() — Method in class ImageItem

Defines the field-level settings for this plugin.

ImageItem::defaultImageForm() — Method in class ImageItem

Builds the default_image details element.

ImageWidget::defaultSettings() — Method in class ImageWidget

Defines the default settings for this plugin.

ConvertImageEffect::defaultConfiguration() — Method in class ConvertImageEffect

Gets default configuration for this plugin.

CropImageEffect::defaultConfiguration() — Method in class CropImageEffect

Gets default configuration for this plugin.

DesaturateImageEffectClass in namespace Drupal\image\Plugin\ImageEffect

Desaturates (grayscale) an image resource.

ResizeImageEffect::defaultConfiguration() — Method in class ResizeImageEffect

Gets default configuration for this plugin.

RotateImageEffect::defaultConfiguration() — Method in class RotateImageEffect

Gets default configuration for this plugin.

ScaleImageEffect::defaultConfiguration() — Method in class ScaleImageEffect

Gets default configuration for this plugin.

ImageField::defineValueProcessPipeline() — Method in class ImageField

Apply any custom processing to the field bundle migrations.

FormErrorHandler::displayErrorMessages() — Method in class FormErrorHandler

Loops through and displays all form errors.

EntityResource::deleteIndividual() — Method in class EntityResource

Deletes an individual entity.

EntityResource::doPatchIndividualRelationship() — Method in class EntityResource

Update a to-one relationship.

EntityResource::doPatchMultipleRelationship() — Method in class EntityResource

Update a to-many relationship.

EntityResource::deserialize() — Method in class EntityResource

Deserializes a request body, if any.

DefaultExceptionSubscriberClass in namespace Drupal\jsonapi\EventSubscriber

Serializes exceptions in compliance with the JSON:API specification.

ResourceResponseValidator::doValidateResponse() — Method in class ResourceResponseValidator

Wraps validation in an assert to prevent execution in production.

DataClass in namespace Drupal\jsonapi\JsonApiResource

Represents the data and included objects of a top-level object.

$ Data#dataProperty in class Data

Various representations of JSON:API objects.

Data::deduplicate() — Method in class Data

Returns a new, deduplicated Data object.

$ JsonApiDocumentTopLevel#dataProperty in class JsonApiDocumentTopLevel

The data to normalize.

$ Relationship#dataProperty in class Relationship

The data of the relationship object.

ResourceIdentifier::deduplicate() — Method in class ResourceIdentifier

Deduplicates an array of ResourceIdentifier objects.

DataNormalizerClass in namespace Drupal\jsonapi\Normalizer

Normalizes JSON:API Data objects.

EntityDenormalizerBase::denormalize() — Method in class EntityDenormalizerBase
{@inheritdoc}
FieldItemNormalizer::denormalize() — Method in class FieldItemNormalizer
{@inheritdoc}
FieldNormalizer::denormalize() — Method in class FieldNormalizer
{@inheritdoc}
JsonApiDocumentTopLevelNormalizer::denormalize() — Method in class JsonApiDocumentTopLevelNormalizer
{@inheritdoc}
ResourceIdentifierNormalizer::denormalize() — Method in class ResourceIdentifierNormalizer
{@inheritdoc}
$ ResourceType#deserializationTargetClassProperty in class ResourceType

The class to which a payload converts to.

$ ResourceTypeBuildEvent#disabledProperty in class ResourceTypeBuildEvent

Whether the JSON:API resource type to be built should be disabled.

ResourceTypeBuildEvent::disableResourceType() — Method in class ResourceTypeBuildEvent

Disables the resource type to be built.

ResourceTypeBuildEvent::disableField() — Method in class ResourceTypeBuildEvent

Disables the given field on the resource type to be built.

ResourceTypeField::disabled() — Method in class ResourceTypeField

Gets a new instance of the field that is disabled.

ResourceTypeRelationship::disabled() — Method in class ResourceTypeRelationship

Gets a new instance of the field that is disabled.

Serializer::denormalize() — Method in class Serializer
{@inheritdoc}
$ LanguageNegotiation#descriptionProperty in class LanguageNegotiation

The description of the language negotiation plugin.

LanguageConfigOverride::delete() — Method in class LanguageConfigOverride

Deletes the configuration object.

DefaultLanguageItemClass in namespace Drupal\language

Alternative plugin implementation of the 'language' field type.

$ ConfigurableLanguage#directionProperty in class ConfigurableLanguage

The direction of language, either DIRECTION_LTR or DIRECTION_RTL.

$ ContentLanguageSettings#default_langcodeProperty in class ContentLanguageSettings

The default language code.

DeleteDefaultLanguageExceptionClass in namespace Drupal\language\Exception

Exception thrown when deleting the default language.

NegotiationConfigureForm::disableLanguageSwitcher() — Method in class NegotiationConfigureForm

Disables the language switcher blocks.

Language::defaultConfiguration() — Method in class Language

Gets default configuration for this plugin.

DefaultLangcodeClass in namespace Drupal\language\Plugin\migrate\destination

Provides a destination plugin for the default langcode config.

$ LanguageConverter#drupalProxyOriginalServiceIdProperty in class LanguageConverter

The id of the original proxied service.

DefaultsSectionStorageInterfaceClass in namespace Drupal\layout_builder

Defines an interface for an object that stores layout sections for defaults.

LayoutBuilderEntityViewDisplay::disableLayoutBuilder() — Method in class LayoutBuilderEntityViewDisplay

Disables the Layout Builder.

LayoutBuilderSampleEntityGenerator::delete() — Method in class LayoutBuilderSampleEntityGenerator

Deletes a sample entity for a given entity type and bundle.

SampleEntityGeneratorInterface::delete() — Method in class SampleEntityGeneratorInterface

Deletes a sample entity for a given entity type and bundle.

$ SetInlineBlockDependency#databaseProperty in class SetInlineBlockDependency

The database connection.

LayoutSectionItemList::defaultAccess() — Method in class LayoutSectionItemList

Overrides \Drupal\Core\Field\FieldItemListInterface::defaultAccess().

$ ConfigureBlockFormBase#deltaProperty in class ConfigureBlockFormBase

The field delta.

ConfigureBlockFormBase::doBuildForm() — Method in class ConfigureBlockFormBase

Builds the form for the block.

$ ConfigureSectionForm#deltaProperty in class ConfigureSectionForm

The field delta.

DefaultsEntityFormClass in namespace Drupal\layout_builder\Form

Provides a form containing the Layout Builder UI for defaults.

DiscardLayoutChangesFormClass in namespace Drupal\layout_builder\Form

Discards any pending changes to the layout.

$ LayoutRebuildConfirmFormBase#deltaProperty in class LayoutRebuildConfirmFormBase

The field delta.

$ MoveBlockForm#deltaProperty in class MoveBlockForm

The section delta.

InlineBlockEntityOperations::deleteBlocksAndUsage() — Method in class InlineBlockEntityOperations

Delete the inline blocks and the usage records.

$ InlineBlockUsage#databaseProperty in class InlineBlockUsage

The database connection.

InlineBlockUsage::deleteUsage() — Method in class InlineBlockUsage

Delete the inline blocks' the usage records.

InlineBlockUsageInterface::deleteUsage() — Method in class InlineBlockUsageInterface

Delete the inline blocks' the usage records.

LayoutBuilderEnabledInterface::disableLayoutBuilder() — Method in class LayoutBuilderEnabledInterface

Disables the Layout Builder.

LayoutTempstoreRepository::delete() — Method in class LayoutTempstoreRepository

Removes the tempstore version of a section storage.

LayoutTempstoreRepositoryInterface::delete() — Method in class LayoutTempstoreRepositoryInterface

Removes the tempstore version of a section storage.

ExtraFieldBlock::defaultConfiguration() — Method in class ExtraFieldBlock
{@inheritdoc}
FieldBlock::defaultConfiguration() — Method in class FieldBlock
{@inheritdoc}
InlineBlock::defaultConfiguration() — Method in class InlineBlock
{@inheritdoc}
MultiWidthLayoutBase::defaultConfiguration() — Method in class MultiWidthLayoutBase

Gets default configuration for this plugin.

DefaultsSectionStorageClass in namespace Drupal\layout_builder\Plugin\SectionStorage

Defines the 'defaults' section storage type.

DefaultsSectionStorage::deriveContextsFromRoute() — Method in class DefaultsSectionStorage

Derives the available plugin contexts from route values.

DefaultsSectionStorage::disableLayoutBuilder() — Method in class DefaultsSectionStorage

Disables the Layout Builder.

OverridesSectionStorage::deriveContextsFromRoute() — Method in class OverridesSectionStorage

Derives the available plugin contexts from route values.

QuickEditIntegration::deconstructViewModeId() — Method in class QuickEditIntegration

Deconstructs the Quick Edit view mode ID into its constituent parts.

SectionStorageInterface::deriveContextsFromRoute() — Method in class SectionStorageInterface

Derives the available plugin contexts from route values.

LinkFormatter::defaultSettings() — Method in class LinkFormatter

Defines the default settings for this plugin.

LinkSeparateFormatter::defaultSettings() — Method in class LinkSeparateFormatter

Defines the default settings for this plugin.

LinkItem::defaultFieldSettings() — Method in class LinkItem

Defines the field-level settings for this plugin.

LinkWidget::defaultSettings() — Method in class LinkWidget

Defines the default settings for this plugin.

LinkField::defineValueProcessPipeline() — Method in class LinkField

Apply any custom processing to the field bundle migrations.

$ LocaleConfigManager#defaultConfigStorageProperty in class LocaleConfigManager

The locale default config storage instance.

LocaleConfigManager::deleteTranslationOverride() — Method in class LocaleConfigManager

Deletes translated configuration data.

LocaleConfigManager::deleteLanguageTranslations() — Method in class LocaleConfigManager

Deletes configuration for language.

LocaleProjectStorage::delete() — Method in class LocaleProjectStorage

Deletes project records for a given key.

LocaleProjectStorage::deleteMultiple() — Method in class LocaleProjectStorage

Deletes multiple project records.

LocaleProjectStorage::deleteAll() — Method in class LocaleProjectStorage

Deletes all projects records.

LocaleProjectStorage::disableAll() — Method in class LocaleProjectStorage

Mark all projects as disabled.

LocaleProjectStorageInterface::delete() — Method in class LocaleProjectStorageInterface

Deletes project records for a given key.

LocaleProjectStorageInterface::deleteMultiple() — Method in class LocaleProjectStorageInterface

Deletes multiple project records.

LocaleProjectStorageInterface::deleteAll() — Method in class LocaleProjectStorageInterface

Deletes all projects records.

LocaleProjectStorageInterface::disableAll() — Method in class LocaleProjectStorageInterface

Mark all projects as disabled.

LocaleTranslation::destruct() — Method in class LocaleTranslation

Performs destruct operations.

StringBase::delete() — Method in class StringBase

Deletes string object from storage.

StringDatabaseStorage::delete() — Method in class StringDatabaseStorage

Delete string from storage.

StringDatabaseStorage::deleteStrings() — Method in class StringDatabaseStorage

Deletes source strings and translations using conditions.

StringDatabaseStorage::deleteTranslations() — Method in class StringDatabaseStorage

Deletes translations using conditions.

StringDatabaseStorage::dbFieldTable() — Method in class StringDatabaseStorage

Gets table alias for field.

StringDatabaseStorage::dbStringTable() — Method in class StringDatabaseStorage

Gets table name for storing string object.

StringDatabaseStorage::dbStringKeys() — Method in class StringDatabaseStorage

Gets keys values that are in a database table.

StringDatabaseStorage::dbStringLoad() — Method in class StringDatabaseStorage

Loads multiple string objects.

StringDatabaseStorage::dbStringSelect() — Method in class StringDatabaseStorage

Builds a SELECT query with multiple conditions and fields.

StringDatabaseStorage::dbStringInsert() — Method in class StringDatabaseStorage

Creates a database record for a string object.

StringDatabaseStorage::dbStringUpdate() — Method in class StringDatabaseStorage

Updates string object in the database.

StringDatabaseStorage::dbDelete() — Method in class StringDatabaseStorage

Creates delete query.

StringDatabaseStorage::dbExecute() — Method in class StringDatabaseStorage

Executes an arbitrary SELECT query string with the injected options.

StringInterface::delete() — Method in class StringInterface

Deletes string object from storage.

StringStorageInterface::delete() — Method in class StringStorageInterface

Delete string from storage.

StringStorageInterface::deleteStrings() — Method in class StringStorageInterface

Deletes source strings and translations using conditions.

StringStorageInterface::deleteTranslations() — Method in class StringStorageInterface

Deletes translations using conditions.

TranslationString::delete() — Method in class TranslationString

Deletes string object from storage.

$ MediaSource#descriptionProperty in class MediaSource

A brief description of the media source.

$ MediaSource#default_thumbnail_filenameProperty in class MediaSource

A filename for the default thumbnail.

$ MediaSource#default_name_metadata_attributeProperty in class MediaSource

The metadata attribute name to provide the default name.

$ MediaType#descriptionProperty in class MediaType

A brief description of this media type.

$ MediaListBuilder#dateFormatterProperty in class MediaListBuilder

The date formatter service.

MediaSourceBase::defaultConfiguration() — Method in class MediaSourceBase

Gets default configuration for this plugin.

$ ResourceException#dataProperty in class ResourceException

The resource data.

UrlResolver::discoverResourceUrl() — Method in class UrlResolver

Runs oEmbed discovery and returns the endpoint URL if successful.

DrupalMediaClass in namespace Drupal\media\Plugin\CKEditorPlugin

Defines the "drupalmedia" plugin.

DynamicLocalTasksClass in namespace Drupal\media\Plugin\Derivative

Generates media-related local tasks.

OEmbedFormatter::defaultSettings() — Method in class OEmbedFormatter

Defines the default settings for this plugin.

MediaEmbed::disableContextualLinks() — Method in class MediaEmbed

Disables Contextual Links for the embedded media by removing its property.

$ OEmbedResourceConstraint#disallowedProviderMessageProperty in class OEmbedResourceConstraint

The error message if the URL matches a disallowed provider.

OEmbed::defaultConfiguration() — Method in class OEmbed

Gets default configuration for this plugin.

Media::defaultDisplayOptions() — Method in class Media

Assembles the default display options for the view.

MediaRevision::defaultDisplayOptions() — Method in class MediaRevision

Assembles the default display options for the view.

MediaLibraryUiBuilder::dialogOptions() — Method in class MediaLibraryUiBuilder

Get media library dialog options.

DrupalMediaLibraryClass in namespace Drupal\media_library\Plugin\CKEditorPlugin

Defines the "drupalmedialibrary" plugin.

MediaLibraryWidget::defaultSettings() — Method in class MediaLibraryWidget

Defines the default settings for this plugin.

MenuLinkContent::deleteLink() — Method in class MenuLinkContent

Deletes a menu link.

$ MigrateDestination#destination_moduleProperty in class MigrateDestination

Identifies the system handling the data the destination plugin will write.

$ MigratePostRowSaveEvent#destinationIdValuesProperty in class MigratePostRowSaveEvent

The row's destination ID.

$ MigrateRowDeleteEvent#destinationIdValuesProperty in class MigrateRowDeleteEvent

Values representing the destination ID.

MigrateLookup::doLookup() — Method in class MigrateLookup

Performs a lookup.

MigrateMessage::display() — Method in class MigrateMessage

Displays a migrate message.

MigrateMessageInterface::display() — Method in class MigrateMessageInterface

Displays a migrate message.

MigrateStub::doCreateStub() — Method in class MigrateStub

Creates a stub.

$ MigrateEntity#derivativesProperty in class MigrateEntity

List of derivative definitions.

$ MigrateEntityRevision#derivativesProperty in class MigrateEntityRevision

List of derivative definitions.

$ ProviderFilterDecorator#decoratedProperty in class ProviderFilterDecorator

The Discovery object being decorated.

MigrateIdMapInterface::delete() — Method in class MigrateIdMapInterface

Deletes the map and message entries for a given source record.

MigrateIdMapInterface::deleteDestination() — Method in class MigrateIdMapInterface

Deletes the map and message table entries for a given destination row.

MigrateIdMapInterface::destroy() — Method in class MigrateIdMapInterface

Removes any persistent storage used by this map.

$ Migration#destinationProperty in class Migration

The destination configuration, with at least a 'plugin' key.

$ Migration#destinationPluginProperty in class Migration

The destination plugin.

$ Migration#destinationIdsProperty in class Migration

The destination identifiers.

$ Migration#dependenciesProperty in class Migration

The migration's configuration dependencies.

$ Migration#destinationPluginManagerProperty in class Migration

The destination plugin manager.

$ MigrationPluginManager#defaultsProperty in class MigrationPluginManager

Provides default values for migrations.

$ NoSourcePluginDecorator#decoratedProperty in class NoSourcePluginDecorator

The Discovery object being decorated.

DestinationBaseClass in namespace Drupal\migrate\Plugin\migrate\destination

Base class for migrate destination classes.

NullIdMap::delete() — Method in class NullIdMap

Deletes the map and message entries for a given source record.

NullIdMap::deleteDestination() — Method in class NullIdMap

Deletes the map and message table entries for a given destination row.

NullIdMap::destroy() — Method in class NullIdMap

Removes any persistent storage used by this map.

$ Sql#databaseProperty in class Sql

The database connection for the map/message tables on the destination.

$ Sql#destinationIdFieldsProperty in class Sql

The destination ID fields.

$ Sql#destinationIdsProperty in class Sql

The destination identifiers.

Sql::destinationIdFields() — Method in class Sql

The destination ID fields.

Sql::delete() — Method in class Sql

Deletes the map and message entries for a given source record.

Sql::deleteDestination() — Method in class Sql

Deletes the map and message table entries for a given destination row.

Sql::destroy() — Method in class Sql

Removes any persistent storage used by this map.

DefaultValueClass in namespace Drupal\migrate\Plugin\migrate\process

Returns a given default value if the input is empty.

DownloadClass in namespace Drupal\migrate\Plugin\migrate\process

Downloads a file from a HTTP(S) remote location into the local file system.

$ FileCopy#downloadPluginProperty in class FileCopy

An instance of the download process plugin.

DummyQueryTraitClass in namespace Drupal\migrate\Plugin\migrate\source

Provides a dummy select query object for source plugins.

DummyQueryTrait::doCount() — Method in class DummyQueryTrait
{@inheritdoc}
$ EmbeddedDataSource#dataRowsProperty in class EmbeddedDataSource

Data obtained from the source plugin configuration.

EmptySource::doCount() — Method in class EmptySource

Gets the source count checking if the source is countable or using the iterator_count function.

SourcePluginBase::doCount() — Method in class SourcePluginBase

Gets the source count checking if the source is countable or using the iterator_count function.

$ SqlBase#databaseProperty in class SqlBase

The database object.

SqlBase::doCount() — Method in class SqlBase

Gets the source count using countQuery().

$ Row#destinationProperty in class Row

The destination values.

$ MigrateField#destination_moduleProperty in class MigrateField

Identifies the system handling the data the destination plugin will write.

$ FieldDiscovery#discoveredFieldsCacheProperty in class FieldDiscovery

A cache of discovered fields.

$ MigrationState#declaredBySourceProperty in class MigrationState

An array of destinations declared for each source migration.

$ MigrationState#discoveredBySourceProperty in class MigrationState

An array of migration source and destinations derived from migrations.

$ MigrationState#destinationsProperty in class MigrationState

An array of migration source and destinations.

MigrateFieldInterface::defineValueProcessPipeline() — Method in class MigrateFieldInterface

Apply any custom processing to the field bundle migrations.

FieldPluginBase::defineValueProcessPipeline() — Method in class FieldPluginBase

Apply any custom processing to the field bundle migrations.

ReferenceBase::defineValueProcessPipeline() — Method in class ReferenceBase

Apply any custom processing to the field bundle migrations.

UserReference::defineValueProcessPipeline() — Method in class UserReference

Apply any custom processing to the field bundle migrations.

UserReference::defineValueProcessPipeline() — Method in class UserReference

Apply any custom processing to the field bundle migrations.

$ ContentEntity#defaultConfigurationProperty in class ContentEntity

The plugin's default configuration.

ContentEntity::doCount() — Method in class ContentEntity

Gets the source count checking if the source is countable or using the iterator_count function.

DrupalSqlBaseClass in namespace Drupal\migrate_drupal\Plugin\migrate\source

A base class for source plugins using a Drupal database as a source.

Variable::doCount() — Method in class Variable

Gets the source count using countQuery().

VariableTranslation::doCount() — Method in class VariableTranslation

Gets the source count using countQuery().

VariableTranslation::doCount() — Method in class VariableTranslation

Gets the source count using countQuery().

MigrateMessageCapture::display() — Method in class MigrateMessageCapture

Displays a migrate message.

$ IncrementalForm#dateFormatterProperty in class IncrementalForm

The date formatter service.

$ MigrateUpgradeFormBase#destinationSiteVersionProperty in class MigrateUpgradeFormBase

The destination site major version.

Connection::driver() — Method in class Connection

Returns the type of database driver.

Connection::databaseType() — Method in class Connection

Returns the name of the PDO driver for this connection.

Connection::doCommit() — Method in class Connection

Do the actual commit, invoke post-commit callbacks.

DeleteClass in namespace Drupal\mysql\Driver\Database\mysql

MySQL implementation of \Drupal\Core\Database\Query\Delete.

Schema::dropTable() — Method in class Schema

Drop a table.

Schema::dropField() — Method in class Schema

Drop a field.

Schema::dropPrimaryKey() — Method in class Schema

Drop the primary key.

Schema::dropUniqueKey() — Method in class Schema

Drop a unique key.

Schema::dropIndex() — Method in class Schema

Drop an index.

$ NodeController#dateFormatterProperty in class NodeController

The date formatter service.

$ NodeType#descriptionProperty in class NodeType

A brief description of this node type.

$ NodeType#display_submittedProperty in class NodeType

Display setting for author and date Submitted by post information.

NodeType::displaySubmitted() — Method in class NodeType

Gets whether 'Submitted by' information should be shown.

DeleteMultipleClass in namespace Drupal\node\Form

Provides a node deletion confirmation form.

$ NodeRevisionDeleteForm#dateFormatterProperty in class NodeRevisionDeleteForm

The date formatter service.

$ NodeRevisionRevertForm#dateFormatterProperty in class NodeRevisionRevertForm

The date formatter service.

NodeAccessControlHandler::deleteGrants() — Method in class NodeAccessControlHandler

Deletes all node access entries.

NodeAccessControlHandlerInterface::deleteGrants() — Method in class NodeAccessControlHandlerInterface

Deletes all node access entries.

$ NodeForm#dateFormatterProperty in class NodeForm

The date formatter service.

$ NodeGrantDatabaseStorage#databaseProperty in class NodeGrantDatabaseStorage

The database connection.

NodeGrantDatabaseStorage::delete() — Method in class NodeGrantDatabaseStorage

Deletes all node access entries.

NodeGrantDatabaseStorage::deleteNodeRecords() — Method in class NodeGrantDatabaseStorage

Remove the access records belonging to certain nodes.

NodeGrantDatabaseStorageInterface::delete() — Method in class NodeGrantDatabaseStorageInterface

Deletes all node access entries.

NodeGrantDatabaseStorageInterface::deleteNodeRecords() — Method in class NodeGrantDatabaseStorageInterface

Remove the access records belonging to certain nodes.

$ NodeListBuilder#dateFormatterProperty in class NodeListBuilder

The date formatter service.

NodeTypeInterface::displaySubmitted() — Method in class NodeTypeInterface

Gets whether 'Submitted by' information should be shown.

DenyNodePreviewClass in namespace Drupal\node\PageCache

Cache policy for node preview page.

AssignOwnerNode::defaultConfiguration() — Method in class AssignOwnerNode

Gets default configuration for this plugin.

DemoteNodeClass in namespace Drupal\node\Plugin\Action

Demotes a node.

UnpublishByKeywordNode::defaultConfiguration() — Method in class UnpublishByKeywordNode

Gets default configuration for this plugin.

SyndicateBlock::defaultConfiguration() — Method in class SyndicateBlock
{@inheritdoc}
NodeType::defaultConfiguration() — Method in class NodeType

Gets default configuration for this plugin.

$ NodeSearch#databaseProperty in class NodeSearch

The current database connection.

$ NodeSearch#databaseReplicaProperty in class NodeSearch

The replica database connection.

NodeSearch::defaultConfiguration() — Method in class NodeSearch

Gets default configuration for this plugin.

D6NodeDeriverClass in namespace Drupal\node\Plugin\migrate

Deriver for Drupal 6 node and node revision migrations based on node types.

D6NodeTranslationClass in namespace Drupal\node\Plugin\migrate

Migration plugin for the Drupal 6 node translations.

D7NodeDeriverClass in namespace Drupal\node\Plugin\migrate

Deriver for Drupal 7 node and node revision migrations based on node types.

D7NodeTranslationClass in namespace Drupal\node\Plugin\migrate

Migration plugin for the Drupal 7 node translations.

ViewModeBase::doCount() — Method in class ViewModeBase

Gets the source count using countQuery().

$ Vid#deprecatedPropertiesProperty in class Vid
{@inheritdoc}
Node::defineOptions() — Method in class Node

Information about options for all kinds of purposes will be held here.

NodeRow::defineOptions() — Method in class NodeRow

Information about options for all kinds of purposes will be held here.

Node::defaultDisplayOptions() — Method in class Node

Assembles the default display options for the view.

Node::defaultDisplayFiltersUser() — Method in class Node

Retrieves filter information based on user input for the default display.

Node::display_options_row() — Method in class Node

Set the row style and row style plugins to the display_options.

NodeRevision::defaultDisplayOptions() — Method in class NodeRevision

Assembles the default display options for the view.

NodeRevision::defaultDisplayFiltersUser() — Method in class NodeRevision

Retrieves filter information based on user input for the default display.

$ NodePreviewConverter#drupalProxyOriginalServiceIdProperty in class NodePreviewConverter

The id of the original proxied service.

ListItemBase::defaultStorageSettings() — Method in class ListItemBase

Defines the storage-level settings for this plugin.

NumberListField::defineOptions() — Method in class NumberListField

Information about options for all kinds of purposes will be held here.

StringListField::defineOptions() — Method in class StringListField

Information about options for all kinds of purposes will be held here.

PathFieldItemList::defaultAccess() — Method in class PathFieldItemList

Contains the default access logic of this field.

PathFieldItemList::delete() — Method in class PathFieldItemList

Defines custom delete behavior for field values.

Connection::driver() — Method in class Connection

Returns the type of database driver.

Connection::databaseType() — Method in class Connection

Returns the name of the PDO driver for this connection.

DeleteClass in namespace Drupal\pgsql\Driver\Database\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.

Schema::dropTable() — Method in class Schema

Drop a table.

Schema::dropField() — Method in class Schema

Drop a field.

Schema::dropPrimaryKey() — Method in class Schema

Drop the primary key.

Schema::dropUniqueKey() — Method in class Schema

Drop a unique key.

Schema::dropIndex() — Method in class Schema

Drop an index.

CommonDataConverter::dateIso8601Value() — Method in class CommonDataConverter

Converts a date entity field array into an ISO 8601 timestamp string.

ResponsiveImageFormatter::defaultSettings() — Method in class ResponsiveImageFormatter

Defines the default settings for this plugin.

$ EntityDeriver#derivativesProperty in class EntityDeriver

List of derivative definitions.

EntityResource::delete() — Method in class EntityResource

Responds to entity DELETE requests.

RestExport::displaysExposed() — Method in class RestExport

Determines if this display should display the exposed filters widgets.

RestExport::defineOptions() — Method in class RestExport

Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions().

DataEntityRowClass in namespace Drupal\rest\Plugin\views\row

Plugin which displays entities as raw data.

DataFieldRowClass in namespace Drupal\rest\Plugin\views\row

Plugin which displays fields as raw data.

DataFieldRow::defineOptions() — Method in class DataFieldRow

Information about options for all kinds of purposes will be held here.

Serializer::defineOptions() — Method in class Serializer

Information about options for all kinds of purposes will be held here.

RequestHandler::deserialize() — Method in class RequestHandler

Deserializes request body, if any.

RequestHandler::delegateToRestResourcePlugin() — Method in class RequestHandler

Delegates an incoming request to the appropriate REST resource plugin.

SearchBlock::defaultConfiguration() — Method in class SearchBlock
{@inheritdoc}
ConfigurableSearchPluginBase::defaultConfiguration() — Method in class ConfigurableSearchPluginBase

Gets default configuration for this plugin.

SearchPage::doCount() — Method in class SearchPage

Gets the source count using countQuery().

Search::defineOptions() — Method in class Search

Information about options for all kinds of purposes will be held here.

SearchRow::defineOptions() — Method in class SearchRow

Information about options for all kinds of purposes will be held here.

XmlEncoder::decode() — Method in class XmlEncoder
{@inheritdoc}
DefaultExceptionSubscriberClass in namespace Drupal\serialization\EventSubscriber

Handles default error responses in serialization formats.

ConfigEntityNormalizer::denormalize() — Method in class ConfigEntityNormalizer
{@inheritdoc}
DateTimeIso8601NormalizerClass in namespace Drupal\serialization\Normalizer

Converts values for the DateTimeIso8601 data type to RFC3339.

DateTimeIso8601Normalizer::denormalize() — Method in class DateTimeIso8601Normalizer
{@inheritdoc}
DateTimeNormalizerClass in namespace Drupal\serialization\Normalizer

Converts values for datetime objects to RFC3339 and from common formats.

DateTimeNormalizer::denormalize() — Method in class DateTimeNormalizer
{@inheritdoc}
EntityNormalizer::denormalize() — Method in class EntityNormalizer
{@inheritdoc}
FieldItemNormalizer::denormalize() — Method in class FieldItemNormalizer
{@inheritdoc}
FieldNormalizer::denormalize() — Method in class FieldNormalizer
{@inheritdoc}
FieldableEntityNormalizerTrait::determineEntityTypeId() — Method in class FieldableEntityNormalizerTrait

Determines the entity type ID to denormalize as.

FieldableEntityNormalizerTrait::denormalizeFieldData() — Method in class FieldableEntityNormalizerTrait

Denormalizes entity data by denormalizing each field individually.

SerializedColumnNormalizerTrait::dataHasStringForSerializeColumn() — Method in class SerializedColumnNormalizerTrait

Checks if the data contains string value for serialize column.

TimestampNormalizer::denormalize() — Method in class TimestampNormalizer
{@inheritdoc}
ShortcutController::deleteShortcutLinkInline() — Method in class ShortcutController

Deletes the selected shortcut.

$ ShortcutSetDeleteForm#databaseProperty in class ShortcutSetDeleteForm

The database connection.

ShortcutSetStorage::deleteAssignedShortcutSets() — Method in class ShortcutSetStorage

Delete shortcut sets assigned to users.

ShortcutSetStorageInterface::deleteAssignedShortcutSets() — Method in class ShortcutSetStorageInterface

Delete shortcut sets assigned to users.

Connection::driver() — Method in class Connection

Returns the type of database driver.

Connection::databaseType() — Method in class Connection

Returns the name of the PDO driver for this connection.

DeleteClass in namespace Drupal\sqlite\Driver\Database\sqlite

SQLite implementation of \Drupal\Core\Database\Query\Delete.

$ Schema#defaultSchemaProperty in class Schema

Override DatabaseSchema::$defaultSchema.

Schema::dropTable() — Method in class Schema

Drop a table.

Schema::dropField() — Method in class Schema

Drop a field.

Schema::dropIndex() — Method in class Schema

Drop an index.

Schema::dropUniqueKey() — Method in class Schema

Drop a unique key.

Schema::dropPrimaryKey() — Method in class Schema

Drop the primary key.

NodeStatisticsDatabaseStorage::deleteViews() — Method in class NodeStatisticsDatabaseStorage

Delete counts for a specific entity.

StatisticsPopularBlock::defaultConfiguration() — Method in class StatisticsPopularBlock
{@inheritdoc}
StatisticsStorageInterface::deleteViews() — Method in class StatisticsStorageInterface

Delete counts for a specific entity.

$ StatisticsViewsResult#dayCountProperty in class StatisticsViewsResult
DbUpdateAccessCheckClass in namespace Drupal\system\Access

Access check for database update routes.

DbUpdateControllerClass in namespace Drupal\system\Controller

Controller routines for database update routes.

DateFormatAccessControlHandlerClass in namespace Drupal\system

Defines the access control handler for the date format entity type.

DateFormatListBuilderClass in namespace Drupal\system

Defines a class to build a listing of date format entities.

$ DateFormatListBuilder#dateFormatterProperty in class DateFormatListBuilder

The date formatter service.

$ Menu#descriptionProperty in class Menu

The menu description.

Menu::delete() — Method in class Menu

Deletes an entity permanently.

FileDownloadController::download() — Method in class FileDownloadController

Handles private file transfers.

$ CronForm#dateFormatterProperty in class CronForm

The date formatter service.

DateFormatAddFormClass in namespace Drupal\system\Form

Provides a form for adding a date format.

DateFormatDeleteFormClass in namespace Drupal\system\Form

Builds a form to delete a date format.

$ DateFormatDeleteForm#dateFormatterProperty in class DateFormatDeleteForm

The date formatter service.

DateFormatEditFormClass in namespace Drupal\system\Form

Provides a form for editing a date format.

DateFormatFormBaseClass in namespace Drupal\system\Form

Provides a base form for date formats.

$ DateFormatFormBase#dateFormatterProperty in class DateFormatFormBase

The date formatter service.

$ DateFormatFormBase#dateFormatStorageProperty in class DateFormatFormBase

The date format storage.

$ FileSystemForm#dateFormatterProperty in class FileSystemForm

The date formatter service.

$ PerformanceForm#dateFormatterProperty in class PerformanceForm

The date formatter service.

PrepareModulesEntityUninstallForm::deleteContentEntities() — Method in class PrepareModulesEntityUninstallForm

Deletes the content entities of the specified entity type.

SystemBrandingBlock::defaultConfiguration() — Method in class SystemBrandingBlock
{@inheritdoc}
SystemMenuBlock::defaultConfiguration() — Method in class SystemMenuBlock
{@inheritdoc}
SystemMessagesBlock::defaultConfiguration() — Method in class SystemMessagesBlock
{@inheritdoc}
SystemPoweredByBlock::defaultConfiguration() — Method in class SystemPoweredByBlock
{@inheritdoc}
CurrentThemeCondition::defaultConfiguration() — Method in class CurrentThemeCondition

Gets default configuration for this plugin.

RequestPath::defaultConfiguration() — Method in class RequestPath

Gets default configuration for this plugin.

DesaturateClass in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd

Defines GD2 Desaturate operation.

SecurityAdvisoriesFetcher::deleteStoredResponse() — Method in class SecurityAdvisoriesFetcher

Deletes the stored JSON feed response, if any.

SecurityAdvisoriesFetcher::doRequest() — Method in class SecurityAdvisoriesFetcher

Makes an HTTPS GET request, with a possible HTTP fallback.

$ MockAliasManager#defaultLanguageProperty in class MockAliasManager

The language to assume a path alias is for if not specified.

BatchNegotiator::determineActiveTheme() — Method in class BatchNegotiator

Determine the active theme for the request.

DbUpdateNegotiatorClass in namespace Drupal\system\Theme

Sets the active theme for the database update pages.

DbUpdateNegotiator::determineActiveTheme() — Method in class DbUpdateNegotiator

Determine the active theme for the request.

$ Vocabulary#descriptionProperty in class Vocabulary

Description of the vocabulary.

TermSelection::defaultConfiguration() — Method in class TermSelection

Gets default configuration for this plugin.

D6TermNodeDeriverClass in namespace Drupal\taxonomy\Plugin\migrate

Deriver for Drupal 6 term node migrations based on vocabularies.

D7TaxonomyTermDeriverClass in namespace Drupal\taxonomy\Plugin\migrate

Deriver for Drupal 7 taxonomy term migrations based on vocabularies.

TaxonomyTermReference::defineValueProcessPipeline() — Method in class TaxonomyTermReference

Apply any custom processing to the field bundle migrations.

IndexTidDepth::defineOptions() — Method in class IndexTidDepth

Information about options for all kinds of purposes will be held here.

IndexTidDepth::defaultActions() — Method in class IndexTidDepth

Override defaultActions() to remove summary actions.

Tid::defineOptions() — Method in class Tid

Retrieve the options when this is a new access control plugin.

TermName::defineOptions() — Method in class TermName

Retrieves the options when this is a new access control plugin.

TaxonomyIndexTid::defineOptions() — Method in class TaxonomyIndexTid

Information about options for all kinds of purposes will be held here.

TaxonomyIndexTid::documentSelfTokens() — Method in class TaxonomyIndexTid

Document any special tokens this field might use for itself.

TermName::defineOptions() — Method in class TermName

Information about options for all kinds of purposes will be held here.

TaxonomyIndexTid::defineOptions() — Method in class TaxonomyIndexTid

Information about options for all kinds of purposes will be held here.

TaxonomyIndexTidDepth::defineOptions() — Method in class TaxonomyIndexTidDepth

Information about options for all kinds of purposes will be held here.

NodeTermData::defineOptions() — Method in class NodeTermData

Information about options for all kinds of purposes will be held here.

TaxonomyTerm::defaultDisplayOptions() — Method in class TaxonomyTerm

Assembles the default display options for the view.

TermStorage::deleteTermHierarchy() — Method in class TermStorage

Removed reference to terms from term_hierarchy.

TermStorageInterface::deleteTermHierarchy() — Method in class TermStorageInterface

Removed reference to terms from term_hierarchy.

TelephoneLinkFormatter::defaultSettings() — Method in class TelephoneLinkFormatter

Defines the default settings for this plugin.

TelephoneDefaultWidget::defaultSettings() — Method in class TelephoneDefaultWidget

Defines the default settings for this plugin.

TextTrimmedFormatter::defaultSettings() — Method in class TextTrimmedFormatter

Defines the default settings for this plugin.

TextItem::defaultStorageSettings() — Method in class TextItem

Defines the storage-level settings for this plugin.

TextWithSummaryItem::defaultFieldSettings() — Method in class TextWithSummaryItem

Defines the field-level settings for this plugin.

TextareaWithSummaryWidget::defaultSettings() — Method in class TextareaWithSummaryWidget

Defines the default settings for this plugin.

TextField::defineValueProcessPipeline() — Method in class TextField

Apply any custom processing to the field bundle migrations.

$ TrackerController#databaseProperty in class TrackerController

The database connection.

$ TrackerController#databaseReplicaProperty in class TrackerController

The database replica connection.

$ TrackerController#dateFormatterProperty in class TrackerController

The date formatter.

UpdateFetcher::doRequest() — Method in class UpdateFetcher

Applies a GET request with a possible HTTP fallback.

UpdateProcessor::deleteQueueItem() — Method in class UpdateProcessor

Deletes a finished item from the update fetch queue.

UpdateProcessorInterface::deleteQueueItem() — Method in class UpdateProcessorInterface

Deletes a finished item from the update fetch queue.

$ UpdateRoot#drupalKernelProperty in class UpdateRoot

The Drupal kernel.

$ UserController#dateFormatterProperty in class UserController

The date formatter service.

ChangeUserRoleBase::defaultConfiguration() — Method in class ChangeUserRoleBase

Gets default configuration for this plugin.

UserRole::defaultConfiguration() — Method in class UserRole

Gets default configuration for this plugin.

UserSelection::defaultConfiguration() — Method in class UserSelection

Gets default configuration for this plugin.

UserNameFormatter::defaultSettings() — Method in class UserNameFormatter

Defines the default settings for this plugin.

$ UserSearch#databaseProperty in class UserSearch

The database connection.

$ UserUpdate7002#dateConfigProperty in class UserUpdate7002

Contains the system.theme configuration object.

Permission::defineOptions() — Method in class Permission

Information about options for all kinds of purposes will be held here.

Role::defineOptions() — Method in class Role

Information about options for all kinds of purposes will be held here.

User::defineOptions() — Method in class User

Retrieve the options when this is a new access control plugin.

User::defineOptions() — Method in class User

Retrieves the options when this is a new access control plugin.

$ Roles#databaseProperty in class Roles

Database Service Object.

Roles::documentSelfTokens() — Method in class Roles

Document any special tokens this field might use for itself.

UserData::defineOptions() — Method in class UserData

Information about options for all kinds of purposes will be held here.

UserRow::defineOptions() — Method in class UserRow

Information about options for all kinds of purposes will be held here.

Users::defaultDisplayOptions() — Method in class Users

Assembles the default display options for the view.

AdminNegotiator::determineActiveTheme() — Method in class AdminNegotiator

Determine the active theme for the request.

UserData::delete() — Method in class UserData

Deletes data stored for a user account.

UserDataInterface::delete() — Method in class UserDataInterface

Deletes data stored for a user account.

$ UserListBuilder#dateFormatterProperty in class UserListBuilder

The date formatter service.

UserStorage::doSaveFieldItems() — Method in class UserStorage

Writes entity field values to the storage.

UserStorage::deleteRoleReferences() — Method in class UserStorage

Delete role references.

UserStorageInterface::deleteRoleReferences() — Method in class UserStorageInterface

Delete role references.

$ ViewsAccess#display_typesProperty in class ViewsAccess

The types of the display this plugin can be used with.

$ ViewsCache#display_typesProperty in class ViewsCache

The types of the display this plugin can be used with.

$ ViewsExposedForm#display_typesProperty in class ViewsExposedForm

The types of the display this plugin can be used with.

$ ViewsPager#display_typesProperty in class ViewsPager

The types of the display this plugin can be used with.

$ ViewsRow#display_typesProperty in class ViewsRow

The types of the display this plugin can be used with.

$ ViewsStyle#display_typesProperty in class ViewsStyle

The types of the display this plugin can be used with.

DisplayPluginCollectionClass in namespace Drupal\views

A class which wraps the displays of a view so you can lazy-initialize them.

DefaultLanguageRendererClass in namespace Drupal\views\Entity\Render

Renders entities in their default language.

$ View#descriptionProperty in class View

The description of the view, which is used only in the interface.

$ View#displayProperty in class View

Stores all display handlers of this view.

View::duplicateDisplayAsType() — Method in class View

Duplicates an existing display into a new display type.

ViewsEntitySchemaSubscriber::dataTableRename() — Method in class ViewsEntitySchemaSubscriber

Updates views if a data table is renamed.

ViewsEntitySchemaSubscriber::dataTableAddition() — Method in class ViewsEntitySchemaSubscriber

Updates views if a data table is added.

ViewsEntitySchemaSubscriber::dataTableRemoval() — Method in class ViewsEntitySchemaSubscriber

Updates views if a data table is removed.

ManyToOneHelper::defineOptions() — Method in class ManyToOneHelper
ViewsBlock::defaultConfiguration() — Method in class ViewsBlock
{@inheritdoc}
$ ViewsBlockBase#displayIDProperty in class ViewsBlockBase

The display ID being used for this View.

$ ViewsBlockBase#displaySetProperty in class ViewsBlockBase

Indicates whether the display was successfully set.

ViewsBlockBase::defaultConfiguration() — Method in class ViewsBlockBase
{@inheritdoc}
DependentWithRemovalPluginInterfaceClass in namespace Drupal\views\Plugin

Provides an interface for a plugin that has dependencies that can be removed.

DefaultWizardDeriverClass in namespace Drupal\views\Plugin\Derivative

A derivative class which provides automatic wizards for all base tables.

$ ViewsBlock#derivativesProperty in class ViewsBlock

List of derivative definitions.

$ ViewsEntityArgumentValidator#derivativesProperty in class ViewsEntityArgumentValidator

List of derivative definitions.

$ ViewsEntityRow#derivativesProperty in class ViewsEntityRow

Stores all entity row plugin information.

$ ViewsExposedFilterBlock#derivativesProperty in class ViewsExposedFilterBlock

List of derivative definitions.

ViewsSelection::defaultConfiguration() — Method in class ViewsSelection

Gets default configuration for this plugin.

ViewsMenuLink::deleteLink() — Method in class ViewsMenuLink

Deletes a menu link.

BrokenHandlerTrait::defineOptions() — Method in class BrokenHandlerTrait

The option definition for this handler.

HandlerBase::defineOptions() — Method in class HandlerBase

Information about options for all kinds of purposes will be held here.

HandlerBase::defineExtraOptions() — Method in class HandlerBase

Provide defaults for the handler.

HandlerBase::defaultExposeOptions() — Method in class HandlerBase

Set new exposed option defaults when exposed setting is flipped on.

HandlerBase::displayExposedForm() — Method in class HandlerBase

Displays the Expose form.

$ PluginBase#displayHandlerProperty in class PluginBase

The display object this plugin is for.

$ PluginBase#definitionProperty in class PluginBase

Plugins's definition.

PluginBase::defineOptions() — Method in class PluginBase

Information about options for all kinds of purposes will be held here.

PluginBase::doFilterByDefinedOptions() — Method in class PluginBase

Do the work to filter out stored options depending on the defined options.

PluginBase::destroy() — Method in class PluginBase

Clears a plugin.

ViewsPluginInterface::destroy() — Method in class ViewsPluginInterface

Clears a plugin.

AreaPluginBase::defineOptions() — Method in class AreaPluginBase

Information about options for all kinds of purposes will be held here.

DisplayLinkClass in namespace Drupal\views\Plugin\views\area

Views area display_link handler.

DisplayLink::defineOptions() — Method in class DisplayLink

Information about options for all kinds of purposes will be held here.

Entity::defineOptions() — Method in class Entity

Information about options for all kinds of purposes will be held here.

HTTPStatusCode::defineOptions() — Method in class HTTPStatusCode

Information about options for all kinds of purposes will be held here.

Messages::defineOptions() — Method in class Messages

Information about options for all kinds of purposes will be held here.

Result::defineOptions() — Method in class Result

Information about options for all kinds of purposes will be held here.

Text::defineOptions() — Method in class Text

Information about options for all kinds of purposes will be held here.

TextCustom::defineOptions() — Method in class TextCustom

Information about options for all kinds of purposes will be held here.

Title::defineOptions() — Method in class Title

Information about options for all kinds of purposes will be held here.

TokenizeAreaPluginBase::defineOptions() — Method in class TokenizeAreaPluginBase

Information about options for all kinds of purposes will be held here.

View::defineOptions() — Method in class View

Information about options for all kinds of purposes will be held here.

ArgumentPluginBase::defineOptions() — Method in class ArgumentPluginBase

Information about options for all kinds of purposes will be held here.

ArgumentPluginBase::defaultActions() — Method in class ArgumentPluginBase

Provide a list of default behaviors for this argument if the argument is not present.

ArgumentPluginBase::defaultArgumentForm() — Method in class ArgumentPluginBase

Provide a form for selecting the default argument when the default action is set to provide default argument.

ArgumentPluginBase::defaultSummaryForm() — Method in class ArgumentPluginBase

Provide a form for selecting further summary options when the default action is set to display one.

ArgumentPluginBase::defaultAction() — Method in class ArgumentPluginBase

Handle the default action, which means our argument wasn't present.

ArgumentPluginBase::defaultIgnore() — Method in class ArgumentPluginBase

Default action: ignore.

ArgumentPluginBase::defaultNotFound() — Method in class ArgumentPluginBase

Default action: not found.

ArgumentPluginBase::defaultAccessDenied() — Method in class ArgumentPluginBase

Default action: access denied.

ArgumentPluginBase::defaultEmpty() — Method in class ArgumentPluginBase

Default action: empty.

ArgumentPluginBase::defaultDefault() — Method in class ArgumentPluginBase

This just returns true. The view argument builder will know where to find the argument from.

ArgumentPluginBase::defaultSummary() — Method in class ArgumentPluginBase

Default action: summary.

ArgumentPluginBase::decodeValidatorId() — Method in class ArgumentPluginBase

Revert sanitized validator options.

DateClass in namespace Drupal\views\Plugin\views\argument

Argument handler for dates.

$ Date#dateFormatterProperty in class Date

The date formatter service.

Date::defaultArgumentForm() — Method in class Date

Add an option to set the default value to the current date.

DayDateClass in namespace Drupal\views\Plugin\views\argument

Argument handler for a day (DD)

ManyToOne::defineOptions() — Method in class ManyToOne

Information about options for all kinds of purposes will be held here.

NullArgument::defineOptions() — Method in class NullArgument

Information about options for all kinds of purposes will be held here.

NullArgument::defaultActions() — Method in class NullArgument

Override defaultActions() to remove actions that don't make sense for a null argument.

NumericArgument::defineOptions() — Method in class NumericArgument

Information about options for all kinds of purposes will be held here.

StringArgument::defineOptions() — Method in class StringArgument

Information about options for all kinds of purposes will be held here.

ArgumentDefaultPluginBase::defineOptions() — Method in class ArgumentDefaultPluginBase

Retrieve the options when this is a new access control plugin.

Fixed::defineOptions() — Method in class Fixed

Retrieve the options when this is a new access control plugin.

QueryParameter::defineOptions() — Method in class QueryParameter

Retrieve the options when this is a new access control plugin.

Raw::defineOptions() — Method in class Raw

Retrieve the options when this is a new access control plugin.

ArgumentValidatorPluginBase::defineOptions() — Method in class ArgumentValidatorPluginBase

Retrieves the options when this is a new access control plugin.

Entity::defineOptions() — Method in class Entity

Retrieves the options when this is a new access control plugin.

$ Time#dateFormatterProperty in class Time

The date formatter service.

Time::defineOptions() — Method in class Time

Information about options for all kinds of purposes will be held here.

Attachment::defineOptions() — Method in class Attachment

Information about options for all kinds of purposes will be held here.

Attachment::displaysExposed() — Method in class Attachment

If an attachment is set to inherit the exposed filter settings from its parent display, then don't render and display a second set of exposed filter widgets.

Block::defineOptions() — Method in class Block

Information about options for all kinds of purposes will be held here.

DefaultDisplayClass in namespace Drupal\views\Plugin\views\display

A plugin to handle defaults on a view.

DisplayMenuInterfaceClass in namespace Drupal\views\Plugin\views\display

Defines an interface for displays that provide menu links.

DisplayPluginBaseClass in namespace Drupal\views\Plugin\views\display

Base class for views display plugins.

$ DisplayPluginBase#displayProperty in class DisplayPluginBase

The display information coming directly from the view entity.

DisplayPluginBase::destroy() — Method in class DisplayPluginBase

Clears a plugin.

DisplayPluginBase::displaysExposed() — Method in class DisplayPluginBase

Determines if this display should display the exposed filters widgets.

DisplayPluginBase::defaultableSections() — Method in class DisplayPluginBase

Lists the 'defaultable' sections and what items each section contains.

DisplayPluginBase::defineOptions() — Method in class DisplayPluginBase

Information about options for all kinds of purposes will be held here.

DisplayPluginInterfaceClass in namespace Drupal\views\Plugin\views\display

Provides an interface for Views display plugins.

DisplayPluginInterface::destroy() — Method in class DisplayPluginInterface

Destroys the display's components and the display itself.

DisplayPluginInterface::displaysExposed() — Method in class DisplayPluginInterface

Determines if this display should display the exposed filters widgets.

DisplayPluginInterface::defaultableSections() — Method in class DisplayPluginInterface

Lists the 'defaultable' sections and what items each section contains.

DisplayRouterInterfaceClass in namespace Drupal\views\Plugin\views\display

Defines an interface for displays that can collect routes.

EntityReference::defineOptions() — Method in class EntityReference

Information about options for all kinds of purposes will be held here.

Feed::defaultableSections() — Method in class Feed

Lists the 'defaultable' sections and what items each section contains.

Feed::defineOptions() — Method in class Feed

Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions().

Page::defineOptions() — Method in class Page

Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions().

PathPluginBase::defineOptions() — Method in class PathPluginBase

Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions().

DefaultDisplayExtenderClass in namespace Drupal\views\Plugin\views\display_extender

Default display extender plugin; does nothing.

DisplayExtenderPluginBaseClass in namespace Drupal\views\Plugin\views\display_extender

Base class for Views display extender plugins.

DisplayExtenderPluginBase::defineOptionsAlter() — Method in class DisplayExtenderPluginBase

Provide a form to edit options for this plugin.

DisplayExtenderPluginBase::defaultableSections() — Method in class DisplayExtenderPluginBase

Static member function to list which sections are defaultable and what items each section contains.

ExposedFormPluginBase::defineOptions() — Method in class ExposedFormPluginBase

Information about options for all kinds of purposes will be held here.

InputRequired::defineOptions() — Method in class InputRequired

Information about options for all kinds of purposes will be held here.

Boolean::defineOptions() — Method in class Boolean

Information about options for all kinds of purposes will be held here.

BulkForm::defineOptions() — Method in class BulkForm

Information about options for all kinds of purposes will be held here.

Counter::defineOptions() — Method in class Counter

Information about options for all kinds of purposes will be held here.

Custom::defineOptions() — Method in class Custom

Information about options for all kinds of purposes will be held here.

DateClass in namespace Drupal\views\Plugin\views\field

A handler to provide proper displays for dates.

$ Date#dateFormatterProperty in class Date

The date formatter service.

$ Date#dateFormatStorageProperty in class Date

The date format storage.

Date::defineOptions() — Method in class Date

Information about options for all kinds of purposes will be held here.

DropbuttonClass in namespace Drupal\views\Plugin\views\field

Provides a handler that renders links as dropbutton.

EntityField::defineOptions() — Method in class EntityField

Information about options for all kinds of purposes will be held here.

EntityField::documentSelfTokens() — Method in class EntityField

Document any special tokens this field might use for itself.

EntityLabel::defineOptions() — Method in class EntityLabel

Information about options for all kinds of purposes will be held here.

EntityLink::defineOptions() — Method in class EntityLink

Information about options for all kinds of purposes will be held here.

EntityOperations::defineOptions() — Method in class EntityOperations

Information about options for all kinds of purposes will be held here.

FieldPluginBase::defineOptions() — Method in class FieldPluginBase

Information about options for all kinds of purposes will be held here.

FieldPluginBase::documentSelfTokens() — Method in class FieldPluginBase

Document any special tokens this field might use for itself.

FileSize::defineOptions() — Method in class FileSize

Information about options for all kinds of purposes will be held here.

LanguageField::defineOptions() — Method in class LanguageField

Information about options for all kinds of purposes will be held here.

LinkBase::defineOptions() — Method in class LinkBase

Information about options for all kinds of purposes will be held here.

Links::defineOptions() — Method in class Links

Information about options for all kinds of purposes will be held here.

MachineName::defineOptions() — Method in class MachineName

Information about options for all kinds of purposes will be held here.

NumericField::defineOptions() — Method in class NumericField

Information about options for all kinds of purposes will be held here.

PrerenderList::defineOptions() — Method in class PrerenderList

Information about options for all kinds of purposes will be held here.

RenderedEntity::defineOptions() — Method in class RenderedEntity

Information about options for all kinds of purposes will be held here.

Serialized::defineOptions() — Method in class Serialized

Information about options for all kinds of purposes will be held here.

$ TimeInterval#dateFormatterProperty in class TimeInterval

The date formatter service.

TimeInterval::defineOptions() — Method in class TimeInterval

Information about options for all kinds of purposes will be held here.

UncacheableFieldHandlerTrait::doRender() — Method in class UncacheableFieldHandlerTrait

Actually renders the field markup.

Url::defineOptions() — Method in class Url

Information about options for all kinds of purposes will be held here.

BooleanOperator::defineOptions() — Method in class BooleanOperator

Information about options for all kinds of purposes will be held here.

BooleanOperator::defaultExposeOptions() — Method in class BooleanOperator

Provide default options for exposed filters.

Combine::defineOptions() — Method in class Combine

Information about options for all kinds of purposes will be held here.

DateClass in namespace Drupal\views\Plugin\views\filter

Filter to handle dates stored as a timestamp.

Date::defineOptions() — Method in class Date

Information about options for all kinds of purposes will be held here.

FilterPluginBase::defineOptions() — Method in class FilterPluginBase

Information about options for all kinds of purposes will be held here.

FilterPluginBase::defaultExposeOptions() — Method in class FilterPluginBase

Provide default options for exposed filters.

InOperator::defaultExposeOptions() — Method in class InOperator

Provide default options for exposed filters.

InOperator::defineOptions() — Method in class InOperator

Information about options for all kinds of purposes will be held here.

ManyToOne::defineOptions() — Method in class ManyToOne

Information about options for all kinds of purposes will be held here.

NumericFilter::defineOptions() — Method in class NumericFilter

Information about options for all kinds of purposes will be held here.

NumericFilter::defaultExposeOptions() — Method in class NumericFilter

Provide default options for exposed filters.

StringFilter::defineOptions() — Method in class StringFilter

Information about options for all kinds of purposes will be held here.

StringFilter::defaultExposeOptions() — Method in class StringFilter

Provide default options for exposed filters.

Full::defineOptions() — Method in class Full

Information about options for all kinds of purposes will be held here.

Mini::defineOptions() — Method in class Mini

Overrides \Drupal\views\Plugin\views\pager\PagerPlugin::defineOptions().

None::defineOptions() — Method in class None

Information about options for all kinds of purposes will be held here.

Some::defineOptions() — Method in class Some

Information about options for all kinds of purposes will be held here.

SqlBase::defineOptions() — Method in class SqlBase

Information about options for all kinds of purposes will be held here.

DateSqlInterfaceClass in namespace Drupal\views\Plugin\views\query

Defines an interface for handling date queries with SQL.

$ MysqlDateSql#databaseProperty in class MysqlDateSql

The database connection.

$ PostgresqlDateSql#databaseProperty in class PostgresqlDateSql

The database connection.

$ Sql#distinctProperty in class Sql

A flag as to whether or not to make the primary field distinct.

$ Sql#dateSqlProperty in class Sql

The database-specific date handler.

Sql::defineOptions() — Method in class Sql

Information about options for all kinds of purposes will be held here.

$ SqliteDateSql#databaseProperty in class SqliteDateSql

The database connection.

GroupwiseMax::defineOptions() — Method in class GroupwiseMax

Information about options for all kinds of purposes will be held here.

RelationshipPluginBase::defineOptions() — Method in class RelationshipPluginBase

Information about options for all kinds of purposes will be held here.

EntityReference::defineOptions() — Method in class EntityReference

Information about options for all kinds of purposes will be held here.

EntityRow::defineOptions() — Method in class EntityRow

Information about options for all kinds of purposes will be held here.

Fields::defineOptions() — Method in class Fields

Information about options for all kinds of purposes will be held here.

OpmlFields::defineOptions() — Method in class OpmlFields

Information about options for all kinds of purposes will be held here.

RowPluginBase::defineOptions() — Method in class RowPluginBase

Information about options for all kinds of purposes will be held here.

RssFields::defineOptions() — Method in class RssFields

Information about options for all kinds of purposes will be held here.

RssPluginBase::defineOptions() — Method in class RssPluginBase

Information about options for all kinds of purposes will be held here.

DateClass in namespace Drupal\views\Plugin\views\sort

Basic sort handler for dates.

Date::defineOptions() — Method in class Date

Information about options for all kinds of purposes will be held here.

SortPluginBase::defineOptions() — Method in class SortPluginBase

Information about options for all kinds of purposes will be held here.

SortPluginBase::defaultExposeOptions() — Method in class SortPluginBase

Provide default options for exposed sorts.

DefaultStyleClass in namespace Drupal\views\Plugin\views\style

Unformatted style plugin to render rows one after another with no decorations.

DefaultSummaryClass in namespace Drupal\views\Plugin\views\style

The default style plugin for summaries.

DefaultSummary::defineOptions() — Method in class DefaultSummary

Information about options for all kinds of purposes will be held here.

EntityReference::defineOptions() — Method in class EntityReference

Information about options for all kinds of purposes will be held here.

Grid::defineOptions() — Method in class Grid

Information about options for all kinds of purposes will be held here.

HtmlList::defineOptions() — Method in class HtmlList

Set default options.

Mapping::defineMapping() — Method in class Mapping

Builds the list of field mappings.

Mapping::defineOptions() — Method in class Mapping

Information about options for all kinds of purposes will be held here.

Rss::defineOptions() — Method in class Rss

Information about options for all kinds of purposes will be held here.

$ StylePluginBase#defaultFieldLabelsProperty in class StylePluginBase

Should field labels be enabled by default.

StylePluginBase::destroy() — Method in class StylePluginBase

Clears a plugin.

StylePluginBase::defaultFieldLabels() — Method in class StylePluginBase

Return TRUE if this style enables field labels by default.

StylePluginBase::defineOptions() — Method in class StylePluginBase

Information about options for all kinds of purposes will be held here.

$ Table#defaultFieldLabelsProperty in class Table

Should field labels be enabled by default.

Table::defineOptions() — Method in class Table

Information about options for all kinds of purposes will be held here.

UnformattedSummary::defineOptions() — Method in class UnformattedSummary

Information about options for all kinds of purposes will be held here.

WizardPluginBase::defaultDisplayOptions() — Method in class WizardPluginBase

Assembles the default display options for the view.

WizardPluginBase::defaultDisplayFilters() — Method in class WizardPluginBase

Retrieves all filter information used by the default display.

WizardPluginBase::defaultDisplayFiltersUser() — Method in class WizardPluginBase

Retrieves filter information based on user input for the default display.

WizardPluginBase::defaultDisplaySorts() — Method in class WizardPluginBase

Retrieves all sort information used by the default display.

WizardPluginBase::defaultDisplaySortsUser() — Method in class WizardPluginBase

Retrieves sort information based on user input for the default display.

$ TestHelperPlugin#definedOptionsProperty in class TestHelperPlugin

Stores the defined options.

TestHelperPlugin::defineOptions() — Method in class TestHelperPlugin

Information about options for all kinds of purposes will be held here.

ViewTestData::dataSet() — Method in class ViewTestData

Returns a very simple test dataset.

ViewEntityInterface::duplicateDisplayAsType() — Method in class ViewEntityInterface

Duplicates an existing display into a new display type.

$ ViewExecutable#display_handlerProperty in class ViewExecutable

The current used display plugin.

$ ViewExecutable#displayHandlersProperty in class ViewExecutable

The list of used displays of the view.

$ ViewExecutable#dom_idProperty in class ViewExecutable

A unique identifier which allows to update multiple views output via js.

ViewExecutable::destroy() — Method in class ViewExecutable

Unsets references so that a $view object may be properly garbage collected.

$ ViewsConfigUpdater#deprecationsEnabledProperty in class ViewsConfigUpdater

Flag determining whether deprecations should be triggered.

$ ViewsDataHelper#dataProperty in class ViewsDataHelper

The views data object, containing the cached information.

DisplayClass in namespace Drupal\views_ui\Form\Ajax

Provides a form for editing the Views display.

$ ViewUIConverter#drupalProxyOriginalServiceIdProperty in class ViewUIConverter

The id of the original proxied service.

$ ViewEditForm#dateFormatterProperty in class ViewEditForm

The date formatter service.

$ ViewFormBase#displayIDProperty in class ViewFormBase

The name of the display used by the form.

$ ViewListBuilder#displayManagerProperty in class ViewListBuilder

The views display plugin manager to use.

ViewUI::delete() — Method in class ViewUI

Deletes an entity permanently.

ViewUI::disable() — Method in class ViewUI

Disables the configuration entity.

ViewUI::duplicateDisplayAsType() — Method in class ViewUI

Duplicates an existing display into a new display type.

WorkflowTypeBase::defaultConfiguration() — Method in class WorkflowTypeBase

Gets default configuration for this plugin.

WorkflowTypeBase::deleteState() — Method in class WorkflowTypeBase

Deletes a state from the workflow.

WorkflowTypeBase::deleteTransition() — Method in class WorkflowTypeBase

Deletes a transition.

WorkflowTypeInterface::deleteState() — Method in class WorkflowTypeInterface

Deletes a state from the workflow.

WorkflowTypeInterface::deleteTransition() — Method in class WorkflowTypeInterface

Deletes a transition.

WorkspaceSelection::defaultConfiguration() — Method in class WorkspaceSelection

Gets default configuration for this plugin.

DeletedWorkspaceConstraintClass in namespace Drupal\workspaces\Plugin\Validation\Constraint

Deleted workspace constraint.

DeletedWorkspaceConstraintValidatorClass in namespace Drupal\workspaces\Plugin\Validation\Constraint

Checks if data still exists for a deleted workspace ID.

$ WorkspaceAssociation#databaseProperty in class WorkspaceAssociation

The database connection.

WorkspaceAssociation::deleteAssociations() — Method in class WorkspaceAssociation

Deletes all the workspace association records for the given workspace.

WorkspaceAssociationInterface::deleteAssociations() — Method in class WorkspaceAssociationInterface

Deletes all the workspace association records for the given workspace.

WorkspaceManager::doSwitchWorkspace() — Method in class WorkspaceManager

Switches the current workspace.

$ WorkspaceMerger#databaseProperty in class WorkspaceMerger

The database connection.

$ WorkspaceOperationFactory#databaseProperty in class WorkspaceOperationFactory

The database connection.

$ WorkspacePublisher#databaseProperty in class WorkspacePublisher

The database connection.

$ WorkspaceViewBuilder#dateFormatterProperty in class WorkspaceViewBuilder

The date formatter service.

E

Drupal::entityTypeManager() — Method in class Drupal

Retrieves the entity type manager.

Drupal::entityQuery() — Method in class Drupal

Returns the entity query object for this entity type.

Drupal::entityQueryAggregate() — Method in class Drupal

Returns the entity query aggregate object for this entity type.

Drupal::entityDefinitionUpdateManager() — Method in class Drupal

Returns the entity definition update manager.

StaticReflectionClass::export() — Method in class StaticReflectionClass
{@inheritDoc}
$ DateTimePlus#errorsProperty in class DateTimePlus

An array of errors encountered when creating this date.

OptimizedPhpArrayDumper::escape() — Method in class OptimizedPhpArrayDumper

Escapes parameters.

$ Diff#editsProperty in class Diff

The list of differences as an array of diff operations.

EventClass in namespace Drupal\Component\EventDispatcher

Provides a forward-compatibility layer for the Symfony 5 event class.

PoHeader::evaluatePlural() — Method in class PoHeader

Evaluate the plural element stack using a plural value.

$ PoStreamReader#errorsProperty in class PoStreamReader

Array of translated error strings recorded on reading this stream so far.

FileReadOnlyStorage::exists() — Method in class FileReadOnlyStorage

Checks whether the PHP code exists in storage.

FileStorage::exists() — Method in class FileStorage

Checks whether the PHP code exists in storage.

FileStorage::ensureDirectory() — Method in class FileStorage

Ensures the directory exists, has the right permissions, and a .htaccess.

MTimeProtectedFileStorage::exists() — Method in class MTimeProtectedFileStorage

Checks whether the PHP code exists in storage.

PhpStorageInterface::exists() — Method in class PhpStorageInterface

Checks whether the PHP code exists in storage.

DerivativeDiscoveryDecorator::encodePluginId() — Method in class DerivativeDiscoveryDecorator

Encodes plugin and derivative id's into a string.

ExceptionInterfaceClass in namespace Drupal\Component\Plugin\Exception

Exception interface for all exceptions thrown by the Plugin component.

Json::encode() — Method in class Json

Encodes data into the serialization format.

PhpSerialize::encode() — Method in class PhpSerialize

Encodes data into the serialization format.

SerializationInterface::encode() — Method in class SerializationInterface

Encodes data into the serialization format.

Yaml::encode() — Method in class Yaml

Encodes data into the serialization format.

YamlPecl::encode() — Method in class YamlPecl

Encodes data into the serialization format.

YamlPecl::errorHandler() — Method in class YamlPecl

Handles errors for \Drupal\Component\Serialization\YamlPecl::decode().

YamlSymfony::encode() — Method in class YamlSymfony

Encodes data into the serialization format.

EmailValidatorClass in namespace Drupal\Component\Utility

Validates email addresses.

EmailValidatorInterfaceClass in namespace Drupal\Component\Utility

Validates email addresses.

EnvironmentClass in namespace Drupal\Component\Utility

Provides PHP environment helper methods.

Html::escapeCdataElement() — Method in class Html

Adds comments around a <!CDATA section in a \DOMNode.

Html::escape() — Method in class Html

Escapes text by converting special characters to HTML entities.

Tags::explode() — Method in class Tags

Explodes a string of tags into an array.

Tags::encode() — Method in class Tags

Encodes a tag string, taking care of special cases like commas and quotes.

Unicode::encodingFromBOM() — Method in class Unicode

Decodes UTF byte-order mark (BOM) into the encoding's name.

UrlHelper::encodePath() — Method in class UrlHelper

Encodes a Drupal path for use in a URL.

UrlHelper::externalIsLocal() — Method in class UrlHelper

Determines if an external URL points to this installation.

Variable::export() — Method in class Variable

Drupal-friendly var_export().

Composer::ensureComposerVersion() — Method in class Composer

Ensure that the minimum required version of Composer is running.

PackageGenerator::encode() — Method in class PackageGenerator

Utility function to encode metapackage json in a consistent way.

$ Message#eventNameProperty in class Message

The name of the event.

AllowedPackages::event() — Method in class AllowedPackages

Handles package events during a 'composer require' operation.

AllowedPackages::evaluateNewPackages() — Method in class AllowedPackages

Evaluates newly-added packages and see if they are already allowed.

ComposerScaffoldCommand::execute() — Method in class ComposerScaffoldCommand
{@inheritdoc}
$ Interpolator#endTokenProperty in class Interpolator

The character sequence that identifies the end of a token.

ManageOptions::ensureLocations() — Method in class ManageOptions

Ensures that all of the locations defined in the scaffold files exist.

AppendOp::existingFileHasData() — Method in class AppendOp

Check to see if the append/prepend data has already been applied.

PostPackageEventListenerInterface::event() — Method in class PostPackageEventListenerInterface

Handles package events during a 'composer require' operation.

ActionBase::executeMultiple() — Method in class ActionBase

Executes the plugin for an array of objects.

ActionInterface::executeMultiple() — Method in class ActionInterface

Executes the plugin for an array of objects.

DeleteAction::executeMultiple() — Method in class DeleteAction

Executes the plugin for an array of objects.

DeleteAction::execute() — Method in class DeleteAction

Executes the plugin.

EntityActionDeriverBaseClass in namespace Drupal\Core\Action\Plugin\Action\Derivative

Provides a base action for each entity type with specific interfaces.

$ EntityActionDeriverBase#entityTypeManagerProperty in class EntityActionDeriverBase

The entity type manager.

EntityChangedActionDeriverClass in namespace Drupal\Core\Action\Plugin\Action\Derivative

Provides an action deriver that finds entity types of EntityChangedInterface.

EntityDeleteActionDeriverClass in namespace Drupal\Core\Action\Plugin\Action\Derivative

Provides an action deriver that finds entity types with delete form.

EntityPublishedActionDeriverClass in namespace Drupal\Core\Action\Plugin\Action\Derivative

Provides an action deriver that finds publishable entity types.

EmailActionClass in namespace Drupal\Core\Action\Plugin\Action

Sends an email message.

$ EmailAction#emailValidatorProperty in class EmailAction

The email validator.

EmailAction::execute() — Method in class EmailAction

Executes the plugin.

EntityActionBaseClass in namespace Drupal\Core\Action\Plugin\Action

Base class for entity-based actions.

$ EntityActionBase#entityTypeManagerProperty in class EntityActionBase

The entity type manager.

GotoAction::execute() — Method in class GotoAction

Executes the plugin.

MessageAction::execute() — Method in class MessageAction

Executes the plugin.

PublishAction::execute() — Method in class PublishAction

Executes the plugin.

SaveAction::execute() — Method in class SaveAction

Executes the plugin.

UnpublishAction::execute() — Method in class UnpublishAction

Executes the plugin.

$ Archiver#extensionsProperty in class Archiver

An array of valid extensions for this archiver.

ArchiverInterface::extract() — Method in class ArchiverInterface

Extracts multiple files in the archive to the specified path.

Tar::extract() — Method in class Tar

Extracts multiple files in the archive to the specified path.

Zip::extract() — Method in class Zip

Extracts multiple files in the archive to the specified path.

$ LibraryDiscoveryParser#extensionPathResolverProperty in class LibraryDiscoveryParser

The extension path resolver.

$ BatchBuilder#errorMessageProperty in class BatchBuilder

The message to be shown if a problem occurs.

BatchStorage::ensureTableExists() — Method in class BatchStorage

Check if the table exists and create it if not.

DatabaseBackend::ensureBinExists() — Method in class DatabaseBackend

Check if the cache bin exists and create it if not.

DatabaseCacheTagsChecksum::ensureTableExists() — Method in class DatabaseCacheTagsChecksum

Check if the cache tags table exists and create it if not.

$ DbDumpCommand#excludeTablesProperty in class DbDumpCommand

An array of table patterns to exclude completely.

DbDumpCommand::execute() — Method in class DbDumpCommand
{@inheritdoc}
DbImportCommand::execute() — Method in class DbImportCommand
{@inheritdoc}
GenerateProxyClassCommand::execute() — Method in class GenerateProxyClassCommand
{@inheritdoc}
GenerateTheme::execute() — Method in class GenerateTheme
{@inheritdoc}
InstallCommand::execute() — Method in class InstallCommand
{@inheritdoc}
QuickStartCommand::execute() — Method in class QuickStartCommand
{@inheritdoc}
ServerCommand::execute() — Method in class ServerCommand
{@inheritdoc}
Composer::ensureHtaccess() — Method in class Composer

Ensures that .htaccess and web.config files are present in Composer root.

ConditionInterface::evaluate() — Method in class ConditionInterface

Evaluates the condition and returns TRUE or FALSE accordingly.

ConditionManager::execute() — Method in class ConditionManager

Executes an executable plugin.

$ ConditionPluginBase#executableManagerProperty in class ConditionPluginBase

The condition manager to proxy execute calls through.

ConditionPluginBase::execute() — Method in class ConditionPluginBase

Executes the plugin.

CachedStorage::exists() — Method in class CachedStorage

Returns whether a configuration object exists.

CachedStorage::encode() — Method in class CachedStorage

Encodes configuration data into the storage-specific format.

$ Config#eventDispatcherProperty in class Config

An event dispatcher instance to use for configuration events.

$ ConfigFactory#eventDispatcherProperty in class ConfigFactory

An event dispatcher instance to use for configuration events.

$ ConfigImporter#eventDispatcherProperty in class ConfigImporter

The event dispatcher used to notify subscribers.

$ ConfigImporter#extensionChangelistProperty in class ConfigImporter

List of extension changes to be processed by the import().

$ ConfigImporter#errorsProperty in class ConfigImporter

A log of any errors encountered.

$ ConfigInstaller#eventDispatcherProperty in class ConfigInstaller

The event dispatcher.

$ ConfigInstaller#extensionPathResolverProperty in class ConfigInstaller

The extension path resolver.

$ ConfigManager#entityTypeManagerProperty in class ConfigManager

The entity type manager.

$ ConfigManager#entityRepositoryProperty in class ConfigManager

The entity repository.

$ ConfigManager#eventDispatcherProperty in class ConfigManager

The event dispatcher.

$ ConfigManager#extensionPathResolverProperty in class ConfigManager

The extension path resolver.

DatabaseStorage::exists() — Method in class DatabaseStorage

Returns whether a configuration object exists.

DatabaseStorage::ensureTableExists() — Method in class DatabaseStorage

Check if the config table exists and create it if not.

DatabaseStorage::encode() — Method in class DatabaseStorage

Encodes configuration data into the storage-specific format.

$ ConfigSchemaChecker#excludeProperty in class ConfigSchemaChecker

An array of config object names that are excluded from schema checking.

ConfigEntityBase::enable() — Method in class ConfigEntityBase

Enables the configuration entity.

ConfigEntityInterface::enable() — Method in class ConfigEntityInterface

Enables the configuration entity.

$ ConfigEntityUpdater#entityTypeManagerProperty in class ConfigEntityUpdater

The entity type manager.

$ DraggableListBuilder#entitiesKeyProperty in class DraggableListBuilder

The key to use for the form element containing the entities.

$ DraggableListBuilder#entitiesProperty in class DraggableListBuilder

The entities being listed.

Condition::exists() — Method in class Condition

Queries for the existence of a field.

$ Query#entityTypeProperty in class Query

Information about the entity type.

Query::execute() — Method in class Query

Execute the query.

ExportStorageManagerClass in namespace Drupal\Core\Config

The export storage manager dispatches an event for the export storage.

$ ExportStorageManager#eventDispatcherProperty in class ExportStorageManager

The event dispatcher.

ExtensionInstallStorageClass in namespace Drupal\Core\Config

Storage to access configuration and schema in enabled extensions.

FileStorage::ensureStorage() — Method in class FileStorage

Check if the directory exists and create it if not.

FileStorage::exists() — Method in class FileStorage

Returns whether a configuration object exists.

FileStorage::encode() — Method in class FileStorage

Encodes configuration data into the storage-specific format.

$ ImportStorageTransformer#eventDispatcherProperty in class ImportStorageTransformer

The event dispatcher to get changes to the configuration.

InstallStorage::exists() — Method in class InstallStorage

Returns whether a configuration object exists.

ManagedStorage::exists() — Method in class ManagedStorage

Returns whether a configuration object exists.

ManagedStorage::encode() — Method in class ManagedStorage

Encodes configuration data into the storage-specific format.

MemoryStorage::exists() — Method in class MemoryStorage

Returns whether a configuration object exists.

MemoryStorage::encode() — Method in class MemoryStorage

Encodes configuration data into the storage-specific format.

NullStorage::exists() — Method in class NullStorage

Returns whether a configuration object exists.

NullStorage::encode() — Method in class NullStorage

Encodes configuration data into the storage-specific format.

$ PreExistingConfigException#extensionProperty in class PreExistingConfigException

The name of the module that is being installed.

ReadOnlyStorage::exists() — Method in class ReadOnlyStorage

Returns whether a configuration object exists.

ReadOnlyStorage::encode() — Method in class ReadOnlyStorage

Encodes configuration data into the storage-specific format.

$ ArrayElement#elementsProperty in class ArrayElement

Parsed elements.

ElementClass in namespace Drupal\Core\Config\Schema

Defines a generic configuration element.

StorageComparer::extractRenameNames() — Method in class StorageComparer

Extracts old and new configuration names from a configuration change name.

StorageComparerInterface::extractRenameNames() — Method in class StorageComparerInterface

Extracts old and new configuration names from a configuration change name.

StorageInterface::exists() — Method in class StorageInterface

Returns whether a configuration object exists.

StorageInterface::encode() — Method in class StorageInterface

Encodes configuration data into the storage-specific format.

$ UnmetDependenciesException#extensionProperty in class UnmetDependenciesException

The name of the extension that is being installed.

$ ControllerBase#entityTypeManagerProperty in class ControllerBase

The entity type manager.

$ ControllerBase#entityFormBuilderProperty in class ControllerBase

The entity form builder.

ControllerBase::entityTypeManager() — Method in class ControllerBase

Retrieves the entity type manager.

ControllerBase::entityFormBuilder() — Method in class ControllerBase

Retrieves the entity form builder.

$ Connection#escapedTablesProperty in class Connection

List of escaped table names, keyed by unescaped names.

$ Connection#escapedFieldsProperty in class Connection

List of escaped field names, keyed by unescaped names.

$ Connection#escapedAliasesProperty in class Connection

List of escaped aliases names, keyed by unescaped aliases.

Connection::expandArguments() — Method in class Connection

Expands out shorthand placeholders.

Connection::exceptionHandler() — Method in class Connection

Returns the database exceptions handler.

Connection::escapeDatabase() — Method in class Connection

Escapes a database name string.

Connection::escapeTable() — Method in class Connection

Escapes a table name string.

Connection::escapeField() — Method in class Connection

Escapes a field name string.

Connection::escapeAlias() — Method in class Connection

Escapes an alias name string.

Connection::escapeLike() — Method in class Connection

Escapes characters that work as wildcard characters in a LIKE pattern.

ExceptionHandlerClass in namespace Drupal\Core\Database\Driver\mysql

MySql database exception handler class.

ExceptionHandlerClass in namespace Drupal\Core\Database

Base Database exception handler class.

Tasks::engineVersionRequirementsCheck() — Method in class Tasks

Checks engine version requirements for the status report.

Log::end() — Method in class Log

Stop logging for the specified logging key.

Condition::exists() — Method in class Condition

Sets a condition that the specified subquery returns values.

ConditionInterface::exists() — Method in class ConditionInterface

Sets a condition that the specified subquery returns values.

Delete::execute() — Method in class Delete

Executes the DELETE query.

ExtendableInterfaceClass in namespace Drupal\Core\Database\Query

Interface for extendable query objects.

ExtendableInterface::extend() — Method in class ExtendableInterface

Enhance this object by wrapping it in an extender object.

Insert::execute() — Method in class Insert

Executes the insert query.

$ Merge#expressionFieldsProperty in class Merge

Array of fields to update to an expression in case of a duplicate record.

Merge::expression() — Method in class Merge

Specifies fields to be updated as an expression.

Merge::execute() — Method in class Merge

Executes the merge database query.

$ PagerSelectExtender#elementProperty in class PagerSelectExtender

The unique ID of this pager on this page.

PagerSelectExtender::execute() — Method in class PagerSelectExtender

Override the execute method.

PagerSelectExtender::ensureElement() — Method in class PagerSelectExtender

Ensure that there is an element associated with this query.

PagerSelectExtender::element() — Method in class PagerSelectExtender

Specify the element ID for this pager query.

Query::execute() — Method in class Query

Runs the query against the database.

QueryConditionTrait::exists() — Method in class QueryConditionTrait
{@inheritdoc}
$ Select#expressionsProperty in class Select

The expressions to SELECT as virtual fields.

Select::extend() — Method in class Select

Enhance this object by wrapping it in an extender object.

Select::escapeLike() — Method in class Select

Escapes characters that work as wildcard characters in a LIKE pattern.

Select::escapeField() — Method in class Select

Escapes a field name string.

Select::execute() — Method in class Select

Runs the query against the database.

SelectExtender::extend() — Method in class SelectExtender

Enhance this object by wrapping it in an extender object.

SelectExtender::escapeLike() — Method in class SelectExtender

Escapes characters that work as wildcard characters in a LIKE pattern.

SelectExtender::escapeField() — Method in class SelectExtender

Escapes a field name string.

SelectExtender::execute() — Method in class SelectExtender

Runs the query against the database.

SelectExtender::exists() — Method in class SelectExtender

Sets a condition that the specified subquery returns values.

SelectInterface::escapeLike() — Method in class SelectInterface

Escapes characters that work as wildcard characters in a LIKE pattern.

SelectInterface::escapeField() — Method in class SelectInterface

Escapes a field name string.

SelectInterface::execute() — Method in class SelectInterface

Runs the query against the database.

Truncate::execute() — Method in class Truncate

Executes the TRUNCATE query.

$ Update#expressionFieldsProperty in class Update

Array of fields to update to an expression in case of a duplicate record.

Update::expression() — Method in class Update

Specifies fields to be updated as an expression.

Update::execute() — Method in class Update

Executes the UPDATE query.

Upsert::execute() — Method in class Upsert

Executes the UPSERT operation.

Schema::escapeDefaultValue() — Method in class Schema

Return an escaped version of its parameter to be used as a default value on a column.

Schema::ensureNotNullPrimaryKey() — Method in class Schema

Ensures that all the primary key fields are correctly defined.

StatementInterface::execute() — Method in class StatementInterface

Executes a prepared statement.

StatementPrefetch::execute() — Method in class StatementPrefetch

Executes a prepared statement.

StatementWrapper::execute() — Method in class StatementWrapper

Executes a prepared statement.

DiffFormatter::emptyLine() — Method in class DiffFormatter

Creates an empty line.

$ DrupalKernel#environmentProperty in class DrupalKernel

The environment, e.g. 'testing', 'install'.

$ ConfigEntityType#entity_type_classProperty in class ConfigEntityType
{@inheritdoc}
$ ContentEntityType#entity_type_classProperty in class ContentEntityType
{@inheritdoc}
EntityReferenceSelectionClass in namespace Drupal\Core\Entity\Annotation

Defines an EntityReferenceSelection plugin annotation object.

$ EntityReferenceSelection#entity_typesProperty in class EntityReferenceSelection

An array of entity types that can be referenced by this plugin. Defaults to all entity types.

EntityTypeClass in namespace Drupal\Core\Entity\Annotation

Defines an Entity type annotation object.

$ EntityType#entity_type_classProperty in class EntityType

The class used to represent the entity type.

$ ContentEntityBase#entityKeysProperty in class ContentEntityBase

Holds untranslatable entity keys such as the ID, bundle, and revision ID.

$ ContentEntityBase#enforceRevisionTranslationAffectedProperty in class ContentEntityBase

Whether the revision translation affected flag has been enforced.

$ ContentEntityForm#entityProperty in class ContentEntityForm

The entity being used by this form.

$ ContentEntityForm#entityTypeBundleInfoProperty in class ContentEntityForm

The entity type bundle info service.

$ ContentEntityForm#entityRepositoryProperty in class ContentEntityForm

The entity repository service.

$ ContentEntityStorageBase#entityFieldManagerProperty in class ContentEntityStorageBase

The entity field manager service.

$ ContentEntityStorageBase#entityTypeBundleInfoProperty in class ContentEntityStorageBase

The entity bundle info.

$ ContentUninstallValidator#entityTypeManagerProperty in class ContentUninstallValidator

The entity type manager service.

EntityControllerClass in namespace Drupal\Core\Entity\Controller

Provides the add-page and title callbacks for entities.

$ EntityController#entityTypeManagerProperty in class EntityController

The entity type manager.

$ EntityController#entityTypeBundleInfoProperty in class EntityController

The entity type bundle info.

$ EntityController#entityRepositoryProperty in class EntityController

The entity repository.

EntityController::editTitle() — Method in class EntityController

Provides a generic edit title callback.

EntityListControllerClass in namespace Drupal\Core\Entity\Controller

Defines a generic controller to list entities.

EntityViewControllerClass in namespace Drupal\Core\Entity\Controller

Defines a generic controller to render a single entity.

$ EntityViewController#entityTypeManagerProperty in class EntityViewController

The entity type manager.

EntityDisplayInterfaceClass in namespace Drupal\Core\Entity\Display

Provides a common interface for entity displays.

EntityFormDisplayInterfaceClass in namespace Drupal\Core\Entity\Display

Provides a common interface for entity form displays.

EntityFormDisplayInterface::extractFormValues() — Method in class EntityFormDisplayInterface

Extracts field values from the submitted widget values into the entity.

EntityViewDisplayInterfaceClass in namespace Drupal\Core\Entity\Display

Provides a common interface for entity view displays.

EditorialContentEntityBaseClass in namespace Drupal\Core\Entity

Provides a base entity class with extended revision and publishing support.

EntityAutocompleteClass in namespace Drupal\Core\Entity\Element

Provides an entity autocomplete form element.

EntityAutocomplete::extractEntityIdFromAutocompleteInput() — Method in class EntityAutocomplete

Extracts the entity ID from the autocompletion result.

EntityBundleRouteEnhancerClass in namespace Drupal\Core\Entity\Enhancer

Sets the bundle parameter for routes with the _field_ui option.

$ EntityBundleRouteEnhancer#entityTypeManagerProperty in class EntityBundleRouteEnhancer

The entity type manager service.

EntityBundleRouteEnhancer::enhance() — Method in class EntityBundleRouteEnhancer

Updates the defaults for a route definition based on the request.

EntityRouteEnhancerClass in namespace Drupal\Core\Entity\Enhancer

Enhances an entity form route with the appropriate controller.

EntityRouteEnhancer::enhance() — Method in class EntityRouteEnhancer

Updates the defaults for a route definition based on the request.

EntityRouteEnhancer::enhanceEntityForm() — Method in class EntityRouteEnhancer

Update defaults for entity forms.

EntityRouteEnhancer::enhanceEntityList() — Method in class EntityRouteEnhancer

Update defaults for an entity list.

EntityRouteEnhancer::enhanceEntityView() — Method in class EntityRouteEnhancer

Update defaults for an entity view.

EntityAccessCheckClass in namespace Drupal\Core\Entity

Provides a generic access checker for entities.

EntityAccessControlHandlerClass in namespace Drupal\Core\Entity

Defines a default implementation for entity access control handler.

$ EntityAccessControlHandler#entityTypeIdProperty in class EntityAccessControlHandler

The entity type ID of the access control handler instance.

$ EntityAccessControlHandler#entityTypeProperty in class EntityAccessControlHandler

Information about the entity type.

EntityAccessControlHandlerInterfaceClass in namespace Drupal\Core\Entity

Defines an interface for entity access control handlers.

EntityAutocompleteMatcherClass in namespace Drupal\Core\Entity

Matcher class to get autocompletion results for entity reference.

EntityAutocompleteMatcherInterfaceClass in namespace Drupal\Core\Entity
EntityBaseClass in namespace Drupal\Core\Entity

Defines a base entity class.

$ EntityBase#entityTypeIdProperty in class EntityBase

The entity type.

$ EntityBase#enforceIsNewProperty in class EntityBase

Boolean indicating whether the entity should be forced to be new.

EntityBase::entityTypeManager() — Method in class EntityBase

Gets the entity type manager.

EntityBase::entityTypeBundleInfo() — Method in class EntityBase

Gets the entity type bundle info service.

EntityBase::enforceIsNew() — Method in class EntityBase

Enforces an entity to be new.

EntityBundleAccessCheckClass in namespace Drupal\Core\Entity

Provides an entity bundle checker for the _entity_bundles route requirement.

EntityBundleListenerClass in namespace Drupal\Core\Entity

Reacts to entity bundle CRUD on behalf of the Entity system.

$ EntityBundleListener#entityTypeManagerProperty in class EntityBundleListener

The entity type manager.

$ EntityBundleListener#entityTypeBundleInfoProperty in class EntityBundleListener

The entity type bundle info.

$ EntityBundleListener#entityFieldManagerProperty in class EntityBundleListener

The entity field manager.

EntityBundleListenerInterfaceClass in namespace Drupal\Core\Entity

An interface for reacting to entity bundle creation and deletion.

EntityChangedInterfaceClass in namespace Drupal\Core\Entity

Defines an interface for entity change timestamp tracking.

EntityChangedTraitClass in namespace Drupal\Core\Entity

Provides a trait for accessing changed time.

EntityChangesDetectionTraitClass in namespace Drupal\Core\Entity

Provides helper methods to detect changes in an entity object.

EntityConfirmFormBaseClass in namespace Drupal\Core\Entity

Provides a generic base class for an entity-based confirmation form.

EntityConstraintViolationListClass in namespace Drupal\Core\Entity

Implements an entity constraint violation list.

$ EntityConstraintViolationList#entityProperty in class EntityConstraintViolationList

The entity that has been validated.

$ EntityConstraintViolationList#entityViolationOffsetsProperty in class EntityConstraintViolationList

Violations offsets of entity level violations.

EntityConstraintViolationListInterfaceClass in namespace Drupal\Core\Entity

Interface for the result of entity validation.

EntityCreateAccessCheckClass in namespace Drupal\Core\Entity

Defines an access checker for entity creation.

$ EntityCreateAccessCheck#entityTypeManagerProperty in class EntityCreateAccessCheck

The entity type manager service.

EntityCreateAnyAccessCheckClass in namespace Drupal\Core\Entity

Defines an access checker for creating an entity of any bundle.

$ EntityCreateAnyAccessCheck#entityTypeManagerProperty in class EntityCreateAnyAccessCheck

The entity type manager.

$ EntityCreateAnyAccessCheck#entityTypeBundleInfoProperty in class EntityCreateAnyAccessCheck

The entity type bundle info.

EntityDefinitionUpdateManagerClass in namespace Drupal\Core\Entity

Manages entity definition updates.

$ EntityDefinitionUpdateManager#entityFieldManagerProperty in class EntityDefinitionUpdateManager

The entity field manager service.

$ EntityDefinitionUpdateManager#entityTypeListenerProperty in class EntityDefinitionUpdateManager

The entity type listener service.

$ EntityDefinitionUpdateManager#entityTypeManagerProperty in class EntityDefinitionUpdateManager

The entity type manager service.

$ EntityDefinitionUpdateManager#entityLastInstalledSchemaRepositoryProperty in class EntityDefinitionUpdateManager

The last installed schema repository.

EntityDefinitionUpdateManagerInterfaceClass in namespace Drupal\Core\Entity

Defines an interface for managing entity definition updates.

EntityDeleteFormClass in namespace Drupal\Core\Entity

Provides a generic base class for an entity deletion form.

EntityDeleteFormTraitClass in namespace Drupal\Core\Entity

Provides a trait for an entity deletion form.

EntityDeleteMultipleAccessCheckClass in namespace Drupal\Core\Entity

Checks if the current user has delete access to the items of the tempstore.

$ EntityDeleteMultipleAccessCheck#entityTypeManagerProperty in class EntityDeleteMultipleAccessCheck

The entity type manager.

EntityDescriptionInterfaceClass in namespace Drupal\Core\Entity

Defines the interface for entities that have a description.

EntityDisplayBaseClass in namespace Drupal\Core\Entity

Provides a common base class for entity view and form displays.

EntityDisplayModeBaseClass in namespace Drupal\Core\Entity

Base class for config entity types with settings for form and view modes.

EntityDisplayModeInterfaceClass in namespace Drupal\Core\Entity

Provides an interface for entity types that hold form and view mode settings.

EntityDisplayPluginCollectionClass in namespace Drupal\Core\Entity

A collection of formatters or widgets.

EntityDisplayRepositoryClass in namespace Drupal\Core\Entity

Provides a repository for entity display objects (view modes and form modes).

$ EntityDisplayRepository#entityTypeManagerProperty in class EntityDisplayRepository

The entity type manager.

EntityDisplayRepositoryInterfaceClass in namespace Drupal\Core\Entity

Provides an interface for an entity display repository.

EntityFieldManagerClass in namespace Drupal\Core\Entity

Manages the discovery of entity fields.

$ EntityFieldManager#extraFieldsProperty in class EntityFieldManager

Extra fields by bundle.

$ EntityFieldManager#entityTypeManagerProperty in class EntityFieldManager

The entity type manager.

$ EntityFieldManager#entityTypeBundleInfoProperty in class EntityFieldManager

The entity type bundle info.

$ EntityFieldManager#entityDisplayRepositoryProperty in class EntityFieldManager

The entity display repository.

$ EntityFieldManager#entityLastInstalledSchemaRepositoryProperty in class EntityFieldManager

The entity last installed schema repository.

EntityFieldManagerInterfaceClass in namespace Drupal\Core\Entity

Provides an interface for an entity field manager.

EntityFormClass in namespace Drupal\Core\Entity

Base class for entity forms.

$ EntityForm#entityTypeManagerProperty in class EntityForm

The entity type manager.

$ EntityForm#entityProperty in class EntityForm

The entity being used by this form.

EntityFormBuilderClass in namespace Drupal\Core\Entity

Builds entity forms.

$ EntityFormBuilder#entityTypeManagerProperty in class EntityFormBuilder

The entity type manager service.

EntityFormBuilderInterfaceClass in namespace Drupal\Core\Entity

Builds entity forms.

EntityFormInterfaceClass in namespace Drupal\Core\Entity

Defines an interface for entity form classes.

EntityFormModeInterfaceClass in namespace Drupal\Core\Entity

Provides an interface defining an entity form mode entity type.

EntityHandlerBaseClass in namespace Drupal\Core\Entity

Provides a base class for entity handlers.

EntityHandlerInterfaceClass in namespace Drupal\Core\Entity

Defines an interface for entity handlers.

EntityInterfaceClass in namespace Drupal\Core\Entity

Defines a common interface for all entity objects.

EntityInterface::enforceIsNew() — Method in class EntityInterface

Enforces an entity to be new.

EntityLastInstalledSchemaRepositoryClass in namespace Drupal\Core\Entity

Provides a repository for installed entity definitions.

$ EntityLastInstalledSchemaRepository#entityTypeDefinitionsProperty in class EntityLastInstalledSchemaRepository

The loaded installed entity type definitions.

EntityLastInstalledSchemaRepositoryInterfaceClass in namespace Drupal\Core\Entity

Provides an interface for an installed entity definition repository.

EntityListBuilderClass in namespace Drupal\Core\Entity

Defines a generic implementation to build a listing of entities.

$ EntityListBuilder#entityTypeIdProperty in class EntityListBuilder

The entity type ID.

$ EntityListBuilder#entityTypeProperty in class EntityListBuilder

Information about the entity type.

EntityListBuilder::ensureDestination() — Method in class EntityListBuilder

Ensures that a destination is present on the given URL.

EntityListBuilderInterfaceClass in namespace Drupal\Core\Entity

Defines an interface to build entity listings.

EntityMalformedExceptionClass in namespace Drupal\Core\Entity

Defines an exception thrown when a malformed entity is passed.

EntityPublishedInterfaceClass in namespace Drupal\Core\Entity

Provides an interface for access to an entity's published state.

EntityPublishedTraitClass in namespace Drupal\Core\Entity

Provides a trait for published status.

SelectionInterface::entityQueryAlter() — Method in class SelectionInterface

Allows the selection to alter the SelectQuery generated by EntityFieldQuery.

SelectionPluginBase::entityQueryAlter() — Method in class SelectionPluginBase

Allows the selection to alter the SelectQuery generated by EntityFieldQuery.

EntityRepositoryClass in namespace Drupal\Core\Entity

Provides several mechanisms for retrieving entities.

$ EntityRepository#entityTypeManagerProperty in class EntityRepository

The entity type manager.

EntityRepositoryInterfaceClass in namespace Drupal\Core\Entity

Provides an interface for an entity repository.

EntityResolverManagerClass in namespace Drupal\Core\Entity

Sets the entity route parameter converter options automatically.

$ EntityResolverManager#entityTypeManagerProperty in class EntityResolverManager

The entity type manager service.

EntityStorageBaseClass in namespace Drupal\Core\Entity

A base entity storage class.

$ EntityStorageBase#entityTypeIdProperty in class EntityStorageBase

Entity type ID for this storage.

$ EntityStorageBase#entityTypeProperty in class EntityStorageBase

Information about the entity type.

EntityStorageExceptionClass in namespace Drupal\Core\Entity

Defines an exception thrown when storage operations fail.

EntityStorageInterfaceClass in namespace Drupal\Core\Entity

Defines the interface for entity storage classes.

EntityTypeClass in namespace Drupal\Core\Entity

Provides an implementation of an entity type and its metadata.

$ EntityType#entity_keysProperty in class EntityType

An array of entity keys.

EntityType::entityClassImplements() — Method in class EntityType

Indicates if the entity type class implements the given interface.

EntityTypeBundleInfoClass in namespace Drupal\Core\Entity

Provides discovery and retrieval of entity type bundles.

$ EntityTypeBundleInfo#entityTypeManagerProperty in class EntityTypeBundleInfo

The entity type manager.

EntityTypeBundleInfoInterfaceClass in namespace Drupal\Core\Entity

Provides an interface for an entity type bundle info.

EntityTypeEventClass in namespace Drupal\Core\Entity

Defines a base class for all entity type events.

$ EntityTypeEvent#entityTypeProperty in class EntityTypeEvent

The entity type.

EntityTypeEventSubscriberTraitClass in namespace Drupal\Core\Entity

Helper methods for EntityTypeListenerInterface.

EntityTypeEventsClass in namespace Drupal\Core\Entity

Contains all events thrown while handling entity types.

EntityTypeInterfaceClass in namespace Drupal\Core\Entity

Provides an interface for an entity type and its metadata.

EntityTypeInterface::entityClassImplements() — Method in class EntityTypeInterface

Indicates if the entity type class implements the given interface.

EntityTypeListenerClass in namespace Drupal\Core\Entity

Reacts to entity type CRUD on behalf of the Entity system.

$ EntityTypeListener#entityTypeManagerProperty in class EntityTypeListener

The entity type manager.

$ EntityTypeListener#entityFieldManagerProperty in class EntityTypeListener

The entity field manager.

$ EntityTypeListener#eventDispatcherProperty in class EntityTypeListener

The event dispatcher.

$ EntityTypeListener#entityLastInstalledSchemaRepositoryProperty in class EntityTypeListener

The entity last installed schema repository.

EntityTypeListenerInterfaceClass in namespace Drupal\Core\Entity

Defines an interface for reacting to entity type creation, deletion, and updates.

EntityTypeManagerClass in namespace Drupal\Core\Entity

Manages entity type plugin definitions.

$ EntityTypeManager#entityLastInstalledSchemaRepositoryProperty in class EntityTypeManager

The entity last installed schema repository.

EntityTypeManagerInterfaceClass in namespace Drupal\Core\Entity

Provides an interface for entity type managers.

EntityTypeRepositoryClass in namespace Drupal\Core\Entity

Provides helper methods for loading entity types.

$ EntityTypeRepository#entityTypeManagerProperty in class EntityTypeRepository

The entity type manager.

EntityTypeRepositoryInterfaceClass in namespace Drupal\Core\Entity

Provides an interface for helper methods for loading entity types.

EntityViewBuilderClass in namespace Drupal\Core\Entity

Base class for entity view builders.

$ EntityViewBuilder#entityTypeIdProperty in class EntityViewBuilder

The type of entities for which this view builder is instantiated.

$ EntityViewBuilder#entityTypeProperty in class EntityViewBuilder

Information about the entity type.

$ EntityViewBuilder#entityRepositoryProperty in class EntityViewBuilder

The entity repository service.

$ EntityViewBuilder#entityDisplayRepositoryProperty in class EntityViewBuilder

The entity display repository.

EntityViewBuilderInterfaceClass in namespace Drupal\Core\Entity

Defines an interface for entity view builders.

EntityViewModeInterfaceClass in namespace Drupal\Core\Entity

Provides an interface defining an entity view mode entity type.

EntityWithPluginCollectionInterfaceClass in namespace Drupal\Core\Entity

Provides an interface for an object using a plugin collection.

EntityFormDisplayAccessControlHandlerClass in namespace Drupal\Core\Entity\Entity\Access

Provides an entity access control handler for form displays.

EntityViewDisplayAccessControlHandlerClass in namespace Drupal\Core\Entity\Entity\Access

Provides an entity access control handler for displays.

EntityFormDisplayClass in namespace Drupal\Core\Entity\Entity

Configuration entity that contains widget options for all components of an entity form in a given form mode.

EntityFormDisplay::extractFormValues() — Method in class EntityFormDisplay

Extracts field values from the submitted widget values into the entity.

EntityFormModeClass in namespace Drupal\Core\Entity\Entity

Defines the entity form mode configuration entity class.

EntityViewDisplayClass in namespace Drupal\Core\Entity\Entity

Configuration entity that contains display options for all components of a rendered entity in a given view mode.

EntityViewModeClass in namespace Drupal\Core\Entity\Entity

Defines the entity view mode configuration entity class.

$ BundleConfigImportValidate#entityTypeManagerProperty in class BundleConfigImportValidate

The entity type manager service.

EntityTypeIdLengthExceptionClass in namespace Drupal\Core\Entity\Exception

Defines an exception thrown when an entity ID is too long.

$ DeleteMultipleForm#entityTypeManagerProperty in class DeleteMultipleForm

The entity type manager.

$ DeleteMultipleForm#entityTypeIdProperty in class DeleteMultipleForm

The entity type ID.

$ DeleteMultipleForm#entityTypeProperty in class DeleteMultipleForm

The entity type definition.

$ HtmlEntityFormController#entityTypeManagerProperty in class HtmlEntityFormController

The entity type manager service.

Query::execute() — Method in class Query

Execute the query.

EntityBundleClass in namespace Drupal\Core\Entity\Plugin\Condition\Deriver

Deriver that creates a condition for each entity type with bundles.

$ EntityBundle#entityTypeManagerProperty in class EntityBundle

The entity type manager.

EntityBundleClass in namespace Drupal\Core\Entity\Plugin\Condition

Provides the 'Entity Bundle' condition.

$ EntityBundle#entityTypeBundleInfoProperty in class EntityBundle

The entity type bundle info service.

EntityBundle::evaluate() — Method in class EntityBundle

Evaluates the condition and returns TRUE or FALSE accordingly.

$ ConfigEntityAdapter#entityProperty in class ConfigEntityAdapter

The wrapped entity object.

EntityDeriverClass in namespace Drupal\Core\Entity\Plugin\DataType\Deriver

Provides data type plugins for each existing entity type and bundle.

$ EntityDeriver#entityTypeManagerProperty in class EntityDeriver

The entity type manager.

EntityAdapterClass in namespace Drupal\Core\Entity\Plugin\DataType

Defines the "entity" data type.

$ EntityAdapter#entityProperty in class EntityAdapter

The wrapped entity object.

EntityReferenceClass in namespace Drupal\Core\Entity\Plugin\DataType

Defines an 'entity_reference' data type.

$ DefaultSelectionDeriver#entityTypeManagerProperty in class DefaultSelectionDeriver

The entity type manager.

$ DefaultSelection#entityTypeManagerProperty in class DefaultSelection

The entity type manager service.

$ DefaultSelection#entityFieldManagerProperty in class DefaultSelection

The entity field manager service.

$ DefaultSelection#entityTypeBundleInfoProperty in class DefaultSelection

Entity type bundle info service.

$ DefaultSelection#entityRepositoryProperty in class DefaultSelection

The entity repository.

DefaultSelection::elementValidateFilter() — Method in class DefaultSelection

Form element validation handler; Filters the #value property of an element.

EntityChangedConstraintClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Validation constraint for the entity changed timestamp.

EntityChangedConstraintValidatorClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Validates the EntityChanged constraint.

EntityHasFieldConstraintClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Checks if a value is an entity that has a specific field.

EntityHasFieldConstraintValidatorClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Validates the EntityHasField constraint.

EntityTypeConstraintClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Checks if a value is a valid entity type.

EntityTypeConstraintValidatorClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Validates the EntityType constraint.

EntityUntranslatableFieldsConstraintClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Validation constraint for the entity changed timestamp.

EntityUntranslatableFieldsConstraintValidatorClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Validates the EntityChanged constraint.

$ EntityUntranslatableFieldsConstraintValidator#entityTypeManagerProperty in class EntityUntranslatableFieldsConstraintValidator

The entity type manager.

$ ValidReferenceConstraintValidator#entityTypeManagerProperty in class ValidReferenceConstraintValidator

The entity type manager.

ConditionAggregateInterface::exists() — Method in class ConditionAggregateInterface

Queries for the existence of a field.

ConditionInterface::exists() — Method in class ConditionInterface

Queries for the existence of a field.

Condition::exists() — Method in class Condition

Queries for the existence of a field.

Query::execute() — Method in class Query

Execute the query.

Query::existsAggregate() — Method in class Query

Queries for the existence of a field.

QueryAggregateInterface::existsAggregate() — Method in class QueryAggregateInterface

Queries for the existence of a field.

QueryAggregateInterface::execute() — Method in class QueryAggregateInterface

Executes the aggregate query.

$ QueryBase#entityTypeIdProperty in class QueryBase

The entity type this query runs against.

$ QueryBase#entityTypeProperty in class QueryBase

Information about the entity type.

QueryBase::exists() — Method in class QueryBase

Queries for a non-empty value on a field.

QueryInterface::exists() — Method in class QueryInterface

Queries for a non-empty value on a field.

QueryInterface::execute() — Method in class QueryInterface

Execute the query.

Condition::exists() — Method in class Condition

Queries for the existence of a field.

ConditionAggregate::exists() — Method in class ConditionAggregate

Queries for the existence of a field.

Query::execute() — Method in class Query

Execute the query.

QueryAggregate::execute() — Method in class QueryAggregate

Execute the query.

QueryAggregate::existsAggregate() — Method in class QueryAggregate

Queries for the existence of a field.

$ Tables#entityTablesProperty in class Tables

Entity table array.

$ Tables#entityTypeManagerProperty in class Tables

The entity type manager.

$ Tables#entityFieldManagerProperty in class Tables

The entity field manager.

Tables::ensureEntityTable() — Method in class Tables

Joins the entity table, if necessary, and returns the alias for it.

Tables::ensureFieldTable() — Method in class Tables

Ensure the field table is joined if necessary.

$ DefaultHtmlRouteProvider#entityTypeManagerProperty in class DefaultHtmlRouteProvider

The entity type manager.

$ DefaultHtmlRouteProvider#entityFieldManagerProperty in class DefaultHtmlRouteProvider

The entity field manager.

EntityRouteProviderInterfaceClass in namespace Drupal\Core\Entity\Routing

Allows entity types to provide routes.

EntityStorageSchemaInterfaceClass in namespace Drupal\Core\Entity\Schema

Defines the interface for entity storage schema handler classes.

$ DefaultTableMapping#entityTypeProperty in class DefaultTableMapping

The entity type definition.

$ DefaultTableMapping#extraColumnsProperty in class DefaultTableMapping

A list of database columns which store denormalized data per table.

$ SqlContentEntityStorage#entityTypeManagerProperty in class SqlContentEntityStorage

The entity type manager.

$ SqlContentEntityStorageSchema#entityTypeManagerProperty in class SqlContentEntityStorageSchema

The entity type manager.

$ SqlContentEntityStorageSchema#entityFieldManagerProperty in class SqlContentEntityStorageSchema

The entity field manager service.

$ SqlContentEntityStorageSchema#entityTypeProperty in class SqlContentEntityStorageSchema

The entity type this schema builder is responsible for.

EntityDataDefinitionClass in namespace Drupal\Core\Entity\TypedData

A typed data definition class for describing entities.

EntityDataDefinitionInterfaceClass in namespace Drupal\Core\Entity\TypedData

Interface for typed data entity definitions.

EarlyRenderingControllerWrapperSubscriberClass in namespace Drupal\Core\EventSubscriber

Subscriber that wraps controllers, to handle early rendering.

EnforcedFormResponseSubscriberClass in namespace Drupal\Core\EventSubscriber

Handle the EnforcedResponseException and deliver an EnforcedResponse.

EntityRouteAlterSubscriberClass in namespace Drupal\Core\EventSubscriber

Registers the 'type' of route parameter names that match an entity type.

EntityRouteProviderSubscriberClass in namespace Drupal\Core\EventSubscriber

Ensures that routes can be provided by entity types.

$ EntityRouteProviderSubscriber#entityTypeManagerProperty in class EntityRouteProviderSubscriber

The entity type manager service.

ExceptionDetectNeedsInstallSubscriberClass in namespace Drupal\Core\EventSubscriber

Exception handler to determine if an exception indicates an uninstalled site.

ExceptionJsonSubscriberClass in namespace Drupal\Core\EventSubscriber

Default handling for JSON errors.

ExceptionLoggingSubscriberClass in namespace Drupal\Core\EventSubscriber

Log exceptions without further handling.

ExceptionTestSiteSubscriberClass in namespace Drupal\Core\EventSubscriber

Custom handling of errors when in a system-under-test.

ExcludedModulesEventSubscriberClass in namespace Drupal\Core\EventSubscriber

The event subscriber preventing excluded modules to be exported.

$ FinalExceptionSubscriber#errorLevelProperty in class FinalExceptionSubscriber
$ MaintenanceModeSubscriber#eventDispatcherProperty in class MaintenanceModeSubscriber

An event dispatcher instance to use for configuration events.

ModuleRouteSubscriber::explodeString() — Method in class ModuleRouteSubscriber

Explodes a string based on a separator.

ExecutableExceptionClass in namespace Drupal\Core\Executable

Generic executable plugin exception class.

ExecutableInterfaceClass in namespace Drupal\Core\Executable

An interface for executable plugins.

ExecutableInterface::execute() — Method in class ExecutableInterface

Executes the plugin.

ExecutableManagerInterfaceClass in namespace Drupal\Core\Executable

An interface for managers of executable plugins.

ExecutableManagerInterface::execute() — Method in class ExecutableManagerInterface

Executes an executable plugin.

ExecutablePluginBaseClass in namespace Drupal\Core\Executable

Provides the basic architecture for executable plugins.

ExtensionClass in namespace Drupal\Core\Extension

Defines an extension (file) object.

ExtensionDiscoveryClass in namespace Drupal\Core\Extension

Discovers available extensions in the filesystem.

ExtensionLifecycleClass in namespace Drupal\Core\Extension

Extension lifecycle.

ExtensionListClass in namespace Drupal\Core\Extension

Provides available extensions.

$ ExtensionList#extensionsProperty in class ExtensionList

The cached extensions.

$ ExtensionList#extensionInfoProperty in class ExtensionList

Static caching for extension info.

ExtensionList::exists() — Method in class ExtensionList

Determines if an extension exists in the filesystem.

ExtensionNameLengthExceptionClass in namespace Drupal\Core\Extension

Exception thrown when the extension's name length exceeds the allowed maximum.

ExtensionPathResolverClass in namespace Drupal\Core\Extension

Factory for getting extension lists by type.

$ ExtensionPathResolver#extensionListsProperty in class ExtensionPathResolver

A associative array of ExtensionList objects keyed by type.

ExtensionVersionClass in namespace Drupal\Core\Extension

Provides an extension version value object.

ModuleExtensionList::ensureRequiredDependencies() — Method in class ModuleExtensionList

Marks dependencies of required modules as 'required', recursively.

$ ThemeExtensionList#engineListProperty in class ThemeExtensionList

The theme engine list needed by this theme list.

EntityReferenceFieldItemListClass in namespace Drupal\Core\Field

Defines an item list class for entity reference fields.

EntityReferenceFieldItemListInterfaceClass in namespace Drupal\Core\Field

Interface for entity reference lists of field items.

$ FieldConfigBase#entity_typeProperty in class FieldConfigBase

The name of the entity type the field is attached to.

$ FieldDefinitionListener#entityTypeManagerProperty in class FieldDefinitionListener

The entity type manager.

$ FieldDefinitionListener#entityFieldManagerProperty in class FieldDefinitionListener

The entity field manager.

FieldItemList::equals() — Method in class FieldItemList

Determines equality to another object implementing FieldItemListInterface.

FieldItemListInterface::equals() — Method in class FieldItemListInterface

Determines equality to another object implementing FieldItemListInterface.

$ FieldStorageDefinitionListener#entityTypeManagerProperty in class FieldStorageDefinitionListener

The entity type manager.

$ FieldStorageDefinitionListener#eventDispatcherProperty in class FieldStorageDefinitionListener

The event dispatcher.

$ FieldStorageDefinitionListener#entityLastInstalledSchemaRepositoryProperty in class FieldStorageDefinitionListener

The entity definition manager.

$ FieldStorageDefinitionListener#entityFieldManagerProperty in class FieldStorageDefinitionListener

The entity field manager.

FieldUpdateActionBase::execute() — Method in class FieldUpdateActionBase

Executes the plugin.

MapFieldItemList::equals() — Method in class MapFieldItemList

Determines equality to another object implementing FieldItemListInterface.

EntityReferenceEntityFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'entity reference rendered entity' formatter.

$ EntityReferenceEntityFormatter#entityTypeManagerProperty in class EntityReferenceEntityFormatter

The entity type manager.

$ EntityReferenceEntityFormatter#entityDisplayRepositoryProperty in class EntityReferenceEntityFormatter

The entity display repository.

EntityReferenceFormatterBaseClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Parent plugin for entity reference formatters.

EntityReferenceIdFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'entity reference ID' formatter.

EntityReferenceLabelFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'entity reference label' formatter.

$ StringFormatter#entityTypeManagerProperty in class StringFormatter

The entity type manager.

EmailItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'email' field type.

EntityReferenceItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'entity_reference' entity field type.

EmailDefaultWidgetClass in namespace Drupal\Core\Field\Plugin\Field\FieldWidget

Plugin implementation of the 'email_default' widget.

EntityReferenceAutocompleteTagsWidgetClass in namespace Drupal\Core\Field\Plugin\Field\FieldWidget

Plugin implementation of the 'entity_reference_autocomplete_tags' widget.

EntityReferenceAutocompleteWidgetClass in namespace Drupal\Core\Field\Plugin\Field\FieldWidget

Plugin implementation of the 'entity_reference_autocomplete' widget.

EntityReferenceAutocompleteWidget::errorElement() — Method in class EntityReferenceAutocompleteWidget

Assigns a field-level validation error to the right widget sub-element.

NumberWidget::errorElement() — Method in class NumberWidget

Assigns a field-level validation error to the right widget sub-element.

WidgetBase::extractFormValues() — Method in class WidgetBase

Extracts field values from submitted form values.

WidgetBase::errorElement() — Method in class WidgetBase

Assigns a field-level validation error to the right widget sub-element.

WidgetBaseInterface::extractFormValues() — Method in class WidgetBaseInterface

Extracts field values from submitted form values.

WidgetInterface::errorElement() — Method in class WidgetInterface

Assigns a field-level validation error to the right widget sub-element.

HtaccessWriter::ensure() — Method in class HtaccessWriter

Creates a .htaccess file in each Drupal files directory if it is missing.

HtaccessWriterInterface::ensure() — Method in class HtaccessWriterInterface

Creates a .htaccess file in each Drupal files directory if it is missing.

ExtensionMimeTypeGuesserClass in namespace Drupal\Core\File\MimeType

Makes possible to guess the MIME type of a file using its extension.

DatabaseBackend::ensureTableExists() — Method in class DatabaseBackend

Check if the flood table exists and create it if not.

$ MemoryBackend#eventsProperty in class MemoryBackend

An array holding flood events, keyed by event name and identifier.

EnforcedResponseClass in namespace Drupal\Core\Form

A wrapper containing a response which is to be enforced upon delivery.

EnforcedResponseExceptionClass in namespace Drupal\Core\Form

Custom exception to break out of the main request and enforce a response.

$ FormBuilder#eventDispatcherProperty in class FormBuilder

The event dispatcher.

$ FormBuilder#elementInfoProperty in class FormBuilder

The element info manager.

FormBuilder::executeValidateHandlers() — Method in class FormBuilder

Executes custom validation handlers for a given form.

FormBuilder::executeSubmitHandlers() — Method in class FormBuilder

Executes custom submission handlers for a given form.

FormBuilder::elementTriggeredScriptedSubmission() — Method in class FormBuilder

Detects if an element triggered the form submission via Ajax.

$ FormState#executedProperty in class FormState

If TRUE, the form was submitted and has been processed and executed.

$ FormState#errorsProperty in class FormState

Contains errors for this form.

FormSubmitter::executeSubmitHandlers() — Method in class FormSubmitter

Executes custom submission handlers for a given form.

FormSubmitterInterface::executeSubmitHandlers() — Method in class FormSubmitterInterface

Executes custom submission handlers for a given form.

FormValidator::executeValidateHandlers() — Method in class FormValidator

Executes custom validation handlers for a given form.

FormValidatorInterface::executeValidateHandlers() — Method in class FormValidatorInterface

Executes custom validation handlers for a given form.

ImageToolkitOperationBase::execute() — Method in class ImageToolkitOperationBase

Performs the actual manipulation on the image.

ExtensionListTraitClass in namespace Drupal\Core\Installer

Provides common functionality for the extension list classes.

DatabaseStorage::ensureTableExists() — Method in class DatabaseStorage

Check if the table exists and create it if not.

DatabaseLockBackend::ensureTableExists() — Method in class DatabaseLockBackend

Check if the semaphore table exists and create it if not.

RfcLoggerTrait::emergency() — Method in class RfcLoggerTrait
{@inheritdoc}
RfcLoggerTrait::error() — Method in class RfcLoggerTrait
{@inheritdoc}
$ DefaultMenuLinkTreeManipulators#entityTypeManagerProperty in class DefaultMenuLinkTreeManipulators

The entity type manager.

MenuLinkDefaultForm::extractFormValues() — Method in class MenuLinkDefaultForm

Extracts a plugin definition from form values.

MenuLinkFormInterface::extractFormValues() — Method in class MenuLinkFormInterface

Extracts a plugin definition from form values.

$ MenuParentFormSelector#entityTypeManagerProperty in class MenuParentFormSelector

The entity type manager service.

$ MenuTreeParameters#expandedParentsProperty in class MenuTreeParameters

An array of parent link IDs.

MenuTreeParameters::excludeRoot() — Method in class MenuTreeParameters

Excludes the root menu link from the tree.

MenuTreeStorage::ensureTableExists() — Method in class MenuTreeStorage

Checks if the tree table exists and create it if not.

StaticMenuLinkOverrides::encodeId() — Method in class StaticMenuLinkOverrides

Encodes the ID by replacing dots with double underscores.

EntityConverterClass in namespace Drupal\Core\ParamConverter

Parameter converter for upcasting entity IDs to full objects.

$ EntityConverter#entityTypeManagerProperty in class EntityConverter

Entity type manager which performs the upcasting in the end.

$ EntityConverter#entityRepositoryProperty in class EntityConverter

Entity repository.

EntityRevisionParamConverterClass in namespace Drupal\Core\ParamConverter

Parameter converter for upcasting entity revision IDs to full objects.

$ EntityRevisionParamConverter#entityTypeManagerProperty in class EntityRevisionParamConverter

The entity type manager.

$ EntityRevisionParamConverter#entityRepositoryProperty in class EntityRevisionParamConverter

The entity repository.

PhpassHashedPassword::enforceLog2Boundaries() — Method in class PhpassHashedPassword

Ensures that $count_log2 is within set bounds.

$ UniquePathAliasConstraintValidator#entityTypeManagerProperty in class UniquePathAliasConstraintValidator

The entity type manager.

EntityContextClass in namespace Drupal\Core\Plugin\Context

Class to provide a specific entity context.

EntityContextDefinitionClass in namespace Drupal\Core\Plugin\Context

Defines a class to provide entity context definitions.

DefaultPluginManager::extractProviderFromDefinition() — Method in class DefaultPluginManager

Extracts the provider from a plugin definition.

ExtensionMimeTypeGuesserClass in namespace Drupal\Core\ProxyClass\File\MimeType

Provides a proxy class for \Drupal\Core\File\MimeType\ExtensionMimeTypeGuesser.

DatabaseQueue::ensureTableExists() — Method in class DatabaseQueue

Check if the table exists and create it if not.

ElementClass in namespace Drupal\Core\Render

Provides helper methods for Drupal render elements.

ElementInfoManagerClass in namespace Drupal\Core\Render

Provides a plugin manager for element plugins.

$ ElementInfoManager#elementInfoProperty in class ElementInfoManager

Stores the available element information.

ElementInfoManagerInterfaceClass in namespace Drupal\Core\Render

Collects available render array element types.

ElementInterfaceClass in namespace Drupal\Core\Render\Element

Provides an interface for render element plugins.

EmailClass in namespace Drupal\Core\Render\Element

Provides a form input element for entering an email address.

$ AjaxRenderer#elementInfoManagerProperty in class AjaxRenderer

The element info manager.

$ HtmlRenderer#eventDispatcherProperty in class HtmlRenderer

The event dispatcher.

$ Renderer#elementInfoProperty in class Renderer

The element info.

Renderer::executeInRenderContext() — Method in class Renderer

Executes a callable within a render context.

Renderer::ensureMarkupIsSafe() — Method in class Renderer

Escapes #plain_text or filters #markup as required.

RendererInterface::executeInRenderContext() — Method in class RendererInterface

Executes a callable within a render context.

EnhancerInterfaceClass in namespace Drupal\Core\Routing

A route enhance service to determine route enhance rules.

EnhancerInterface::enhance() — Method in class EnhancerInterface

Updates the defaults for a route definition based on the request.

EntityRevisionRouteEnhancerClass in namespace Drupal\Core\Routing\Enhancer

Adds _entity_revision to the request attributes, if possible.

EntityRevisionRouteEnhancer::enhance() — Method in class EntityRevisionRouteEnhancer

Updates the defaults for a route definition based on the request.

FormRouteEnhancer::enhance() — Method in class FormRouteEnhancer

Updates the defaults for a route definition based on the request.

ParamConversionEnhancer::enhance() — Method in class ParamConversionEnhancer

Updates the defaults for a route definition based on the request.

MatcherDumper::ensureTableExists() — Method in class MatcherDumper

Checks if the tree table exists and create it if not.

$ RouteProvider#extraCacheKeyPartsProperty in class RouteProvider

An array of cache key parts to be used for the route match cache.

$ Router#enhancersProperty in class Router

The list of available enhancers.

$ AccountProxy#eventDispatcherProperty in class AccountProxy

Event dispatcher.

MaintenanceMode::exempt() — Method in class MaintenanceMode

Determines whether a user has access to the site in maintenance mode.

MaintenanceModeInterface::exempt() — Method in class MaintenanceModeInterface

Determines whether a user has access to the site in maintenance mode.

$ BreakLockLink#entityTypeManagerProperty in class BreakLockLink

The entity type manager.

$ PrivateTempStore#expireProperty in class PrivateTempStore

The time to live for items in seconds.

$ PrivateTempStoreFactory#expireProperty in class PrivateTempStoreFactory

The time to live for items in seconds.

$ SharedTempStore#expireProperty in class SharedTempStore

The time to live for items in seconds.

SharedTempStore::ensureAnonymousSession() — Method in class SharedTempStore

Stores the owner in the session if the user is anonymous.

$ SharedTempStoreFactory#expireProperty in class SharedTempStoreFactory

The time to live for items in seconds.

AttributeArray::exchangeArray() — Method in class AttributeArray

Exchange the array for another one.

StringLoader::exists() — Method in class StringLoader
{@inheritdoc}
TwigExtension::escapePlaceholder() — Method in class TwigExtension

Provides a placeholder wrapper around ::escapeFilter.

TwigExtension::escapeFilter() — Method in class TwigExtension

Overrides twig_escape_filter().

EnvironmentCleanerClass in namespace Drupal\Core\Test

Helper class for cleaning test environments.

EnvironmentCleanerInterfaceClass in namespace Drupal\Core\Test

Defines an interface for cleaning up test results and fixtures.

$ ActiveTheme#engineProperty in class ActiveTheme

The engine of the theme.

$ ActiveTheme#extensionProperty in class ActiveTheme

The extension object.

$ ThemeInitialization#extensionsProperty in class ThemeInitialization

The extensions that might be attaching assets.

ComputedItemListTrait::ensureComputedValue() — Method in class ComputedItemListTrait

Ensures that values are only computed once.

EmailClass in namespace Drupal\Core\TypedData\Plugin\DataType

The Email data type.

ExecutionContextClass in namespace Drupal\Core\TypedData\Validation

Defines an execution context class.

ExecutionContextFactoryClass in namespace Drupal\Core\TypedData\Validation

Defines an execution factory for the Typed Data validator.

$ UpdateHookRegistry#enabledModulesProperty in class UpdateHookRegistry

A list of enabled modules.

$ UpdateRegistry#enabledModulesProperty in class UpdateRegistry
$ Url#externalProperty in class Url

Indicates whether this object contains an external URL.

ErrorClass in namespace Drupal\Core\Utility

Drupal error utility class.

$ CountConstraint#exactMessageProperty in class CountConstraint
EmailConstraintClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Count constraint.

$ LengthConstraint#exactMessageProperty in class LengthConstraint
UninstallDefaultContentTest::expectedBlocks() — Method in class UninstallDefaultContentTest

Returns the expected properties of this profile's custom blocks.

$ ActionFormBase#entityProperty in class ActionFormBase

The action entity.

ActionFormBase::exists() — Method in class ActionFormBase

Determines if the action already exists.

$ FeedViewBuilder#entityTypeManagerProperty in class FeedViewBuilder

The entity type manager.

ItemStorage::executeFeedItemQuery() — Method in class ItemStorage

Helper method to execute an item query.

$ Fid#entityTypeManagerProperty in class Fid

The entity type manager.

$ Iid#entityTypeManagerProperty in class Iid

The entity type manager.

$ Rss#entityTypeIdProperty in class Rss
{@inheritdoc}
$ BasicAuth#entityTypeManagerProperty in class BasicAuth

The entity type manager service.

$ BigPipe#eventDispatcherProperty in class BigPipe

The event dispatcher.

$ BlockForm#entityProperty in class BlockForm

The block entity.

EntityBlockClass in namespace Drupal\block\Plugin\migrate\destination
$ BlockContentAccessControlHandler#eventDispatcherProperty in class BlockContentAccessControlHandler

The event dispatcher.

$ BlockContentForm#entityProperty in class BlockContentForm

The block content entity.

BlockContentTranslationHandler::entityFormTitle() — Method in class BlockContentTranslationHandler

Returns the title to be used for the entity form page.

$ BlockContentUuidLookup#entityTypeManagerProperty in class BlockContentUuidLookup

The entity type manager.

$ BlockContentBlock#entityTypeManagerProperty in class BlockContentBlock

The entity type manager service.

$ BlockContentBlock#entityDisplayRepositoryProperty in class BlockContentBlock

The entity display repository.

$ BookBreadcrumbBuilder#entityRepositoryProperty in class BookBreadcrumbBuilder

The entity repository service.

$ BookExport#entityRepositoryProperty in class BookExport

The entity repository service.

BookExport::exportTraverse() — Method in class BookExport

Traverses the book tree to build printable or exportable output.

$ BookManager#entityTypeManagerProperty in class BookManager

Entity type manager.

$ BookManager#entityRepositoryProperty in class BookManager

The entity repository service.

$ BookUninstallValidator#entityTypeManagerProperty in class BookUninstallValidator

The entity type manager.

$ BookAdminEditForm#entityRepositoryProperty in class BookAdminEditForm

The entity repository service.

$ BookOutlineForm#entityProperty in class BookOutlineForm

The book being displayed.

$ DrupalAspectsOfCKEditor5Plugin#elementsProperty in class DrupalAspectsOfCKEditor5Plugin

List of elements and attributes provided.

$ CKEditor5ImageController#eventDispatcherProperty in class CKEditor5ImageController

The event dispatcher.

$ CKEditor5MediaController#entityRepositoryProperty in class CKEditor5MediaController

The entity repository.

EnabledConfigurablePluginsConstraintClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

The CKEditor 5 plugin settings.

EnabledConfigurablePluginsConstraintValidatorClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

Enabled configurable plugin settings validator.

$ SourceEditingRedundantTagsConstraint#enabledPluginsMessageProperty in class SourceEditingRedundantTagsConstraint

When a Source Editing tag is added that an enabled plugin supports.

$ AddStyleSheetCommand#editorIdProperty in class AddStyleSheetCommand

The CKEditor instance ID.

$ CommentBreadcrumbBuilder#entityTypeManagerProperty in class CommentBreadcrumbBuilder

The entity type manager.

$ CommentForm#entityFieldManagerProperty in class CommentForm

The entity field manager.

$ CommentLazyBuilders#entityTypeManagerProperty in class CommentLazyBuilders

The entity type manager service.

$ CommentLazyBuilders#entityFormBuilderProperty in class CommentLazyBuilders

The entity form builder service.

$ CommentLinkBuilder#entityTypeManagerProperty in class CommentLinkBuilder

The entity type manager service.

$ CommentManager#entityFieldManagerProperty in class CommentManager

The entity field manager.

$ CommentManager#entityDisplayRepositoryProperty in class CommentManager

The entity display repository.

$ CommentManager#entityTypeManagerProperty in class CommentManager

The entity type manager.

$ CommentStatistics#entityTypeManagerProperty in class CommentStatistics

The entity type manager.

CommentTranslationHandler::entityFormAlter() — Method in class CommentTranslationHandler

Performs the needed alterations to the entity form.

CommentTranslationHandler::entityFormTitle() — Method in class CommentTranslationHandler

Returns the title to be used for the entity form page.

CommentTranslationHandler::entityFormEntityBuild() — Method in class CommentTranslationHandler

Entity builder method.

$ CommentTypeForm#entityTypeManagerProperty in class CommentTypeForm

Entity type manager service.

CommentTypeForm::entityTypeSupportsComments() — Method in class CommentTypeForm

Wraps _comment_entity_uses_integer_id().

$ CommentViewBuilder#entityTypeManagerProperty in class CommentViewBuilder

The entity type manager.

$ CommentController#entityFieldManagerProperty in class CommentController

The entity field manager.

$ CommentController#entityRepositoryProperty in class CommentController

The entity repository.

$ CommentAdminOverview#entityTypeManagerProperty in class CommentAdminOverview

The entity type manager.

$ CommentTypeDeleteForm#entityProperty in class CommentTypeDeleteForm

The entity being used by this form.

UnpublishByKeywordComment::execute() — Method in class UnpublishByKeywordComment

Executes the plugin.

CommentSelection::entityQueryAlter() — Method in class CommentSelection

Allows the selection to alter the SelectQuery generated by EntityFieldQuery.

$ CommentDefaultFormatter#entityDisplayRepositoryProperty in class CommentDefaultFormatter

The entity display repository.

$ CommentDefaultFormatter#entityFormBuilderProperty in class CommentDefaultFormatter

The entity form builder.

EntityCommentClass in namespace Drupal\comment\Plugin\migrate\destination
EntityCommentTypeClass in namespace Drupal\comment\Plugin\migrate\destination
CommentBulkForm::emptySelectedMessage() — Method in class CommentBulkForm

Returns the message to be displayed when there are no selected items.

EntityLinkClass in namespace Drupal\comment\Plugin\views\field

Handler for showing comment module's entity links.

$ NodeNewComments#entityTypeManagerProperty in class NodeNewComments

The entity type manager.

$ NodeNewComments#entityFieldManagerProperty in class NodeNewComments

The entity field manager.

$ Rss#entityTypeIdProperty in class Rss
{@inheritdoc}
$ ConfigController#exportStorageProperty in class ConfigController

The export storage.

$ ConfigSingleExportForm#entityTypeManagerProperty in class ConfigSingleExportForm

The entity type manager.

$ ConfigSingleImportForm#entityTypeManagerProperty in class ConfigSingleImportForm

The entity type manager.

$ ConfigSingleImportForm#eventDispatcherProperty in class ConfigSingleImportForm

The event dispatcher.

$ ConfigSync#eventDispatcherProperty in class ConfigSync

Event dispatcher.

StorageReplaceDataWrapper::exists() — Method in class StorageReplaceDataWrapper

Returns whether a configuration object exists.

StorageReplaceDataWrapper::encode() — Method in class StorageReplaceDataWrapper

Encodes configuration data into the storage-specific format.

$ ConfigEntityMapper#entityTypeManagerProperty in class ConfigEntityMapper

The entity type manager.

$ ConfigEntityMapper#entityTypeProperty in class ConfigEntityMapper

Configuration entity type name.

$ ConfigEntityMapper#entityProperty in class ConfigEntityMapper

Loaded entity instance to help produce the translation interface.

$ ConfigFieldMapper#entityProperty in class ConfigFieldMapper

Loaded entity instance to help produce the translation interface.

$ ConfigNamesMapper#eventDispatcherProperty in class ConfigNamesMapper

The event dispatcher.

$ ConfigTranslationFieldListBuilder#entityTypeManagerProperty in class ConfigTranslationFieldListBuilder

The entity type manager.

$ ConfigTranslationFieldListBuilder#entityTypeBundleInfoProperty in class ConfigTranslationFieldListBuilder

The entity bundle info.

ElementInterfaceClass in namespace Drupal\config_translation\FormElement

Provides an interface for configuration translation form elements.

$ FormElementBase#elementProperty in class FormElementBase

The schema element this form is for.

$ ListElement#elementProperty in class ListElement

The schema element this form is for.

$ ContactFormEditForm#emailValidatorProperty in class ContactFormEditForm

The email validator.

$ MessageForm#entityProperty in class MessageForm

The message being used by this form.

EntityOperationsClass in namespace Drupal\content_moderation

Defines a class for reacting to entity events.

$ EntityOperations#entityTypeManagerProperty in class EntityOperations

The Entity Type Manager service.

EntityOperations::entityPresave() — Method in class EntityOperations

Acts on an entity and set published status based on the moderation state.

EntityOperations::entityInsert() — Method in class EntityOperations
EntityOperations::entityUpdate() — Method in class EntityOperations
EntityOperations::entityDelete() — Method in class EntityOperations
EntityOperations::entityRevisionDelete() — Method in class EntityOperations
EntityOperations::entityTranslationDelete() — Method in class EntityOperations
EntityOperations::entityView() — Method in class EntityOperations

Act on entities being assembled before rendering.

EntityTypeInfoClass in namespace Drupal\content_moderation

Manipulates entity type information.

$ EntityTypeInfo#entityTypeManagerProperty in class EntityTypeInfo

The entity type manager.

EntityTypeInfo::entityTypeAlter() — Method in class EntityTypeInfo

Adds Moderation configuration to appropriate entity types.

EntityTypeInfo::entityExtraFieldInfo() — Method in class EntityTypeInfo

Gets the "extra fields" for a bundle.

EntityTypeInfo::entityBaseFieldInfo() — Method in class EntityTypeInfo

Adds base field info to an entity type.

EntityTypeInfo::entityPrepareForm() — Method in class EntityTypeInfo

Replaces the entity form entity object with a proper revision object.

BlockContentModerationHandler::enforceRevisionsEntityFormAlter() — Method in class BlockContentModerationHandler

Alters entity forms to enforce revision handling.

BlockContentModerationHandler::enforceRevisionsBundleFormAlter() — Method in class BlockContentModerationHandler

Alters bundle forms to enforce revision handling.

ModerationHandler::enforceRevisionsEntityFormAlter() — Method in class ModerationHandler

Alters entity forms to enforce revision handling.

ModerationHandler::enforceRevisionsBundleFormAlter() — Method in class ModerationHandler

Alters bundle forms to enforce revision handling.

ModerationHandlerInterface::enforceRevisionsEntityFormAlter() — Method in class ModerationHandlerInterface

Alters entity forms to enforce revision handling.

ModerationHandlerInterface::enforceRevisionsBundleFormAlter() — Method in class ModerationHandlerInterface

Alters bundle forms to enforce revision handling.

NodeModerationHandler::enforceRevisionsEntityFormAlter() — Method in class NodeModerationHandler

Alters entity forms to enforce revision handling.

NodeModerationHandler::enforceRevisionsBundleFormAlter() — Method in class NodeModerationHandler

Alters bundle forms to enforce revision handling.

EntityModerationRouteProviderClass in namespace Drupal\content_moderation\Entity\Routing

Dynamic route provider for the Content moderation module.

$ EntityModerationRouteProvider#entityFieldManagerProperty in class EntityModerationRouteProvider

The entity type manager.

$ ConfigImportSubscriber#entityTypeManagerProperty in class ConfigImportSubscriber

The entity type manager.

$ ContentModerationConfigureEntityTypesForm#entityTypeManagerProperty in class ContentModerationConfigureEntityTypesForm

The entity type manager service.

$ ContentModerationConfigureEntityTypesForm#entityTypeProperty in class ContentModerationConfigureEntityTypesForm

The entity type definition object.

$ ContentModerationConfigureForm#entityTypeManagerProperty in class ContentModerationConfigureForm

The entity type manager.

$ ContentModerationConfigureForm#entityTypeBundleInfoProperty in class ContentModerationConfigureForm

The entity type bundle info service.

EntityModerationFormClass in namespace Drupal\content_moderation\Form

The EntityModerationForm provides a simple UI for changing moderation state.

$ ModeratedNodeListBuilder#entityTypeManagerProperty in class ModeratedNodeListBuilder

The entity type manager.

$ ModerationInformation#entityTypeManagerProperty in class ModerationInformation

The entity type manager.

$ DynamicLocalTasks#entityTypeManagerProperty in class DynamicLocalTasks

The entity type manager.

$ ModerationStateWidget#entityTypeManagerProperty in class ModerationStateWidget

The entity type manager.

$ ContentModeration#entityTypeManagerProperty in class ContentModeration

The entity type manager.

$ ContentModeration#entityTypeBundleInfoProperty in class ContentModeration

The entity type bundle info service.

ModerationStateJoinViewsHandlerTrait::ensureMyTable() — Method in class ModerationStateJoinViewsHandlerTrait
{@inheritdoc}
$ ModerationStateFilter#entityTypeManagerProperty in class ModerationStateFilter

The entity type manager.

$ ModerationStateSort#entityTypeManagerProperty in class ModerationStateSort

The entity type manager.

$ ContentModerationRouteSubscriber#entityTypeManagerProperty in class ContentModerationRouteSubscriber

The entity type manager.

$ ViewsData#entityTypeManagerProperty in class ViewsData

The entity type manager.

$ ContentTranslationDeleteAccess#entityTypeManagerProperty in class ContentTranslationDeleteAccess

The entity type manager.

$ ContentTranslationManageAccessCheck#entityTypeManagerProperty in class ContentTranslationManageAccessCheck

The entity type manager.

$ ContentTranslationOverviewAccess#entityTypeManagerProperty in class ContentTranslationOverviewAccess

The entity type manager service.

$ ContentTranslationHandler#entityTypeIdProperty in class ContentTranslationHandler

The type of the entity being translated.

$ ContentTranslationHandler#entityTypeProperty in class ContentTranslationHandler

Information about the entity type.

$ ContentTranslationHandler#entityTypeManagerProperty in class ContentTranslationHandler

The entity type manager.

ContentTranslationHandler::entityFormAlter() — Method in class ContentTranslationHandler

Performs the needed alterations to the entity form.

ContentTranslationHandler::entityFormSharedElements() — Method in class ContentTranslationHandler

Process callback: determines which elements get clue in the form.

ContentTranslationHandler::entityFormEntityBuild() — Method in class ContentTranslationHandler

Entity builder method.

ContentTranslationHandler::entityFormValidate() — Method in class ContentTranslationHandler

Form validation handler for ContentTranslationHandler::entityFormAlter().

ContentTranslationHandler::entityFormSubmit() — Method in class ContentTranslationHandler

Form submission handler for ContentTranslationHandler::entityFormAlter().

ContentTranslationHandler::entityFormSourceChange() — Method in class ContentTranslationHandler

Form submission handler for ContentTranslationHandler::entityFormAlter().

ContentTranslationHandler::entityFormDelete() — Method in class ContentTranslationHandler

Form submission handler for ContentTranslationHandler::entityFormAlter().

ContentTranslationHandler::entityFormDeleteTranslation() — Method in class ContentTranslationHandler

Form submission handler for ContentTranslationHandler::entityFormAlter().

ContentTranslationHandler::entityFormTitle() — Method in class ContentTranslationHandler

Returns the title to be used for the entity form page.

ContentTranslationHandlerInterface::entityFormAlter() — Method in class ContentTranslationHandlerInterface

Performs the needed alterations to the entity form.

$ ContentTranslationManager#entityTypeBundleInfoProperty in class ContentTranslationManager

The entity type bundle info provider.

$ ContentTranslationManager#entityTypeManagerProperty in class ContentTranslationManager

The entity type manager.

$ ContentTranslationPermissions#entityTypeManagerProperty in class ContentTranslationPermissions

The entity type manager.

$ ContentTranslationPermissions#entityTypeBundleInfoProperty in class ContentTranslationPermissions

The entity bundle info.

$ ContentTranslationController#entityFieldManagerProperty in class ContentTranslationController

The entity field manager.

ContentTranslationController::edit() — Method in class ContentTranslationController

Builds the edit translation page.

$ FieldTranslationSynchronizer#entityTypeManagerProperty in class FieldTranslationSynchronizer

The entity type manager.

$ ContentTranslationSynchronizedFieldsConstraintValidator#entityTypeManagerProperty in class ContentTranslationSynchronizedFieldsConstraintValidator

The entity type manager.

EntityTranslationSettingsClass in namespace Drupal\content_translation\Plugin\migrate\source\d7

Drupal 7 Entity Translation settings (variables) from database.

DbLogController::eventDetails() — Method in class DbLogController

Displays details about a specific database log message.

$ InstallHelper#entityTypeManagerProperty in class InstallHelper

Entity type manager.

$ InstallHelper#enabledLanguagesProperty in class InstallHelper

Enabled languages.

EditorDialogSaveClass in namespace Drupal\editor\Ajax

Provides an AJAX command for saving the contents of an editor dialog.

EditorClass in namespace Drupal\editor\Annotation

Defines an Editor annotation object.

EditorAccessControlHandlerClass in namespace Drupal\editor

Defines the access control handler for the text editor entity type.

EditorControllerClass in namespace Drupal\editor

Returns responses for Editor module routes.

EditorInterfaceClass in namespace Drupal\editor

Provides an interface defining a text editor entity.

EditorXssFilterInterfaceClass in namespace Drupal\editor

Defines an interface for text editor XSS (Cross-site scripting) filters.

ElementClass in namespace Drupal\editor

Defines a service for Text Editor's render elements.

EditorClass in namespace Drupal\editor\Entity

Defines the configured text editor entity.

$ Editor#editorProperty in class Editor

The name (plugin ID) of the text editor.

$ Editor#editorPluginManagerProperty in class Editor
Editor::editorPluginManager() — Method in class Editor

Returns the editor plugin manager.

EditorConfigTranslationSubscriberClass in namespace Drupal\editor\EventSubscriber

Adds configuration names to configuration mapper on POPULATE_MAPPER event.

EditorImageDialogClass in namespace Drupal\editor\Form

Provides an image dialog for text editors.

EditorLinkDialogClass in namespace Drupal\editor\Form

Provides a link dialog for text editors.

EditorBaseClass in namespace Drupal\editor\Plugin

Defines a base class from which other modules providing editors may extend.

EditorManagerClass in namespace Drupal\editor\Plugin

Configurable text editor manager.

EditorPluginInterfaceClass in namespace Drupal\editor\Plugin

Defines an interface for configurable text editors.

EditorFileReferenceClass in namespace Drupal\editor\Plugin\Filter

Provides a filter to track images uploaded via a Text Editor.

$ EditorFileReference#entityRepositoryProperty in class EditorFileReference

The entity repository.

EditorClass in namespace Drupal\editor\Plugin\InPlaceEditor

Defines the formatted text in-place editor.

EntityDisplayRebuilderClass in namespace Drupal\field

Rebuilds all form and view modes for a passed entity bundle.

$ EntityDisplayRebuilder#entityTypeManagerProperty in class EntityDisplayRebuilder

The field storage config storage.

$ EntityDisplayRebuilder#entityDisplayRepositoryProperty in class EntityDisplayRebuilder

The display repository.

$ EntityDisplayRebuilder#entityTypeBundleInfoProperty in class EntityDisplayRebuilder

The entity type bundle info.

$ FieldStorageConfig#entity_typeProperty in class FieldStorageConfig

The name of the entity type the field can be attached to.

$ FieldConfigStorage#entityTypeManagerProperty in class FieldConfigStorage

The entity type manager.

$ FieldStorageConfigStorage#entityTypeManagerProperty in class FieldStorageConfigStorage

The entity type manager.

EmailClass in namespace Drupal\field\Plugin\migrate\field

MigrateField Plugin for Drupal 6 and 7 email fields.

EntityReferenceClass in namespace Drupal\field\Plugin\migrate\field\d7

MigrateField plugin for Drupal 7 entity_reference fields.

EntityDisplayWithLayoutInterfaceClass in namespace Drupal\field_layout\Display

Provides a common interface for entity displays that have layout.

EntityDisplayWithLayoutInterface::ensureLayout() — Method in class EntityDisplayWithLayoutInterface

Ensures this entity has a layout.

FieldLayoutEntityDisplayTrait::ensureLayout() — Method in class FieldLayoutEntityDisplayTrait
{@inheritdoc}
$ FieldLayoutBuilder#entityFieldManagerProperty in class FieldLayoutBuilder

The entity field manager.

$ FormModeAccessCheck#entityTypeManagerProperty in class FormModeAccessCheck

The entity type manager.

$ ViewModeAccessCheck#entityTypeManagerProperty in class ViewModeAccessCheck

The entity type manager.

EntityDisplayModeControllerClass in namespace Drupal\field_ui\Controller

Provides methods for entity display mode routes.

EntityDisplayModeListBuilderClass in namespace Drupal\field_ui

Defines a class to build a listing of view mode entities.

$ EntityDisplayModeListBuilder#entityTypesProperty in class EntityDisplayModeListBuilder

All entity types.

EntityFormModeListBuilderClass in namespace Drupal\field_ui

Defines a class to build a listing of form mode entities.

$ FieldConfigListBuilder#entityTypeManagerProperty in class FieldConfigListBuilder

The entity type manager.

$ FieldConfigListBuilder#entityFieldManagerProperty in class FieldConfigListBuilder

The entity field manager.

$ FieldStorageConfigListBuilder#entityTypeManagerProperty in class FieldStorageConfigListBuilder

The entity type manager.

$ FieldUiPermissions#entityTypeManagerProperty in class FieldUiPermissions

The entity type manager.

EntityDisplayFormBaseClass in namespace Drupal\field_ui\Form

Base class for EntityDisplay edit forms.

$ EntityDisplayFormBase#entityDisplayRepositoryProperty in class EntityDisplayFormBase

The entity display repository.

$ EntityDisplayFormBase#entityFieldManagerProperty in class EntityDisplayFormBase

The entity field manager.

$ EntityDisplayFormBase#entityProperty in class EntityDisplayFormBase

The entity being used by this form.

EntityDisplayModeAddFormClass in namespace Drupal\field_ui\Form

Provides the add form for entity display modes.

EntityDisplayModeDeleteFormClass in namespace Drupal\field_ui\Form

Provides the delete form for entity display modes.

EntityDisplayModeEditFormClass in namespace Drupal\field_ui\Form

Provides the edit form for entity display modes.

EntityDisplayModeFormBaseClass in namespace Drupal\field_ui\Form

Provides the generic base class for entity display mode forms.

$ EntityDisplayModeFormBase#entityTypeProperty in class EntityDisplayModeFormBase

The entity type definition.

EntityDisplayModeFormBase::exists() — Method in class EntityDisplayModeFormBase

Determines if the display mode already exists.

EntityFormDisplayEditFormClass in namespace Drupal\field_ui\Form

Edit form for the EntityFormDisplay entity type.

EntityFormModeAddFormClass in namespace Drupal\field_ui\Form

Provides the add form for entity display modes.

EntityViewDisplayEditFormClass in namespace Drupal\field_ui\Form

Edit form for the EntityViewDisplay entity type.

$ FieldConfigDeleteForm#entityTypeBundleInfoProperty in class FieldConfigDeleteForm

The entity type bundle info service.

$ FieldConfigEditForm#entityProperty in class FieldConfigEditForm

The entity being used by this form.

$ FieldConfigEditForm#entityTypeBundleInfoProperty in class FieldConfigEditForm

The entity type bundle info service.

$ FieldStorageAddForm#entityTypeIdProperty in class FieldStorageAddForm

The name of the entity type.

$ FieldStorageAddForm#entityTypeManagerProperty in class FieldStorageAddForm

The entity type manager.

$ FieldStorageAddForm#entityFieldManagerProperty in class FieldStorageAddForm

The entity field manager.

$ FieldStorageAddForm#entityDisplayRepositoryProperty in class FieldStorageAddForm

The entity display repository.

$ FieldStorageConfigEditForm#entityProperty in class FieldStorageConfigEditForm

The entity being used by this form.

$ FieldUiLocalAction#entityTypeManagerProperty in class FieldUiLocalAction

The entity type manager.

$ FieldUiLocalTask#entityTypeManagerProperty in class FieldUiLocalTask

The entity type manager.

$ FieldUiLocalTask#entityDisplayRepositoryProperty in class FieldUiLocalTask

The entity display repository.

$ RouteSubscriber#entityTypeManagerProperty in class RouteSubscriber

The entity type manager service.

$ FileRepository#entityTypeManagerProperty in class FileRepository

The entity type manager.

FileWidget::extractFormValues() — Method in class FileWidget

Extracts field values from submitted form values.

EntityFileClass in namespace Drupal\file\Plugin\migrate\destination
$ FileUploadResource#entityTypeManagerProperty in class FileUploadResource

The entity type manager.

$ FileUploadResource#entityFieldManagerProperty in class FileUploadResource

The entity field manager.

$ FileUploadResource#eventDispatcherProperty in class FileUploadResource

The event dispatcher to dispatch the filename sanitize event.

$ Fid#entityTypeManagerProperty in class Fid

The entity type manager.

$ FileUploadHandler#entityTypeManagerProperty in class FileUploadHandler

The entity type manager.

$ FileUploadHandler#eventDispatcherProperty in class FileUploadHandler

The event dispatcher.

$ FileValidationException#errorsProperty in class FileValidationException

The validation errors.

TextFormat::elementInfo() — Method in class TextFormat

Wraps the element info service.

FilterFormatFormBase::exists() — Method in class FilterFormatFormBase

Determines if the format already exists.

$ FilterFormatListBuilder#entitiesKeyProperty in class FilterFormatListBuilder
{@inheritdoc}
$ FilterPermissions#entityTypeManagerProperty in class FilterPermissions

The entity type manager.

$ ForumBreadcrumbBuilderBase#entityTypeManagerProperty in class ForumBreadcrumbBuilderBase

The entity type manager.

$ ForumManager#entityFieldManagerProperty in class ForumManager

Entity field manager.

$ ForumManager#entityTypeManagerProperty in class ForumManager

Entity type manager.

$ ForumUninstallValidator#entityTypeManagerProperty in class ForumUninstallValidator

The entity type manager.

$ RelationLinkManager#entityFieldManagerProperty in class RelationLinkManager

The entity field manager.

$ RelationLinkManager#entityTypeBundleInfoProperty in class RelationLinkManager

The entity bundle info.

$ RelationLinkManager#entityTypeManagerProperty in class RelationLinkManager

The entity type manager.

$ TypeLinkManager#entityTypeManagerProperty in class TypeLinkManager

The entity type manager.

EntityReferenceItemNormalizerClass in namespace Drupal\hal\Normalizer

Converts the Drupal entity reference item object to HAL array structure.

$ EntityReferenceItemNormalizer#entityResolverProperty in class EntityReferenceItemNormalizer

The entity resolver.

$ EntityReferenceItemNormalizer#entityTypeManagerProperty in class EntityReferenceItemNormalizer

The entity type manager.

HelpSearch::execute() — Method in class HelpSearch

Executes the search.

$ QuickEditImageController#entityDisplayRepositoryProperty in class QuickEditImageController

The entity display repository service.

$ ImageStyle#effectsProperty in class ImageStyle

The array of image effects for this image style.

$ ImageStyle#effectsCollectionProperty in class ImageStyle

Holds the collection of image effects that are used by this image style.

$ ImageEffectAddForm#effectManagerProperty in class ImageEffectAddForm

The image effect manager.

ImageStyleEditForm::effectValidate() — Method in class ImageStyleEditForm

Validate handler for image effect.

ImageStyleEditForm::effectSave() — Method in class ImageStyleEditForm

Submit handler for image effect.

$ ImageStyleFormBase#entityProperty in class ImageStyleFormBase

The entity being used by this form.

EntityImageStyleClass in namespace Drupal\image\Plugin\migrate\destination

Every migration that uses this destination must have an optional dependency on the d6_file migration to ensure it runs first.

EntityAccessCheckerClass in namespace Drupal\jsonapi\Access

Checks access to entities.

$ EntityAccessChecker#entityRepositoryProperty in class EntityAccessChecker

The entity repository.

$ RelationshipFieldAccess#entityAccessCheckerProperty in class RelationshipFieldAccess

The JSON:API entity access checker.

$ RelationshipRouteAccessCheck#entityAccessCheckerProperty in class RelationshipRouteAccessCheck

The JSON:API entity access checker.

$ FieldResolver#entityTypeManagerProperty in class FieldResolver

The entity type manager.

$ FieldResolver#entityTypeBundleInfoProperty in class FieldResolver

The entity type bundle information service.

EntityResourceClass in namespace Drupal\jsonapi\Controller

Process all entity requests.

$ EntityResource#entityTypeManagerProperty in class EntityResource

The entity type manager.

$ EntityResource#entityRepositoryProperty in class EntityResource

The entity repository.

$ EntityResource#entityAccessCheckerProperty in class EntityResource

The JSON:API entity access checker.

EntityResource::executeQueryInRenderContext() — Method in class EntityResource

Executes the query in a render context, to catch bubbled cacheability.

EntityResource::entityExists() — Method in class EntityResource

Checks if the given entity exists.

EntryPointClass in namespace Drupal\jsonapi\Controller

Controller for the API entry point.

FileUpload::ensureFileUploadAccess() — Method in class FileUpload

Ensures that the given account is allowed to upload a file.

$ TemporaryJsonapiFileFieldUploader#eventDispatcherProperty in class TemporaryJsonapiFileFieldUploader

The event dispatcher.

EntityValidationTraitClass in namespace Drupal\jsonapi\Entity

Provides a method to validate an entity.

EntityAccessDeniedHttpExceptionClass in namespace Drupal\jsonapi\Exception

Enhances the access denied exception with information about the entity.

$ EntityAccessDeniedHttpException#errorProperty in class EntityAccessDeniedHttpException

The error which caused the 403.

$ IncludeResolver#entityTypeManagerProperty in class IncludeResolver

The entity type manager.

$ IncludeResolver#entityAccessCheckerProperty in class IncludeResolver

The JSON:API entity access checker.

ErrorCollectionClass in namespace Drupal\jsonapi\JsonApiResource

To be used when the primary data is errors.

$ ErrorCollection#errorsProperty in class ErrorCollection

The HTTP exceptions.

$ LabelOnlyResourceObject#entityProperty in class LabelOnlyResourceObject

The entity represented by this resource object.

LabelOnlyResourceObject::extractFieldsFromEntity() — Method in class LabelOnlyResourceObject

Extracts the entity's fields.

ResourceObject::extractFieldsFromEntity() — Method in class ResourceObject

Extracts the entity's fields.

ResourceObject::extractContentEntityFields() — Method in class ResourceObject

Extracts a content entity's fields.

ResourceObject::extractConfigEntityFields() — Method in class ResourceObject

Extracts a config entity's fields.

EntityAccessDeniedHttpExceptionNormalizerClass in namespace Drupal\jsonapi\Normalizer

Normalizes an EntityAccessDeniedException.

EntityDenormalizerBaseClass in namespace Drupal\jsonapi\Normalizer

Converts the Drupal entity object to a JSON:API array structure.

$ EntityDenormalizerBase#entityTypeManagerProperty in class EntityDenormalizerBase

The entity type manager.

EntityReferenceFieldNormalizerClass in namespace Drupal\jsonapi\Normalizer

Normalizer class specific for entity reference field objects.

$ FieldItemNormalizer#entityTypeManagerProperty in class FieldItemNormalizer

The entity type manager.

$ JsonApiDocumentTopLevelNormalizer#entityTypeManagerProperty in class JsonApiDocumentTopLevelNormalizer

The entity type manager.

TemporaryArrayObjectThrowingExceptions::exchangeArray() — Method in class TemporaryArrayObjectThrowingExceptions

Exchange the current array with another array or object.

EntityUuidConverterClass in namespace Drupal\jsonapi\ParamConverter

Parameter converter for upcasting entity UUIDs to full objects.

EntityConditionClass in namespace Drupal\jsonapi\Query

A condition object for the EntityQuery.

EntityConditionGroupClass in namespace Drupal\jsonapi\Query

A condition group for the EntityQuery.

Filter::expand() — Method in class Filter

Expands any filter parameters using shorthand notation.

Filter::expandItem() — Method in class Filter

Expands a filter item in case a shortcut was used.

Sort::expandFieldString() — Method in class Sort

Expands a simple string sort into a more expressive sort that we can use.

Sort::expandItem() — Method in class Sort

Expands a sort item in case a shortcut was used.

$ ResourceType#entityTypeIdProperty in class ResourceType

The entity type ID.

$ ResourceTypeField#enabledProperty in class ResourceTypeField

Whether the field is disabled.

$ ResourceTypeRepository#entityTypeManagerProperty in class ResourceTypeRepository

The entity type manager.

$ ResourceTypeRepository#entityTypeBundleInfoProperty in class ResourceTypeRepository

The bundle manager.

$ ResourceTypeRepository#entityFieldManagerProperty in class ResourceTypeRepository

The entity field manager.

$ ResourceTypeRepository#eventDispatcherProperty in class ResourceTypeRepository

The event dispatcher.

$ NegotiatorBase#entityTypeManagerProperty in class NegotiatorBase

The entity type manager to load the revision.

NegotiatorBase::ensureVersionExists() — Method in class NegotiatorBase

Helper method that ensures that a version exists.

ResourceVersionRouteEnhancer::enhance() — Method in class ResourceVersionRouteEnhancer

Updates the defaults for a route definition based on the request.

EarlyFormatSetterClass in namespace Drupal\jsonapi\Routing

Sets the 'api_json' format for requests to JSON:API resources.

RouteEnhancer::enhance() — Method in class RouteEnhancer

Updates the defaults for a route definition based on the request.

$ LanguageConfigFactoryOverride#eventDispatcherProperty in class LanguageConfigFactoryOverride

An event dispatcher instance to use for configuration events.

$ LanguageConfigOverride#eventDispatcherProperty in class LanguageConfigOverride

The event dispatcher.

$ ContentLanguageSettingsForm#entityTypeManagerProperty in class ContentLanguageSettingsForm

The entity type manager.

$ ContentLanguageSettingsForm#entityTypeBundleInfoProperty in class ContentLanguageSettingsForm

The entity bundle info.

$ LanguageListBuilder#entitiesKeyProperty in class LanguageListBuilder
{@inheritdoc}
Language::evaluate() — Method in class Language

Evaluates the condition and returns TRUE or FALSE accordingly.

$ LanguageNegotiationContentEntity#entityTypeManagerProperty in class LanguageNegotiationContentEntity

The entity type manager.

$ ChooseBlockController#entityTypeManagerProperty in class ChooseBlockController

The entity type manager.

$ LayoutBuilderHtmlEntityFormController#entityFormControllerProperty in class LayoutBuilderHtmlEntityFormController

The entity form controller being decorated.

$ LayoutBuilder#eventDispatcherProperty in class LayoutBuilder

The event dispatcher.

$ LayoutBuilderEntityViewDisplay#entityFieldManagerProperty in class LayoutBuilderEntityViewDisplay

The entity field manager.

LayoutBuilderEntityViewDisplay::enableLayoutBuilder() — Method in class LayoutBuilderEntityViewDisplay

Enables the Layout Builder.

$ LayoutBuilderSampleEntityGenerator#entityTypeManagerProperty in class LayoutBuilderSampleEntityGenerator

The entity type manager.

$ SetInlineBlockDependency#entityTypeManagerProperty in class SetInlineBlockDependency

The entity type manager.

LayoutSectionItemList::equals() — Method in class LayoutSectionItemList

Determines equality to another object implementing FieldItemListInterface.

$ DefaultsEntityForm#entityTypeBundleInfoProperty in class DefaultsEntityForm

The entity type bundle info service.

$ LayoutBuilderEntityViewDisplayForm#entityProperty in class LayoutBuilderEntityViewDisplayForm

The entity being used by this form.

LayoutBuilderEntityViewDisplayForm::entityFormEntityBuild() — Method in class LayoutBuilderEntityViewDisplayForm

Entity builder for layout options on the entity view display form.

$ InlineBlockEntityOperations#entityTypeManagerProperty in class InlineBlockEntityOperations

The entity type manager.

LayoutBuilderEnabledInterface::enableLayoutBuilder() — Method in class LayoutBuilderEnabledInterface

Enables the Layout Builder.

$ LayoutBuilderOverridesPermissions#entityTypeManagerProperty in class LayoutBuilderOverridesPermissions

The entity type manager.

ExtraFieldBlockClass in namespace Drupal\layout_builder\Plugin\Block

Provides a block that renders an extra field from an entity.

$ ExtraFieldBlock#entityFieldManagerProperty in class ExtraFieldBlock

The entity field manager.

$ ExtraFieldBlock#entityTypeManagerProperty in class ExtraFieldBlock

The entity type manager.

$ FieldBlock#entityFieldManagerProperty in class FieldBlock

The entity field manager.

$ FieldBlock#entityTypeIdProperty in class FieldBlock

The entity type ID.

$ InlineBlock#entityTypeManagerProperty in class InlineBlock

The entity type manager.

$ InlineBlock#entityDisplayRepositoryProperty in class InlineBlock

The entity display repository.

ExtraFieldBlockDeriverClass in namespace Drupal\layout_builder\Plugin\Derivative

Provides entity field block definitions for every field.

$ ExtraFieldBlockDeriver#entityFieldManagerProperty in class ExtraFieldBlockDeriver

The entity field manager.

$ ExtraFieldBlockDeriver#entityTypeManagerProperty in class ExtraFieldBlockDeriver

The entity type manager.

$ ExtraFieldBlockDeriver#entityTypeBundleInfoProperty in class ExtraFieldBlockDeriver

The entity type bundle info.

$ ExtraFieldBlockDeriver#entityTypeRepositoryProperty in class ExtraFieldBlockDeriver

The entity type repository.

$ FieldBlockDeriver#entityTypeRepositoryProperty in class FieldBlockDeriver

The entity type repository.

$ FieldBlockDeriver#entityFieldManagerProperty in class FieldBlockDeriver

The entity field manager.

$ InlineBlockDeriver#entityTypeManagerProperty in class InlineBlockDeriver

The entity type manager.

$ LayoutBuilderLocalTaskDeriver#entityTypeManagerProperty in class LayoutBuilderLocalTaskDeriver

The entity type manager.

LayoutBuilderWidget::extractFormValues() — Method in class LayoutBuilderWidget

Extracts field values from submitted form values.

$ DefaultsSectionStorage#entityTypeManagerProperty in class DefaultsSectionStorage

The entity type manager.

$ DefaultsSectionStorage#entityTypeBundleInfoProperty in class DefaultsSectionStorage

The entity type bundle info.

DefaultsSectionStorage::enableLayoutBuilder() — Method in class DefaultsSectionStorage

Enables the Layout Builder.

$ OverridesSectionStorage#entityTypeManagerProperty in class OverridesSectionStorage

The entity type manager.

$ OverridesSectionStorage#entityFieldManagerProperty in class OverridesSectionStorage

The entity field manager.

$ OverridesSectionStorage#entityRepositoryProperty in class OverridesSectionStorage

The entity repository.

$ QuickEditIntegration#entityTypeManagerProperty in class QuickEditIntegration

The entity type manager.

QuickEditIntegration::entityViewAlter() — Method in class QuickEditIntegration

Alters the entity view build for Quick Edit compatibility.

LayoutTempstoreRouteEnhancer::enhance() — Method in class LayoutTempstoreRouteEnhancer

Updates the defaults for a route definition based on the request.

SectionComponent::eventDispatcher() — Method in class SectionComponent

Wraps the event dispatcher.

ExportFormClass in namespace Drupal\locale\Form

Form for the Gettext translation files export form.

$ MediaFilterController#entityRepositoryProperty in class MediaFilterController

The entity repository.

$ MediaConfigSubscriber#entityTypeManagerProperty in class MediaConfigSubscriber

The entity type manager.

EditorMediaDialogClass in namespace Drupal\media\Form

Provides a media embed dialog for text editors.

$ EditorMediaDialog#entityRepositoryProperty in class EditorMediaDialog

The entity repository.

$ EditorMediaDialog#entityDisplayRepositoryProperty in class EditorMediaDialog

The entity display repository.

$ MediaSettingsForm#entityTypeManagerProperty in class MediaSettingsForm

The entity type manager.

$ MediaTypeDeleteConfirmForm#entityTypeManagerProperty in class MediaTypeDeleteConfirmForm

The entity type manager.

$ MediaAccessControlHandler#entityTypeManagerProperty in class MediaAccessControlHandler

The entity type manager.

$ MediaPermissions#entityTypeManagerProperty in class MediaPermissions

The entity type manager service.

$ MediaSourceBase#entityTypeManagerProperty in class MediaSourceBase

The entity type manager service.

$ MediaSourceBase#entityFieldManagerProperty in class MediaSourceBase

The entity field manager service.

$ MediaTypeForm#entityFieldManagerProperty in class MediaTypeForm

Entity field manager service.

$ MediaTypeForm#entityDisplayRepositoryProperty in class MediaTypeForm

Entity display repository service.

EndpointClass in namespace Drupal\media\OEmbed

Value object for oEmbed provider endpoints.

$ Provider#endpointsProperty in class Provider

The provider endpoints.

$ DynamicLocalTasks#entityTypeManagerProperty in class DynamicLocalTasks

The entity type manager.

$ MediaEmbed#entityRepositoryProperty in class MediaEmbed

The entity repository.

$ MediaEmbed#entityTypeManagerProperty in class MediaEmbed

The entity type manager.

$ MediaEmbed#entityDisplayRepositoryProperty in class MediaEmbed

The entity display repository.

$ MediaEmbed#entityTypeBundleInfoProperty in class MediaEmbed

The entity type bundle info service.

$ ThumbnailDownloader#entityTypeManagerProperty in class ThumbnailDownloader

The entity type manager service.

$ AddFormBase#entityTypeManagerProperty in class AddFormBase

The entity type manager.

$ FileUploadForm#elementInfoProperty in class FileUploadForm

The element info manager.

$ MediaLibraryFieldWidgetOpener#entityTypeManagerProperty in class MediaLibraryFieldWidgetOpener

The entity type manager.

$ MediaLibraryUiBuilder#entityTypeManagerProperty in class MediaLibraryUiBuilder

The entity type manager.

$ MediaLibraryWidget#entityTypeManagerProperty in class MediaLibraryWidget

Entity type manager service.

MediaLibraryWidget::errorElement() — Method in class MediaLibraryWidget

Assigns a field-level validation error to the right widget sub-element.

$ MenuLinkContentForm#entityProperty in class MenuLinkContentForm

The content menu link.

$ MenuLinkContentDeriver#entityTypeManagerProperty in class MenuLinkContentDeriver

The entity type manager.

$ MenuLinkContent#entityIdsToLoadProperty in class MenuLinkContent

Entities IDs to load.

$ MenuLinkContent#entityProperty in class MenuLinkContent

The menu link content entity connected to this plugin instance.

$ MenuLinkContent#entityTypeManagerProperty in class MenuLinkContent

The entity type manager.

$ MenuLinkContent#entityRepositoryProperty in class MenuLinkContent

The entity repository.

$ LinkUri#entityTypeManagerProperty in class LinkUri

The entity type manager, used to fetch entity link templates.

MenuListBuilder::ensureDestination() — Method in class MenuListBuilder

Ensures that a destination is present on the given URL.

EntityFieldDefinitionTraitClass in namespace Drupal\migrate

The entity field definition trait.

EventBaseClass in namespace Drupal\migrate\Event
EntityValidationExceptionClass in namespace Drupal\migrate\Exception

To throw when an entity generated during the import is not valid.

$ MigrateExecutable#eventDispatcherProperty in class MigrateExecutable

The event dispatcher.

$ MigrateEntity#entityDefinitionsProperty in class MigrateEntity

The entity definitions.

$ MigrateEntityRevision#entityDefinitionsProperty in class MigrateEntityRevision

The entity definitions.

$ MigrateDestinationPluginManager#entityTypeManagerProperty in class MigrateDestinationPluginManager

The entity type manager.

MigrateIdMapInterface::errorCount() — Method in class MigrateIdMapInterface

Returns the number of items that failed to import.

MigrationPluginManager::expandPluginIds() — Method in class MigrationPluginManager

Expand derivative migration dependencies.

$ ComponentEntityDisplayBase#entityDisplayRepositoryProperty in class ComponentEntityDisplayBase

The entity display repository.

EntityClass in namespace Drupal\migrate\Plugin\migrate\destination

Provides a generic destination to import entities.

EntityBaseFieldOverrideClass in namespace Drupal\migrate\Plugin\migrate\destination

Provides entity base field override destination plugin.

EntityConfigBaseClass in namespace Drupal\migrate\Plugin\migrate\destination

Base destination class for importing configuration entities.

EntityContentBaseClass in namespace Drupal\migrate\Plugin\migrate\destination

Provides destination class for all content entities lacking a specific class.

$ EntityContentBase#entityFieldManagerProperty in class EntityContentBase

Entity field manager.

EntityContentCompleteClass in namespace Drupal\migrate\Plugin\migrate\destination

Provides a destination for migrating the entire entity revision table.

EntityFieldInstanceClass in namespace Drupal\migrate\Plugin\migrate\destination

Provides destination plugin for field_config configuration entities.

EntityFieldStorageConfigClass in namespace Drupal\migrate\Plugin\migrate\destination

Provides destination plugin for field_storage_config configuration entities.

EntityRevisionClass in namespace Drupal\migrate\Plugin\migrate\destination

Provides entity revision destination plugin.

EntityViewModeClass in namespace Drupal\migrate\Plugin\migrate\destination

Provides entity view mode destination plugin.

NullIdMap::errorCount() — Method in class NullIdMap

Returns the number of items that failed to import.

$ Sql#eventDispatcherProperty in class Sql

An event dispatcher instance to use for map events.

Sql::ensureTables() — Method in class Sql

Create the map and message tables if they don't already exist.

Sql::errorCount() — Method in class Sql

Returns the number of items that failed to import.

EntityExistsClass in namespace Drupal\migrate\Plugin\migrate\process

This plugin checks if a given entity exists.

ExplodeClass in namespace Drupal\migrate\Plugin\migrate\process

Splits the source string into an array of strings, using a delimiter.

ExtractClass in namespace Drupal\migrate\Plugin\migrate\process

Extracts a value from an array.

MakeUniqueBase::exists() — Method in class MakeUniqueBase

This is a query checking the existence of some value.

$ MakeUniqueEntityField#entityTypeManagerProperty in class MakeUniqueEntityField

The entity type manager.

MakeUniqueEntityField::exists() — Method in class MakeUniqueEntityField

This is a query checking the existence of some value.

EmbeddedDataSourceClass in namespace Drupal\migrate\Plugin\migrate\source

Allows source data to be defined in the configuration of the source plugin.

EmptySourceClass in namespace Drupal\migrate\Plugin\migrate\source

Source returning a row based on the constants provided.

$ Row#emptyDestinationPropertiesProperty in class Row

The empty destination properties.

$ MigrationPluginManager#enforcedSourceModuleTagsProperty in class MigrationPluginManager

The migration tags which will trigger source_module enforcement.

$ MigrationState#enabledModulesProperty in class MigrationState

Array of enabled modules.

EntityReferenceTranslationDeriverClass in namespace Drupal\migrate_drupal\Plugin\migrate

Deriver for entity reference field translations.

$ EntityReferenceTranslationDeriver#entityFieldManagerProperty in class EntityReferenceTranslationDeriver

The entity field manager.

$ EntityReferenceTranslationDeriver#entityTypeManagerProperty in class EntityReferenceTranslationDeriver

The entity type manager.

ReferenceBase::entityId() — Method in class ReferenceBase

Gets the name of the field property which holds the entity ID.

NodeReference::entityId() — Method in class NodeReference

Gets the name of the field property which holds the entity ID.

UserReference::entityId() — Method in class UserReference

Gets the name of the field property which holds the entity ID.

NodeReference::entityId() — Method in class NodeReference

Gets the name of the field property which holds the entity ID.

UserReference::entityId() — Method in class UserReference

Gets the name of the field property which holds the entity ID.

$ ContentEntity#entityTypeManagerProperty in class ContentEntity

The entity type manager.

$ ContentEntity#entityFieldManagerProperty in class ContentEntity

The entity field manager.

$ ContentEntity#entityTypeBundleInfoProperty in class ContentEntity

The entity type bundle info service.

$ ContentEntity#entityTypeProperty in class ContentEntity

The entity type definition.

$ ContentEntityDeriver#entityTypeManagerProperty in class ContentEntityDeriver

The entity type manager.

$ DrupalSqlBase#entityTypeManagerProperty in class DrupalSqlBase

The entity type manager.

EmptySourceClass in namespace Drupal\migrate_drupal\Plugin\migrate\source

Source returning an empty row with Drupal specific config dependencies.

$ EmptySource#entityTypeManagerProperty in class EmptySource

The entity type manager.

$ CredentialForm#errorsProperty in class CredentialForm

An array of error information.

ExceptionHandlerClass in namespace Drupal\mysql\Driver\Database\mysql

MySql database exception handler class.

Insert::execute() — Method in class Insert

Executes the insert query.

Tasks::ensureInnoDbAvailable() — Method in class Tasks

Ensure that InnoDB is available.

$ NodeAddAccessCheck#entityTypeManagerProperty in class NodeAddAccessCheck

The entity type manager.

$ NodePreviewAccessCheck#entityTypeManagerProperty in class NodePreviewAccessCheck

The entity type manager service.

$ NodeController#entityRepositoryProperty in class NodeController

The entity repository service.

$ NodePreviewController#entityRepositoryProperty in class NodePreviewController

The entity repository service.

$ NodeViewController#entityRepositoryProperty in class NodeViewController

The entity repository service.

$ NodePreviewForm#entityDisplayRepositoryProperty in class NodePreviewForm

The entity display repository.

$ NodeAccessControlHandler#entityTypeManagerProperty in class NodeAccessControlHandler

The entity type manager.

NodeTranslationHandler::entityFormAlter() — Method in class NodeTranslationHandler

Performs the needed alterations to the entity form.

NodeTranslationHandler::entityFormTitle() — Method in class NodeTranslationHandler

Returns the title to be used for the entity form page.

NodeTranslationHandler::entityFormEntityBuild() — Method in class NodeTranslationHandler

Entity builder method.

$ NodeTypeForm#entityFieldManagerProperty in class NodeTypeForm

The entity field manager.

AssignOwnerNode::execute() — Method in class AssignOwnerNode

Executes the plugin.

UnpublishByKeywordNode::execute() — Method in class UnpublishByKeywordNode

Executes the plugin.

$ NodeType#entityStorageProperty in class NodeType

The entity storage.

NodeType::evaluate() — Method in class NodeType

Evaluates the condition and returns TRUE or FALSE accordingly.

$ NodeSearch#entityTypeManagerProperty in class NodeSearch

The entity type manager.

NodeSearch::execute() — Method in class NodeSearch

Executes the search.

EntityNodeTypeClass in namespace Drupal\node\Plugin\migrate\destination
NodeBulkForm::emptySelectedMessage() — Method in class NodeBulkForm

Returns the message to be displayed when there are no selected items.

$ Rss#entityTypeIdProperty in class Rss
{@inheritdoc}
$ Node#entityDisplayRepositoryProperty in class Node

The entity display repository.

$ Node#entityFieldManagerProperty in class Node

The entity field manager.

ListFloatItem::extractAllowedValues() — Method in class ListFloatItem

Extracts the allowed values array from the allowed_values element.

ListItemBase::extractAllowedValues() — Method in class ListItemBase

Extracts the allowed values array from the allowed_values element.

$ PathAliasForm#entityProperty in class PathAliasForm

The path_alias entity.

PathWidget::errorElement() — Method in class PathWidget

Assigns a field-level validation error to the right widget sub-element.

Delete::execute() — Method in class Delete

Executes the DELETE query.

Insert::execute() — Method in class Insert

Executes the insert query.

Schema::ensureIdentifiersLength() — Method in class Schema

Make sure to limit identifiers according to PostgreSQL compiled in length.

Schema::extensionExists() — Method in class Schema

Determines whether the PostgreSQL extension is created.

Select::execute() — Method in class Select

Runs the query against the database.

Truncate::execute() — Method in class Truncate

Executes the TRUNCATE query.

Update::execute() — Method in class Update

Executes the UPDATE query.

Upsert::execute() — Method in class Upsert

Executes the UPSERT operation.

EntitySavedCommandClass in namespace Drupal\quickedit\Ajax

AJAX command to indicate the entity was loaded from PrivateTempStore and saved into the database.

EditorSelectorClass in namespace Drupal\quickedit

Selects an in-place editor (an InPlaceEditor plugin) for a field.

$ EditorSelector#editorManagerProperty in class EditorSelector

The manager for editor plugins.

EditorSelectorInterfaceClass in namespace Drupal\quickedit

Interface for selecting an in-place editor (an Editor plugin) for a field.

$ MetadataGenerator#editorSelectorProperty in class MetadataGenerator

An object that determines which editor to attach to a given field.

$ MetadataGenerator#editorManagerProperty in class MetadataGenerator

The manager for editor plugins.

$ QuickEditController#editorSelectorProperty in class QuickEditController

The in-place editor selector.

$ QuickEditController#entityDisplayRepositoryProperty in class QuickEditController

The entity display repository service.

$ QuickEditController#entityRepositoryProperty in class QuickEditController

The entity repository.

QuickEditController::entitySave() — Method in class QuickEditController

Saves an entity into the database, from PrivateTempStore.

EntityResourcePostRouteSubscriberClass in namespace Drupal\rest\EventSubscriber

Generates a 'create' route for an entity type if it has a REST POST route.

EntityDeriverClass in namespace Drupal\rest\Plugin\Deriver

Provides a resource plugin definition for every entity type.

$ EntityDeriver#entityTypeManagerProperty in class EntityDeriver

The entity type manager.

EntityResourceClass in namespace Drupal\rest\Plugin\rest\resource

Represents entities as resources.

$ EntityResource#entityTypeProperty in class EntityResource

The entity type targeted by this resource.

EntityResourceAccessTraitClass in namespace Drupal\rest\Plugin\rest\resource
EntityResourceValidationTraitClass in namespace Drupal\rest\Plugin\rest\resource
RestExport::execute() — Method in class RestExport

Executes the view and returns data in the format required.

$ DataEntityRow#entityTypeProperty in class DataEntityRow

Contains the entity type of this row plugin instance.

$ DataEntityRow#entityTypeManagerProperty in class DataEntityRow

The entity type manager.

$ DataEntityRow#entityRepositoryProperty in class DataEntityRow

The entity repository service.

$ DataEntityRow#entityDisplayRepositoryProperty in class DataEntityRow

The entity display repository.

DataFieldRow::extractFromOptionsArray() — Method in class DataFieldRow

Extracts a set of option values from a nested options array.

SearchController::editTitle() — Method in class SearchController

Route title callback.

$ SearchPageForm#entityProperty in class SearchPageForm

The search page entity.

$ SearchPageFormBase#entityProperty in class SearchPageFormBase

The entity being used by this form.

SearchPageFormBase::exists() — Method in class SearchPageFormBase

Determines if the search page entity already exists.

SearchInterface::execute() — Method in class SearchInterface

Executes the search.

EntitySearchPageClass in namespace Drupal\search\Plugin\migrate\destination

Migrate destination for search page.

$ SearchPageListBuilder#entitiesProperty in class SearchPageListBuilder

The entities being listed.

$ SearchQuery#executedPrepareProperty in class SearchQuery

Indicates whether the preparation step has been executed.

SearchQuery::execute() — Method in class SearchQuery

Executes the search.

SearchTextProcessor::expandCjk() — Method in class SearchTextProcessor

Splits CJK (Chinese, Japanese, Korean) text into tokens.

XmlEncoder::encode() — Method in class XmlEncoder
{@inheritdoc}
EntityResolverInterfaceClass in namespace Drupal\serialization\EntityResolver
$ UuidResolver#entityRepositoryProperty in class UuidResolver

The entity repository.

EntityNormalizerClass in namespace Drupal\serialization\Normalizer

Normalizes/denormalizes Drupal entity objects into an array structure.

EntityReferenceFieldItemNormalizerClass in namespace Drupal\serialization\Normalizer

Adds the file URI to embedded file entities.

$ EntityReferenceFieldItemNormalizer#entityRepositoryProperty in class EntityReferenceFieldItemNormalizer

The entity repository.

EntityReferenceFieldItemNormalizerTraitClass in namespace Drupal\serialization\Normalizer

Converts empty reference values for entity reference items.

$ FieldableEntityNormalizerTrait#entityFieldManagerProperty in class FieldableEntityNormalizerTrait

The entity field manager.

$ FieldableEntityNormalizerTrait#entityTypeManagerProperty in class FieldableEntityNormalizerTrait

The entity type manager.

$ FieldableEntityNormalizerTrait#entityTypeRepositoryProperty in class FieldableEntityNormalizerTrait

The entity type repository.

FieldableEntityNormalizerTrait::extractBundleData() — Method in class FieldableEntityNormalizerTrait

Denormalizes the bundle property so entity creation can use it.

$ SetCustomize#entityProperty in class SetCustomize

The entity being used by this form.

SwitchShortcutSet::exists() — Method in class SwitchShortcutSet

Determines if a shortcut set exists already.

EntityShortcutSetClass in namespace Drupal\shortcut\Plugin\migrate\destination
$ ShortcutForm#entityProperty in class ShortcutForm

The entity being used by this form.

Insert::execute() — Method in class Insert

Executes the insert query.

Statement::execute() — Method in class Statement

Executes a prepared statement.

$ StatisticsPopularBlock#entityTypeManagerProperty in class StatisticsPopularBlock

The entity type manager.

$ StatisticsPopularBlock#entityRepositoryProperty in class StatisticsPopularBlock

The entity repository service.

EntityAutocompleteControllerClass in namespace Drupal\system\Controller

Defines a route controller for entity autocomplete form elements.

Action::execute() — Method in class Action
{@inheritdoc}
DateFormatFormBase::exists() — Method in class DateFormatFormBase

Checks for an existing date format.

$ ModulesUninstallConfirmForm#entityTypeManagerProperty in class ModulesUninstallConfirmForm

The entity type manager.

$ PrepareModulesEntityUninstallForm#entityTypeIdProperty in class PrepareModulesEntityUninstallForm

The entity type ID of the entities to delete.

$ PrepareModulesEntityUninstallForm#entityTypeManagerProperty in class PrepareModulesEntityUninstallForm

The entity type manager.

$ SystemMenuOffCanvasForm#entityTypeManagerProperty in class SystemMenuOffCanvasForm
$ ThemeSettingsForm#editableConfigProperty in class ThemeSettingsForm

An array of configuration names that should be editable.

CurrentThemeCondition::evaluate() — Method in class CurrentThemeCondition

Evaluates the condition and returns TRUE or FALSE accordingly.

RequestPath::evaluate() — Method in class RequestPath

Evaluates the condition and returns TRUE or FALSE accordingly.

GDToolkit::extensionToImageType() — Method in class GDToolkit

Returns the IMAGETYPE_xxx constant for the given extension.

Convert::execute() — Method in class Convert

Performs the actual manipulation on the image.

CreateNew::execute() — Method in class CreateNew

Performs the actual manipulation on the image.

Crop::execute() — Method in class Crop

Performs the actual manipulation on the image.

Desaturate::execute() — Method in class Desaturate

Performs the actual manipulation on the image.

Resize::execute() — Method in class Resize

Performs the actual manipulation on the image.

Rotate::execute() — Method in class Rotate

Performs the actual manipulation on the image.

Scale::execute() — Method in class Scale

Performs the actual manipulation on the image.

ScaleAndCrop::execute() — Method in class ScaleAndCrop

Performs the actual manipulation on the image.

EntityDateFormatClass in namespace Drupal\system\Plugin\migrate\destination
ExtensionClass in namespace Drupal\system\Plugin\migrate\source

Drupal 6/7 system data for a legacy extension source from database.

$ SecurityAdvisoriesFetcher#extensionListsProperty in class SecurityAdvisoriesFetcher

Array of extension lists, keyed by extension type.

$ OverviewTerms#entityTypeManagerProperty in class OverviewTerms

The entity type manager.

$ OverviewTerms#entityRepositoryProperty in class OverviewTerms

The entity repository.

EntityReferenceTaxonomyTermRssFormatterClass in namespace Drupal\taxonomy\Plugin\Field\FieldFormatter

Plugin implementation of the 'entity reference taxonomy term RSS' formatter.

$ TaxonomyPermissions#entityTypeManagerProperty in class TaxonomyPermissions

The entity type manager.

$ TermBreadcrumbBuilder#entityRepositoryProperty in class TermBreadcrumbBuilder

The entity repository manager.

$ TermBreadcrumbBuilder#entityTypeManagerProperty in class TermBreadcrumbBuilder

The entity type manager.

TermTranslationHandler::entityFormAlter() — Method in class TermTranslationHandler

Performs the needed alterations to the entity form.

TermTranslationHandler::entityFormSave() — Method in class TermTranslationHandler

Form submission handler for TermTranslationHandler::entityFormAlter().

TermTranslationHandler::entityFormEntityBuild() — Method in class TermTranslationHandler

Entity builder method.

VocabularyForm::exists() — Method in class VocabularyForm

Determines if the vocabulary already exists.

$ VocabularyListBuilder#entitiesKeyProperty in class VocabularyListBuilder
{@inheritdoc}
$ VocabularyListBuilder#entityTypeManagerProperty in class VocabularyListBuilder

The entity type manager.

TextareaWidget::errorElement() — Method in class TextareaWidget

Assigns a field-level validation error to the right widget sub-element.

TextareaWithSummaryWidget::errorElement() — Method in class TextareaWithSummaryWidget

Assigns a field-level validation error to the right widget sub-element.

TextfieldWidget::errorElement() — Method in class TextfieldWidget

Assigns a field-level validation error to the right widget sub-element.

$ TourHelpSection#entityTypeManagerProperty in class TourHelpSection

The entity type manager.

$ ProjectCoreCompatibility#existingCoreVersionProperty in class ProjectCoreCompatibility

The currently installed version of Drupal core.

$ ProjectSecurityData#existingVersionProperty in class ProjectSecurityData

The existing (currently installed) version of the project.

$ UpdateSettingsForm#emailValidatorProperty in class UpdateSettingsForm

The email validator.

EntityOwnerInterfaceClass in namespace Drupal\user

Defines a common interface for entities that have an owner.

EntityOwnerTraitClass in namespace Drupal\user

Provides a trait for entities that have an owner.

$ UserRequestSubscriber#entityTypeManagerProperty in class UserRequestSubscriber

The entity type manager service.

$ UserCancelForm#entityProperty in class UserCancelForm

The account being cancelled.

$ UserMultipleCancelConfirm#entityTypeManagerProperty in class UserMultipleCancelConfirm

The entity type manager.

$ UserPasswordForm#emailValidatorProperty in class UserPasswordForm

The email validator service.

$ UserPermissionsBundleForm#entityTypeManagerProperty in class UserPermissionsBundleForm

The entity type manager service.

AddRoleUser::execute() — Method in class AddRoleUser

Executes the plugin.

BlockUser::execute() — Method in class BlockUser

Executes the plugin.

CancelUser::executeMultiple() — Method in class CancelUser

Executes the plugin for an array of objects.

CancelUser::execute() — Method in class CancelUser

Executes the plugin.

$ ChangeUserRoleBase#entityTypeProperty in class ChangeUserRoleBase

The user role entity type.

RemoveRoleUser::execute() — Method in class RemoveRoleUser

Executes the plugin.

UnblockUser::execute() — Method in class UnblockUser

Executes the plugin.

UserRole::evaluate() — Method in class UserRole

Evaluates the condition and returns TRUE or FALSE accordingly.

$ UserLocalTask#entityTypeManagerProperty in class UserLocalTask

The entity type manager.

UserSelection::entityQueryAlter() — Method in class UserSelection

Allows the selection to alter the SelectQuery generated by EntityFieldQuery.

$ UserSearch#entityTypeManagerProperty in class UserSearch

The entity type manager.

UserSearch::execute() — Method in class UserSearch

Executes the search.

$ UserNameConstraint#emptyMessageProperty in class UserNameConstraint
EntityUserClass in namespace Drupal\user\Plugin\migrate\destination

Provides a destination plugin for migrating user entities.

UserRegistrationResource::ensureAccountCanRegister() — Method in class UserRegistrationResource

Ensure the account can be registered in this request.

UserBulkForm::emptySelectedMessage() — Method in class UserBulkForm

Returns the message to be displayed when there are no selected items.

ProfileForm::editCancelSubmit() — Method in class ProfileForm

Provides a submit handler for the 'Cancel account' button.

ProfileTranslationHandler::entityFormAlter() — Method in class ProfileTranslationHandler

Performs the needed alterations to the entity form.

ProfileTranslationHandler::entityFormSave() — Method in class ProfileTranslationHandler

Form submission handler for ProfileTranslationHandler::entityFormAlter().

$ RouteSubscriber#entityTypeManagerProperty in class RouteSubscriber

The entity type manager service.

$ AdminNegotiator#entityTypeManagerProperty in class AdminNegotiator

The entity type manager.

$ UserAuth#entityTypeManagerProperty in class UserAuth

The entity type manager.

$ UserFloodControl#eventDispatcherProperty in class UserFloodControl

Event dispatcher.

$ ViewAjaxController#executableFactoryProperty in class ViewAjaxController

The factory to load a view executable with.

EntityViewsDataClass in namespace Drupal\views

Provides generic views integration for entities.

$ EntityViewsData#entityTypeProperty in class EntityViewsData

Entity type for this views data handler instance.

$ EntityViewsData#entityTypeManagerProperty in class EntityViewsData

The entity type manager.

$ EntityViewsData#entityFieldManagerProperty in class EntityViewsData

The entity field manager.

EntityViewsDataInterfaceClass in namespace Drupal\views

Provides an interface to integrate an entity type with views.

EntityFieldRendererClass in namespace Drupal\views\Entity\Render

Renders entity fields.

$ EntityFieldRenderer#entityTypeManagerProperty in class EntityFieldRenderer

The entity type manager.

$ EntityFieldRenderer#entityRepositoryProperty in class EntityFieldRenderer

The entity repository service.

EntityTranslationRenderTraitClass in namespace Drupal\views\Entity\Render

Trait used to instantiate the view's entity translation renderer.

$ EntityTranslationRenderTrait#entityTranslationRendererProperty in class EntityTranslationRenderTrait

The renderer to be used to render the entity row.

EntityTranslationRendererBaseClass in namespace Drupal\views\Entity\Render

Defines a base class for entity translation renderers.

$ RendererBase#entityTypeProperty in class RendererBase

The type of the entity being rendered.

$ View#executableProperty in class View

Stores a reference to the executable version of this view.

$ ViewsEntitySchemaSubscriber#entityTypeManagerProperty in class ViewsEntitySchemaSubscriber

The entity type manager.

ExposedFormCacheClass in namespace Drupal\views

Caches exposed forms, as they are heavy to generate.

$ FieldAPIHandlerTrait#entityFieldManagerProperty in class FieldAPIHandlerTrait

The entity field manager.

$ ViewsExposedForm#exposedFormCacheProperty in class ViewsExposedForm

The exposed form cache.

ManyToOneHelper::ensureMyTable() — Method in class ManyToOneHelper

Override ensureMyTable so we can control how this joins in.

$ ViewsEntityArgumentValidator#entityTypeManagerProperty in class ViewsEntityArgumentValidator

The entity type manager.

$ ViewsEntityRow#entityTypeManagerProperty in class ViewsEntityRow

The entity type manager.

$ ViewsSelection#entityTypeManagerProperty in class ViewsSelection

The entity type manager service.

ViewsMenuLinkForm::extractFormValues() — Method in class ViewsMenuLinkForm

Extracts a plugin definition from form values.

$ ViewsMenuLink#entityTypeManagerProperty in class ViewsMenuLink

The entity type manager.

BrokenHandlerTrait::ensureMyTable() — Method in class BrokenHandlerTrait

Ensure the main table for this handler is in the query. This is used a lot.

HandlerBase::exposedInfo() — Method in class HandlerBase

Get information about the exposed form for the form renderer.

HandlerBase::ensureMyTable() — Method in class HandlerBase

Ensure the main table for this handler is in the query. This is used a lot.

ViewsHandlerInterface::ensureMyTable() — Method in class ViewsHandlerInterface

Ensure the main table for this handler is in the query. This is used a lot.

EntityClass in namespace Drupal\views\Plugin\views\area

Provides an area handler which renders an entity in a certain view mode.

$ Entity#entityTypeProperty in class Entity

Stores the entity type of the result entities.

$ Entity#entityTypeManagerProperty in class Entity

The entity type manager.

$ Entity#entityRepositoryProperty in class Entity

The entity repository service.

$ Entity#entityDisplayRepositoryProperty in class Entity

The entity display repository.

ArgumentPluginBase::exceptionTitle() — Method in class ArgumentPluginBase
ArgumentPluginBase::encodeValidatorId() — Method in class ArgumentPluginBase

Sanitize validator options including derivatives with : for js.

ManyToOne::ensureMyTable() — Method in class ManyToOne

Override ensureMyTable so we can control how this joins in.

EntityClass in namespace Drupal\views\Plugin\views\argument_validator

Defines an argument validator plugin for each entity type.

$ Entity#entityTypeManagerProperty in class Entity

The entity type manager.

$ Entity#entityTypeBundleInfoProperty in class Entity

The entity bundle info.

Attachment::execute() — Method in class Attachment

Executes the view and returns data in the format required.

$ Block#entityTypeManagerProperty in class Block

The entity type manager.

Block::execute() — Method in class Block

The display block handler returns the structure necessary for a block.

DefaultDisplay::execute() — Method in class DefaultDisplay

The default execute handler fully renders the view.

$ DisplayPluginBase#extendersProperty in class DisplayPluginBase

Stores all available display extenders.

DisplayPluginBase::elementPreRender() — Method in class DisplayPluginBase

pre_render callback for view display rendering.

DisplayPluginBase::execute() — Method in class DisplayPluginBase

Executes the view and returns data in the format required.

DisplayPluginInterface::elementPreRender() — Method in class DisplayPluginInterface

pre_render callback for view display rendering.

DisplayPluginInterface::execute() — Method in class DisplayPluginInterface

Executes the view and returns data in the format required.

EmbedClass in namespace Drupal\views\Plugin\views\display

The plugin that handles an embed display.

EntityReferenceClass in namespace Drupal\views\Plugin\views\display

The plugin that handles an EntityReference display.

EntityReference::execute() — Method in class EntityReference

Executes the view and returns data in the format required.

Feed::execute() — Method in class Feed

Executes the view and returns data in the format required.

Page::execute() — Method in class Page

Executes the view and returns data in the format required.

PathPluginBase::execute() — Method in class PathPluginBase

Executes the view and returns data in the format required.

ExposedFormPluginBaseClass in namespace Drupal\views\Plugin\views\exposed_form

Base class for Views exposed filter form plugins.

ExposedFormPluginBase::exposedFormAlter() — Method in class ExposedFormPluginBase

Alters the exposed form.

ExposedFormPluginBase::exposedFormValidate() — Method in class ExposedFormPluginBase

Validates the exposed form submission.

ExposedFormPluginBase::exposedFormSubmit() — Method in class ExposedFormPluginBase

Submits the exposed form.

ExposedFormPluginInterfaceClass in namespace Drupal\views\Plugin\views\exposed_form

Interface for exposed filter form plugins.

ExposedFormPluginInterface::exposedFormAlter() — Method in class ExposedFormPluginInterface

Alters the exposed form.

ExposedFormPluginInterface::exposedFormValidate() — Method in class ExposedFormPluginInterface

Validates the exposed form submission.

ExposedFormPluginInterface::exposedFormSubmit() — Method in class ExposedFormPluginInterface

Submits the exposed form.

InputRequired::exposedFilterApplied() — Method in class InputRequired
$ BulkForm#entityTypeManagerProperty in class BulkForm

The entity type manager.

$ BulkForm#entityRepositoryProperty in class BulkForm

The entity repository service.

BulkForm::emptySelectedMessage() — Method in class BulkForm

Returns the message to be displayed when there are no selected items.

EntityFieldClass in namespace Drupal\views\Plugin\views\field

A field that displays entity field data.

$ EntityField#entityTypeManagerProperty in class EntityField

The entity typemanager.

$ EntityField#entityRepositoryProperty in class EntityField

The entity repository service.

$ EntityField#entityFieldRendererProperty in class EntityField

Static cache for ::getEntityFieldRenderer().

EntityLabelClass in namespace Drupal\views\Plugin\views\field

Field handler to display entity label optionally linked to entity page.

$ EntityLabel#entityTypeManagerProperty in class EntityLabel

EntityTypeManager class.

EntityLinkClass in namespace Drupal\views\Plugin\views\field

Field handler to present a link to an entity.

EntityLinkDeleteClass in namespace Drupal\views\Plugin\views\field

Field handler to present a link to delete an entity.

EntityLinkEditClass in namespace Drupal\views\Plugin\views\field

Field handler to present a link to edit an entity.

EntityOperationsClass in namespace Drupal\views\Plugin\views\field

Renders all operations links for an entity.

$ EntityOperations#entityTypeManagerProperty in class EntityOperations

The entity type manager.

$ EntityOperations#entityRepositoryProperty in class EntityOperations

The entity repository service.

$ EntityOperations#entityDisplayRepositoryProperty in class EntityOperations

The entity display repository.

FieldHandlerInterface::elementType() — Method in class FieldHandlerInterface

Returns an HTML element based upon the field's element type.

FieldHandlerInterface::elementLabelType() — Method in class FieldHandlerInterface

Returns an HTML element for the label based upon the field's element type.

FieldHandlerInterface::elementWrapperType() — Method in class FieldHandlerInterface

Returns an HTML element for the wrapper based upon the field's element type.

FieldHandlerInterface::elementClasses() — Method in class FieldHandlerInterface

Returns the class of the field.

FieldHandlerInterface::elementLabelClasses() — Method in class FieldHandlerInterface

Returns the class of the field's label.

FieldHandlerInterface::elementWrapperClasses() — Method in class FieldHandlerInterface

Returns the class of the field's wrapper.

FieldPluginBase::elementType() — Method in class FieldPluginBase

Returns an HTML element based upon the field's element type.

FieldPluginBase::elementLabelType() — Method in class FieldPluginBase

Returns an HTML element for the label based upon the field's element type.

FieldPluginBase::elementWrapperType() — Method in class FieldPluginBase

Returns an HTML element for the wrapper based upon the field's element type.

FieldPluginBase::elementClasses() — Method in class FieldPluginBase

Returns the class of the field.

FieldPluginBase::elementLabelClasses() — Method in class FieldPluginBase

Returns the class of the field's label.

FieldPluginBase::elementWrapperClasses() — Method in class FieldPluginBase

Returns the class of the field's wrapper.

$ LinkBase#entityTypeManagerProperty in class LinkBase

The entity type manager.

$ LinkBase#entityRepositoryProperty in class LinkBase

The entity repository.

Markup::elementType() — Method in class Markup

Returns an HTML element based upon the field's element type.

$ RenderedEntity#entityTypeManagerProperty in class RenderedEntity

The entity type manager.

$ RenderedEntity#entityRepositoryProperty in class RenderedEntity

The entity repository service.

$ RenderedEntity#entityDisplayRepositoryProperty in class RenderedEntity

The entity display repository.

$ Bundle#entityTypeIdProperty in class Bundle

The entity type for the filter.

$ Bundle#entityTypeProperty in class Bundle

The entity type definition.

$ Bundle#entityTypeManagerProperty in class Bundle

The entity type manager.

EqualityClass in namespace Drupal\views\Plugin\views\filter

Simple filter to handle equal to / not equal to filters.

FilterPluginBase::exposedTranslate() — Method in class FilterPluginBase

Make some translations to a form item to make it more suitable to exposing.

FilterPluginBase::exposedInfo() — Method in class FilterPluginBase

Tell the renderer about our exposed form. This only needs to be overridden for particularly complex forms. And maybe not even then.

$ LatestRevision#entityTypeManagerProperty in class LatestRevision

Entity Type Manager service.

$ LatestTranslationAffectedRevision#entityTypeManagerProperty in class LatestTranslationAffectedRevision

Entity Type Manager service.

ManyToOne::ensureMyTable() — Method in class ManyToOne

Override ensureMyTable so we can control how this joins in.

$ JoinPluginBase#extraProperty in class JoinPluginBase

An array of extra conditions on the join.

$ JoinPluginBase#extraOperatorProperty in class JoinPluginBase

How all the extras will be combined. Either AND or OR.

None::executeCountQuery() — Method in class None

Execute the count query, which will be done just prior to the query itself being executed.

PagerPluginBase::executeCountQuery() — Method in class PagerPluginBase

Execute the count query, which will be done just prior to the query itself being executed.

PagerPluginBase::exposedFormAlter() — Method in class PagerPluginBase
PagerPluginBase::exposedFormValidate() — Method in class PagerPluginBase
PagerPluginBase::exposedFormSubmit() — Method in class PagerPluginBase
SqlBase::exposedFormAlter() — Method in class SqlBase
SqlBase::exposedFormValidate() — Method in class SqlBase
QueryPluginBase::execute() — Method in class QueryPluginBase

Executes the query and fills the associated view object with according values.

$ Sql#entityTypeManagerProperty in class Sql

The entity type manager.

Sql::ensureTable() — Method in class Sql

Ensure a table exists in the queue; if it already exists it won't do anything, but if it doesn't it will add the table queue. It will ensure a path leads back to the relationship table.

Sql::ensurePath() — Method in class Sql

Make sure that the specified table can be properly linked to the primary table in the JOINs. This function uses recursion. If the tables needed to complete the path back to the primary table are not in the query they will be added, but additional copies will NOT be added if the table is already there.

Sql::execute() — Method in class Sql

Executes the query and fills the associated view object with according values.

EntityReverseClass in namespace Drupal\views\Plugin\views\relationship

A relationship handlers which reverse entity references.

EntityReferenceClass in namespace Drupal\views\Plugin\views\row

EntityReference row plugin.

EntityRowClass in namespace Drupal\views\Plugin\views\row

Generic entity row plugin to provide a common base for all entity types.

$ EntityRow#entityTypeIdProperty in class EntityRow

Stores the entity type ID of the result entities.

$ EntityRow#entityTypeProperty in class EntityRow

Contains the entity type of this row plugin instance.

$ EntityRow#entityTypeManagerProperty in class EntityRow

The entity type manager.

$ EntityRow#entityRepositoryProperty in class EntityRow

The entity repository service.

$ EntityRow#entityDisplayRepositoryProperty in class EntityRow

The entity display repository.

$ RssPluginBase#entityTypeManagerProperty in class RssPluginBase

The entity type manager.

$ RssPluginBase#entityDisplayRepositoryProperty in class RssPluginBase

The entity display repository.

$ RssPluginBase#entityTypeIdProperty in class RssPluginBase

The ID of the entity type for which this is an RSS row plugin.

EntityReferenceClass in namespace Drupal\views\Plugin\views\style

EntityReference style plugin.

EntityReference::evenEmpty() — Method in class EntityReference

Should the output of the style plugin be rendered even if it's an empty view.

StylePluginBase::evenEmpty() — Method in class StylePluginBase

Should the output of the style plugin be rendered even if it's an empty view.

StylePluginBase::elementPreRenderRow() — Method in class StylePluginBase

pre_render callback for view row field rendering.

Table::evenEmpty() — Method in class Table

Should the output of the style plugin be rendered even if it's an empty view.

$ WizardPluginBase#entityTypeIdProperty in class WizardPluginBase

The entity type connected with the wizard.

$ WizardPluginBase#entityTypeProperty in class WizardPluginBase

Contains the information from entity_get_info of the $entity_type.

$ ViewExecutable#executedProperty in class ViewExecutable

Whether the view has been executed/query has been run.

$ ViewExecutable#exposed_dataProperty in class ViewExecutable

All the form data from $form_state->getValues().

$ ViewExecutable#exposed_inputProperty in class ViewExecutable

An array of input values from exposed forms.

$ ViewExecutable#exposed_raw_inputProperty in class ViewExecutable

Exposed widget input directly from the $form_state->getValues().

$ ViewExecutable#emptyProperty in class ViewExecutable

Stores the area handlers for the empty text which are initialized on this view.

$ ViewExecutable#exposed_widgetsProperty in class ViewExecutable

The rendered output of the exposed form.

$ ViewExecutable#elementProperty in class ViewExecutable

A render array container to store render related information.

ViewExecutable::execute() — Method in class ViewExecutable

Executes the view's query.

ViewExecutable::executeDisplay() — Method in class ViewExecutable

Executes the given display, with the given arguments.

Views::executableFactory() — Method in class Views

Returns the view executable factory service.

$ ViewsConfigUpdater#entityTypeManagerProperty in class ViewsConfigUpdater

The entity type manager.

$ ViewsConfigUpdater#entityFieldManagerProperty in class ViewsConfigUpdater

The entity field manager.

ViewsUIController::edit() — Method in class ViewsUIController

Returns the form to edit a view.

EditDetailsClass in namespace Drupal\views_ui\Form\Ajax

Provides a form for editing the details of a View.

$ BreakLockForm#entityTypeManagerProperty in class BreakLockForm

Stores the entity type manager.

$ ViewEditForm#elementInfoProperty in class ViewEditForm

The element info manager.

$ ViewUI#editingProperty in class ViewUI

Indicates if a view is currently being edited.

ViewUI::endQueryCapture() — Method in class ViewUI

Add the list of queries run during render to buildinfo.

ViewUI::enforceIsNew() — Method in class ViewUI

Enforces an entity to be new.

ViewUI::enable() — Method in class ViewUI

Enables the configuration entity.

WorkflowStateAddForm::exists() — Method in class WorkflowStateAddForm

Determines if the workflow state already exists.

WorkflowTransitionAddForm::exists() — Method in class WorkflowTransitionAddForm

Determines if the workflow transition already exists.

EntityAccessClass in namespace Drupal\workspaces

Service wrapper for hooks relating to entity access control.

$ EntityAccess#entityTypeManagerProperty in class EntityAccess

The entity type manager service.

EntityAccess::entityOperationAccess() — Method in class EntityAccess

Implements a hook bridge for hook_entity_access().

EntityAccess::entityCreateAccess() — Method in class EntityAccess

Implements a hook bridge for hook_entity_create_access().

EntityOperationsClass in namespace Drupal\workspaces

Defines a class for reacting to entity events.

$ EntityOperations#entityTypeManagerProperty in class EntityOperations

The entity type manager service.

EntityOperations::entityPreload() — Method in class EntityOperations

Acts on entity IDs before they are loaded.

EntityOperations::entityPresave() — Method in class EntityOperations

Acts on an entity before it is created or updated.

EntityOperations::entityInsert() — Method in class EntityOperations

Responds to the creation of a new entity.

EntityOperations::entityUpdate() — Method in class EntityOperations

Responds to updates to an entity.

EntityOperations::entityPredelete() — Method in class EntityOperations

Acts on an entity before it is deleted.

EntityOperations::entityFormAlter() — Method in class EntityOperations

Alters entity forms to disallow concurrent editing in multiple workspaces.

EntityOperations::entityFormEntityBuild() — Method in class EntityOperations

Entity builder that marks all supported entities as pending revisions.

EntityTypeInfoClass in namespace Drupal\workspaces

Manipulates entity type information.

$ EntityTypeInfo#entityTypeManagerProperty in class EntityTypeInfo

The entity type manager service.

EntityTypeInfo::entityTypeBuild() — Method in class EntityTypeInfo

Adds the "EntityWorkspaceConflict" constraint to eligible entity types.

EntityTypeInfo::entityTypeAlter() — Method in class EntityTypeInfo

Removes the 'latest-version' link template provided by Content Moderation.

EntityTypeInfo::entityBaseFieldInfo() — Method in class EntityTypeInfo

Provides custom base field definitions for a content entity type.

EntitySchemaSubscriberClass in namespace Drupal\workspaces\EventSubscriber

Defines a class for listening to entity schema changes.

$ EntitySchemaSubscriber#entityDefinitionUpdateManagerProperty in class EntitySchemaSubscriber

The definition update manager.

$ EntitySchemaSubscriber#entityLastInstalledSchemaRepositoryProperty in class EntitySchemaSubscriber

The last installed schema definitions.

$ WorkspaceActivateForm#entityProperty in class WorkspaceActivateForm

The workspace entity.

$ WorkspaceDeleteForm#entityProperty in class WorkspaceDeleteForm

The workspace entity.

$ WorkspaceForm#entityProperty in class WorkspaceForm

The workspace entity.

$ WorkspaceMergeForm#entityTypeManagerProperty in class WorkspaceMergeForm

The entity type manager.

$ WorkspacePublishForm#entityTypeManagerProperty in class WorkspacePublishForm

The entity type manager.

$ WorkspaceSwitcherBlock#entityTypeManagerProperty in class WorkspaceSwitcherBlock

The entity type manager.

EntityReferenceSupportedNewEntitiesConstraintClass in namespace Drupal\workspaces\Plugin\Validation\Constraint

The entity reference supported new entities constraint.

EntityReferenceSupportedNewEntitiesConstraintValidatorClass in namespace Drupal\workspaces\Plugin\Validation\Constraint

Checks if new entities created for entity reference fields are supported.

$ EntityReferenceSupportedNewEntitiesConstraintValidator#entityTypeManagerProperty in class EntityReferenceSupportedNewEntitiesConstraintValidator

The entity type manager.

EntityWorkspaceConflictConstraintClass in namespace Drupal\workspaces\Plugin\Validation\Constraint

Validation constraint for an entity being edited in multiple workspaces.

EntityWorkspaceConflictConstraintValidatorClass in namespace Drupal\workspaces\Plugin\Validation\Constraint

Validates the EntityWorkspaceConflict constraint.

$ EntityWorkspaceConflictConstraintValidator#entityTypeManagerProperty in class EntityWorkspaceConflictConstraintValidator

The entity type manager.

$ ViewsQueryAlter#entityTypeManagerProperty in class ViewsQueryAlter

The entity type manager service.

$ ViewsQueryAlter#entityFieldManagerProperty in class ViewsQueryAlter

The entity field manager.

ViewsQueryAlter::ensureWorkspaceAssociationTable() — Method in class ViewsQueryAlter

Adds the 'workspace_association' table to a views query.

ViewsQueryAlter::ensureRevisionTable() — Method in class ViewsQueryAlter

Adds the revision table of an entity type to a query object.

$ WorkspaceAssociation#entityTypeManagerProperty in class WorkspaceAssociation

The entity type manager.

$ WorkspaceManager#entityTypeManagerProperty in class WorkspaceManager

The entity type manager.

$ WorkspaceManager#entityMemoryCacheProperty in class WorkspaceManager

The entity memory cache service.

WorkspaceManager::executeInWorkspace() — Method in class WorkspaceManager

Executes the given callback function in the context of a workspace.

WorkspaceManager::executeOutsideWorkspace() — Method in class WorkspaceManager

Executes the given callback function without any workspace context.

WorkspaceManagerInterface::executeInWorkspace() — Method in class WorkspaceManagerInterface

Executes the given callback function in the context of a workspace.

WorkspaceManagerInterface::executeOutsideWorkspace() — Method in class WorkspaceManagerInterface

Executes the given callback function without any workspace context.

$ WorkspaceMerger#entityTypeManagerProperty in class WorkspaceMerger

The entity type manager.

$ WorkspaceOperationFactory#entityTypeManagerProperty in class WorkspaceOperationFactory

The entity type manager.

$ WorkspacePublisher#entityTypeManagerProperty in class WorkspacePublisher

The entity type manager.

$ WorkspaceRepository#entityTypeManagerProperty in class WorkspaceRepository

The entity type manager service.

$ WorkspaceViewBuilder#entityTypeManagerProperty in class WorkspaceViewBuilder

The entity type manager.

F

Drupal::flood() — Method in class Drupal

Returns the flood instance.

Drupal::formBuilder() — Method in class Drupal

Returns the form builder service.

$ StaticReflectionParser#finderProperty in class StaticReflectionParser

A ClassFinder object which finds the class.

$ AnnotatedClassDiscovery#fileCacheProperty in class AnnotatedClassDiscovery

The file cache object.

$ MockFileFinder#filenameProperty in class MockFileFinder

The only filename this finder ever returns.

MockFileFinder::findFile() — Method in class MockFileFinder

Finds a class.

ClassFinder::findFile() — Method in class ClassFinder

Finds a class.

ClassFinderInterface::findFile() — Method in class ClassFinderInterface

Finds a class.

DateTimePlus::format() — Method in class DateTimePlus

Formats the date for display.

$ Container#frozenProperty in class Container

Whether the container parameters can still be changed.

DiffFormatter::format() — Method in class DiffFormatter

Format a diff.

DiscoverableInterface::findAll() — Method in class DiscoverableInterface

Returns an array of discoverable items.

$ YamlDirectoryDiscovery#fileCacheKeySuffixProperty in class YamlDirectoryDiscovery

The suffix for the file cache key.

YamlDirectoryDiscovery::findAll() — Method in class YamlDirectoryDiscovery

Returns an array of discoverable items.

YamlDirectoryDiscovery::findFiles() — Method in class YamlDirectoryDiscovery

Returns an array of providers keyed by file path.

YamlDiscovery::findAll() — Method in class YamlDiscovery

Returns an array of discoverable items.

YamlDiscovery::findFiles() — Method in class YamlDiscovery

Returns an array of file paths, keyed by provider.

ApcuFileCacheBackend::fetch() — Method in class ApcuFileCacheBackend

Fetches data from the cache backend.

FileCacheClass in namespace Drupal\Component\FileCache

Allows to cache data based on file modification dates.

FileCacheBackendInterfaceClass in namespace Drupal\Component\FileCache

Defines an interface inspired by APCu for FileCache backends.

FileCacheBackendInterface::fetch() — Method in class FileCacheBackendInterface

Fetches data from the cache backend.

FileCacheFactoryClass in namespace Drupal\Component\FileCache

Creates a FileCache object.

FileCacheInterfaceClass in namespace Drupal\Component\FileCache

Interface for objects that allow caching file data.

FileSecurityClass in namespace Drupal\Component\FileSecurity

Provides file security functions.

FileSystemClass in namespace Drupal\Component\FileSystem

Provides file system functions.

FrontMatterParseExceptionClass in namespace Drupal\Component\FrontMatter\Exception

Defines a class for front matter parsing exceptions.

FrontMatterClass in namespace Drupal\Component\FrontMatter

Component for parsing front matter from a source.

$ PoStreamReader#fdProperty in class PoStreamReader

File handle of the current PO stream.

$ PoStreamReader#finishedProperty in class PoStreamReader

Indicator of whether the stream reading is finished.

$ PoStreamWriter#fdProperty in class PoStreamWriter

File handle of the current PO stream.

SecuredRedirectResponse::fromResponse() — Method in class SecuredRedirectResponse

Copies over the values from the given response.

FileReadOnlyStorageClass in namespace Drupal\Component\PhpStorage

Reads code as regular PHP files, but won't write them.

FileStorageClass in namespace Drupal\Component\PhpStorage

Stores the code as regular PHP files.

FactoryInterfaceClass in namespace Drupal\Component\Plugin\Factory

Factory interface implemented by all plugin factories.

FallbackPluginManagerInterfaceClass in namespace Drupal\Component\Plugin

An interface implemented by plugin managers with fallback plugin behaviors.

$ PluginManagerBase#factoryProperty in class PluginManagerBase

The object that instantiates plugins managed by this manager.

FormattableMarkupClass in namespace Drupal\Component\Render

Formats a string for HTML display by replacing variable placeholders.

$ PhpTransliteration#fixTransliterateForRemoveDiacriticsProperty in class PhpTransliteration

Special characters for ::removeDiacritics().

Mail::formatDisplayName() — Method in class Mail

Return a RFC-2822 compliant "display-name" component.

NestedArray::filter() — Method in class NestedArray

Filters a nested array recursively.

Rectangle::fixImprecision() — Method in class Rectangle

Performs an imprecision check on the input value and fixes it if needed.

Rectangle::fraction() — Method in class Rectangle

Returns the fractional part of a float number, unsigned.

UrlHelper::filterQueryParameters() — Method in class UrlHelper

Filters a URL query parameter array to remove unwanted elements.

UrlHelper::filterBadProtocol() — Method in class UrlHelper

Processes an HTML attribute value and strips dangerous protocols from URLs.

Xss::filter() — Method in class Xss

Filters HTML to prevent cross-site-scripting (XSS) vulnerabilities.

Xss::filterAdmin() — Method in class Xss

Applies a very permissive XSS/HTML filter for admin-only use.

Interpolator::findTokens() — Method in class Interpolator

Finds all of the tokens in the provided message.

$ AppendOp#forceAppendProperty in class AppendOp

An indicator of whether we are allowed to append to a non-scaffolded file.

OperationData::forceAppend() — Method in class OperationData

Determines whether 'force-append' has been set.

ScaffoldFileCollection::filterFiles() — Method in class ScaffoldFileCollection

Removes any item that has a path matching any path in the provided list.

$ ScaffoldFilePath#fullPathProperty in class ScaffoldFilePath

The full path to the file.

ScaffoldFilePath::fullPath() — Method in class ScaffoldFilePath

Gets the full path to the source file.

ScaffoldOptions::fileMapping() — Method in class ScaffoldOptions

Returns the actual file mappings.

FileSecurityClass in namespace Drupal\Composer\Plugin\VendorHardening

Provides file security functions.

VendorHardeningPlugin::findBinOverlap() — Method in class VendorHardeningPlugin

Find bin files which are inside cleanup directories.

AccessResult::forbidden() — Method in class AccessResult

Creates an AccessResultInterface object with isForbidden() === TRUE.

AccessResult::forbiddenIf() — Method in class AccessResult

Creates a forbidden or neutral access result.

FocusFirstCommandClass in namespace Drupal\Core\Ajax

AJAX command for focusing an element.

$ ArchiverManager#fileSystemProperty in class ArchiverManager

The file system service.

$ AssetDumper#fileSystemProperty in class AssetDumper

The file system service.

$ CssCollectionOptimizer#fileSystemProperty in class CssCollectionOptimizer

The file system service.

$ CssCollectionRenderer#fileUrlGeneratorProperty in class CssCollectionRenderer

The file URL generator.

$ CssOptimizer#fileUrlGeneratorProperty in class CssOptimizer

The file URL generator.

$ JsCollectionOptimizer#fileSystemProperty in class JsCollectionOptimizer

The file system service.

$ JsCollectionRenderer#fileUrlGeneratorProperty in class JsCollectionRenderer

The file URL generator.

LibrariesDirectoryFileFinder::find() — Method in class LibrariesDirectoryFileFinder

Finds files that are located in the supported 'libraries' directories.

$ BatchBuilder#finishedProperty in class BatchBuilder

The name of a function / method to be called when the batch finishes.

$ BatchBuilder#fileProperty in class BatchBuilder

The file containing the operation and finished callbacks.

Percentage::format() — Method in class Percentage

Formats the percent completion for a batch set.

$ ChainedFastBackend#fastBackendProperty in class ChainedFastBackend

The fast cache backend.

$ ChainedFastBackendFactory#fastServiceNameProperty in class ChainedFastBackendFactory

The service name of the fast backend factory.

DbDumpCommand::fieldTypeMap() — Method in class DbDumpCommand

Given a database field type, return a Drupal type.

DbDumpCommand::fieldSizeMap() — Method in class DbDumpCommand

Given a database field type, return a Drupal size.

ServerCommand::findAvailablePort() — Method in class ServerCommand

Finds an available port.

Composer::findPackageKey() — Method in class Composer

Find the array key for a given package name with a case-insensitive search.

$ CachedStorage#findByPrefixCacheProperty in class CachedStorage

List of listAll() prefixes with their results.

CachedStorage::findByPrefix() — Method in class CachedStorage

Finds configuration object names starting with a given prefix.

ConfigFactoryOverrideBase::filterOverride() — Method in class ConfigFactoryOverrideBase

Filters data in the override based on what is currently in configuration.

ConfigFactoryOverrideBase::filterNestedArray() — Method in class ConfigFactoryOverrideBase

Filters data in nested arrays.

ConfigImporter::finish() — Method in class ConfigImporter

Finishes the batch.

ConfigInstaller::findPreExistingConfiguration() — Method in class ConfigInstaller

Finds pre-existing configuration objects for the provided extension.

ConfigInstaller::findDefaultConfigWithUnmetDependencies() — Method in class ConfigInstaller

Finds default configuration with unmet dependencies.

ConfigManager::findConfigEntityDependencies() — Method in class ConfigManager

Finds config entities that are dependent on extensions or entities.

ConfigManager::findConfigEntityDependenciesAsEntities() — Method in class ConfigManager

Finds config entities that are dependent on extensions or entities.

ConfigManager::findConfigEntityDependents() — Method in class ConfigManager

Deprecated method to find config entity dependencies.

ConfigManager::findConfigEntityDependentsAsEntities() — Method in class ConfigManager

Deprecated method to find config entity dependencies as entities.

ConfigManager::findMissingContentDependencies() — Method in class ConfigManager

Finds missing content dependencies declared in configuration entities.

ConfigManagerInterface::findConfigEntityDependencies() — Method in class ConfigManagerInterface

Finds config entities that are dependent on extensions or entities.

ConfigManagerInterface::findConfigEntityDependenciesAsEntities() — Method in class ConfigManagerInterface

Finds config entities that are dependent on extensions or entities.

ConfigManagerInterface::findConfigEntityDependents() — Method in class ConfigManagerInterface

Deprecated method to find config entity dependencies.

ConfigManagerInterface::findConfigEntityDependentsAsEntities() — Method in class ConfigManagerInterface

Deprecated method to find config entity dependencies as entities.

ConfigManagerInterface::findMissingContentDependencies() — Method in class ConfigManagerInterface

Finds missing content dependencies declared in configuration entities.

$ DraggableListBuilder#formBuilderProperty in class DraggableListBuilder

The form builder.

DraggableListBuilder::formBuilder() — Method in class DraggableListBuilder

Returns the form builder.

FileStorageClass in namespace Drupal\Core\Config

Defines the file storage.

$ FileStorage#fileCacheProperty in class FileStorage

The file cache object.

FileStorageFactoryClass in namespace Drupal\Core\Config

Provides a factory for creating config file storage objects.

ConfigImporterBatch::finish() — Method in class ConfigImporterBatch

Finish batch.

FinalMissingContentSubscriberClass in namespace Drupal\Core\Config\Importer

Final event subscriber to the missing content event.

$ InstallStorage#foldersProperty in class InstallStorage

Folder map indexed by configuration name.

PreExistingConfigException::flattenConfigObjects() — Method in class PreExistingConfigException

Flattens the config object array to a single dimensional list.

UnmetDependenciesException::formatConfigObjectList() — Method in class UnmetDependenciesException

Formats a list of configuration objects.

$ ControllerBase#formBuilderProperty in class ControllerBase

The form builder.

ControllerBase::formBuilder() — Method in class ControllerBase

Returns the form builder service.

FormControllerClass in namespace Drupal\Core\Controller

Common base class for form interstitial controllers.

$ FormController#formBuilderProperty in class FormController

The form builder.

Connection::filterComment() — Method in class Connection

Sanitize a query comment string.

Database::findDriverAutoloadDirectory() — Method in class Database

Finds the directory to add to the autoloader for the driver's namespace.

Tasks::fail() — Method in class Tasks

Asserts test as failed.

Log::findCaller() — Method in class Log

Determine the routine that called this query.

FieldsOverlapExceptionClass in namespace Drupal\Core\Database\Query

Exception thrown if an insert query specifies a field twice.

$ Insert#fromQueryProperty in class Insert

A SelectQuery object to fetch the rows that should be inserted.

Insert::from() — Method in class Insert

Sets the fromQuery on this InsertQuery object.

InsertTrait::fields() — Method in class InsertTrait

Adds a set of field->value pairs to be inserted.

Merge::fields() — Method in class Merge

Sets common field-value pairs in the INSERT and UPDATE query parts.

$ Select#fieldsProperty in class Select

The fields to SELECT.

$ Select#forUpdateProperty in class Select

The FOR UPDATE status.

Select::forUpdate() — Method in class Select

Add FOR UPDATE to the query.

Select::fields() — Method in class Select

Add multiple fields from the same table to be SELECTed.

SelectExtender::fields() — Method in class SelectExtender

Add multiple fields from the same table to be SELECTed.

SelectExtender::forUpdate() — Method in class SelectExtender

Add FOR UPDATE to the query.

SelectInterface::fields() — Method in class SelectInterface

Add multiple fields from the same table to be SELECTed.

SelectInterface::forUpdate() — Method in class SelectInterface

Add FOR UPDATE to the query.

$ Update#fieldsProperty in class Update

An array of fields that will be updated.

Update::fields() — Method in class Update

Adds a set of field->value pairs to be updated.

Schema::findTables() — Method in class Schema

Finds all tables that are like the specified base table name.

Schema::fieldExists() — Method in class Schema

Check if a column exists in the given table.

Schema::findPrimaryKeyColumns() — Method in class Schema

Finds the primary key columns of a table, from the database.

Schema::fieldNames() — Method in class Schema

Return an array of field names from an array of key/index column specifiers.

StatementInterface::fetch() — Method in class StatementInterface

Fetches the next row from a result set.

StatementInterface::fetchField() — Method in class StatementInterface

Returns a single field from the next record of a result set.

StatementInterface::fetchObject() — Method in class StatementInterface

Fetches the next row and returns it as an object.

StatementInterface::fetchAssoc() — Method in class StatementInterface

Fetches the next row and returns it as an associative array.

StatementInterface::fetchAll() — Method in class StatementInterface

Returns an array containing all of the result set rows.

StatementInterface::fetchCol() — Method in class StatementInterface

Returns an entire single column of a result set as an indexed array.

StatementInterface::fetchAllKeyed() — Method in class StatementInterface

Returns the entire result set as a single associative array.

StatementInterface::fetchAllAssoc() — Method in class StatementInterface

Returns the result set as an associative array keyed by the given field.

$ StatementPrefetch#fetchStyleProperty in class StatementPrefetch

Holds the current fetch style (which will be used by the next fetch).

$ StatementPrefetch#fetchOptionsProperty in class StatementPrefetch

Holds supplementary current fetch options (which will be used by the next fetch).

StatementPrefetch::fetch() — Method in class StatementPrefetch

Fetches the next row from a result set.

StatementPrefetch::fetchColumn() — Method in class StatementPrefetch
StatementPrefetch::fetchField() — Method in class StatementPrefetch

Returns a single field from the next record of a result set.

StatementPrefetch::fetchObject() — Method in class StatementPrefetch

Fetches the next row and returns it as an object.

StatementPrefetch::fetchAssoc() — Method in class StatementPrefetch

Fetches the next row and returns it as an associative array.

StatementPrefetch::fetchAll() — Method in class StatementPrefetch

Returns an array containing all of the result set rows.

StatementPrefetch::fetchCol() — Method in class StatementPrefetch

Returns an entire single column of a result set as an indexed array.

StatementPrefetch::fetchAllKeyed() — Method in class StatementPrefetch

Returns the entire result set as a single associative array.

StatementPrefetch::fetchAllAssoc() — Method in class StatementPrefetch

Returns the result set as an associative array keyed by the given field.

StatementWrapper::fetchCol() — Method in class StatementWrapper

Returns an entire single column of a result set as an indexed array.

StatementWrapper::fetchAllAssoc() — Method in class StatementWrapper

Returns the result set as an associative array keyed by the given field.

StatementWrapper::fetchAllKeyed() — Method in class StatementWrapper

Returns the entire result set as a single associative array.

StatementWrapper::fetchField() — Method in class StatementWrapper

Returns a single field from the next record of a result set.

StatementWrapper::fetchAssoc() — Method in class StatementWrapper

Fetches the next row and returns it as an associative array.

StatementWrapper::fetchObject() — Method in class StatementWrapper

Fetches the next row and returns it as an object.

StatementWrapper::fetch() — Method in class StatementWrapper

Fetches the next row from a result set.

StatementWrapper::fetchAll() — Method in class StatementWrapper

Returns an array containing all of the result set rows.

DateFormatter::format() — Method in class DateFormatter

Formats a date, using a date type or a custom date format string.

DateFormatter::formatInterval() — Method in class DateFormatter

Formats a time interval with the requested granularity.

DateFormatter::formatTimeDiffUntil() — Method in class DateFormatter

Formats the time difference from the current request time to a timestamp.

DateFormatter::formatTimeDiffSince() — Method in class DateFormatter

Formats the time difference from a timestamp to the current request time.

DateFormatter::formatDiff() — Method in class DateFormatter

Formats a time interval between two timestamps.

DateFormatterInterface::format() — Method in class DateFormatterInterface

Formats a date, using a date type or a custom date format string.

DateFormatterInterface::formatInterval() — Method in class DateFormatterInterface

Formats a time interval with the requested granularity.

DateFormatterInterface::formatTimeDiffUntil() — Method in class DateFormatterInterface

Formats the time difference from the current request time to a timestamp.

DateFormatterInterface::formatTimeDiffSince() — Method in class DateFormatterInterface

Formats the time difference from a timestamp to the current request time.

DateFormatterInterface::formatDiff() — Method in class DateFormatterInterface

Formats a time interval between two timestamps.

$ DrupalDateTime#formatTranslationCacheProperty in class DrupalDateTime

Formatted strings translation cache.

DrupalDateTime::format() — Method in class DrupalDateTime

Overrides format().

Datetime::formatExample() — Method in class Datetime

Creates an example for a date format.

FormattedDateDiffClass in namespace Drupal\Core\Datetime

Contains a formatted time difference.

TimestampDatetimeWidget::formElement() — Method in class TimestampDatetimeWidget

Returns the form for a single field widget.

$ YamlFileLoader#fileCacheProperty in class YamlFileLoader

File cache object.

DrupalKernel::findSitePath() — Method in class DrupalKernel

Returns the appropriate site directory for a request.

$ ContentEntityBase#fieldsProperty in class ContentEntityBase

The array of fields, each being an instance of FieldItemListInterface.

$ ContentEntityBase#fieldDefinitionsProperty in class ContentEntityBase

Local cache for field definitions.

$ ContentEntityBase#fieldsToSkipFromTranslationChangesCheckProperty in class ContentEntityBase

Local cache for fields to skip from the checking for translation changes.

ContentEntityConfirmFormBase::form() — Method in class ContentEntityConfirmFormBase

Gets the actual form array to be built.

ContentEntityForm::form() — Method in class ContentEntityForm

Gets the actual form array to be built.

ContentEntityForm::flagViolations() — Method in class ContentEntityForm

Flags violations for the current form.

ContentEntityStorageBase::finalizePurge() — Method in class ContentEntityStorageBase

Performs final cleanup after all data of a field has been purged.

EntityFormDisplayInterface::flagWidgetsErrorsFromViolations() — Method in class EntityFormDisplayInterface

Flags entity validation violations as form errors.

EntityAccessControlHandler::fieldAccess() — Method in class EntityAccessControlHandler

Checks access to an operation on a given entity field.

EntityAccessControlHandlerInterface::fieldAccess() — Method in class EntityAccessControlHandlerInterface

Checks access to an operation on a given entity field.

EntityConstraintViolationList::filterByFields() — Method in class EntityConstraintViolationList

Filters this violation list by the given fields.

EntityConstraintViolationList::filterByFieldAccess() — Method in class EntityConstraintViolationList

Filters this violation list to apply for accessible fields only.

EntityConstraintViolationListInterface::filterByFields() — Method in class EntityConstraintViolationListInterface

Filters this violation list by the given fields.

EntityConstraintViolationListInterface::filterByFieldAccess() — Method in class EntityConstraintViolationListInterface

Filters this violation list to apply for accessible fields only.

$ EntityDefinitionUpdateManager#fieldStorageDefinitionListenerProperty in class EntityDefinitionUpdateManager

The field storage definition listener service.

$ EntityDisplayBase#fieldDefinitionsProperty in class EntityDisplayBase

A list of field definitions eligible for configuration in this display.

$ EntityFieldManager#fieldDefinitionsProperty in class EntityFieldManager

Static cache of field definitions per bundle and entity type.

$ EntityFieldManager#fieldStorageDefinitionsProperty in class EntityFieldManager

Static cache of field storage definitions per entity type.

$ EntityFieldManager#fieldMapProperty in class EntityFieldManager

An array keyed by entity type. Each value is an array whose keys are field names and whose value is an array with two entries:

  • type: The field type.
$ EntityFieldManager#fieldMapByFieldTypeProperty in class EntityFieldManager

An array keyed by field type. Each value is an array whose key are entity types including arrays in the same form that $fieldMap.

EntityForm::form() — Method in class EntityForm

Gets the actual form array to be built.

$ EntityFormBuilder#formBuilderProperty in class EntityFormBuilder

The form builder.

$ EntityType#field_ui_base_routeProperty in class EntityType

The route name used by field UI to attach its management pages.

EntityTypeManager::findDefinitions() — Method in class EntityTypeManager

Finds plugin definitions.

EntityFormDisplay::flagWidgetsErrorsFromViolations() — Method in class EntityFormDisplay

Flags entity validation violations as form errors.

FieldStorageDefinitionUpdateForbiddenExceptionClass in namespace Drupal\Core\Entity\Exception

Exception thrown when a storage definition update is forbidden.

FieldableEntityInterfaceClass in namespace Drupal\Core\Entity

Interface for entities having fields.

FieldableEntityStorageInterfaceClass in namespace Drupal\Core\Entity

A storage that supports entity types with field definitions.

FieldableEntityStorageInterface::finalizePurge() — Method in class FieldableEntityStorageInterface

Performs final cleanup after all data of a field has been purged.

$ EntityHasFieldConstraint#field_nameProperty in class EntityHasFieldConstraint

The field name option.

Query::finish() — Method in class Query

Finish the query by adding fields, GROUP BY and range.

QueryAggregate::finish() — Method in class QueryAggregate

Overrides \Drupal\Core\Entity\Query\Sql\Query::finish().

$ Tables#fieldTablesProperty in class Tables

Field table array, key is table name, value is alias.

DynamicallyFieldableEntityStorageSchemaInterface::finalizePurge() — Method in class DynamicallyFieldableEntityStorageSchemaInterface

Performs final cleanup after all data of a field has been purged.

$ DefaultTableMapping#fieldStorageDefinitionsProperty in class DefaultTableMapping

The field storage definitions of this mapping.

$ DefaultTableMapping#fieldNamesProperty in class DefaultTableMapping

A list of field names per table.

$ SqlContentEntityStorage#fieldStorageDefinitionsProperty in class SqlContentEntityStorage

The entity type's field storage definitions.

SqlContentEntityStorage::finalizePurge() — Method in class SqlContentEntityStorage

Performs final cleanup after all data of a field has been purged.

$ SqlContentEntityStorageSchema#fieldStorageDefinitionsProperty in class SqlContentEntityStorageSchema

The storage field definitions for this entity type.

SqlContentEntityStorageSchema::finalizePurge() — Method in class SqlContentEntityStorageSchema

Performs final cleanup after all data of a field has been purged.

$ AuthenticationSubscriber#filterProperty in class AuthenticationSubscriber

Authentication provider filter.

Fast404ExceptionHtmlSubscriberClass in namespace Drupal\Core\EventSubscriber

High-performance 404 exception subscriber.

FinalExceptionSubscriberClass in namespace Drupal\Core\EventSubscriber

Last-chance handler for exceptions: the final exception subscriber.

FinishResponseSubscriberClass in namespace Drupal\Core\EventSubscriber

Response subscriber to handle finished responses.

$ Extension#filenameProperty in class Extension

The filename of the main extension file (e.g., 'node.module').

$ ExtensionDiscovery#filesProperty in class ExtensionDiscovery

Previously discovered files keyed by origin directory and extension type.

$ ExtensionDiscovery#fileCacheProperty in class ExtensionDiscovery

The file cache object.

ExtensionDiscovery::filterByProfileDirectories() — Method in class ExtensionDiscovery

Filters out extensions not belonging to the scanned installation profiles.

ThemeExtensionList::fillInSubThemeData() — Method in class ThemeExtensionList

Fills in data for themes that are also sub-themes.

FieldFormatterClass in namespace Drupal\Core\Field\Annotation

Defines a FieldFormatter annotation object.

$ FieldFormatter#field_typesProperty in class FieldFormatter

An array of field types the formatter supports.

FieldTypeClass in namespace Drupal\Core\Field\Annotation

Defines a FieldType annotation object.

FieldWidgetClass in namespace Drupal\Core\Field\Annotation

Defines a FieldWidget annotation object.

$ FieldWidget#field_typesProperty in class FieldWidget

An array of field types the widget supports.

FieldConfigBaseClass in namespace Drupal\Core\Field

Base class for configurable field definitions.

$ FieldConfigBase#field_nameProperty in class FieldConfigBase

The field name.

$ FieldConfigBase#field_typeProperty in class FieldConfigBase

The field type.

$ FieldConfigBase#fieldStorageProperty in class FieldConfigBase

The field storage object.

FieldConfigInterfaceClass in namespace Drupal\Core\Field

Defines an interface for configurable field definitions.

FieldConfigStorageBaseClass in namespace Drupal\Core\Field

Base storage class for field config entities.

$ FieldConfigStorageBase#fieldTypeManagerProperty in class FieldConfigStorageBase

The field type plugin manager.

FieldDefinitionClass in namespace Drupal\Core\Field

A class for defining entity field definitions.

$ FieldDefinition#fieldStorageDefinitionProperty in class FieldDefinition

The associated field storage definition.

FieldDefinitionInterfaceClass in namespace Drupal\Core\Field

Defines an interface for entity field definitions.

FieldDefinitionListenerClass in namespace Drupal\Core\Field

Reacts to field definition CRUD on behalf of the Entity system.

FieldDefinitionListenerInterfaceClass in namespace Drupal\Core\Field

Defines an interface for reacting to field creation, deletion, and updates.

FieldExceptionClass in namespace Drupal\Core\Field

Base class for all exceptions thrown by the Entity Field API functions.

FieldFilteredMarkupClass in namespace Drupal\Core\Field

Defines an object that passes safe strings through the Field system.

FieldInputValueNormalizerTraitClass in namespace Drupal\Core\Field

A trait used to assist in the normalization of raw input field values.

FieldItemBaseClass in namespace Drupal\Core\Field

An entity field item.

FieldItemBase::fieldSettingsForm() — Method in class FieldItemBase

Returns a form for the field-level settings.

FieldItemBase::fieldSettingsToConfigData() — Method in class FieldItemBase

Returns a settings array that can be stored as a configuration value.

FieldItemBase::fieldSettingsFromConfigData() — Method in class FieldItemBase

Returns a settings array in the field type's canonical representation.

FieldItemInterfaceClass in namespace Drupal\Core\Field

Interface for entity field items.

FieldItemInterface::fieldSettingsToConfigData() — Method in class FieldItemInterface

Returns a settings array that can be stored as a configuration value.

FieldItemInterface::fieldSettingsFromConfigData() — Method in class FieldItemInterface

Returns a settings array in the field type's canonical representation.

FieldItemInterface::fieldSettingsForm() — Method in class FieldItemInterface

Returns a form for the field-level settings.

FieldItemListClass in namespace Drupal\Core\Field

Represents an entity field; that is, a list of field item objects.

FieldItemList::filterEmptyItems() — Method in class FieldItemList

Filters out empty field items and re-numbers the item deltas.

FieldItemListInterfaceClass in namespace Drupal\Core\Field

Interface for fields, being lists of field items.

FieldItemListInterface::filterEmptyItems() — Method in class FieldItemListInterface

Filters out empty field items and re-numbers the item deltas.

FieldStorageDefinitionEventClass in namespace Drupal\Core\Field

Defines a base class for all field storage definition events.

$ FieldStorageDefinitionEvent#fieldStorageDefinitionProperty in class FieldStorageDefinitionEvent

The field storage definition.

FieldStorageDefinitionEventSubscriberTraitClass in namespace Drupal\Core\Field

Helper methods for FieldStorageDefinitionListenerInterface.

FieldStorageDefinitionEventsClass in namespace Drupal\Core\Field

Contains all events thrown while handling field storage definitions.

FieldStorageDefinitionInterfaceClass in namespace Drupal\Core\Field

Defines an interface for entity field storage definitions.

FieldStorageDefinitionListenerClass in namespace Drupal\Core\Field

Reacts to field storage definition CRUD on behalf of the Entity system.

FieldStorageDefinitionListenerInterfaceClass in namespace Drupal\Core\Field

Defines an interface for reacting to field storage definition creation, deletion, and updates.

FieldTypePluginManagerClass in namespace Drupal\Core\Field

Plugin manager for 'field type' plugins.

FieldTypePluginManagerInterfaceClass in namespace Drupal\Core\Field

Defines an interface for the field type plugin manager.

FieldUpdateActionBaseClass in namespace Drupal\Core\Field

Provides a base for action plugins that update one or more fields.

FormatterBaseClass in namespace Drupal\Core\Field

Base class for 'Field formatter' plugin implementations.

$ FormatterBase#fieldDefinitionProperty in class FormatterBase

The field definition.

FormatterInterfaceClass in namespace Drupal\Core\Field

Interface definition for field formatter plugins.

FormatterPluginManagerClass in namespace Drupal\Core\Field

Plugin type manager for field formatters.

$ FormatterPluginManager#formatterOptionsProperty in class FormatterPluginManager

An array of formatter options for each field type.

$ FormatterPluginManager#fieldTypeManagerProperty in class FormatterPluginManager

The field type manager to define field.

FieldItemDeriverClass in namespace Drupal\Core\Field\Plugin\DataType\Deriver

Provides data type plugins for each existing field type plugin.

$ FieldItemDeriver#fieldTypePluginManagerProperty in class FieldItemDeriver

The field type plugin manager.

FieldItemClass in namespace Drupal\Core\Field\Plugin\DataType

Defines the base plugin for deriving data types for field types.

TimestampAgoFormatter::formatTimestamp() — Method in class TimestampAgoFormatter

Formats a timestamp.

BooleanItem::fieldSettingsForm() — Method in class BooleanItem

Returns a form for the field-level settings.

DecimalItem::fieldSettingsForm() — Method in class DecimalItem

Returns a form for the field-level settings.

EntityReferenceItem::fieldSettingsForm() — Method in class EntityReferenceItem

Returns a form for the field-level settings.

EntityReferenceItem::fieldSettingsFormValidate() — Method in class EntityReferenceItem

Form element validation handler; Invokes selection plugin's validation.

EntityReferenceItem::fieldSettingsAjaxProcess() — Method in class EntityReferenceItem

Render API callback: Processes the field settings form.

EntityReferenceItem::fieldSettingsAjaxProcessElement() — Method in class EntityReferenceItem

Adds entity_reference specific properties to AJAX form elements from the field settings form.

EntityReferenceItem::formProcessMergeParent() — Method in class EntityReferenceItem

Render API callback: Moves entity_reference specific Form API elements (i.e. 'handler_settings') up a level for easier processing by the validation and submission handlers.

FloatItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'float' field type.

FloatItem::fieldSettingsForm() — Method in class FloatItem

Returns a form for the field-level settings.

NumericItemBase::fieldSettingsForm() — Method in class NumericItemBase

Returns a form for the field-level settings.

BooleanCheckboxWidget::formElement() — Method in class BooleanCheckboxWidget

Returns the form for a single field widget.

EmailDefaultWidget::formElement() — Method in class EmailDefaultWidget

Returns the form for a single field widget.

EntityReferenceAutocompleteTagsWidget::formElement() — Method in class EntityReferenceAutocompleteTagsWidget

Returns the form for a single field widget.

EntityReferenceAutocompleteWidget::formElement() — Method in class EntityReferenceAutocompleteWidget

Returns the form for a single field widget.

LanguageSelectWidget::formElement() — Method in class LanguageSelectWidget

Returns the form for a single field widget.

NumberWidget::formElement() — Method in class NumberWidget

Returns the form for a single field widget.

OptionsButtonsWidget::formElement() — Method in class OptionsButtonsWidget

Returns the form for a single field widget.

OptionsSelectWidget::formElement() — Method in class OptionsSelectWidget

Returns the form for a single field widget.

OptionsWidgetBase::formElement() — Method in class OptionsWidgetBase

Returns the form for a single field widget.

StringTextareaWidget::formElement() — Method in class StringTextareaWidget

Returns the form for a single field widget.

StringTextfieldWidget::formElement() — Method in class StringTextfieldWidget

Returns the form for a single field widget.

UriWidget::formElement() — Method in class UriWidget

Returns the form for a single field widget.

FieldItemDataDefinitionClass in namespace Drupal\Core\Field\TypedData

A typed data definition class for defining field items.

$ FieldItemDataDefinition#fieldDefinitionProperty in class FieldItemDataDefinition

The field definition the item definition belongs to.

FieldItemDataDefinitionInterfaceClass in namespace Drupal\Core\Field\TypedData

Interface for field item data definitions.

$ WidgetBase#fieldDefinitionProperty in class WidgetBase

The field definition.

WidgetBase::form() — Method in class WidgetBase

Creates a form element for a field.

WidgetBase::formMultipleElements() — Method in class WidgetBase

Special handling to create form elements for multiple values.

WidgetBase::formSingleElement() — Method in class WidgetBase

Generates the form element for a single copy of the widget.

WidgetBase::flagErrors() — Method in class WidgetBase

Reports field-level validation errors against actual form elements.

WidgetBaseInterface::form() — Method in class WidgetBaseInterface

Creates a form element for a field.

WidgetBaseInterface::flagErrors() — Method in class WidgetBaseInterface

Reports field-level validation errors against actual form elements.

WidgetInterface::formElement() — Method in class WidgetInterface

Returns the form for a single field widget.

$ WidgetPluginManager#fieldTypeManagerProperty in class WidgetPluginManager

The field type manager to define field.

FTPClass in namespace Drupal\Core\FileTransfer

Defines the base class for FTP implementations.

FTP::factory() — Method in class FTP

Defines a factory method for this class.

FTPExtensionClass in namespace Drupal\Core\FileTransfer

Defines a file transfer class using the PHP FTP extension.

FileTransferClass in namespace Drupal\Core\FileTransfer

Defines the base FileTransfer class.

FileTransfer::factory() — Method in class FileTransfer

Defines a factory method for this class.

FileTransfer::fixRemotePath() — Method in class FileTransfer

Returns a modified path suitable for passing to the server.

FileTransfer::findChroot() — Method in class FileTransfer

Returns the chroot property for this connection.

FileTransferExceptionClass in namespace Drupal\Core\FileTransfer

Exception thrown for file transfer errors.

FileTransferAuthorizeFormClass in namespace Drupal\Core\FileTransfer\Form

Provides the file transfer authorization form.

$ Local#fileSystemProperty in class Local

The file system service.

Local::factory() — Method in class Local

Defines a factory method for this class.

SSH::factory() — Method in class SSH

Defines a factory method for this class.

FileUploadSanitizeNameEventClass in namespace Drupal\Core\File\Event

An event during file upload that lets subscribers sanitize the filename.

$ FileUploadSanitizeNameEvent#filenameProperty in class FileUploadSanitizeNameEvent

The name of the file being uploaded.

FileExceptionClass in namespace Drupal\Core\File\Exception

Base class for exceptions related to file handling operations.

FileExistsExceptionClass in namespace Drupal\Core\File\Exception

Exception thrown when a file unexpectedly exists.

FileNotExistsExceptionClass in namespace Drupal\Core\File\Exception

Exception thrown when a file is expected to exist but does not.

FileWriteExceptionClass in namespace Drupal\Core\File\Exception

Exception thrown when file cannot be written to disk.

FileSystemClass in namespace Drupal\Core\File

Provides helpers to operate on files and stream wrappers.

FileSystemInterfaceClass in namespace Drupal\Core\File

Provides an interface for helpers that operate on files and stream wrappers.

FileUrlGeneratorClass in namespace Drupal\Core\File

Default implementation for the file URL generator service.

FileUrlGeneratorInterfaceClass in namespace Drupal\Core\File

Generates file URLs for a stream to an external or local file.

FloodInterfaceClass in namespace Drupal\Core\Flood

Defines an interface for flood controllers.

FormAjaxSubscriberClass in namespace Drupal\Core\Form\EventSubscriber

Wraps AJAX form submissions that are triggered via an exception.

$ FormAjaxSubscriber#formAjaxResponseBuilderProperty in class FormAjaxSubscriber

The form AJAX response builder.

FormAjaxSubscriber::formatSize() — Method in class FormAjaxSubscriber

Wraps format_size()

FormAjaxExceptionClass in namespace Drupal\Core\Form

Custom exception to break out of AJAX form processing.

$ FormAjaxException#formProperty in class FormAjaxException

The form definition.

$ FormAjaxException#formStateProperty in class FormAjaxException

The form state.

FormAjaxResponseBuilderClass in namespace Drupal\Core\Form

Builds an AJAX form response.

FormAjaxResponseBuilderInterfaceClass in namespace Drupal\Core\Form

Provides an interface for building AJAX form responses.

FormBaseClass in namespace Drupal\Core\Form

Provides a base class for forms.

FormBuilderClass in namespace Drupal\Core\Form

Provides form building and processing.

$ FormBuilder#formValidatorProperty in class FormBuilder

The form validator.

$ FormBuilder#formSubmitterProperty in class FormBuilder

The form submitter.

$ FormBuilder#formCacheProperty in class FormBuilder

The form cache.

FormBuilderInterfaceClass in namespace Drupal\Core\Form

Provides an interface for form building and processing.

FormCacheClass in namespace Drupal\Core\Form

Encapsulates the caching of a form and its form state.

FormCacheInterfaceClass in namespace Drupal\Core\Form

Provides an interface for the caching of a form and its form state.

FormElementHelperClass in namespace Drupal\Core\Form

Provides common functionality for form elements.

FormErrorHandlerClass in namespace Drupal\Core\Form

Handles form errors.

FormErrorHandlerInterfaceClass in namespace Drupal\Core\Form

Provides an interface for handling form errors.

FormHelperClass in namespace Drupal\Core\Form

Provides helpers to operate on forms.

FormInterfaceClass in namespace Drupal\Core\Form

Provides an interface for a Form.

FormStateClass in namespace Drupal\Core\Form

Stores information about the state of a form.

FormStateDecoratorBaseClass in namespace Drupal\Core\Form

Decorates another form state.

FormStateInterfaceClass in namespace Drupal\Core\Form

Provides an interface for an object containing the current state of a form.

FormStateValuesTraitClass in namespace Drupal\Core\Form

Provides methods to manage form state values.

FormSubmitterClass in namespace Drupal\Core\Form

Provides submission processing for forms.

FormSubmitterInterfaceClass in namespace Drupal\Core\Form

Provides an interface for processing form submissions.

FormValidatorClass in namespace Drupal\Core\Form

Provides validation of form submissions.

$ FormValidator#formErrorHandlerProperty in class FormValidator

The form error handler.

FormValidator::finalizeValidation() — Method in class FormValidator

Finalizes validation.

FormValidatorInterfaceClass in namespace Drupal\Core\Form

Provides an interface for validating form submissions.

OptGroup::flattenOptions() — Method in class OptGroup

Allows PHP array processing of multiple select options with the same value.

ClientFactory::fromOptions() — Method in class ClientFactory

Constructs a new client object from some configuration.

$ Image#fileSizeProperty in class Image

File size in bytes.

LanguageManager::filterLanguages() — Method in class LanguageManager

Filters the full list of languages based on the value of the flag.

Link::fromTextAndUrl() — Method in class Link

Creates a Link object from a given Url object.

MailInterface::format() — Method in class MailInterface

Formats a message prior to sending.

PhpMail::format() — Method in class PhpMail

Concatenates and wraps the email body for plain-text mails.

DefaultMenuLinkTreeManipulators::flatten() — Method in class DefaultMenuLinkTreeManipulators

Flattens the tree to a single level.

$ MenuLinkManager#factoryProperty in class MenuLinkManager

The object that instantiates plugins managed by this manager.

MenuTreeStorage::findParent() — Method in class MenuTreeStorage

Loads the parent definition if it exists.

MenuTreeStorage::findNoLongerExistingLinks() — Method in class MenuTreeStorage

Find any previously discovered menu links that no longer exist.

$ Messenger#flashBagProperty in class Messenger

The flash bag.

PagerManager::findPage() — Method in class PagerManager

Returns the current page being requested for display within a pager.

PagerManagerInterface::findPage() — Method in class PagerManagerInterface

Returns the current page being requested for display within a pager.

PagerParameters::findPage() — Method in class PagerParameters

Returns the current page being requested for display within a pager.

PagerParametersInterface::findPage() — Method in class PagerParametersInterface

Returns the current page being requested for display within a pager.

$ PathMatcher#frontPageProperty in class PathMatcher

The default front page.

ContextHandler::filterPluginDefinitionsByContexts() — Method in class ContextHandler

Determines plugins whose constraints are satisfied by a set of contexts.

ContextHandlerInterface::filterPluginDefinitionsByContexts() — Method in class ContextHandlerInterface

Determines plugins whose constraints are satisfied by a set of contexts.

EntityContext::fromEntityTypeId() — Method in class EntityContext

Gets a context from an entity type ID.

EntityContext::fromEntityType() — Method in class EntityContext

Gets a context from an entity type.

EntityContext::fromEntity() — Method in class EntityContext

Gets a context object from an entity.

EntityContextDefinition::fromEntityTypeId() — Method in class EntityContextDefinition

Creates a context definition from a given entity type ID.

EntityContextDefinition::fromEntityType() — Method in class EntityContextDefinition

Creates a context definition from a given entity type.

EntityContextDefinition::fromEntity() — Method in class EntityContextDefinition

Creates a context definition from a given entity object.

DefaultPluginManager::findDefinitions() — Method in class DefaultPluginManager

Finds plugin definitions.

FilteredPluginManagerInterfaceClass in namespace Drupal\Core\Plugin

Provides an interface for plugin managers that allow filtering definitions.

FilteredPluginManagerTraitClass in namespace Drupal\Core\Plugin

Provides a trait for plugin managers that allow filtering plugin definitions.

FormElementClass in namespace Drupal\Core\Render\Annotation

Defines a form element plugin annotation object.

FieldgroupClass in namespace Drupal\Core\Render\Element

Provides a render element for a group of form elements.

FieldsetClass in namespace Drupal\Core\Render\Element

Provides a render element for a group of form elements.

FileClass in namespace Drupal\Core\Render\Element

Provides a form element for uploading a file.

FormClass in namespace Drupal\Core\Render\Element

Provides a render element for a form.

FormElementClass in namespace Drupal\Core\Render\Element

Provides a base class for form element plugins.

FormElementInterfaceClass in namespace Drupal\Core\Render\Element

Provides an interface for form element plugins.

HtmlResponseAttachmentsProcessor::formatHttpHeaderAttributes() — Method in class HtmlResponseAttachmentsProcessor

Formats an attribute string for an HTTP header.

CacheableSecuredRedirectResponse::fromResponse() — Method in class CacheableSecuredRedirectResponse

Copies over the values from the given response.

$ CompiledRoute#fitProperty in class CompiledRoute

The fitness of this route.

ContentTypeHeaderMatcher::filter() — Method in class ContentTypeHeaderMatcher

Filters the route collection against a request and returns all matching routes.

FormRouteEnhancerClass in namespace Drupal\Core\Routing\Enhancer

Enhancer to add a wrapping controller for _form routes.

FilterInterfaceClass in namespace Drupal\Core\Routing

A route filter service to filter down the collection of route instances.

FilterInterface::filter() — Method in class FilterInterface

Filters the route collection against a request and returns all matching routes.

MethodFilter::filter() — Method in class MethodFilter

Filters the route collection against a request and returns all matching routes.

RequestContext::fromRequestStack() — Method in class RequestContext

Populates the context from the current request from the request stack.

RequestContext::fromRequest() — Method in class RequestContext
{@inheritdoc}
RequestFormatRouteFilter::filter() — Method in class RequestFormatRouteFilter

Filters the route collection against a request and returns all matching routes.

$ Router#filtersProperty in class Router

The list of available route filters.

UrlMatcher::finalMatch() — Method in class UrlMatcher
$ NegotiationMiddleware#formatsProperty in class NegotiationMiddleware

Contains a hashmap of format as key and mimetype as value.

StringTranslationTrait::formatPlural() — Method in class StringTranslationTrait

Formats a string containing a count of items.

TranslationInterface::formatPlural() — Method in class TranslationInterface

Formats a string containing a count of items.

TranslationManager::formatPlural() — Method in class TranslationManager

Formats a string containing a count of items.

FileTranslationClass in namespace Drupal\Core\StringTranslation\Translator

File based string translation.

$ FileTranslation#fileSystemProperty in class FileTranslation

The file system.

FileTranslation::findTranslationFiles() — Method in class FileTranslation

Finds installer translations either for a specific or all languages.

FileTranslation::filesToArray() — Method in class FileTranslation

Reads the given Gettext PO files into a data structure.

FilesystemLoaderClass in namespace Drupal\Core\Template\Loader
ThemeRegistryLoader::findTemplate() — Method in class ThemeRegistryLoader

Finds the path to the requested template.

$ TwigExtension#fileUrlGeneratorProperty in class TwigExtension

The file URL generator.

$ EnvironmentCleaner#fileSystemProperty in class EnvironmentCleaner

The file system service.

FunctionalTestSetupTraitClass in namespace Drupal\Core\Test

Defines a trait for shared functional test setup functionality.

JUnitConverter::findTestCases() — Method in class JUnitConverter

Finds all test cases recursively from a test suite list.

TestDiscovery::findAllClassFiles() — Method in class TestDiscovery

Discovers all class files in all available extensions.

ListInterface::first() — Method in class ListInterface

Returns the first item in this list.

ListInterface::filter() — Method in class ListInterface

Filters the items in the list using a custom callback.

FloatDataClass in namespace Drupal\Core\TypedData\Plugin\DataType

The float data type.

ItemList::first() — Method in class ItemList

Returns the first item in this list.

ItemList::filter() — Method in class ItemList

Filters the items in the list using a custom callback.

FloatInterfaceClass in namespace Drupal\Core\TypedData\Type

Interface for floating-point numbers.

TypedDataMetadata::findConstraints() — Method in class TypedDataMetadata
{@inheritdoc}
UpdateRegistry::filterOutInvokedUpdatesByModule() — Method in class UpdateRegistry

Filters out already executed update functions by module.

Updater::factory() — Method in class Updater

Returns an Updater of the appropriate type depending on the source.

Updater::findInfoFile() — Method in class Updater

Determines what the most important (or only) info file is in a directory.

Url::fromRoute() — Method in class Url

Creates a new Url object for a URL that has a Drupal route.

Url::fromRouteMatch() — Method in class Url

Creates a new URL object from a route match.

Url::fromUserInput() — Method in class Url

Creates a Url object for a relative URI reference submitted by user input.

Url::fromUri() — Method in class Url

Creates a new Url object from a URI.

Url::fromEntityUri() — Method in class Url

Create a new Url object for entity URIs.

Url::fromInternalUri() — Method in class Url

Creates a new Url object for 'internal:' URIs.

Url::fromRouteUri() — Method in class Url

Creates a new Url object for 'route:' URIs.

Error::formatBacktrace() — Method in class Error

Formats a backtrace into a plain-text string.

ProjectInfo::filterProjectInfo() — Method in class ProjectInfo

Filters the project .info.yml data to only save attributes we need.

Token::findWithPrefix() — Method in class Token

Returns a list of tokens that begin with a specific prefix.

ActionFormBase::form() — Method in class ActionFormBase

Gets the actual form array to be built.

Action::fields() — Method in class Action

Returns available fields on the source.

AggregatorController::feedAdd() — Method in class AggregatorController

Presents the aggregator feed creation form.

AggregatorController::feedRefresh() — Method in class AggregatorController

Refreshes a feed, then redirects to the overview page.

AggregatorController::feedTitle() — Method in class AggregatorController

Route title callback.

FeedClass in namespace Drupal\aggregator\Entity

Defines the aggregator feed entity class.

FeedAccessControlHandlerClass in namespace Drupal\aggregator

Defines an access control handler for the feed entity.

FeedFormClass in namespace Drupal\aggregator

Form handler for the aggregator feed edit forms.

FeedHtmlRouteProviderClass in namespace Drupal\aggregator

Provides HTML routes for the feed entity type.

FeedInterfaceClass in namespace Drupal\aggregator

Provides an interface defining an aggregator feed entity.

FeedStorageClass in namespace Drupal\aggregator

Defines the storage handler class for feed entities.

FeedStorageInterfaceClass in namespace Drupal\aggregator

Defines an interface for aggregator feed entity storage classes.

FeedStorageSchemaClass in namespace Drupal\aggregator

Defines the feed schema handler.

FeedViewBuilderClass in namespace Drupal\aggregator

View builder handler for aggregator feeds.

FeedDeleteFormClass in namespace Drupal\aggregator\Form

Provides a form for deleting a feed.

FeedItemsDeleteFormClass in namespace Drupal\aggregator\Form

Provides a deletion confirmation form for items that belong to a feed.

$ OpmlFeedAdd#feedStorageProperty in class OpmlFeedAdd

The feed storage.

$ ItemsImporter#fetcherManagerProperty in class ItemsImporter

The aggregator fetcher manager.

$ AggregatorFeedBlock#feedStorageProperty in class AggregatorFeedBlock

The entity storage for feeds.

FetcherInterfaceClass in namespace Drupal\aggregator\Plugin

Defines an interface for aggregator fetcher implementations.

FetcherInterface::fetch() — Method in class FetcherInterface

Downloads feed data.

FeedTitleConstraintClass in namespace Drupal\aggregator\Plugin\Validation\Constraint

Supports validating feed titles.

FeedUrlConstraintClass in namespace Drupal\aggregator\Plugin\Validation\Constraint

Supports validating feed URLs.

DefaultFetcher::fetch() — Method in class DefaultFetcher

Downloads feed data.

AggregatorFeed::fields() — Method in class AggregatorFeed

Returns available fields on the source.

AggregatorItem::fields() — Method in class AggregatorItem

Returns available fields on the source.

FidClass in namespace Drupal\aggregator\Plugin\views\argument

Argument handler to accept an aggregator feed id.

BanIpManager::findAll() — Method in class BanIpManager

Finds all banned IP addresses.

BanIpManager::findById() — Method in class BanIpManager

Finds a banned IP address by its ID.

BanIpManagerInterface::findAll() — Method in class BanIpManagerInterface

Finds all banned IP addresses.

BanIpManagerInterface::findById() — Method in class BanIpManagerInterface

Finds a banned IP address by its ID.

BlockedIp::fields() — Method in class BlockedIp

Returns an array of destination fields.

BlockedIps::fields() — Method in class BlockedIps

Returns available fields on the source.

$ BasicAuth#floodProperty in class BasicAuth

The flood service.

BigPipe::filterEmbeddedResponse() — Method in class BigPipe

Filters the given embedded response, using the cumulative AJAX page state.

BigPipe::filterResponse() — Method in class BigPipe

Filters the given response.

BlockForm::form() — Method in class BlockForm

Gets the actual form array to be built.

$ BlockListBuilder#formBuilderProperty in class BlockListBuilder

The form builder.

Block::fields() — Method in class Block

Returns available fields on the source.

BlockTranslation::fields() — Method in class BlockTranslation

Returns available fields on the source.

BlockTranslation::fields() — Method in class BlockTranslation

Returns available fields on the source.

BlockContentForm::form() — Method in class BlockContentForm

Gets the actual form array to be built.

BlockContentTypeForm::form() — Method in class BlockContentTypeForm

Gets the actual form array to be built.

Box::fields() — Method in class Box

Returns available fields on the source.

BlockCustom::fields() — Method in class BlockCustom

Returns available fields on the source.

BlockCustomTranslation::fields() — Method in class BlockCustomTranslation

Returns available fields on the source.

BookManager::findChildrenRelativeDepth() — Method in class BookManager

Determine the relative depth of the children of a given book link.

BookManager::flatBookTree() — Method in class BookManager

Recursively converts a tree of menu links to a flat array.

BookOutlineForm::form() — Method in class BookOutlineForm

Gets the actual form array to be built.

Book::fields() — Method in class Book

Returns available fields on the source.

$ CKEditor5ImageController#fileSystemProperty in class CKEditor5ImageController

The file system service.

CKEditor5PluginManager::findPluginSupportingElement() — Method in class CKEditor5PluginManager

Searches for CKEditor 5 plugin that supports a given tag.

CKEditor5PluginManagerInterface::findPluginSupportingElement() — Method in class CKEditor5PluginManagerInterface

Searches for CKEditor 5 plugin that supports a given tag.

FundamentalCompatibilityConstraintClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

The fundamental compatibility constraint.

$ FundamentalCompatibilityConstraint#forbiddenElementsMessageProperty in class FundamentalCompatibilityConstraint

The violation message when fundamental HTML elements are forbidden.

FundamentalCompatibilityConstraintValidatorClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

Validates fundamental compatibility of CKEditor 5 with the given text format.

$ ToolbarItemConditionsMetConstraint#filterRequiredMessageProperty in class ToolbarItemConditionsMetConstraint

The violation message when a required filter is missing.

ToolbarItemConditionsMetConstraintValidator::findDefinitionForToolbarItem() — Method in class ToolbarItemConditionsMetConstraintValidator

Searches for CKEditor 5 plugin that provides a given toolbar item.

$ CKEditor#fileUrlGeneratorProperty in class CKEditor

The file URL generator.

Color::fields() — Method in class Color

Returns an array of destination fields.

Color::fields() — Method in class Color

Returns available fields on the source.

CommentForm::form() — Method in class CommentForm

Gets the actual form array to be built.

CommentForm::flagViolations() — Method in class CommentForm

Flags violations for the current form.

CommentManager::forbiddenMessage() — Method in class CommentManager

Provides a message if posting comments is forbidden.

CommentManagerInterface::forbiddenMessage() — Method in class CommentManagerInterface

Provides a message if posting comments is forbidden.

CommentTypeForm::form() — Method in class CommentTypeForm

Gets the actual form array to be built.

CommentItem::fieldSettingsForm() — Method in class CommentItem

Returns a form for the field-level settings.

CommentWidget::formElement() — Method in class CommentWidget

Returns the form for a single field widget.

CommentType::fields() — Method in class CommentType

Returns available fields on the source.

Comment::fields() — Method in class Comment

Returns available fields on the source.

Comment::fields() — Method in class Comment

Returns available fields on the source.

CommentEntityTranslation::fields() — Method in class CommentEntityTranslation

Returns available fields on the source.

$ Comment#filtersProperty in class Comment

Set default values for the filters.

$ ConfigController#fileDownloadControllerProperty in class ConfigController

The file download controller.

$ ConfigController#fileSystemProperty in class ConfigController

The file system.

$ ConfigImportForm#fileSystemProperty in class ConfigImportForm

The file system service.

ConfigSingleExportForm::findConfiguration() — Method in class ConfigSingleExportForm

Handles switching the configuration type selector.

ConfigMapperManager::findDefinitions() — Method in class ConfigMapperManager

Finds plugin definitions.

ConfigMapperManager::findTranslatable() — Method in class ConfigMapperManager

Returns TRUE if at least one translatable element is found.

FormElementBaseClass in namespace Drupal\config_translation\FormElement

Provides a common base class for form elements.

ProfileFieldTranslation::fields() — Method in class ProfileFieldTranslation

Returns available fields on the source.

ContactFormEditForm::form() — Method in class ContactFormEditForm

Gets the actual form array to be built.

$ MessageForm#floodProperty in class MessageForm

The flood control mechanism.

MessageForm::form() — Method in class MessageForm

Gets the actual form array to be built.

ContactCategory::fields() — Method in class ContactCategory

Returns available fields on the source.

$ EntityOperations#formBuilderProperty in class EntityOperations

The Form Builder service.

EntityTypeInfo::formAlter() — Method in class EntityTypeInfo

Alters bundle forms to enforce revision handling.

ModerationStateWidget::form() — Method in class ModerationStateWidget

Creates a form element for a field.

ModerationStateWidget::formElement() — Method in class ModerationStateWidget

Returns the form for a single field widget.

$ ContentTranslationHandler#fieldStorageDefinitionsProperty in class ContentTranslationHandler

The array of installed field storage definitions for the entity type, keyed by field name.

FieldTranslationSynchronizerClass in namespace Drupal\content_translation

Provides field translation synchronization capabilities.

$ FieldTranslationSynchronizer#fieldTypeManagerProperty in class FieldTranslationSynchronizer

The field type plugin manager.

FieldTranslationSynchronizerInterfaceClass in namespace Drupal\content_translation

Provides field translation synchronization capabilities.

EntityTranslationSettings::fields() — Method in class EntityTranslationSettings

Returns available fields on the source.

DateTimeCustomFormatter::formatDate() — Method in class DateTimeCustomFormatter

Creates a formatted date value as a string.

DateTimeDefaultFormatter::formatDate() — Method in class DateTimeDefaultFormatter

Creates a formatted date value as a string.

DateTimeFormatterBase::formatDate() — Method in class DateTimeFormatterBase

Creates a formatted date value as a string.

DateTimePlainFormatter::formatDate() — Method in class DateTimePlainFormatter

Creates a formatted date value as a string.

DateTimeTimeAgoFormatter::formatDate() — Method in class DateTimeTimeAgoFormatter

Formats a date/time as a time interval.

DateTimeDatelistWidget::formElement() — Method in class DateTimeDatelistWidget

Returns the form for a single field widget.

DateTimeDefaultWidget::formElement() — Method in class DateTimeDefaultWidget

Returns the form for a single field widget.

DateTimeWidgetBase::formElement() — Method in class DateTimeWidgetBase

Returns the form for a single field widget.

FullDateClass in namespace Drupal\datetime\Plugin\views\argument

Argument handler for a full date (CCYYMMDD).

DateRangeDatelistWidget::formElement() — Method in class DateRangeDatelistWidget

Returns the form for a single field widget.

DateRangeDefaultWidget::formElement() — Method in class DateRangeDefaultWidget

Returns the form for a single field widget.

DateRangeWidgetBase::formElement() — Method in class DateRangeWidgetBase

Returns the form for a single field widget.

DbLogController::formatMessage() — Method in class DbLogController

Formats a database log message.

$ InstallHelper#fileSystemProperty in class InstallHelper

The file system.

EditorController::filterXss() — Method in class EditorController

Apply the necessary XSS filtering for using a certain text format's editor.

EditorXssFilterInterface::filterXss() — Method in class EditorXssFilterInterface

Filters HTML to prevent XSS attacks when a user edits it in a text editor.

Standard::filterXss() — Method in class Standard

Filters HTML to prevent XSS attacks when a user edits it in a text editor.

Standard::filterXssDataAttributes() — Method in class Standard

Applies a very permissive XSS/HTML filter to data-attributes.

$ Editor#formatProperty in class Editor

The machine name of the text format with which this configured text editor is associated.

$ Editor#filterFormatProperty in class Editor

The filter format this text editor is associated with.

$ EditorImageDialog#fileStorageProperty in class EditorImageDialog

The file storage service.

FieldConfigClass in namespace Drupal\field\Entity

Defines the Field entity.

$ FieldConfig#fieldStorageProperty in class FieldConfig

The associated FieldStorageConfig entity.

FieldStorageConfigClass in namespace Drupal\field\Entity

Defines the Field storage configuration entity.

$ FieldStorageConfig#field_nameProperty in class FieldStorageConfig

The field name.

FieldConfigAccessControlHandlerClass in namespace Drupal\field

Defines the access control handler for the field config entity type.

FieldConfigInterfaceClass in namespace Drupal\field

Provides an interface defining a field entity.

FieldConfigStorageClass in namespace Drupal\field

Storage handler for field config.

$ FieldConfigStorage#fieldTypeManagerProperty in class FieldConfigStorage

The field type plugin manager.

FieldStorageConfigAccessControlHandlerClass in namespace Drupal\field

Defines the access control handler for the field storage config entity type.

FieldStorageConfigInterfaceClass in namespace Drupal\field

Provides an interface defining a field storage entity.

FieldStorageConfigStorageClass in namespace Drupal\field

Storage handler for "field storage" configuration entities.

$ FieldStorageConfigStorage#fieldTypeManagerProperty in class FieldStorageConfigStorage

The field type plugin manager.

FieldStorageConfigUpdateForbiddenExceptionClass in namespace Drupal\field

Exception class thrown by hook_field_storage_config_update_forbid().

FieldUninstallValidatorClass in namespace Drupal\field

Prevents uninstallation of modules providing active field storage.

$ FieldUninstallValidator#fieldStorageConfigStorageProperty in class FieldUninstallValidator

The field storage config storage.

$ FieldUninstallValidator#fieldTypeManagerProperty in class FieldUninstallValidator

The field type plugin manager.

FieldTypeClass in namespace Drupal\field\Plugin\migrate\process
$ FieldType#fieldPluginManagerProperty in class FieldType

The field plugin manager.

$ ProcessField#fieldPluginManagerProperty in class ProcessField

The field plugin manager.

FieldFormatterSettingsDefaultsClass in namespace Drupal\field\Plugin\migrate\process\d6

Set the default field settings.

FieldInstanceDefaultsClass in namespace Drupal\field\Plugin\migrate\process\d6
FieldInstanceOptionTranslationClass in namespace Drupal\field\Plugin\migrate\process\d6

Determines the settings property and translation for boolean fields.

FieldInstanceSettingsClass in namespace Drupal\field\Plugin\migrate\process\d6
FieldInstanceWidgetSettingsClass in namespace Drupal\field\Plugin\migrate\process\d6

Get the field instance widget settings.

FieldOptionTranslationClass in namespace Drupal\field\Plugin\migrate\process\d6

Determines the allowed values translation for select lists.

FieldSettingsClass in namespace Drupal\field\Plugin\migrate\process\d6

Get the field settings.

FieldTypeDefaultsClass in namespace Drupal\field\Plugin\migrate\process\d6

Gives us a chance to set per field defaults.

FieldBundleClass in namespace Drupal\field\Plugin\migrate\process\d7

Determines the bundle for a field.

FieldInstanceDefaultsClass in namespace Drupal\field\Plugin\migrate\process\d7
FieldInstanceOptionTranslationClass in namespace Drupal\field\Plugin\migrate\process\d7

Determines the settings property and translation for boolean fields.

FieldInstanceSettingsClass in namespace Drupal\field\Plugin\migrate\process\d7
FieldOptionTranslationClass in namespace Drupal\field\Plugin\migrate\process\d7

Determines the allowed values translation for select lists.

FieldSettingsClass in namespace Drupal\field\Plugin\migrate\process\d7
FieldTypeDefaultsClass in namespace Drupal\field\Plugin\migrate\process\d7

Gives us a chance to set per field defaults.

FieldClass in namespace Drupal\field\Plugin\migrate\source\d6

Drupal 6 field source from database.

Field::fields() — Method in class Field

Returns available fields on the source.

FieldInstanceClass in namespace Drupal\field\Plugin\migrate\source\d6

Drupal 6 field instances source from database.

FieldInstance::fields() — Method in class FieldInstance

Returns available fields on the source.

FieldInstanceOptionTranslationClass in namespace Drupal\field\Plugin\migrate\source\d6

Drupal 6 i18n field instance option labels source from database.

FieldInstanceOptionTranslation::fields() — Method in class FieldInstanceOptionTranslation

Returns available fields on the source.

FieldInstancePerFormDisplayClass in namespace Drupal\field\Plugin\migrate\source\d6

Drupal 6 field instance per form display source from database.

FieldInstancePerFormDisplay::fields() — Method in class FieldInstancePerFormDisplay

Returns available fields on the source.

FieldInstancePerViewModeClass in namespace Drupal\field\Plugin\migrate\source\d6

Drupal 6 field instance per view mode source from database.

FieldInstancePerViewMode::fields() — Method in class FieldInstancePerViewMode

Returns available fields on the source.

FieldLabelDescriptionTranslationClass in namespace Drupal\field\Plugin\migrate\source\d6

Drupal 6 i18n field label and description source from database.

FieldLabelDescriptionTranslation::fields() — Method in class FieldLabelDescriptionTranslation

Returns available fields on the source.

FieldOptionTranslationClass in namespace Drupal\field\Plugin\migrate\source\d6

Drupal 6 i18n field option labels source from database.

FieldOptionTranslation::fields() — Method in class FieldOptionTranslation

Returns available fields on the source.

FieldClass in namespace Drupal\field\Plugin\migrate\source\d7

Drupal 7 field source from database.

Field::fields() — Method in class Field

Returns available fields on the source.

FieldInstanceClass in namespace Drupal\field\Plugin\migrate\source\d7

Drupal 7 field instances source from database.

FieldInstance::fields() — Method in class FieldInstance

Returns available fields on the source.

FieldInstancePerFormDisplayClass in namespace Drupal\field\Plugin\migrate\source\d7

Drupal 7 field instance per form display source from database.

FieldInstancePerViewModeClass in namespace Drupal\field\Plugin\migrate\source\d7

Drupal 7 field instance per view mode source class.

FieldInstancePerViewMode::fields() — Method in class FieldInstancePerViewMode

Returns available fields on the source.

FieldLabelDescriptionTranslationClass in namespace Drupal\field\Plugin\migrate\source\d7

Drupal 7 i18n field label and description source from database.

FieldLabelDescriptionTranslation::fields() — Method in class FieldLabelDescriptionTranslation

Returns available fields on the source.

FieldOptionTranslationClass in namespace Drupal\field\Plugin\migrate\source\d7

Drupal 7 i18n field option label source from database.

FieldOptionTranslation::fields() — Method in class FieldOptionTranslation

Returns available fields on the source.

ViewMode::fields() — Method in class ViewMode

Returns available fields on the source.

FieldUninstallValidatorClass in namespace Drupal\field\ProxyClass

Provides a proxy class for \Drupal\field\FieldUninstallValidator.

FieldLayoutEntityDisplayTraitClass in namespace Drupal\field_layout\Entity

Provides shared code for entity displays.

FieldLayoutEntityFormDisplayClass in namespace Drupal\field_layout\Entity

Provides an entity form display entity that has a layout.

FieldLayoutEntityViewDisplayClass in namespace Drupal\field_layout\Entity

Provides an entity view display entity that has a layout.

FieldLayoutBuilderClass in namespace Drupal\field_layout

Builds a field layout.

FieldLayoutEntityDisplayFormTraitClass in namespace Drupal\field_layout\Form

Provides shared code for entity display forms.

FieldLayoutEntityDisplayFormTrait::form() — Method in class FieldLayoutEntityDisplayFormTrait

Overrides \Drupal\field_ui\Form\EntityDisplayFormBase::form().

FieldLayoutEntityFormDisplayEditFormClass in namespace Drupal\field_layout\Form

Edit form for the EntityFormDisplay entity type.

FieldLayoutEntityViewDisplayEditFormClass in namespace Drupal\field_layout\Form

Edit form for the EntityViewDisplay entity type.

FormModeAccessCheckClass in namespace Drupal\field_ui\Access

Defines an access check for entity form mode routes.

EntityDisplayModeController::formModeTypeSelection() — Method in class EntityDisplayModeController

Provides a list of eligible entity types for adding form modes.

FieldConfigListControllerClass in namespace Drupal\field_ui\Controller

Defines a controller to list field instances.

FieldUiTableClass in namespace Drupal\field_ui\Element

Provides a field_ui table element.

FieldConfigListBuilderClass in namespace Drupal\field_ui

Provides lists of field config entities.

$ FieldConfigListBuilder#fieldTypeManagerProperty in class FieldConfigListBuilder

The field type plugin manager.

FieldStorageConfigListBuilderClass in namespace Drupal\field_ui

Defines a class to build a listing of fields.

$ FieldStorageConfigListBuilder#fieldTypesProperty in class FieldStorageConfigListBuilder

An array of information about field types.

$ FieldStorageConfigListBuilder#fieldTypeManagerProperty in class FieldStorageConfigListBuilder

The field type manager.

FieldUIClass in namespace Drupal\field_ui

Static service container wrapper for Field UI.

FieldUiPermissionsClass in namespace Drupal\field_ui

Provides dynamic permissions of the field_ui module.

FieldUiPermissions::fieldPermissions() — Method in class FieldUiPermissions

Returns an array of field UI permissions.

$ EntityDisplayFormBase#fieldTypesProperty in class EntityDisplayFormBase

A list of field types.

EntityDisplayFormBase::form() — Method in class EntityDisplayFormBase

Gets the actual form array to be built.

EntityDisplayModeFormBase::form() — Method in class EntityDisplayModeFormBase

Gets the actual form array to be built.

FieldConfigDeleteFormClass in namespace Drupal\field_ui\Form

Provides a form for removing a field from a bundle.

FieldConfigEditFormClass in namespace Drupal\field_ui\Form

Provides a form for the field settings form.

FieldConfigEditForm::form() — Method in class FieldConfigEditForm

Gets the actual form array to be built.

FieldStorageAddFormClass in namespace Drupal\field_ui\Form

Provides a form for the "field storage" add page.

$ FieldStorageAddForm#fieldTypePluginManagerProperty in class FieldStorageAddForm

The field type plugin manager.

FieldStorageAddForm::fieldNameExists() — Method in class FieldStorageAddForm

Checks if a field machine name is taken.

FieldStorageConfigEditFormClass in namespace Drupal\field_ui\Form

Provides a form for the "field storage" edit page.

FieldStorageConfigEditForm::form() — Method in class FieldStorageConfigEditForm

Gets the actual form array to be built.

FieldUiLocalActionClass in namespace Drupal\field_ui\Plugin\Derivative

Provides local action definitions for all entity bundles.

FieldUiLocalTaskClass in namespace Drupal\field_ui\Plugin\Derivative

Provides local task definitions for all entity bundles.

FieldUiRouteEnhancerClass in namespace Drupal\field_ui\Routing

Enhances Field UI routes by adding proper information about the bundle name.

FileWidgetAjaxControllerClass in namespace Drupal\file\Controller

Defines a controller to respond to file widget AJAX requests.

ManagedFile::fileUsage() — Method in class ManagedFile

Wraps the file usage service.

FileClass in namespace Drupal\file\Entity

Defines the file entity class.

FileAccessControlHandlerClass in namespace Drupal\file

Provides a File access control handler.

FileAccessFormatterControlHandlerInterfaceClass in namespace Drupal\file

Defines an interface for file access handlers that need to run on file formatters.

FileInterfaceClass in namespace Drupal\file

Defines getter and setter methods for file entity base fields.

FileRepositoryClass in namespace Drupal\file

Provides a file entity repository.

$ FileRepository#fileSystemProperty in class FileRepository

The file system service.

$ FileRepository#fileUsageProperty in class FileRepository

The file usage service.

FileRepositoryInterfaceClass in namespace Drupal\file

Performs file system operations and updates database records accordingly.

FileServiceProviderClass in namespace Drupal\file

Adds 'application/octet-stream' as a known (bin) format.

FileStorageClass in namespace Drupal\file

File storage for files.

FileStorageInterfaceClass in namespace Drupal\file

Defines an interface for file entity storage classes.

FileStorageSchemaClass in namespace Drupal\file

Defines the file schema handler.

FileUsageBaseClass in namespace Drupal\file\FileUsage

Defines the base class for database file usage backend.

FileUsageInterfaceClass in namespace Drupal\file\FileUsage

File usage backend interface.

FileViewsDataClass in namespace Drupal\file

Provides views data for the file entity type.

FileSelectionClass in namespace Drupal\file\Plugin\EntityReferenceSelection

Provides specific access control for the file entity type.

$ BaseFieldFileFormatterBase#fileUrlGeneratorProperty in class BaseFieldFileFormatterBase

The file URL generator.

FileAudioFormatterClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Plugin implementation of the 'file_audio' formatter.

FileExtensionFormatterClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Formatter to render a filename as file extension.

FileFormatterBaseClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Base class for file formatters.

FileMediaFormatterBaseClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Base class for media file formatter.

FileMediaFormatterInterfaceClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Defines getter methods for FileMediaFormatterBase.

FileSizeClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Formatter that shows the file size in a human readable way.

FileUriFormatterClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Formatter to render the file URI to its download path.

FileVideoFormatterClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Plugin implementation of the 'file_video' formatter.

FilemimeFormatterClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Formatter to render the file MIME type, with an optional icon.

FileFieldItemListClass in namespace Drupal\file\Plugin\Field\FieldType

Represents a configurable entity file field.

FileItemClass in namespace Drupal\file\Plugin\Field\FieldType

Plugin implementation of the 'file' field type.

FileItem::fieldSettingsForm() — Method in class FileItem

Returns a form for the field-level settings.

FileUriItemClass in namespace Drupal\file\Plugin\Field\FieldType

File-specific plugin implementation of a URI item to provide a full URL.

FileWidgetClass in namespace Drupal\file\Plugin\Field\FieldWidget

Plugin implementation of the 'file_generic' widget.

FileWidget::formMultipleElements() — Method in class FileWidget

Overrides \Drupal\Core\Field\WidgetBase::formMultipleElements().

FileWidget::formElement() — Method in class FileWidget

Returns the form for a single field widget.

FileWidget::flagErrors() — Method in class FileWidget

Reports field-level validation errors against actual form elements.

FileUriUniqueClass in namespace Drupal\file\Plugin\Validation\Constraint

Supports validating file URIs.

FileValidationConstraintClass in namespace Drupal\file\Plugin\Validation\Constraint

Validation File constraint.

FileValidationConstraintValidatorClass in namespace Drupal\file\Plugin\Validation\Constraint

Checks that a file referenced in a file field is valid.

FileFieldClass in namespace Drupal\file\Plugin\migrate\field\d6
FileFieldClass in namespace Drupal\file\Plugin\migrate\field\d7
FieldFileClass in namespace Drupal\file\Plugin\migrate\process\d6
FileUriClass in namespace Drupal\file\Plugin\migrate\process\d6

Process the file url into a D8 compatible URL.

FileClass in namespace Drupal\file\Plugin\migrate\source\d6

Drupal 6 file source from database.

$ File#filePathProperty in class File

The file directory path.

File::fields() — Method in class File

Returns available fields on the source.

Upload::fields() — Method in class Upload

Returns available fields on the source.

UploadInstance::fields() — Method in class UploadInstance

Returns available fields on the source.

FileClass in namespace Drupal\file\Plugin\migrate\source\d7

Drupal 7 file source from database.

File::fields() — Method in class File

Returns available fields on the source.

FileUploadResourceClass in namespace Drupal\file\Plugin\rest\resource

File upload resource.

$ FileUploadResource#fileSystemProperty in class FileUploadResource

The file system service.

FidClass in namespace Drupal\file\Plugin\views\argument

Argument handler to accept multiple file ids.

FileClass in namespace Drupal\file\Plugin\views\field

Field handler to provide simple renderer that allows linking to a file.

$ File#fileUrlGeneratorProperty in class File

The file URL generator.

FileClass in namespace Drupal\file\Plugin\views\wizard

Tests creating managed files views with the wizard.

FileUploadHandlerClass in namespace Drupal\file\Upload

Handles validating and creating file entities from file uploads.

$ FileUploadHandler#fileSystemProperty in class FileUploadHandler

The file system service.

FileUploadResultClass in namespace Drupal\file\Upload

Value object for a file upload result.

$ FileUploadResult#fileProperty in class FileUploadResult

The File entity.

FileValidationExceptionClass in namespace Drupal\file\Upload

Provides an exception for upload validation errors.

$ FileValidationException#fileNameProperty in class FileValidationException

The file name.

FormUploadedFileClass in namespace Drupal\file\Upload

Provides a bridge to Symfony UploadedFile.

FilterClass in namespace Drupal\filter\Annotation

Defines a filter annotation object.

FilterControllerClass in namespace Drupal\filter\Controller

Controller routines for filter routes.

FilterController::filterTips() — Method in class FilterController

Displays a page with long filter tips.

FilterFormatClass in namespace Drupal\filter\Entity

Represents a text format.

$ FilterFormat#formatProperty in class FilterFormat

Unique machine name of the format.

$ FilterFormat#filtersProperty in class FilterFormat

Configured filters for this text format.

$ FilterFormat#filterCollectionProperty in class FilterFormat

Holds the collection of filters that are attached to this format.

FilterFormat::filters() — Method in class FilterFormat

Returns the ordered collection of filter plugin instances or an individual plugin instance.

FilterFormatAccessControlHandlerClass in namespace Drupal\filter

Defines the access control handler for the filter format entity type.

FilterFormatAddFormClass in namespace Drupal\filter

Provides a form for adding a filter format.

FilterFormatAddForm::form() — Method in class FilterFormatAddForm

Gets the actual form array to be built.

FilterFormatEditFormClass in namespace Drupal\filter

Provides a form for adding a filter format.

FilterFormatEditForm::form() — Method in class FilterFormatEditForm

Gets the actual form array to be built.

FilterFormatFormBaseClass in namespace Drupal\filter

Provides a base form for a filter format.

FilterFormatFormBase::form() — Method in class FilterFormatFormBase

Gets the actual form array to be built.

FilterFormatInterfaceClass in namespace Drupal\filter

Provides an interface defining a filter format entity.

FilterFormatInterface::filters() — Method in class FilterFormatInterface

Returns the ordered collection of filter plugin instances or an individual plugin instance.

FilterFormatListBuilderClass in namespace Drupal\filter

Defines a class to build a listing of filter format entities.

FilterPermissionsClass in namespace Drupal\filter

Provides dynamic permissions of the filter module.

FilterPluginCollectionClass in namespace Drupal\filter

A collection of filters.

FilterPluginManagerClass in namespace Drupal\filter

Manages text processing filters.

FilterProcessResultClass in namespace Drupal\filter

Used to return values from a text filter plugin's processing method.

FilterUninstallValidatorClass in namespace Drupal\filter

Prevents uninstallation of modules providing used filter plugins.

$ FilterUninstallValidator#filterManagerProperty in class FilterUninstallValidator

The filter plugin manager.

$ FilterUninstallValidator#filterStorageProperty in class FilterUninstallValidator

The filter entity storage.

FilterDisableFormClass in namespace Drupal\filter\Form

Provides the filter format disable form.

FilterFormatClass in namespace Drupal\filter\Plugin\DataType

The filter format data type.

FilterBaseClass in namespace Drupal\filter\Plugin

Provides a base class for Filter plugins.

FilterInterfaceClass in namespace Drupal\filter\Plugin

Defines the interface for text processing filter plugins.

FilterAlignClass in namespace Drupal\filter\Plugin\Filter

Provides a filter to align elements.

FilterAutoPClass in namespace Drupal\filter\Plugin\Filter

Provides a filter to convert line breaks to HTML.

FilterCaptionClass in namespace Drupal\filter\Plugin\Filter

Provides a filter to caption elements.

$ FilterCaption#filterManagerProperty in class FilterCaption

Filter manager.

FilterHtmlClass in namespace Drupal\filter\Plugin\Filter

Provides a filter to limit allowed HTML tags.

FilterHtml::filterAttributes() — Method in class FilterHtml

Provides filtering of tag attributes into accepted HTML.

FilterHtml::filterElementAttributes() — Method in class FilterHtml

Filters attributes on an element according to a list of allowed values.

FilterHtml::findAllowedValue() — Method in class FilterHtml

Helper function to handle prefix matching.

FilterHtmlCorrectorClass in namespace Drupal\filter\Plugin\Filter

Provides a filter to correct faulty and chopped off HTML.

FilterHtmlEscapeClass in namespace Drupal\filter\Plugin\Filter

Provides a filter to display any HTML as plain text.

FilterHtmlImageSecureClass in namespace Drupal\filter\Plugin\Filter

Provides a filter to restrict images to site.

FilterNullClass in namespace Drupal\filter\Plugin\Filter

Provides a fallback placeholder filter to use for missing filters.

FilterUrlClass in namespace Drupal\filter\Plugin\Filter

Provides a filter to convert URLs into links.

FilterIDClass in namespace Drupal\filter\Plugin\migrate\process
$ FilterID#filterManagerProperty in class FilterID

The filter plugin manager.

FilterSettingsClass in namespace Drupal\filter\Plugin\migrate\process

Adds the default allowed attributes to filter_html's allowed_html setting.

FilterFormatPermissionClass in namespace Drupal\filter\Plugin\migrate\process\d6

Migrate filter format serial to string id in permission name.

FilterFormatClass in namespace Drupal\filter\Plugin\migrate\source\d6

Drupal 6 filter source from database.

FilterFormat::fields() — Method in class FilterFormat

Returns available fields on the source.

FilterFormatClass in namespace Drupal\filter\Plugin\migrate\source\d7

Drupal 7 filter source from database.

FilterFormat::fields() — Method in class FilterFormat

Returns available fields on the source.

FilterUninstallValidatorClass in namespace Drupal\filter\ProxyClass

Provides a proxy class for \Drupal\filter\FilterUninstallValidator.

FilteredMarkupClass in namespace Drupal\filter\Render

Defines an object that passes markup through the Filter system.

ForumBreadcrumbBuilderBaseClass in namespace Drupal\forum\Breadcrumb

Provides a forum breadcrumb base class.

$ ForumBreadcrumbBuilderBase#forumManagerProperty in class ForumBreadcrumbBuilderBase

The forum manager service.

ForumListingBreadcrumbBuilderClass in namespace Drupal\forum\Breadcrumb

Provides a breadcrumb builder base class for forum listing pages.

ForumNodeBreadcrumbBuilderClass in namespace Drupal\forum\Breadcrumb

Breadcrumb builder for forum nodes.

ForumControllerClass in namespace Drupal\forum\Controller

Controller routines for forum routes.

$ ForumController#forumManagerProperty in class ForumController

Forum manager service.

$ ForumController#fieldMapProperty in class ForumController

Field map of existing fields on the site.

ForumController::forumPage() — Method in class ForumController

Returns forum page for a given forum.

ForumController::forumIndex() — Method in class ForumController

Returns forum index page.

ContainerForm::form() — Method in class ContainerForm

Gets the actual form array to be built.

ForumFormClass in namespace Drupal\forum\Form

Base form for forum term edit forms.

$ ForumForm#forumFormTypeProperty in class ForumForm

Reusable type field to use in status messages.

ForumForm::form() — Method in class ForumForm

Gets the actual form array to be built.

ForumForm::forumParentSelect() — Method in class ForumForm

Returns a select box for available parent terms.

ForumIndexStorageClass in namespace Drupal\forum

Handles CRUD operations to {forum_index} table.

ForumIndexStorageInterfaceClass in namespace Drupal\forum

Handles CRUD operations to {forum_index} table.

ForumManagerClass in namespace Drupal\forum

Provides forum manager service.

$ ForumManager#forumStatisticsProperty in class ForumManager

Array of forum statistics keyed by forum (term) id.

$ ForumManager#forumChildrenProperty in class ForumManager

Array of forum children keyed by parent forum (term) id.

ForumManagerInterfaceClass in namespace Drupal\forum

Provides forum manager interface.

ForumSettingsFormClass in namespace Drupal\forum

Configure forum settings for this site.

ForumUninstallValidatorClass in namespace Drupal\forum

Prevents forum module from being uninstalled whilst any forum nodes exist or there are any terms in the forum vocabulary.

ForumBlockBaseClass in namespace Drupal\forum\Plugin\Block

Provides a base class for Forum blocks.

ForumLeafConstraintClass in namespace Drupal\forum\Plugin\Validation\Constraint

Checks that the node is assigned only a "leaf" term in the forum taxonomy.

ForumLeafConstraintValidatorClass in namespace Drupal\forum\Plugin\Validation\Constraint

Validates the ForumLeaf constraint.

ForumUninstallValidatorClass in namespace Drupal\forum\ProxyClass

Provides a proxy class for \Drupal\forum\ForumUninstallValidator.

$ JsonEncoder#formatProperty in class JsonEncoder

The formats that this Encoder supports.

FieldItemNormalizerClass in namespace Drupal\hal\Normalizer

Converts the Drupal field item object structure to HAL array structure.

FieldNormalizerClass in namespace Drupal\hal\Normalizer

Converts the Drupal field structure to HAL array structure.

$ FieldNormalizer#formatProperty in class FieldNormalizer
{@inheritdoc}
FileEntityNormalizerClass in namespace Drupal\hal\Normalizer

Converts the Drupal entity object structure to a HAL array structure.

$ NormalizerBase#formatProperty in class NormalizerBase
{@inheritdoc}
HelpTopicDiscovery::findAll() — Method in class HelpTopicDiscovery

Returns an array of discoverable items.

HelpTopicDiscovery::findFiles() — Method in class HelpTopicDiscovery

Returns an array of providers keyed by file path.

HelpTopicPluginManager::findDefinitions() — Method in class HelpTopicPluginManager

Finds plugin definitions.

HelpSearch::findResults() — Method in class HelpSearch

Finds the search results.

$ ImageStyleDownloadController#fileSystemProperty in class ImageStyleDownloadController

File system service.

$ QuickEditImageController#fileSystemProperty in class QuickEditImageController

The file system.

ImageStyle::flush() — Method in class ImageStyle

Flushes cached media for this style.

ImageStyle::fileDefaultScheme() — Method in class ImageStyle

Provides a wrapper to allow unit testing.

ImageStyleDeleteForm::form() — Method in class ImageStyleDeleteForm

Gets the actual form array to be built.

ImageStyleEditForm::form() — Method in class ImageStyleEditForm

Gets the actual form array to be built.

ImageStyleFormBase::form() — Method in class ImageStyleFormBase

Gets the actual form array to be built.

ImageStyleInterface::flush() — Method in class ImageStyleInterface

Flushes cached media for this style.

$ ImageFormatter#fileUrlGeneratorProperty in class ImageFormatter

The file URL generator.

ImageItem::fieldSettingsForm() — Method in class ImageItem

Returns a form for the field-level settings.

ImageWidget::formMultipleElements() — Method in class ImageWidget

Overrides \Drupal\file\Plugin\Field\FieldWidget\FileWidget::formMultipleElements().

ImageWidget::formElement() — Method in class ImageWidget

Returns the form for a single field widget.

ImageCachePreset::fields() — Method in class ImageCachePreset

Returns available fields on the source.

ImageStyles::fields() — Method in class ImageStyles

Returns available fields on the source.

FormErrorHandlerClass in namespace Drupal\inline_form_errors

Produces inline form errors.

$ TemporaryQueryGuard#fieldManagerProperty in class TemporaryQueryGuard

The entity field manager.

FieldResolverClass in namespace Drupal\jsonapi\Context

A service that evaluates external path expressions against Drupal fields.

$ FieldResolver#fieldManagerProperty in class FieldResolver

The field manager.

$ EntityResource#fieldManagerProperty in class EntityResource

The field manager.

$ EntityResource#fieldResolverProperty in class EntityResource

The JSON:API field resolver.

FileUploadClass in namespace Drupal\jsonapi\Controller

Handles file upload requests.

$ FileUpload#fieldManagerProperty in class FileUpload

The field manager.

$ FileUpload#fileUploaderProperty in class FileUpload

The file uploader.

$ TemporaryJsonapiFileFieldUploader#fileSystemProperty in class TemporaryJsonapiFileFieldUploader

The file system service.

$ JsonEncoder#formatProperty in class JsonEncoder

The formats that this Encoder supports.

ResourceResponseSubscriber::flattenResponse() — Method in class ResourceResponseSubscriber

Flattens a fully rendered resource response.

LinkCollection::filter() — Method in class LinkCollection

Filters a LinkCollection using the provided callback.

$ Relationship#fieldNameProperty in class Relationship

The relationship's public field name.

ResourceIdentifier::fromEntity() — Method in class ResourceIdentifier

Creates a ResourceIdentifier object.

$ ResourceObject#fieldsProperty in class ResourceObject

The object's fields.

$ EntityDenormalizerBase#fieldManagerProperty in class EntityDenormalizerBase

The entity field manager.

FieldItemNormalizerClass in namespace Drupal\jsonapi\Normalizer

Converts the Drupal field item object to a JSON:API array structure.

FieldNormalizerClass in namespace Drupal\jsonapi\Normalizer

Converts the Drupal field structure to a JSON:API array structure.

$ NormalizerBase#formatProperty in class NormalizerBase
{@inheritdoc}
$ ResourceIdentifierNormalizer#fieldManagerProperty in class ResourceIdentifierNormalizer

The entity field manager.

$ EntityCondition#fieldProperty in class EntityCondition

The field to be evaluated.

EntityCondition::field() — Method in class EntityCondition

The field to be evaluated.

FilterClass in namespace Drupal\jsonapi\Query

Gathers information about the filter parameter.

$ Sort#fieldsProperty in class Sort

The fields on which to sort.

Sort::fields() — Method in class Sort

Gets the root condition group.

$ ResourceType#fieldsProperty in class ResourceType

The list of fields on the underlying entity type + bundle.

$ ResourceType#fieldMappingProperty in class ResourceType

The mapping for field aliases: keys=public names, values=internal names.

$ ResourceTypeBuildEvent#fieldsProperty in class ResourceTypeBuildEvent

The fields of the resource type to be built.

EarlyFormatSetter::filter() — Method in class EarlyFormatSetter

Filters the route collection against a request and returns all matching routes.

ReadOnlyModeMethodFilter::filter() — Method in class ReadOnlyModeMethodFilter

Filters the route collection against a request and returns all matching routes.

$ Serializer#fallbackNormalizerProperty in class Serializer

A normalizer to fall back on when JSON:API cannot normalize an object.

LanguageAddForm::form() — Method in class LanguageAddForm

Gets the actual form array to be built.

LanguageEditForm::form() — Method in class LanguageEditForm

Gets the actual form array to be built.

Language::fields() — Method in class Language

Returns available fields on the source.

LanguageContentSettings::fields() — Method in class LanguageContentSettings

Returns available fields on the source.

LanguageContentSettingsTaxonomyVocabulary::fields() — Method in class LanguageContentSettingsTaxonomyVocabulary

Returns available fields on the source.

LanguageContentSettings::fields() — Method in class LanguageContentSettings

Returns available fields on the source.

LanguageContentSettingsTaxonomyVocabulary::fields() — Method in class LanguageContentSettingsTaxonomyVocabulary

Returns available fields on the source.

LayoutBuilderEntityViewDisplayForm::form() — Method in class LayoutBuilderEntityViewDisplayForm

Gets the actual form array to be built.

$ ExtraFieldBlock#fieldNameProperty in class ExtraFieldBlock

The field name.

FieldBlockClass in namespace Drupal\layout_builder\Plugin\Block

Provides a block that renders a field from an entity.

$ FieldBlock#formatterManagerProperty in class FieldBlock

The formatter manager.

$ FieldBlock#fieldNameProperty in class FieldBlock

The field name.

$ FieldBlock#fieldDefinitionProperty in class FieldBlock

The field definition.

FieldBlock::formatterSettingsProcessCallback() — Method in class FieldBlock

Render API callback: builds the formatter settings elements.

FieldBlock::formatterSettingsAjaxCallback() — Method in class FieldBlock

Render API callback: gets the layout settings elements.

FieldBlockDeriverClass in namespace Drupal\layout_builder\Plugin\Derivative

Provides entity field block definitions for every field.

$ FieldBlockDeriver#fieldTypeManagerProperty in class FieldBlockDeriver

The field type manager.

$ FieldBlockDeriver#formatterManagerProperty in class FieldBlockDeriver

The formatter manager.

LayoutBuilderWidget::formElement() — Method in class LayoutBuilderWidget

Returns the form for a single field widget.

Section::fromArray() — Method in class Section

Creates an object from an array representation of the section.

SectionComponent::fromArray() — Method in class SectionComponent

Creates an object from an array representation of the section component.

SectionStorageManager::findDefinitions() — Method in class SectionStorageManager

Finds plugin definitions.

SectionStorageManager::findByContext() — Method in class SectionStorageManager

Finds the section storage to load based on available contexts.

SectionStorageManagerInterface::findByContext() — Method in class SectionStorageManagerInterface

Finds the section storage to load based on available contexts.

LinkItem::fieldSettingsForm() — Method in class LinkItem

Returns a form for the field-level settings.

LinkWidget::formElement() — Method in class LinkWidget

Returns the form for a single field widget.

LinkWidget::flagErrors() — Method in class LinkWidget

Reports field-level validation errors against actual form elements.

FieldLinkClass in namespace Drupal\link\Plugin\migrate\process

Transform a pre-Drupal 8 formatted link for use in Drupal 8.

$ ExportForm#fileSystemProperty in class ExportForm

The file system service.

$ ImportForm#fileProperty in class ImportForm

Uploaded file entity.

$ TranslateFormBase#filterValuesProperty in class TranslateFormBase

Filter values. Shared between objects that inherit this class.

Gettext::fileToDatabase() — Method in class Gettext

Reads the given PO files into the database.

LocaleConfigManager::filterOverride() — Method in class LocaleConfigManager

Filters override data based on default translatable items.

$ PluralFormula#formulaeProperty in class PluralFormula

The plural formula and count keyed by langcode.

StringDatabaseStorage::findString() — Method in class StringDatabaseStorage

Loads a string source object, fast query.

StringDatabaseStorage::findTranslation() — Method in class StringDatabaseStorage

Loads a string translation object, fast query.

StringStorageInterface::findString() — Method in class StringStorageInterface

Loads a string source object, fast query.

StringStorageInterface::findTranslation() — Method in class StringStorageInterface

Loads a string translation object, fast query.

$ MediaSource#formsProperty in class MediaSource

The classes used to define media source-specific forms.

MediaFilterController::formatUsesMediaEmbedFilter() — Method in class MediaFilterController

Checks access based on media_embed filter status on the text format.

$ MediaType#field_mapProperty in class MediaType

The metadata field map.

MediaForm::form() — Method in class MediaForm

Gets the actual form array to be built.

$ MediaSourceBase#fieldTypeManagerProperty in class MediaSourceBase

The field type plugin manager service.

MediaTypeForm::form() — Method in class MediaTypeForm

Gets the actual form array to be built.

$ Endpoint#formatsProperty in class Endpoint

List of supported formats. Only 'json' and 'xml' are allowed.

ResourceFetcher::fetchResource() — Method in class ResourceFetcher

Fetches an oEmbed resource.

ResourceFetcherInterface::fetchResource() — Method in class ResourceFetcherInterface

Fetches an oEmbed resource.

UrlResolver::findUrl() — Method in class UrlResolver

Tries to find the oEmbed URL in a DOM.

OEmbedWidget::formElement() — Method in class OEmbedWidget

Returns the form for a single field widget.

FileClass in namespace Drupal\media\Plugin\media\Source

File entity media source.

$ Image#fileSystemProperty in class Image

The file system service.

$ OEmbed#fileSystemProperty in class OEmbed

The file system.

FileUploadFormClass in namespace Drupal\media_library\Form

Creates a form to create media entities from uploaded files.

$ FileUploadForm#fileSystemProperty in class FileUploadForm

The file system service.

$ FileUploadForm#fileUsageProperty in class FileUploadForm

The file usage service.

$ FileUploadForm#fileRepositoryProperty in class FileUploadForm

The file repository service.

$ MediaLibraryEditorOpener#filterStorageProperty in class MediaLibraryEditorOpener

The text format entity storage.

MediaLibraryState::fromRequest() — Method in class MediaLibraryState

Get the media library state from a request.

$ MediaLibraryUiBuilder#formBuilderProperty in class MediaLibraryUiBuilder

The form builder.

MediaLibraryWidget::form() — Method in class MediaLibraryWidget

Creates a form element for a field.

MediaLibraryWidget::formElement() — Method in class MediaLibraryWidget

Returns the form for a single field widget.

MenuLinkContentForm::form() — Method in class MenuLinkContentForm

Gets the actual form array to be built.

MenuLink::fields() — Method in class MenuLink

Returns available fields on the source.

MenuLinkTranslation::fields() — Method in class MenuLinkTranslation

Returns available fields on the source.

MenuLinkLocalized::fields() — Method in class MenuLinkLocalized

Returns available fields on the source.

MenuLinkTranslation::fields() — Method in class MenuLinkTranslation

Returns available fields on the source.

MenuForm::form() — Method in class MenuForm

Gets the actual form array to be built.

AuditResult::fail() — Method in class AuditResult

Creates a failing audit result for a migration.

$ MigrateMapSaveEvent#fieldsProperty in class MigrateMapSaveEvent

Array of fields being saved to the map, keyed by field name.

MigrateExecutable::formatSize() — Method in class MigrateExecutable

Generates a string representation for the given byte count.

$ AnnotatedClassDiscoveryAutomatedProviders#finderProperty in class AnnotatedClassDiscoveryAutomatedProviders

A utility object that can use active autoloaders to find files for classes.

ProviderFilterDecorator::filterDefinitions() — Method in class ProviderFilterDecorator

Removes plugin definitions with non-existing providers.

MigrateDestinationInterface::fields() — Method in class MigrateDestinationInterface

Returns an array of destination fields.

MigrateSourceInterface::fields() — Method in class MigrateSourceInterface

Returns available fields on the source.

MigrateSourcePluginManager::findDefinitions() — Method in class MigrateSourcePluginManager

Finds plugin definitions.

Migration::findMigrationDependencies() — Method in class Migration

Find migration dependencies from migration_lookup and sub_process plugins.

MigrationPluginManager::findDefinitions() — Method in class MigrationPluginManager

Finds plugin definitions.

ComponentEntityDisplayBase::fields() — Method in class ComponentEntityDisplayBase

Returns an array of destination fields.

Config::fields() — Method in class Config

Returns an array of destination fields.

Entity::fields() — Method in class Entity

Returns an array of destination fields.

$ EntityContentBase#fieldTypeManagerProperty in class EntityContentBase

Field type plugin manager.

NullDestination::fields() — Method in class NullDestination

Returns an array of destination fields.

$ Download#fileSystemProperty in class Download

The file system service.

FileCopyClass in namespace Drupal\migrate\Plugin\migrate\process

Copies or moves a local file from one place into another.

$ FileCopy#fileSystemProperty in class FileCopy

The file system service.

FileProcessBaseClass in namespace Drupal\migrate\Plugin\migrate\process

Provides functionality for file process plugins.

FlattenClass in namespace Drupal\migrate\Plugin\migrate\process

Flattens the source value.

FormatDateClass in namespace Drupal\migrate\Plugin\migrate\process

Converts date/datetime from one format to another.

EmbeddedDataSource::fields() — Method in class EmbeddedDataSource

Returns available fields on the source.

EmptySource::fields() — Method in class EmptySource

Returns available fields on the source.

SourcePluginBase::fetchNextRow() — Method in class SourcePluginBase

Position the iterator to the following row.

SqlBase::fetchNextRow() — Method in class SqlBase

Position the iterator to the following row.

SqlBase::fetchNextBatch() — Method in class SqlBase

Prepares query for the next set of data from the source database.

$ Row#frozenProperty in class Row

Whether the source has been frozen already.

Row::freezeSource() — Method in class Row

Freezes the source.

FieldDiscoveryClass in namespace Drupal\migrate_drupal

Provides field discovery for Drupal 6 & 7 migrations.

$ FieldDiscovery#fieldPluginCacheProperty in class FieldDiscovery

An array of already discovered field plugin information.

$ FieldDiscovery#fieldPluginManagerProperty in class FieldDiscovery

The field plugin manager.

FieldDiscoveryInterfaceClass in namespace Drupal\migrate_drupal

Provides field discovery for Drupal 6 & 7 migrations.

$ MigrationConfigurationTrait#followUpMigrationTagsProperty in class MigrationConfigurationTrait

The follow-up migration tags.

$ MigrationState#fieldPluginManagerProperty in class MigrationState

The field plugin manager service.

MigrateFieldPluginManager::findDefinitions() — Method in class MigrateFieldPluginManager

Finds plugin definitions.

FieldMigrationClass in namespace Drupal\migrate_drupal\Plugin\migrate

Migration plugin class for migrations dealing with field config and values.

$ FieldMigration#fieldDiscoveryProperty in class FieldMigration

The migration field discovery service.

FieldPluginBaseClass in namespace Drupal\migrate_drupal\Plugin\migrate\field

The base class for all field plugins.

ContentEntity::fields() — Method in class ContentEntity

Returns available fields on the source.

Variable::fields() — Method in class Variable

Returns available fields on the source.

VariableMultiRow::fields() — Method in class VariableMultiRow

Returns available fields on the source.

VariableTranslation::fields() — Method in class VariableTranslation

Returns available fields on the source.

FieldableEntityClass in namespace Drupal\migrate_drupal\Plugin\migrate\source\d7

Base class for D7 source plugins which need to collect field values from the Field API.

VariableTranslation::fields() — Method in class VariableTranslation

Returns available fields on the source.

Config::fields() — Method in class Config

Returns available fields on the source.

$ MigrateUpgradeImportBatch#followUpMigrationsProperty in class MigrateUpgradeImportBatch

The follow-up migrations.

MigrateUpgradeImportBatch::finished() — Method in class MigrateUpgradeImportBatch

Callback executed when the Migrate Upgrade Import batch process completes.

IdConflictForm::formatConflicts() — Method in class IdConflictForm

Formats a set of failing audit results as strings.

Schema::findPrimaryKeyColumns() — Method in class Schema

Finds the primary key columns of a table, from the database.

Schema::fieldExists() — Method in class Schema

Check if a column exists in the given table.

NodeForm::form() — Method in class NodeForm

Gets the actual form array to be built.

NodeTypeForm::form() — Method in class NodeTypeForm

Gets the actual form array to be built.

NodeSearch::findResults() — Method in class NodeSearch

Queries to find search results, and sets status messages.

$ D6NodeDeriver#fieldDiscoveryProperty in class D6NodeDeriver

The migration field discovery service.

$ D7NodeDeriver#fieldDiscoveryProperty in class D7NodeDeriver

The migration field discovery service.

$ Node#filterDefaultFormatProperty in class Node

The default filter format.

$ Node#fieldInfoProperty in class Node

Cached field and field instance definitions.

Node::fields() — Method in class Node

Returns available fields on the source.

NodeRevision::fields() — Method in class NodeRevision

Returns available fields on the source.

NodeType::fields() — Method in class NodeType

Returns available fields on the source.

ViewMode::fields() — Method in class ViewMode

Returns available fields on the source.

Node::fields() — Method in class Node

Returns available fields on the source.

NodeEntityTranslation::fields() — Method in class NodeEntityTranslation

Returns available fields on the source.

NodeRevision::fields() — Method in class NodeRevision

Returns available fields on the source.

NodeType::fields() — Method in class NodeType

Returns available fields on the source.

PageCache::fetch() — Method in class PageCache

Fetches a response from the backend and stores it in the cache.

$ PathAliasListBuilder#formBuilderProperty in class PathAliasListBuilder

The form builder.

PathWidget::formElement() — Method in class PathWidget

Returns the form for a single field widget.

UrlAliasBase::fields() — Method in class UrlAliasBase

Returns available fields on the source.

UrlAlias::fields() — Method in class UrlAlias

Returns available fields on the source.

UrlAlias::fields() — Method in class UrlAlias

Returns available fields on the source.

Schema::findTables() — Method in class Schema

Finds all tables that are like the specified base table name.

Schema::fieldExists() — Method in class Schema

Check if a column exists in the given table.

Schema::findPrimaryKeyColumns() — Method in class Schema

Finds the primary key columns of a table, from the database.

FieldFormCommandClass in namespace Drupal\quickedit\Ajax

AJAX command for passing a rendered field form to Quick Edit's JavaScript app.

FieldFormSavedCommandClass in namespace Drupal\quickedit\Ajax

AJAX command to indicate a field was saved into PrivateTempStore without validation errors and pass the rerendered field to Quick Edit's JavaScript app.

FieldFormValidationErrorsCommandClass in namespace Drupal\quickedit\Ajax

AJAX command to indicate a field form was attempted to be saved but failed validation and pass the validation errors.

$ EditorSelector#formatterManagerProperty in class EditorSelector

The manager for formatter plugins.

FormEditorClass in namespace Drupal\quickedit\Plugin\InPlaceEditor

Defines the form in-place editor.

QuickEditController::fieldForm() — Method in class QuickEditController

Returns a single field edit form as an Ajax response.

$ RdfMapping#fieldMappingsProperty in class RdfMapping

The mappings for fields on this bundle.

RdfMapping::fields() — Method in class RdfMapping

Returns available fields on the source.

$ ResponsiveImageStyle#fallback_image_styleProperty in class ResponsiveImageStyle

The fallback image style.

ResponsiveImageStyles::fields() — Method in class ResponsiveImageStyles

Returns available fields on the source.

ResponsiveImageStyleForm::form() — Method in class ResponsiveImageStyleForm

Overrides Drupal\Core\Entity\EntityForm::form().

$ ConfigDependencies#formatProvidersProperty in class ConfigDependencies

The serialization format providers, keyed by format.

ResourceResponseSubscriber::flattenResponse() — Method in class ResourceResponseSubscriber

Flattens a fully rendered resource response.

$ RestExport#formatProvidersProperty in class RestExport

The serialization format providers, keyed by format.

$ Serializer#formatsProperty in class Serializer

The available serialization formats.

$ Serializer#formatProvidersProperty in class Serializer

The serialization format providers, keyed by format.

SearchPageFormBase::form() — Method in class SearchPageFormBase

Gets the actual form array to be built.

$ SearchBlock#formBuilderProperty in class SearchBlock

The form builder.

SearchPage::fields() — Method in class SearchPage

Returns available fields on the source.

SearchPage::fields() — Method in class SearchPage

Returns available fields on the source.

$ JsonEncoder#formatProperty in class JsonEncoder

The formats that this Encoder supports.

$ XmlEncoder#formatProperty in class XmlEncoder

The formats that this Encoder supports.

EntityReferenceFieldItemNormalizerTrait::fieldItemReferencesTaxonomyTerm() — Method in class EntityReferenceFieldItemNormalizerTrait

Determines if a field item references a taxonomy term.

FieldItemNormalizerClass in namespace Drupal\serialization\Normalizer

Denormalizes field item object structure by updating the entity field values.

FieldNormalizerClass in namespace Drupal\serialization\Normalizer

Denormalizes data to Drupal field values.

FieldableEntityNormalizerTraitClass in namespace Drupal\serialization\Normalizer

A trait for providing fieldable entity normalization/denormalization methods.

$ NormalizerBase#formatProperty in class NormalizerBase

List of formats which supports (de-)normalization.

BlockEntitySettingTrayForm::form() — Method in class BlockEntitySettingTrayForm

Gets the actual form array to be built.

SetCustomize::form() — Method in class SetCustomize

Gets the actual form array to be built.

ShortcutSetUsers::fields() — Method in class ShortcutSetUsers

Returns an array of destination fields.

Shortcut::fields() — Method in class Shortcut

Returns available fields on the source.

ShortcutSet::fields() — Method in class ShortcutSet

Returns available fields on the source.

ShortcutSetUsers::fields() — Method in class ShortcutSetUsers

Returns available fields on the source.

ShortcutForm::form() — Method in class ShortcutForm

Gets the actual form array to be built.

ShortcutSetForm::form() — Method in class ShortcutSetForm

Gets the actual form array to be built.

Schema::fieldExists() — Method in class Schema

Check if a column exists in the given table.

Schema::findPrimaryKeyColumns() — Method in class Schema

Finds the primary key columns of a table, from the database.

Schema::findTables() — Method in class Schema

Finds all tables that are like the specified base table name.

Select::forUpdate() — Method in class Select

Add FOR UPDATE to the query.

NodeStatisticsDatabaseStorage::fetchViews() — Method in class NodeStatisticsDatabaseStorage

Returns the number of times entities have been viewed.

NodeStatisticsDatabaseStorage::fetchView() — Method in class NodeStatisticsDatabaseStorage

Returns the number of times a single entity has been viewed.

NodeStatisticsDatabaseStorage::fetchAll() — Method in class NodeStatisticsDatabaseStorage

Returns the number of times an entity has been viewed.

NodeCounter::fields() — Method in class NodeCounter

Returns an array of destination fields.

NodeCounter::fields() — Method in class NodeCounter

Returns available fields on the source.

StatisticsStorageInterface::fetchViews() — Method in class StatisticsStorageInterface

Returns the number of times entities have been viewed.

StatisticsStorageInterface::fetchView() — Method in class StatisticsStorageInterface

Returns the number of times a single entity has been viewed.

StatisticsStorageInterface::fetchAll() — Method in class StatisticsStorageInterface

Returns the number of times an entity has been viewed.

$ SystemController#formBuilderProperty in class SystemController

The form builder service.

FileDownloadControllerClass in namespace Drupal\system

System file controller.

DateFormatEditForm::form() — Method in class DateFormatEditForm

Gets the actual form array to be built.

DateFormatFormBase::form() — Method in class DateFormatFormBase

Gets the actual form array to be built.

FileSystemFormClass in namespace Drupal\system\Form

Configure file system settings for this site.

$ FileSystemForm#fileSystemProperty in class FileSystemForm

The file system.

$ ThemeSettingsForm#fileSystemProperty in class ThemeSettingsForm

The file system.

$ GDToolkit#fileSystemProperty in class GDToolkit

The file system.

ThemeSettings::fields() — Method in class ThemeSettings

Returns an array of destination fields.

Extension::fields() — Method in class Extension

Returns available fields on the source.

Menu::fields() — Method in class Menu

Returns available fields on the source.

MenuTranslation::fields() — Method in class MenuTranslation

Returns available fields on the source.

ThemeSettings::fields() — Method in class ThemeSettings

Returns available fields on the source.

$ D7TaxonomyTermDeriver#fieldDiscoveryProperty in class D7TaxonomyTermDeriver

The migration field discovery service.

ForumVocabularyClass in namespace Drupal\taxonomy\Plugin\migrate\process

Checks if the vocabulary being migrated is the one used for forums.

Term::fields() — Method in class Term

Returns available fields on the source.

TermLocalizedTranslation::fields() — Method in class TermLocalizedTranslation

Returns available fields on the source.

TermNode::fields() — Method in class TermNode

Returns available fields on the source.

Vocabulary::fields() — Method in class Vocabulary

Returns available fields on the source.

VocabularyTranslation::fields() — Method in class VocabularyTranslation

Returns available fields on the source.

Term::fields() — Method in class Term

Returns available fields on the source.

TermEntityTranslation::fields() — Method in class TermEntityTranslation

Returns available fields on the source.

TermLocalizedTranslation::fields() — Method in class TermLocalizedTranslation

Returns available fields on the source.

TermTranslation::fields() — Method in class TermTranslation

Returns available fields on the source.

Vocabulary::fields() — Method in class Vocabulary

Returns available fields on the source.

VocabularyTranslation::fields() — Method in class VocabularyTranslation

Returns available fields on the source.

TermForm::form() — Method in class TermForm

Gets the actual form array to be built.

TermForm::flagViolations() — Method in class TermForm

Flags violations for the current form.

VocabularyForm::form() — Method in class VocabularyForm

Gets the actual form array to be built.

TelephoneDefaultWidget::formElement() — Method in class TelephoneDefaultWidget

Returns the form for a single field widget.

TextWithSummaryItem::fieldSettingsForm() — Method in class TextWithSummaryItem

Returns a form for the field-level settings.

TextareaWidget::formElement() — Method in class TextareaWidget

Returns the form for a single field widget.

TextareaWithSummaryWidget::formElement() — Method in class TextareaWithSummaryWidget

Returns the form for a single field widget.

TextfieldWidget::formElement() — Method in class TextfieldWidget

Returns the form for a single field widget.

TrackerNode::fields() — Method in class TrackerNode

Returns available fields on the source.

TrackerUser::fields() — Method in class TrackerUser

Returns available fields on the source.

$ UpdateFetcher#fetchUrlProperty in class UpdateFetcher

The fetch url configured in the update settings.

UpdateFetcher::fetchProjectData() — Method in class UpdateFetcher

Retrieves the project information.

UpdateFetcherInterface::fetchProjectData() — Method in class UpdateFetcherInterface

Retrieves the project information.

UpdateManager::fetchDataBatch() — Method in class UpdateManager

Processes a step in batch for fetching available update data.

UpdateManagerInterface::fetchDataBatch() — Method in class UpdateManagerInterface

Processes a step in batch for fetching available update data.

$ UpdateProcessor#fetchQueueProperty in class UpdateProcessor

The update fetch queue.

$ UpdateProcessor#fetchTaskStoreProperty in class UpdateProcessor

Update Fetch Task Store.

$ UpdateProcessor#failedProperty in class UpdateProcessor

Array of release history URLs that we have failed to fetch.

UpdateProcessor::fetchData() — Method in class UpdateProcessor

Attempts to drain the queue of tasks for release history data to fetch.

UpdateProcessorInterface::fetchData() — Method in class UpdateProcessorInterface

Attempts to drain the queue of tasks for release history data to fetch.

AccountForm::form() — Method in class AccountForm

Gets the actual form array to be built.

AccountForm::flagViolations() — Method in class AccountForm

Flags violations for the current form.

UserAuthenticationController::floodControl() — Method in class UserAuthenticationController

Enforces flood control for the current login request.

$ UserController#floodProperty in class UserController

The flood service.

$ UserPasswordForm#floodProperty in class UserPasswordForm

The flood service.

UserData::fields() — Method in class UserData

Returns an array of destination fields.

$ ProfileField#fieldTableProperty in class ProfileField

The source table containing profile field info.

ProfileField::fields() — Method in class ProfileField

Returns available fields on the source.

UserPictureInstance::fields() — Method in class UserPictureInstance

Returns available fields on the source.

ProfileFieldOptionTranslation::fields() — Method in class ProfileFieldOptionTranslation

Returns available fields on the source.

ProfileFieldValues::fields() — Method in class ProfileFieldValues

Returns available fields on the source.

$ Role#filterPermissionsProperty in class Role

List of filter IDs per role IDs.

Role::fields() — Method in class Role

Returns available fields on the source.

User::fields() — Method in class User

Returns available fields on the source.

UserPicture::fields() — Method in class UserPicture

Returns available fields on the source.

$ UserPictureFile#filePathProperty in class UserPictureFile

The file directory path.

UserPictureFile::fields() — Method in class UserPictureFile

Returns available fields on the source.

Role::fields() — Method in class Role

Returns available fields on the source.

User::fields() — Method in class User

Returns available fields on the source.

UserEntityTranslation::fields() — Method in class UserEntityTranslation

Returns available fields on the source.

$ Users#filtersProperty in class Users

Set default values for the filters.

RegisterForm::form() — Method in class RegisterForm

Gets the actual form array to be built.

RoleForm::form() — Method in class RoleForm

Gets the actual form array to be built.

$ UserFloodControl#floodProperty in class UserFloodControl

The decorated flood service.

Analyzer::formatMessages() — Method in class Analyzer

Formats the analyze result into a message string.

Analyzer::formatMessage() — Method in class Analyzer

Formats an analysis message.

$ EntityViewsData#fieldStorageDefinitionsProperty in class EntityViewsData

The field storage definitions for all base fields of the entity type.

FieldAPIHandlerTraitClass in namespace Drupal\views

A trait containing helper methods for field definitions.

$ FieldAPIHandlerTrait#fieldDefinitionProperty in class FieldAPIHandlerTrait

The field definition.

$ FieldAPIHandlerTrait#fieldStorageDefinitionProperty in class FieldAPIHandlerTrait

The field storage definition.

$ HandlerBase#fieldProperty in class HandlerBase

With field you can override the realField if the real field is not set.

PluginBase::filterByDefinedOptions() — Method in class PluginBase

Filter out stored options depending on the defined options.

ViewsPluginInterface::filterByDefinedOptions() — Method in class ViewsPluginInterface

Filter out stored options depending on the defined options.

$ Date#formatProperty in class Date

The date format used in the title.

$ DayDate#formatProperty in class DayDate
{@inheritdoc}
FormulaClass in namespace Drupal\views\Plugin\views\argument

Argument handler for simple formulae.

$ Formula#formulaProperty in class Formula
FullDateClass in namespace Drupal\views\Plugin\views\argument

Argument handler for a full date (CCYYMMDD)

$ FullDate#formatProperty in class FullDate
{@inheritdoc}
$ MonthDate#formatProperty in class MonthDate
{@inheritdoc}
$ YearMonthDate#formatProperty in class YearMonthDate
{@inheritdoc}
FixedClass in namespace Drupal\views\Plugin\views\argument_default

The fixed argument default handler.

FeedClass in namespace Drupal\views\Plugin\views\display

The plugin that handles a feed, such as RSS or atom.

$ EntityField#formatterOptionsProperty in class EntityField

An array of formatter options.

$ EntityField#formatterPluginManagerProperty in class EntityField

The field formatter plugin manager.

$ EntityField#fieldTypePluginManagerProperty in class EntityField

The field type plugin manager.

FieldHandlerInterfaceClass in namespace Drupal\views\Plugin\views\field

Base field handler that has no options and renders an unformatted field.

FieldPluginBaseClass in namespace Drupal\views\Plugin\views\field

Base class for views fields.

$ FieldPluginBase#field_aliasProperty in class FieldPluginBase
FileSizeClass in namespace Drupal\views\Plugin\views\field

Render a numeric value as a size.

FilterPluginBaseClass in namespace Drupal\views\Plugin\views\filter

Base class for Views filters handler plugins.

FieldOrLanguageJoinClass in namespace Drupal\views\Plugin\views\join

Implementation for the "field OR language" join.

$ JoinPluginBase#fieldProperty in class JoinPluginBase

The field to join on (right field).

FullClass in namespace Drupal\views\Plugin\views\pager

The plugin to handle full pager.

$ Sql#fieldsProperty in class Sql

An array of fields.

$ Sql#fieldAliasesProperty in class Sql

An array mapping table aliases and field names to field aliases.

FieldsClass in namespace Drupal\views\Plugin\views\row

The basic 'fields' row plugin.

$ WizardPluginBase#filtersProperty in class WizardPluginBase

Views items configuration arrays for filters added by the wizard.

$ WizardPluginBase#filter_defaultsProperty in class WizardPluginBase

Default values for filters.

$ ViewExecutable#feedIconsProperty in class ViewExecutable

Feed icons attached to the view.

$ ViewExecutable#fieldProperty in class ViewExecutable

Stores the field handlers which are initialized on this view.

$ ViewExecutable#filterProperty in class ViewExecutable

Stores the filter handlers which are initialized on this view.

$ ViewExecutable#footerProperty in class ViewExecutable

Stores the area handlers for the footer which are initialized on this view.

Views::fetchPluginNames() — Method in class Views

Fetches a list of all base tables available.

$ ViewsData#fullyLoadedProperty in class ViewsData

Whether the data has been fully loaded in this request.

ViewsData::fetchBaseTables() — Method in class ViewsData

Fetches a list of all base tables available.

$ ViewsDataHelper#fieldsProperty in class ViewsDataHelper

A prepared list of all fields, keyed by base_table and handler type.

ViewsDataHelper::fetchFields() — Method in class ViewsDataHelper

Fetches a list of all fields available for a given base type.

ViewsDataHelper::fetchedFieldSort() — Method in class ViewsDataHelper

Sort function for fetched fields.

ViewAddForm::form() — Method in class ViewAddForm

Gets the actual form array to be built.

ViewDuplicateForm::form() — Method in class ViewDuplicateForm

Gets the actual form array to be built.

ViewEditForm::form() — Method in class ViewEditForm

Gets the actual form array to be built.

ViewPreviewForm::form() — Method in class ViewPreviewForm

Gets the actual form array to be built.

$ ViewUI#formsProperty in class ViewUI

Contains an array of form keys and their respective classes.

$ WorkflowType#formsProperty in class WorkflowType

A list of optional form classes implementing PluginFormInterface.

WorkflowAddForm::form() — Method in class WorkflowAddForm

Gets the actual form array to be built.

WorkflowEditForm::form() — Method in class WorkflowEditForm

Gets the actual form array to be built.

WorkflowStateAddForm::form() — Method in class WorkflowStateAddForm

Gets the actual form array to be built.

WorkflowStateEditForm::form() — Method in class WorkflowStateEditForm

Gets the actual form array to be built.

WorkflowTransitionAddForm::form() — Method in class WorkflowTransitionAddForm

Gets the actual form array to be built.

WorkflowTransitionEditForm::form() — Method in class WorkflowTransitionEditForm

Gets the actual form array to be built.

$ Transition#fromStateIdsProperty in class Transition

The transition's from state IDs.

Transition::from() — Method in class Transition

Gets the transition's from states.

TransitionInterface::from() — Method in class TransitionInterface

Gets the transition's from states.

EntityTypeInfo::fieldInfoAlter() — Method in class EntityTypeInfo

Alters field plugin definitions.

FormOperationsClass in namespace Drupal\workspaces

Defines a class for reacting to form operations.

FormOperations::formAlter() — Method in class FormOperations

Alters forms to disallow editing in non-default workspaces.

WorkspaceForm::form() — Method in class WorkspaceForm

Gets the actual form array to be built.

WorkspaceForm::flagViolations() — Method in class WorkspaceForm

Flags violations for the current form.

$ WorkspaceSwitcherBlock#formBuilderProperty in class WorkspaceSwitcherBlock

The form builder.

G

Drupal::getContainer() — Method in class Drupal

Returns the currently active global container.

AnnotationBase::getProvider() — Method in class AnnotationBase

Gets the name of the provider of the annotated class.

AnnotationBase::getId() — Method in class AnnotationBase

Gets the unique ID for this annotated class.

AnnotationBase::getClass() — Method in class AnnotationBase

Gets the class of the annotated class.

AnnotationInterface::get() — Method in class AnnotationInterface

Gets the value of an annotation.

AnnotationInterface::getProvider() — Method in class AnnotationInterface

Gets the name of the provider of the annotated class.

AnnotationInterface::getId() — Method in class AnnotationInterface

Gets the unique ID for this annotated class.

AnnotationInterface::getClass() — Method in class AnnotationInterface

Gets the class of the annotated class.

SimpleAnnotationReader::getClassAnnotations() — Method in class SimpleAnnotationReader
{@inheritDoc}
SimpleAnnotationReader::getMethodAnnotations() — Method in class SimpleAnnotationReader
{@inheritDoc}
SimpleAnnotationReader::getPropertyAnnotations() — Method in class SimpleAnnotationReader
{@inheritDoc}
SimpleAnnotationReader::getClassAnnotation() — Method in class SimpleAnnotationReader
{@inheritDoc}
SimpleAnnotationReader::getMethodAnnotation() — Method in class SimpleAnnotationReader
{@inheritDoc}
SimpleAnnotationReader::getPropertyAnnotation() — Method in class SimpleAnnotationReader
{@inheritDoc}
StaticReflectionClass::getName() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getDocComment() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getNamespaceName() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getUseStatements() — Method in class StaticReflectionClass
StaticReflectionClass::getMethod() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getProperty() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getConstant() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getConstructor() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getDefaultProperties() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getEndLine() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getExtension() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getExtensionName() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getFileName() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getInterfaceNames() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getInterfaces() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getMethods() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getModifiers() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getParentClass() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getProperties() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getShortName() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getStartLine() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getStaticProperties() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getStaticPropertyValue() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getTraitAliases() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getTraitNames() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getTraits() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::getConstants() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionParser::getParentStaticReflectionParser() — Method in class StaticReflectionParser
StaticReflectionParser::getClassName() — Method in class StaticReflectionParser
StaticReflectionParser::getNamespaceName() — Method in class StaticReflectionParser
StaticReflectionParser::getReflectionClass() — Method in class StaticReflectionParser

Gets the ReflectionClass equivalent for this class.

StaticReflectionParser::getUseStatements() — Method in class StaticReflectionParser

Gets the use statements from this file.

StaticReflectionParser::getDocComment() — Method in class StaticReflectionParser

Gets the doc comment.

StaticReflectionParser::getStaticReflectionParserForDeclaringClass() — Method in class StaticReflectionParser

Gets the PSR-0 parser for the declaring class.

Plugin::get() — Method in class Plugin

Gets the value of an annotation.

Plugin::getProvider() — Method in class Plugin

Gets the name of the provider of the annotated class.

Plugin::getId() — Method in class Plugin

Gets the unique ID for this annotated class.

Plugin::getClass() — Method in class Plugin

Gets the class of the annotated class.

PluginID::get() — Method in class PluginID

Gets the value of an annotation.

PluginID::getId() — Method in class PluginID

Gets the unique ID for this annotated class.

AnnotatedClassDiscovery::getAnnotationReader() — Method in class AnnotatedClassDiscovery

Gets the used doctrine annotation reader.

AnnotatedClassDiscovery::getDefinitions() — Method in class AnnotatedClassDiscovery

Gets the definition of all plugins for this type.

AnnotatedClassDiscovery::getPluginNamespaces() — Method in class AnnotatedClassDiscovery

Gets an array of PSR-4 namespaces to search for plugin classes.

AnnotationBridgeDecorator::getDefinitions() — Method in class AnnotationBridgeDecorator

Gets the definition of all plugins for this type.

ZfExtensionManagerSfContainer::get() — Method in class ZfExtensionManagerSfContainer
{@inheritdoc}
DateTimePlus::getErrors() — Method in class DateTimePlus

Gets error messages.

DateTimePlus::getPhpDateTime() — Method in class DateTimePlus

Gets a clone of the proxied PHP \DateTime object wrapped by this class.

DateTimePlus::getLastErrors() — Method in class DateTimePlus
DateTimePlus::getOffset() — Method in class DateTimePlus
DateTimePlus::getTimestamp() — Method in class DateTimePlus
DateTimePlus::getTimezone() — Method in class DateTimePlus
Time::getRequestTime() — Method in class Time

Returns the timestamp for the current request.

Time::getRequestMicroTime() — Method in class Time

Returns the timestamp for the current request with microsecond precision.

Time::getCurrentTime() — Method in class Time

Returns the current system time as an integer.

Time::getCurrentMicroTime() — Method in class Time

Returns the current system time with microsecond precision.

TimeInterface::getRequestTime() — Method in class TimeInterface

Returns the timestamp for the current request.

TimeInterface::getRequestMicroTime() — Method in class TimeInterface

Returns the timestamp for the current request with microsecond precision.

TimeInterface::getCurrentTime() — Method in class TimeInterface

Returns the current system time as an integer.

TimeInterface::getCurrentMicroTime() — Method in class TimeInterface

Returns the current system time with microsecond precision.

Container::get() — Method in class Container
{@inheritdoc}
Container::getParameter() — Method in class Container
{@inheritdoc}
Container::getAlternatives() — Method in class Container

Provides alternatives for a given array and key.

Container::getServiceAlternatives() — Method in class Container

Provides alternatives in case a service was not found.

Container::getParameterAlternatives() — Method in class Container

Provides alternatives in case a parameter was not found.

Container::getServiceIds() — Method in class Container

Gets all defined service IDs.

OptimizedPhpArrayDumper::getArray() — Method in class OptimizedPhpArrayDumper

Gets the service container definition as a PHP array.

OptimizedPhpArrayDumper::getAliases() — Method in class OptimizedPhpArrayDumper

Gets the aliases as a PHP array.

OptimizedPhpArrayDumper::getParameters() — Method in class OptimizedPhpArrayDumper

Gets parameters of the container as a PHP array.

OptimizedPhpArrayDumper::getServiceDefinitions() — Method in class OptimizedPhpArrayDumper

Gets services of the container as a PHP array.

OptimizedPhpArrayDumper::getServiceDefinition() — Method in class OptimizedPhpArrayDumper

Gets a service definition as PHP array.

OptimizedPhpArrayDumper::getPrivateServiceCall() — Method in class OptimizedPhpArrayDumper

Gets a private service definition in a suitable format.

OptimizedPhpArrayDumper::getReferenceCall() — Method in class OptimizedPhpArrayDumper

Gets a service reference for a reference in a suitable PHP array format.

OptimizedPhpArrayDumper::getServiceCall() — Method in class OptimizedPhpArrayDumper

Gets a service reference for an ID in a suitable PHP array format.

OptimizedPhpArrayDumper::getParameterCall() — Method in class OptimizedPhpArrayDumper

Gets a parameter reference in a suitable PHP array format.

PhpArrayDumper::getArray() — Method in class PhpArrayDumper

Gets the service container definition as a PHP array.

PhpArrayDumper::getServiceCall() — Method in class PhpArrayDumper

Gets a service reference for an ID in a suitable PHP array format.

PhpArrayDumper::getParameterCall() — Method in class PhpArrayDumper

Gets a parameter reference in a suitable PHP array format.

Diff::getEdits() — Method in class Diff

Gets the list of differences as an array of diff operations.

$ HWLDFWordAccumulator#groupProperty in class HWLDFWordAccumulator
HWLDFWordAccumulator::getLines() — Method in class HWLDFWordAccumulator
YamlDirectoryDiscovery::getIdentifier() — Method in class YamlDirectoryDiscovery

Gets the identifier from the data.

YamlDirectoryDiscovery::getDirectoryIterator() — Method in class YamlDirectoryDiscovery

Gets an iterator to loop over the files in the provided directory.

ContainerAwareEventDispatcher::getListeners() — Method in class ContainerAwareEventDispatcher
{@inheritdoc}
ContainerAwareEventDispatcher::getListenerPriority() — Method in class ContainerAwareEventDispatcher
{@inheritdoc}
FileCache::get() — Method in class FileCache

Gets data based on a filename.

FileCache::getMultiple() — Method in class FileCache

Gets data based on filenames.

FileCacheFactory::get() — Method in class FileCacheFactory

Instantiates a FileCache object for a given collection identifier.

FileCacheFactory::getConfiguration() — Method in class FileCacheFactory

Gets the configuration used for constructing future file cache objects.

FileCacheFactory::getPrefix() — Method in class FileCacheFactory

Returns the cache prefix.

FileCacheInterface::get() — Method in class FileCacheInterface

Gets data based on a filename.

FileCacheInterface::getMultiple() — Method in class FileCacheInterface

Gets data based on filenames.

NullFileCache::get() — Method in class NullFileCache

Gets data based on a filename.

NullFileCache::getMultiple() — Method in class NullFileCache

Gets data based on filenames.

FileSystem::getOsTemporaryDirectory() — Method in class FileSystem

Discovers a writable system-appropriate temporary directory.

FrontMatterParseException::getSourceLine() — Method in class FrontMatterParseException

Retrieves the line number where the parse error occurred.

FrontMatter::getContent() — Method in class FrontMatter

Retrieves the extracted source content.

FrontMatter::getData() — Method in class FrontMatter

Retrieves the extracted front matter data.

FrontMatter::getLine() — Method in class FrontMatter

Retrieves the line where the source content starts, after any data.

PoHeader::getPluralForms() — Method in class PoHeader

Gets the plural form.

PoHeader::getLanguageName() — Method in class PoHeader

Gets the human readable language name.

PoHeader::getProjectName() — Method in class PoHeader

Gets the project name.

PoItem::getLangcode() — Method in class PoItem

Gets the language code of the currently used language.

PoItem::getContext() — Method in class PoItem

Gets the context this translation belongs to.

PoItem::getSource() — Method in class PoItem

Gets the source string or the array of strings if the translation has plurals.

PoItem::getTranslation() — Method in class PoItem

Gets the translation string or the array of strings if the translation has plurals.

PoItem::getComment() — Method in class PoItem

Gets the comment of this translation.

PoMemoryWriter::getData() — Method in class PoMemoryWriter

Get all stored PoItem's.

PoMemoryWriter::getLangcode() — Method in class PoMemoryWriter

Implements Drupal\Component\Gettext\PoMetadataInterface:getLangcode().

PoMemoryWriter::getHeader() — Method in class PoMemoryWriter

Implements Drupal\Component\Gettext\PoMetadataInterface:getHeader().

PoMetadataInterface::getLangcode() — Method in class PoMetadataInterface

Get language code.

PoMetadataInterface::getHeader() — Method in class PoMetadataInterface

Get header metadata.

PoStreamInterface::getURI() — Method in class PoStreamInterface

Gets the URI of the PO stream that is being read or written.

PoStreamReader::getLangcode() — Method in class PoStreamReader

Get language code.

PoStreamReader::getHeader() — Method in class PoStreamReader

Get header metadata.

PoStreamReader::getURI() — Method in class PoStreamReader

Gets the URI of the PO stream that is being read or written.

PoStreamReader::getSeek() — Method in class PoStreamReader

Gets the pointer position of the current PO stream.

PoStreamWriter::getHeader() — Method in class PoStreamWriter

Gets the PO header of the current stream.

PoStreamWriter::getLangcode() — Method in class PoStreamWriter

Gets the current language code used.

PoStreamWriter::getURI() — Method in class PoStreamWriter

Implements Drupal\Component\Gettext\PoStreamInterface::getURI().

GraphClass in namespace Drupal\Component\Graph

Directed acyclic graph manipulation.

$ Graph#graphProperty in class Graph

Holds the directed acyclic graph.

FileReadOnlyStorage::getFullPath() — Method in class FileReadOnlyStorage

Gets the full file path.

FileReadOnlyStorage::garbageCollection() — Method in class FileReadOnlyStorage

Performs garbage collection on the storage.

FileStorage::getFullPath() — Method in class FileStorage

Gets the full file path.

FileStorage::garbageCollection() — Method in class FileStorage

Performs garbage collection on the storage.

MTimeProtectedFastFileStorage::getFullPath() — Method in class MTimeProtectedFastFileStorage

Gets the full path where the file is or should be stored.

MTimeProtectedFastFileStorage::garbageCollection() — Method in class MTimeProtectedFastFileStorage

Performs garbage collection on the storage.

MTimeProtectedFastFileStorage::getContainingDirectoryFullPath() — Method in class MTimeProtectedFastFileStorage

Gets the full path of the containing directory where the file is or should be stored.

MTimeProtectedFastFileStorage::getUncachedMTime() — Method in class MTimeProtectedFastFileStorage

Clears PHP's stat cache and returns the directory's mtime.

MTimeProtectedFileStorage::getPath() — Method in class MTimeProtectedFileStorage
{@inheritdoc}
PhpStorageInterface::getFullPath() — Method in class PhpStorageInterface

Gets the full file path.

PhpStorageInterface::garbageCollection() — Method in class PhpStorageInterface

Performs garbage collection on the storage.

CategorizingPluginManagerInterface::getCategories() — Method in class CategorizingPluginManagerInterface

Gets the names of all categories.

CategorizingPluginManagerInterface::getSortedDefinitions() — Method in class CategorizingPluginManagerInterface

Gets sorted plugin definitions.

CategorizingPluginManagerInterface::getGroupedDefinitions() — Method in class CategorizingPluginManagerInterface

Gets sorted plugin definitions grouped by category.

ConfigurableInterface::getConfiguration() — Method in class ConfigurableInterface

Gets this plugin's configuration.

ContextAwarePluginBase::getContextDefinitions() — Method in class ContextAwarePluginBase

Gets the context definitions of the plugin.

ContextAwarePluginBase::getContextDefinition() — Method in class ContextAwarePluginBase

Gets a specific context definition of the plugin.

ContextAwarePluginBase::getContexts() — Method in class ContextAwarePluginBase

Gets the defined contexts.

ContextAwarePluginBase::getContext() — Method in class ContextAwarePluginBase

Gets a defined context.

ContextAwarePluginBase::getContextValues() — Method in class ContextAwarePluginBase

Gets the values for all defined contexts.

ContextAwarePluginBase::getContextValue() — Method in class ContextAwarePluginBase

Gets the value for a defined context.

ContextAwarePluginInterface::getContextDefinitions() — Method in class ContextAwarePluginInterface

Gets the context definitions of the plugin.

ContextAwarePluginInterface::getContextDefinition() — Method in class ContextAwarePluginInterface

Gets a specific context definition of the plugin.

ContextAwarePluginInterface::getContexts() — Method in class ContextAwarePluginInterface

Gets the defined contexts.

ContextAwarePluginInterface::getContext() — Method in class ContextAwarePluginInterface

Gets a defined context.

ContextAwarePluginInterface::getContextValues() — Method in class ContextAwarePluginInterface

Gets the values for all defined contexts.

ContextAwarePluginInterface::getContextValue() — Method in class ContextAwarePluginInterface

Gets the value for a defined context.

ContextAwarePluginInterface::getContextMapping() — Method in class ContextAwarePluginInterface

Gets a mapping of the expected assignment names to their context names.

Context::getContextValue() — Method in class Context

Gets the context value.

Context::getContextDefinition() — Method in class Context

Gets the provided definition that the context must conform to.

Context::getConstraints() — Method in class Context

Gets a list of validation constraints.

ContextDefinitionInterface::getLabel() — Method in class ContextDefinitionInterface

Gets a human readable label.

ContextDefinitionInterface::getDescription() — Method in class ContextDefinitionInterface

Gets a human readable description.

ContextDefinitionInterface::getDataType() — Method in class ContextDefinitionInterface

Gets the data type needed by the context.

ContextDefinitionInterface::getDefaultValue() — Method in class ContextDefinitionInterface

Gets the default value for this context definition.

ContextDefinitionInterface::getConstraints() — Method in class ContextDefinitionInterface

Gets an array of validation constraints.

ContextDefinitionInterface::getConstraint() — Method in class ContextDefinitionInterface

Gets a validation constraint.

ContextInterface::getContextValue() — Method in class ContextInterface

Gets the context value.

ContextInterface::getContextDefinition() — Method in class ContextInterface

Gets the provided definition that the context must conform to.

ContextInterface::getConstraints() — Method in class ContextInterface

Gets a list of validation constraints.

ContextAwarePluginDefinitionInterface::getContextDefinitions() — Method in class ContextAwarePluginDefinitionInterface

Returns all context definitions for this plugin.

ContextAwarePluginDefinitionInterface::getContextDefinition() — Method in class ContextAwarePluginDefinitionInterface

Returns a particular context definition for this plugin.

ContextAwarePluginDefinitionTrait::getContextDefinitions() — Method in class ContextAwarePluginDefinitionTrait

Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::getContextDefinitions().

ContextAwarePluginDefinitionTrait::getContextDefinition() — Method in class ContextAwarePluginDefinitionTrait

Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::getContextDefinition().

DerivablePluginDefinitionInterface::getDeriver() — Method in class DerivablePluginDefinitionInterface

Gets the name of the deriver of this plugin definition, if it exists.

PluginDefinition::getClass() — Method in class PluginDefinition

Gets the class.

PluginDefinition::getProvider() — Method in class PluginDefinition

Gets the plugin provider.

PluginDefinitionInterface::getClass() — Method in class PluginDefinitionInterface

Gets the class.

PluginDefinitionInterface::getProvider() — Method in class PluginDefinitionInterface

Gets the plugin provider.

DerivativeInspectionInterface::getBaseId() — Method in class DerivativeInspectionInterface

Gets the base_plugin_id of the plugin instance.

DerivativeInspectionInterface::getDerivativeId() — Method in class DerivativeInspectionInterface

Gets the derivative_id of the plugin instance.

DeriverBase::getDerivativeDefinition() — Method in class DeriverBase

Gets the definition of a derivative plugin.

DeriverBase::getDerivativeDefinitions() — Method in class DeriverBase

Gets the definition of all derivatives of a base plugin.

DeriverInterface::getDerivativeDefinition() — Method in class DeriverInterface

Gets the definition of a derivative plugin.

DeriverInterface::getDerivativeDefinitions() — Method in class DeriverInterface

Gets the definition of all derivatives of a base plugin.

DerivativeDiscoveryDecorator::getDefinition() — Method in class DerivativeDiscoveryDecorator

Gets a specific plugin definition.

DerivativeDiscoveryDecorator::getDefinitions() — Method in class DerivativeDiscoveryDecorator

Gets the definition of all plugins for this type.

DerivativeDiscoveryDecorator::getDerivatives() — Method in class DerivativeDiscoveryDecorator

Adds derivatives to a list of plugin definitions.

DerivativeDiscoveryDecorator::getDeriver() — Method in class DerivativeDiscoveryDecorator

Gets a deriver for a base plugin.

DerivativeDiscoveryDecorator::getDeriverClass() — Method in class DerivativeDiscoveryDecorator

Gets the deriver class name from the base plugin definition.

DiscoveryCachedTrait::getDefinition() — Method in class DiscoveryCachedTrait
{@inheritdoc}
DiscoveryInterface::getDefinition() — Method in class DiscoveryInterface

Gets a specific plugin definition.

DiscoveryInterface::getDefinitions() — Method in class DiscoveryInterface

Gets the definition of all plugins for this type.

DiscoveryTrait::getDefinitions() — Method in class DiscoveryTrait
{@inheritdoc}
DiscoveryTrait::getDefinition() — Method in class DiscoveryTrait
{@inheritdoc}
StaticDiscovery::getDefinitions() — Method in class StaticDiscovery

Gets the definition of all plugins for this type.

StaticDiscoveryDecorator::getDefinition() — Method in class StaticDiscoveryDecorator
{@inheritdoc}
StaticDiscoveryDecorator::getDefinitions() — Method in class StaticDiscoveryDecorator

Gets the definition of all plugins for this type.

InvalidPluginDefinitionException::getPluginId() — Method in class InvalidPluginDefinitionException

Gets the plugin ID of the mapper that raised the exception.

DefaultFactory::getPluginClass() — Method in class DefaultFactory

Finds the class relevant for a given plugin.

ReflectionFactory::getInstanceArguments() — Method in class ReflectionFactory

Inspects the plugin class and build a list of arguments for the constructor.

FallbackPluginManagerInterface::getFallbackPluginId() — Method in class FallbackPluginManagerInterface

Gets a fallback id for a missing plugin.

LazyPluginCollection::getConfiguration() — Method in class LazyPluginCollection

Gets the current configuration of all plugins in this collection.

LazyPluginCollection::get() — Method in class LazyPluginCollection

Gets a plugin instance, initializing it if necessary.

LazyPluginCollection::getInstanceIds() — Method in class LazyPluginCollection

Gets all instance IDs.

LazyPluginCollection::getIterator() — Method in class LazyPluginCollection
MapperInterface::getInstance() — Method in class MapperInterface

Gets a preconfigured instance of a plugin.

PluginBase::getPluginId() — Method in class PluginBase

Gets the plugin_id of the plugin instance.

PluginBase::getBaseId() — Method in class PluginBase

Gets the base_plugin_id of the plugin instance.

PluginBase::getDerivativeId() — Method in class PluginBase

Gets the derivative_id of the plugin instance.

PluginBase::getPluginDefinition() — Method in class PluginBase

Gets the definition of the plugin implementation.

PluginInspectionInterface::getPluginId() — Method in class PluginInspectionInterface

Gets the plugin_id of the plugin instance.

PluginInspectionInterface::getPluginDefinition() — Method in class PluginInspectionInterface

Gets the definition of the plugin implementation.

PluginManagerBase::getDiscovery() — Method in class PluginManagerBase

Gets the plugin discovery.

PluginManagerBase::getFactory() — Method in class PluginManagerBase

Gets the plugin factory.

PluginManagerBase::getDefinition() — Method in class PluginManagerBase

Gets a specific plugin definition.

PluginManagerBase::getDefinitions() — Method in class PluginManagerBase

Gets the definition of all plugins for this type.

PluginManagerBase::getInstance() — Method in class PluginManagerBase

Gets a preconfigured instance of a plugin.

Json::getFileExtension() — Method in class Json

Gets the file extension for this serialization format.

PhpSerialize::getFileExtension() — Method in class PhpSerialize

Gets the file extension for this serialization format.

SerializationInterface::getFileExtension() — Method in class SerializationInterface

Gets the file extension for this serialization format.

Yaml::getFileExtension() — Method in class Yaml

Gets the file extension for this serialization format.

Yaml::getSerializer() — Method in class Yaml

Determines which implementation to use for parsing YAML.

YamlPecl::getFileExtension() — Method in class YamlPecl

Gets the file extension for this serialization format.

YamlSymfony::getFileExtension() — Method in class YamlSymfony

Gets the file extension for this serialization format.

$ PhpTransliteration#genericMapProperty in class PhpTransliteration

Non-language-specific transliteration tables.

ArgumentsResolver::getArguments() — Method in class ArgumentsResolver

Gets arguments suitable for passing to the given callable.

ArgumentsResolver::getArgument() — Method in class ArgumentsResolver

Gets the argument value for a parameter.

ArgumentsResolver::getReflector() — Method in class ArgumentsResolver

Gets a reflector for the access check callable.

ArgumentsResolverInterface::getArguments() — Method in class ArgumentsResolverInterface

Gets arguments suitable for passing to the given callable.

DeprecatedArray::getIterator() — Method in class DeprecatedArray
{@inheritdoc}
Environment::getUploadMaxSize() — Method in class Environment

Determines the maximum file upload size by querying the PHP settings.

Html::getClass() — Method in class Html

Prepares a string for use as a valid class name.

Html::getUniqueId() — Method in class Html

Prepares a string for use as a valid HTML ID and guarantees uniqueness.

Html::getId() — Method in class Html

Prepares a string for use as a valid HTML ID.

NestedArray::getValue() — Method in class NestedArray

Retrieves a value from a nested array with variable depth.

Rectangle::getBoundingWidth() — Method in class Rectangle

Gets the bounding width of the rectangle.

Rectangle::getBoundingHeight() — Method in class Rectangle

Gets the bounding height of the rectangle.

Reflection::getParameterClassName() — Method in class Reflection

Gets the parameter's class name.

Unicode::getStatus() — Method in class Unicode

Gets the current status of unicode/multibyte support on this environment.

UrlHelper::getAllowedProtocols() — Method in class UrlHelper

Gets the allowed protocols.

UserAgent::getBestMatchingLangcode() — Method in class UserAgent

Identifies user agent language from the Accept-language HTTP header.

Xss::getAdminTagList() — Method in class Xss

Gets the list of HTML tags allowed by Xss::filterAdmin().

Xss::getHtmlTagList() — Method in class Xss

Gets the standard list of HTML tags allowed by Xss::filter().

Com::generate() — Method in class Com

Generates a Universally Unique IDentifier (UUID).

Pecl::generate() — Method in class Pecl

Generates a Universally Unique IDentifier (UUID).

Php::generate() — Method in class Php

Generates a Universally Unique IDentifier (UUID).

UuidInterface::generate() — Method in class UuidInterface

Generates a Universally Unique IDentifier (UUID).

Composer::generateMetapackages() — Method in class Composer

Update metapackages whenever composer.lock is updated.

BuilderInterface::getPath() — Method in class BuilderInterface

Return the path to where the metapackage should be written.

BuilderInterface::getPackage() — Method in class BuilderInterface

Generate the Composer.json data for the current tag or branch.

DrupalCoreRecommendedBuilder::getPath() — Method in class DrupalCoreRecommendedBuilder

Return the path to where the metapackage should be written.

DrupalCoreRecommendedBuilder::getPackage() — Method in class DrupalCoreRecommendedBuilder

Generate the Composer.json data for the current tag or branch.

DrupalDevDependenciesBuilder::getPath() — Method in class DrupalDevDependenciesBuilder

Return the path to where the metapackage should be written.

DrupalDevDependenciesBuilder::getPackage() — Method in class DrupalDevDependenciesBuilder

Generate the Composer.json data for the current tag or branch.

DrupalPinnedDevDependenciesBuilder::getPath() — Method in class DrupalPinnedDevDependenciesBuilder

Return the path to where the metapackage should be written.

DrupalPinnedDevDependenciesBuilder::getPackage() — Method in class DrupalPinnedDevDependenciesBuilder

Generate the Composer.json data for the current tag or branch.

$ PackageGenerator#generatedProjectBaseDirProperty in class PackageGenerator

Base directory where generated projects are written.

PackageGenerator::generate() — Method in class PackageGenerator

Generate Drupal's metapackages whenever composer.lock is updated

PackageGenerator::generateMetapackage() — Method in class PackageGenerator

Generate one metapackage.

DrupalCoreComposer::getRequireDev() — Method in class DrupalCoreComposer

Return the "require-dev" section from root or core composer.json file.

Message::getText() — Method in class Message
Message::getMessageFromFile() — Method in class Message

Reads the message file as an array.

MessagePlugin::getSubscribedEvents() — Method in class MessagePlugin
{@inheritdoc}
AllowedPackages::getAllowedPackages() — Method in class AllowedPackages

Gets a list of all packages that are allowed to copy scaffold files.

AllowedPackages::getTopLevelAllowedPackages() — Method in class AllowedPackages

Gets all packages that are allowed in the top-level composer.json.

AllowedPackages::getOperationType() — Method in class AllowedPackages

Determine the type of the provided operation.

AllowedPackages::getPackage() — Method in class AllowedPackages

Retrieves a package from the current composer process.

CommandProvider::getCommands() — Method in class CommandProvider
{@inheritdoc}
GenerateAutoloadReferenceFileClass in namespace Drupal\Composer\Plugin\Scaffold

Generates an 'autoload.php' that includes the autoloader created by Composer.

GenerateAutoloadReferenceFile::generateAutoload() — Method in class GenerateAutoloadReferenceFile

Generates the autoload file at the specified location.

GitClass in namespace Drupal\Composer\Plugin\Scaffold

Provide some Git utility operations

Handler::getVendorPath() — Method in class Handler

Gets the path to the 'vendor' directory.

Handler::getFileMappingsFromPackages() — Method in class Handler

Gets a consolidated list of file mappings from all allowed packages.

Handler::getPackageFileMappings() — Method in class Handler

Gets the array of file mappings provided by a given package.

ManageOptions::getOptions() — Method in class ManageOptions

Gets the root-level scaffold options for this project.

ManageOptions::getLocationReplacements() — Method in class ManageOptions

Creates an interpolator for the 'locations' element.

AbstractOperation::generateContents() — Method in class AbstractOperation

Load the scaffold contents or otherwise generate what is needed.

AppendOp::generateContents() — Method in class AppendOp

Load the scaffold contents or otherwise generate what is needed.

OperationFactory::getPackagePath() — Method in class OperationFactory

Gets the file path of a package.

ReplaceOp::generateContents() — Method in class ReplaceOp

Load the scaffold contents or otherwise generate what is needed.

ScaffoldFileCollection::getIterator() — Method in class ScaffoldFileCollection
{@inheritdoc}
SkipOp::generateContents() — Method in class SkipOp

Load the scaffold contents or otherwise generate what is needed.

Plugin::getCapabilities() — Method in class Plugin
{@inheritdoc}
Plugin::getSubscribedEvents() — Method in class Plugin
{@inheritdoc}
ScaffoldFilePath::getInterpolator() — Method in class ScaffoldFilePath

Interpolate a string using the data from this scaffold file info.

ScaffoldOptions::getLocation() — Method in class ScaffoldOptions

Gets a specific named location.

ScaffoldOptions::gitIgnore() — Method in class ScaffoldOptions

Gets the value of the 'gitignore' option.

Config::getAllCleanupPaths() — Method in class Config

Gets the configured list of directories to remove from the root package.

Config::getPathsForPackage() — Method in class Config

Get a list of paths to remove for the given package.

VendorHardeningPlugin::getSubscribedEvents() — Method in class VendorHardeningPlugin
{@inheritdoc}
VendorHardeningPlugin::getInstalledPackages() — Method in class VendorHardeningPlugin

Gets a list of all installed packages from Composer.

VendorHardeningPlugin::getInstallPathForPackage() — Method in class VendorHardeningPlugin

Gets the installed path for a package.

AccessArgumentsResolverFactory::getArgumentsResolver() — Method in class AccessArgumentsResolverFactory

Returns the arguments resolver to use when running access checks.

AccessArgumentsResolverFactoryInterface::getArgumentsResolver() — Method in class AccessArgumentsResolverFactoryInterface

Returns the arguments resolver to use when running access checks.

AccessResult::getCacheContexts() — Method in class AccessResult

The cache contexts associated with this object.

AccessResult::getCacheTags() — Method in class AccessResult

The cache tags associated with this object.

AccessResult::getCacheMaxAge() — Method in class AccessResult

The maximum age for which this object may be cached.

AccessResultForbidden::getReason() — Method in class AccessResultForbidden

Gets the reason for this access result.

AccessResultNeutral::getReason() — Method in class AccessResultNeutral

Gets the reason for this access result.

AccessResultReasonInterface::getReason() — Method in class AccessResultReasonInterface

Gets the reason for this access result.

CheckProvider::getChecksNeedRequest() — Method in class CheckProvider

A list of checks that needs the request.

CheckProviderInterface::getChecksNeedRequest() — Method in class CheckProviderInterface

A list of checks that needs the request.

CsrfTokenGenerator::get() — Method in class CsrfTokenGenerator

Generates a token based on $value, the user session, and the private key.

ActionManager::getDefinitionsByType() — Method in class ActionManager

Gets the plugin definitions for this entity type.

ActionPluginCollection::get() — Method in class ActionPluginCollection

Gets a plugin instance, initializing it if necessary.

ConfigurableActionBase::getConfiguration() — Method in class ConfigurableActionBase

Gets this plugin's configuration.

EntityActionDeriverBase::getDerivativeDefinitions() — Method in class EntityActionDeriverBase

Gets the definition of all derivatives of a base plugin.

EntityActionDeriverBase::getApplicableEntityTypes() — Method in class EntityActionDeriverBase

Gets a list of applicable entity types.

EntityDeleteActionDeriver::getDerivativeDefinitions() — Method in class EntityDeleteActionDeriver

Gets the definition of all derivatives of a base plugin.

GotoActionClass in namespace Drupal\Core\Action\Plugin\Action

Redirects to a different URL.

AjaxHelperTrait::getRequestWrapperFormat() — Method in class AjaxHelperTrait

Gets the wrapper format of the current request.

AjaxResponse::getCommands() — Method in class AjaxResponse

Gets all AJAX commands.

AnnounceCommand::getAttachedAssets() — Method in class AnnounceCommand

Gets the attached assets.

CommandWithAttachedAssetsInterface::getAttachedAssets() — Method in class CommandWithAttachedAssetsInterface

Gets the attached assets.

CommandWithAttachedAssetsTrait::getRenderedContent() — Method in class CommandWithAttachedAssetsTrait

Processes the content for output.

CommandWithAttachedAssetsTrait::getAttachedAssets() — Method in class CommandWithAttachedAssetsTrait

Gets the attached assets.

MessageCommand::getAttachedAssets() — Method in class MessageCommand

Gets the attached assets.

OpenDialogCommand::getDialogOptions() — Method in class OpenDialogCommand

Returns the dialog options.

ContextDefinition::getDefinitionClass() — Method in class ContextDefinition

Determines the context definition class to use.

ContextDefinition::get() — Method in class ContextDefinition

Returns the value of an annotation.

PluralTranslation::get() — Method in class PluralTranslation

Gets the value of an annotation.

Translation::get() — Method in class Translation

Gets the value of an annotation.

AppRootFactory::get() — Method in class AppRootFactory

Gets the app root.

ArchiverManager::getInstance() — Method in class ArchiverManager

Gets a preconfigured instance of a plugin.

ArchiverManager::getExtensions() — Method in class ArchiverManager

Returns a string of supported archive extensions.

Tar::getArchive() — Method in class Tar

Retrieves the tar engine itself.

Zip::getArchive() — Method in class Zip

Retrieves the zip engine itself.

AssetCollectionGrouperInterface::group() — Method in class AssetCollectionGrouperInterface

Groups a collection of assets into logical groups of asset collections.

AssetCollectionOptimizerInterface::getAll() — Method in class AssetCollectionOptimizerInterface

Returns all optimized asset collections assets.

AssetResolver::getLibrariesToLoad() — Method in class AssetResolver

Returns the libraries that need to be loaded.

AssetResolver::getCssAssets() — Method in class AssetResolver

Returns the CSS assets for the current response's libraries.

AssetResolver::getJsSettingsAssets() — Method in class AssetResolver

Returns the JavaScript settings assets for this response's libraries.

AssetResolver::getJsAssets() — Method in class AssetResolver

Returns the JavaScript assets for the current response's libraries.

AssetResolverInterface::getCssAssets() — Method in class AssetResolverInterface

Returns the CSS assets for the current response's libraries.

AssetResolverInterface::getJsAssets() — Method in class AssetResolverInterface

Returns the JavaScript assets for the current response's libraries.

AttachedAssets::getLibraries() — Method in class AttachedAssets

Returns the asset libraries attached to the current response.

AttachedAssets::getSettings() — Method in class AttachedAssets

Returns the settings attached to the current response.

AttachedAssets::getAlreadyLoadedLibraries() — Method in class AttachedAssets

Returns the set of already loaded asset libraries.

AttachedAssetsInterface::getLibraries() — Method in class AttachedAssetsInterface

Returns the asset libraries attached to the current response.

AttachedAssetsInterface::getSettings() — Method in class AttachedAssetsInterface

Returns the settings attached to the current response.

AttachedAssetsInterface::getAlreadyLoadedLibraries() — Method in class AttachedAssetsInterface

Returns the set of already loaded asset libraries.

CssCollectionGrouper::group() — Method in class CssCollectionGrouper

Groups a collection of assets into logical groups of asset collections.

$ CssCollectionOptimizer#grouperProperty in class CssCollectionOptimizer

A CSS asset grouper.

CssCollectionOptimizer::generateHash() — Method in class CssCollectionOptimizer

Generate a hash for a given group of CSS assets.

CssCollectionOptimizer::getAll() — Method in class CssCollectionOptimizer

Returns all optimized asset collections assets.

JsCollectionGrouper::group() — Method in class JsCollectionGrouper

Groups a collection of assets into logical groups of asset collections.

$ JsCollectionOptimizer#grouperProperty in class JsCollectionOptimizer

A JS asset grouper.

JsCollectionOptimizer::generateHash() — Method in class JsCollectionOptimizer

Generate a hash for a given group of JavaScript assets.

JsCollectionOptimizer::getAll() — Method in class JsCollectionOptimizer

Returns all optimized asset collections assets.

LibraryDependencyResolver::getLibrariesWithDependencies() — Method in class LibraryDependencyResolver

Gets the given libraries with their dependencies.

LibraryDependencyResolver::getMinimalRepresentativeSubset() — Method in class LibraryDependencyResolver

Gets the minimal representative subset of the given libraries.

LibraryDependencyResolverInterface::getLibrariesWithDependencies() — Method in class LibraryDependencyResolverInterface

Gets the given libraries with their dependencies.

LibraryDependencyResolverInterface::getMinimalRepresentativeSubset() — Method in class LibraryDependencyResolverInterface

Gets the minimal representative subset of the given libraries.

LibraryDiscovery::getLibrariesByExtension() — Method in class LibraryDiscovery

Gets all libraries defined by an extension.

LibraryDiscovery::getLibraryByName() — Method in class LibraryDiscovery

Gets a single library defined by an extension by name.

LibraryDiscoveryCollector::getCid() — Method in class LibraryDiscoveryCollector

Gets the cache ID.

LibraryDiscoveryCollector::getLibraryDefinitions() — Method in class LibraryDiscoveryCollector

Returns the library definitions for a given extension.

LibraryDiscoveryInterface::getLibrariesByExtension() — Method in class LibraryDiscoveryInterface

Gets all libraries defined by an extension.

LibraryDiscoveryInterface::getLibraryByName() — Method in class LibraryDiscoveryInterface

Gets a single library defined by an extension by name.

$ AuthenticationCollector#globalProvidersProperty in class AuthenticationCollector

List of providers which are allowed on routes with no _auth option.

AuthenticationCollector::getProvider() — Method in class AuthenticationCollector

Returns an authentication provider.

AuthenticationCollector::getSortedProviders() — Method in class AuthenticationCollector

Returns the sorted array of authentication providers.

AuthenticationCollectorInterface::getProvider() — Method in class AuthenticationCollectorInterface

Returns an authentication provider.

AuthenticationCollectorInterface::getSortedProviders() — Method in class AuthenticationCollectorInterface

Returns the sorted array of authentication providers.

AuthenticationManager::getProvider() — Method in class AuthenticationManager

Returns the id of the authentication provider for a request.

AuthenticationManager::getChallenger() — Method in class AuthenticationManager

Returns the ID of the challenge provider for a request.

BlockManager::getType() — Method in class BlockManager
{@inheritdoc}
BlockManager::getSortedDefinitions() — Method in class BlockManager

Gets sorted plugin definitions.

BlockManager::getFallbackPluginId() — Method in class BlockManager

Gets a fallback id for a missing plugin.

BlockPluginInterface::getMachineNameSuggestion() — Method in class BlockPluginInterface

Suggests a machine name to identify an instance of this block.

BlockPluginTrait::getConfiguration() — Method in class BlockPluginTrait
{@inheritdoc}
BlockPluginTrait::getMachineNameSuggestion() — Method in class BlockPluginTrait
{@inheritdoc}
BlockPluginTrait::getPreviewFallbackString() — Method in class BlockPluginTrait
{@inheritdoc}
Breadcrumb::getLinks() — Method in class Breadcrumb

Gets the breadcrumb links.

BreadcrumbManager::getSortedBuilders() — Method in class BreadcrumbManager

Returns the sorted array of breadcrumb builders.

ApcuBackend::getApcuKey() — Method in class ApcuBackend

Prepends the APCu user variable prefix for this bin to a cache item ID.

ApcuBackend::get() — Method in class ApcuBackend

Returns data from the persistent cache.

ApcuBackend::getMultiple() — Method in class ApcuBackend

Returns data from the persistent cache when given an array of cache IDs.

ApcuBackend::getAll() — Method in class ApcuBackend

Returns all cached items, optionally limited by a cache ID prefix.

ApcuBackend::garbageCollection() — Method in class ApcuBackend

Performs garbage collection on a cache bin.

ApcuBackend::getIterator() — Method in class ApcuBackend

Instantiates and returns the APCUIterator class.

ApcuBackendFactory::get() — Method in class ApcuBackendFactory

Gets ApcuBackend for the specified cache bin.

BackendChain::get() — Method in class BackendChain

Returns data from the persistent cache.

BackendChain::getMultiple() — Method in class BackendChain

Returns data from the persistent cache when given an array of cache IDs.

BackendChain::garbageCollection() — Method in class BackendChain

Performs garbage collection on a cache bin.

Cache::getBins() — Method in class Cache

Gets all cache bin services.

CacheBackendInterface::get() — Method in class CacheBackendInterface

Returns data from the persistent cache.

CacheBackendInterface::getMultiple() — Method in class CacheBackendInterface

Returns data from the persistent cache when given an array of cache IDs.

CacheBackendInterface::garbageCollection() — Method in class CacheBackendInterface

Performs garbage collection on a cache bin.

CacheCollector::getCid() — Method in class CacheCollector

Gets the cache ID.

CacheCollector::get() — Method in class CacheCollector

Gets value from the cache.

CacheCollectorInterface::get() — Method in class CacheCollectorInterface

Gets value from the cache.

CacheFactory::get() — Method in class CacheFactory

Instantiates a cache backend class for a given cache bin.

CacheFactoryInterface::get() — Method in class CacheFactoryInterface

Gets a cache backend class for a given cache bin.

CacheTagsChecksumInterface::getCurrentChecksum() — Method in class CacheTagsChecksumInterface

Returns the sum total of validations for a given set of tags.

CacheTagsChecksumTrait::getCurrentChecksum() — Method in class CacheTagsChecksumTrait

Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum()

CacheTagsChecksumTrait::getTagInvalidationCounts() — Method in class CacheTagsChecksumTrait

Fetches invalidation counts for cache tags.

CacheTagsChecksumTrait::getDatabaseConnection() — Method in class CacheTagsChecksumTrait

Returns the database connection.

CacheTagsInvalidator::getInvalidatorCacheBins() — Method in class CacheTagsInvalidator

Returns all cache bins that need to be notified about invalidations.

CacheableDependencyInterface::getCacheContexts() — Method in class CacheableDependencyInterface

The cache contexts associated with this object.

CacheableDependencyInterface::getCacheTags() — Method in class CacheableDependencyInterface

The cache tags associated with this object.

CacheableDependencyInterface::getCacheMaxAge() — Method in class CacheableDependencyInterface

The maximum age for which this object may be cached.

CacheableDependencyTrait::getCacheTags() — Method in class CacheableDependencyTrait
{@inheritdoc}
CacheableDependencyTrait::getCacheContexts() — Method in class CacheableDependencyTrait
{@inheritdoc}
CacheableDependencyTrait::getCacheMaxAge() — Method in class CacheableDependencyTrait
{@inheritdoc}
CacheableMetadata::getCacheTags() — Method in class CacheableMetadata

The cache tags associated with this object.

CacheableMetadata::getCacheContexts() — Method in class CacheableMetadata

The cache contexts associated with this object.

CacheableMetadata::getCacheMaxAge() — Method in class CacheableMetadata

The maximum age for which this object may be cached.

CacheableResponseInterface::getCacheableMetadata() — Method in class CacheableResponseInterface

Returns the cacheability metadata for this response.

CacheableResponseTrait::getCacheableMetadata() — Method in class CacheableResponseTrait
{@inheritdoc}
ChainedFastBackend::get() — Method in class ChainedFastBackend

Returns data from the persistent cache.

ChainedFastBackend::getMultiple() — Method in class ChainedFastBackend

Returns data from the persistent cache when given an array of cache IDs.

ChainedFastBackend::garbageCollection() — Method in class ChainedFastBackend

Performs garbage collection on a cache bin.

ChainedFastBackend::getLastWriteTimestamp() — Method in class ChainedFastBackend

Gets the last write timestamp.

ChainedFastBackendFactory::get() — Method in class ChainedFastBackendFactory

Instantiates a chained, fast cache backend class for a given cache bin.

AccountPermissionsCacheContext::getLabel() — Method in class AccountPermissionsCacheContext

Returns the label of the cache context.

AccountPermissionsCacheContext::getContext() — Method in class AccountPermissionsCacheContext

Returns the string representation of the cache context.

AccountPermissionsCacheContext::getCacheableMetadata() — Method in class AccountPermissionsCacheContext

Gets the cacheability metadata for the context.

CacheContextInterface::getLabel() — Method in class CacheContextInterface

Returns the label of the cache context.

CacheContextInterface::getContext() — Method in class CacheContextInterface

Returns the string representation of the cache context.

CacheContextInterface::getCacheableMetadata() — Method in class CacheContextInterface

Gets the cacheability metadata for the context.

CacheContextsManager::getAll() — Method in class CacheContextsManager

Provides an array of available cache contexts.

CacheContextsManager::getLabels() — Method in class CacheContextsManager

Provides an array of available cache context labels.

CacheContextsManager::getService() — Method in class CacheContextsManager

Retrieves a cache context service from the container.

CalculatedCacheContextInterface::getLabel() — Method in class CalculatedCacheContextInterface

Returns the label of the cache context.

CalculatedCacheContextInterface::getContext() — Method in class CalculatedCacheContextInterface

Returns the string representation of the cache context.

CalculatedCacheContextInterface::getCacheableMetadata() — Method in class CalculatedCacheContextInterface

Gets the cacheability metadata for the context based on the parameter value.

ContextCacheKeys::getKeys() — Method in class ContextCacheKeys

Gets the generated cache keys.

CookiesCacheContext::getLabel() — Method in class CookiesCacheContext

Returns the label of the cache context.

CookiesCacheContext::getContext() — Method in class CookiesCacheContext

Returns the string representation of the cache context.

CookiesCacheContext::getCacheableMetadata() — Method in class CookiesCacheContext

Gets the cacheability metadata for the context based on the parameter value.

HeadersCacheContext::getLabel() — Method in class HeadersCacheContext

Returns the label of the cache context.

HeadersCacheContext::getContext() — Method in class HeadersCacheContext

Returns the string representation of the cache context.

HeadersCacheContext::getCacheableMetadata() — Method in class HeadersCacheContext

Gets the cacheability metadata for the context based on the parameter value.

IpCacheContext::getLabel() — Method in class IpCacheContext

Returns the label of the cache context.

IpCacheContext::getContext() — Method in class IpCacheContext

Returns the string representation of the cache context.

IpCacheContext::getCacheableMetadata() — Method in class IpCacheContext

Gets the cacheability metadata for the context.

IsFrontPathCacheContext::getLabel() — Method in class IsFrontPathCacheContext

Returns the label of the cache context.

IsFrontPathCacheContext::getContext() — Method in class IsFrontPathCacheContext

Returns the string representation of the cache context.

IsFrontPathCacheContext::getCacheableMetadata() — Method in class IsFrontPathCacheContext

Gets the cacheability metadata for the context.

IsSuperUserCacheContext::getLabel() — Method in class IsSuperUserCacheContext

Returns the label of the cache context.

IsSuperUserCacheContext::getContext() — Method in class IsSuperUserCacheContext

Returns the string representation of the cache context.

IsSuperUserCacheContext::getCacheableMetadata() — Method in class IsSuperUserCacheContext

Gets the cacheability metadata for the context.

LanguagesCacheContext::getLabel() — Method in class LanguagesCacheContext

Returns the label of the cache context.

LanguagesCacheContext::getContext() — Method in class LanguagesCacheContext

Returns the string representation of the cache context.

LanguagesCacheContext::getCacheableMetadata() — Method in class LanguagesCacheContext

Gets the cacheability metadata for the context based on the parameter value.

MenuActiveTrailsCacheContext::getLabel() — Method in class MenuActiveTrailsCacheContext

Returns the label of the cache context.

MenuActiveTrailsCacheContext::getContext() — Method in class MenuActiveTrailsCacheContext

Returns the string representation of the cache context.

MenuActiveTrailsCacheContext::getCacheableMetadata() — Method in class MenuActiveTrailsCacheContext

Gets the cacheability metadata for the context based on the parameter value.

PagersCacheContext::getLabel() — Method in class PagersCacheContext

Returns the label of the cache context.

PagersCacheContext::getContext() — Method in class PagersCacheContext

Returns the string representation of the cache context.

PagersCacheContext::getCacheableMetadata() — Method in class PagersCacheContext

Gets the cacheability metadata for the context based on the parameter value.

PathCacheContext::getLabel() — Method in class PathCacheContext

Returns the label of the cache context.

PathCacheContext::getContext() — Method in class PathCacheContext

Returns the string representation of the cache context.

PathCacheContext::getCacheableMetadata() — Method in class PathCacheContext

Gets the cacheability metadata for the context.

PathParentCacheContext::getLabel() — Method in class PathParentCacheContext

Returns the label of the cache context.

PathParentCacheContext::getContext() — Method in class PathParentCacheContext

Returns the string representation of the cache context.

PathParentCacheContext::getCacheableMetadata() — Method in class PathParentCacheContext

Gets the cacheability metadata for the context.

ProtocolVersionCacheContext::getLabel() — Method in class ProtocolVersionCacheContext

Returns the label of the cache context.

ProtocolVersionCacheContext::getContext() — Method in class ProtocolVersionCacheContext

Returns the string representation of the cache context.

ProtocolVersionCacheContext::getCacheableMetadata() — Method in class ProtocolVersionCacheContext

Gets the cacheability metadata for the context.

QueryArgsCacheContext::getLabel() — Method in class QueryArgsCacheContext

Returns the label of the cache context.

QueryArgsCacheContext::getContext() — Method in class QueryArgsCacheContext

Returns the string representation of the cache context.

QueryArgsCacheContext::getCacheableMetadata() — Method in class QueryArgsCacheContext

Gets the cacheability metadata for the context based on the parameter value.

RequestFormatCacheContext::getLabel() — Method in class RequestFormatCacheContext
{@inheritdoc}
RequestFormatCacheContext::getContext() — Method in class RequestFormatCacheContext
{@inheritdoc}
RequestFormatCacheContext::getCacheableMetadata() — Method in class RequestFormatCacheContext
{@inheritdoc}
RouteCacheContext::getLabel() — Method in class RouteCacheContext

Returns the label of the cache context.

RouteCacheContext::getContext() — Method in class RouteCacheContext

Returns the string representation of the cache context.

RouteCacheContext::getCacheableMetadata() — Method in class RouteCacheContext

Gets the cacheability metadata for the context.

RouteNameCacheContext::getLabel() — Method in class RouteNameCacheContext

Returns the label of the cache context.

RouteNameCacheContext::getContext() — Method in class RouteNameCacheContext

Returns the string representation of the cache context.

SessionCacheContext::getLabel() — Method in class SessionCacheContext
{@inheritdoc}
SessionCacheContext::getContext() — Method in class SessionCacheContext
{@inheritdoc}
SessionExistsCacheContext::getLabel() — Method in class SessionExistsCacheContext

Returns the label of the cache context.

SessionExistsCacheContext::getContext() — Method in class SessionExistsCacheContext

Returns the string representation of the cache context.

SessionExistsCacheContext::getCacheableMetadata() — Method in class SessionExistsCacheContext

Gets the cacheability metadata for the context.

SiteCacheContext::getLabel() — Method in class SiteCacheContext

Returns the label of the cache context.

SiteCacheContext::getContext() — Method in class SiteCacheContext

Returns the string representation of the cache context.

SiteCacheContext::getCacheableMetadata() — Method in class SiteCacheContext

Gets the cacheability metadata for the context.

ThemeCacheContext::getLabel() — Method in class ThemeCacheContext

Returns the label of the cache context.

ThemeCacheContext::getContext() — Method in class ThemeCacheContext

Returns the string representation of the cache context.

ThemeCacheContext::getCacheableMetadata() — Method in class ThemeCacheContext

Gets the cacheability metadata for the context.

TimeZoneCacheContext::getLabel() — Method in class TimeZoneCacheContext

Returns the label of the cache context.

TimeZoneCacheContext::getContext() — Method in class TimeZoneCacheContext

Returns the string representation of the cache context.

TimeZoneCacheContext::getCacheableMetadata() — Method in class TimeZoneCacheContext

Gets the cacheability metadata for the context.

UrlCacheContext::getLabel() — Method in class UrlCacheContext

Returns the label of the cache context.

UrlCacheContext::getContext() — Method in class UrlCacheContext

Returns the string representation of the cache context.

UrlCacheContext::getCacheableMetadata() — Method in class UrlCacheContext

Gets the cacheability metadata for the context.

UserCacheContext::getLabel() — Method in class UserCacheContext

Returns the label of the cache context.

UserCacheContext::getContext() — Method in class UserCacheContext

Returns the string representation of the cache context.

UserCacheContext::getCacheableMetadata() — Method in class UserCacheContext

Gets the cacheability metadata for the context.

UserRolesCacheContext::getLabel() — Method in class UserRolesCacheContext

Returns the label of the cache context.

UserRolesCacheContext::getContext() — Method in class UserRolesCacheContext

Returns the string representation of the cache context.

UserRolesCacheContext::getCacheableMetadata() — Method in class UserRolesCacheContext

Gets the cacheability metadata for the context based on the parameter value.

DatabaseBackend::get() — Method in class DatabaseBackend

Returns data from the persistent cache.

DatabaseBackend::getMultiple() — Method in class DatabaseBackend

Returns data from the persistent cache when given an array of cache IDs.

DatabaseBackend::garbageCollection() — Method in class DatabaseBackend

Performs garbage collection on a cache bin.

DatabaseBackend::getMaxRows() — Method in class DatabaseBackend

The maximum number of rows that this cache bin table is allowed to store.

DatabaseBackendFactory::get() — Method in class DatabaseBackendFactory

Gets DatabaseBackend for the specified cache bin.

DatabaseBackendFactory::getMaxRowsForBin() — Method in class DatabaseBackendFactory

Gets the max rows for the specified cache bin.

DatabaseCacheTagsChecksum::getTagInvalidationCounts() — Method in class DatabaseCacheTagsChecksum
{@inheritdoc}
DatabaseCacheTagsChecksum::getDatabaseConnection() — Method in class DatabaseCacheTagsChecksum
{@inheritdoc}
MemoryBackend::get() — Method in class MemoryBackend

Returns data from the persistent cache.

MemoryBackend::getMultiple() — Method in class MemoryBackend

Returns data from the persistent cache when given an array of cache IDs.

MemoryBackend::garbageCollection() — Method in class MemoryBackend

Performs garbage collection on a cache bin.

MemoryBackend::getRequestTime() — Method in class MemoryBackend

Wrapper method for REQUEST_TIME constant.

MemoryBackendFactory::get() — Method in class MemoryBackendFactory

Gets a cache backend class for a given cache bin.

MemoryCounterBackend::get() — Method in class MemoryCounterBackend

Returns data from the persistent cache.

MemoryCounterBackend::getCounter() — Method in class MemoryCounterBackend

Returns the call counter for the get, set and delete methods.

MemoryCounterBackendFactory::get() — Method in class MemoryCounterBackendFactory

Gets a cache backend class for a given cache bin.

NullBackend::get() — Method in class NullBackend

Returns data from the persistent cache.

NullBackend::getMultiple() — Method in class NullBackend

Returns data from the persistent cache when given an array of cache IDs.

NullBackend::garbageCollection() — Method in class NullBackend

Performs garbage collection on a cache bin.

NullBackendFactory::get() — Method in class NullBackendFactory

Gets a cache backend class for a given cache bin.

PhpBackend::get() — Method in class PhpBackend

Returns data from the persistent cache.

PhpBackend::getByHash() — Method in class PhpBackend

Fetch a cache item using a hashed cache ID.

PhpBackend::getMultiple() — Method in class PhpBackend

Returns data from the persistent cache when given an array of cache IDs.

PhpBackend::garbageCollection() — Method in class PhpBackend

Performs garbage collection on a cache bin.

PhpBackendFactory::get() — Method in class PhpBackendFactory

Gets PhpBackend for the specified cache bin.

UncacheableDependencyTrait::getCacheContexts() — Method in class UncacheableDependencyTrait
{@inheritdoc}
UncacheableDependencyTrait::getCacheTags() — Method in class UncacheableDependencyTrait
{@inheritdoc}
UncacheableDependencyTrait::getCacheMaxAge() — Method in class UncacheableDependencyTrait
{@inheritdoc}
UnchangingCacheableDependencyTrait::getCacheContexts() — Method in class UnchangingCacheableDependencyTrait
{@inheritdoc}
UnchangingCacheableDependencyTrait::getCacheTags() — Method in class UnchangingCacheableDependencyTrait
{@inheritdoc}
UnchangingCacheableDependencyTrait::getCacheMaxAge() — Method in class UnchangingCacheableDependencyTrait
{@inheritdoc}
DbCommandBase::getDatabaseConnection() — Method in class DbCommandBase

Parse input options decide on a database.

DbDumpApplication::getCommandName() — Method in class DbDumpApplication
{@inheritdoc}
DbDumpApplication::getDefaultCommands() — Method in class DbDumpApplication
{@inheritdoc}
DbDumpApplication::getDefinition() — Method in class DbDumpApplication
{@inheritdoc}
DbDumpCommand::generateScript() — Method in class DbDumpCommand

Generates the database script.

DbDumpCommand::getTables() — Method in class DbDumpCommand

Returns a list of tables, not including those set to be excluded.

DbDumpCommand::getTableSchema() — Method in class DbDumpCommand

Returns a schema array for a given table.

DbDumpCommand::getTableIndexes() — Method in class DbDumpCommand

Adds primary key, unique keys, and index information to the schema.

DbDumpCommand::getTableCollation() — Method in class DbDumpCommand

Set the table collation.

DbDumpCommand::getTableData() — Method in class DbDumpCommand

Gets all data from a given table.

DbDumpCommand::getFieldOrder() — Method in class DbDumpCommand

Gets field ordering for a given table.

DbDumpCommand::getTemplate() — Method in class DbDumpCommand

The script template.

DbDumpCommand::getTableScript() — Method in class DbDumpCommand

The part of the script for each table.

DbToolsApplication::getDefaultCommands() — Method in class DbToolsApplication
{@inheritdoc}
GenerateProxyClassApplicationClass in namespace Drupal\Core\Command

Provides a console command to generate proxy classes.

GenerateProxyClassApplication::getCommandName() — Method in class GenerateProxyClassApplication
{@inheritdoc}
GenerateProxyClassApplication::getDefaultCommands() — Method in class GenerateProxyClassApplication
{@inheritdoc}
GenerateProxyClassApplication::getDefinition() — Method in class GenerateProxyClassApplication
{@inheritdoc}
GenerateProxyClassCommandClass in namespace Drupal\Core\Command

Provides a console command to generate proxy classes.

GenerateThemeClass in namespace Drupal\Core\Command

Generates a new theme based on latest default markup.

InstallCommand::getSitePath() — Method in class InstallCommand

Gets the site path.

InstallCommand::getProfiles() — Method in class InstallCommand

Gets a list of profiles.

ServerCommand::getOneTimeLoginUrl() — Method in class ServerCommand

Gets a one time login URL for user 1.

ServerCommand::getSitePath() — Method in class ServerCommand

Gets the site path.

ConditionManager::getType() — Method in class ConditionManager
{@inheritdoc}
ConditionPluginBase::getConfiguration() — Method in class ConditionPluginBase

Gets this plugin's configuration.

ConditionPluginCollection::get() — Method in class ConditionPluginCollection

Gets a plugin instance, initializing it if necessary.

ConditionPluginCollection::getConfiguration() — Method in class ConditionPluginCollection

Gets the current configuration of all plugins in this collection.

ConditionPluginCollection::getConditionContexts() — Method in class ConditionPluginCollection

Gets the values for all defined contexts.

BootstrapConfigStorageFactory::get() — Method in class BootstrapConfigStorageFactory

Returns a configuration storage implementation.

BootstrapConfigStorageFactory::getDatabaseStorage() — Method in class BootstrapConfigStorageFactory

Returns a Database configuration storage implementation.

CachedStorage::getAllCollectionNames() — Method in class CachedStorage

Gets the existing collections.

CachedStorage::getCollectionName() — Method in class CachedStorage

Gets the name of the current collection the storage is using.

CachedStorage::getCacheKey() — Method in class CachedStorage

Returns a cache key for a configuration name using the collection.

CachedStorage::getCacheKeys() — Method in class CachedStorage

Returns a cache key map for an array of configuration names.

CachedStorage::getCollectionPrefix() — Method in class CachedStorage

Returns a cache ID prefix to use for the collection.

Config::get() — Method in class Config

Gets data from this configuration object.

Config::getRawData() — Method in class Config

Gets the raw data without overrides.

Config::getOriginal() — Method in class Config

Gets original data from this configuration object.

ConfigBase::getName() — Method in class ConfigBase

Returns the name of this configuration object.

ConfigBase::get() — Method in class ConfigBase

Gets data from this configuration object.

ConfigBase::getCacheContexts() — Method in class ConfigBase

The cache contexts associated with this object.

ConfigBase::getCacheTags() — Method in class ConfigBase

The cache tags associated with this object.

ConfigBase::getCacheMaxAge() — Method in class ConfigBase

The maximum age for which this object may be cached.

ConfigCollectionInfo::getCollectionNames() — Method in class ConfigCollectionInfo

Gets the list of possible collection names.

ConfigCollectionInfo::getOverrideService() — Method in class ConfigCollectionInfo

Gets the config factory override service responsible for the collection.

ConfigCrudEvent::getConfig() — Method in class ConfigCrudEvent

Gets configuration object.

ConfigFactory::getEditable() — Method in class ConfigFactory

Returns a mutable configuration object for a given name.

ConfigFactory::get() — Method in class ConfigFactory

Returns an immutable configuration object for a given name.

ConfigFactory::getCacheKeys() — Method in class ConfigFactory

The cache keys associated with the state of the config factory.

ConfigFactory::getConfigCacheKey() — Method in class ConfigFactory

Gets the static cache key for a given config name.

ConfigFactory::getConfigCacheKeys() — Method in class ConfigFactory

Gets all the cache keys that match the provided config name.

ConfigFactory::getSubscribedEvents() — Method in class ConfigFactory
{@inheritdoc}
ConfigFactoryInterface::get() — Method in class ConfigFactoryInterface

Returns an immutable configuration object for a given name.

ConfigFactoryInterface::getEditable() — Method in class ConfigFactoryInterface

Returns a mutable configuration object for a given name.

ConfigFactoryInterface::getCacheKeys() — Method in class ConfigFactoryInterface

The cache keys associated with the state of the config factory.

ConfigFactoryOverrideBase::getSubscribedEvents() — Method in class ConfigFactoryOverrideBase
{@inheritdoc}
ConfigFactoryOverrideInterface::getCacheSuffix() — Method in class ConfigFactoryOverrideInterface

The string to append to the configuration static cache name.

ConfigFactoryOverrideInterface::getCacheableMetadata() — Method in class ConfigFactoryOverrideInterface

Gets the cacheability metadata associated with the config factory override.

ConfigImportValidateEventSubscriberBase::getSubscribedEvents() — Method in class ConfigImportValidateEventSubscriberBase
{@inheritdoc}
ConfigImporter::getErrors() — Method in class ConfigImporter

Returns error messages created while running the import.

ConfigImporter::getStorageComparer() — Method in class ConfigImporter

Gets the configuration storage comparer.

ConfigImporter::getEmptyExtensionsProcessedList() — Method in class ConfigImporter

Gets an empty list of extensions to process.

ConfigImporter::getProcessedConfiguration() — Method in class ConfigImporter

Gets list of processed changes.

ConfigImporter::getUnprocessedConfiguration() — Method in class ConfigImporter

Gets a list of unprocessed changes for a given operation.

ConfigImporter::getProcessedExtensions() — Method in class ConfigImporter

Gets list of processed extension changes.

ConfigImporter::getExtensionChangelist() — Method in class ConfigImporter

Gets a list changes for extensions.

ConfigImporter::getUnprocessedExtensions() — Method in class ConfigImporter

Gets a list of unprocessed changes for extensions.

ConfigImporter::getNextExtensionOperation() — Method in class ConfigImporter

Gets the next extension operation to perform.

ConfigImporter::getNextConfigurationOperation() — Method in class ConfigImporter

Gets the next configuration operation to perform.

ConfigImporterEvent::getConfigImporter() — Method in class ConfigImporterEvent

Gets the config import object.

ConfigImporterEvent::getChangelist() — Method in class ConfigImporterEvent

Gets the list of changes that will be imported.

ConfigInstaller::getConfigToCreate() — Method in class ConfigInstaller

Gets configuration data from the provided storage to create.

ConfigInstaller::getSourceStorage() — Method in class ConfigInstaller

Gets the configuration storage that provides the default configuration.

ConfigInstaller::getActiveStorages() — Method in class ConfigInstaller

Gets the configuration storage that provides the active configuration.

ConfigInstaller::getMissingDependencies() — Method in class ConfigInstaller

Returns an array of missing dependencies for a config object.

ConfigInstaller::getEnabledExtensions() — Method in class ConfigInstaller

Gets the list of enabled extensions including both modules and themes.

ConfigInstaller::getProfileStorages() — Method in class ConfigInstaller

Gets the profile storage to use to check for profile overrides.

ConfigInstaller::getDefaultConfigDirectory() — Method in class ConfigInstaller

Gets an extension's default configuration directory.

ConfigInstallerInterface::getSourceStorage() — Method in class ConfigInstallerInterface

Gets the configuration storage that provides the default configuration.

ConfigManager::getEntityTypeIdByName() — Method in class ConfigManager

Returns the entity type of a configuration object.

ConfigManager::getEntityTypeManager() — Method in class ConfigManager

Gets the entity type manager.

ConfigManager::getConfigFactory() — Method in class ConfigManager

Gets the config factory.

ConfigManager::getConfigDependencyManager() — Method in class ConfigManager

Creates and populates a ConfigDependencyManager object.

ConfigManager::getConfigEntitiesToChangeOnDependencyRemoval() — Method in class ConfigManager

Lists which config entities to update and delete on removal of a dependency.

ConfigManager::getConfigCollectionInfo() — Method in class ConfigManager

Gets available collection information using the event system.

ConfigManagerInterface::getEntityTypeIdByName() — Method in class ConfigManagerInterface

Returns the entity type of a configuration object.

ConfigManagerInterface::getEntityTypeManager() — Method in class ConfigManagerInterface

Gets the entity type manager.

ConfigManagerInterface::getConfigFactory() — Method in class ConfigManagerInterface

Gets the config factory.

ConfigManagerInterface::getConfigDependencyManager() — Method in class ConfigManagerInterface

Creates and populates a ConfigDependencyManager object.

ConfigManagerInterface::getConfigEntitiesToChangeOnDependencyRemoval() — Method in class ConfigManagerInterface

Lists which config entities to update and delete on removal of a dependency.

ConfigManagerInterface::getConfigCollectionInfo() — Method in class ConfigManagerInterface

Gets available collection information using the event system.

ConfigModuleOverridesEvent::getNames() — Method in class ConfigModuleOverridesEvent

Gets configuration names.

ConfigModuleOverridesEvent::getLanguage() — Method in class ConfigModuleOverridesEvent

Gets configuration language.

ConfigModuleOverridesEvent::getOverrides() — Method in class ConfigModuleOverridesEvent

Get configuration overrides.

ConfigRenameEvent::getOldName() — Method in class ConfigRenameEvent

Gets the old configuration object name.

DatabaseStorage::getCollectionName() — Method in class DatabaseStorage

Gets the name of the current collection the storage is using.

DatabaseStorage::getAllCollectionNames() — Method in class DatabaseStorage

Gets the existing collections.

ConfigSchemaChecker::getSubscribedEvents() — Method in class ConfigSchemaChecker
{@inheritdoc}
$ ConfigDependencyManager#graphProperty in class ConfigDependencyManager

The directed acyclic graph.

ConfigDependencyManager::getDependentEntities() — Method in class ConfigDependencyManager

Gets dependencies.

ConfigDependencyManager::getGraph() — Method in class ConfigDependencyManager

Gets the dependency graph of all the config entities.

ConfigEntityBase::getOriginalId() — Method in class ConfigEntityBase

Gets the original ID.

ConfigEntityBase::get() — Method in class ConfigEntityBase

Returns the value of a property.

ConfigEntityBase::getTypedConfig() — Method in class ConfigEntityBase

Gets the typed config manager.

ConfigEntityBase::getCacheTagsToInvalidate() — Method in class ConfigEntityBase

Returns the cache tags that should be used to invalidate caches.

ConfigEntityBase::getDependencies() — Method in class ConfigEntityBase

Gets the configuration dependencies.

ConfigEntityBase::getConfigDependencyName() — Method in class ConfigEntityBase

Gets the configuration dependency name.

ConfigEntityBase::getConfigTarget() — Method in class ConfigEntityBase

Gets the configuration target identifier for the entity.

ConfigEntityBase::getThirdPartySetting() — Method in class ConfigEntityBase

Gets the value of a third-party setting.

ConfigEntityBase::getThirdPartySettings() — Method in class ConfigEntityBase

Gets all third-party settings of a given module.

ConfigEntityBase::getThirdPartyProviders() — Method in class ConfigEntityBase

Gets the list of third parties that store information.

ConfigEntityBase::getConfigManager() — Method in class ConfigEntityBase

Gets the configuration manager.

ConfigEntityDependency::getDependencies() — Method in class ConfigEntityDependency

Gets the configuration entity's dependencies of the supplied type.

ConfigEntityDependency::getConfigDependencyName() — Method in class ConfigEntityDependency

Gets the configuration entity's configuration dependency name.

ConfigEntityInterface::get() — Method in class ConfigEntityInterface

Returns the value of a property.

ConfigEntityInterface::getDependencies() — Method in class ConfigEntityInterface

Gets the configuration dependencies.

ConfigEntityListBuilder::getDefaultOperations() — Method in class ConfigEntityListBuilder

Gets this list's default operations.

ConfigEntityStorage::getPrefix() — Method in class ConfigEntityStorage

Returns the prefix used to create the configuration name.

ConfigEntityStorage::getIDFromConfigName() — Method in class ConfigEntityStorage

Extracts the configuration entity ID from the full configuration name.

ConfigEntityStorage::getQueryServiceName() — Method in class ConfigEntityStorage

Gets the name of the service for the query for this entity storage.

ConfigEntityStorageInterface::getIDFromConfigName() — Method in class ConfigEntityStorageInterface

Extracts the configuration entity ID from the full configuration name.

ConfigEntityType::getConfigPrefix() — Method in class ConfigEntityType

Gets the config prefix used by the configuration entity type.

ConfigEntityType::getBaseTable() — Method in class ConfigEntityType

Gets the name of the entity's base table.

ConfigEntityType::getRevisionDataTable() — Method in class ConfigEntityType

Gets the name of the entity's revision data table.

ConfigEntityType::getRevisionTable() — Method in class ConfigEntityType

Gets the name of the entity's revision table.

ConfigEntityType::getDataTable() — Method in class ConfigEntityType

Gets the name of the entity's data table.

ConfigEntityType::getConfigDependencyKey() — Method in class ConfigEntityType

Gets the key that is used to store configuration dependencies.

ConfigEntityType::getPropertiesToExport() — Method in class ConfigEntityType

Gets the config entity properties to export if declared on the annotation.

ConfigEntityType::getLookupKeys() — Method in class ConfigEntityType

Gets the keys that are available for fast lookup.

ConfigEntityTypeInterface::getConfigPrefix() — Method in class ConfigEntityTypeInterface

Gets the config prefix used by the configuration entity type.

ConfigEntityTypeInterface::getPropertiesToExport() — Method in class ConfigEntityTypeInterface

Gets the config entity properties to export if declared on the annotation.

ConfigEntityTypeInterface::getLookupKeys() — Method in class ConfigEntityTypeInterface

Gets the keys that are available for fast lookup.

Query::getConfigKeyStore() — Method in class Query

Gets the key value store used to store fast lookups.

QueryFactory::get() — Method in class QueryFactory

Instantiates an entity query for a given entity type.

QueryFactory::getAggregate() — Method in class QueryFactory

Instantiates an aggregation query object for a given entity type.

QueryFactory::getConfigKeyStore() — Method in class QueryFactory

Gets the key value store used to store fast lookups.

QueryFactory::getKeys() — Method in class QueryFactory

Creates lookup keys for configuration data.

QueryFactory::getValues() — Method in class QueryFactory

Finds all the values for a configuration key in a configuration object.

QueryFactory::getSubscribedEvents() — Method in class QueryFactory
{@inheritdoc}
ThirdPartySettingsInterface::getThirdPartySetting() — Method in class ThirdPartySettingsInterface

Gets the value of a third-party setting.

ThirdPartySettingsInterface::getThirdPartySettings() — Method in class ThirdPartySettingsInterface

Gets all third-party settings of a given module.

ThirdPartySettingsInterface::getThirdPartyProviders() — Method in class ThirdPartySettingsInterface

Gets the list of third parties that store information.

ExportStorageManager::getStorage() — Method in class ExportStorageManager

Get the config storage.

ExtensionInstallStorage::getAllFolders() — Method in class ExtensionInstallStorage

Returns a map of all config object names and their folders.

FileStorage::getFilePath() — Method in class FileStorage

Returns the path to the configuration file.

FileStorage::getFileExtension() — Method in class FileStorage

Returns the file extension used by the file storage for all configuration files.

FileStorage::getCollectionName() — Method in class FileStorage

Gets the name of the current collection the storage is using.

FileStorage::getAllCollectionNames() — Method in class FileStorage

Gets the existing collections.

FileStorage::getAllCollectionNamesHelper() — Method in class FileStorage

Helper function for getAllCollectionNames().

FileStorage::getCollectionDirectory() — Method in class FileStorage

Gets the directory for the collection.

FileStorageFactory::getSync() — Method in class FileStorageFactory

Returns a FileStorage object working with the sync config directory.

FinalMissingContentSubscriber::getSubscribedEvents() — Method in class FinalMissingContentSubscriber
{@inheritdoc}
MissingContentEvent::getMissingContent() — Method in class MissingContentEvent

Gets missing content information.

InstallStorage::getFilePath() — Method in class InstallStorage

Overrides Drupal\Core\Config\FileStorage::getFilePath().

InstallStorage::getAllFolders() — Method in class InstallStorage

Returns a map of all config object names and their folders.

InstallStorage::getComponentNames() — Method in class InstallStorage

Get all configuration names and folders for a list of modules or themes.

InstallStorage::getCoreNames() — Method in class InstallStorage

Get all configuration names and folders for Drupal core.

InstallStorage::getComponentFolder() — Method in class InstallStorage

Get folder inside each component that contains the files.

InstallStorage::getCoreFolder() — Method in class InstallStorage

Get folder inside Drupal core that contains the files.

ManagedStorage::getAllCollectionNames() — Method in class ManagedStorage

Gets the existing collections.

ManagedStorage::getCollectionName() — Method in class ManagedStorage

Gets the name of the current collection the storage is using.

ManagedStorage::getStorage() — Method in class ManagedStorage

Get the decorated storage from the manager if necessary.

MemoryStorage::getAllCollectionNames() — Method in class MemoryStorage

Gets the existing collections.

MemoryStorage::getCollectionName() — Method in class MemoryStorage

Gets the name of the current collection the storage is using.

NullStorage::getAllCollectionNames() — Method in class NullStorage

Gets the existing collections.

NullStorage::getCollectionName() — Method in class NullStorage

Gets the name of the current collection the storage is using.

PreExistingConfigException::getConfigObjects() — Method in class PreExistingConfigException

Gets the list of configuration objects that already exist.

PreExistingConfigException::getExtension() — Method in class PreExistingConfigException

Gets the name of the extension that is being installed.

ReadOnlyStorage::getAllCollectionNames() — Method in class ReadOnlyStorage

Gets the existing collections.

ReadOnlyStorage::getCollectionName() — Method in class ReadOnlyStorage

Gets the name of the current collection the storage is using.

ArrayElement::getAllKeys() — Method in class ArrayElement

Gets valid configuration data keys.

ArrayElement::getElementDefinition() — Method in class ArrayElement

Gets data definition object for contained element.

ArrayElement::get() — Method in class ArrayElement

Gets a contained typed configuration element.

ArrayElement::getElements() — Method in class ArrayElement

Gets an array of contained elements.

ArrayElement::getIterator() — Method in class ArrayElement
{@inheritdoc}
ArrayElement::getProperties() — Method in class ArrayElement

Gets an array of property objects.

ConfigSchemaDiscovery::getDefinitions() — Method in class ConfigSchemaDiscovery

Gets the definition of all plugins for this type.

Element::getTypedDataManager() — Method in class Element

Gets the typed configuration manager.

Mapping::getElementDefinition() — Method in class Mapping

Gets data definition object for contained element.

Sequence::getElementDefinition() — Method in class Sequence

Gets data definition object for contained element.

SequenceDataDefinition::getOrderBy() — Method in class SequenceDataDefinition

Gets the description of how the sequence should be sorted.

TypedConfigInterface::getElements() — Method in class TypedConfigInterface

Gets an array of contained elements.

TypedConfigInterface::get() — Method in class TypedConfigInterface

Gets a contained typed configuration element.

StorableConfigBase::getStorage() — Method in class StorableConfigBase

Retrieves the storage used to load and save this configuration object.

StorableConfigBase::getSchemaWrapper() — Method in class StorableConfigBase

Gets the schema wrapper for the whole configuration object.

StorageComparer::getSourceStorage() — Method in class StorageComparer

Gets the configuration source storage.

StorageComparer::getTargetStorage() — Method in class StorageComparer

Gets the configuration target storage.

StorageComparer::getEmptyChangelist() — Method in class StorageComparer

Gets an empty changelist.

StorageComparer::getChangelist() — Method in class StorageComparer

Gets the list of differences to import.

StorageComparer::getAndSortConfigData() — Method in class StorageComparer

Gets and sorts configuration data from the source and target storages.

StorageComparer::getAllCollectionNames() — Method in class StorageComparer

Gets the existing collections from both the target and source storage.

StorageComparerInterface::getSourceStorage() — Method in class StorageComparerInterface

Gets the configuration source storage.

StorageComparerInterface::getTargetStorage() — Method in class StorageComparerInterface

Gets the configuration target storage.

StorageComparerInterface::getEmptyChangelist() — Method in class StorageComparerInterface

Gets an empty changelist.

StorageComparerInterface::getChangelist() — Method in class StorageComparerInterface

Gets the list of differences to import.

StorageComparerInterface::getAllCollectionNames() — Method in class StorageComparerInterface

Gets the existing collections from both the target and source storage.

StorageInterface::getAllCollectionNames() — Method in class StorageInterface

Gets the existing collections.

StorageInterface::getCollectionName() — Method in class StorageInterface

Gets the name of the current collection the storage is using.

StorageManagerInterface::getStorage() — Method in class StorageManagerInterface

Get the config storage.

StorageTransformEvent::getStorage() — Method in class StorageTransformEvent

Returns the mutable storage ready to be read from and written to.

TypedConfigManager::getDiscovery() — Method in class TypedConfigManager

Gets the plugin discovery.

TypedConfigManager::get() — Method in class TypedConfigManager

Gets typed configuration data.

TypedConfigManager::getDefinitionWithReplacements() — Method in class TypedConfigManager

Gets a schema definition with replacements for dynamic names.

TypedConfigManager::getDefinition() — Method in class TypedConfigManager
{@inheritdoc}
TypedConfigManager::getFallbackName() — Method in class TypedConfigManager

Gets fallback configuration schema name.

TypedConfigManagerInterface::get() — Method in class TypedConfigManagerInterface

Gets typed configuration data.

TypedConfigManagerInterface::getDefinition() — Method in class TypedConfigManagerInterface

Gets a specific plugin definition.

UnmetDependenciesException::getConfigObjects() — Method in class UnmetDependenciesException

Gets the list of configuration objects that have unmet dependencies.

UnmetDependenciesException::getExtension() — Method in class UnmetDependenciesException

Gets the name of the extension that is being installed.

UnmetDependenciesException::getTranslatedMessage() — Method in class UnmetDependenciesException

Gets a translated message from the exception.

ControllerResolver::getControllerFromDefinition() — Method in class ControllerResolver

Returns the Controller instance with a given controller route definition.

ControllerResolver::getController() — Method in class ControllerResolver
{@inheritdoc}
ControllerResolverInterface::getControllerFromDefinition() — Method in class ControllerResolverInterface

Returns the Controller instance with a given controller route definition.

FormController::getContentResult() — Method in class FormController

Invokes the form and returns the result.

FormController::getFormArgument() — Method in class FormController

Extracts the form argument string from a request.

FormController::getFormObject() — Method in class FormController

Returns the object used to build the form.

HtmlFormController::getFormArgument() — Method in class HtmlFormController

Extracts the form argument string from a request.

HtmlFormController::getFormObject() — Method in class HtmlFormController

Returns the object used to build the form.

TitleResolver::getTitle() — Method in class TitleResolver

Returns a static or dynamic title for the route.

TitleResolverInterface::getTitle() — Method in class TitleResolverInterface

Returns a static or dynamic title for the route.

Connection::getConnectionOptions() — Method in class Connection

Returns the connection information for this connection object.

Connection::getUnprefixedTablesMap() — Method in class Connection

Gets a list of individually prefixed table names.

Connection::getFullQualifiedTableName() — Method in class Connection

Get a fully qualified table name.

Connection::getTarget() — Method in class Connection

Returns the target this connection is associated with.

Connection::getKey() — Method in class Connection

Returns the key this connection is associated with.

Connection::getLogger() — Method in class Connection

Gets the current logging object for this connection.

Connection::getDriverClass() — Method in class Connection

Gets the driver-specific override class if any for the specified class.

Connection::getSQLState() — Method in class Connection

Extracts the SQLSTATE error from the PDOException.

Connection::getProvider() — Method in class Connection

Get the module name of the module that is providing the database driver.

Connection::getPagerManager() — Method in class Connection

Get the pager manager service, if available.

Database::getLog() — Method in class Database

Retrieves the queries logged on for given logging key.

Database::getConnection() — Method in class Database

Gets the connection object for the specified database key and target.

Database::getConnectionInfo() — Method in class Database

Gets information on the specified database connection.

Database::getAllConnectionInfo() — Method in class Database

Gets connection information for all available databases.

Database::getConnectionInfoAsUrl() — Method in class Database

Gets database connection info as a URL.

Tasks::getFormOptions() — Method in class Tasks

Returns driver specific configuration options.

Tasks::getConnection() — Method in class Tasks

Returns the database connection.

Log::get() — Method in class Log

Retrieve the query log for the specified logging key so far.

Log::getDebugBacktrace() — Method in class Log

Gets the debug backtrace.

AlterableInterface::getMetaData() — Method in class AlterableInterface

Retrieves a given piece of metadata.

InsertTrait::getInsertPlaceholderFragment() — Method in class InsertTrait

Returns the query placeholders for values that will be inserted.

PagerSelectExtender::getCountQuery() — Method in class PagerSelectExtender

Retrieve the count query for this pager.

PagerSelectExtender::getElement() — Method in class PagerSelectExtender

Gets the element ID for this pager query.

Query::getComments() — Method in class Query

Returns a reference to the comments array for the query.

Query::getConnection() — Method in class Query

Gets the database connection to be used for the query.

$ Select#groupProperty in class Select

The fields by which to group.

Select::getMetaData() — Method in class Select

Retrieves a given piece of metadata.

Select::getFields() — Method in class Select

Returns a reference to the fields array for this query.

Select::getExpressions() — Method in class Select

Returns a reference to the expressions array for this query.

Select::getOrderBy() — Method in class Select

Returns a reference to the order by array for this query.

Select::getGroupBy() — Method in class Select

Returns a reference to the group-by array for this query.

Select::getTables() — Method in class Select

Returns a reference to the tables array for this query.

Select::getUnion() — Method in class Select

Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.

Select::getArguments() — Method in class Select

Compiles and returns an associative array of the arguments for this prepared statement.

Select::groupBy() — Method in class Select

Groups the result set by the specified field.

SelectExtender::getMetaData() — Method in class SelectExtender

Retrieves a given piece of metadata.

SelectExtender::getFields() — Method in class SelectExtender

Returns a reference to the fields array for this query.

SelectExtender::getExpressions() — Method in class SelectExtender

Returns a reference to the expressions array for this query.

SelectExtender::getOrderBy() — Method in class SelectExtender

Returns a reference to the order by array for this query.

SelectExtender::getGroupBy() — Method in class SelectExtender

Returns a reference to the group-by array for this query.

SelectExtender::getTables() — Method in class SelectExtender

Returns a reference to the tables array for this query.

SelectExtender::getUnion() — Method in class SelectExtender

Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.

SelectExtender::getArguments() — Method in class SelectExtender

Compiles and returns an associative array of the arguments for this prepared statement.

SelectExtender::groupBy() — Method in class SelectExtender

Groups the result set by the specified field.

SelectInterface::getFields() — Method in class SelectInterface

Returns a reference to the fields array for this query.

SelectInterface::getExpressions() — Method in class SelectInterface

Returns a reference to the expressions array for this query.

SelectInterface::getOrderBy() — Method in class SelectInterface

Returns a reference to the order by array for this query.

SelectInterface::getGroupBy() — Method in class SelectInterface

Returns a reference to the group-by array for this query.

SelectInterface::getTables() — Method in class SelectInterface

Returns a reference to the tables array for this query.

SelectInterface::getUnion() — Method in class SelectInterface

Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.

SelectInterface::getArguments() — Method in class SelectInterface

Compiles and returns an associative array of the arguments for this prepared statement.

SelectInterface::groupBy() — Method in class SelectInterface

Groups the result set by the specified field.

ReplicaKillSwitch::getSubscribedEvents() — Method in class ReplicaKillSwitch
{@inheritdoc}
Schema::getPrefixInfo() — Method in class Schema

Get information about the table name and schema from the prefix.

Schema::getFieldTypeMap() — Method in class Schema

Returns a mapping of Drupal schema field names to DB-native field types.

StatementInterface::getQueryString() — Method in class StatementInterface

Gets the query string of this statement.

StatementInterface::getConnectionTarget() — Method in class StatementInterface

Returns the target connection this statement is associated with.

StatementPrefetch::getConnectionTarget() — Method in class StatementPrefetch

Returns the target connection this statement is associated with.

StatementPrefetch::getStatement() — Method in class StatementPrefetch

Grab a PDOStatement object from a given query and its arguments.

StatementPrefetch::getQueryString() — Method in class StatementPrefetch

Gets the query string of this statement.

StatementWrapper::getClientStatement() — Method in class StatementWrapper

Returns the client-level database statement object.

StatementWrapper::getConnectionTarget() — Method in class StatementWrapper

Returns the target connection this statement is associated with.

StatementWrapper::getQueryString() — Method in class StatementWrapper

Gets the query string of this statement.

StatementWrapper::getIterator() — Method in class StatementWrapper
{@inheritdoc}
DateFormatInterface::getPattern() — Method in class DateFormatInterface

Gets the date pattern string for this format.

DateFormatter::getSampleDateFormats() — Method in class DateFormatter

Provides values for all date formatting characters for a given timestamp.

DateFormatterInterface::getSampleDateFormats() — Method in class DateFormatterInterface

Provides values for all date formatting characters for a given timestamp.

DateElementBase::getElementTitle() — Method in class DateElementBase

Returns the most relevant title of a datetime element.

Datelist::getInfo() — Method in class Datelist

Returns the element properties for this element.

Datetime::getInfo() — Method in class Datetime

Returns the element properties for this element.

Datetime::getHtml5DateFormat() — Method in class Datetime

Retrieves the right format for an HTML5 date element.

Datetime::getHtml5TimeFormat() — Method in class Datetime

Retrieves the right format for an HTML5 time element.

DateFormat::getPattern() — Method in class DateFormat

Gets the date pattern string for this format.

DateFormat::getCacheTagsToInvalidate() — Method in class DateFormat

Returns the cache tags that should be used to invalidate caches.

FormattedDateDiff::getString() — Method in class FormattedDateDiff
FormattedDateDiff::getCacheMaxAge() — Method in class FormattedDateDiff

The maximum age for which this object may be cached.

ClassResolver::getInstanceFromDefinition() — Method in class ClassResolver

Returns a class instance with a given class definition.

ClassResolverInterface::getInstanceFromDefinition() — Method in class ClassResolverInterface

Returns a class instance with a given class definition.

ContextAwareVariantInterface::getContexts() — Method in class ContextAwareVariantInterface

Gets the values for all defined contexts.

VariantBase::getWeight() — Method in class VariantBase

Returns the weight of the display variant.

VariantBase::getConfiguration() — Method in class VariantBase

Gets this plugin's configuration.

VariantInterface::getWeight() — Method in class VariantInterface

Returns the weight of the display variant.

DrupalKernel::guessApplicationRoot() — Method in class DrupalKernel

Determine the application root directory based on this file's location.

DrupalKernel::getSitePath() — Method in class DrupalKernel

Get the site path.

DrupalKernel::getAppRoot() — Method in class DrupalKernel

Gets the app root.

DrupalKernel::getContainer() — Method in class DrupalKernel

Gets the current container.

DrupalKernel::getCachedContainerDefinition() — Method in class DrupalKernel

Returns the cached container definition - if any.

DrupalKernel::getServiceProviders() — Method in class DrupalKernel

Returns all registered service providers.

DrupalKernel::getContainerCacheKey() — Method in class DrupalKernel

Returns the container cache key based on the environment.

DrupalKernel::getKernelParameters() — Method in class DrupalKernel

Returns the kernel parameters.

DrupalKernel::getServicesToPersist() — Method in class DrupalKernel

Returns service instances to persist from an old container to a new one.

DrupalKernel::getContainerBuilder() — Method in class DrupalKernel

Gets a new ContainerBuilder instance used to build the service container.

DrupalKernel::getHttpKernel() — Method in class DrupalKernel

Gets a http kernel from the container.

DrupalKernel::getConfigStorage() — Method in class DrupalKernel

Returns the active configuration storage to use during building the container.

DrupalKernel::getModulesParameter() — Method in class DrupalKernel

Returns an array of Extension class parameters for all enabled modules.

DrupalKernel::getModuleFileNames() — Method in class DrupalKernel

Gets the file name for each enabled module.

DrupalKernel::getModuleNamespacesPsr4() — Method in class DrupalKernel

Gets the PSR-4 base directories for module namespaces.

DrupalKernel::getInstallProfile() — Method in class DrupalKernel

Gets the active install profile.

DrupalKernelInterface::getServiceProviders() — Method in class DrupalKernelInterface

Returns all registered service providers.

DrupalKernelInterface::getContainer() — Method in class DrupalKernelInterface

Gets the current container.

DrupalKernelInterface::getCachedContainerDefinition() — Method in class DrupalKernelInterface

Returns the cached container definition - if any.

DrupalKernelInterface::getSitePath() — Method in class DrupalKernelInterface

Get the site path.

DrupalKernelInterface::getAppRoot() — Method in class DrupalKernelInterface

Gets the app root.

$ ConfigEntityType#groupProperty in class ConfigEntityType
{@inheritdoc}
ConfigEntityType::get() — Method in class ConfigEntityType

Gets the value of an annotation.

$ ContentEntityType#groupProperty in class ContentEntityType
{@inheritdoc}
ContentEntityType::get() — Method in class ContentEntityType

Gets the value of an annotation.

$ EntityReferenceSelection#groupProperty in class EntityReferenceSelection

The selection plugin group.

$ EntityType#groupProperty in class EntityType

The group machine name.

$ EntityType#group_labelProperty in class EntityType

The group label.

EntityType::get() — Method in class EntityType

Gets the value of an annotation.

BundleEntityStorageInterface::getBundleFromClass() — Method in class BundleEntityStorageInterface

Retrieves the bundle name for a provided class name.

BundlePermissionHandlerTrait::generatePermissions() — Method in class BundlePermissionHandlerTrait

Builds a permissions array for the supplied bundles.

ContentEntityBase::getLanguages() — Method in class ContentEntityBase
{@inheritdoc}
ContentEntityBase::getLoadedRevisionId() — Method in class ContentEntityBase

Gets the loaded Revision ID of the entity.

ContentEntityBase::getRevisionId() — Method in class ContentEntityBase

Gets the revision identifier of the entity.

ContentEntityBase::get() — Method in class ContentEntityBase

Gets a field item list.

ContentEntityBase::getTranslatedField() — Method in class ContentEntityBase

Gets a translated field.

ContentEntityBase::getFields() — Method in class ContentEntityBase

Gets an array of all field item lists.

ContentEntityBase::getTranslatableFields() — Method in class ContentEntityBase

Gets an array of field item lists for translatable fields.

ContentEntityBase::getIterator() — Method in class ContentEntityBase
{@inheritdoc}
ContentEntityBase::getFieldDefinition() — Method in class ContentEntityBase

Gets the definition of a contained field.

ContentEntityBase::getFieldDefinitions() — Method in class ContentEntityBase

Gets an array of field definitions of all contained fields.

ContentEntityBase::getTranslation() — Method in class ContentEntityBase

Gets a translation of the data.

ContentEntityBase::getUntranslated() — Method in class ContentEntityBase

Returns the translatable object referring to the original language.

ContentEntityBase::getTranslationStatus() — Method in class ContentEntityBase

Returns the translation status.

ContentEntityBase::getTranslationLanguages() — Method in class ContentEntityBase

Returns the languages the data is translated to.

ContentEntityBase::getEntityKey() — Method in class ContentEntityBase

Gets the value of the given entity key, if defined.

ContentEntityBase::getFieldsToSkipFromTranslationChangesCheck() — Method in class ContentEntityBase

Returns an array of field names to skip in ::hasTranslationChanges.

ContentEntityConfirmFormBase::getBaseFormId() — Method in class ContentEntityConfirmFormBase

Returns a string identifying the base form.

ContentEntityConfirmFormBase::getDescription() — Method in class ContentEntityConfirmFormBase

Returns additional text to display as a description.

ContentEntityConfirmFormBase::getConfirmText() — Method in class ContentEntityConfirmFormBase

Returns a caption for the button that confirms the action.

ContentEntityConfirmFormBase::getCancelText() — Method in class ContentEntityConfirmFormBase

Returns a caption for the link which cancels the action.

ContentEntityConfirmFormBase::getFormName() — Method in class ContentEntityConfirmFormBase

Returns the internal name used to refer to the confirmation item.

ContentEntityDeleteForm::getCancelUrl() — Method in class ContentEntityDeleteForm

Returns the route to go to if the user cancels the action.

ContentEntityDeleteForm::getDeletionMessage() — Method in class ContentEntityDeleteForm
{@inheritdoc}
ContentEntityDeleteForm::getQuestion() — Method in class ContentEntityDeleteForm

Returns the question to ask the user.

ContentEntityForm::getBundleEntity() — Method in class ContentEntityForm

Returns the bundle entity of the entity, or NULL if there is none.

ContentEntityForm::getEditedFieldNames() — Method in class ContentEntityForm

Gets the names of all fields edited in the form.

ContentEntityForm::getFormLangcode() — Method in class ContentEntityForm

Gets the code identifying the active form language.

ContentEntityForm::getFormDisplay() — Method in class ContentEntityForm

Gets the form display.

ContentEntityForm::getNewRevisionDefault() — Method in class ContentEntityForm

Should new revisions created on default.

ContentEntityFormInterface::getFormDisplay() — Method in class ContentEntityFormInterface

Gets the form display.

ContentEntityFormInterface::getFormLangcode() — Method in class ContentEntityFormInterface

Gets the code identifying the active form language.

ContentEntityNullStorage::getQueryServiceName() — Method in class ContentEntityNullStorage

Gets the name of the service for the query for this entity storage.

ContentEntityStorageBase::getBundleFromClass() — Method in class ContentEntityStorageBase

Retrieves the bundle name for a provided class name.

ContentEntityStorageBase::getBundleFromValues() — Method in class ContentEntityStorageBase

Retrieves the bundle from an array of values.

ContentEntityStorageBase::getEntityClass() — Method in class ContentEntityStorageBase

Retrieves the class name used to create the entity.

ContentEntityStorageBase::getRevisionTranslationMergeSkippedFieldNames() — Method in class ContentEntityStorageBase

Returns an array of field names to skip when merging revision translations.

ContentEntityStorageBase::getLatestRevisionId() — Method in class ContentEntityStorageBase

Returns the latest revision identifier for an entity.

ContentEntityStorageBase::getLatestTranslationAffectedRevisionId() — Method in class ContentEntityStorageBase

Returns the latest revision affecting the specified translation.

ContentEntityStorageBase::getFromPersistentCache() — Method in class ContentEntityStorageBase

Gets entities from the persistent cache backend.

ContentEntityType::getConfigDependencyKey() — Method in class ContentEntityType

Gets the key that is used to store configuration dependencies.

ContentEntityType::getRevisionMetadataKeys() — Method in class ContentEntityType

Gets an array of entity revision metadata keys.

ContentEntityType::getRevisionMetadataKey() — Method in class ContentEntityType

Gets a specific entity revision metadata key.

ContentEntityTypeInterface::getRevisionMetadataKeys() — Method in class ContentEntityTypeInterface

Gets an array of entity revision metadata keys.

ContentEntityTypeInterface::getRevisionMetadataKey() — Method in class ContentEntityTypeInterface

Gets a specific entity revision metadata key.

EntityDisplayInterface::getComponents() — Method in class EntityDisplayInterface

Gets the display options for all components.

EntityDisplayInterface::getComponent() — Method in class EntityDisplayInterface

Gets the display options set for a component.

EntityDisplayInterface::getHighestWeight() — Method in class EntityDisplayInterface

Gets the highest weight of the components in the display.

EntityDisplayInterface::getRenderer() — Method in class EntityDisplayInterface

Gets the renderer plugin for a field (e.g. widget, formatter).

EntityDisplayInterface::getTargetEntityTypeId() — Method in class EntityDisplayInterface

Gets the entity type for which this display is used.

EntityDisplayInterface::getMode() — Method in class EntityDisplayInterface

Gets the view or form mode to be displayed.

EntityDisplayInterface::getOriginalMode() — Method in class EntityDisplayInterface

Gets the original view or form mode that was requested.

EntityDisplayInterface::getTargetBundle() — Method in class EntityDisplayInterface

Gets the bundle to be displayed.

EntityAutocomplete::getInfo() — Method in class EntityAutocomplete

Returns the element properties for this element.

EntityAutocomplete::getEntityLabels() — Method in class EntityAutocomplete

Converts an array of entity objects into a string of entity labels.

EntityAccessControlHandler::getCache() — Method in class EntityAccessControlHandler

Tries to retrieve a previously cached access value from the static cache.

EntityAutocompleteMatcher::getMatches() — Method in class EntityAutocompleteMatcher

Gets matched labels based on a given search string.

EntityAutocompleteMatcherInterface::getMatches() — Method in class EntityAutocompleteMatcherInterface

Gets matched labels based on a given search string.

EntityBase::getEntityTypeId() — Method in class EntityBase

Gets the ID of the type of the entity.

EntityBase::getEntityType() — Method in class EntityBase

Gets the entity type definition.

EntityBase::getCacheContexts() — Method in class EntityBase

The cache contexts associated with this object.

EntityBase::getListCacheTagsToInvalidate() — Method in class EntityBase

The list cache tags to invalidate for this entity.

EntityBase::getCacheTagsToInvalidate() — Method in class EntityBase

Returns the cache tags that should be used to invalidate caches.

EntityBase::getCacheTags() — Method in class EntityBase

The cache tags associated with this object.

EntityBase::getCacheMaxAge() — Method in class EntityBase

The maximum age for which this object may be cached.

EntityBase::getOriginalId() — Method in class EntityBase

Gets the original ID.

EntityBase::getTypedData() — Method in class EntityBase

Gets a typed data object for this entity object.

EntityBase::getConfigDependencyKey() — Method in class EntityBase

Gets the key that is used to store configuration dependencies.

EntityBase::getConfigDependencyName() — Method in class EntityBase

Gets the configuration dependency name.

EntityBase::getConfigTarget() — Method in class EntityBase

Gets the configuration target identifier for the entity.

EntityChangedInterface::getChangedTime() — Method in class EntityChangedInterface

Gets the timestamp of the last entity change for the current translation.

EntityChangedInterface::getChangedTimeAcrossTranslations() — Method in class EntityChangedInterface

Gets the timestamp of the last entity change across all translations.

EntityChangedTrait::getChangedTimeAcrossTranslations() — Method in class EntityChangedTrait

Returns the timestamp of the last entity change across all translations.

EntityChangedTrait::getChangedTime() — Method in class EntityChangedTrait

Gets the timestamp of the last entity change for the current translation.

EntityChangesDetectionTrait::getFieldsToSkipFromTranslationChangesCheck() — Method in class EntityChangesDetectionTrait

Returns an array of field names to skip when checking for changes.

EntityConfirmFormBase::getBaseFormId() — Method in class EntityConfirmFormBase

Returns a string identifying the base form.

EntityConfirmFormBase::getDescription() — Method in class EntityConfirmFormBase

Returns additional text to display as a description.

EntityConfirmFormBase::getConfirmText() — Method in class EntityConfirmFormBase

Returns a caption for the button that confirms the action.

EntityConfirmFormBase::getCancelText() — Method in class EntityConfirmFormBase

Returns a caption for the link which cancels the action.

EntityConfirmFormBase::getFormName() — Method in class EntityConfirmFormBase

Returns the internal name used to refer to the confirmation item.

EntityConstraintViolationList::groupViolationOffsets() — Method in class EntityConstraintViolationList

Groups violation offsets by field and entity level.

EntityConstraintViolationList::getEntityViolations() — Method in class EntityConstraintViolationList

Gets violations flagged on entity level, not associated with any field.

EntityConstraintViolationList::getByField() — Method in class EntityConstraintViolationList

Gets the violations of the given field.

EntityConstraintViolationList::getByFields() — Method in class EntityConstraintViolationList

Gets the violations of the given fields.

EntityConstraintViolationList::getFieldNames() — Method in class EntityConstraintViolationList

Returns the names of all violated fields.

EntityConstraintViolationList::getEntity() — Method in class EntityConstraintViolationList

The entity which has been validated.

EntityConstraintViolationListInterface::getEntityViolations() — Method in class EntityConstraintViolationListInterface

Gets violations flagged on entity level, not associated with any field.

EntityConstraintViolationListInterface::getByField() — Method in class EntityConstraintViolationListInterface

Gets the violations of the given field.

EntityConstraintViolationListInterface::getByFields() — Method in class EntityConstraintViolationListInterface

Gets the violations of the given fields.

EntityConstraintViolationListInterface::getFieldNames() — Method in class EntityConstraintViolationListInterface

Returns the names of all violated fields.

EntityConstraintViolationListInterface::getEntity() — Method in class EntityConstraintViolationListInterface

The entity which has been validated.

EntityDefinitionUpdateManager::getChangeSummary() — Method in class EntityDefinitionUpdateManager

Gets a human readable summary of the detected changes.

EntityDefinitionUpdateManager::getEntityType() — Method in class EntityDefinitionUpdateManager

Returns an entity type definition ready to be manipulated.

EntityDefinitionUpdateManager::getEntityTypes() — Method in class EntityDefinitionUpdateManager

Returns all the entity type definitions, ready to be manipulated.

EntityDefinitionUpdateManager::getFieldStorageDefinition() — Method in class EntityDefinitionUpdateManager

Returns a field storage definition ready to be manipulated.

EntityDefinitionUpdateManager::getChangeList() — Method in class EntityDefinitionUpdateManager

Gets a list of changes to entity type and field storage definitions.

EntityDefinitionUpdateManagerInterface::getChangeSummary() — Method in class EntityDefinitionUpdateManagerInterface

Gets a human readable summary of the detected changes.

EntityDefinitionUpdateManagerInterface::getChangeList() — Method in class EntityDefinitionUpdateManagerInterface

Gets a list of changes to entity type and field storage definitions.

EntityDefinitionUpdateManagerInterface::getEntityType() — Method in class EntityDefinitionUpdateManagerInterface

Returns an entity type definition ready to be manipulated.

EntityDefinitionUpdateManagerInterface::getEntityTypes() — Method in class EntityDefinitionUpdateManagerInterface

Returns all the entity type definitions, ready to be manipulated.

EntityDefinitionUpdateManagerInterface::getFieldStorageDefinition() — Method in class EntityDefinitionUpdateManagerInterface

Returns a field storage definition ready to be manipulated.

EntityDeleteForm::getConfigManager() — Method in class EntityDeleteForm

Gets the configuration manager.

EntityDeleteForm::getConfigNamesToDelete() — Method in class EntityDeleteForm

Returns config names to delete for the deletion confirmation form.

EntityDeleteFormTrait::getEntity() — Method in class EntityDeleteFormTrait

Gets the entity of this form.

EntityDeleteFormTrait::getQuestion() — Method in class EntityDeleteFormTrait
{@inheritdoc}
EntityDeleteFormTrait::getConfirmText() — Method in class EntityDeleteFormTrait
{@inheritdoc}
EntityDeleteFormTrait::getDeletionMessage() — Method in class EntityDeleteFormTrait

Gets the message to display to the user after deleting the entity.

EntityDeleteFormTrait::getCancelUrl() — Method in class EntityDeleteFormTrait
{@inheritdoc}
EntityDeleteFormTrait::getRedirectUrl() — Method in class EntityDeleteFormTrait

Returns the URL where the user should be redirected after deletion.

EntityDescriptionInterface::getDescription() — Method in class EntityDescriptionInterface

Gets the entity description.

EntityDisplayBase::getTargetEntityTypeId() — Method in class EntityDisplayBase

Gets the entity type for which this display is used.

EntityDisplayBase::getMode() — Method in class EntityDisplayBase

Gets the view or form mode to be displayed.

EntityDisplayBase::getOriginalMode() — Method in class EntityDisplayBase

Gets the original view or form mode that was requested.

EntityDisplayBase::getTargetBundle() — Method in class EntityDisplayBase

Gets the bundle to be displayed.

EntityDisplayBase::getComponents() — Method in class EntityDisplayBase

Gets the display options for all components.

EntityDisplayBase::getComponent() — Method in class EntityDisplayBase

Gets the display options set for a component.

EntityDisplayBase::getHighestWeight() — Method in class EntityDisplayBase

Gets the highest weight of the components in the display.

EntityDisplayBase::getFieldDefinition() — Method in class EntityDisplayBase

Gets the field definition of a field.

EntityDisplayBase::getFieldDefinitions() — Method in class EntityDisplayBase

Gets the definitions of the fields that are candidate for display.

EntityDisplayBase::getPluginRemovedDependencies() — Method in class EntityDisplayBase

Returns the plugin dependencies being removed.

EntityDisplayBase::getDefaultRegion() — Method in class EntityDisplayBase

Gets the default region.

EntityDisplayBase::getLogger() — Method in class EntityDisplayBase

Provides the 'system' channel logger service.

EntityDisplayModeBase::getTargetType() — Method in class EntityDisplayModeBase

Gets the entity type this display mode is used for.

EntityDisplayModeInterface::getTargetType() — Method in class EntityDisplayModeInterface

Gets the entity type this display mode is used for.

EntityDisplayRepository::getAllViewModes() — Method in class EntityDisplayRepository

Gets the entity view mode info for all entity types.

EntityDisplayRepository::getViewModes() — Method in class EntityDisplayRepository

Gets the entity view mode info for a specific entity type.

EntityDisplayRepository::getAllFormModes() — Method in class EntityDisplayRepository

Gets the entity form mode info for all entity types.

EntityDisplayRepository::getFormModes() — Method in class EntityDisplayRepository

Gets the entity form mode info for a specific entity type.

EntityDisplayRepository::getAllDisplayModesByEntityType() — Method in class EntityDisplayRepository

Gets the entity display mode info for all entity types.

EntityDisplayRepository::getDisplayModesByEntityType() — Method in class EntityDisplayRepository

Gets the entity display mode info for a specific entity type.

EntityDisplayRepository::getViewModeOptions() — Method in class EntityDisplayRepository

Gets an array of view mode options.

EntityDisplayRepository::getFormModeOptions() — Method in class EntityDisplayRepository

Gets an array of form mode options.

EntityDisplayRepository::getViewModeOptionsByBundle() — Method in class EntityDisplayRepository

Returns an array of enabled view mode options by bundle.

EntityDisplayRepository::getFormModeOptionsByBundle() — Method in class EntityDisplayRepository

Returns an array of enabled form mode options by bundle.

EntityDisplayRepository::getDisplayModeOptions() — Method in class EntityDisplayRepository

Gets an array of display mode options.

EntityDisplayRepository::getDisplayModeOptionsByBundle() — Method in class EntityDisplayRepository

Returns an array of enabled display mode options by bundle.

EntityDisplayRepository::getViewDisplay() — Method in class EntityDisplayRepository

Returns the entity view display associated with a bundle and view mode.

EntityDisplayRepository::getFormDisplay() — Method in class EntityDisplayRepository

Returns the entity form display associated with a bundle and form mode.

EntityDisplayRepositoryInterface::getAllViewModes() — Method in class EntityDisplayRepositoryInterface

Gets the entity view mode info for all entity types.

EntityDisplayRepositoryInterface::getViewModes() — Method in class EntityDisplayRepositoryInterface

Gets the entity view mode info for a specific entity type.

EntityDisplayRepositoryInterface::getAllFormModes() — Method in class EntityDisplayRepositoryInterface

Gets the entity form mode info for all entity types.

EntityDisplayRepositoryInterface::getFormModes() — Method in class EntityDisplayRepositoryInterface

Gets the entity form mode info for a specific entity type.

EntityDisplayRepositoryInterface::getViewModeOptions() — Method in class EntityDisplayRepositoryInterface

Gets an array of view mode options.

EntityDisplayRepositoryInterface::getFormModeOptions() — Method in class EntityDisplayRepositoryInterface

Gets an array of form mode options.

EntityDisplayRepositoryInterface::getViewModeOptionsByBundle() — Method in class EntityDisplayRepositoryInterface

Returns an array of enabled view mode options by bundle.

EntityDisplayRepositoryInterface::getFormModeOptionsByBundle() — Method in class EntityDisplayRepositoryInterface

Returns an array of enabled form mode options by bundle.

EntityDisplayRepositoryInterface::getViewDisplay() — Method in class EntityDisplayRepositoryInterface

Returns the entity view display associated with a bundle and view mode.

EntityDisplayRepositoryInterface::getFormDisplay() — Method in class EntityDisplayRepositoryInterface

Returns the entity form display associated with a bundle and form mode.

EntityFieldManager::getBaseFieldDefinitions() — Method in class EntityFieldManager

Gets the base field definitions for a content entity type.

EntityFieldManager::getFieldDefinitions() — Method in class EntityFieldManager

Gets the field definitions for a specific bundle.

EntityFieldManager::getFieldStorageDefinitions() — Method in class EntityFieldManager

Gets the field storage definitions for a content entity type.

EntityFieldManager::getActiveFieldStorageDefinitions() — Method in class EntityFieldManager

Gets the active field storage definitions for a content entity type.

EntityFieldManager::getFieldMap() — Method in class EntityFieldManager

Gets a lightweight map of fields across bundles.

EntityFieldManager::getFieldMapByFieldType() — Method in class EntityFieldManager

Gets a lightweight map of fields across bundles filtered by field type.

EntityFieldManager::getExtraFields() — Method in class EntityFieldManager

Gets the "extra fields" for a bundle.

EntityFieldManagerInterface::getBaseFieldDefinitions() — Method in class EntityFieldManagerInterface

Gets the base field definitions for a content entity type.

EntityFieldManagerInterface::getFieldDefinitions() — Method in class EntityFieldManagerInterface

Gets the field definitions for a specific bundle.

EntityFieldManagerInterface::getFieldStorageDefinitions() — Method in class EntityFieldManagerInterface

Gets the field storage definitions for a content entity type.

EntityFieldManagerInterface::getFieldMap() — Method in class EntityFieldManagerInterface

Gets a lightweight map of fields across bundles.

EntityFieldManagerInterface::getFieldMapByFieldType() — Method in class EntityFieldManagerInterface

Gets a lightweight map of fields across bundles filtered by field type.

EntityFieldManagerInterface::getExtraFields() — Method in class EntityFieldManagerInterface

Gets the "extra fields" for a bundle.

EntityForm::getBaseFormId() — Method in class EntityForm

Returns a string identifying the base form.

EntityForm::getFormId() — Method in class EntityForm

Returns a unique string identifying the form.

EntityForm::getEntity() — Method in class EntityForm

Gets the form entity.

EntityForm::getEntityFromRouteMatch() — Method in class EntityForm

Determines which entity will be used by this form from a RouteMatch object.

EntityForm::getOperation() — Method in class EntityForm

Gets the operation identifying the form.

EntityFormBuilder::getForm() — Method in class EntityFormBuilder

Gets the built and processed entity form for the given entity.

EntityFormBuilderInterface::getForm() — Method in class EntityFormBuilderInterface

Gets the built and processed entity form for the given entity.

EntityFormInterface::getOperation() — Method in class EntityFormInterface

Gets the operation identifying the form.

EntityFormInterface::getEntity() — Method in class EntityFormInterface

Gets the form entity.

EntityFormInterface::getEntityFromRouteMatch() — Method in class EntityFormInterface

Determines which entity will be used by this form from a RouteMatch object.

EntityInterface::getEntityTypeId() — Method in class EntityInterface

Gets the ID of the type of the entity.

EntityInterface::getEntityType() — Method in class EntityInterface

Gets the entity type definition.

EntityInterface::getOriginalId() — Method in class EntityInterface

Gets the original ID.

EntityInterface::getCacheTagsToInvalidate() — Method in class EntityInterface

Returns the cache tags that should be used to invalidate caches.

EntityInterface::getTypedData() — Method in class EntityInterface

Gets a typed data object for this entity object.

EntityInterface::getConfigDependencyKey() — Method in class EntityInterface

Gets the key that is used to store configuration dependencies.

EntityInterface::getConfigDependencyName() — Method in class EntityInterface

Gets the configuration dependency name.

EntityInterface::getConfigTarget() — Method in class EntityInterface

Gets the configuration target identifier for the entity.

EntityLastInstalledSchemaRepository::getLastInstalledDefinition() — Method in class EntityLastInstalledSchemaRepository

Gets the entity type definition in its most recently installed state.

EntityLastInstalledSchemaRepository::getLastInstalledDefinitions() — Method in class EntityLastInstalledSchemaRepository

Gets the entity type definitions in their most recently installed state.

EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions() — Method in class EntityLastInstalledSchemaRepository

Gets the entity type's most recently installed field storage definitions.

EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition() — Method in class EntityLastInstalledSchemaRepositoryInterface

Gets the entity type definition in its most recently installed state.

EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinitions() — Method in class EntityLastInstalledSchemaRepositoryInterface

Gets the entity type definitions in their most recently installed state.

EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions() — Method in class EntityLastInstalledSchemaRepositoryInterface

Gets the entity type's most recently installed field storage definitions.

EntityListBuilder::getStorage() — Method in class EntityListBuilder

Gets the entity storage.

EntityListBuilder::getEntityIds() — Method in class EntityListBuilder

Loads entity IDs using a pager sorted by the entity id.

EntityListBuilder::getOperations() — Method in class EntityListBuilder

Provides an array of information to build a list of operation links.

EntityListBuilder::getDefaultOperations() — Method in class EntityListBuilder

Gets this list's default operations.

EntityListBuilder::getTitle() — Method in class EntityListBuilder

Gets the title of the page.

EntityListBuilderInterface::getStorage() — Method in class EntityListBuilderInterface

Gets the entity storage.

EntityListBuilderInterface::getOperations() — Method in class EntityListBuilderInterface

Provides an array of information to build a list of operation links.

SelectionInterface::getReferenceableEntities() — Method in class SelectionInterface

Gets the list of referenceable entities.

SelectionPluginBase::getConfiguration() — Method in class SelectionPluginBase

Gets this plugin's configuration.

SelectionPluginManager::getInstance() — Method in class SelectionPluginManager

Gets a preconfigured instance of a plugin.

SelectionPluginManager::getPluginId() — Method in class SelectionPluginManager

Gets the plugin ID for a given target entity type and base plugin ID.

SelectionPluginManager::getSelectionGroups() — Method in class SelectionPluginManager

Gets the selection plugins that can reference a specific entity type.

SelectionPluginManager::getSelectionHandler() — Method in class SelectionPluginManager

Gets the selection handler for a given entity_reference field.

SelectionPluginManager::getFallbackPluginId() — Method in class SelectionPluginManager

Gets a fallback id for a missing plugin.

SelectionPluginManagerInterface::getPluginId() — Method in class SelectionPluginManagerInterface

Gets the plugin ID for a given target entity type and base plugin ID.

SelectionPluginManagerInterface::getSelectionGroups() — Method in class SelectionPluginManagerInterface

Gets the selection plugins that can reference a specific entity type.

SelectionPluginManagerInterface::getSelectionHandler() — Method in class SelectionPluginManagerInterface

Gets the selection handler for a given entity_reference field.

EntityRepository::getTranslationFromContext() — Method in class EntityRepository

Gets the entity translation to be used in the given context.

EntityRepository::getActive() — Method in class EntityRepository

Retrieves the active entity variant matching the specified context.

EntityRepository::getActiveMultiple() — Method in class EntityRepository

Retrieves the active entity variants matching the specified context.

EntityRepository::getCanonical() — Method in class EntityRepository

Retrieves the canonical entity variant matching the specified context.

EntityRepository::getCanonicalMultiple() — Method in class EntityRepository

Retrieves the canonical entity variants matching the specified context.

EntityRepository::getContentLanguageFromContexts() — Method in class EntityRepository

Retrieves the current content language from the specified contexts.

EntityRepository::getLatestTranslationAffectedRevision() — Method in class EntityRepository

Returns the latest revision translation of the specified entity.

EntityRepositoryInterface::getTranslationFromContext() — Method in class EntityRepositoryInterface

Gets the entity translation to be used in the given context.

EntityRepositoryInterface::getActive() — Method in class EntityRepositoryInterface

Retrieves the active entity variant matching the specified context.

EntityRepositoryInterface::getActiveMultiple() — Method in class EntityRepositoryInterface

Retrieves the active entity variants matching the specified context.

EntityRepositoryInterface::getCanonical() — Method in class EntityRepositoryInterface

Retrieves the canonical entity variant matching the specified context.

EntityRepositoryInterface::getCanonicalMultiple() — Method in class EntityRepositoryInterface

Retrieves the canonical entity variants matching the specified context.

EntityResolverManager::getControllerClass() — Method in class EntityResolverManager

Gets the controller class using route defaults.

EntityResolverManager::getEntityTypes() — Method in class EntityResolverManager

Gets the list of all entity types.

EntityStorageBase::getEntityClass() — Method in class EntityStorageBase

Retrieves the class name used to create the entity.

EntityStorageBase::getEntityTypeId() — Method in class EntityStorageBase

Gets the entity type ID.

EntityStorageBase::getEntityType() — Method in class EntityStorageBase

Gets the entity type definition.

EntityStorageBase::getFromStaticCache() — Method in class EntityStorageBase

Gets entities from the static cache.

EntityStorageBase::getQuery() — Method in class EntityStorageBase

Gets an entity query instance.

EntityStorageBase::getAggregateQuery() — Method in class EntityStorageBase

Gets an aggregated query instance.

EntityStorageBase::getQueryServiceName() — Method in class EntityStorageBase

Gets the name of the service for the query for this entity storage.

EntityStorageBase::getEntitiesByClass() — Method in class EntityStorageBase

Indexes the given array of entities by their class name and ID.

EntityStorageInterface::getQuery() — Method in class EntityStorageInterface

Gets an entity query instance.

EntityStorageInterface::getAggregateQuery() — Method in class EntityStorageInterface

Gets an aggregated query instance.

EntityStorageInterface::getEntityTypeId() — Method in class EntityStorageInterface

Gets the entity type ID.

EntityStorageInterface::getEntityType() — Method in class EntityStorageInterface

Gets the entity type definition.

EntityStorageInterface::getEntityClass() — Method in class EntityStorageInterface

Retrieves the class name used to create the entity.

$ EntityType#groupProperty in class EntityType

The machine name of the entity type group.

$ EntityType#group_labelProperty in class EntityType

The human-readable name of the entity type group.

EntityType::get() — Method in class EntityType

Gets any arbitrary property.

EntityType::getKeys() — Method in class EntityType

Gets an array of entity keys.

EntityType::getKey() — Method in class EntityType

Gets a specific entity key.

EntityType::getOriginalClass() — Method in class EntityType

Gets the name of the original entity type class.

EntityType::getHandlerClasses() — Method in class EntityType

Gets an array of handlers.

EntityType::getHandlerClass() — Method in class EntityType
EntityType::getStorageClass() — Method in class EntityType

Gets the storage class.

EntityType::getFormClass() — Method in class EntityType

Gets the form class for a specific operation.

EntityType::getListBuilderClass() — Method in class EntityType

Gets the list class.

EntityType::getViewBuilderClass() — Method in class EntityType

Gets the view builder class.

EntityType::getRouteProviderClasses() — Method in class EntityType

Gets all the route provide handlers.

EntityType::getAccessControlClass() — Method in class EntityType

Gets the access control class.

EntityType::getAdminPermission() — Method in class EntityType

Gets the name of the default administrative permission.

EntityType::getPermissionGranularity() — Method in class EntityType

Gets the permission granularity level.

EntityType::getLinkTemplates() — Method in class EntityType

Gets the link templates using the URI template syntax.

EntityType::getLinkTemplate() — Method in class EntityType

Gets the link template for a given key.

EntityType::getBundleEntityType() — Method in class EntityType

Gets the name of the entity type which provides bundles.

EntityType::getBundleOf() — Method in class EntityType

Gets the entity type for which this entity provides bundles.

EntityType::getBundleLabel() — Method in class EntityType

Gets the label for the bundle.

EntityType::getBaseTable() — Method in class EntityType

Gets the name of the entity's base table.

EntityType::getRevisionDataTable() — Method in class EntityType

Gets the name of the entity's revision data table.

EntityType::getRevisionTable() — Method in class EntityType

Gets the name of the entity's revision table.

EntityType::getDataTable() — Method in class EntityType

Gets the name of the entity's data table.

EntityType::getLabel() — Method in class EntityType

Gets the human-readable name of the entity type.

EntityType::getCollectionLabel() — Method in class EntityType

Gets the uppercase plural form of the name of the entity type.

EntityType::getSingularLabel() — Method in class EntityType

Gets the indefinite singular form of the name of the entity type.

EntityType::getPluralLabel() — Method in class EntityType

Gets the indefinite plural form of the name of the entity type.

EntityType::getCountLabel() — Method in class EntityType

Gets the label's definite article form for use with a count of entities.

EntityType::getUriCallback() — Method in class EntityType

Gets a callable that can be used to provide the entity URI.

EntityType::getGroup() — Method in class EntityType

Gets the machine name of the entity type group.

EntityType::getGroupLabel() — Method in class EntityType

Gets the human-readable name of the entity type group.

EntityType::getListCacheContexts() — Method in class EntityType

The list cache contexts associated with this entity type.

EntityType::getListCacheTags() — Method in class EntityType

The list cache tags associated with this entity type.

EntityType::getConfigDependencyKey() — Method in class EntityType

Gets the key that is used to store configuration dependencies.

EntityType::getConstraints() — Method in class EntityType

Gets an array of validation constraints.

EntityType::getBundleConfigDependency() — Method in class EntityType

Gets the config dependency info for this entity, if any exists.

EntityTypeBundleInfo::getBundleInfo() — Method in class EntityTypeBundleInfo

Gets the bundle info of an entity type.

EntityTypeBundleInfo::getAllBundleInfo() — Method in class EntityTypeBundleInfo

Get the bundle info of all entity types.

EntityTypeBundleInfoInterface::getAllBundleInfo() — Method in class EntityTypeBundleInfoInterface

Get the bundle info of all entity types.

EntityTypeBundleInfoInterface::getBundleInfo() — Method in class EntityTypeBundleInfoInterface

Gets the bundle info of an entity type.

EntityTypeEvent::getEntityType() — Method in class EntityTypeEvent

The entity type the event refers to.

EntityTypeEvent::getOriginal() — Method in class EntityTypeEvent

The original entity type.

EntityTypeEventSubscriberTrait::getEntityTypeEvents() — Method in class EntityTypeEventSubscriberTrait

Gets the subscribed events.

EntityTypeInterface::get() — Method in class EntityTypeInterface

Gets any arbitrary property.

EntityTypeInterface::getOriginalClass() — Method in class EntityTypeInterface

Gets the name of the original entity type class.

EntityTypeInterface::getKeys() — Method in class EntityTypeInterface

Gets an array of entity keys.

EntityTypeInterface::getKey() — Method in class EntityTypeInterface

Gets a specific entity key.

EntityTypeInterface::getHandlerClass() — Method in class EntityTypeInterface
EntityTypeInterface::getHandlerClasses() — Method in class EntityTypeInterface

Gets an array of handlers.

EntityTypeInterface::getStorageClass() — Method in class EntityTypeInterface

Gets the storage class.

EntityTypeInterface::getFormClass() — Method in class EntityTypeInterface

Gets the form class for a specific operation.

EntityTypeInterface::getRouteProviderClasses() — Method in class EntityTypeInterface

Gets all the route provide handlers.

EntityTypeInterface::getListBuilderClass() — Method in class EntityTypeInterface

Gets the list class.

EntityTypeInterface::getViewBuilderClass() — Method in class EntityTypeInterface

Gets the view builder class.

EntityTypeInterface::getAccessControlClass() — Method in class EntityTypeInterface

Gets the access control class.

EntityTypeInterface::getAdminPermission() — Method in class EntityTypeInterface

Gets the name of the default administrative permission.

EntityTypeInterface::getPermissionGranularity() — Method in class EntityTypeInterface

Gets the permission granularity level.

EntityTypeInterface::getLinkTemplates() — Method in class EntityTypeInterface

Gets the link templates using the URI template syntax.

EntityTypeInterface::getLinkTemplate() — Method in class EntityTypeInterface

Gets the link template for a given key.

EntityTypeInterface::getBundleEntityType() — Method in class EntityTypeInterface

Gets the name of the entity type which provides bundles.

EntityTypeInterface::getBundleOf() — Method in class EntityTypeInterface

Gets the entity type for which this entity provides bundles.

EntityTypeInterface::getBundleLabel() — Method in class EntityTypeInterface

Gets the label for the bundle.

EntityTypeInterface::getBaseTable() — Method in class EntityTypeInterface

Gets the name of the entity's base table.

EntityTypeInterface::getRevisionDataTable() — Method in class EntityTypeInterface

Gets the name of the entity's revision data table.

EntityTypeInterface::getRevisionTable() — Method in class EntityTypeInterface

Gets the name of the entity's revision table.

EntityTypeInterface::getDataTable() — Method in class EntityTypeInterface

Gets the name of the entity's data table.

EntityTypeInterface::getLabel() — Method in class EntityTypeInterface

Gets the human-readable name of the entity type.

EntityTypeInterface::getCollectionLabel() — Method in class EntityTypeInterface

Gets the uppercase plural form of the name of the entity type.

EntityTypeInterface::getSingularLabel() — Method in class EntityTypeInterface

Gets the indefinite singular form of the name of the entity type.

EntityTypeInterface::getPluralLabel() — Method in class EntityTypeInterface

Gets the indefinite plural form of the name of the entity type.

EntityTypeInterface::getCountLabel() — Method in class EntityTypeInterface

Gets the label's definite article form for use with a count of entities.

EntityTypeInterface::getUriCallback() — Method in class EntityTypeInterface

Gets a callable that can be used to provide the entity URI.

EntityTypeInterface::getGroup() — Method in class EntityTypeInterface

Gets the machine name of the entity type group.

EntityTypeInterface::getGroupLabel() — Method in class EntityTypeInterface

Gets the human-readable name of the entity type group.

EntityTypeInterface::getListCacheContexts() — Method in class EntityTypeInterface

The list cache contexts associated with this entity type.

EntityTypeInterface::getListCacheTags() — Method in class EntityTypeInterface

The list cache tags associated with this entity type.

EntityTypeInterface::getConfigDependencyKey() — Method in class EntityTypeInterface

Gets the key that is used to store configuration dependencies.

EntityTypeInterface::getConstraints() — Method in class EntityTypeInterface

Gets an array of validation constraints.

EntityTypeInterface::getBundleConfigDependency() — Method in class EntityTypeInterface

Gets the config dependency info for this entity, if any exists.

EntityTypeManager::getDefinition() — Method in class EntityTypeManager
{@inheritdoc}
EntityTypeManager::getActiveDefinition() — Method in class EntityTypeManager

Gets the active definition for a content entity type.

EntityTypeManager::getStorage() — Method in class EntityTypeManager

Creates a new storage instance.

EntityTypeManager::getListBuilder() — Method in class EntityTypeManager

Creates a new entity list builder.

EntityTypeManager::getFormObject() — Method in class EntityTypeManager

Creates a new form instance.

EntityTypeManager::getRouteProviders() — Method in class EntityTypeManager

Gets all route provider instances.

EntityTypeManager::getViewBuilder() — Method in class EntityTypeManager

Creates a new view builder instance.

EntityTypeManager::getAccessControlHandler() — Method in class EntityTypeManager

Creates a new access control handler instance.

EntityTypeManager::getHandler() — Method in class EntityTypeManager

Returns a handler instance for the given entity type and handler.

EntityTypeManagerInterface::getAccessControlHandler() — Method in class EntityTypeManagerInterface

Creates a new access control handler instance.

EntityTypeManagerInterface::getStorage() — Method in class EntityTypeManagerInterface

Creates a new storage instance.

EntityTypeManagerInterface::getViewBuilder() — Method in class EntityTypeManagerInterface

Creates a new view builder instance.

EntityTypeManagerInterface::getListBuilder() — Method in class EntityTypeManagerInterface

Creates a new entity list builder.

EntityTypeManagerInterface::getFormObject() — Method in class EntityTypeManagerInterface

Creates a new form instance.

EntityTypeManagerInterface::getRouteProviders() — Method in class EntityTypeManagerInterface

Gets all route provider instances.

EntityTypeManagerInterface::getHandler() — Method in class EntityTypeManagerInterface

Returns a handler instance for the given entity type and handler.

EntityTypeManagerInterface::getDefinition() — Method in class EntityTypeManagerInterface

Gets a specific plugin definition.

EntityTypeManagerInterface::getDefinitions() — Method in class EntityTypeManagerInterface

Gets the definition of all plugins for this type.

EntityTypeRepository::getEntityTypeLabels() — Method in class EntityTypeRepository

Builds a list of entity type labels suitable for a Form API options list.

EntityTypeRepository::getEntityTypeFromClass() — Method in class EntityTypeRepository

Gets the entity type ID based on the class that is called on.

EntityTypeRepositoryInterface::getEntityTypeLabels() — Method in class EntityTypeRepositoryInterface

Builds a list of entity type labels suitable for a Form API options list.

EntityTypeRepositoryInterface::getEntityTypeFromClass() — Method in class EntityTypeRepositoryInterface

Gets the entity type ID based on the class that is called on.

EntityViewBuilder::getBuildDefaults() — Method in class EntityViewBuilder

Provides entity-specific defaults to the build process.

EntityViewBuilder::getCacheTags() — Method in class EntityViewBuilder

The cache tag associated with this entity view builder.

EntityViewBuilder::getSingleFieldDisplay() — Method in class EntityViewBuilder

Gets an EntityViewDisplay for rendering an individual field.

EntityViewBuilderInterface::getCacheTags() — Method in class EntityViewBuilderInterface

The cache tag associated with this entity view builder.

EntityFormDisplay::getRenderer() — Method in class EntityFormDisplay

Gets the renderer plugin for a field (e.g. widget, formatter).

EntityFormDisplay::getPluginCollections() — Method in class EntityFormDisplay

Gets the plugin collections used by this object.

EntityViewDisplay::getRenderer() — Method in class EntityViewDisplay

Gets the renderer plugin for a field (e.g. widget, formatter).

EntityViewDisplay::getPluginCollections() — Method in class EntityViewDisplay

Gets the plugin collections used by this object.

FieldableEntityInterface::getFieldDefinition() — Method in class FieldableEntityInterface

Gets the definition of a contained field.

FieldableEntityInterface::getFieldDefinitions() — Method in class FieldableEntityInterface

Gets an array of field definitions of all contained fields.

FieldableEntityInterface::get() — Method in class FieldableEntityInterface

Gets a field item list.

FieldableEntityInterface::getFields() — Method in class FieldableEntityInterface

Gets an array of all field item lists.

FieldableEntityInterface::getTranslatableFields() — Method in class FieldableEntityInterface

Gets an array of field item lists for translatable fields.

DeleteMultipleForm::getBaseFormId() — Method in class DeleteMultipleForm

Returns a string identifying the base form.

DeleteMultipleForm::getFormId() — Method in class DeleteMultipleForm

Returns a unique string identifying the form.

DeleteMultipleForm::getQuestion() — Method in class DeleteMultipleForm

Returns the question to ask the user.

DeleteMultipleForm::getCancelUrl() — Method in class DeleteMultipleForm

Returns the route to go to if the user cancels the action.

DeleteMultipleForm::getConfirmText() — Method in class DeleteMultipleForm

Returns a caption for the button that confirms the action.

DeleteMultipleForm::getDeletedMessage() — Method in class DeleteMultipleForm

Returns the message to show the user after an item was deleted.

DeleteMultipleForm::getInaccessibleMessage() — Method in class DeleteMultipleForm

Returns the message to show the user when an item has not been deleted.

HtmlEntityFormController::getFormArgument() — Method in class HtmlEntityFormController

Extracts the form argument string from a request.

HtmlEntityFormController::getFormObject() — Method in class HtmlEntityFormController

Returns the object used to build the form.

KeyValueContentEntityStorage::getLatestRevisionId() — Method in class KeyValueContentEntityStorage

Returns the latest revision identifier for an entity.

KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId() — Method in class KeyValueContentEntityStorage

Returns the latest revision affecting the specified translation.

KeyValueEntityStorage::getQueryServiceName() — Method in class KeyValueEntityStorage

Gets the name of the service for the query for this entity storage.

QueryFactory::get() — Method in class QueryFactory

Instantiates an entity query for a given entity type.

QueryFactory::getAggregate() — Method in class QueryFactory

Instantiates an aggregation query object for a given entity type.

EntityBundle::getDerivativeDefinitions() — Method in class EntityBundle

Gets the definition of all derivatives of a base plugin.

ConfigEntityAdapter::get() — Method in class ConfigEntityAdapter

Gets a property object.

ConfigEntityAdapter::getProperties() — Method in class ConfigEntityAdapter

Gets an array of property objects.

ConfigEntityAdapter::getIterator() — Method in class ConfigEntityAdapter
{@inheritdoc}
ConfigEntityAdapter::getTypedConfigManager() — Method in class ConfigEntityAdapter

Gets the typed config manager.

ConfigEntityAdapter::getTypedDataManager() — Method in class ConfigEntityAdapter

Gets the typed data manager.

ConfigEntityAdapter::getConfigTypedData() — Method in class ConfigEntityAdapter

Gets typed data for config entity.

EntityDeriver::getDerivativeDefinition() — Method in class EntityDeriver

Gets the definition of a derivative plugin.

EntityDeriver::getDerivativeDefinitions() — Method in class EntityDeriver

Gets the definition of all derivatives of a base plugin.

EntityAdapter::getValue() — Method in class EntityAdapter

Gets the data value.

EntityAdapter::get() — Method in class EntityAdapter

Gets a property object.

EntityAdapter::getProperties() — Method in class EntityAdapter

Gets an array of property objects.

EntityAdapter::getString() — Method in class EntityAdapter

Returns a string representation of the data.

EntityAdapter::getIterator() — Method in class EntityAdapter
{@inheritdoc}
EntityAdapter::getEntity() — Method in class EntityAdapter

Returns the wrapped entity object.

EntityReference::getTargetDefinition() — Method in class EntityReference

Gets the definition of the referenced entity.

EntityReference::getTarget() — Method in class EntityReference

Gets the referenced data.

EntityReference::getTargetIdentifier() — Method in class EntityReference

Gets the identifier of the referenced data.

EntityReference::getString() — Method in class EntityReference

Returns a string representation of the data.

DefaultSelectionDeriver::getDerivativeDefinitions() — Method in class DefaultSelectionDeriver

Gets the definition of all derivatives of a base plugin.

Broken::getReferenceableEntities() — Method in class Broken

Gets the list of referenceable entities.

DefaultSelection::getReferenceableEntities() — Method in class DefaultSelection

Gets the list of referenceable entities.

PhpSelection::getReferenceableEntities() — Method in class PhpSelection

Gets the list of referenceable entities.

BundleConstraint::getBundleOption() — Method in class BundleConstraint

Gets the bundle option as array.

BundleConstraint::getDefaultOption() — Method in class BundleConstraint
{@inheritdoc}
BundleConstraint::getRequiredOptions() — Method in class BundleConstraint
{@inheritdoc}
EntityHasFieldConstraint::getDefaultOption() — Method in class EntityHasFieldConstraint
{@inheritdoc}
EntityHasFieldConstraint::getRequiredOptions() — Method in class EntityHasFieldConstraint
{@inheritdoc}
EntityTypeConstraint::getDefaultOption() — Method in class EntityTypeConstraint
{@inheritdoc}
EntityTypeConstraint::getRequiredOptions() — Method in class EntityTypeConstraint
{@inheritdoc}
ConditionAggregateInterface::getConjunction() — Method in class ConditionAggregateInterface

Gets the current conjunction.

ConditionFundamentals::getConjunction() — Method in class ConditionFundamentals
{@inheritdoc}
ConditionInterface::getConjunction() — Method in class ConditionInterface

Gets the current conjunction.

QueryFactory::get() — Method in class QueryFactory

Instantiates an entity query for a given entity type.

QueryFactory::getAggregate() — Method in class QueryFactory

Instantiates an aggregation query object for a given entity type.

QueryAggregateInterface::groupBy() — Method in class QueryAggregateInterface

Specifies the field to group on.

$ QueryBase#groupByProperty in class QueryBase

The list of columns to group on.

QueryBase::getEntityTypeId() — Method in class QueryBase

Gets the ID of the entity type for this query.

QueryBase::getMetaData() — Method in class QueryBase

Retrieves a given piece of metadata.

QueryBase::groupBy() — Method in class QueryBase
{@inheritdoc}
QueryBase::getAggregationAlias() — Method in class QueryBase

Generates an alias for a field and its aggregated function.

QueryBase::getNamespaces() — Method in class QueryBase

Gets a list of namespaces of the ancestors of a class.

QueryBase::getClass() — Method in class QueryBase

Finds a class in a list of namespaces.

QueryFactoryInterface::get() — Method in class QueryFactoryInterface

Instantiates an entity query for a given entity type.

QueryFactoryInterface::getAggregate() — Method in class QueryFactoryInterface

Instantiates an aggregation query object for a given entity type.

QueryInterface::getEntityTypeId() — Method in class QueryInterface

Gets the ID of the entity type for this query.

Query::getSqlField() — Method in class Query

Constructs a select expression for a given field and language.

Query::getTables() — Method in class Query

Gets the Tables object for this query.

QueryFactory::get() — Method in class QueryFactory

Instantiates an entity query for a given entity type.

QueryFactory::getAggregate() — Method in class QueryFactory

Instantiates an aggregation query object for a given entity type.

Tables::getTableMapping() — Method in class Tables

Gets the schema for the given table.

RevisionLogEntityTrait::getRevisionCreationTime() — Method in class RevisionLogEntityTrait

Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime().

RevisionLogEntityTrait::getRevisionUser() — Method in class RevisionLogEntityTrait

Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser().

RevisionLogEntityTrait::getRevisionUserId() — Method in class RevisionLogEntityTrait

Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId().

RevisionLogEntityTrait::getRevisionLogMessage() — Method in class RevisionLogEntityTrait

Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage().

RevisionLogEntityTrait::getRevisionMetadataKey() — Method in class RevisionLogEntityTrait

Gets the name of a revision metadata field.

RevisionLogEntityTrait::getEntityType() — Method in class RevisionLogEntityTrait

Gets the entity type definition.

RevisionLogInterface::getRevisionCreationTime() — Method in class RevisionLogInterface

Gets the entity revision creation timestamp.

RevisionLogInterface::getRevisionUser() — Method in class RevisionLogInterface

Gets the entity revision author.

RevisionLogInterface::getRevisionUserId() — Method in class RevisionLogInterface

Gets the entity revision author ID.

RevisionLogInterface::getRevisionLogMessage() — Method in class RevisionLogInterface

Returns the entity revision log message.

RevisionableInterface::getRevisionId() — Method in class RevisionableInterface

Gets the revision identifier of the entity.

RevisionableInterface::getLoadedRevisionId() — Method in class RevisionableInterface

Gets the loaded Revision ID of the entity.

RevisionableStorageInterface::getLatestRevisionId() — Method in class RevisionableStorageInterface

Returns the latest revision identifier for an entity.

AdminHtmlRouteProvider::getAddPageRoute() — Method in class AdminHtmlRouteProvider

Gets the add page route.

AdminHtmlRouteProvider::getAddFormRoute() — Method in class AdminHtmlRouteProvider

Gets the add-form route.

AdminHtmlRouteProvider::getEditFormRoute() — Method in class AdminHtmlRouteProvider

Gets the edit-form route.

AdminHtmlRouteProvider::getDeleteFormRoute() — Method in class AdminHtmlRouteProvider

Gets the delete-form route.

AdminHtmlRouteProvider::getDeleteMultipleFormRoute() — Method in class AdminHtmlRouteProvider

Returns the delete multiple form route.

DefaultHtmlRouteProvider::getRoutes() — Method in class DefaultHtmlRouteProvider

Provides routes for entities.

DefaultHtmlRouteProvider::getAddPageRoute() — Method in class DefaultHtmlRouteProvider

Gets the add page route.

DefaultHtmlRouteProvider::getAddFormRoute() — Method in class DefaultHtmlRouteProvider

Gets the add-form route.

DefaultHtmlRouteProvider::getCanonicalRoute() — Method in class DefaultHtmlRouteProvider

Gets the canonical route.

DefaultHtmlRouteProvider::getEditFormRoute() — Method in class DefaultHtmlRouteProvider

Gets the edit-form route.

DefaultHtmlRouteProvider::getDeleteFormRoute() — Method in class DefaultHtmlRouteProvider

Gets the delete-form route.

DefaultHtmlRouteProvider::getCollectionRoute() — Method in class DefaultHtmlRouteProvider

Gets the collection route.

DefaultHtmlRouteProvider::getEntityTypeIdKeyType() — Method in class DefaultHtmlRouteProvider

Gets the type of the ID key for a given entity type.

DefaultHtmlRouteProvider::getDeleteMultipleFormRoute() — Method in class DefaultHtmlRouteProvider

Returns the delete multiple form route.

EntityRouteProviderInterface::getRoutes() — Method in class EntityRouteProviderInterface

Provides routes for entities.

DefaultTableMapping::getBaseTable() — Method in class DefaultTableMapping

Gets the base table name.

DefaultTableMapping::getRevisionTable() — Method in class DefaultTableMapping

Gets the revision table name.

DefaultTableMapping::getDataTable() — Method in class DefaultTableMapping

Gets the data table name.

DefaultTableMapping::getRevisionDataTable() — Method in class DefaultTableMapping

Gets the revision data table name.

DefaultTableMapping::getTableNames() — Method in class DefaultTableMapping

Gets a list of table names for this mapping.

DefaultTableMapping::getAllColumns() — Method in class DefaultTableMapping

Gets a list of all database columns for a given table.

DefaultTableMapping::getFieldNames() — Method in class DefaultTableMapping

Gets a list of names for entity fields stored in the specified table.

DefaultTableMapping::getFieldTableName() — Method in class DefaultTableMapping

Gets the table name for a given column.

DefaultTableMapping::getAllFieldTableNames() — Method in class DefaultTableMapping

Gets all the table names in which an entity field is stored.

DefaultTableMapping::getColumnNames() — Method in class DefaultTableMapping

Gets a mapping of field columns to database columns for a given field.

DefaultTableMapping::getFieldColumnName() — Method in class DefaultTableMapping

Generates a column name for a field property.

DefaultTableMapping::getExtraColumns() — Method in class DefaultTableMapping

Gets a list of extra database columns, which store denormalized data.

DefaultTableMapping::getDedicatedTableNames() — Method in class DefaultTableMapping

Gets a list of dedicated table names for this mapping.

DefaultTableMapping::getReservedColumns() — Method in class DefaultTableMapping

Gets the list of columns that can not be used as field type columns.

DefaultTableMapping::getDedicatedDataTableName() — Method in class DefaultTableMapping

Generates a table name for a field data table.

DefaultTableMapping::getDedicatedRevisionTableName() — Method in class DefaultTableMapping

Generates a table name for a field revision archive table.

DefaultTableMapping::generateFieldTableName() — Method in class DefaultTableMapping

Generates a safe and unambiguous field table name.

SqlContentEntityStorage::getBaseTable() — Method in class SqlContentEntityStorage

Gets the base table name.

SqlContentEntityStorage::getRevisionTable() — Method in class SqlContentEntityStorage

Gets the revision table name.

SqlContentEntityStorage::getDataTable() — Method in class SqlContentEntityStorage

Gets the data table name.

SqlContentEntityStorage::getRevisionDataTable() — Method in class SqlContentEntityStorage

Gets the revision data table name.

SqlContentEntityStorage::getStorageSchema() — Method in class SqlContentEntityStorage

Gets the entity type's storage schema object.

SqlContentEntityStorage::getTableMapping() — Method in class SqlContentEntityStorage

Gets a table mapping for the entity's SQL tables.

SqlContentEntityStorage::getCustomTableMapping() — Method in class SqlContentEntityStorage

Gets a table mapping for the specified entity type and storage definitions.

SqlContentEntityStorage::getFromStorage() — Method in class SqlContentEntityStorage

Gets entities from the storage.

SqlContentEntityStorage::getQueryServiceName() — Method in class SqlContentEntityStorage

Gets the name of the service for the query for this entity storage.

SqlContentEntityStorageSchema::getTableMapping() — Method in class SqlContentEntityStorageSchema

Refreshes the table mapping with updated definitions.

SqlContentEntityStorageSchema::getSchemaFromStorageDefinition() — Method in class SqlContentEntityStorageSchema

Gets the schema data for the given field storage definition.

SqlContentEntityStorageSchema::getTemporaryTableMappingPrefix() — Method in class SqlContentEntityStorageSchema

Gets a string to be used as a prefix for a temporary table mapping object.

SqlContentEntityStorageSchema::getSelectQueryForFieldStorageDeletion() — Method in class SqlContentEntityStorageSchema

Returns a SELECT query suitable for inserting data into a dedicated table.

SqlContentEntityStorageSchema::getEntitySchema() — Method in class SqlContentEntityStorageSchema

Gets the entity schema for the specified entity type.

SqlContentEntityStorageSchema::getEntitySchemaTables() — Method in class SqlContentEntityStorageSchema

Gets a list of entity type tables.

SqlContentEntityStorageSchema::getEntitySchemaData() — Method in class SqlContentEntityStorageSchema

Gets entity schema definitions for index and key definitions.

SqlContentEntityStorageSchema::getFieldIndexes() — Method in class SqlContentEntityStorageSchema

Gets an index schema array for a given field.

SqlContentEntityStorageSchema::getFieldUniqueKeys() — Method in class SqlContentEntityStorageSchema

Gets a unique key schema array for a given field.

SqlContentEntityStorageSchema::getFieldSchemaData() — Method in class SqlContentEntityStorageSchema

Gets field schema data for the given key.

SqlContentEntityStorageSchema::getFieldSchemaIdentifierName() — Method in class SqlContentEntityStorageSchema

Generates a safe schema identifier (name of an index, column name etc.).

SqlContentEntityStorageSchema::getFieldForeignKeys() — Method in class SqlContentEntityStorageSchema

Gets field foreign keys.

SqlContentEntityStorageSchema::getSharedTableFieldSchema() — Method in class SqlContentEntityStorageSchema

Gets the schema for a single field definition.

SqlContentEntityStorageSchema::getDedicatedTableSchema() — Method in class SqlContentEntityStorageSchema

Gets the SQL schema for a dedicated table.

SqlContentEntityStorageSchema::getEntityIndexName() — Method in class SqlContentEntityStorageSchema

Gets the name to be used for the given entity index.

SqlContentEntityStorageSchema::getFieldIndexName() — Method in class SqlContentEntityStorageSchema

Generates an index name for a field data table.

SqlContentEntityStorageSchema::getColumnSchemaRelevantKeys() — Method in class SqlContentEntityStorageSchema

Returns a list of column schema keys affecting data storage.

SqlEntityStorageInterface::getTableMapping() — Method in class SqlEntityStorageInterface

Gets a table mapping for the entity's SQL tables.

TableMappingInterface::getTableNames() — Method in class TableMappingInterface

Gets a list of table names for this mapping.

TableMappingInterface::getAllColumns() — Method in class TableMappingInterface

Gets a list of all database columns for a given table.

TableMappingInterface::getFieldNames() — Method in class TableMappingInterface

Gets a list of names for entity fields stored in the specified table.

TableMappingInterface::getColumnNames() — Method in class TableMappingInterface

Gets a mapping of field columns to database columns for a given field.

TableMappingInterface::getExtraColumns() — Method in class TableMappingInterface

Gets a list of extra database columns, which store denormalized data.

TableMappingInterface::getReservedColumns() — Method in class TableMappingInterface

Gets the list of columns that can not be used as field type columns.

TableMappingInterface::getFieldColumnName() — Method in class TableMappingInterface

Generates a column name for a field property.

TableMappingInterface::getFieldTableName() — Method in class TableMappingInterface

Gets the table name for a given column.

TableMappingInterface::getAllFieldTableNames() — Method in class TableMappingInterface

Gets all the table names in which an entity field is stored.

TranslatableRevisionableStorageInterface::getLatestTranslationAffectedRevisionId() — Method in class TranslatableRevisionableStorageInterface

Returns the latest revision affecting the specified translation.

EntityDataDefinition::getPropertyDefinitions() — Method in class EntityDataDefinition

Gets an array of property definitions of contained properties.

EntityDataDefinition::getDataType() — Method in class EntityDataDefinition

Returns the data type of the data.

EntityDataDefinition::getEntityTypeId() — Method in class EntityDataDefinition

Gets the entity type ID.

EntityDataDefinition::getBundles() — Method in class EntityDataDefinition

Gets the array of possible entity bundles.

EntityDataDefinitionInterface::getEntityTypeId() — Method in class EntityDataDefinitionInterface

Gets the entity type ID.

EntityDataDefinitionInterface::getBundles() — Method in class EntityDataDefinitionInterface

Gets the array of possible entity bundles.

ActiveLinkResponseFilter::getSubscribedEvents() — Method in class ActiveLinkResponseFilter
{@inheritdoc}
AjaxResponseSubscriber::getSubscribedEvents() — Method in class AjaxResponseSubscriber
{@inheritdoc}
AnonymousUserResponseSubscriber::getSubscribedEvents() — Method in class AnonymousUserResponseSubscriber

Registers the methods in this class that should be listeners.

AuthenticationSubscriber::getSubscribedEvents() — Method in class AuthenticationSubscriber
{@inheritdoc}
CacheRouterRebuildSubscriber::getSubscribedEvents() — Method in class CacheRouterRebuildSubscriber
{@inheritdoc}
ClientErrorResponseSubscriber::getSubscribedEvents() — Method in class ClientErrorResponseSubscriber
{@inheritdoc}
ConfigImportSubscriber::getThemeData() — Method in class ConfigImportSubscriber

Gets theme data.

ConfigImportSubscriber::getNames() — Method in class ConfigImportSubscriber

Gets human readable extension names.

ConfigSnapshotSubscriber::getSubscribedEvents() — Method in class ConfigSnapshotSubscriber

Registers the methods in this class that should be listeners.

CustomPageExceptionHtmlSubscriber::getPriority() — Method in class CustomPageExceptionHtmlSubscriber

Specifies the priority of all listeners in this class.

DefaultExceptionHtmlSubscriber::getPriority() — Method in class DefaultExceptionHtmlSubscriber

Specifies the priority of all listeners in this class.

DefaultExceptionHtmlSubscriber::getHandledFormats() — Method in class DefaultExceptionHtmlSubscriber

Specifies the request formats this subscriber will respond to.

EarlyRenderingControllerWrapperSubscriber::getSubscribedEvents() — Method in class EarlyRenderingControllerWrapperSubscriber
{@inheritdoc}
EnforcedFormResponseSubscriber::getSubscribedEvents() — Method in class EnforcedFormResponseSubscriber
{@inheritdoc}
EntityRouteAlterSubscriber::getSubscribedEvents() — Method in class EntityRouteAlterSubscriber
{@inheritdoc}
EntityRouteProviderSubscriber::getSubscribedEvents() — Method in class EntityRouteProviderSubscriber
{@inheritdoc}
ExceptionDetectNeedsInstallSubscriber::getSubscribedEvents() — Method in class ExceptionDetectNeedsInstallSubscriber

Registers the methods in this class that should be listeners.

ExceptionJsonSubscriber::getHandledFormats() — Method in class ExceptionJsonSubscriber

Specifies the request formats this subscriber will respond to.

ExceptionJsonSubscriber::getPriority() — Method in class ExceptionJsonSubscriber

Specifies the priority of all listeners in this class.

ExceptionLoggingSubscriber::getSubscribedEvents() — Method in class ExceptionLoggingSubscriber
{@inheritdoc}
ExceptionTestSiteSubscriber::getPriority() — Method in class ExceptionTestSiteSubscriber

Specifies the priority of all listeners in this class.

ExceptionTestSiteSubscriber::getHandledFormats() — Method in class ExceptionTestSiteSubscriber

Specifies the request formats this subscriber will respond to.

ExcludedModulesEventSubscriber::getSubscribedEvents() — Method in class ExcludedModulesEventSubscriber
{@inheritdoc}
Fast404ExceptionHtmlSubscriber::getPriority() — Method in class Fast404ExceptionHtmlSubscriber

Specifies the priority of all listeners in this class.

Fast404ExceptionHtmlSubscriber::getHandledFormats() — Method in class Fast404ExceptionHtmlSubscriber

Specifies the request formats this subscriber will respond to.

FinalExceptionSubscriber::getErrorLevel() — Method in class FinalExceptionSubscriber

Gets the configured error level.

FinalExceptionSubscriber::getSubscribedEvents() — Method in class FinalExceptionSubscriber
{@inheritdoc}
FinishResponseSubscriber::getSubscribedEvents() — Method in class FinishResponseSubscriber

Registers the methods in this class that should be listeners.

HtmlResponsePlaceholderStrategySubscriber::getSubscribedEvents() — Method in class HtmlResponsePlaceholderStrategySubscriber
{@inheritdoc}
HtmlResponseSubscriber::getSubscribedEvents() — Method in class HtmlResponseSubscriber
{@inheritdoc}
HttpExceptionSubscriberBase::getHandledFormats() — Method in class HttpExceptionSubscriberBase

Specifies the request formats this subscriber will respond to.

HttpExceptionSubscriberBase::getPriority() — Method in class HttpExceptionSubscriberBase

Specifies the priority of all listeners in this class.

HttpExceptionSubscriberBase::getSubscribedEvents() — Method in class HttpExceptionSubscriberBase

Registers the methods in this class that should be listeners.

KernelDestructionSubscriber::getSubscribedEvents() — Method in class KernelDestructionSubscriber

Registers the methods in this class that should be listeners.

MainContentViewSubscriber::getSubscribedEvents() — Method in class MainContentViewSubscriber
{@inheritdoc}
MaintenanceModeSubscriber::getSubscribedEvents() — Method in class MaintenanceModeSubscriber
{@inheritdoc}
MenuRouterRebuildSubscriber::getSubscribedEvents() — Method in class MenuRouterRebuildSubscriber
{@inheritdoc}
OptionsRequestSubscriber::getSubscribedEvents() — Method in class OptionsRequestSubscriber
{@inheritdoc}
ParamConverterSubscriber::getSubscribedEvents() — Method in class ParamConverterSubscriber
{@inheritdoc}
PathRootsSubscriber::getSubscribedEvents() — Method in class PathRootsSubscriber
{@inheritdoc}
PsrResponseSubscriber::getSubscribedEvents() — Method in class PsrResponseSubscriber
{@inheritdoc}
RedirectLeadingSlashesSubscriber::getSubscribedEvents() — Method in class RedirectLeadingSlashesSubscriber
{@inheritdoc}
RedirectResponseSubscriber::getDestinationAsAbsoluteUrl() — Method in class RedirectResponseSubscriber

Converts the passed in destination into an absolute URL.

RedirectResponseSubscriber::getSubscribedEvents() — Method in class RedirectResponseSubscriber

Registers the methods in this class that should be listeners.

RenderArrayNonHtmlSubscriber::getSubscribedEvents() — Method in class RenderArrayNonHtmlSubscriber
{@inheritdoc}
RequestCloseSubscriber::getSubscribedEvents() — Method in class RequestCloseSubscriber

Registers the methods in this class that should be listeners.

ResponseGeneratorSubscriber::getSubscribedEvents() — Method in class ResponseGeneratorSubscriber
{@inheritdoc}
RouteAccessResponseSubscriber::getSubscribedEvents() — Method in class RouteAccessResponseSubscriber
{@inheritdoc}
RouteMethodSubscriber::getSubscribedEvents() — Method in class RouteMethodSubscriber
{@inheritdoc}
RssResponseRelativeUrlFilter::getSubscribedEvents() — Method in class RssResponseRelativeUrlFilter
{@inheritdoc}
ExecutablePluginBase::getConfigDefinitions() — Method in class ExecutablePluginBase

Gets an array of definitions of available configuration options.

ExecutablePluginBase::getConfigDefinition() — Method in class ExecutablePluginBase

Gets the definition of a configuration option.

ExecutablePluginBase::getConfig() — Method in class ExecutablePluginBase

Gets all configuration values.

Dependency::getName() — Method in class Dependency

Gets the dependency's name.

Dependency::getProject() — Method in class Dependency

Gets the dependency's project namespace.

Dependency::getConstraintString() — Method in class Dependency

Gets constraint string from the dependency.

Dependency::getConstraint() — Method in class Dependency

Gets the Constraint object.

RecursiveExtensionFilterIterator::getChildren() — Method in class RecursiveExtensionFilterIterator
{@inheritdoc}
Extension::getType() — Method in class Extension

Returns the type of the extension.

Extension::getName() — Method in class Extension

Returns the internal name of the extension.

Extension::getPath() — Method in class Extension

Returns the relative path of the extension.

Extension::getPathname() — Method in class Extension

Returns the relative path and filename of the extension's info file.

Extension::getFilename() — Method in class Extension

Returns the filename of the extension's info file.

Extension::getExtensionPathname() — Method in class Extension

Returns the relative path of the main extension file, if any.

Extension::getExtensionFilename() — Method in class Extension

Returns the name of the main extension file, if any.

ExtensionDiscovery::getProfileDirectories() — Method in class ExtensionDiscovery

Gets the installation profile directories to be scanned.

ExtensionList::getExtensionDiscovery() — Method in class ExtensionList

Returns the extension discovery.

ExtensionList::getListCacheId() — Method in class ExtensionList

Returns the extension list cache ID.

ExtensionList::getInfoCacheId() — Method in class ExtensionList

Returns the extension info cache ID.

ExtensionList::getPathnamesCacheId() — Method in class ExtensionList

Returns the extension filenames cache ID.

ExtensionList::getName() — Method in class ExtensionList

Returns the human-readable name of the extension.

ExtensionList::get() — Method in class ExtensionList

Returns a single extension.

ExtensionList::getList() — Method in class ExtensionList

Returns all available extensions.

ExtensionList::getExtensionInfo() — Method in class ExtensionList

Returns information about a specified extension.

ExtensionList::getAllAvailableInfo() — Method in class ExtensionList

Returns an array of info files information of available extensions.

ExtensionList::getInstalledExtensionNames() — Method in class ExtensionList

Returns a list of machine names of installed extensions.

ExtensionList::getAllInstalledInfo() — Method in class ExtensionList

Returns an array of info files information of installed extensions.

ExtensionList::getPathnames() — Method in class ExtensionList

Returns a list of extension file paths keyed by machine name.

ExtensionList::getPathname() — Method in class ExtensionList

Gets the info file path for an extension.

ExtensionList::getPath() — Method in class ExtensionList

Gets the path to an extension of a specific type (module, theme, etc.).

ExtensionPathResolver::getPathname() — Method in class ExtensionPathResolver

Gets the info file path for the extension.

ExtensionPathResolver::getPath() — Method in class ExtensionPathResolver

Gets the extension directory path.

ExtensionVersion::getMajorVersion() — Method in class ExtensionVersion

Gets the major version.

ExtensionVersion::getMinorVersion() — Method in class ExtensionVersion

Gets the minor version.

ExtensionVersion::getVersionExtra() — Method in class ExtensionVersion

Gets the version extra string at the end of the version number.

InfoParserDynamic::getRequiredKeys() — Method in class InfoParserDynamic

Returns an array of keys required to exist in .info.yml file.

InfoParserDynamic::getAllPreviousCoreVersions() — Method in class InfoParserDynamic

Gets all the versions of Drupal 8 before a specific version.

ModuleExtensionList::getExtensionDiscovery() — Method in class ModuleExtensionList

Returns the extension discovery.

ModuleExtensionList::getProfileDirectories() — Method in class ModuleExtensionList

Finds all installation profile paths.

ModuleExtensionList::getActiveProfile() — Method in class ModuleExtensionList

Gets the processed active profile object, or null.

ModuleExtensionList::getInstalledExtensionNames() — Method in class ModuleExtensionList

Returns a list of machine names of installed extensions.

ModuleHandler::getModuleList() — Method in class ModuleHandler

Returns the list of currently active modules.

ModuleHandler::getModule() — Method in class ModuleHandler

Returns a module extension object from the currently active modules list.

ModuleHandler::getHookInfo() — Method in class ModuleHandler

Retrieves a list of hooks that are declared through hook_hook_info().

ModuleHandler::getImplementations() — Method in class ModuleHandler

Determines which modules are implementing a hook.

ModuleHandler::getImplementationInfo() — Method in class ModuleHandler

Provides information about modules' implementations of a hook.

ModuleHandler::getModuleDirectories() — Method in class ModuleHandler

Returns an array of directories for all enabled modules. Useful for tasks such as finding a file that exists in all module directories.

ModuleHandler::getName() — Method in class ModuleHandler

Gets the human readable name of a given module.

ModuleHandlerInterface::getModuleList() — Method in class ModuleHandlerInterface

Returns the list of currently active modules.

ModuleHandlerInterface::getModule() — Method in class ModuleHandlerInterface

Returns a module extension object from the currently active modules list.

ModuleHandlerInterface::getHookInfo() — Method in class ModuleHandlerInterface

Retrieves a list of hooks that are declared through hook_hook_info().

ModuleHandlerInterface::getImplementations() — Method in class ModuleHandlerInterface

Determines which modules are implementing a hook.

ModuleHandlerInterface::getModuleDirectories() — Method in class ModuleHandlerInterface

Returns an array of directories for all enabled modules. Useful for tasks such as finding a file that exists in all module directories.

ModuleHandlerInterface::getName() — Method in class ModuleHandlerInterface

Gets the human readable name of a given module.

ModuleRequiredByThemesUninstallValidator::getThemesDependingOnModule() — Method in class ModuleRequiredByThemesUninstallValidator

Returns themes that depend on a module.

ProfileExtensionList::getInstalledExtensionNames() — Method in class ProfileExtensionList

Returns a list of machine names of installed extensions.

RequiredModuleUninstallValidator::getModuleInfoByModule() — Method in class RequiredModuleUninstallValidator

Returns the module info for a specific module.

ThemeEngineExtensionList::getInstalledExtensionNames() — Method in class ThemeEngineExtensionList

Returns a list of machine names of installed extensions.

ThemeExtensionList::getBaseThemes() — Method in class ThemeExtensionList

Finds all the base themes for the specified theme.

ThemeExtensionList::getInstalledExtensionNames() — Method in class ThemeExtensionList

Returns a list of machine names of installed extensions.

ThemeHandler::getDefault() — Method in class ThemeHandler

Returns the default theme.

ThemeHandler::getBaseThemes() — Method in class ThemeHandler

Finds all the base themes for the specified theme.

ThemeHandler::getName() — Method in class ThemeHandler

Gets the human readable name of a given theme.

ThemeHandler::getThemeDirectories() — Method in class ThemeHandler

Returns an array of directories for all installed themes.

ThemeHandler::getTheme() — Method in class ThemeHandler

Returns a theme extension object from the currently active theme list.

ThemeHandlerInterface::getBaseThemes() — Method in class ThemeHandlerInterface

Finds all the base themes for the specified theme.

ThemeHandlerInterface::getName() — Method in class ThemeHandlerInterface

Gets the human readable name of a given theme.

ThemeHandlerInterface::getDefault() — Method in class ThemeHandlerInterface

Returns the default theme.

ThemeHandlerInterface::getThemeDirectories() — Method in class ThemeHandlerInterface

Returns an array of directories for all installed themes.

ThemeHandlerInterface::getTheme() — Method in class ThemeHandlerInterface

Returns a theme extension object from the currently active theme list.

BaseFieldDefinition::getName() — Method in class BaseFieldDefinition

Returns the machine name of the field.

BaseFieldDefinition::getType() — Method in class BaseFieldDefinition

Returns the field type.

BaseFieldDefinition::getSettings() — Method in class BaseFieldDefinition

Returns the array of settings, as required by the used class.

BaseFieldDefinition::getSetting() — Method in class BaseFieldDefinition

Returns the value of a given setting.

BaseFieldDefinition::getProvider() — Method in class BaseFieldDefinition

Returns the name of the provider of this field.

BaseFieldDefinition::getCardinality() — Method in class BaseFieldDefinition

Returns the maximum number of items allowed for the field.

BaseFieldDefinition::getDisplayOptions() — Method in class BaseFieldDefinition

Returns the default display options for the field.

BaseFieldDefinition::getDefaultValueLiteral() — Method in class BaseFieldDefinition

Returns the default value literal for the field.

BaseFieldDefinition::getDefaultValueCallback() — Method in class BaseFieldDefinition

Returns the default value callback for the field.

BaseFieldDefinition::getDefaultValue() — Method in class BaseFieldDefinition

Returns the default value for the field in a newly created entity.

BaseFieldDefinition::getInitialValue() — Method in class BaseFieldDefinition

Returns the initial value for the field.

BaseFieldDefinition::getInitialValueFromField() — Method in class BaseFieldDefinition

Returns the name of the field that will be used for getting initial values.

BaseFieldDefinition::getOptionsProvider() — Method in class BaseFieldDefinition

Gets an options provider for the given field item property.

BaseFieldDefinition::getPropertyDefinition() — Method in class BaseFieldDefinition

Gets the definition of a contained property.

BaseFieldDefinition::getPropertyDefinitions() — Method in class BaseFieldDefinition

Gets an array of property definitions of contained properties.

BaseFieldDefinition::getPropertyNames() — Method in class BaseFieldDefinition

Returns the names of the field's subproperties.

BaseFieldDefinition::getMainPropertyName() — Method in class BaseFieldDefinition

Returns the name of the main property, if any.

BaseFieldDefinition::getTargetEntityTypeId() — Method in class BaseFieldDefinition

Returns the ID of the entity type the field is attached to.

BaseFieldDefinition::getTargetBundle() — Method in class BaseFieldDefinition

Gets the bundle the field is attached to.

BaseFieldDefinition::getSchema() — Method in class BaseFieldDefinition

Returns the field schema.

BaseFieldDefinition::getColumns() — Method in class BaseFieldDefinition

Returns the field columns, as defined in the field schema.

BaseFieldDefinition::getFieldStorageDefinition() — Method in class BaseFieldDefinition

Returns the field storage definition.

BaseFieldDefinition::getUniqueStorageIdentifier() — Method in class BaseFieldDefinition

Returns a unique identifier for the field storage.

BaseFieldDefinition::getUniqueIdentifier() — Method in class BaseFieldDefinition

Returns a unique identifier for the field.

BaseFieldDefinition::getConfig() — Method in class BaseFieldDefinition

Gets an object that can be saved in configuration.

DeletedFieldsRepository::getFieldDefinitions() — Method in class DeletedFieldsRepository

Returns a list of deleted field definitions.

DeletedFieldsRepository::getFieldStorageDefinitions() — Method in class DeletedFieldsRepository

Returns a list of deleted field storage definitions.

DeletedFieldsRepositoryInterface::getFieldDefinitions() — Method in class DeletedFieldsRepositoryInterface

Returns a list of deleted field definitions.

DeletedFieldsRepositoryInterface::getFieldStorageDefinitions() — Method in class DeletedFieldsRepositoryInterface

Returns a list of deleted field storage definitions.

EntityReferenceFieldItemList::getConstraints() — Method in class EntityReferenceFieldItemList

Gets a list of validation constraints.

BaseFieldOverride::getFieldStorageDefinition() — Method in class BaseFieldOverride

Returns the field storage definition.

BaseFieldOverride::getDisplayOptions() — Method in class BaseFieldOverride

Returns the default display options for the field.

BaseFieldOverride::getClass() — Method in class BaseFieldOverride

Returns the class used for creating the typed data object.

BaseFieldOverride::getUniqueIdentifier() — Method in class BaseFieldOverride

Returns a unique identifier for the field.

BaseFieldOverride::getBaseFieldDefinition() — Method in class BaseFieldOverride

Gets the base field definition.

FieldConfigBase::getName() — Method in class FieldConfigBase

Returns the machine name of the field.

FieldConfigBase::getType() — Method in class FieldConfigBase

Returns the field type.

FieldConfigBase::getTargetEntityTypeId() — Method in class FieldConfigBase

Returns the ID of the entity type the field is attached to.

FieldConfigBase::getTargetBundle() — Method in class FieldConfigBase

Gets the bundle the field is attached to.

FieldConfigBase::getLabel() — Method in class FieldConfigBase

Returns a human readable label.

FieldConfigBase::getDescription() — Method in class FieldConfigBase

Returns a human readable description.

FieldConfigBase::getSettings() — Method in class FieldConfigBase

Returns the array of settings, as required by the used class.

FieldConfigBase::getSetting() — Method in class FieldConfigBase

Returns the value of a given setting.

FieldConfigBase::getDefaultValue() — Method in class FieldConfigBase

Returns the default value for the field in a newly created entity.

FieldConfigBase::getDefaultValueLiteral() — Method in class FieldConfigBase

Returns the default value literal for the field.

FieldConfigBase::getDefaultValueCallback() — Method in class FieldConfigBase

Returns the default value callback for the field.

FieldConfigBase::getDataType() — Method in class FieldConfigBase

Returns the data type of the data.

FieldConfigBase::getClass() — Method in class FieldConfigBase

Returns the class used for creating the typed data object.

FieldConfigBase::getConstraints() — Method in class FieldConfigBase

Returns an array of validation constraints.

FieldConfigBase::getConstraint() — Method in class FieldConfigBase

Returns a validation constraint.

FieldConfigBase::getItemDefinition() — Method in class FieldConfigBase

Gets the data definition of an item of the list.

FieldConfigBase::getConfig() — Method in class FieldConfigBase

Gets an object that can be saved in configuration.

FieldDefinition::getName() — Method in class FieldDefinition

Returns the machine name of the field.

FieldDefinition::getType() — Method in class FieldDefinition

Returns the field type.

FieldDefinition::getTargetEntityTypeId() — Method in class FieldDefinition

Returns the ID of the entity type the field is attached to.

FieldDefinition::getTargetBundle() — Method in class FieldDefinition

Gets the bundle the field is attached to.

FieldDefinition::getDisplayOptions() — Method in class FieldDefinition

Returns the default display options for the field.

FieldDefinition::getDefaultValueLiteral() — Method in class FieldDefinition

Returns the default value literal for the field.

FieldDefinition::getDefaultValueCallback() — Method in class FieldDefinition

Returns the default value callback for the field.

FieldDefinition::getDefaultValue() — Method in class FieldDefinition

Returns the default value for the field in a newly created entity.

FieldDefinition::getFieldStorageDefinition() — Method in class FieldDefinition

Returns the field storage definition.

FieldDefinition::getConfig() — Method in class FieldDefinition

Gets an object that can be saved in configuration.

FieldDefinition::getUniqueIdentifier() — Method in class FieldDefinition

Returns a unique identifier for the field.

FieldDefinition::getSetting() — Method in class FieldDefinition

Returns the value of a given setting.

FieldDefinition::getSettings() — Method in class FieldDefinition

Returns the array of settings, as required by the used class.

FieldDefinitionInterface::getName() — Method in class FieldDefinitionInterface

Returns the machine name of the field.

FieldDefinitionInterface::getType() — Method in class FieldDefinitionInterface

Returns the field type.

FieldDefinitionInterface::getTargetEntityTypeId() — Method in class FieldDefinitionInterface

Returns the ID of the entity type the field is attached to.

FieldDefinitionInterface::getTargetBundle() — Method in class FieldDefinitionInterface

Gets the bundle the field is attached to.

FieldDefinitionInterface::getDisplayOptions() — Method in class FieldDefinitionInterface

Returns the default display options for the field.

FieldDefinitionInterface::getDefaultValueLiteral() — Method in class FieldDefinitionInterface

Returns the default value literal for the field.

FieldDefinitionInterface::getDefaultValueCallback() — Method in class FieldDefinitionInterface

Returns the default value callback for the field.

FieldDefinitionInterface::getDefaultValue() — Method in class FieldDefinitionInterface

Returns the default value for the field in a newly created entity.

FieldDefinitionInterface::getFieldStorageDefinition() — Method in class FieldDefinitionInterface

Returns the field storage definition.

FieldDefinitionInterface::getConfig() — Method in class FieldDefinitionInterface

Gets an object that can be saved in configuration.

FieldDefinitionInterface::getUniqueIdentifier() — Method in class FieldDefinitionInterface

Returns a unique identifier for the field.

FieldItemBase::getEntity() — Method in class FieldItemBase

Gets the entity that field belongs to.

FieldItemBase::getLangcode() — Method in class FieldItemBase

Gets the langcode of the field values held in the object.

FieldItemBase::getFieldDefinition() — Method in class FieldItemBase

Gets the field definition.

FieldItemBase::getSettings() — Method in class FieldItemBase

Returns the array of field settings.

FieldItemBase::getSetting() — Method in class FieldItemBase

Returns the value of a field setting.

FieldItemBase::generateSampleValue() — Method in class FieldItemBase

Generates placeholder field values.

FieldItemInterface::getEntity() — Method in class FieldItemInterface

Gets the entity that field belongs to.

FieldItemInterface::getLangcode() — Method in class FieldItemInterface

Gets the langcode of the field values held in the object.

FieldItemInterface::getFieldDefinition() — Method in class FieldItemInterface

Gets the field definition.

FieldItemInterface::generateSampleValue() — Method in class FieldItemInterface

Generates placeholder field values.

FieldItemList::getEntity() — Method in class FieldItemList

Gets the entity that field belongs to.

FieldItemList::getLangcode() — Method in class FieldItemList

Gets the langcode of the field values held in the object.

FieldItemList::getFieldDefinition() — Method in class FieldItemList

Gets the field definition.

FieldItemList::getSettings() — Method in class FieldItemList

Returns the array of field settings.

FieldItemList::getSetting() — Method in class FieldItemList

Returns the value of a given field setting.

FieldItemList::generateSampleItems() — Method in class FieldItemList

Populates a specified number of field items with valid sample data.

FieldItemList::getConstraints() — Method in class FieldItemList

Gets a list of validation constraints.

FieldItemListInterface::getEntity() — Method in class FieldItemListInterface

Gets the entity that field belongs to.

FieldItemListInterface::getLangcode() — Method in class FieldItemListInterface

Gets the langcode of the field values held in the object.

FieldItemListInterface::getFieldDefinition() — Method in class FieldItemListInterface

Gets the field definition.

FieldItemListInterface::getSettings() — Method in class FieldItemListInterface

Returns the array of field settings.

FieldItemListInterface::getSetting() — Method in class FieldItemListInterface

Returns the value of a given field setting.

FieldItemListInterface::generateSampleItems() — Method in class FieldItemListInterface

Populates a specified number of field items with valid sample data.

FieldStorageDefinitionEvent::getFieldStorageDefinition() — Method in class FieldStorageDefinitionEvent

The field storage definition.

FieldStorageDefinitionEvent::getOriginal() — Method in class FieldStorageDefinitionEvent

The original field storage definition.

FieldStorageDefinitionEventSubscriberTrait::getFieldStorageDefinitionEvents() — Method in class FieldStorageDefinitionEventSubscriberTrait

Returns the subscribed events.

FieldStorageDefinitionInterface::getName() — Method in class FieldStorageDefinitionInterface

Returns the machine name of the field.

FieldStorageDefinitionInterface::getType() — Method in class FieldStorageDefinitionInterface

Returns the field type.

FieldStorageDefinitionInterface::getSettings() — Method in class FieldStorageDefinitionInterface

Returns the storage settings.

FieldStorageDefinitionInterface::getSetting() — Method in class FieldStorageDefinitionInterface

Returns the value of a given storage setting.

FieldStorageDefinitionInterface::getLabel() — Method in class FieldStorageDefinitionInterface

Returns the human-readable label for the field.

FieldStorageDefinitionInterface::getDescription() — Method in class FieldStorageDefinitionInterface

Returns the human-readable description for the field.

FieldStorageDefinitionInterface::getOptionsProvider() — Method in class FieldStorageDefinitionInterface

Gets an options provider for the given field item property.

FieldStorageDefinitionInterface::getCardinality() — Method in class FieldStorageDefinitionInterface

Returns the maximum number of items allowed for the field.

FieldStorageDefinitionInterface::getPropertyDefinition() — Method in class FieldStorageDefinitionInterface

Gets the definition of a contained property.

FieldStorageDefinitionInterface::getPropertyDefinitions() — Method in class FieldStorageDefinitionInterface

Gets an array of property definitions of contained properties.

FieldStorageDefinitionInterface::getPropertyNames() — Method in class FieldStorageDefinitionInterface

Returns the names of the field's subproperties.

FieldStorageDefinitionInterface::getMainPropertyName() — Method in class FieldStorageDefinitionInterface

Returns the name of the main property, if any.

FieldStorageDefinitionInterface::getTargetEntityTypeId() — Method in class FieldStorageDefinitionInterface

Returns the ID of the entity type the field is attached to.

FieldStorageDefinitionInterface::getSchema() — Method in class FieldStorageDefinitionInterface

Returns the field schema.

FieldStorageDefinitionInterface::getColumns() — Method in class FieldStorageDefinitionInterface

Returns the field columns, as defined in the field schema.

FieldStorageDefinitionInterface::getConstraints() — Method in class FieldStorageDefinitionInterface

Returns an array of validation constraints.

FieldStorageDefinitionInterface::getConstraint() — Method in class FieldStorageDefinitionInterface

Returns a validation constraint.

FieldStorageDefinitionInterface::getProvider() — Method in class FieldStorageDefinitionInterface

Returns the name of the provider of this field.

FieldStorageDefinitionInterface::getUniqueStorageIdentifier() — Method in class FieldStorageDefinitionInterface

Returns a unique identifier for the field storage.

FieldTypePluginManager::getDefaultStorageSettings() — Method in class FieldTypePluginManager

Returns the default storage-level settings for a field type.

FieldTypePluginManager::getDefaultFieldSettings() — Method in class FieldTypePluginManager

Returns the default field-level settings for a field type.

FieldTypePluginManager::getUiDefinitions() — Method in class FieldTypePluginManager

Gets the definition of all field types that can be added via UI.

FieldTypePluginManager::getPreconfiguredOptions() — Method in class FieldTypePluginManager

Returns preconfigured field options for a field type.

FieldTypePluginManager::getPluginClass() — Method in class FieldTypePluginManager

Returns the PHP class that implements the field type plugin.

FieldTypePluginManagerInterface::getDefaultFieldSettings() — Method in class FieldTypePluginManagerInterface

Returns the default field-level settings for a field type.

FieldTypePluginManagerInterface::getDefaultStorageSettings() — Method in class FieldTypePluginManagerInterface

Returns the default storage-level settings for a field type.

FieldTypePluginManagerInterface::getUiDefinitions() — Method in class FieldTypePluginManagerInterface

Gets the definition of all field types that can be added via UI.

FieldTypePluginManagerInterface::getPreconfiguredOptions() — Method in class FieldTypePluginManagerInterface

Returns preconfigured field options for a field type.

FieldTypePluginManagerInterface::getPluginClass() — Method in class FieldTypePluginManagerInterface

Returns the PHP class that implements the field type plugin.

FieldUpdateActionBase::getFieldsToUpdate() — Method in class FieldUpdateActionBase

Gets an array of values to be set.

FormatterBase::getFieldSettings() — Method in class FormatterBase

Returns the array of field settings.

FormatterBase::getFieldSetting() — Method in class FormatterBase

Returns the value of a field setting.

FormatterPluginManager::getInstance() — Method in class FormatterPluginManager

Overrides PluginManagerBase::getInstance().

FormatterPluginManager::getOptions() — Method in class FormatterPluginManager

Returns an array of formatter options for a field type.

FormatterPluginManager::getDefaultSettings() — Method in class FormatterPluginManager

Returns the default settings of a field formatter.

PluginSettingsBase::getSettings() — Method in class PluginSettingsBase

Returns the array of settings, including defaults for missing settings.

PluginSettingsBase::getSetting() — Method in class PluginSettingsBase

Returns the value of a setting, or its default value if absent.

PluginSettingsBase::getThirdPartySettings() — Method in class PluginSettingsBase

Gets all third-party settings of a given module.

PluginSettingsBase::getThirdPartySetting() — Method in class PluginSettingsBase

Gets the value of a third-party setting.

PluginSettingsBase::getThirdPartyProviders() — Method in class PluginSettingsBase

Gets the list of third parties that store information.

PluginSettingsInterface::getSettings() — Method in class PluginSettingsInterface

Returns the array of settings, including defaults for missing settings.

PluginSettingsInterface::getSetting() — Method in class PluginSettingsInterface

Returns the value of a setting, or its default value if absent.

FieldItemDeriver::getDerivativeDefinition() — Method in class FieldItemDeriver

Gets the definition of a derivative plugin.

FieldItemDeriver::getDerivativeDefinitions() — Method in class FieldItemDeriver

Gets the definition of all derivatives of a base plugin.

BooleanFormatter::getOutputFormats() — Method in class BooleanFormatter

Gets the available format options.

EntityReferenceFormatterBase::getEntitiesToView() — Method in class EntityReferenceFormatterBase

Returns the referenced entities for display.

StringFormatter::getEntityUrl() — Method in class StringFormatter

Gets the URI elements of the entity.

BooleanItem::getPossibleValues() — Method in class BooleanItem

Returns an array of possible values.

BooleanItem::getPossibleOptions() — Method in class BooleanItem

Returns an array of possible values with labels for display.

BooleanItem::getSettableValues() — Method in class BooleanItem

Returns an array of settable values.

BooleanItem::getSettableOptions() — Method in class BooleanItem

Returns an array of settable values with labels for display.

BooleanItem::generateSampleValue() — Method in class BooleanItem

Generates placeholder field values.

DecimalItem::getConstraints() — Method in class DecimalItem

Gets a list of validation constraints.

DecimalItem::generateSampleValue() — Method in class DecimalItem

Generates placeholder field values.

DecimalItem::getDecimalDigits() — Method in class DecimalItem

Helper method to get the number of decimal digits out of a decimal number.

EmailItem::getConstraints() — Method in class EmailItem

Gets a list of validation constraints.

EmailItem::generateSampleValue() — Method in class EmailItem

Generates placeholder field values.

EntityReferenceItem::getConstraints() — Method in class EntityReferenceItem

Gets a list of validation constraints.

EntityReferenceItem::getValue() — Method in class EntityReferenceItem

Gets the data value.

EntityReferenceItem::generateSampleValue() — Method in class EntityReferenceItem

Generates placeholder field values.

EntityReferenceItem::getRandomBundle() — Method in class EntityReferenceItem

Gets a bundle for a given entity type and selection options.

EntityReferenceItem::getPossibleValues() — Method in class EntityReferenceItem

Returns an array of possible values.

EntityReferenceItem::getPossibleOptions() — Method in class EntityReferenceItem

Returns an array of possible values with labels for display.

EntityReferenceItem::getSettableValues() — Method in class EntityReferenceItem

Returns an array of settable values.

EntityReferenceItem::getSettableOptions() — Method in class EntityReferenceItem

Returns an array of settable values with labels for display.

EntityReferenceItem::getPreconfiguredOptions() — Method in class EntityReferenceItem

Returns preconfigured field options for a field type.

FloatItem::generateSampleValue() — Method in class FloatItem

Generates placeholder field values.

IntegerItem::getConstraints() — Method in class IntegerItem

Gets a list of validation constraints.

IntegerItem::generateSampleValue() — Method in class IntegerItem

Generates placeholder field values.

LanguageItem::generateSampleValue() — Method in class LanguageItem

Generates placeholder field values.

LanguageItem::getPossibleValues() — Method in class LanguageItem

Returns an array of possible values.

LanguageItem::getPossibleOptions() — Method in class LanguageItem

Returns an array of possible values with labels for display.

LanguageItem::getSettableValues() — Method in class LanguageItem

Returns an array of settable values.

LanguageItem::getSettableOptions() — Method in class LanguageItem

Returns an array of settable values with labels for display.

NumericItemBase::getConstraints() — Method in class NumericItemBase

Gets a list of validation constraints.

StringItem::getConstraints() — Method in class StringItem

Gets a list of validation constraints.

StringItem::generateSampleValue() — Method in class StringItem

Generates placeholder field values.

StringLongItem::generateSampleValue() — Method in class StringLongItem

Generates placeholder field values.

TimestampItem::generateSampleValue() — Method in class TimestampItem

Generates placeholder field values.

UriItem::generateSampleValue() — Method in class UriItem

Generates placeholder field values.

UuidItem::generateSampleValue() — Method in class UuidItem

Generates placeholder field values.

EntityReferenceAutocompleteWidget::getAutocreateBundle() — Method in class EntityReferenceAutocompleteWidget

Returns the name of the bundle which will be used for autocreated entities.

EntityReferenceAutocompleteWidget::getSelectionHandlerSetting() — Method in class EntityReferenceAutocompleteWidget

Returns the value of a setting for the entity reference selection handler.

EntityReferenceAutocompleteWidget::getMatchOperatorOptions() — Method in class EntityReferenceAutocompleteWidget

Returns the options for the match operator.

OptionsButtonsWidget::getEmptyLabel() — Method in class OptionsButtonsWidget

Returns the empty option label to add to the list of options, if any.

OptionsSelectWidget::getEmptyLabel() — Method in class OptionsSelectWidget

Returns the empty option label to add to the list of options, if any.

OptionsWidgetBase::getOptions() — Method in class OptionsWidgetBase

Returns the array of options for the widget.

OptionsWidgetBase::getSelectedOptions() — Method in class OptionsWidgetBase

Determines selected options from the incoming field values.

OptionsWidgetBase::getEmptyLabel() — Method in class OptionsWidgetBase

Returns the empty option label to add to the list of options, if any.

PreconfiguredFieldUiOptionsInterface::getPreconfiguredOptions() — Method in class PreconfiguredFieldUiOptionsInterface

Returns preconfigured field options for a field type.

FieldItemDataDefinition::getPropertyDefinition() — Method in class FieldItemDataDefinition

Gets the definition of a contained property.

FieldItemDataDefinition::getPropertyDefinitions() — Method in class FieldItemDataDefinition

Gets an array of property definitions of contained properties.

FieldItemDataDefinition::getMainPropertyName() — Method in class FieldItemDataDefinition

Returns the name of the main property, if any.

FieldItemDataDefinition::getFieldDefinition() — Method in class FieldItemDataDefinition

Gets the field item's field definition.

FieldItemDataDefinitionInterface::getFieldDefinition() — Method in class FieldItemDataDefinitionInterface

Gets the field item's field definition.

WidgetBase::getWidgetState() — Method in class WidgetBase

Retrieves processing information about the widget from $form_state.

WidgetBase::getWidgetStateParents() — Method in class WidgetBase

Returns the location of processing information within $form_state.

WidgetBase::getFieldSettings() — Method in class WidgetBase

Returns the array of field settings.

WidgetBase::getFieldSetting() — Method in class WidgetBase

Returns the value of a field setting.

WidgetBase::getFilteredDescription() — Method in class WidgetBase

Returns the filtered field description.

WidgetBaseInterface::getWidgetState() — Method in class WidgetBaseInterface

Retrieves processing information about the widget from $form_state.

WidgetPluginManager::getInstance() — Method in class WidgetPluginManager

Overrides PluginManagerBase::getInstance().

WidgetPluginManager::getOptions() — Method in class WidgetPluginManager

Returns an array of widget type options for a field type.

WidgetPluginManager::getDefaultSettings() — Method in class WidgetPluginManager

Returns the default settings of a field widget.

FTP::getSettingsForm() — Method in class FTP

Returns a form to collect connection settings credentials.

FileTransfer::getSettingsForm() — Method in class FileTransfer

Returns a form to collect connection settings credentials.

FileTransferAuthorizeForm::getFormId() — Method in class FileTransferAuthorizeForm

Returns a unique string identifying the form.

FileTransferAuthorizeForm::getFiletransfer() — Method in class FileTransferAuthorizeForm

Gets a FileTransfer class for a specific transfer method and settings.

SSH::getSettingsForm() — Method in class SSH

Returns a form to collect connection settings credentials.

FileUploadSanitizeNameEvent::getFilename() — Method in class FileUploadSanitizeNameEvent

Gets the filename.

FileUploadSanitizeNameEvent::getAllowedExtensions() — Method in class FileUploadSanitizeNameEvent

Gets the list of allowed extensions.

FileSystem::getDestinationFilename() — Method in class FileSystem

Determines the destination path for a file.

FileSystem::getTempDirectory() — Method in class FileSystem

Gets the path of the configured temporary directory.

FileSystemInterface::getDestinationFilename() — Method in class FileSystemInterface

Determines the destination path for a file.

FileSystemInterface::getTempDirectory() — Method in class FileSystemInterface

Gets the path of the configured temporary directory.

FileUrlGenerator::generateString() — Method in class FileUrlGenerator

Creates a root-relative web-accessible URL string.

FileUrlGenerator::generateAbsoluteString() — Method in class FileUrlGenerator

Creates an absolute web-accessible URL string.

FileUrlGenerator::generatePath() — Method in class FileUrlGenerator

Generate a URL path.

FileUrlGenerator::generate() — Method in class FileUrlGenerator

Creates a root-relative web-accessible URL object.

FileUrlGeneratorInterface::generateString() — Method in class FileUrlGeneratorInterface

Creates a root-relative web-accessible URL string.

FileUrlGeneratorInterface::generateAbsoluteString() — Method in class FileUrlGeneratorInterface

Creates an absolute web-accessible URL string.

FileUrlGeneratorInterface::generate() — Method in class FileUrlGeneratorInterface

Creates a root-relative web-accessible URL object.

ExtensionMimeTypeGuesser::guess() — Method in class ExtensionMimeTypeGuesser
{@inheritdoc}
ExtensionMimeTypeGuesser::guessMimeType() — Method in class ExtensionMimeTypeGuesser
{@inheritdoc}
$ MimeTypeGuesser#guessersProperty in class MimeTypeGuesser

An array of arrays of registered guessers keyed by priority.

MimeTypeGuesser::guessMimeType() — Method in class MimeTypeGuesser
{@inheritdoc}
MimeTypeGuesser::guess() — Method in class MimeTypeGuesser
{@inheritdoc}
ProtectedDirectory::getTitle() — Method in class ProtectedDirectory

Gets the title.

ProtectedDirectory::getPath() — Method in class ProtectedDirectory

Gets the directory path.

DatabaseBackend::garbageCollection() — Method in class DatabaseBackend

Cleans up expired flood events. This method is called automatically on cron run.

FloodInterface::garbageCollection() — Method in class FloodInterface

Cleans up expired flood events. This method is called automatically on cron run.

MemoryBackend::garbageCollection() — Method in class MemoryBackend

Cleans up expired flood events. This method is called automatically on cron run.

BaseFormIdInterface::getBaseFormId() — Method in class BaseFormIdInterface

Returns a string identifying the base form.

ConfigFormBaseTrait::getEditableConfigNames() — Method in class ConfigFormBaseTrait

Gets the configuration names that will be editable.

ConfirmFormBase::getDescription() — Method in class ConfirmFormBase

Returns additional text to display as a description.

ConfirmFormBase::getConfirmText() — Method in class ConfirmFormBase

Returns a caption for the button that confirms the action.

ConfirmFormBase::getCancelText() — Method in class ConfirmFormBase

Returns a caption for the link which cancels the action.

ConfirmFormBase::getFormName() — Method in class ConfirmFormBase

Returns the internal name used to refer to the confirmation item.

ConfirmFormInterface::getQuestion() — Method in class ConfirmFormInterface

Returns the question to ask the user.

ConfirmFormInterface::getCancelUrl() — Method in class ConfirmFormInterface

Returns the route to go to if the user cancels the action.

ConfirmFormInterface::getDescription() — Method in class ConfirmFormInterface

Returns additional text to display as a description.

ConfirmFormInterface::getConfirmText() — Method in class ConfirmFormInterface

Returns a caption for the button that confirms the action.

ConfirmFormInterface::getCancelText() — Method in class ConfirmFormInterface

Returns a caption for the link which cancels the action.

ConfirmFormInterface::getFormName() — Method in class ConfirmFormInterface

Returns the internal name used to refer to the confirmation item.

EnforcedResponse::getResponse() — Method in class EnforcedResponse

Returns the wrapped response.

EnforcedResponseException::getResponse() — Method in class EnforcedResponseException

Return the response to be enforced.

FormAjaxSubscriber::getFormAjaxException() — Method in class FormAjaxSubscriber

Extracts a form AJAX exception.

FormAjaxSubscriber::getSubscribedEvents() — Method in class FormAjaxSubscriber
{@inheritdoc}
BrokenPostRequestException::getSize() — Method in class BrokenPostRequestException

Returns the maximum upload size.

FormAjaxException::getForm() — Method in class FormAjaxException

Gets the form definition.

FormAjaxException::getFormState() — Method in class FormAjaxException

Gets the form state.

FormBase::getRequest() — Method in class FormBase

Gets the request object.

FormBase::getRouteMatch() — Method in class FormBase

Gets the route match.

FormBuilder::getFormId() — Method in class FormBuilder

Determines the ID of a form.

FormBuilder::getForm() — Method in class FormBuilder

Gets a renderable form array.

FormBuilder::getCache() — Method in class FormBuilder

Fetches a form from the cache.

FormBuilder::getFileUploadMaxSize() — Method in class FormBuilder

Wraps file_upload_max_size().

FormBuilderInterface::getFormId() — Method in class FormBuilderInterface

Determines the ID of a form.

FormBuilderInterface::getForm() — Method in class FormBuilderInterface

Gets a renderable form array.

FormCache::getCache() — Method in class FormCache

Fetches a form from the cache.

FormCacheInterface::getCache() — Method in class FormCacheInterface

Fetches a form from the cache.

FormElementHelper::getElementByName() — Method in class FormElementHelper

Retrieves a form element.

FormElementHelper::getElementTitle() — Method in class FormElementHelper

Returns the title for the element.

FormInterface::getFormId() — Method in class FormInterface

Returns a unique string identifying the form.

$ FormState#groupsProperty in class FormState

Contains references to details elements to render them within vertical tabs.

FormState::getAlwaysProcess() — Method in class FormState

Determines if this form should always be processed.

FormState::getButtons() — Method in class FormState

Returns the submit and button elements for the form.

FormState::getGroups() — Method in class FormState

Returns references to details elements to render them within vertical tabs.

FormState::getLimitValidationErrors() — Method in class FormState

Retrieves the limited validation error sections.

FormState::getRebuildInfo() — Method in class FormState

Gets the rebuild info.

FormState::getStorage() — Method in class FormState

Returns the entire set of arbitrary data.

FormState::getSubmitHandlers() — Method in class FormState

Gets the submit handlers.

FormState::getTemporary() — Method in class FormState

Gets temporary data.

FormState::getTemporaryValue() — Method in class FormState

Gets an arbitrary value from temporary storage.

FormState::getTriggeringElement() — Method in class FormState

Gets the form element that triggered submission.

FormState::getValidateHandlers() — Method in class FormState

Gets the validate handlers.

FormState::getCacheableArray() — Method in class FormState

Returns an array representation of the cacheable portion of the form state.

FormState::getCompleteForm() — Method in class FormState

Returns a reference to the complete form array.

FormState::get() — Method in class FormState

Gets any arbitrary property.

FormState::getBuildInfo() — Method in class FormState

Returns the build info for the form.

FormState::getUserInput() — Method in class FormState

Returns the form values as they were submitted by the user.

FormState::getValues() — Method in class FormState

Returns the submitted and sanitized form values.

FormState::getResponse() — Method in class FormState

Gets a response for this form.

FormState::getRedirect() — Method in class FormState

Gets the value to use for redirecting after the form has been executed.

FormState::getError() — Method in class FormState

Returns the error message filed against the given form element.

FormState::getErrors() — Method in class FormState

Returns an associative array of all errors.

FormState::getFormObject() — Method in class FormState

Returns the form object that is responsible for building this form.

FormState::getCleanValueKeys() — Method in class FormState

Gets the keys of the form values that will be cleaned.

FormStateDecoratorBase::getAlwaysProcess() — Method in class FormStateDecoratorBase

Determines if this form should always be processed.

FormStateDecoratorBase::getButtons() — Method in class FormStateDecoratorBase

Returns the submit and button elements for the form.

FormStateDecoratorBase::getGroups() — Method in class FormStateDecoratorBase

Returns references to details elements to render them within vertical tabs.

FormStateDecoratorBase::getLimitValidationErrors() — Method in class FormStateDecoratorBase

Retrieves the limited validation error sections.

FormStateDecoratorBase::getRebuildInfo() — Method in class FormStateDecoratorBase

Gets the rebuild info.

FormStateDecoratorBase::getStorage() — Method in class FormStateDecoratorBase

Returns the entire set of arbitrary data.

FormStateDecoratorBase::getSubmitHandlers() — Method in class FormStateDecoratorBase

Gets the submit handlers.

FormStateDecoratorBase::getTemporary() — Method in class FormStateDecoratorBase

Gets temporary data.

FormStateDecoratorBase::getTemporaryValue() — Method in class FormStateDecoratorBase

Gets an arbitrary value from temporary storage.

FormStateDecoratorBase::getTriggeringElement() — Method in class FormStateDecoratorBase

Gets the form element that triggered submission.

FormStateDecoratorBase::getValidateHandlers() — Method in class FormStateDecoratorBase

Gets the validate handlers.

FormStateDecoratorBase::getCacheableArray() — Method in class FormStateDecoratorBase

Returns an array representation of the cacheable portion of the form state.

FormStateDecoratorBase::getCompleteForm() — Method in class FormStateDecoratorBase

Returns a reference to the complete form array.

FormStateDecoratorBase::get() — Method in class FormStateDecoratorBase

Gets any arbitrary property.

FormStateDecoratorBase::getBuildInfo() — Method in class FormStateDecoratorBase

Returns the build info for the form.

FormStateDecoratorBase::getUserInput() — Method in class FormStateDecoratorBase

Returns the form values as they were submitted by the user.

FormStateDecoratorBase::getValues() — Method in class FormStateDecoratorBase

Returns the submitted and sanitized form values.

FormStateDecoratorBase::getValue() — Method in class FormStateDecoratorBase

Returns the submitted form value for a specific key.

FormStateDecoratorBase::getResponse() — Method in class FormStateDecoratorBase

Gets a response for this form.

FormStateDecoratorBase::getRedirect() — Method in class FormStateDecoratorBase

Gets the value to use for redirecting after the form has been executed.

FormStateDecoratorBase::getError() — Method in class FormStateDecoratorBase

Returns the error message filed against the given form element.

FormStateDecoratorBase::getErrors() — Method in class FormStateDecoratorBase

Returns an associative array of all errors.

FormStateDecoratorBase::getFormObject() — Method in class FormStateDecoratorBase

Returns the form object that is responsible for building this form.

FormStateDecoratorBase::getCleanValueKeys() — Method in class FormStateDecoratorBase

Gets the keys of the form values that will be cleaned.

FormStateInterface::getCompleteForm() — Method in class FormStateInterface

Returns a reference to the complete form array.

FormStateInterface::getCacheableArray() — Method in class FormStateInterface

Returns an array representation of the cacheable portion of the form state.

FormStateInterface::getResponse() — Method in class FormStateInterface

Gets a response for this form.

FormStateInterface::getRedirect() — Method in class FormStateInterface

Gets the value to use for redirecting after the form has been executed.

FormStateInterface::getStorage() — Method in class FormStateInterface

Returns the entire set of arbitrary data.

FormStateInterface::get() — Method in class FormStateInterface

Gets any arbitrary property.

FormStateInterface::getBuildInfo() — Method in class FormStateInterface

Returns the build info for the form.

FormStateInterface::getUserInput() — Method in class FormStateInterface

Returns the form values as they were submitted by the user.

FormStateInterface::getValues() — Method in class FormStateInterface

Returns the submitted and sanitized form values.

FormStateInterface::getValue() — Method in class FormStateInterface

Returns the submitted form value for a specific key.

FormStateInterface::getErrors() — Method in class FormStateInterface

Returns an associative array of all errors.

FormStateInterface::getError() — Method in class FormStateInterface

Returns the error message filed against the given form element.

FormStateInterface::getFormObject() — Method in class FormStateInterface

Returns the form object that is responsible for building this form.

FormStateInterface::getAlwaysProcess() — Method in class FormStateInterface

Determines if this form should always be processed.

FormStateInterface::getButtons() — Method in class FormStateInterface

Returns the submit and button elements for the form.

FormStateInterface::getGroups() — Method in class FormStateInterface

Returns references to details elements to render them within vertical tabs.

FormStateInterface::getLimitValidationErrors() — Method in class FormStateInterface

Retrieves the limited validation error sections.

FormStateInterface::getRebuildInfo() — Method in class FormStateInterface

Gets the rebuild info.

FormStateInterface::getSubmitHandlers() — Method in class FormStateInterface

Gets the submit handlers.

FormStateInterface::getTemporary() — Method in class FormStateInterface

Gets temporary data.

FormStateInterface::getTemporaryValue() — Method in class FormStateInterface

Gets an arbitrary value from temporary storage.

FormStateInterface::getTriggeringElement() — Method in class FormStateInterface

Gets the form element that triggered submission.

FormStateInterface::getValidateHandlers() — Method in class FormStateInterface

Gets the validate handlers.

FormStateInterface::getCleanValueKeys() — Method in class FormStateInterface

Gets the keys of the form values that will be cleaned.

FormStateValuesTrait::getValues() — Method in class FormStateValuesTrait

Implements \Drupal\Core\Form\FormStateInterface::getValues()

FormStateValuesTrait::getValue() — Method in class FormStateValuesTrait

Implements \Drupal\Core\Form\FormStateInterface::getValue()

SubformState::getParents() — Method in class SubformState

Gets the subform's parents relative to its parent form.

SubformState::getValues() — Method in class SubformState

Returns the submitted and sanitized form values.

SubformState::getCompleteFormState() — Method in class SubformState

Gets the complete form state.

SubformState::getLimitValidationErrors() — Method in class SubformState

Retrieves the limited validation error sections.

SubformStateInterface::getCompleteFormState() — Method in class SubformStateInterface

Gets the complete form state.

GeneratedButtonClass in namespace Drupal\Core

This class holds a

GeneratedLinkClass in namespace Drupal\Core

Used to return generated links, along with associated cacheability metadata.

$ GeneratedLink#generatedLinkProperty in class GeneratedLink

The HTML string value containing a link.

GeneratedLink::getGeneratedLink() — Method in class GeneratedLink

Gets the generated link.

GeneratedNoLinkClass in namespace Drupal\Core

This class holds a generated from the route.

GeneratedUrlClass in namespace Drupal\Core

Used to return generated URLs, along with associated bubbleable metadata.

$ GeneratedUrl#generatedUrlProperty in class GeneratedUrl

The string value of the URL.

GeneratedUrl::getGeneratedUrl() — Method in class GeneratedUrl

Gets the generated URL.

KernelEvent::getKernel() — Method in class KernelEvent

Returns the kernel in which this event was thrown.

KernelEvent::getRequest() — Method in class KernelEvent

Returns the request the kernel is currently processing.

KernelEvent::getRequestType() — Method in class KernelEvent

Returns the request type the kernel is currently processing.

LinkRelationType::getRegisteredName() — Method in class LinkRelationType

Returns the registered link relation type name.

LinkRelationType::getExtensionUri() — Method in class LinkRelationType

Returns the extension link relation type URI.

LinkRelationType::getDescription() — Method in class LinkRelationType

Returns the link relation type description.

LinkRelationType::getReference() — Method in class LinkRelationType

Returns the URL pointing to the reference of the link relation type.

LinkRelationType::getNotes() — Method in class LinkRelationType

Returns some extra notes/comments about this link relation type.

LinkRelationTypeInterface::getRegisteredName() — Method in class LinkRelationTypeInterface

Returns the registered link relation type name.

LinkRelationTypeInterface::getExtensionUri() — Method in class LinkRelationTypeInterface

Returns the extension link relation type URI.

LinkRelationTypeInterface::getDescription() — Method in class LinkRelationTypeInterface

Returns the link relation type description.

LinkRelationTypeInterface::getReference() — Method in class LinkRelationTypeInterface

Returns the URL pointing to the reference of the link relation type.

LinkRelationTypeInterface::getNotes() — Method in class LinkRelationTypeInterface

Returns some extra notes/comments about this link relation type.

LinkRelationTypeManager::getDiscovery() — Method in class LinkRelationTypeManager

Gets the plugin discovery.

RequestStack::getMainRequest() — Method in class RequestStack

Gets the main request.

RequestStack::getMasterRequest() — Method in class RequestStack
{@inheritdoc}
ImageToolkitBase::getSource() — Method in class ImageToolkitBase

Gets the source path of the image file.

ImageToolkitBase::getRequirements() — Method in class ImageToolkitBase

Gets toolkit requirements in a format suitable for hook_requirements().

ImageToolkitBase::getToolkitOperation() — Method in class ImageToolkitBase

Gets a toolkit operation plugin instance.

ImageToolkitInterface::getSource() — Method in class ImageToolkitInterface

Gets the source path of the image file.

ImageToolkitInterface::getHeight() — Method in class ImageToolkitInterface

Returns the height of the image.

ImageToolkitInterface::getWidth() — Method in class ImageToolkitInterface

Returns the width of the image.

ImageToolkitInterface::getMimeType() — Method in class ImageToolkitInterface

Returns the MIME type of the image file.

ImageToolkitInterface::getRequirements() — Method in class ImageToolkitInterface

Gets toolkit requirements in a format suitable for hook_requirements().

ImageToolkitInterface::getSupportedExtensions() — Method in class ImageToolkitInterface

Returns a list of image file extensions supported by the toolkit.

ImageToolkitManager::getDefaultToolkitId() — Method in class ImageToolkitManager

Gets the default image toolkit ID.

ImageToolkitManager::getDefaultToolkit() — Method in class ImageToolkitManager

Gets the default image toolkit.

ImageToolkitManager::getAvailableToolkits() — Method in class ImageToolkitManager

Gets a list of available toolkits.

ImageToolkitOperationBase::getToolkit() — Method in class ImageToolkitOperationBase

Returns the image toolkit instance for this operation.

ImageToolkitOperationManager::getToolkitOperationPluginId() — Method in class ImageToolkitOperationManager

Returns the plugin ID for a given toolkit and operation.

ImageToolkitOperationManager::getToolkitOperation() — Method in class ImageToolkitOperationManager

Returns a toolkit operation plugin instance.

ImageToolkitOperationManagerInterface::getToolkitOperation() — Method in class ImageToolkitOperationManagerInterface

Returns a toolkit operation plugin instance.

Image::getHeight() — Method in class Image

Returns the height of the image.

Image::getWidth() — Method in class Image

Returns the width of the image.

Image::getFileSize() — Method in class Image

Returns the size of the image file.

Image::getMimeType() — Method in class Image

Returns the MIME type of the image file.

Image::getSource() — Method in class Image

Retrieves the source path of the image file.

Image::getToolkitId() — Method in class Image

Returns the ID of the image toolkit used for this image file.

Image::getToolkit() — Method in class Image

Returns the image toolkit used for this image file.

ImageFactory::getToolkitId() — Method in class ImageFactory

Gets the ID of the image toolkit currently in use.

ImageFactory::get() — Method in class ImageFactory

Constructs a new Image object.

ImageFactory::getSupportedExtensions() — Method in class ImageFactory

Returns the image file extensions supported by the toolkit.

ImageInterface::getHeight() — Method in class ImageInterface

Returns the height of the image.

ImageInterface::getWidth() — Method in class ImageInterface

Returns the width of the image.

ImageInterface::getFileSize() — Method in class ImageInterface

Returns the size of the image file.

ImageInterface::getMimeType() — Method in class ImageInterface

Returns the MIME type of the image file.

ImageInterface::getSource() — Method in class ImageInterface

Retrieves the source path of the image file.

ImageInterface::getToolkit() — Method in class ImageInterface

Returns the image toolkit used for this image file.

ImageInterface::getToolkitId() — Method in class ImageInterface

Returns the ID of the image toolkit used for this image file.

ConfigOverride::getCacheSuffix() — Method in class ConfigOverride

The string to append to the configuration static cache name.

ConfigOverride::getCacheableMetadata() — Method in class ConfigOverride

Gets the cacheability metadata associated with the config factory override.

InstallerException::getTitle() — Method in class InstallerException

Returns the exception page title.

ExtensionListTrait::getPathname() — Method in class ExtensionListTrait
SelectLanguageForm::getFormId() — Method in class SelectLanguageForm

Returns a unique string identifying the form.

SelectProfileForm::getFormId() — Method in class SelectProfileForm

Returns a unique string identifying the form.

SiteConfigureForm::getFormId() — Method in class SiteConfigureForm

Returns a unique string identifying the form.

SiteConfigureForm::getEditableConfigNames() — Method in class SiteConfigureForm

Gets the configuration names that will be editable.

SiteSettingsForm::getFormId() — Method in class SiteSettingsForm

Returns a unique string identifying the form.

SiteSettingsForm::getDatabaseErrors() — Method in class SiteSettingsForm

Get any database errors and links them to a form element.

SiteSettingsForm::getDatabaseErrorsTemplate() — Method in class SiteSettingsForm

Gets the inline template render array to display the database errors.

InstallerKernel::getConfigStorage() — Method in class InstallerKernel

Returns the active configuration storage used during early install.

InstallerKernel::getInstallProfile() — Method in class InstallerKernel

Gets the active install profile.

InstallerRouteBuilder::getRouteDefinitions() — Method in class InstallerRouteBuilder

Retrieves all defined routes from .routing.yml files.

InstallerRouteProviderLazyBuilder::getRouteByName() — Method in class InstallerRouteProviderLazyBuilder

Find the route using the provided route name.

DatabaseStorage::getMultiple() — Method in class DatabaseStorage

Returns the stored key/value pairs for a given set of keys.

DatabaseStorage::getAll() — Method in class DatabaseStorage

Returns all stored key/value pairs in the collection.

DatabaseStorageExpirable::getMultiple() — Method in class DatabaseStorageExpirable

Returns the stored key/value pairs for a given set of keys.

DatabaseStorageExpirable::getAll() — Method in class DatabaseStorageExpirable

Returns all stored key/value pairs in the collection.

KeyValueDatabaseExpirableFactory::get() — Method in class KeyValueDatabaseExpirableFactory

Constructs a new expirable key/value store for a given collection name.

KeyValueDatabaseExpirableFactory::garbageCollection() — Method in class KeyValueDatabaseExpirableFactory

Deletes expired items.

KeyValueDatabaseFactory::get() — Method in class KeyValueDatabaseFactory

Constructs a new key/value store for a given collection name.

KeyValueExpirableFactoryInterface::get() — Method in class KeyValueExpirableFactoryInterface

Constructs a new expirable key/value store for a given collection name.

KeyValueFactory::get() — Method in class KeyValueFactory

Constructs a new key/value store for a given collection name.

KeyValueFactoryInterface::get() — Method in class KeyValueFactoryInterface

Constructs a new key/value store for a given collection name.

KeyValueMemoryFactory::get() — Method in class KeyValueMemoryFactory

Constructs a new key/value store for a given collection name.

KeyValueNullExpirableFactory::get() — Method in class KeyValueNullExpirableFactory

Constructs a new expirable key/value store for a given collection name.

KeyValueStoreInterface::getCollectionName() — Method in class KeyValueStoreInterface

Returns the name of this collection.

KeyValueStoreInterface::get() — Method in class KeyValueStoreInterface

Returns the stored value for a given key.

KeyValueStoreInterface::getMultiple() — Method in class KeyValueStoreInterface

Returns the stored key/value pairs for a given set of keys.

KeyValueStoreInterface::getAll() — Method in class KeyValueStoreInterface

Returns all stored key/value pairs in the collection.

MemoryStorage::get() — Method in class MemoryStorage

Returns the stored value for a given key.

MemoryStorage::getMultiple() — Method in class MemoryStorage

Returns the stored key/value pairs for a given set of keys.

MemoryStorage::getAll() — Method in class MemoryStorage

Returns all stored key/value pairs in the collection.

NullStorageExpirable::get() — Method in class NullStorageExpirable

Returns the stored value for a given key.

NullStorageExpirable::getMultiple() — Method in class NullStorageExpirable

Returns the stored key/value pairs for a given set of keys.

NullStorageExpirable::getAll() — Method in class NullStorageExpirable

Returns all stored key/value pairs in the collection.

NullStorageExpirable::getCollectionName() — Method in class NullStorageExpirable

Returns the name of this collection.

StorageBase::getCollectionName() — Method in class StorageBase

Returns the name of this collection.

StorageBase::get() — Method in class StorageBase

Returns the stored value for a given key.

CurrentLanguageContext::getRuntimeContexts() — Method in class CurrentLanguageContext

Gets runtime context values for the given context IDs.

CurrentLanguageContext::getAvailableContexts() — Method in class CurrentLanguageContext

Gets all available contexts for the purposes of configuration.

Language::getName() — Method in class Language

Gets the name of the language.

Language::getId() — Method in class Language

Gets the ID (language code).

Language::getDirection() — Method in class Language

Gets the text direction (left-to-right or right-to-left).

Language::getWeight() — Method in class Language

Gets the weight of the language.

Language::getDefaultLangcode() — Method in class Language

Gets the default langcode.

LanguageDefault::get() — Method in class LanguageDefault

Gets the default language.

LanguageInterface::getName() — Method in class LanguageInterface

Gets the name of the language.

LanguageInterface::getId() — Method in class LanguageInterface

Gets the ID (language code).

LanguageInterface::getDirection() — Method in class LanguageInterface

Gets the text direction (left-to-right or right-to-left).

LanguageInterface::getWeight() — Method in class LanguageInterface

Gets the weight of the language.

LanguageManager::getLanguageTypes() — Method in class LanguageManager

Returns an array of the available language types.

LanguageManager::getDefinedLanguageTypesInfo() — Method in class LanguageManager

Returns information about all defined language types.

LanguageManager::getCurrentLanguage() — Method in class LanguageManager

Returns the current language for the given type.

LanguageManager::getDefaultLanguage() — Method in class LanguageManager

Returns a language object representing the site's default language.

LanguageManager::getLanguages() — Method in class LanguageManager

Returns a list of languages set up on the site.

LanguageManager::getNativeLanguages() — Method in class LanguageManager

Returns a list of languages set up on the site in their native form.

LanguageManager::getLanguage() — Method in class LanguageManager

Returns a language object from the given language code.

LanguageManager::getLanguageName() — Method in class LanguageManager

Produced the printed name for a language for display.

LanguageManager::getDefaultLockedLanguages() — Method in class LanguageManager

Returns a list of the default locked languages.

LanguageManager::getFallbackCandidates() — Method in class LanguageManager

Returns the language fallback candidates for a given context.

LanguageManager::getLanguageSwitchLinks() — Method in class LanguageManager

Returns the language switch links for the given language type.

LanguageManager::getStandardLanguageList() — Method in class LanguageManager

Some common languages with their English and native names.

LanguageManager::getUnitedNationsLanguageList() — Method in class LanguageManager

The 6 official languages used at the United Nations.

LanguageManager::getConfigOverrideLanguage() — Method in class LanguageManager

Gets the current configuration override language.

LanguageManagerInterface::getLanguageTypes() — Method in class LanguageManagerInterface

Returns an array of the available language types.

LanguageManagerInterface::getDefinedLanguageTypesInfo() — Method in class LanguageManagerInterface

Returns information about all defined language types.

LanguageManagerInterface::getCurrentLanguage() — Method in class LanguageManagerInterface

Returns the current language for the given type.

LanguageManagerInterface::getDefaultLanguage() — Method in class LanguageManagerInterface

Returns a language object representing the site's default language.

LanguageManagerInterface::getLanguages() — Method in class LanguageManagerInterface

Returns a list of languages set up on the site.

LanguageManagerInterface::getNativeLanguages() — Method in class LanguageManagerInterface

Returns a list of languages set up on the site in their native form.

LanguageManagerInterface::getLanguage() — Method in class LanguageManagerInterface

Returns a language object from the given language code.

LanguageManagerInterface::getLanguageName() — Method in class LanguageManagerInterface

Produced the printed name for a language for display.

LanguageManagerInterface::getDefaultLockedLanguages() — Method in class LanguageManagerInterface

Returns a list of the default locked languages.

LanguageManagerInterface::getFallbackCandidates() — Method in class LanguageManagerInterface

Returns the language fallback candidates for a given context.

LanguageManagerInterface::getLanguageSwitchLinks() — Method in class LanguageManagerInterface

Returns the language switch links for the given language type.

LanguageManagerInterface::getConfigOverrideLanguage() — Method in class LanguageManagerInterface

Gets the current configuration override language.

LanguageManagerInterface::getStandardLanguageList() — Method in class LanguageManagerInterface

Some common languages with their English and native names.

Layout::get() — Method in class Layout

Gets the value of an annotation.

SvgIconBuilder::getOffset() — Method in class SvgIconBuilder

Gets the offset for this region.

SvgIconBuilder::getLength() — Method in class SvgIconBuilder

Gets the height or width of a region.

LayoutDefault::getConfiguration() — Method in class LayoutDefault

Gets this plugin's configuration.

LayoutDefault::getPluginDefinition() — Method in class LayoutDefault

Gets the definition of the plugin implementation.

LayoutDefinition::get() — Method in class LayoutDefinition

Gets any arbitrary property.

LayoutDefinition::getLabel() — Method in class LayoutDefinition

Gets the human-readable name of the layout definition.

LayoutDefinition::getDescription() — Method in class LayoutDefinition

Gets the description of the layout definition.

LayoutDefinition::getCategory() — Method in class LayoutDefinition

Gets the human-readable category of the layout definition.

LayoutDefinition::getTemplate() — Method in class LayoutDefinition

Gets the template name.

LayoutDefinition::getTemplatePath() — Method in class LayoutDefinition

Gets the template path.

LayoutDefinition::getThemeHook() — Method in class LayoutDefinition

Gets the theme hook.

LayoutDefinition::getPath() — Method in class LayoutDefinition

Gets the base path for this layout definition.

LayoutDefinition::getLibrary() — Method in class LayoutDefinition

Gets the asset library for this layout definition.

LayoutDefinition::getIconPath() — Method in class LayoutDefinition

Gets the icon path for this layout definition.

LayoutDefinition::getIconMap() — Method in class LayoutDefinition

Gets the icon map for this layout definition.

LayoutDefinition::getIcon() — Method in class LayoutDefinition

Builds a render array for an icon representing the layout.

LayoutDefinition::getIconBuilder() — Method in class LayoutDefinition

Wraps the icon builder.

LayoutDefinition::getRegions() — Method in class LayoutDefinition

Gets the regions for this layout definition.

LayoutDefinition::getRegionNames() — Method in class LayoutDefinition

Gets the machine-readable region names.

LayoutDefinition::getRegionLabels() — Method in class LayoutDefinition

Gets the human-readable region labels.

LayoutDefinition::getDefaultRegion() — Method in class LayoutDefinition

Gets the default region.

LayoutDefinition::getDeriver() — Method in class LayoutDefinition

Gets the name of the deriver of this plugin definition, if it exists.

LayoutInterface::getPluginDefinition() — Method in class LayoutInterface

Gets the definition of the plugin implementation.

LayoutPluginManager::getType() — Method in class LayoutPluginManager
{@inheritdoc}
LayoutPluginManager::getDiscovery() — Method in class LayoutPluginManager

Gets the plugin discovery.

LayoutPluginManager::getThemeImplementations() — Method in class LayoutPluginManager

Gets theme implementations for layouts.

LayoutPluginManager::getCategories() — Method in class LayoutPluginManager

Gets the names of all categories.

LayoutPluginManager::getSortedDefinitions() — Method in class LayoutPluginManager

Gets sorted plugin definitions.

LayoutPluginManager::getGroupedDefinitions() — Method in class LayoutPluginManager

Gets sorted plugin definitions grouped by category.

LayoutPluginManager::getLayoutOptions() — Method in class LayoutPluginManager

Returns an array of layout labels grouped by category.

LayoutPluginManagerInterface::getThemeImplementations() — Method in class LayoutPluginManagerInterface

Gets theme implementations for layouts.

LayoutPluginManagerInterface::getDefinition() — Method in class LayoutPluginManagerInterface

Gets a specific plugin definition.

LayoutPluginManagerInterface::getDefinitions() — Method in class LayoutPluginManagerInterface

Gets the definition of all plugins for this type.

LayoutPluginManagerInterface::getSortedDefinitions() — Method in class LayoutPluginManagerInterface

Gets sorted plugin definitions.

LayoutPluginManagerInterface::getGroupedDefinitions() — Method in class LayoutPluginManagerInterface

Gets sorted plugin definitions grouped by category.

LayoutPluginManagerInterface::getLayoutOptions() — Method in class LayoutPluginManagerInterface

Returns an array of layout labels grouped by category.

Link::getText() — Method in class Link

Returns the text of the link.

Link::getUrl() — Method in class Link

Returns the URL of the link.

Link::getLinkGenerator() — Method in class Link

Returns the link generator.

CountryManager::getStandardList() — Method in class CountryManager

Get an array of all two-letter country code => country name pairs.

CountryManager::getList() — Method in class CountryManager

Get an array of country code => country name pairs, altered by alter hooks.

CountryManagerInterface::getList() — Method in class CountryManagerInterface

Returns a list of country code => country name pairs.

LockBackendAbstract::getLockId() — Method in class LockBackendAbstract

Gets the unique page token for locks.

LockBackendInterface::getLockId() — Method in class LockBackendInterface

Gets the unique page token for locks.

NullLockBackend::getLockId() — Method in class NullLockBackend

Gets the unique page token for locks.

LoggerChannelFactory::get() — Method in class LoggerChannelFactory

Retrieves the registered logger for the requested channel.

LoggerChannelFactoryInterface::get() — Method in class LoggerChannelFactoryInterface

Retrieves the registered logger for the requested channel.

LoggerChannelTrait::getLogger() — Method in class LoggerChannelTrait

Gets the logger for a specific channel.

RfcLogLevel::getLevels() — Method in class RfcLogLevel

Returns a list of severity levels, as defined in RFC 5424.

MailManager::getInstance() — Method in class MailManager

Overrides PluginManagerBase::getInstance().

ContextualLinkDefault::getTitle() — Method in class ContextualLinkDefault

Returns the localized title to be shown for this contextual link.

ContextualLinkDefault::getRouteName() — Method in class ContextualLinkDefault

Returns the route name of the contextual link.

ContextualLinkDefault::getGroup() — Method in class ContextualLinkDefault

Returns the group this contextual link should be rendered in.

ContextualLinkDefault::getOptions() — Method in class ContextualLinkDefault

Returns the link options passed to the link generator.

ContextualLinkDefault::getWeight() — Method in class ContextualLinkDefault

Returns the weight of the contextual link.

ContextualLinkInterface::getTitle() — Method in class ContextualLinkInterface

Returns the localized title to be shown for this contextual link.

ContextualLinkInterface::getRouteName() — Method in class ContextualLinkInterface

Returns the route name of the contextual link.

ContextualLinkInterface::getGroup() — Method in class ContextualLinkInterface

Returns the group this contextual link should be rendered in.

ContextualLinkInterface::getOptions() — Method in class ContextualLinkInterface

Returns the link options passed to the link generator.

ContextualLinkInterface::getWeight() — Method in class ContextualLinkInterface

Returns the weight of the contextual link.

ContextualLinkManager::getDiscovery() — Method in class ContextualLinkManager

Gets the plugin discovery.

ContextualLinkManager::getContextualLinkPluginsByGroup() — Method in class ContextualLinkManager

Gets the contextual link plugins by contextual link group.

ContextualLinkManager::getContextualLinksArrayByGroup() — Method in class ContextualLinkManager

Gets the contextual links prepared as expected by links.html.twig.

ContextualLinkManagerInterface::getContextualLinkPluginsByGroup() — Method in class ContextualLinkManagerInterface

Gets the contextual link plugins by contextual link group.

ContextualLinkManagerInterface::getContextualLinksArrayByGroup() — Method in class ContextualLinkManagerInterface

Gets the contextual links prepared as expected by links.html.twig.

DefaultMenuLinkTreeManipulators::generateIndexAndSort() — Method in class DefaultMenuLinkTreeManipulators

Generates a unique index and sorts by it.

InaccessibleMenuLink::getTitle() — Method in class InaccessibleMenuLink

Returns the localized title to be shown for this link.

InaccessibleMenuLink::getDescription() — Method in class InaccessibleMenuLink

Returns the description of the menu link.

InaccessibleMenuLink::getCacheContexts() — Method in class InaccessibleMenuLink

The cache contexts associated with this object.

InaccessibleMenuLink::getCacheTags() — Method in class InaccessibleMenuLink

The cache tags associated with this object.

InaccessibleMenuLink::getCacheMaxAge() — Method in class InaccessibleMenuLink

The maximum age for which this object may be cached.

LocalActionDefault::getRouteName() — Method in class LocalActionDefault

Get the route name from the settings.

LocalActionDefault::getTitle() — Method in class LocalActionDefault

Returns the localized title to be shown for this action.

LocalActionDefault::getWeight() — Method in class LocalActionDefault

Returns the weight for the local action.

LocalActionDefault::getRouteParameters() — Method in class LocalActionDefault

Returns the route parameters needed to render a link for the local action.

LocalActionDefault::getOptions() — Method in class LocalActionDefault

Returns options for rendering a link for the local action.

LocalActionDefault::getCacheTags() — Method in class LocalActionDefault

The cache tags associated with this object.

LocalActionDefault::getCacheContexts() — Method in class LocalActionDefault

The cache contexts associated with this object.

LocalActionDefault::getCacheMaxAge() — Method in class LocalActionDefault

The maximum age for which this object may be cached.

LocalActionInterface::getRouteName() — Method in class LocalActionInterface

Get the route name from the settings.

LocalActionInterface::getRouteParameters() — Method in class LocalActionInterface

Returns the route parameters needed to render a link for the local action.

LocalActionInterface::getWeight() — Method in class LocalActionInterface

Returns the weight for the local action.

LocalActionInterface::getOptions() — Method in class LocalActionInterface

Returns options for rendering a link for the local action.

LocalActionInterface::getTitle() — Method in class LocalActionInterface

Returns the localized title to be shown for this action.

LocalActionManager::getDiscovery() — Method in class LocalActionManager

Gets the plugin discovery.

LocalActionManager::getTitle() — Method in class LocalActionManager

Gets the title for a local action.

LocalActionManager::getActionsForRoute() — Method in class LocalActionManager

Finds all local actions that appear on a named route.

LocalActionManagerInterface::getTitle() — Method in class LocalActionManagerInterface

Gets the title for a local action.

LocalActionManagerInterface::getActionsForRoute() — Method in class LocalActionManagerInterface

Finds all local actions that appear on a named route.

LocalTaskDefault::getRouteName() — Method in class LocalTaskDefault

Get the route name from the settings.

LocalTaskDefault::getRouteParameters() — Method in class LocalTaskDefault

Returns the route parameters needed to render a link for the local task.

LocalTaskDefault::getTitle() — Method in class LocalTaskDefault

Returns the localized title to be shown for this tab.

LocalTaskDefault::getWeight() — Method in class LocalTaskDefault

Returns the weight of the local task.

LocalTaskDefault::getOptions() — Method in class LocalTaskDefault

Returns options for rendering a link to the local task.

LocalTaskDefault::getActive() — Method in class LocalTaskDefault

Gets the active status.

LocalTaskDefault::getCacheTags() — Method in class LocalTaskDefault

The cache tags associated with this object.

LocalTaskDefault::getCacheContexts() — Method in class LocalTaskDefault

The cache contexts associated with this object.

LocalTaskDefault::getCacheMaxAge() — Method in class LocalTaskDefault

The maximum age for which this object may be cached.

LocalTaskInterface::getRouteName() — Method in class LocalTaskInterface

Get the route name from the settings.

LocalTaskInterface::getTitle() — Method in class LocalTaskInterface

Returns the localized title to be shown for this tab.

LocalTaskInterface::getRouteParameters() — Method in class LocalTaskInterface

Returns the route parameters needed to render a link for the local task.

LocalTaskInterface::getWeight() — Method in class LocalTaskInterface

Returns the weight of the local task.

LocalTaskInterface::getOptions() — Method in class LocalTaskInterface

Returns options for rendering a link to the local task.

LocalTaskInterface::getActive() — Method in class LocalTaskInterface

Gets the active status.

LocalTaskManager::getDiscovery() — Method in class LocalTaskManager

Gets the plugin discovery.

LocalTaskManager::getTitle() — Method in class LocalTaskManager

Gets the title for a local task.

LocalTaskManager::getDefinitions() — Method in class LocalTaskManager

Gets the definition of all plugins for this type.

LocalTaskManager::getLocalTasksForRoute() — Method in class LocalTaskManager

Find all local tasks that appear on a named route.

LocalTaskManager::getTasksBuild() — Method in class LocalTaskManager

Gets the render array for all local tasks.

LocalTaskManager::getLocalTasks() — Method in class LocalTaskManager

Renders the local tasks (tabs) for the given route.

LocalTaskManagerInterface::getTitle() — Method in class LocalTaskManagerInterface

Gets the title for a local task.

LocalTaskManagerInterface::getLocalTasksForRoute() — Method in class LocalTaskManagerInterface

Find all local tasks that appear on a named route.

LocalTaskManagerInterface::getTasksBuild() — Method in class LocalTaskManagerInterface

Gets the render array for all local tasks.

LocalTaskManagerInterface::getLocalTasks() — Method in class LocalTaskManagerInterface

Renders the local tasks (tabs) for the given route.

MenuActiveTrail::getCid() — Method in class MenuActiveTrail

Gets the cache ID.

MenuActiveTrail::getActiveTrailIds() — Method in class MenuActiveTrail

Gets the active trail IDs of the specified menu tree.

MenuActiveTrail::getActiveLink() — Method in class MenuActiveTrail

Fetches a menu link which matches the route name, parameters and menu name.

MenuActiveTrailInterface::getActiveTrailIds() — Method in class MenuActiveTrailInterface

Gets the active trail IDs of the specified menu tree.

MenuActiveTrailInterface::getActiveLink() — Method in class MenuActiveTrailInterface

Fetches a menu link which matches the route name, parameters and menu name.

MenuLinkBase::getWeight() — Method in class MenuLinkBase

Returns the weight of the menu link.

MenuLinkBase::getMenuName() — Method in class MenuLinkBase

Returns the menu name of the menu link.

MenuLinkBase::getProvider() — Method in class MenuLinkBase

Returns the provider (module name) of the menu link.

MenuLinkBase::getParent() — Method in class MenuLinkBase

Returns the plugin ID of the menu link's parent, or an empty string.

MenuLinkBase::getOptions() — Method in class MenuLinkBase

Returns the options for this link.

MenuLinkBase::getMetaData() — Method in class MenuLinkBase

Returns any metadata for this link.

MenuLinkBase::getRouteName() — Method in class MenuLinkBase

Returns the route name, if available.

MenuLinkBase::getRouteParameters() — Method in class MenuLinkBase

Returns the route parameters, if available.

MenuLinkBase::getUrlObject() — Method in class MenuLinkBase

Returns a URL object containing either the external path or route.

MenuLinkBase::getFormClass() — Method in class MenuLinkBase

Returns the name of a class that can build an editing form for this link.

MenuLinkBase::getDeleteRoute() — Method in class MenuLinkBase

Returns route information for a route to delete the menu link.

MenuLinkBase::getEditRoute() — Method in class MenuLinkBase

Returns route information for a custom edit form for the menu link.

MenuLinkBase::getTranslateRoute() — Method in class MenuLinkBase

Returns route information for a route to translate the menu link.

MenuLinkBase::getCacheMaxAge() — Method in class MenuLinkBase

The maximum age for which this object may be cached.

MenuLinkBase::getCacheContexts() — Method in class MenuLinkBase

The cache contexts associated with this object.

MenuLinkBase::getCacheTags() — Method in class MenuLinkBase

The cache tags associated with this object.

MenuLinkDefault::getTitle() — Method in class MenuLinkDefault

Returns the localized title to be shown for this link.

MenuLinkDefault::getDescription() — Method in class MenuLinkDefault

Returns the description of the menu link.

MenuLinkInterface::getWeight() — Method in class MenuLinkInterface

Returns the weight of the menu link.

MenuLinkInterface::getTitle() — Method in class MenuLinkInterface

Returns the localized title to be shown for this link.

MenuLinkInterface::getDescription() — Method in class MenuLinkInterface

Returns the description of the menu link.

MenuLinkInterface::getMenuName() — Method in class MenuLinkInterface

Returns the menu name of the menu link.

MenuLinkInterface::getProvider() — Method in class MenuLinkInterface

Returns the provider (module name) of the menu link.

MenuLinkInterface::getParent() — Method in class MenuLinkInterface

Returns the plugin ID of the menu link's parent, or an empty string.

MenuLinkInterface::getRouteName() — Method in class MenuLinkInterface

Returns the route name, if available.

MenuLinkInterface::getRouteParameters() — Method in class MenuLinkInterface

Returns the route parameters, if available.

MenuLinkInterface::getUrlObject() — Method in class MenuLinkInterface

Returns a URL object containing either the external path or route.

MenuLinkInterface::getOptions() — Method in class MenuLinkInterface

Returns the options for this link.

MenuLinkInterface::getMetaData() — Method in class MenuLinkInterface

Returns any metadata for this link.

MenuLinkInterface::getFormClass() — Method in class MenuLinkInterface

Returns the name of a class that can build an editing form for this link.

MenuLinkInterface::getDeleteRoute() — Method in class MenuLinkInterface

Returns route information for a route to delete the menu link.

MenuLinkInterface::getEditRoute() — Method in class MenuLinkInterface

Returns route information for a custom edit form for the menu link.

MenuLinkInterface::getTranslateRoute() — Method in class MenuLinkInterface

Returns route information for a route to translate the menu link.

MenuLinkManager::getDiscovery() — Method in class MenuLinkManager

Gets the plugin discovery.

MenuLinkManager::getFactory() — Method in class MenuLinkManager

Gets the plugin factory.

MenuLinkManager::getDefinitions() — Method in class MenuLinkManager

Gets the definition of all plugins for this type.

MenuLinkManager::getDefinition() — Method in class MenuLinkManager

Gets a specific plugin definition.

MenuLinkManager::getInstance() — Method in class MenuLinkManager

Gets a preconfigured instance of a plugin.

MenuLinkManager::getParentIds() — Method in class MenuLinkManager

Loads all parent link IDs of a given menu link.

MenuLinkManager::getChildIds() — Method in class MenuLinkManager

Loads all child link IDs of a given menu link, regardless of visibility.

MenuLinkManagerInterface::getParentIds() — Method in class MenuLinkManagerInterface

Loads all parent link IDs of a given menu link.

MenuLinkManagerInterface::getChildIds() — Method in class MenuLinkManagerInterface

Loads all child link IDs of a given menu link, regardless of visibility.

MenuLinkTree::getCurrentRouteMenuTreeParameters() — Method in class MenuLinkTree

Gets the link tree parameters for rendering a specific menu.

MenuLinkTree::getSubtreeHeight() — Method in class MenuLinkTree

Finds the height of a subtree rooted by of the given ID.

MenuLinkTree::getExpanded() — Method in class MenuLinkTree

Finds expanded links in a menu given a set of possible parents.

MenuLinkTreeInterface::getCurrentRouteMenuTreeParameters() — Method in class MenuLinkTreeInterface

Gets the link tree parameters for rendering a specific menu.

MenuLinkTreeInterface::getSubtreeHeight() — Method in class MenuLinkTreeInterface

Finds the height of a subtree rooted by of the given ID.

MenuLinkTreeInterface::getExpanded() — Method in class MenuLinkTreeInterface

Finds expanded links in a menu given a set of possible parents.

MenuParentFormSelector::getParentSelectOptions() — Method in class MenuParentFormSelector

Gets the options for a select element to choose a menu and parent.

MenuParentFormSelector::getParentDepthLimit() — Method in class MenuParentFormSelector

Returns the maximum depth of the possible parents of the menu link.

MenuParentFormSelector::getMenuOptions() — Method in class MenuParentFormSelector

Gets a list of menu names for use as options.

MenuParentFormSelectorInterface::getParentSelectOptions() — Method in class MenuParentFormSelectorInterface

Gets the options for a select element to choose a menu and parent.

MenuTreeStorage::getSubtreeHeight() — Method in class MenuTreeStorage

Finds the height of a subtree rooted by the given ID.

MenuTreeStorage::getRootPathIds() — Method in class MenuTreeStorage

Returns all the IDs that represent the path to the root of the tree.

MenuTreeStorage::getExpanded() — Method in class MenuTreeStorage

Finds expanded links in a menu given a set of possible parents.

MenuTreeStorage::getMenuNames() — Method in class MenuTreeStorage

Returns the used menu names in the tree storage.

MenuTreeStorage::getAllChildIds() — Method in class MenuTreeStorage

Loads all the IDs for menu links that are below the given ID.

MenuTreeStorageInterface::getAllChildIds() — Method in class MenuTreeStorageInterface

Loads all the IDs for menu links that are below the given ID.

MenuTreeStorageInterface::getRootPathIds() — Method in class MenuTreeStorageInterface

Returns all the IDs that represent the path to the root of the tree.

MenuTreeStorageInterface::getExpanded() — Method in class MenuTreeStorageInterface

Finds expanded links in a menu given a set of possible parents.

MenuTreeStorageInterface::getSubtreeHeight() — Method in class MenuTreeStorageInterface

Finds the height of a subtree rooted by the given ID.

MenuTreeStorageInterface::getMenuNames() — Method in class MenuTreeStorageInterface

Returns the used menu names in the tree storage.

StaticMenuLinkOverrides::getConfig() — Method in class StaticMenuLinkOverrides

Gets the configuration object when needed.

StaticMenuLinkOverrides::getCacheTags() — Method in class StaticMenuLinkOverrides

The unique cache tag associated with this menu link override.

StaticMenuLinkOverridesInterface::getCacheTags() — Method in class StaticMenuLinkOverridesInterface

The unique cache tag associated with this menu link override.

Pager::getTotalItems() — Method in class Pager

Gets the total number of items.

Pager::getTotalPages() — Method in class Pager

Gets the total number of pages.

Pager::getCurrentPage() — Method in class Pager

Gets the current page.

Pager::getLimit() — Method in class Pager

Gets the maximum number of items per page.

PagerManager::getPager() — Method in class PagerManager

Gets a pager from the static cache.

PagerManager::getUpdatedParameters() — Method in class PagerManager

Gets the URL query parameter array of a pager link.

PagerManager::getMaxPagerElementId() — Method in class PagerManager

Gets the extent of the pager page element IDs.

PagerManagerInterface::getPager() — Method in class PagerManagerInterface

Gets a pager from the static cache.

PagerManagerInterface::getUpdatedParameters() — Method in class PagerManagerInterface

Gets the URL query parameter array of a pager link.

PagerManagerInterface::getMaxPagerElementId() — Method in class PagerManagerInterface

Gets the extent of the pager page element IDs.

PagerParameters::getQueryParameters() — Method in class PagerParameters

Gets all request URL query parameters that are unrelated to paging.

PagerParameters::getPagerQuery() — Method in class PagerParameters

Gets the request query parameter.

PagerParameters::getPagerParameter() — Method in class PagerParameters

Gets the 'page' query parameter for the current request.

PagerParametersInterface::getQueryParameters() — Method in class PagerParametersInterface

Gets all request URL query parameters that are unrelated to paging.

PagerParametersInterface::getPagerQuery() — Method in class PagerParametersInterface

Gets the request query parameter.

PagerParametersInterface::getPagerParameter() — Method in class PagerParametersInterface

Gets the 'page' query parameter for the current request.

DynamicEntityTypeParamConverterTrait::getEntityTypeFromDefaults() — Method in class DynamicEntityTypeParamConverterTrait

Determines the entity type ID given a route definition and route defaults.

ParamConverterManager::getConverter() — Method in class ParamConverterManager

Lazy-loads converter services.

ParamConverterManagerInterface::getConverter() — Method in class ParamConverterManagerInterface

Lazy-loads converter services.

ParamNotConvertedException::getRouteName() — Method in class ParamNotConvertedException

Get the route name that was not converted.

ParamNotConvertedException::getRawParameters() — Method in class ParamNotConvertedException

Get the raw parameters that were not converted.

DefaultPasswordGenerator::generate() — Method in class DefaultPasswordGenerator

Generates a password.

PasswordGeneratorInterface::generate() — Method in class PasswordGeneratorInterface

Generates a password.

PhpassHashedPassword::generateSalt() — Method in class PhpassHashedPassword

Generates a random base 64-encoded salt prefixed with hash settings.

PhpassHashedPassword::getCountLog2() — Method in class PhpassHashedPassword

Parses the log2 iteration count from a stored hash or setting string.

PathProcessorManager::getInbound() — Method in class PathProcessorManager

Returns the sorted array of inbound processors.

PathProcessorManager::getOutbound() — Method in class PathProcessorManager

Returns the sorted array of outbound processors.

CurrentPathStack::getPath() — Method in class CurrentPathStack

Returns the path of the current request.

PathMatcher::getFrontPagePath() — Method in class PathMatcher

Gets the current front page path.

PathValidator::getUrlIfValid() — Method in class PathValidator

Returns a URL object, if the path is valid and accessible.

PathValidator::getUrlIfValidWithoutAccessCheck() — Method in class PathValidator

Returns a URL object, if the path is valid.

PathValidator::getUrl() — Method in class PathValidator

Helper for getUrlIfValid() and getUrlIfValidWithoutAccessCheck().

PathValidator::getPathAttributes() — Method in class PathValidator

Gets the matched attributes for a given path.

PathValidatorInterface::getUrlIfValid() — Method in class PathValidatorInterface

Returns a URL object, if the path is valid and accessible.

PathValidatorInterface::getUrlIfValidWithoutAccessCheck() — Method in class PathValidatorInterface

Returns a URL object, if the path is valid.

PhpStorageFactory::get() — Method in class PhpStorageFactory

Instantiates a storage for generated PHP code.

CategorizingPluginManagerTrait::getProviderName() — Method in class CategorizingPluginManagerTrait

Gets the name of a provider.

CategorizingPluginManagerTrait::getModuleHandler() — Method in class CategorizingPluginManagerTrait

Returns the module handler used.

CategorizingPluginManagerTrait::getCategories() — Method in class CategorizingPluginManagerTrait
{@inheritdoc}
CategorizingPluginManagerTrait::getSortedDefinitions() — Method in class CategorizingPluginManagerTrait
{@inheritdoc}
CategorizingPluginManagerTrait::getGroupedDefinitions() — Method in class CategorizingPluginManagerTrait
{@inheritdoc}
ContextAwarePluginInterface::getContextDefinitions() — Method in class ContextAwarePluginInterface

Gets the context definitions of the plugin.

ContextAwarePluginInterface::getContextDefinition() — Method in class ContextAwarePluginInterface

Gets a specific context definition of the plugin.

ContextAwarePluginTrait::getContexts() — Method in class ContextAwarePluginTrait
{@inheritdoc}
ContextAwarePluginTrait::getContext() — Method in class ContextAwarePluginTrait
{@inheritdoc}
ContextAwarePluginTrait::getContextValues() — Method in class ContextAwarePluginTrait
{@inheritdoc}
ContextAwarePluginTrait::getContextValue() — Method in class ContextAwarePluginTrait
{@inheritdoc}
ContextAwarePluginTrait::getContextMapping() — Method in class ContextAwarePluginTrait
{@inheritdoc}
ContextAwarePluginTrait::getPluginDefinition() — Method in class ContextAwarePluginTrait
{@inheritdoc}
ContextAwarePluginTrait::getContextDefinitions() — Method in class ContextAwarePluginTrait
{@inheritdoc}
ContextAwarePluginTrait::getContextDefinition() — Method in class ContextAwarePluginTrait
{@inheritdoc}
ContextAwarePluginTrait::getCacheContexts() — Method in class ContextAwarePluginTrait
{@inheritdoc}
ContextAwarePluginTrait::getCacheTags() — Method in class ContextAwarePluginTrait
{@inheritdoc}
ContextAwarePluginTrait::getCacheMaxAge() — Method in class ContextAwarePluginTrait
{@inheritdoc}
Context::getContextValue() — Method in class Context

Gets the context value.

Context::getConstraints() — Method in class Context

Gets a list of validation constraints.

Context::getContextData() — Method in class Context

Gets the context value as typed data object.

Context::getContextDefinition() — Method in class Context

Gets the provided definition that the context must conform to.

Context::getCacheContexts() — Method in class Context

The cache contexts associated with this object.

Context::getCacheTags() — Method in class Context

The cache tags associated with this object.

Context::getCacheMaxAge() — Method in class Context

The maximum age for which this object may be cached.

ContextAwarePluginManagerInterface::getDefinitionsForContexts() — Method in class ContextAwarePluginManagerInterface

Determines plugins whose constraints are satisfied by a set of contexts.

ContextAwarePluginManagerTrait::getDefinitionsForContexts() — Method in class ContextAwarePluginManagerTrait

See \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface::getDefinitionsForContexts().

ContextAwarePluginManagerTrait::getDefinitions() — Method in class ContextAwarePluginManagerTrait

See \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions().

ContextDefinition::getDataType() — Method in class ContextDefinition

Gets the data type needed by the context.

ContextDefinition::getLabel() — Method in class ContextDefinition

Gets a human readable label.

ContextDefinition::getDescription() — Method in class ContextDefinition

Gets a human readable description.

ContextDefinition::getDefaultValue() — Method in class ContextDefinition

Gets the default value for this context definition.

ContextDefinition::getConstraints() — Method in class ContextDefinition

Gets an array of validation constraints.

ContextDefinition::getConstraint() — Method in class ContextDefinition

Gets a validation constraint.

ContextDefinition::getDataDefinition() — Method in class ContextDefinition

Returns the data definition of the defined context.

ContextDefinition::getSampleValues() — Method in class ContextDefinition

Returns typed data objects representing this context definition.

ContextDefinition::getConstraintObjects() — Method in class ContextDefinition

Extracts an array of constraints for a context definition object.

ContextDefinitionInterface::getDataDefinition() — Method in class ContextDefinitionInterface

Returns the data definition of the defined context.

ContextHandler::getContextDefinitions() — Method in class ContextHandler

Returns the context definitions associated with a plugin definition.

ContextHandler::getMatchingContexts() — Method in class ContextHandler

Determines which contexts satisfy the constraints of a given definition.

ContextHandlerInterface::getMatchingContexts() — Method in class ContextHandlerInterface

Determines which contexts satisfy the constraints of a given definition.

ContextInterface::getContextDefinition() — Method in class ContextInterface

Gets the provided definition that the context must conform to.

ContextInterface::getContextData() — Method in class ContextInterface

Gets the context value as typed data object.

ContextProviderInterface::getRuntimeContexts() — Method in class ContextProviderInterface

Gets runtime context values for the given context IDs.

ContextProviderInterface::getAvailableContexts() — Method in class ContextProviderInterface

Gets all available contexts for the purposes of configuration.

ContextRepositoryInterface::getRuntimeContexts() — Method in class ContextRepositoryInterface

Gets runtime context values for the given context IDs.

ContextRepositoryInterface::getAvailableContexts() — Method in class ContextRepositoryInterface

Gets all available contexts for the purposes of configuration.

EntityContextDefinition::getEntityTypeId() — Method in class EntityContextDefinition

Returns the entity type ID of this context.

EntityContextDefinition::getConstraintObjects() — Method in class EntityContextDefinition

Extracts an array of constraints for a context definition object.

EntityContextDefinition::getSampleValues() — Method in class EntityContextDefinition

Returns typed data objects representing this context definition.

LazyContextRepository::getRuntimeContexts() — Method in class LazyContextRepository

Gets runtime context values for the given context IDs.

LazyContextRepository::getAvailableContexts() — Method in class LazyContextRepository

Gets all available contexts for the purposes of configuration.

DefaultLazyPluginCollection::getConfiguration() — Method in class DefaultLazyPluginCollection

Gets the current configuration of all plugins in this collection.

DefaultPluginManager::getDefinitions() — Method in class DefaultPluginManager

Gets the definition of all plugins for this type.

DefaultPluginManager::getCachedDefinitions() — Method in class DefaultPluginManager

Returns the cached plugin definitions of the decorated discovery class.

DefaultPluginManager::getDiscovery() — Method in class DefaultPluginManager

Gets the plugin discovery.

DefaultPluginManager::getFactory() — Method in class DefaultPluginManager

Gets the plugin factory.

DefaultPluginManager::getCacheContexts() — Method in class DefaultPluginManager

The cache contexts associated with this object.

DefaultPluginManager::getCacheTags() — Method in class DefaultPluginManager

The cache tags associated with this object.

DefaultPluginManager::getCacheMaxAge() — Method in class DefaultPluginManager

The maximum age for which this object may be cached.

DefaultSingleLazyPluginCollection::getConfiguration() — Method in class DefaultSingleLazyPluginCollection

Gets the current configuration of all plugins in this collection.

DependentPluginDefinitionInterface::getConfigDependencies() — Method in class DependentPluginDefinitionInterface

Gets the config dependencies of this plugin definition.

DependentPluginDefinitionTrait::getConfigDependencies() — Method in class DependentPluginDefinitionTrait
{@inheritdoc}
AnnotatedClassDiscovery::getAnnotationReader() — Method in class AnnotatedClassDiscovery

Gets the used doctrine annotation reader.

AnnotatedClassDiscovery::getProviderFromNamespace() — Method in class AnnotatedClassDiscovery

Extracts the provider name from a Drupal namespace.

AnnotatedClassDiscovery::getPluginNamespaces() — Method in class AnnotatedClassDiscovery

Gets an array of PSR-4 namespaces to search for plugin classes.

ContainerDerivativeDiscoveryDecorator::getDeriver() — Method in class ContainerDerivativeDiscoveryDecorator

Gets a deriver for a base plugin.

HookDiscovery::getDefinitions() — Method in class HookDiscovery

Gets the definition of all plugins for this type.

InfoHookDecorator::getDefinitions() — Method in class InfoHookDecorator

Gets the definition of all plugins for this type.

YamlDiscovery::getDefinitions() — Method in class YamlDiscovery

Gets the definition of all plugins for this type.

YamlDiscoveryDecorator::getDefinitions() — Method in class YamlDiscoveryDecorator

Gets the definition of all plugins for this type.

FilteredPluginManagerInterface::getFilteredDefinitions() — Method in class FilteredPluginManagerInterface

Gets the plugin definitions for a given type and consumer and filters them.

FilteredPluginManagerTrait::getFilteredDefinitions() — Method in class FilteredPluginManagerTrait

Implements \Drupal\Core\Plugin\FilteredPluginManagerInterface::getFilteredDefinitions().

FilteredPluginManagerTrait::getType() — Method in class FilteredPluginManagerTrait

A string identifying the plugin type.

ObjectWithPluginCollectionInterface::getPluginCollections() — Method in class ObjectWithPluginCollectionInterface

Gets the plugin collections used by this object.

PluginDependencyTrait::getPluginDependencies() — Method in class PluginDependencyTrait

Calculates and returns dependencies of a specific plugin instance.

PluginWithFormsInterface::getFormClass() — Method in class PluginWithFormsInterface

Gets the form class for the given operation.

PluginWithFormsTrait::getFormClass() — Method in class PluginWithFormsTrait

Implements \Drupal\Core\Plugin\PluginWithFormsInterface::getFormClass().

PrivateKey::get() — Method in class PrivateKey

Gets the private key.

ConfigInstaller::getSourceStorage() — Method in class ConfigInstaller

Gets the configuration storage that provides the default configuration.

ExtensionMimeTypeGuesser::guess() — Method in class ExtensionMimeTypeGuesser
{@inheritdoc}
ExtensionMimeTypeGuesser::guessMimeType() — Method in class ExtensionMimeTypeGuesser
{@inheritdoc}
MimeTypeGuesser::guessMimeType() — Method in class MimeTypeGuesser
{@inheritdoc}
MimeTypeGuesser::guess() — Method in class MimeTypeGuesser
{@inheritdoc}
DatabaseLockBackend::getLockId() — Method in class DatabaseLockBackend

Gets the unique page token for locks.

PersistentDatabaseLockBackend::getLockId() — Method in class PersistentDatabaseLockBackend

Gets the unique page token for locks.

MatcherDumper::getRoutes() — Method in class MatcherDumper
{@inheritdoc}
Batch::getAllItems() — Method in class Batch

Retrieves all remaining items in the queue.

BatchMemory::getAllItems() — Method in class BatchMemory

Retrieves all remaining items in the queue.

DatabaseQueue::garbageCollection() — Method in class DatabaseQueue

Cleans queues of garbage.

DelayedRequeueException::getDelay() — Method in class DelayedRequeueException

Get the desired delay interval for this item.

QueueDatabaseFactory::get() — Method in class QueueDatabaseFactory

Constructs a new queue object for a given name.

QueueFactory::get() — Method in class QueueFactory

Constructs a new queue.

QueueGarbageCollectionInterface::garbageCollection() — Method in class QueueGarbageCollectionInterface

Cleans queues of garbage.

AttachmentsInterface::getAttachments() — Method in class AttachmentsInterface

Gets attachments.

AttachmentsTrait::getAttachments() — Method in class AttachmentsTrait
{@inheritdoc}
Element::getVisibleChildren() — Method in class Element

Returns the visible children of an element.

ElementInfoManager::getInfo() — Method in class ElementInfoManager

Retrieves the default properties for the defined element type.

ElementInfoManager::getInfoProperty() — Method in class ElementInfoManager

Retrieves a single property for the defined element type.

ElementInfoManager::getCid() — Method in class ElementInfoManager

Returns the CID used to cache the element info.

ElementInfoManagerInterface::getInfo() — Method in class ElementInfoManagerInterface

Retrieves the default properties for the defined element type.

ElementInfoManagerInterface::getInfoProperty() — Method in class ElementInfoManagerInterface

Retrieves a single property for the defined element type.

Actions::getInfo() — Method in class Actions

Returns the element properties for this element.

Ajax::getInfo() — Method in class Ajax

Returns the element properties for this element.

Button::getInfo() — Method in class Button

Returns the element properties for this element.

Checkbox::getInfo() — Method in class Checkbox

Returns the element properties for this element.

Checkboxes::getInfo() — Method in class Checkboxes

Returns the element properties for this element.

Checkboxes::getCheckedCheckboxes() — Method in class Checkboxes

Determines which checkboxes were checked when a form is submitted.

Color::getInfo() — Method in class Color

Returns the element properties for this element.

Container::getInfo() — Method in class Container

Returns the element properties for this element.

Date::getInfo() — Method in class Date

Returns the element properties for this element.

Details::getInfo() — Method in class Details

Returns the element properties for this element.

Dropbutton::getInfo() — Method in class Dropbutton

Returns the element properties for this element.

ElementInterface::getInfo() — Method in class ElementInterface

Returns the element properties for this element.

Email::getInfo() — Method in class Email

Returns the element properties for this element.

Fieldgroup::getInfo() — Method in class Fieldgroup

Returns the element properties for this element.

Fieldset::getInfo() — Method in class Fieldset

Returns the element properties for this element.

File::getInfo() — Method in class File

Returns the element properties for this element.

Form::getInfo() — Method in class Form

Returns the element properties for this element.

Hidden::getInfo() — Method in class Hidden

Returns the element properties for this element.

Html::getInfo() — Method in class Html

Returns the element properties for this element.

HtmlTag::getInfo() — Method in class HtmlTag

Returns the element properties for this element.

ImageButton::getInfo() — Method in class ImageButton

Returns the element properties for this element.

InlineTemplate::getInfo() — Method in class InlineTemplate

Returns the element properties for this element.

Item::getInfo() — Method in class Item

Returns the element properties for this element.

Label::getInfo() — Method in class Label

Returns the element properties for this element.

LanguageSelect::getInfo() — Method in class LanguageSelect

Returns the element properties for this element.

Link::getInfo() — Method in class Link

Returns the element properties for this element.

MachineName::getInfo() — Method in class MachineName

Returns the element properties for this element.

MoreLink::getInfo() — Method in class MoreLink

Returns the element properties for this element.

Number::getInfo() — Method in class Number

Returns the element properties for this element.

Operations::getInfo() — Method in class Operations

Returns the element properties for this element.

Page::getInfo() — Method in class Page

Returns the element properties for this element.

PageTitle::getInfo() — Method in class PageTitle

Returns the element properties for this element.

Pager::getInfo() — Method in class Pager

Returns the element properties for this element.

Password::getInfo() — Method in class Password

Returns the element properties for this element.

PasswordConfirm::getInfo() — Method in class PasswordConfirm

Returns the element properties for this element.

PathElement::getInfo() — Method in class PathElement

Returns the element properties for this element.

Radio::getInfo() — Method in class Radio

Returns the element properties for this element.

Radios::getInfo() — Method in class Radios

Returns the element properties for this element.

Range::getInfo() — Method in class Range

Returns the element properties for this element.

Search::getInfo() — Method in class Search

Returns the element properties for this element.

Select::getInfo() — Method in class Select

Returns the element properties for this element.

StatusMessages::getInfo() — Method in class StatusMessages

Returns the element properties for this element.

StatusMessages::generatePlaceholder() — Method in class StatusMessages

pre_render callback to generate a placeholder.

StatusReport::getInfo() — Method in class StatusReport

Returns the element properties for this element.

StatusReport::getSeverities() — Method in class StatusReport

Gets the severities.

Submit::getInfo() — Method in class Submit

Returns the element properties for this element.

SystemCompactLink::getInfo() — Method in class SystemCompactLink

Returns the element properties for this element.

Table::getInfo() — Method in class Table

Returns the element properties for this element.

Tableselect::getInfo() — Method in class Tableselect

Returns the element properties for this element.

Tel::getInfo() — Method in class Tel

Returns the element properties for this element.

Textarea::getInfo() — Method in class Textarea

Returns the element properties for this element.

Textfield::getInfo() — Method in class Textfield

Returns the element properties for this element.

Token::getInfo() — Method in class Token

Returns the element properties for this element.

Url::getInfo() — Method in class Url

Returns the element properties for this element.

Value::getInfo() — Method in class Value

Returns the element properties for this element.

VerticalTabs::getInfo() — Method in class VerticalTabs

Returns the element properties for this element.

Weight::getInfo() — Method in class Weight

Returns the element properties for this element.

MetadataBubblingUrlGenerator::getContext() — Method in class MetadataBubblingUrlGenerator
{@inheritdoc}
MetadataBubblingUrlGenerator::getPathFromRoute() — Method in class MetadataBubblingUrlGenerator

Gets the internal path (system path) for a route.

MetadataBubblingUrlGenerator::generate() — Method in class MetadataBubblingUrlGenerator
{@inheritdoc}
MetadataBubblingUrlGenerator::generateFromRoute() — Method in class MetadataBubblingUrlGenerator

Generates a URL or path for a specific route based on the given parameters.

MetadataBubblingUrlGenerator::getRouteDebugMessage() — Method in class MetadataBubblingUrlGenerator
{@inheritdoc}
PageDisplayVariantSelectionEvent::getPluginId() — Method in class PageDisplayVariantSelectionEvent

The selected page display variant plugin ID.

PageDisplayVariantSelectionEvent::getPluginConfiguration() — Method in class PageDisplayVariantSelectionEvent

Get the configuration for the selected page display variant.

PageDisplayVariantSelectionEvent::getRouteMatch() — Method in class PageDisplayVariantSelectionEvent

Gets the current route match.

PageDisplayVariantSelectionEvent::getContexts() — Method in class PageDisplayVariantSelectionEvent

Gets the contexts that were set during event dispatch.

PlaceholderingRenderCache::get() — Method in class PlaceholderingRenderCache

Gets the cached, pre-rendered element of a renderable element from cache.

PlaceholderingRenderCache::getFromPlaceholderResultsCache() — Method in class PlaceholderingRenderCache

Retrieves an auto-placeholdered renderable array from the static cache.

PreviewFallbackInterface::getPreviewFallbackString() — Method in class PreviewFallbackInterface

Returns a string to be used as a fallback during preview.

RenderCache::get() — Method in class RenderCache

Gets the cached, pre-rendered element of a renderable element from cache.

RenderCache::getCacheableRenderArray() — Method in class RenderCache

Gets a cacheable render array for a render array and its rendered output.

RenderCacheInterface::getCacheableRenderArray() — Method in class RenderCacheInterface

Gets a cacheable render array for a render array and its rendered output.

RenderCacheInterface::get() — Method in class RenderCacheInterface

Gets the cached, pre-rendered element of a renderable element from cache.

Renderer::getCurrentRenderContext() — Method in class Renderer

Returns the current render context.

RouteProcessorManager::getOutbound() — Method in class RouteProcessorManager

Returns the sorted array of outbound processors.

AccessAwareRouter::getContext() — Method in class AccessAwareRouter
{@inheritdoc}
AccessAwareRouter::getRouteCollection() — Method in class AccessAwareRouter
{@inheritdoc}
AccessAwareRouter::generate() — Method in class AccessAwareRouter
{@inheritdoc}
CompiledRoute::getFit() — Method in class CompiledRoute

Returns the fit of this route.

CompiledRoute::getNumParts() — Method in class CompiledRoute

Returns the number of parts in this route's path.

CompiledRoute::getPatternOutline() — Method in class CompiledRoute

Returns the pattern outline of this route.

CompiledRoute::getOptions() — Method in class CompiledRoute

Returns the options.

CompiledRoute::getDefaults() — Method in class CompiledRoute

Returns the defaults.

CompiledRoute::getRequirements() — Method in class CompiledRoute

Returns the requirements.

CurrentRouteMatch::getRouteName() — Method in class CurrentRouteMatch

Returns the route name.

CurrentRouteMatch::getRouteObject() — Method in class CurrentRouteMatch

Returns the route object.

CurrentRouteMatch::getParameter() — Method in class CurrentRouteMatch

Returns the processed value of a named route parameter.

CurrentRouteMatch::getParameters() — Method in class CurrentRouteMatch

Returns the bag of all processed route parameters.

CurrentRouteMatch::getRawParameter() — Method in class CurrentRouteMatch

Returns the raw value of a named route parameter.

CurrentRouteMatch::getRawParameters() — Method in class CurrentRouteMatch

Returns the bag of all raw route parameters.

CurrentRouteMatch::getCurrentRouteMatch() — Method in class CurrentRouteMatch

Returns the route match for the current request.

CurrentRouteMatch::getRouteMatch() — Method in class CurrentRouteMatch

Returns the route match for a passed in request.

CurrentRouteMatch::getMasterRouteMatch() — Method in class CurrentRouteMatch

Gets the master route match.

CurrentRouteMatch::getParentRouteMatch() — Method in class CurrentRouteMatch

Returns the parent route match of the current.

CurrentRouteMatch::getRouteMatchFromRequest() — Method in class CurrentRouteMatch

Returns a route match from a given request, if possible.

ParamConversionEnhancer::getSubscribedEvents() — Method in class ParamConversionEnhancer
{@inheritdoc}
GeneratorNotInitializedExceptionClass in namespace Drupal\Core\Routing

Class for exceptions thrown when the generator has not been initialized.

LazyRouteCollection::getIterator() — Method in class LazyRouteCollection
{@inheritdoc}
LazyRouteCollection::get() — Method in class LazyRouteCollection

Gets a route by name.

LocalAwareRedirectResponseTrait::getRequestContext() — Method in class LocalAwareRedirectResponseTrait

Returns the request context.

MatcherDumper::getRoutes() — Method in class MatcherDumper

Gets the routes to match.

NullGenerator::getRoute() — Method in class NullGenerator

Find the route using the provided route name.

NullGenerator::getInternalPathFromRoute() — Method in class NullGenerator

Gets the path of a route.

NullMatcherDumper::getRoutes() — Method in class NullMatcherDumper

Gets the routes to match.

NullRouteMatch::getRouteName() — Method in class NullRouteMatch

Returns the route name.

NullRouteMatch::getRouteObject() — Method in class NullRouteMatch

Returns the route object.

NullRouteMatch::getParameter() — Method in class NullRouteMatch

Returns the processed value of a named route parameter.

NullRouteMatch::getParameters() — Method in class NullRouteMatch

Returns the bag of all processed route parameters.

NullRouteMatch::getRawParameter() — Method in class NullRouteMatch

Returns the raw value of a named route parameter.

NullRouteMatch::getRawParameters() — Method in class NullRouteMatch

Returns the bag of all raw route parameters.

RedirectDestination::getAsArray() — Method in class RedirectDestination

Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url.

RedirectDestination::get() — Method in class RedirectDestination

Gets the destination as a path.

RedirectDestinationInterface::getAsArray() — Method in class RedirectDestinationInterface

Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url.

RedirectDestinationInterface::get() — Method in class RedirectDestinationInterface

Gets the destination as a path.

RedirectDestinationTrait::getDestinationArray() — Method in class RedirectDestinationTrait

Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url.

RedirectDestinationTrait::getRedirectDestination() — Method in class RedirectDestinationTrait

Returns the redirect destination service.

RequestContext::getCompleteBaseUrl() — Method in class RequestContext

Gets the scheme, host and base path.

RequestFormatRouteFilter::getDefaultFormat() — Method in class RequestFormatRouteFilter

Determines the default request format.

RequestFormatRouteFilter::getAvailableFormats() — Method in class RequestFormatRouteFilter

Gets the set of formats across all routes in the collection.

RouteBuildEvent::getRouteCollection() — Method in class RouteBuildEvent

Gets the route collection.

RouteBuilder::getRouteDefinitions() — Method in class RouteBuilder

Retrieves all defined routes from .routing.yml files.

RouteCompiler::getPatternOutline() — Method in class RouteCompiler

Returns the pattern outline.

RouteCompiler::getFit() — Method in class RouteCompiler

Determines the fitness of the provided path.

RouteCompiler::getPathWithoutDefaults() — Method in class RouteCompiler

Returns the path of the route, without placeholders with a default value.

RouteMatch::getRouteName() — Method in class RouteMatch

Returns the route name.

RouteMatch::getRouteObject() — Method in class RouteMatch

Returns the route object.

RouteMatch::getParameter() — Method in class RouteMatch

Returns the processed value of a named route parameter.

RouteMatch::getParameters() — Method in class RouteMatch

Returns the bag of all processed route parameters.

RouteMatch::getRawParameter() — Method in class RouteMatch

Returns the raw value of a named route parameter.

RouteMatch::getRawParameters() — Method in class RouteMatch

Returns the bag of all raw route parameters.

RouteMatch::getParameterNames() — Method in class RouteMatch

Returns the names of all parameters for the currently matched route.

RouteMatchInterface::getRouteName() — Method in class RouteMatchInterface

Returns the route name.

RouteMatchInterface::getRouteObject() — Method in class RouteMatchInterface

Returns the route object.

RouteMatchInterface::getParameter() — Method in class RouteMatchInterface

Returns the processed value of a named route parameter.

RouteMatchInterface::getParameters() — Method in class RouteMatchInterface

Returns the bag of all processed route parameters.

RouteMatchInterface::getRawParameter() — Method in class RouteMatchInterface

Returns the raw value of a named route parameter.

RouteMatchInterface::getRawParameters() — Method in class RouteMatchInterface

Returns the bag of all raw route parameters.

RoutePreloader::getSubscribedEvents() — Method in class RoutePreloader
{@inheritdoc}
RouteProvider::getRouteCollectionForRequest() — Method in class RouteProvider

Finds routes that may potentially match the request.

RouteProvider::getRouteByName() — Method in class RouteProvider

Find the route using the provided route name.

RouteProvider::getRoutesByNames() — Method in class RouteProvider

Find many routes by their names using the provided list of names.

RouteProvider::getCandidateOutlines() — Method in class RouteProvider

Returns an array of path pattern outlines that could match the path parts.

RouteProvider::getRoutesByPattern() — Method in class RouteProvider

Get all routes which match a certain pattern.

RouteProvider::getRoutesByPath() — Method in class RouteProvider

Get all routes which match a certain pattern.

RouteProvider::getAllRoutes() — Method in class RouteProvider

Returns all the routes on the system.

RouteProvider::getSubscribedEvents() — Method in class RouteProvider
{@inheritdoc}
RouteProvider::getRoutesPaged() — Method in class RouteProvider

Returns a chunk of routes.

RouteProvider::getRoutesCount() — Method in class RouteProvider

Gets the total count of routes provided by the router.

RouteProvider::getRouteCollectionCacheId() — Method in class RouteProvider

Returns the cache ID for the route collection cache.

RouteProvider::getCurrentLanguageCacheIdPart() — Method in class RouteProvider

Returns the language identifier for the route collection cache.

RouteProviderInterface::getRouteCollectionForRequest() — Method in class RouteProviderInterface

Finds routes that may potentially match the request.

RouteProviderInterface::getRouteByName() — Method in class RouteProviderInterface

Find the route using the provided route name.

RouteProviderInterface::getRoutesByNames() — Method in class RouteProviderInterface

Find many routes by their names using the provided list of names.

RouteProviderInterface::getRoutesByPattern() — Method in class RouteProviderInterface

Get all routes which match a certain pattern.

RouteProviderInterface::getAllRoutes() — Method in class RouteProviderInterface

Returns all the routes on the system.

RouteProviderLazyBuilder::getRouteProvider() — Method in class RouteProviderLazyBuilder

Gets the real route provider service and rebuilds the router id necessary.

RouteProviderLazyBuilder::getRouteCollectionForRequest() — Method in class RouteProviderLazyBuilder

Finds routes that may potentially match the request.

RouteProviderLazyBuilder::getRouteByName() — Method in class RouteProviderLazyBuilder

Find the route using the provided route name.

RouteProviderLazyBuilder::getRoutesByNames() — Method in class RouteProviderLazyBuilder

Find many routes by their names using the provided list of names.

RouteProviderLazyBuilder::getRoutesByPattern() — Method in class RouteProviderLazyBuilder

Get all routes which match a certain pattern.

RouteProviderLazyBuilder::getAllRoutes() — Method in class RouteProviderLazyBuilder

Returns all the routes on the system.

RouteProviderLazyBuilder::getRoutesPaged() — Method in class RouteProviderLazyBuilder

Returns a chunk of routes.

RouteProviderLazyBuilder::getRoutesCount() — Method in class RouteProviderLazyBuilder

Gets the total count of routes provided by the router.

RouteProviderLazyBuilder::getSubscribedEvents() — Method in class RouteProviderLazyBuilder
{@inheritdoc}
RouteSubscriberBase::getSubscribedEvents() — Method in class RouteSubscriberBase
{@inheritdoc}
Router::getInitialRouteCollection() — Method in class Router

Returns a collection of potential matching routes for a request.

Router::getRouteCollection() — Method in class Router
{@inheritdoc}
Router::generate() — Method in class Router
{@inheritdoc}
StackedRouteMatchInterface::getCurrentRouteMatch() — Method in class StackedRouteMatchInterface

Gets the current route match.

StackedRouteMatchInterface::getMasterRouteMatch() — Method in class StackedRouteMatchInterface

Gets the master route match.

StackedRouteMatchInterface::getParentRouteMatch() — Method in class StackedRouteMatchInterface

Returns the parent route match of the current.

StackedRouteMatchInterface::getRouteMatchFromRequest() — Method in class StackedRouteMatchInterface

Returns a route match from a given request, if possible.

UrlGenerator::getContext() — Method in class UrlGenerator
{@inheritdoc}
UrlGenerator::getPathFromRoute() — Method in class UrlGenerator

Gets the internal path (system path) for a route.

UrlGenerator::getInternalPathFromRoute() — Method in class UrlGenerator

Gets the path of a route.

UrlGenerator::generate() — Method in class UrlGenerator
{@inheritdoc}
UrlGenerator::generateFromRoute() — Method in class UrlGenerator

Generates a URL or path for a specific route based on the given parameters.

UrlGenerator::getRoute() — Method in class UrlGenerator

Find the route using the provided route name.

UrlGenerator::getRouteDebugMessage() — Method in class UrlGenerator
{@inheritdoc}
UrlGeneratorInterface::getPathFromRoute() — Method in class UrlGeneratorInterface

Gets the internal path (system path) for a route.

UrlGeneratorInterface::generateFromRoute() — Method in class UrlGeneratorInterface

Generates a URL or path for a specific route based on the given parameters.

UrlMatcher::getAttributes() — Method in class UrlMatcher
{@inheritdoc}
Yaml::getSerializer() — Method in class Yaml

Determines which implementation to use for parsing YAML.

AccountInterface::getRoles() — Method in class AccountInterface

Returns a list of roles.

AccountInterface::getPreferredLangcode() — Method in class AccountInterface

Returns the preferred language code of the account.

AccountInterface::getPreferredAdminLangcode() — Method in class AccountInterface

Returns the preferred administrative language code of the account.

AccountInterface::getAccountName() — Method in class AccountInterface

Returns the unaltered login name of this account.

AccountInterface::getDisplayName() — Method in class AccountInterface

Returns the display name of this account.

AccountInterface::getEmail() — Method in class AccountInterface

Returns the email address of this account.

AccountInterface::getTimeZone() — Method in class AccountInterface

Returns the timezone of this account.

AccountInterface::getLastAccessedTime() — Method in class AccountInterface

The timestamp when the account last accessed the site.

AccountProxy::getAccount() — Method in class AccountProxy

Gets the currently wrapped account.

AccountProxy::getRoles() — Method in class AccountProxy

Returns a list of roles.

AccountProxy::getPreferredLangcode() — Method in class AccountProxy

Returns the preferred language code of the account.

AccountProxy::getPreferredAdminLangcode() — Method in class AccountProxy

Returns the preferred administrative language code of the account.

AccountProxy::getAccountName() — Method in class AccountProxy

Returns the unaltered login name of this account.

AccountProxy::getDisplayName() — Method in class AccountProxy

Returns the display name of this account.

AccountProxy::getEmail() — Method in class AccountProxy

Returns the email address of this account.

AccountProxy::getTimeZone() — Method in class AccountProxy

Returns the timezone of this account.

AccountProxy::getLastAccessedTime() — Method in class AccountProxy

The timestamp when the account last accessed the site.

AccountProxyInterface::getAccount() — Method in class AccountProxyInterface

Gets the currently wrapped account.

AccountSetEvent::getAccount() — Method in class AccountSetEvent

Gets the account.

MetadataBag::getCsrfTokenSeed() — Method in class MetadataBag

Get the CSRF token seed.

PermissionsHashGenerator::generate() — Method in class PermissionsHashGenerator

Generates a hash that uniquely identifies a user's permissions.

PermissionsHashGeneratorInterface::generate() — Method in class PermissionsHashGeneratorInterface

Generates a hash that uniquely identifies a user's permissions.

SessionConfiguration::getOptions() — Method in class SessionConfiguration

Returns a list of options suitable for passing to the session storage.

SessionConfiguration::getName() — Method in class SessionConfiguration

Returns the session cookie name.

SessionConfiguration::getUnprefixedName() — Method in class SessionConfiguration

Returns the session cookie name without the secure/insecure prefix.

SessionConfiguration::getCookieDomain() — Method in class SessionConfiguration

Return the session cookie domain.

SessionConfigurationInterface::getOptions() — Method in class SessionConfigurationInterface

Returns a list of options suitable for passing to the session storage.

SessionHandler::gc() — Method in class SessionHandler
{@inheritdoc}
SessionManager::getId() — Method in class SessionManager
{@inheritdoc}
SessionManager::getSessionDataMask() — Method in class SessionManager

Returns a map specifying which session key is containing user data.

UserSession::getRoles() — Method in class UserSession

Returns a list of roles.

UserSession::getPreferredLangcode() — Method in class UserSession

Returns the preferred language code of the account.

UserSession::getPreferredAdminLangcode() — Method in class UserSession

Returns the preferred administrative language code of the account.

UserSession::getAccountName() — Method in class UserSession

Returns the unaltered login name of this account.

UserSession::getDisplayName() — Method in class UserSession

Returns the display name of this account.

UserSession::getEmail() — Method in class UserSession

Returns the email address of this account.

UserSession::getTimeZone() — Method in class UserSession

Returns the timezone of this account.

UserSession::getLastAccessedTime() — Method in class UserSession

The timestamp when the account last accessed the site.

UserSession::getRoleStorage() — Method in class UserSession

Returns the role storage object.

WriteSafeSessionHandler::gc() — Method in class WriteSafeSessionHandler
{@inheritdoc}
SitePathFactory::get() — Method in class SitePathFactory

Gets the site path.

MaintenanceMode::getSiteMaintenanceMessage() — Method in class MaintenanceMode

Gets the site maintenance message.

MaintenanceModeInterface::getSiteMaintenanceMessage() — Method in class MaintenanceModeInterface

Gets the site maintenance message.

Settings::getInstance() — Method in class Settings

Returns the settings instance.

Settings::get() — Method in class Settings

Returns a setting.

Settings::getAll() — Method in class Settings

Returns all the settings. This is only used for testing purposes.

Settings::getHashSalt() — Method in class Settings

Gets a salt useful for hardening against SQL injection.

Settings::getApcuPrefix() — Method in class Settings

Generates a prefix for APCu user cache keys.

NegotiationMiddleware::getContentType() — Method in class NegotiationMiddleware

Gets the normalized type of a request.

State::get() — Method in class State

Returns the stored value for a given key.

State::getMultiple() — Method in class State

Returns the stored key/value pairs for a given set of keys.

StateInterface::get() — Method in class StateInterface

Returns the stored value for a given key.

StateInterface::getMultiple() — Method in class StateInterface

Returns the stored key/value pairs for a given set of keys.

LocalReadOnlyStream::getType() — Method in class LocalReadOnlyStream

Returns the type of stream wrapper.

LocalStream::getType() — Method in class LocalStream

Returns the type of stream wrapper.

LocalStream::getDirectoryPath() — Method in class LocalStream

Gets the path that the wrapper is responsible for.

LocalStream::getUri() — Method in class LocalStream

Returns the stream resource URI.

LocalStream::getTarget() — Method in class LocalStream

Returns the local writable target of the resource within the stream.

LocalStream::getLocalPath() — Method in class LocalStream

Returns the canonical absolute path of the URI, if possible.

PrivateStream::getType() — Method in class PrivateStream

Returns the type of stream wrapper.

PrivateStream::getName() — Method in class PrivateStream

Returns the name of the stream wrapper for use in the UI.

PrivateStream::getDescription() — Method in class PrivateStream

Returns the description of the stream wrapper for use in the UI.

PrivateStream::getDirectoryPath() — Method in class PrivateStream

Gets the path that the wrapper is responsible for.

PrivateStream::getExternalUrl() — Method in class PrivateStream

Returns a web accessible URL for the resource.

PublicStream::getType() — Method in class PublicStream

Returns the type of stream wrapper.

PublicStream::getName() — Method in class PublicStream

Returns the name of the stream wrapper for use in the UI.

PublicStream::getDescription() — Method in class PublicStream

Returns the description of the stream wrapper for use in the UI.

PublicStream::getDirectoryPath() — Method in class PublicStream

Gets the path that the wrapper is responsible for.

PublicStream::getExternalUrl() — Method in class PublicStream

Returns a web accessible URL for the resource.

ReadOnlyStream::getUri() — Method in class ReadOnlyStream

Returns the stream resource URI.

StreamWrapperInterface::getType() — Method in class StreamWrapperInterface

Returns the type of stream wrapper.

StreamWrapperInterface::getName() — Method in class StreamWrapperInterface

Returns the name of the stream wrapper for use in the UI.

StreamWrapperInterface::getDescription() — Method in class StreamWrapperInterface

Returns the description of the stream wrapper for use in the UI.

StreamWrapperInterface::getUri() — Method in class StreamWrapperInterface

Returns the stream resource URI.

StreamWrapperInterface::getExternalUrl() — Method in class StreamWrapperInterface

Returns a web accessible URL for the resource.

StreamWrapperManager::getWrappers() — Method in class StreamWrapperManager

Provides Drupal stream wrapper registry.

StreamWrapperManager::getNames() — Method in class StreamWrapperManager

Returns registered stream wrapper names.

StreamWrapperManager::getDescriptions() — Method in class StreamWrapperManager

Returns registered stream wrapper descriptions.

StreamWrapperManager::getViaScheme() — Method in class StreamWrapperManager

Returns a reference to the stream wrapper class responsible for a scheme.

StreamWrapperManager::getViaUri() — Method in class StreamWrapperManager

Returns a reference to the stream wrapper class responsible for a URI.

StreamWrapperManager::getClass() — Method in class StreamWrapperManager

Returns the stream wrapper class name for a given scheme.

StreamWrapperManager::getWrapper() — Method in class StreamWrapperManager

Returns a stream wrapper instance.

StreamWrapperManager::getTarget() — Method in class StreamWrapperManager

Returns the part of a URI after the schema.

StreamWrapperManager::getScheme() — Method in class StreamWrapperManager

Returns the scheme of a URI (e.g. a stream).

StreamWrapperManagerInterface::getWrappers() — Method in class StreamWrapperManagerInterface

Provides Drupal stream wrapper registry.

StreamWrapperManagerInterface::getNames() — Method in class StreamWrapperManagerInterface

Returns registered stream wrapper names.

StreamWrapperManagerInterface::getDescriptions() — Method in class StreamWrapperManagerInterface

Returns registered stream wrapper descriptions.

StreamWrapperManagerInterface::getViaScheme() — Method in class StreamWrapperManagerInterface

Returns a reference to the stream wrapper class responsible for a scheme.

StreamWrapperManagerInterface::getViaUri() — Method in class StreamWrapperManagerInterface

Returns a reference to the stream wrapper class responsible for a URI.

StreamWrapperManagerInterface::getClass() — Method in class StreamWrapperManagerInterface

Returns the stream wrapper class name for a given scheme.

StreamWrapperManagerInterface::getTarget() — Method in class StreamWrapperManagerInterface

Returns the part of a URI after the schema.

StreamWrapperManagerInterface::getScheme() — Method in class StreamWrapperManagerInterface

Returns the scheme of a URI (e.g. a stream).

TemporaryStream::getType() — Method in class TemporaryStream

Returns the type of stream wrapper.

TemporaryStream::getName() — Method in class TemporaryStream

Returns the name of the stream wrapper for use in the UI.

TemporaryStream::getDescription() — Method in class TemporaryStream

Returns the description of the stream wrapper for use in the UI.

TemporaryStream::getDirectoryPath() — Method in class TemporaryStream

Gets the path that the wrapper is responsible for.

TemporaryStream::getExternalUrl() — Method in class TemporaryStream

Returns a web accessible URL for the resource.

PluralTranslatableMarkup::getPluralIndex() — Method in class PluralTranslatableMarkup

Gets the plural index through the gettext formula.

StringTranslationTrait::getNumberOfPlurals() — Method in class StringTranslationTrait

Returns the number of plurals supported by a given language.

StringTranslationTrait::getStringTranslation() — Method in class StringTranslationTrait

Gets the string translation service.

TranslatableMarkup::getUntranslatedString() — Method in class TranslatableMarkup

Gets the untranslated string value stored in this translated string.

TranslatableMarkup::getOption() — Method in class TranslatableMarkup

Gets a specific option from this translated string.

TranslatableMarkup::getOptions() — Method in class TranslatableMarkup

Gets all options from this translated string.

TranslatableMarkup::getArguments() — Method in class TranslatableMarkup

Gets all arguments from this translated string.

TranslatableMarkup::getStringTranslation() — Method in class TranslatableMarkup

Gets the string translation service.

TranslationManager::getStringTranslation() — Method in class TranslationManager

Retrieves English string to given language.

CustomStrings::getLanguage() — Method in class CustomStrings

Retrieves translations for a given language.

FileTranslation::getLanguage() — Method in class FileTranslation

Retrieves translations for a given language.

FileTranslation::getTranslationFilesPattern() — Method in class FileTranslation

Provides translation file name pattern.

StaticTranslation::getStringTranslation() — Method in class StaticTranslation

Retrieves English string to given language.

StaticTranslation::getLanguage() — Method in class StaticTranslation

Retrieves translations for a given language.

TranslatorInterface::getStringTranslation() — Method in class TranslatorInterface

Retrieves English string to given language.

BreakLockLink::getInfo() — Method in class BreakLockLink

Returns the element properties for this element.

Lock::getOwnerId() — Method in class Lock

Gets the owner ID.

Lock::getUpdated() — Method in class Lock

Gets the timestamp of the last update to the lock.

PrivateTempStore::get() — Method in class PrivateTempStore

Retrieves a value from this PrivateTempStore for a given key.

PrivateTempStore::getMetadata() — Method in class PrivateTempStore

Returns the metadata associated with a particular key/value pair.

PrivateTempStore::getOwner() — Method in class PrivateTempStore

Gets the current owner based on the current user or the session ID.

PrivateTempStoreFactory::get() — Method in class PrivateTempStoreFactory

Creates a PrivateTempStore.

SharedTempStore::get() — Method in class SharedTempStore

Retrieves a value from this SharedTempStore for a given key.

SharedTempStore::getIfOwner() — Method in class SharedTempStore

Retrieves a value from this SharedTempStore for a given key.

SharedTempStore::getMetadata() — Method in class SharedTempStore

Returns the metadata associated with a particular key/value pair.

SharedTempStoreFactory::get() — Method in class SharedTempStoreFactory

Creates a SharedTempStore for the current user or anonymous session.

Attribute::getClass() — Method in class Attribute

Gets the class attribute value if set.

Attribute::getIterator() — Method in class Attribute
{@inheritdoc}
AttributeArray::getIterator() — Method in class AttributeArray
{@inheritdoc}
StringLoader::getCacheKey() — Method in class StringLoader
{@inheritdoc}
StringLoader::getSourceContext() — Method in class StringLoader
{@inheritdoc}
ThemeRegistryLoader::getCacheKey() — Method in class ThemeRegistryLoader
{@inheritdoc}
TwigEnvironment::getTwigCachePrefix() — Method in class TwigEnvironment

Get the cache prefixed used by \Drupal\Core\Template\TwigPhpStorageCache.

TwigEnvironment::getTemplateMetadata() — Method in class TwigEnvironment

Retrieves metadata associated with a template.

TwigEnvironment::getTemplateClass() — Method in class TwigEnvironment

Gets the template class associated with the given string.

TwigExtension::getFunctions() — Method in class TwigExtension
{@inheritdoc}
TwigExtension::getFilters() — Method in class TwigExtension
{@inheritdoc}
TwigExtension::getNodeVisitors() — Method in class TwigExtension
{@inheritdoc}
TwigExtension::getTokenParsers() — Method in class TwigExtension
{@inheritdoc}
TwigExtension::getName() — Method in class TwigExtension
{@inheritdoc}
TwigExtension::getPath() — Method in class TwigExtension

Generates a URL path given a route name and parameters.

TwigExtension::getUrl() — Method in class TwigExtension

Generates an absolute URL given a route name and parameters.

TwigExtension::getLink() — Method in class TwigExtension

Gets a rendered link from a url object.

TwigExtension::getActiveTheme() — Method in class TwigExtension

Gets the name of the active theme.

TwigExtension::getActiveThemePath() — Method in class TwigExtension

Gets the path of the active theme.

TwigNodeVisitor::getPriority() — Method in class TwigNodeVisitor
{@inheritdoc}
TwigPhpStorageCache::generateKey() — Method in class TwigPhpStorageCache
{@inheritdoc}
TwigPhpStorageCache::getTimestamp() — Method in class TwigPhpStorageCache
{@inheritdoc}
TwigTransTokenParser::getTag() — Method in class TwigTransTokenParser
{@inheritdoc}
AssertMailTrait::getMails() — Method in class AssertMailTrait

Gets an array containing all emails sent during this test case.

FunctionalTestSetupTrait::getDatabaseTypes() — Method in class FunctionalTestSetupTrait

Returns all supported database driver installer objects.

PerformanceTestRecorder::getCount() — Method in class PerformanceTestRecorder
PerformanceTestRecorder::getSubscribedEvents() — Method in class PerformanceTestRecorder
{@inheritdoc}
TestFileParser::getTestListFromFile() — Method in class TestFileParser

Gets the classes from a PHP file.

TestDatabase::getConnection() — Method in class TestDatabase

Returns the database connection to the site running Simpletest.

TestDatabase::getTestSitePath() — Method in class TestDatabase

Gets the relative path to the test site directory.

TestDatabase::getDatabasePrefix() — Method in class TestDatabase

Gets the test database prefix.

TestDatabase::getTestLock() — Method in class TestDatabase

Generates a unique lock ID for the test method.

TestDatabase::getLockFile() — Method in class TestDatabase

Gets the lock file path.

TestDiscovery::getTestClasses() — Method in class TestDiscovery

Discovers all available tests in all extensions.

TestDiscovery::getTestInfo() — Method in class TestDiscovery

Retrieves information about a test class for UI purposes.

TestDiscovery::getPhpunitTestSuite() — Method in class TestDiscovery

Determines the phpunit testsuite for a given classname, based on namespace.

TestDiscovery::getExtensions() — Method in class TestDiscovery

Returns all available extensions.

TestSetupTrait::getDatabaseConnection() — Method in class TestSetupTrait

Returns the database connection to the site running Simpletest.

TestSetupTrait::getConfigSchemaExclusions() — Method in class TestSetupTrait

Gets the config schema exclusions for this test.

ActiveTheme::getName() — Method in class ActiveTheme

Returns the machine name of the theme.

ActiveTheme::getPath() — Method in class ActiveTheme

Returns the path to the theme directory.

ActiveTheme::getEngine() — Method in class ActiveTheme

Returns the theme engine.

ActiveTheme::getOwner() — Method in class ActiveTheme

Returns the path to the theme engine for root themes.

ActiveTheme::getExtension() — Method in class ActiveTheme

Returns the extension object.

ActiveTheme::getLibraries() — Method in class ActiveTheme

Returns the libraries provided by the theme.

ActiveTheme::getStyleSheetsRemove() — Method in class ActiveTheme

Returns the removed stylesheets by the theme.

ActiveTheme::getBaseThemeExtensions() — Method in class ActiveTheme

Returns an array of base theme extension objects keyed by name.

ActiveTheme::getLogo() — Method in class ActiveTheme

Returns the logo provided by the theme.

ActiveTheme::getRegions() — Method in class ActiveTheme

The regions used by the theme.

ActiveTheme::getLibrariesOverride() — Method in class ActiveTheme

Returns the libraries or library assets overridden by the active theme.

ActiveTheme::getLibrariesExtend() — Method in class ActiveTheme

Returns the libraries extended by the active theme.

MissingThemeDependencyException::getMissingThemeName() — Method in class MissingThemeDependencyException

Gets the machine name of the missing theme.

Registry::get() — Method in class Registry

Returns the complete theme registry from cache or rebuilds it.

Registry::getRuntime() — Method in class Registry

Returns the incomplete, runtime theme registry.

Registry::getBaseHook() — Method in class Registry

Returns the base hook for a given hook suggestion.

Registry::getPrefixGroupedUserFunctions() — Method in class Registry

Gets all user functions grouped by the word before the first underscore.

Registry::getPath() — Method in class Registry

Wraps drupal_get_path().

ThemeInitialization::getActiveThemeByName() — Method in class ThemeInitialization

Builds an active theme object.

ThemeInitialization::getActiveTheme() — Method in class ThemeInitialization

Builds up the active theme object from extensions.

ThemeInitialization::getExtensions() — Method in class ThemeInitialization

Gets all extensions.

ThemeInitializationInterface::getActiveThemeByName() — Method in class ThemeInitializationInterface

Builds an active theme object.

ThemeInitializationInterface::getActiveTheme() — Method in class ThemeInitializationInterface

Builds up the active theme object from extensions.

ThemeManager::getActiveTheme() — Method in class ThemeManager

Returns the active theme object.

ThemeManagerInterface::getActiveTheme() — Method in class ThemeManagerInterface

Returns the active theme object.

ThemeSettings::getTheme() — Method in class ThemeSettings

Returns the theme of this theme settings object.

ThemeSettings::getCacheTags() — Method in class ThemeSettings

The cache tags associated with this object.

ComplexDataDefinitionBase::getPropertyDefinitions() — Method in class ComplexDataDefinitionBase

Gets an array of property definitions of contained properties.

ComplexDataDefinitionBase::getPropertyDefinition() — Method in class ComplexDataDefinitionBase

Gets the definition of a contained property.

ComplexDataDefinitionBase::getMainPropertyName() — Method in class ComplexDataDefinitionBase

Returns the name of the main property, if any.

ComplexDataDefinitionInterface::getPropertyDefinition() — Method in class ComplexDataDefinitionInterface

Gets the definition of a contained property.

ComplexDataDefinitionInterface::getPropertyDefinitions() — Method in class ComplexDataDefinitionInterface

Gets an array of property definitions of contained properties.

ComplexDataDefinitionInterface::getMainPropertyName() — Method in class ComplexDataDefinitionInterface

Returns the name of the main property, if any.

ComplexDataInterface::getDataDefinition() — Method in class ComplexDataInterface

Gets the data definition.

ComplexDataInterface::get() — Method in class ComplexDataInterface

Gets a property object.

ComplexDataInterface::getProperties() — Method in class ComplexDataInterface

Gets an array of property objects.

ComputedItemListTrait::getValue() — Method in class ComputedItemListTrait
{@inheritdoc}
ComputedItemListTrait::getString() — Method in class ComputedItemListTrait
{@inheritdoc}
ComputedItemListTrait::get() — Method in class ComputedItemListTrait
{@inheritdoc}
ComputedItemListTrait::getIterator() — Method in class ComputedItemListTrait
{@inheritdoc}
DataDefinition::getDataType() — Method in class DataDefinition

Returns the data type of the data.

DataDefinition::getLabel() — Method in class DataDefinition

Returns a human readable label.

DataDefinition::getDescription() — Method in class DataDefinition

Returns a human readable description.

DataDefinition::getClass() — Method in class DataDefinition

Returns the class used for creating the typed data object.

DataDefinition::getSettings() — Method in class DataDefinition

Returns the array of settings, as required by the used class.

DataDefinition::getSetting() — Method in class DataDefinition

Returns the value of a given setting.

DataDefinition::getConstraints() — Method in class DataDefinition

Returns an array of validation constraints.

DataDefinition::getConstraint() — Method in class DataDefinition

Returns a validation constraint.

DataDefinitionInterface::getDataType() — Method in class DataDefinitionInterface

Returns the data type of the data.

DataDefinitionInterface::getLabel() — Method in class DataDefinitionInterface

Returns a human readable label.

DataDefinitionInterface::getDescription() — Method in class DataDefinitionInterface

Returns a human readable description.

DataDefinitionInterface::getClass() — Method in class DataDefinitionInterface

Returns the class used for creating the typed data object.

DataDefinitionInterface::getSettings() — Method in class DataDefinitionInterface

Returns the array of settings, as required by the used class.

DataDefinitionInterface::getSetting() — Method in class DataDefinitionInterface

Returns the value of a given setting.

DataDefinitionInterface::getConstraints() — Method in class DataDefinitionInterface

Returns an array of validation constraints.

DataDefinitionInterface::getConstraint() — Method in class DataDefinitionInterface

Returns a validation constraint.

DataReferenceBase::getTarget() — Method in class DataReferenceBase

Gets the referenced data.

DataReferenceBase::getValue() — Method in class DataReferenceBase

Gets the data value.

DataReferenceBase::getString() — Method in class DataReferenceBase

Returns a string representation of the data.

DataReferenceDefinition::getTargetDefinition() — Method in class DataReferenceDefinition

Gets the data definition of the referenced data.

DataReferenceDefinitionInterface::getTargetDefinition() — Method in class DataReferenceDefinitionInterface

Gets the data definition of the referenced data.

DataReferenceInterface::getTarget() — Method in class DataReferenceInterface

Gets the referenced data.

DataReferenceInterface::getTargetIdentifier() — Method in class DataReferenceInterface

Gets the identifier of the referenced data.

DataReferenceTargetDefinition::getConstraints() — Method in class DataReferenceTargetDefinition

Returns an array of validation constraints.

ListDataDefinition::getDataType() — Method in class ListDataDefinition

Returns the data type of the data.

ListDataDefinition::getClass() — Method in class ListDataDefinition

Returns the class used for creating the typed data object.

ListDataDefinition::getItemDefinition() — Method in class ListDataDefinition

Gets the data definition of an item of the list.

ListDataDefinitionInterface::getItemDefinition() — Method in class ListDataDefinitionInterface

Gets the data definition of an item of the list.

ListInterface::getDataDefinition() — Method in class ListInterface

Gets the data definition.

ListInterface::getItemDefinition() — Method in class ListInterface

Gets the definition of a contained item.

ListInterface::get() — Method in class ListInterface

Returns the item at the specified position in this list.

MapDataDefinition::getPropertyDefinitions() — Method in class MapDataDefinition

Gets an array of property definitions of contained properties.

MapDataDefinition::getMainPropertyName() — Method in class MapDataDefinition

Returns the name of the main property, if any.

OptionsProviderInterface::getPossibleValues() — Method in class OptionsProviderInterface

Returns an array of possible values.

OptionsProviderInterface::getPossibleOptions() — Method in class OptionsProviderInterface

Returns an array of possible values with labels for display.

OptionsProviderInterface::getSettableValues() — Method in class OptionsProviderInterface

Returns an array of settable values.

OptionsProviderInterface::getSettableOptions() — Method in class OptionsProviderInterface

Returns an array of settable values with labels for display.

BinaryData::getValue() — Method in class BinaryData

Gets the data value.

BinaryData::getString() — Method in class BinaryData

Returns a string representation of the data.

BinaryData::getCastedValue() — Method in class BinaryData

Gets the primitive data value casted to the correct PHP type.

BooleanData::getCastedValue() — Method in class BooleanData

Gets the primitive data value casted to the correct PHP type.

DateTimeIso8601::getDateTime() — Method in class DateTimeIso8601

Returns the date time object.

DurationIso8601::getDuration() — Method in class DurationIso8601

Returns the duration.

FloatData::getCastedValue() — Method in class FloatData

Gets the primitive data value casted to the correct PHP type.

IntegerData::getCastedValue() — Method in class IntegerData

Gets the primitive data value casted to the correct PHP type.

ItemList::getValue() — Method in class ItemList

Gets the data value.

ItemList::getString() — Method in class ItemList

Returns a string representation of the data.

ItemList::get() — Method in class ItemList

Returns the item at the specified position in this list.

ItemList::getItemDefinition() — Method in class ItemList

Gets the definition of a contained item.

ItemList::getIterator() — Method in class ItemList
{@inheritdoc}
Language::getValue() — Method in class Language

Overrides TypedData::getValue().

Language::getString() — Method in class Language

Returns a string representation of the data.

LanguageReference::getTargetIdentifier() — Method in class LanguageReference

Gets the identifier of the referenced data.

Map::getValue() — Method in class Map

Gets the data value.

Map::getString() — Method in class Map

Returns a string representation of the data.

Map::get() — Method in class Map

Gets a property object.

Map::getProperties() — Method in class Map

Gets an array of property objects.

Map::getIterator() — Method in class Map
{@inheritdoc}
StringData::getCastedValue() — Method in class StringData

Gets the primitive data value casted to the correct PHP type.

TimeSpan::getDuration() — Method in class TimeSpan

Returns the duration.

Timestamp::getDateTime() — Method in class Timestamp

Returns the date time object.

PrimitiveBase::getValue() — Method in class PrimitiveBase

Gets the data value.

PrimitiveInterface::getValue() — Method in class PrimitiveInterface

Gets the primitive data value.

PrimitiveInterface::getCastedValue() — Method in class PrimitiveInterface

Gets the primitive data value casted to the correct PHP type.

TranslatableInterface::getTranslationLanguages() — Method in class TranslatableInterface

Returns the languages the data is translated to.

TranslatableInterface::getTranslation() — Method in class TranslatableInterface

Gets a translation of the data.

TranslatableInterface::getUntranslated() — Method in class TranslatableInterface

Returns the translatable object referring to the original language.

TranslationStatusInterface::getTranslationStatus() — Method in class TranslationStatusInterface

Returns the translation status.

DateTimeInterface::getDateTime() — Method in class DateTimeInterface

Returns the date time object.

DurationInterface::getDuration() — Method in class DurationInterface

Returns the duration.

TypedData::getPluginId() — Method in class TypedData

Gets the plugin_id of the plugin instance.

TypedData::getPluginDefinition() — Method in class TypedData

Gets the definition of the plugin implementation.

TypedData::getDataDefinition() — Method in class TypedData

Gets the data definition.

TypedData::getValue() — Method in class TypedData

Gets the data value.

TypedData::getString() — Method in class TypedData

Returns a string representation of the data.

TypedData::getConstraints() — Method in class TypedData

Gets a list of validation constraints.

TypedData::getName() — Method in class TypedData

Returns the name of a property or item.

TypedData::getRoot() — Method in class TypedData

Returns the root of the typed data tree.

TypedData::getPropertyPath() — Method in class TypedData

Returns the property path of the data.

TypedData::getParent() — Method in class TypedData

Returns the parent data structure; i.e. either complex data or a list.

TypedDataInterface::getDataDefinition() — Method in class TypedDataInterface

Gets the data definition.

TypedDataInterface::getValue() — Method in class TypedDataInterface

Gets the data value.

TypedDataInterface::getString() — Method in class TypedDataInterface

Returns a string representation of the data.

TypedDataInterface::getConstraints() — Method in class TypedDataInterface

Gets a list of validation constraints.

TypedDataInterface::getName() — Method in class TypedDataInterface

Returns the name of a property or item.

TypedDataInterface::getParent() — Method in class TypedDataInterface

Returns the parent data structure; i.e. either complex data or a list.

TypedDataInterface::getRoot() — Method in class TypedDataInterface

Returns the root of the typed data tree.

TypedDataInterface::getPropertyPath() — Method in class TypedDataInterface

Returns the property path of the data.

TypedDataInternalPropertiesHelper::getNonInternalProperties() — Method in class TypedDataInternalPropertiesHelper

Gets an array non-internal properties from a complex data object.

TypedDataManager::getInstance() — Method in class TypedDataManager

Gets a preconfigured instance of a plugin.

TypedDataManager::getPropertyInstance() — Method in class TypedDataManager

Get a typed data instance for a property of a given typed data object.

TypedDataManager::getValidator() — Method in class TypedDataManager

Gets the validator for validating typed data.

TypedDataManager::getValidationConstraintManager() — Method in class TypedDataManager

Gets the validation constraint manager.

TypedDataManager::getDefaultConstraints() — Method in class TypedDataManager

Gets default constraints for the given data definition.

TypedDataManager::getCanonicalRepresentation() — Method in class TypedDataManager

Gets the canonical representation of a TypedData object.

TypedDataManagerInterface::getInstance() — Method in class TypedDataManagerInterface

Gets a preconfigured instance of a plugin.

TypedDataManagerInterface::getPropertyInstance() — Method in class TypedDataManagerInterface

Get a typed data instance for a property of a given typed data object.

TypedDataManagerInterface::getValidator() — Method in class TypedDataManagerInterface

Gets the validator for validating typed data.

TypedDataManagerInterface::getValidationConstraintManager() — Method in class TypedDataManagerInterface

Gets the validation constraint manager.

TypedDataManagerInterface::getDefaultConstraints() — Method in class TypedDataManagerInterface

Gets default constraints for the given data definition.

TypedDataManagerInterface::getCanonicalRepresentation() — Method in class TypedDataManagerInterface

Gets the canonical representation of a TypedData object.

TypedDataTrait::getTypedDataManager() — Method in class TypedDataTrait

Gets the typed data manager.

$ ExecutionContext#groupProperty in class ExecutionContext

The currently validated group.

ExecutionContext::getViolations() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::getValidator() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::getRoot() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::getValue() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::getObject() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::getMetadata() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::getGroup() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::getClassName() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::getPropertyName() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::getPropertyPath() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::getMetadataFactory() — Method in class ExecutionContext
{@inheritdoc}
RecursiveContextualValidator::getViolations() — Method in class RecursiveContextualValidator
{@inheritdoc}
RecursiveValidator::getMetadataFor() — Method in class RecursiveValidator
{@inheritdoc}
TypedDataAwareValidatorTrait::getTypedData() — Method in class TypedDataAwareValidatorTrait

Gets the typed data object for the validated value.

TypedDataMetadata::getConstraints() — Method in class TypedDataMetadata
{@inheritdoc}
TypedDataMetadata::getTraversalStrategy() — Method in class TypedDataMetadata
{@inheritdoc}
TypedDataMetadata::getCascadingStrategy() — Method in class TypedDataMetadata
{@inheritdoc}
UpdateCacheBackendFactory::get() — Method in class UpdateCacheBackendFactory

Gets a cache backend class for a given cache bin.

UpdateHookRegistry::getAvailableUpdates() — Method in class UpdateHookRegistry

Returns an array of available schema versions for a module.

UpdateHookRegistry::getInstalledVersion() — Method in class UpdateHookRegistry

Returns the currently installed schema version for a module.

UpdateHookRegistry::getAllInstalledVersions() — Method in class UpdateHookRegistry

Returns the currently installed schema version for all modules.

UpdateRegistry::getRemovedPostUpdates() — Method in class UpdateRegistry

Gets removed hook_post_update_NAME() implementations for a module.

UpdateRegistry::getAvailableUpdateFunctions() — Method in class UpdateRegistry

Gets all available update functions.

UpdateRegistry::getPendingUpdateFunctions() — Method in class UpdateRegistry

Find all update functions that haven't been executed.

UpdateRegistry::getPendingUpdateInformation() — Method in class UpdateRegistry

Returns a list of all the pending updates.

UpdateRegistry::getModuleUpdateFunctions() — Method in class UpdateRegistry

Returns all available updates for a given module.

Module::getInstallDirectory() — Method in class Module

Returns the directory where a module should be installed.

Module::getRootDirectoryRelativePath() — Method in class Module

Returns the name of the root directory under which projects will be copied.

Module::getSchemaUpdates() — Method in class Module

Returns available database schema updates once a new version is installed.

Theme::getInstallDirectory() — Method in class Theme

Returns the directory where a theme should be installed.

Theme::getRootDirectoryRelativePath() — Method in class Theme

Returns the name of the root directory under which projects will be copied.

Updater::getUpdaterFromDirectory() — Method in class Updater

Determines which Updater class can operate on the given directory.

Updater::getExtensionInfo() — Method in class Updater

Get Extension information from directory.

Updater::getProjectName() — Method in class Updater

Gets the name of the project directory (basename).

Updater::getProjectTitle() — Method in class Updater

Returns the project name from a Drupal info file.

Updater::getInstallArgs() — Method in class Updater

Stores the default parameters for the Updater.

Updater::getBackupDir() — Method in class Updater

Returns the full path to a directory where backups should be written.

UpdaterInterface::getProjectName() — Method in class UpdaterInterface

Returns the system name of the project.

UpdaterInterface::getInstallDirectory() — Method in class UpdaterInterface

Returns the path to the default install location for the current project.

UpdaterInterface::getRootDirectoryRelativePath() — Method in class UpdaterInterface

Returns the name of the root directory under which projects will be copied.

Url::getRouteName() — Method in class Url

Returns the route name.

Url::getRouteParameters() — Method in class Url

Returns the route parameters.

Url::getOptions() — Method in class Url

Returns the URL options.

Url::getOption() — Method in class Url

Gets a specific option.

Url::getUri() — Method in class Url

Returns the URI value for this Url object.

Url::getInternalPath() — Method in class Url

Returns the internal path (system path) for this route.

Error::getLastCaller() — Method in class Error

Gets the last caller from a backtrace.

LinkGenerator::generateFromLink() — Method in class LinkGenerator

Renders a link from a link object.

LinkGenerator::generate() — Method in class LinkGenerator

Renders a link to a URL.

LinkGeneratorInterface::generate() — Method in class LinkGeneratorInterface

Renders a link to a URL.

LinkGeneratorInterface::generateFromLink() — Method in class LinkGeneratorInterface

Renders a link from a link object.

ProjectInfo::getProjectName() — Method in class ProjectInfo

Determines what project a given file object belongs to.

TableSort::getContextFromRequest() — Method in class TableSort

Initializes the table sort context.

TableSort::getOrder() — Method in class TableSort

Determines the current sort criterion.

TableSort::getSort() — Method in class TableSort

Determines the current sort direction.

TableSort::getQueryParameters() — Method in class TableSort

Composes a URL query parameter array for table sorting links.

ThemeRegistry::get() — Method in class ThemeRegistry

Gets value from the cache.

Token::generate() — Method in class Token

Generates replacement values for a list of tokens.

Token::getInfo() — Method in class Token

Returns metadata describing supported tokens.

ConstraintManager::getDiscovery() — Method in class ConstraintManager

Gets the plugin discovery.

ConstraintManager::getDefinitionsByType() — Method in class ConstraintManager

Returns a list of constraints that support the given type.

ConstraintValidatorFactory::getInstance() — Method in class ConstraintValidatorFactory
{@inheritdoc}
DrupalTranslator::getLocale() — Method in class DrupalTranslator
{@inheritdoc}
DrupalTranslator::getOptions() — Method in class DrupalTranslator

Returns options suitable for use with TranslatableMarkup.

ComplexDataConstraint::getDefaultOption() — Method in class ComplexDataConstraint
{@inheritdoc}
ComplexDataConstraint::getRequiredOptions() — Method in class ComplexDataConstraint
{@inheritdoc}
UmamiMultilingualInstallTest::getPo() — Method in class UmamiMultilingualInstallTest

Returns the string for the test .po file.

ActionListBuilder::getDefaultOperations() — Method in class ActionListBuilder

Gets this list's default operations.

ActionAdminManageForm::getFormId() — Method in class ActionAdminManageForm

Returns a unique string identifying the form.

ActionDeleteForm::getCancelUrl() — Method in class ActionDeleteForm
{@inheritdoc}
ActionFormBase::getPlugin() — Method in class ActionFormBase

Gets the action plugin while ensuring it implements configuration form.

Action::getIds() — Method in class Action

Defines the source fields uniquely identifying a source row.

AggregatorFeedViewsData::getViewsData() — Method in class AggregatorFeedViewsData

Returns views data for the entity type.

AggregatorItemViewsData::getViewsData() — Method in class AggregatorItemViewsData

Returns views data for the entity type.

Feed::getUrl() — Method in class Feed

Returns the url to the feed.

Feed::getRefreshRate() — Method in class Feed

Returns the refresh rate of the feed in seconds.

Feed::getLastCheckedTime() — Method in class Feed

Returns the last time where the feed was checked for new items.

Feed::getQueuedTime() — Method in class Feed

Returns the time when this feed was queued for refresh, 0 if not queued.

Feed::getWebsiteUrl() — Method in class Feed

Returns the parent website of the feed.

Feed::getDescription() — Method in class Feed

Returns the description of the feed.

Feed::getImage() — Method in class Feed

Returns the primary image attached to the feed.

Feed::getHash() — Method in class Feed

Returns the calculated hash of the feed data, used for validating cache.

Feed::getEtag() — Method in class Feed

Returns the entity tag HTTP response header, used for validating cache.

Feed::getLastModified() — Method in class Feed

Return when the feed was modified last time.

Item::getFeedId() — Method in class Item

Returns the feed id of aggregator item.

Item::getTitle() — Method in class Item

Returns the title of the feed item.

Item::getLink() — Method in class Item

Returns the link to the feed item.

Item::getAuthor() — Method in class Item

Returns the author of the feed item.

Item::getDescription() — Method in class Item

Returns the body of the feed item.

Item::getPostedTime() — Method in class Item

Returns the posted date of the feed item, as a Unix timestamp.

Item::getGuid() — Method in class Item

Returns the unique identifier for the feed item.

Item::getCacheTagsToInvalidate() — Method in class Item

Returns the cache tags that should be used to invalidate caches.

FeedHtmlRouteProvider::getCanonicalRoute() — Method in class FeedHtmlRouteProvider

Gets the canonical route.

FeedHtmlRouteProvider::getEditFormRoute() — Method in class FeedHtmlRouteProvider

Gets the edit-form route.

FeedInterface::getUrl() — Method in class FeedInterface

Returns the url to the feed.

FeedInterface::getRefreshRate() — Method in class FeedInterface

Returns the refresh rate of the feed in seconds.

FeedInterface::getLastCheckedTime() — Method in class FeedInterface

Returns the last time where the feed was checked for new items.

FeedInterface::getQueuedTime() — Method in class FeedInterface

Returns the time when this feed was queued for refresh, 0 if not queued.

FeedInterface::getWebsiteUrl() — Method in class FeedInterface

Returns the parent website of the feed.

FeedInterface::getDescription() — Method in class FeedInterface

Returns the description of the feed.

FeedInterface::getImage() — Method in class FeedInterface

Returns the primary image attached to the feed.

FeedInterface::getHash() — Method in class FeedInterface

Returns the calculated hash of the feed data, used for validating cache.

FeedInterface::getEtag() — Method in class FeedInterface

Returns the entity tag HTTP response header, used for validating cache.

FeedInterface::getLastModified() — Method in class FeedInterface

Return when the feed was modified last time.

FeedStorage::getFeedIdsToRefresh() — Method in class FeedStorage

Returns the fids of feeds that need to be refreshed.

FeedStorageInterface::getFeedIdsToRefresh() — Method in class FeedStorageInterface

Returns the fids of feeds that need to be refreshed.

FeedStorageSchema::getSharedTableFieldSchema() — Method in class FeedStorageSchema

Gets the schema for a single field definition.

FeedDeleteForm::getCancelUrl() — Method in class FeedDeleteForm

Returns the route to go to if the user cancels the action.

FeedDeleteForm::getRedirectUrl() — Method in class FeedDeleteForm

Returns the URL where the user should be redirected after deletion.

FeedDeleteForm::getDeletionMessage() — Method in class FeedDeleteForm
{@inheritdoc}
FeedItemsDeleteForm::getQuestion() — Method in class FeedItemsDeleteForm

Returns the question to ask the user.

FeedItemsDeleteForm::getCancelUrl() — Method in class FeedItemsDeleteForm

Returns the route to go to if the user cancels the action.

FeedItemsDeleteForm::getConfirmText() — Method in class FeedItemsDeleteForm

Returns a caption for the button that confirms the action.

OpmlFeedAdd::getFormId() — Method in class OpmlFeedAdd

Returns a unique string identifying the form.

SettingsForm::getFormId() — Method in class SettingsForm

Returns a unique string identifying the form.

SettingsForm::getEditableConfigNames() — Method in class SettingsForm

Gets the configuration names that will be editable.

ItemInterface::getFeedId() — Method in class ItemInterface

Returns the feed id of aggregator item.

ItemInterface::getTitle() — Method in class ItemInterface

Returns the title of the feed item.

ItemInterface::getLink() — Method in class ItemInterface

Returns the link to the feed item.

ItemInterface::getAuthor() — Method in class ItemInterface

Returns the author of the feed item.

ItemInterface::getDescription() — Method in class ItemInterface

Returns the body of the feed item.

ItemInterface::getPostedTime() — Method in class ItemInterface

Returns the posted date of the feed item, as a Unix timestamp.

ItemInterface::getGuid() — Method in class ItemInterface

Returns the unique identifier for the feed item.

ItemStorage::getItemCount() — Method in class ItemStorage

Returns the count of the items in a feed.

ItemStorageInterface::getItemCount() — Method in class ItemStorageInterface

Returns the count of the items in a feed.

ItemStorageSchema::getSharedTableFieldSchema() — Method in class ItemStorageSchema

Gets the schema for a single field definition.

AggregatorFeedBlock::getCacheTags() — Method in class AggregatorFeedBlock
{@inheritdoc}
DefaultProcessor::getEditableConfigNames() — Method in class DefaultProcessor
{@inheritdoc}
DefaultProcessor::getConfiguration() — Method in class DefaultProcessor

Gets this plugin's configuration.

AggregatorFeed::getIds() — Method in class AggregatorFeed

Defines the source fields uniquely identifying a source row.

AggregatorItem::getIds() — Method in class AggregatorItem

Defines the source fields uniquely identifying a source row.

AutomatedCron::getSubscribedEvents() — Method in class AutomatedCron

Registers the methods in this class that should be listeners.

BanAdmin::getFormId() — Method in class BanAdmin

Returns a unique string identifying the form.

BanDelete::getFormId() — Method in class BanDelete

Returns a unique string identifying the form.

BanDelete::getQuestion() — Method in class BanDelete

Returns the question to ask the user.

BanDelete::getConfirmText() — Method in class BanDelete

Returns a caption for the button that confirms the action.

BanDelete::getCancelUrl() — Method in class BanDelete

Returns the route to go to if the user cancels the action.

BlockedIp::getIds() — Method in class BlockedIp

Gets the destination IDs.

BlockedIps::getIds() — Method in class BlockedIps

Defines the source fields uniquely identifying a source row.

HtmlResponseBigPipeSubscriber::getBigPipeService() — Method in class HtmlResponseBigPipeSubscriber

Returns the BigPipe service to use to send the current response.

HtmlResponseBigPipeSubscriber::getSubscribedEvents() — Method in class HtmlResponseBigPipeSubscriber
{@inheritdoc}
NoBigPipeRouteAlterSubscriber::getSubscribedEvents() — Method in class NoBigPipeRouteAlterSubscriber
{@inheritdoc}
BigPipe::getPlaceholderOrder() — Method in class BigPipe

Gets the BigPipe placeholder order.

BigPipeResponse::getOriginalHtmlResponse() — Method in class BigPipeResponse

Returns the original HTML response.

BigPipeStrategy::generateBigPipePlaceholderId() — Method in class BigPipeStrategy

Generates a BigPipe placeholder ID.

BlockForm::getUniqueMachineName() — Method in class BlockForm

Generates a unique machine name for a block.

BlockForm::getPluginForm() — Method in class BlockForm

Retrieves the plugin form for a given block and operation.

BlockInterface::getPlugin() — Method in class BlockInterface

Returns the plugin instance.

BlockInterface::getPluginId() — Method in class BlockInterface

Returns the plugin ID.

BlockInterface::getRegion() — Method in class BlockInterface

Returns the region this block is placed in.

BlockInterface::getTheme() — Method in class BlockInterface

Returns the theme ID.

BlockInterface::getVisibility() — Method in class BlockInterface

Returns an array of visibility condition configurations.

BlockInterface::getVisibilityConditions() — Method in class BlockInterface

Gets conditions for this block.

BlockInterface::getVisibilityCondition() — Method in class BlockInterface

Gets a visibility condition plugin instance.

BlockInterface::getWeight() — Method in class BlockInterface

Returns the weight of this block (used for sorting).

BlockListBuilder::getFormId() — Method in class BlockListBuilder

Returns a unique string identifying the form.

BlockListBuilder::getThemeName() — Method in class BlockListBuilder

Gets the name of the theme used for this block listing.

BlockListBuilder::getEntityIds() — Method in class BlockListBuilder

Loads entity IDs using a pager sorted by the entity id.

BlockListBuilder::getDefaultOperations() — Method in class BlockListBuilder

Gets this list's default operations.

BlockPluginCollection::get() — Method in class BlockPluginCollection

Gets a plugin instance, initializing it if necessary.

BlockRepository::getVisibleBlocksPerRegion() — Method in class BlockRepository

Returns an array of regions and their block entities.

BlockRepositoryInterface::getVisibleBlocksPerRegion() — Method in class BlockRepositoryInterface

Returns an array of regions and their block entities.

BlockController::getVisibleRegionNames() — Method in class BlockController

Returns the human-readable list of regions keyed by machine name.

Block::getPlugin() — Method in class Block

Returns the plugin instance.

Block::getPluginCollection() — Method in class Block

Encapsulates the creation of the block's LazyPluginCollection.

Block::getPluginCollections() — Method in class Block

Gets the plugin collections used by this object.

Block::getPluginId() — Method in class Block

Returns the plugin ID.

Block::getRegion() — Method in class Block

Returns the region this block is placed in.

Block::getTheme() — Method in class Block

Returns the theme ID.

Block::getWeight() — Method in class Block

Returns the weight of this block (used for sorting).

Block::getVisibility() — Method in class Block

Returns an array of visibility condition configurations.

Block::getVisibilityConditions() — Method in class Block

Gets conditions for this block.

Block::getVisibilityCondition() — Method in class Block

Gets a visibility condition plugin instance.

BlockPageDisplayVariantSubscriber::getSubscribedEvents() — Method in class BlockPageDisplayVariantSubscriber
{@inheritdoc}
BlockDeleteForm::getCancelUrl() — Method in class BlockDeleteForm
{@inheritdoc}
BlockDeleteForm::getConfirmText() — Method in class BlockDeleteForm
{@inheritdoc}
BlockDeleteForm::getQuestion() — Method in class BlockDeleteForm
{@inheritdoc}
BlockDeleteForm::getDescription() — Method in class BlockDeleteForm

Returns additional text to display as a description.

BlockDeleteForm::getDeletionMessage() — Method in class BlockDeleteForm

Gets the message to display to the user after deleting the entity.

ThemeLocalTask::getDerivativeDefinitions() — Method in class ThemeLocalTask

Gets the definition of all derivatives of a base plugin.

EntityBlock::getEntityId() — Method in class EntityBlock

Gets the entity ID of the row.

Block::getIds() — Method in class Block

Defines the source fields uniquely identifying a source row.

BlockTranslation::getIds() — Method in class BlockTranslation

Defines the source fields uniquely identifying a source row.

BlockTranslation::getIds() — Method in class BlockTranslation

Defines the source fields uniquely identifying a source row.

AccessGroupAnd::getDependencies() — Method in class AccessGroupAnd
{@inheritdoc}
DependentAccessInterface::getAccessDependency() — Method in class DependentAccessInterface

Gets the access dependency.

RefinableDependentAccessTrait::getAccessDependency() — Method in class RefinableDependentAccessTrait
{@inheritdoc}
BlockContentInterface::getTheme() — Method in class BlockContentInterface

Gets the theme value.

BlockContentInterface::getInstances() — Method in class BlockContentInterface

Gets the configured instances of this custom block.

BlockContentListBuilder::getEntityIds() — Method in class BlockContentListBuilder

Loads entity IDs using a pager sorted by the entity id.

BlockContentTypeInterface::getDescription() — Method in class BlockContentTypeInterface

Returns the description of the block type.

BlockContentTypeListBuilder::getDefaultOperations() — Method in class BlockContentTypeListBuilder

Gets this list's default operations.

BlockContentTypeListBuilder::getTitle() — Method in class BlockContentTypeListBuilder

Gets the title of the page.

BlockContentViewBuilder::getBuildDefaults() — Method in class BlockContentViewBuilder

Provides entity-specific defaults to the build process.

BlockContentViewsData::getViewsData() — Method in class BlockContentViewsData

Returns views data for the entity type.

BlockContentController::getAddFormTitle() — Method in class BlockContentController

Provides the page title for this controller.

BlockContent::getTheme() — Method in class BlockContent

Gets the theme value.

BlockContent::getInstances() — Method in class BlockContent

Gets the configured instances of this custom block.

BlockContent::getRevisionCreationTime() — Method in class BlockContent

Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime().

BlockContent::getRevisionUser() — Method in class BlockContent

Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser().

BlockContent::getRevisionUserId() — Method in class BlockContent

Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId().

BlockContent::getRevisionLogMessage() — Method in class BlockContent

Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage().

BlockContentType::getDescription() — Method in class BlockContentType

Returns the description of the block type.

BlockContentGetDependencyEvent::getBlockContentEntity() — Method in class BlockContentGetDependencyEvent

Gets the block content entity.

BlockContentGetDependencyEvent::getAccessDependency() — Method in class BlockContentGetDependencyEvent

Gets the access dependency.

BlockContentDeleteForm::getDescription() — Method in class BlockContentDeleteForm

Returns additional text to display as a description.

BlockContentBlock::getEntity() — Method in class BlockContentBlock

Loads the block content entity of the block.

BlockContent::getDerivativeDefinitions() — Method in class BlockContent

Gets the definition of all derivatives of a base plugin.

BlockContentAddLocalAction::getOptions() — Method in class BlockContentAddLocalAction

Returns options for rendering a link for the local action.

Box::getIds() — Method in class Box

Defines the source fields uniquely identifying a source row.

BlockCustom::getIds() — Method in class BlockCustom

Defines the source fields uniquely identifying a source row.

BlockCustomTranslation::getIds() — Method in class BlockCustomTranslation

Defines the source fields uniquely identifying a source row.

BlockContent::getFilters() — Method in class BlockContent

Gets the filters property.

BookManager::getAllBooks() — Method in class BookManager

Returns an array of all books.

BookManager::getLinkDefaults() — Method in class BookManager

Returns an array with default values for a book page's menu link.

BookManager::getParentDepthLimit() — Method in class BookManager

Finds the depth limit for items in the parent select.

BookManager::getBookParents() — Method in class BookManager
BookManager::getTableOfContents() — Method in class BookManager

Returns an array of book pages in table of contents order.

BookManager::getActiveTrailIds() — Method in class BookManager

Gets the active trail IDs for the specified book at the provided path.

BookManagerInterface::getActiveTrailIds() — Method in class BookManagerInterface

Gets the active trail IDs for the specified book at the provided path.

BookManagerInterface::getTableOfContents() — Method in class BookManagerInterface

Returns an array of book pages in table of contents order.

BookManagerInterface::getParentDepthLimit() — Method in class BookManagerInterface

Finds the depth limit for items in the parent select.

BookManagerInterface::getAllBooks() — Method in class BookManagerInterface

Returns an array of all books.

BookManagerInterface::getLinkDefaults() — Method in class BookManagerInterface

Returns an array with default values for a book page's menu link.

BookManagerInterface::getBookParents() — Method in class BookManagerInterface
BookOutlineStorage::getBooks() — Method in class BookOutlineStorage

Gets books (the highest positioned book links).

BookOutlineStorage::getChildRelativeDepth() — Method in class BookOutlineStorage

Gets child relative depth.

BookOutlineStorage::getBookMenuTree() — Method in class BookOutlineStorage

Builds tree data used for the menu tree.

BookOutlineStorage::getBookSubtree() — Method in class BookOutlineStorage

Get book subtree.

BookOutlineStorageInterface::getBooks() — Method in class BookOutlineStorageInterface

Gets books (the highest positioned book links).

BookOutlineStorageInterface::getChildRelativeDepth() — Method in class BookOutlineStorageInterface

Gets child relative depth.

BookOutlineStorageInterface::getBookMenuTree() — Method in class BookOutlineStorageInterface

Builds tree data used for the menu tree.

BookOutlineStorageInterface::getBookSubtree() — Method in class BookOutlineStorageInterface

Get book subtree.

BookNavigationCacheContext::getLabel() — Method in class BookNavigationCacheContext

Returns the label of the cache context.

BookNavigationCacheContext::getContext() — Method in class BookNavigationCacheContext

Returns the string representation of the cache context.

BookNavigationCacheContext::getCacheableMetadata() — Method in class BookNavigationCacheContext

Gets the cacheability metadata for the context.

BookAdminEditForm::getFormId() — Method in class BookAdminEditForm

Returns a unique string identifying the form.

BookOutlineForm::getBaseFormId() — Method in class BookOutlineForm

Returns a string identifying the base form.

BookRemoveForm::getFormId() — Method in class BookRemoveForm

Returns a unique string identifying the form.

BookRemoveForm::getDescription() — Method in class BookRemoveForm

Returns additional text to display as a description.

BookRemoveForm::getConfirmText() — Method in class BookRemoveForm

Returns a caption for the button that confirms the action.

BookRemoveForm::getQuestion() — Method in class BookRemoveForm

Returns the question to ask the user.

BookRemoveForm::getCancelUrl() — Method in class BookRemoveForm

Returns the route to go to if the user cancels the action.

BookSettingsForm::getFormId() — Method in class BookSettingsForm

Returns a unique string identifying the form.

BookSettingsForm::getEditableConfigNames() — Method in class BookSettingsForm

Gets the configuration names that will be editable.

BookNavigationBlock::getCacheContexts() — Method in class BookNavigationBlock
{@inheritdoc}
BookNavigationBlock::getCacheMaxAge() — Method in class BookNavigationBlock
{@inheritdoc}
Book::getEntityTypeId() — Method in class Book

Finds the entity type from configuration or plugin ID.

Book::getIds() — Method in class Book

Defines the source fields uniquely identifying a source row.

TopLevelBook::getArgument() — Method in class TopLevelBook

Return the default argument.

Breakpoint::getLabel() — Method in class Breakpoint

Returns the translated label.

Breakpoint::getWeight() — Method in class Breakpoint

Returns the weight.

Breakpoint::getMediaQuery() — Method in class Breakpoint

Returns the media query.

Breakpoint::getMultipliers() — Method in class Breakpoint

Returns the multipliers.

Breakpoint::getProvider() — Method in class Breakpoint

Returns the provider.

Breakpoint::getGroup() — Method in class Breakpoint

Returns the breakpoint group.

BreakpointInterface::getLabel() — Method in class BreakpointInterface

Returns the translated label.

BreakpointInterface::getWeight() — Method in class BreakpointInterface

Returns the weight.

BreakpointInterface::getMediaQuery() — Method in class BreakpointInterface

Returns the media query.

BreakpointInterface::getMultipliers() — Method in class BreakpointInterface

Returns the multipliers.

BreakpointInterface::getProvider() — Method in class BreakpointInterface

Returns the provider.

BreakpointInterface::getGroup() — Method in class BreakpointInterface

Returns the breakpoint group.

BreakpointManager::getDiscovery() — Method in class BreakpointManager

Gets the plugin discovery.

BreakpointManager::getBreakpointsByGroup() — Method in class BreakpointManager

Gets breakpoints for the specified group.

BreakpointManager::getGroups() — Method in class BreakpointManager

Gets all the existing breakpoint groups.

BreakpointManager::getGroupProviders() — Method in class BreakpointManager

Gets all the providers for the specified breakpoint group.

BreakpointManager::getGroupLabel() — Method in class BreakpointManager

Gets the label for a breakpoint group.

BreakpointManagerInterface::getBreakpointsByGroup() — Method in class BreakpointManagerInterface

Gets breakpoints for the specified group.

BreakpointManagerInterface::getGroups() — Method in class BreakpointManagerInterface

Gets all the existing breakpoint groups.

BreakpointManagerInterface::getGroupProviders() — Method in class BreakpointManagerInterface

Gets all the providers for the specified breakpoint group.

CKEditor5Plugin::getClass() — Method in class CKEditor5Plugin

Gets the class of the annotated class.

CKEditor5Plugin::get() — Method in class CKEditor5Plugin

Gets the value of an annotation.

CKEditor5ImageController::generateLockIdFromFileUri() — Method in class CKEditor5ImageController

Generates a lock ID based on the file URI.

HTMLRestrictionsUtilities::getWildcardTags() — Method in class HTMLRestrictionsUtilities

Returns the tags that match the provided wildcard.

CKEditor5PluginConfigurableTrait::getConfiguration() — Method in class CKEditor5PluginConfigurableTrait
{@inheritdoc}
CKEditor5PluginDefault::getDynamicPluginConfig() — Method in class CKEditor5PluginDefault

Allows a plugin to modify its static configuration.

CKEditor5PluginDefinition::getClass() — Method in class CKEditor5PluginDefinition

Gets the class.

CKEditor5PluginDefinition::getConditions() — Method in class CKEditor5PluginDefinition

Gets the list of conditions to enable this plugin.

CKEditor5PluginDefinition::getToolbarItems() — Method in class CKEditor5PluginDefinition

Gets the list of toolbar items this plugin provides.

CKEditor5PluginDefinition::getLibrary() — Method in class CKEditor5PluginDefinition

Gets the asset library this plugin needs to be loaded.

CKEditor5PluginDefinition::getAdminLibrary() — Method in class CKEditor5PluginDefinition

Gets the asset library this plugin needs to be loaded on the admin UI.

CKEditor5PluginDefinition::getElements() — Method in class CKEditor5PluginDefinition

Gets the list of elements and attributes this plugin allows to create/edit.

CKEditor5PluginDefinition::getCKEditor5Plugins() — Method in class CKEditor5PluginDefinition

Gets the list of CKEditor 5 plugin classes this plugin needs to load.

CKEditor5PluginDefinition::getCKEditor5Config() — Method in class CKEditor5PluginDefinition

Gets keyed array of additional values for the CKEditor5 constructor config.

CKEditor5PluginElementsSubsetInterface::getElementsSubset() — Method in class CKEditor5PluginElementsSubsetInterface

Returns a configured subset of the elements supported by this plugin.

CKEditor5PluginInterface::getDynamicPluginConfig() — Method in class CKEditor5PluginInterface

Allows a plugin to modify its static configuration.

CKEditor5PluginManager::getDiscovery() — Method in class CKEditor5PluginManager

Gets the plugin discovery.

CKEditor5PluginManager::getPlugin() — Method in class CKEditor5PluginManager

Returns a CKEditor 5 plugin with configuration from the editor.

CKEditor5PluginManager::getPluginConfiguration() — Method in class CKEditor5PluginManager

Gets the plugin configuration (if any) from a text editor config entity.

CKEditor5PluginManager::getToolbarItems() — Method in class CKEditor5PluginManager

Gets a list of all toolbar items.

CKEditor5PluginManager::getAdminLibraries() — Method in class CKEditor5PluginManager

Gets a list of all admin library names.

CKEditor5PluginManager::getEnabledLibraries() — Method in class CKEditor5PluginManager

Gets a list of libraries required for the editor.

CKEditor5PluginManager::getEnabledDefinitions() — Method in class CKEditor5PluginManager

Filter list of definitions by enabled plugins only.

CKEditor5PluginManager::getCKEditor5PluginConfig() — Method in class CKEditor5PluginManager

Gets the configuration for the CKEditor 5 plugins enabled in this editor.

CKEditor5PluginManager::getProvidedElements() — Method in class CKEditor5PluginManager

Create a list of elements with attributes declared for the CKEditor5 build.

CKEditor5PluginManagerInterface::getPlugin() — Method in class CKEditor5PluginManagerInterface

Returns a CKEditor 5 plugin with configuration from the editor.

CKEditor5PluginManagerInterface::getToolbarItems() — Method in class CKEditor5PluginManagerInterface

Gets a list of all toolbar items.

CKEditor5PluginManagerInterface::getAdminLibraries() — Method in class CKEditor5PluginManagerInterface

Gets a list of all admin library names.

CKEditor5PluginManagerInterface::getEnabledLibraries() — Method in class CKEditor5PluginManagerInterface

Gets a list of libraries required for the editor.

CKEditor5PluginManagerInterface::getEnabledDefinitions() — Method in class CKEditor5PluginManagerInterface

Filter list of definitions by enabled plugins only.

CKEditor5PluginManagerInterface::getCKEditor5PluginConfig() — Method in class CKEditor5PluginManagerInterface

Gets the configuration for the CKEditor 5 plugins enabled in this editor.

CKEditor5PluginManagerInterface::getProvidedElements() — Method in class CKEditor5PluginManagerInterface

Create a list of elements with attributes declared for the CKEditor5 build.

Heading::getDynamicPluginConfig() — Method in class Heading

Allows a plugin to modify its static configuration.

Heading::getElementsSubset() — Method in class Heading

Returns a configured subset of the elements supported by this plugin.

ImageUpload::getDynamicPluginConfig() — Method in class ImageUpload

Allows a plugin to modify its static configuration.

Language::getDynamicPluginConfig() — Method in class Language

Allows a plugin to modify its static configuration.

Media::getDynamicPluginConfig() — Method in class Media

Allows a plugin to modify its static configuration.

MediaLibrary::getDynamicPluginConfig() — Method in class MediaLibrary

Allows a plugin to modify its static configuration.

SourceEditing::getElementsSubset() — Method in class SourceEditing

Returns a configured subset of the elements supported by this plugin.

SourceEditing::getDynamicPluginConfig() — Method in class SourceEditing

Allows a plugin to modify its static configuration.

CKEditor5::getDefaultSettings() — Method in class CKEditor5

Returns the default settings for this configurable text editor.

CKEditor5::getGeneratedAllowedHtmlValue() — Method in class CKEditor5

Value callback to set the CKEditor 5-generated "allowed_html" value.

CKEditor5::getSubmittedFilterFormat() — Method in class CKEditor5

Gets the submitted text format config entity from form state.

CKEditor5::getEventualEditorWithPrimedFilterFormat() — Method in class CKEditor5

Gets the eventual text format config entity: from form state + editor.

CKEditor5::getJSSettings() — Method in class CKEditor5

Returns JavaScript settings to be attached.

CKEditor5::getLibraries() — Method in class CKEditor5

Returns libraries to be attached.

CKEditor5::getLangcodes() — Method in class CKEditor5

Returns a list of language codes supported by CKEditor 5.

ToolbarItemDependencyConstraint::getRequiredOptions() — Method in class ToolbarItemDependencyConstraint
{@inheritdoc}
SmartDefaultSettings::getEnabledCkeditor4Plugins() — Method in class SmartDefaultSettings

Gets all enabled CKEditor 4 plugins.

CKEditorPluginBase::getModuleList() — Method in class CKEditorPluginBase

Gets the module list service.

CKEditorPluginBase::getModulePath() — Method in class CKEditorPluginBase

Gets the Drupal-root relative installation directory of a module.

CKEditorPluginBase::getDependencies() — Method in class CKEditorPluginBase

Returns a list of plugins this plugin requires.

CKEditorPluginBase::getLibraries() — Method in class CKEditorPluginBase

Returns a list of libraries this plugin requires.

CKEditorPluginButtonsInterface::getButtons() — Method in class CKEditorPluginButtonsInterface

Returns the buttons that this plugin provides, along with metadata.

CKEditorPluginCssInterface::getCssFiles() — Method in class CKEditorPluginCssInterface

Retrieves enabled plugins' iframe instance CSS files.

CKEditorPluginInterface::getDependencies() — Method in class CKEditorPluginInterface

Returns a list of plugins this plugin requires.

CKEditorPluginInterface::getLibraries() — Method in class CKEditorPluginInterface

Returns a list of libraries this plugin requires.

CKEditorPluginInterface::getFile() — Method in class CKEditorPluginInterface

Returns the Drupal root-relative file path to the plugin JavaScript file.

CKEditorPluginInterface::getConfig() — Method in class CKEditorPluginInterface

Returns the additions to CKEDITOR.config for a specific CKEditor instance.

CKEditorPluginManager::getEnabledPluginFiles() — Method in class CKEditorPluginManager

Retrieves enabled plugins' files, keyed by plugin ID.

CKEditorPluginManager::getEnabledButtons() — Method in class CKEditorPluginManager

Gets the enabled toolbar buttons in the given text editor instance.

CKEditorPluginManager::getButtons() — Method in class CKEditorPluginManager

Retrieves all available CKEditor buttons, keyed by plugin ID.

CKEditorPluginManager::getCssFiles() — Method in class CKEditorPluginManager

Retrieves enabled plugins' iframe instance CSS files, keyed by plugin ID.

DrupalImage::getFile() — Method in class DrupalImage

Returns the Drupal root-relative file path to the plugin JavaScript file.

DrupalImage::getLibraries() — Method in class DrupalImage

Returns a list of libraries this plugin requires.

DrupalImage::getConfig() — Method in class DrupalImage

Returns the additions to CKEDITOR.config for a specific CKEditor instance.

DrupalImage::getButtons() — Method in class DrupalImage

Returns the buttons that this plugin provides, along with metadata.

DrupalImageCaption::getDependencies() — Method in class DrupalImageCaption

Returns a list of plugins this plugin requires.

DrupalImageCaption::getLibraries() — Method in class DrupalImageCaption

Returns a list of libraries this plugin requires.

DrupalImageCaption::getFile() — Method in class DrupalImageCaption

Returns the Drupal root-relative file path to the plugin JavaScript file.

DrupalImageCaption::getConfig() — Method in class DrupalImageCaption

Returns the additions to CKEDITOR.config for a specific CKEditor instance.

DrupalImageCaption::getCssFiles() — Method in class DrupalImageCaption

Retrieves enabled plugins' iframe instance CSS files.

DrupalLink::getFile() — Method in class DrupalLink

Returns the Drupal root-relative file path to the plugin JavaScript file.

DrupalLink::getLibraries() — Method in class DrupalLink

Returns a list of libraries this plugin requires.

DrupalLink::getConfig() — Method in class DrupalLink

Returns the additions to CKEDITOR.config for a specific CKEditor instance.

DrupalLink::getButtons() — Method in class DrupalLink

Returns the buttons that this plugin provides, along with metadata.

Internal::getFile() — Method in class Internal

Returns the Drupal root-relative file path to the plugin JavaScript file.

Internal::getConfig() — Method in class Internal

Returns the additions to CKEDITOR.config for a specific CKEditor instance.

Internal::getButtons() — Method in class Internal

Returns the buttons that this plugin provides, along with metadata.

Internal::generateFormatTagsSetting() — Method in class Internal

Builds the "format_tags" configuration part of the CKEditor JS settings.

Internal::generateACFSettings() — Method in class Internal

Builds the ACF part of the CKEditor JS settings.

Language::getFile() — Method in class Language

Returns the Drupal root-relative file path to the plugin JavaScript file.

Language::getLibraries() — Method in class Language

Returns a list of libraries this plugin requires.

Language::getConfig() — Method in class Language

Returns the additions to CKEDITOR.config for a specific CKEditor instance.

Language::getButtons() — Method in class Language

Returns the buttons that this plugin provides, along with metadata.

Language::getCssFiles() — Method in class Language

Retrieves enabled plugins' iframe instance CSS files.

StylesCombo::getFile() — Method in class StylesCombo

Returns the Drupal root-relative file path to the plugin JavaScript file.

StylesCombo::getConfig() — Method in class StylesCombo

Returns the additions to CKEDITOR.config for a specific CKEditor instance.

StylesCombo::getButtons() — Method in class StylesCombo

Returns the buttons that this plugin provides, along with metadata.

StylesCombo::generateStylesSetSetting() — Method in class StylesCombo

Builds the "stylesSet" configuration part of the CKEditor JS settings.

CKEditor::getDefaultSettings() — Method in class CKEditor

Returns the default settings for this configurable text editor.

CKEditor::getJSSettings() — Method in class CKEditor

Returns JavaScript settings to be attached.

CKEditor::getLangcodes() — Method in class CKEditor

Returns a list of language codes supported by CKEditor.

CKEditor::getLibraries() — Method in class CKEditor

Returns libraries to be attached.

ColorConfigCacheInvalidator::getSubscribedEvents() — Method in class ColorConfigCacheInvalidator
{@inheritdoc}
Color::getIds() — Method in class Color

Gets the destination IDs.

CommentFieldItemList::get() — Method in class CommentFieldItemList

Returns the item at the specified position in this list.

CommentForm::getEditedFieldNames() — Method in class CommentForm

Gets the names of all fields edited in the form.

CommentInterface::getParentComment() — Method in class CommentInterface

Returns the parent comment entity if this is a reply to a comment.

CommentInterface::getCommentedEntity() — Method in class CommentInterface

Returns the entity to which the comment is attached.

CommentInterface::getCommentedEntityId() — Method in class CommentInterface

Returns the ID of the entity to which the comment is attached.

CommentInterface::getCommentedEntityTypeId() — Method in class CommentInterface

Returns the type of the entity to which the comment is attached.

CommentInterface::getFieldName() — Method in class CommentInterface

Returns the name of the field the comment is attached to.

CommentInterface::getSubject() — Method in class CommentInterface

Returns the subject of the comment.

CommentInterface::getAuthorName() — Method in class CommentInterface

Returns the comment author's name.

CommentInterface::getAuthorEmail() — Method in class CommentInterface

Returns the comment author's email address.

CommentInterface::getHomepage() — Method in class CommentInterface

Returns the comment author's home page address.

CommentInterface::getHostname() — Method in class CommentInterface

Returns the comment author's hostname.

CommentInterface::getCreatedTime() — Method in class CommentInterface

Returns the time that the comment was created.

CommentInterface::getThread() — Method in class CommentInterface

Returns the alphadecimal representation of the comment's place in a thread.

CommentInterface::getTypeId() — Method in class CommentInterface

Get the comment type id for this comment.

CommentManager::getFields() — Method in class CommentManager

Utility function to return an array of comment fields.

CommentManager::getCountNewComments() — Method in class CommentManager

Returns the number of new comments available on a given entity for a user.

CommentManagerInterface::getFields() — Method in class CommentManagerInterface

Utility function to return an array of comment fields.

CommentManagerInterface::getCountNewComments() — Method in class CommentManagerInterface

Returns the number of new comments available on a given entity for a user.

CommentStatistics::getMaximumCount() — Method in class CommentStatistics

Find the maximum number of comments for the given entity type.

CommentStatistics::getRankingInfo() — Method in class CommentStatistics

Returns an array of ranking information for hook_ranking().

CommentStatisticsInterface::getRankingInfo() — Method in class CommentStatisticsInterface

Returns an array of ranking information for hook_ranking().

CommentStatisticsInterface::getMaximumCount() — Method in class CommentStatisticsInterface

Find the maximum number of comments for the given entity type.

CommentStorage::getMaxThread() — Method in class CommentStorage

Gets the maximum encoded thread value for the top level comments.

CommentStorage::getMaxThreadPerThread() — Method in class CommentStorage

Gets the maximum encoded thread value for the children of this comment.

CommentStorage::getDisplayOrdinal() — Method in class CommentStorage

Gets the display ordinal or page number for a comment.

CommentStorage::getNewCommentPageNumber() — Method in class CommentStorage

Calculates the page number for the first new comment.

CommentStorage::getChildCids() — Method in class CommentStorage

Gets the comment ids of the passed comment entities' children.

CommentStorage::getUnapprovedCount() — Method in class CommentStorage

Returns the number of unapproved comments.

CommentStorageInterface::getMaxThread() — Method in class CommentStorageInterface

Gets the maximum encoded thread value for the top level comments.

CommentStorageInterface::getMaxThreadPerThread() — Method in class CommentStorageInterface

Gets the maximum encoded thread value for the children of this comment.

CommentStorageInterface::getNewCommentPageNumber() — Method in class CommentStorageInterface

Calculates the page number for the first new comment.

CommentStorageInterface::getDisplayOrdinal() — Method in class CommentStorageInterface

Gets the display ordinal or page number for a comment.

CommentStorageInterface::getChildCids() — Method in class CommentStorageInterface

Gets the comment ids of the passed comment entities' children.

CommentStorageInterface::getUnapprovedCount() — Method in class CommentStorageInterface

Returns the number of unapproved comments.

CommentStorageSchema::getEntitySchema() — Method in class CommentStorageSchema

Gets the entity schema for the specified entity type.

CommentStorageSchema::getSharedTableFieldSchema() — Method in class CommentStorageSchema

Gets the schema for a single field definition.

CommentTypeInterface::getDescription() — Method in class CommentTypeInterface

Returns the comment type description.

CommentTypeInterface::getTargetEntityTypeId() — Method in class CommentTypeInterface

Gets the target entity type id for this comment type.

CommentTypeListBuilder::getDefaultOperations() — Method in class CommentTypeListBuilder

Gets this list's default operations.

CommentViewBuilder::getBuildDefaults() — Method in class CommentViewBuilder

Provides entity-specific defaults to the build process.

CommentViewsData::getViewsData() — Method in class CommentViewsData

Returns views data for the entity type.

CommentController::getReplyForm() — Method in class CommentController

Form constructor for the comment reply form.

Comment::getParentComment() — Method in class Comment

Returns the parent comment entity if this is a reply to a comment.

Comment::getCommentedEntity() — Method in class Comment

Returns the entity to which the comment is attached.

Comment::getCommentedEntityId() — Method in class Comment

Returns the ID of the entity to which the comment is attached.

Comment::getCommentedEntityTypeId() — Method in class Comment

Returns the type of the entity to which the comment is attached.

Comment::getFieldName() — Method in class Comment

Returns the name of the field the comment is attached to.

Comment::getSubject() — Method in class Comment

Returns the subject of the comment.

Comment::getAuthorName() — Method in class Comment

Returns the comment author's name.

Comment::getAuthorEmail() — Method in class Comment

Returns the comment author's email address.

Comment::getHomepage() — Method in class Comment

Returns the comment author's home page address.

Comment::getHostname() — Method in class Comment

Returns the comment author's hostname.

Comment::getCreatedTime() — Method in class Comment

Returns the time that the comment was created.

Comment::getThread() — Method in class Comment

Returns the alphadecimal representation of the comment's place in a thread.

Comment::getOwner() — Method in class Comment

Returns the entity owner's user entity.

Comment::getTypeId() — Method in class Comment

Get the comment type ID for this comment.

Comment::getDefaultStatus() — Method in class Comment

Default value callback for 'status' base field definition.

Comment::getDefaultHostname() — Method in class Comment

Returns the default value for entity hostname base field.

CommentType::getDescription() — Method in class CommentType

Returns the comment type description.

CommentType::getTargetEntityTypeId() — Method in class CommentType

Gets the target entity type id for this comment type.

CommentAdminOverview::getFormId() — Method in class CommentAdminOverview

Returns a unique string identifying the form.

ConfirmDeleteMultiple::getQuestion() — Method in class ConfirmDeleteMultiple

Returns the question to ask the user.

ConfirmDeleteMultiple::getCancelUrl() — Method in class ConfirmDeleteMultiple

Returns the route to go to if the user cancels the action.

ConfirmDeleteMultiple::getDeletedMessage() — Method in class ConfirmDeleteMultiple

Returns the message to show the user after an item was deleted.

ConfirmDeleteMultiple::getInaccessibleMessage() — Method in class ConfirmDeleteMultiple

Returns the message to show the user when an item has not been deleted.

DeleteForm::getCancelUrl() — Method in class DeleteForm

Returns the route to go to if the user cancels the action.

DeleteForm::getRedirectUrl() — Method in class DeleteForm

Returns the URL where the user should be redirected after deletion.

DeleteForm::getDescription() — Method in class DeleteForm

Returns additional text to display as a description.

DeleteForm::getDeletionMessage() — Method in class DeleteForm
{@inheritdoc}
CommentDefaultFormatter::getViewModes() — Method in class CommentDefaultFormatter

Provides a list of comment view modes for the configured comment type.

CommentPermalinkFormatter::getEntityUrl() — Method in class CommentPermalinkFormatter

Gets the URI elements of the entity.

CommentItem::generateSampleValue() — Method in class CommentItem

Generates placeholder field values.

UnapprovedComments::getTitle() — Method in class UnapprovedComments

Returns the localized title to be shown for this tab.

CommentNameConstraintValidator::getAnonymousContactDetailsSetting() — Method in class CommentNameConstraintValidator

Gets the anonymous contact details setting from the comment.

D7Comment::getProcess() — Method in class D7Comment

Get the normalized process pipeline configuration describing the process plugins.

CommentType::getCommentFields() — Method in class CommentType

Returns the fields containing comment settings for each node type.

CommentType::getIds() — Method in class CommentType

Defines the source fields uniquely identifying a source row.

Comment::getIds() — Method in class Comment

Defines the source fields uniquely identifying a source row.

Comment::getIds() — Method in class Comment

Defines the source fields uniquely identifying a source row.

CommentEntityTranslation::getIds() — Method in class CommentEntityTranslation

Defines the source fields uniquely identifying a source row.

UserUid::getSortName() — Method in class UserUid

Return a description of how the argument would normally be sorted.

CommentedEntity::getItems() — Method in class CommentedEntity

Gets an array of items for the field.

Depth::getItems() — Method in class Depth

Gets an array of items for the field.

LinkApprove::getUrlInfo() — Method in class LinkApprove

Returns the URI elements of the link.

LinkApprove::getDefaultLabel() — Method in class LinkApprove

Returns the default label for this link.

LinkReply::getUrlInfo() — Method in class LinkReply

Returns the URI elements of the link.

LinkReply::getDefaultLabel() — Method in class LinkReply

Returns the default label for this link.

NodeComment::getValueOptions() — Method in class NodeComment

Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.

ConfigSubscriber::getSubscribedEvents() — Method in class ConfigSubscriber
{@inheritdoc}
ConfigExportForm::getFormId() — Method in class ConfigExportForm

Returns a unique string identifying the form.

ConfigImportForm::getFormId() — Method in class ConfigImportForm

Returns a unique string identifying the form.

ConfigSingleExportForm::getFormId() — Method in class ConfigSingleExportForm

Returns a unique string identifying the form.

ConfigSingleImportForm::getFormId() — Method in class ConfigSingleImportForm

Returns a unique string identifying the form.

ConfigSingleImportForm::getCancelUrl() — Method in class ConfigSingleImportForm

Returns the route to go to if the user cancels the action.

ConfigSingleImportForm::getQuestion() — Method in class ConfigSingleImportForm

Returns the question to ask the user.

ConfigSync::getFormId() — Method in class ConfigSync

Returns a unique string identifying the form.

StorageReplaceDataWrapper::getAllCollectionNames() — Method in class StorageReplaceDataWrapper

Gets the existing collections.

StorageReplaceDataWrapper::getCollectionName() — Method in class StorageReplaceDataWrapper

Gets the name of the current collection the storage is using.

ConfigTranslationOverviewAccess::getMapperFromRouteMatch() — Method in class ConfigTranslationOverviewAccess

Gets a configuration mapper using a route match.

ConfigEntityMapper::getEntity() — Method in class ConfigEntityMapper

Gets the entity instance for this mapper.

ConfigEntityMapper::getTitle() — Method in class ConfigEntityMapper

Returns title of this translation page.

ConfigEntityMapper::getBaseRouteParameters() — Method in class ConfigEntityMapper

Returns the route parameters for the base route the mapper is attached to.

ConfigEntityMapper::getType() — Method in class ConfigEntityMapper

Gets the entity type from this mapper.

ConfigEntityMapper::getTypeName() — Method in class ConfigEntityMapper

Returns the name of the type of data the mapper encapsulates.

ConfigEntityMapper::getTypeLabel() — Method in class ConfigEntityMapper

Returns the label of the type of data the mapper encapsulates.

ConfigEntityMapper::getOperations() — Method in class ConfigEntityMapper

Provides an array of information to build a list of operation links.

ConfigEntityMapper::getContextualLinkGroup() — Method in class ConfigEntityMapper

Returns the name of the contextual link group to add contextual links to.

ConfigEntityMapper::getOverviewRouteName() — Method in class ConfigEntityMapper

Returns route name for the translation overview route.

ConfigFieldMapper::getBaseRouteParameters() — Method in class ConfigFieldMapper

Returns the route parameters for the base route the mapper is attached to.

ConfigFieldMapper::getOverviewRouteName() — Method in class ConfigFieldMapper

Returns route name for the translation overview route.

ConfigFieldMapper::getTypeLabel() — Method in class ConfigFieldMapper

Returns the label of the type of data the mapper encapsulates.

ConfigMapperInterface::getTitle() — Method in class ConfigMapperInterface

Returns title of this translation page.

ConfigMapperInterface::getBaseRouteName() — Method in class ConfigMapperInterface

Returns the name of the base route the mapper is attached to.

ConfigMapperInterface::getBaseRouteParameters() — Method in class ConfigMapperInterface

Returns the route parameters for the base route the mapper is attached to.

ConfigMapperInterface::getBaseRoute() — Method in class ConfigMapperInterface

Returns the base route object the mapper is attached to.

ConfigMapperInterface::getBasePath() — Method in class ConfigMapperInterface

Returns a processed path for the base route the mapper is attached to.

ConfigMapperInterface::getOverviewRouteName() — Method in class ConfigMapperInterface

Returns route name for the translation overview route.

ConfigMapperInterface::getOverviewRouteParameters() — Method in class ConfigMapperInterface

Returns the route parameters for the translation overview route.

ConfigMapperInterface::getOverviewRoute() — Method in class ConfigMapperInterface

Returns the route object for a translation overview route.

ConfigMapperInterface::getOverviewPath() — Method in class ConfigMapperInterface

Returns a processed path for the translation overview route.

ConfigMapperInterface::getAddRouteName() — Method in class ConfigMapperInterface

Returns route name for the translation add form route.

ConfigMapperInterface::getAddRouteParameters() — Method in class ConfigMapperInterface

Returns the route parameters for the translation add form route.

ConfigMapperInterface::getAddRoute() — Method in class ConfigMapperInterface

Returns the route object for a translation add form route.

ConfigMapperInterface::getEditRouteName() — Method in class ConfigMapperInterface

Returns route name for the translation edit form route.

ConfigMapperInterface::getEditRouteParameters() — Method in class ConfigMapperInterface

Returns the route parameters for the translation edit form route.

ConfigMapperInterface::getEditRoute() — Method in class ConfigMapperInterface

Returns the route object for a translation edit form route.

ConfigMapperInterface::getDeleteRouteName() — Method in class ConfigMapperInterface

Returns route name for the translation deletion route.

ConfigMapperInterface::getDeleteRouteParameters() — Method in class ConfigMapperInterface

Returns the route parameters for the translation deletion route.

ConfigMapperInterface::getDeleteRoute() — Method in class ConfigMapperInterface

Returns the route object for the translation deletion route.

ConfigMapperInterface::getConfigNames() — Method in class ConfigMapperInterface

Returns an array of configuration names for the mapper.

ConfigMapperInterface::getWeight() — Method in class ConfigMapperInterface

Returns the weight of the mapper.

ConfigMapperInterface::getConfigData() — Method in class ConfigMapperInterface

Returns an array with all configuration data.

ConfigMapperInterface::getLangcode() — Method in class ConfigMapperInterface

Returns the original language code of the configuration.

ConfigMapperInterface::getLangcodeFromConfig() — Method in class ConfigMapperInterface

Returns the language code of a configuration object given its name.

ConfigMapperInterface::getTypeName() — Method in class ConfigMapperInterface

Returns the name of the type of data the mapper encapsulates.

ConfigMapperInterface::getOperations() — Method in class ConfigMapperInterface

Provides an array of information to build a list of operation links.

ConfigMapperInterface::getTypeLabel() — Method in class ConfigMapperInterface

Returns the label of the type of data the mapper encapsulates.

ConfigMapperInterface::getContextualLinkGroup() — Method in class ConfigMapperInterface

Returns the name of the contextual link group to add contextual links to.

ConfigMapperManager::getDiscovery() — Method in class ConfigMapperManager

Gets the plugin discovery.

ConfigMapperManager::getMappers() — Method in class ConfigMapperManager

Returns an array of all mappers.

ConfigMapperManagerInterface::getMappers() — Method in class ConfigMapperManagerInterface

Returns an array of all mappers.

ConfigNamesMapper::getTitle() — Method in class ConfigNamesMapper

Returns title of this translation page.

ConfigNamesMapper::getBaseRouteName() — Method in class ConfigNamesMapper

Returns the name of the base route the mapper is attached to.

ConfigNamesMapper::getBaseRouteParameters() — Method in class ConfigNamesMapper

Returns the route parameters for the base route the mapper is attached to.

ConfigNamesMapper::getBaseRoute() — Method in class ConfigNamesMapper

Returns the base route object the mapper is attached to.

ConfigNamesMapper::getBasePath() — Method in class ConfigNamesMapper

Returns a processed path for the base route the mapper is attached to.

ConfigNamesMapper::getOverviewRouteName() — Method in class ConfigNamesMapper

Returns route name for the translation overview route.

ConfigNamesMapper::getOverviewRouteParameters() — Method in class ConfigNamesMapper

Returns the route parameters for the translation overview route.

ConfigNamesMapper::getOverviewRoute() — Method in class ConfigNamesMapper

Returns the route object for a translation overview route.

ConfigNamesMapper::getOverviewPath() — Method in class ConfigNamesMapper

Returns a processed path for the translation overview route.

ConfigNamesMapper::getAddRouteName() — Method in class ConfigNamesMapper

Returns route name for the translation add form route.

ConfigNamesMapper::getAddRouteParameters() — Method in class ConfigNamesMapper

Returns the route parameters for the translation add form route.

ConfigNamesMapper::getAddRoute() — Method in class ConfigNamesMapper

Returns the route object for a translation add form route.

ConfigNamesMapper::getEditRouteName() — Method in class ConfigNamesMapper

Returns route name for the translation edit form route.

ConfigNamesMapper::getEditRouteParameters() — Method in class ConfigNamesMapper

Returns the route parameters for the translation edit form route.

ConfigNamesMapper::getEditRoute() — Method in class ConfigNamesMapper

Returns the route object for a translation edit form route.

ConfigNamesMapper::getDeleteRouteName() — Method in class ConfigNamesMapper

Returns route name for the translation deletion route.

ConfigNamesMapper::getDeleteRouteParameters() — Method in class ConfigNamesMapper

Returns the route parameters for the translation deletion route.

ConfigNamesMapper::getDeleteRoute() — Method in class ConfigNamesMapper

Returns the route object for the translation deletion route.

ConfigNamesMapper::getConfigNames() — Method in class ConfigNamesMapper

Returns an array of configuration names for the mapper.

ConfigNamesMapper::getWeight() — Method in class ConfigNamesMapper

Returns the weight of the mapper.

ConfigNamesMapper::getTypeLabel() — Method in class ConfigNamesMapper

Returns the label of the type of data the mapper encapsulates.

ConfigNamesMapper::getLangcode() — Method in class ConfigNamesMapper

Returns the original language code of the configuration.

ConfigNamesMapper::getLangcodeFromConfig() — Method in class ConfigNamesMapper

Returns the language code of a configuration object given its name.

ConfigNamesMapper::getConfigData() — Method in class ConfigNamesMapper

Returns an array with all configuration data.

ConfigNamesMapper::getTypeName() — Method in class ConfigNamesMapper

Returns the name of the type of data the mapper encapsulates.

ConfigNamesMapper::getOperations() — Method in class ConfigNamesMapper

Provides an array of information to build a list of operation links.

ConfigNamesMapper::getContextualLinkGroup() — Method in class ConfigNamesMapper

Returns the name of the contextual link group to add contextual links to.

ConfigTranslationBlockListBuilder::getFilterLabels() — Method in class ConfigTranslationBlockListBuilder

Provides user facing strings for the filter element.

ConfigTranslationEntityListBuilder::getFilterLabels() — Method in class ConfigTranslationEntityListBuilder

Provides user facing strings for the filter element.

ConfigTranslationEntityListBuilder::getOperations() — Method in class ConfigTranslationEntityListBuilder

Provides an array of information to build a list of operation links.

ConfigTranslationFieldListBuilder::getFilterLabels() — Method in class ConfigTranslationFieldListBuilder

Provides user facing strings for the filter element.

ConfigMapperPopulateEvent::getMapper() — Method in class ConfigMapperPopulateEvent

Gets the configuration mapper this event is related to.

ConfigMapperPopulateEvent::getRouteMatch() — Method in class ConfigMapperPopulateEvent

Gets the route match this event is related to.

DateFormat::getTranslationElement() — Method in class DateFormat

Returns the translation form element for a given configuration definition.

ElementInterface::getTranslationBuild() — Method in class ElementInterface

Builds a render array containing the source and translation form elements.

FormElementBase::getTranslationBuild() — Method in class FormElementBase

Builds a render array containing the source and translation form elements.

FormElementBase::getSourceElement() — Method in class FormElementBase

Returns the source element for a given configuration definition.

FormElementBase::getTranslationElement() — Method in class FormElementBase

Returns the translation form element for a given configuration definition.

ListElement::getTranslationBuild() — Method in class ListElement

Builds a render array containing the source and translation form elements.

ListElement::getGroupTitle() — Method in class ListElement

Returns the title for the 'details' element of a group of schema elements.

PluralVariants::getSourceElement() — Method in class PluralVariants

Returns the source element for a given configuration definition.

PluralVariants::getTranslationElement() — Method in class PluralVariants

Returns the translation form element for a given configuration definition.

TextFormat::getSourceElement() — Method in class TextFormat

Returns the source element for a given configuration definition.

TextFormat::getTranslationElement() — Method in class TextFormat

Returns the translation form element for a given configuration definition.

Textarea::getTranslationElement() — Method in class Textarea

Returns the translation form element for a given configuration definition.

Textfield::getTranslationElement() — Method in class Textfield

Returns the translation form element for a given configuration definition.

ConfigTranslationAddForm::getFormId() — Method in class ConfigTranslationAddForm

Returns a unique string identifying the form.

ConfigTranslationDeleteForm::getQuestion() — Method in class ConfigTranslationDeleteForm

Returns the question to ask the user.

ConfigTranslationDeleteForm::getConfirmText() — Method in class ConfigTranslationDeleteForm

Returns a caption for the button that confirms the action.

ConfigTranslationDeleteForm::getCancelUrl() — Method in class ConfigTranslationDeleteForm

Returns the route to go to if the user cancels the action.

ConfigTranslationDeleteForm::getFormId() — Method in class ConfigTranslationDeleteForm

Returns a unique string identifying the form.

ConfigTranslationEditForm::getFormId() — Method in class ConfigTranslationEditForm

Returns a unique string identifying the form.

ConfigTranslationFormBase::getBaseFormId() — Method in class ConfigTranslationFormBase

Returns a string identifying the base form.

ConfigTranslationContextualLinks::getDerivativeDefinitions() — Method in class ConfigTranslationContextualLinks

Gets the definition of all derivatives of a base plugin.

ConfigTranslationLocalTasks::getDerivativeDefinitions() — Method in class ConfigTranslationLocalTasks

Gets the definition of all derivatives of a base plugin.

ConfigTranslationContextualLink::getTitle() — Method in class ConfigTranslationContextualLink

Returns the localized title to be shown for this contextual link.

ConfigTranslationLocalTask::getTitle() — Method in class ConfigTranslationLocalTask

Returns the localized title to be shown for this tab.

ProfileFieldTranslation::getIds() — Method in class ProfileFieldTranslation

Defines the source fields uniquely identifying a source row.

RouteSubscriber::getSubscribedEvents() — Method in class RouteSubscriber
{@inheritdoc}
ContactFormEditForm::getEditableConfigNames() — Method in class ContactFormEditForm
{@inheritdoc}
ContactFormInterface::getMessage() — Method in class ContactFormInterface

Returns the message to be displayed to user.

ContactFormInterface::getRecipients() — Method in class ContactFormInterface

Returns list of recipient email addresses.

ContactFormInterface::getRedirectPath() — Method in class ContactFormInterface

Returns the path for redirect.

ContactFormInterface::getRedirectUrl() — Method in class ContactFormInterface

Returns the url object for redirect path.

ContactFormInterface::getReply() — Method in class ContactFormInterface

Returns an auto-reply message to send to the message author.

ContactFormInterface::getWeight() — Method in class ContactFormInterface

Returns the weight of this category (used for sorting).

ContactForm::getMessage() — Method in class ContactForm

Returns the message to be displayed to user.

ContactForm::getRecipients() — Method in class ContactForm

Returns list of recipient email addresses.

ContactForm::getRedirectPath() — Method in class ContactForm

Returns the path for redirect.

ContactForm::getRedirectUrl() — Method in class ContactForm

Returns the url object for redirect path.

ContactForm::getReply() — Method in class ContactForm

Returns an auto-reply message to send to the message author.

ContactForm::getWeight() — Method in class ContactForm

Returns the weight of this category (used for sorting).

Message::getContactForm() — Method in class Message

Returns the form this contact message belongs to.

Message::getSenderName() — Method in class Message

Returns the name of the sender.

Message::getSenderMail() — Method in class Message

Returns the email address of the sender.

Message::getSubject() — Method in class Message

Returns the message subject.

Message::getMessage() — Method in class Message

Returns the message body.

Message::getPersonalRecipient() — Method in class Message

Returns the user this message is being sent to.

MessageInterface::getContactForm() — Method in class MessageInterface

Returns the form this contact message belongs to.

MessageInterface::getSenderName() — Method in class MessageInterface

Returns the name of the sender.

MessageInterface::getSenderMail() — Method in class MessageInterface

Returns the email address of the sender.

MessageInterface::getSubject() — Method in class MessageInterface

Returns the message subject.

MessageInterface::getMessage() — Method in class MessageInterface

Returns the message body.

MessageInterface::getPersonalRecipient() — Method in class MessageInterface

Returns the user this message is being sent to.

MessageViewBuilder::getBuildDefaults() — Method in class MessageViewBuilder

Provides entity-specific defaults to the build process.

ContactCategory::getIds() — Method in class ContactCategory

Defines the source fields uniquely identifying a source row.

ContactLink::getUrlInfo() — Method in class ContactLink

Returns the URI elements of the link.

ContactLink::getDefaultLabel() — Method in class ContactLink

Returns the default label for this link.

ContentModerationState::getTransitionTo() — Method in class ContentModerationState
ContentModerationState::getTransitions() — Method in class ContentModerationState

Gets all the possible transition objects for the state.

ContentModerationStateStorageSchema::getEntitySchema() — Method in class ContentModerationStateStorageSchema

Gets the entity schema for the specified entity type.

EntityTypeInfo::getModeratedBundles() — Method in class EntityTypeInfo

Returns an iterable list of entity names and bundle names under moderation.

ContentModerationState::getFieldsToSkipFromTranslationChangesCheck() — Method in class ContentModerationState

Returns an array of field names to skip in ::hasTranslationChanges.

EntityModerationRouteProvider::getRoutes() — Method in class EntityModerationRouteProvider

Provides routes for entities.

EntityModerationRouteProvider::getLatestVersionRoute() — Method in class EntityModerationRouteProvider

Gets the moderation-form route.

EntityModerationRouteProvider::getEntityTypeIdKeyType() — Method in class EntityModerationRouteProvider

Gets the type of the ID key for a given entity type.

ConfigImportSubscriber::getWorkflow() — Method in class ConfigImportSubscriber

Get the workflow entity object from the configuration name.

ContentModerationConfigureEntityTypesForm::getFormId() — Method in class ContentModerationConfigureEntityTypesForm

Returns a unique string identifying the form.

ContentModerationConfigureEntityTypesForm::getTitle() — Method in class ContentModerationConfigureEntityTypesForm

Route title callback.

EntityModerationForm::getFormId() — Method in class EntityModerationForm

Returns a unique string identifying the form.

ModeratedNodeListBuilder::getEntityRevisionIds() — Method in class ModeratedNodeListBuilder

Loads entity revision IDs using a pager sorted by the entity revision ID.

ModerationInformation::getDefaultRevisionId() — Method in class ModerationInformation

Returns the revision ID of the default revision for the specified entity.

ModerationInformation::getAffectedRevisionTranslation() — Method in class ModerationInformation

Returns the revision translation affected translation of a revision.

ModerationInformation::getWorkflowForEntity() — Method in class ModerationInformation

Gets the workflow for the given content entity.

ModerationInformation::getWorkflowForEntityTypeAndBundle() — Method in class ModerationInformation

Gets the workflow for the given entity type and bundle.

ModerationInformation::getUnsupportedFeatures() — Method in class ModerationInformation

Gets unsupported features for a given entity type.

ModerationInformation::getOriginalState() — Method in class ModerationInformation

Gets the original or initial state of the given entity.

ModerationInformationInterface::getDefaultRevisionId() — Method in class ModerationInformationInterface

Returns the revision ID of the default revision for the specified entity.

ModerationInformationInterface::getAffectedRevisionTranslation() — Method in class ModerationInformationInterface

Returns the revision translation affected translation of a revision.

ModerationInformationInterface::getWorkflowForEntity() — Method in class ModerationInformationInterface

Gets the workflow for the given content entity.

ModerationInformationInterface::getWorkflowForEntityTypeAndBundle() — Method in class ModerationInformationInterface

Gets the workflow for the given entity type and bundle.

ModerationInformationInterface::getUnsupportedFeatures() — Method in class ModerationInformationInterface

Gets unsupported features for a given entity type.

ModerationInformationInterface::getOriginalState() — Method in class ModerationInformationInterface

Gets the original or initial state of the given entity.

DynamicLocalTasks::getDerivativeDefinitions() — Method in class DynamicLocalTasks

Gets the definition of all derivatives of a base plugin.

ModerationStateFieldItemList::getModerationStateId() — Method in class ModerationStateFieldItemList

Gets the moderation state ID linked to a content entity revision.

ModerationStateFieldItemList::get() — Method in class ModerationStateFieldItemList

Returns the item at the specified position in this list.

ModerationStateFieldItemList::generateSampleItems() — Method in class ModerationStateFieldItemList

Populates a specified number of field items with valid sample data.

ContentModeration::getState() — Method in class ContentModeration

Gets a workflow state.

ContentModeration::getEntityTypes() — Method in class ContentModeration

Gets the entity types the workflow is applied to.

ContentModeration::getBundlesForEntityType() — Method in class ContentModeration

Gets any bundles the workflow is applied to for the given entity type.

ContentModeration::getConfiguration() — Method in class ContentModeration

Gets this plugin's configuration.

ContentModeration::getInitialState() — Method in class ContentModeration

Gets the initial state for the workflow.

ContentModerationInterface::getEntityTypes() — Method in class ContentModerationInterface

Gets the entity types the workflow is applied to.

ContentModerationInterface::getBundlesForEntityType() — Method in class ContentModerationInterface

Gets any bundles the workflow is applied to for the given entity type.

ContentModerationInterface::getInitialState() — Method in class ContentModerationInterface

Gets the initial state for the workflow.

ModerationStateFilter::getCacheTags() — Method in class ModerationStateFilter

The cache tags associated with this object.

ModerationStateFilter::getCacheContexts() — Method in class ModerationStateFilter

The cache contexts associated with this object.

ModerationStateFilter::getValueOptions() — Method in class ModerationStateFilter

Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.

ModerationStateFilter::getWorkflowIds() — Method in class ModerationStateFilter

Gets the list of Workflow IDs configured for this filter.

ContentModerationRouteSubscriber::getModeratedEntityTypes() — Method in class ContentModerationRouteSubscriber

Returns the moderated entity types.

ContentModerationRouteSubscriber::getSubscribedEvents() — Method in class ContentModerationRouteSubscriber
{@inheritdoc}
StateTransitionValidation::getValidTransitions() — Method in class StateTransitionValidation

Gets a list of transitions that are legal for this user on this entity.

StateTransitionValidationInterface::getValidTransitions() — Method in class StateTransitionValidationInterface

Gets a list of transitions that are legal for this user on this entity.

ViewsData::getViewsData() — Method in class ViewsData

Returns the views data.

BundleTranslationSettingsInterface::getBundleTranslationSettings() — Method in class BundleTranslationSettingsInterface

Returns translation settings for the specified bundle.

ContentTranslationHandler::getFieldDefinitions() — Method in class ContentTranslationHandler

Returns a set of field definitions to be used to store metadata items.

ContentTranslationHandler::getTranslationAccess() — Method in class ContentTranslationHandler

Checks if the user can perform the given operation on translations of the wrapped entity.

ContentTranslationHandler::getSourceLangcode() — Method in class ContentTranslationHandler

Retrieves the source language for the translation being created.

ContentTranslationHandler::getDefaultOwnerId() — Method in class ContentTranslationHandler

Default value callback for the owner base field definition.

ContentTranslationHandlerInterface::getFieldDefinitions() — Method in class ContentTranslationHandlerInterface

Returns a set of field definitions to be used to store metadata items.

ContentTranslationHandlerInterface::getTranslationAccess() — Method in class ContentTranslationHandlerInterface

Checks if the user can perform the given operation on translations of the wrapped entity.

ContentTranslationHandlerInterface::getSourceLangcode() — Method in class ContentTranslationHandlerInterface

Retrieves the source language for the translation being created.

ContentTranslationManager::getTranslationHandler() — Method in class ContentTranslationManager

Returns an instance of the Content translation handler.

ContentTranslationManager::getTranslationMetadata() — Method in class ContentTranslationManager

Returns an instance of the Content translation metadata.

ContentTranslationManager::getSupportedEntityTypes() — Method in class ContentTranslationManager

Gets the entity types that support content translation.

ContentTranslationManager::getBundleTranslationSettings() — Method in class ContentTranslationManager

Returns translation settings for the specified bundle.

ContentTranslationManagerInterface::getSupportedEntityTypes() — Method in class ContentTranslationManagerInterface

Gets the entity types that support content translation.

ContentTranslationManagerInterface::getTranslationHandler() — Method in class ContentTranslationManagerInterface

Returns an instance of the Content translation handler.

ContentTranslationManagerInterface::getTranslationMetadata() — Method in class ContentTranslationManagerInterface

Returns an instance of the Content translation metadata.

ContentTranslationMetadataWrapper::getSource() — Method in class ContentTranslationMetadataWrapper

Retrieves the source language for this translation.

ContentTranslationMetadataWrapper::getAuthor() — Method in class ContentTranslationMetadataWrapper

Returns the translation author.

ContentTranslationMetadataWrapper::getCreatedTime() — Method in class ContentTranslationMetadataWrapper

Returns the translation creation timestamp.

ContentTranslationMetadataWrapper::getChangedTime() — Method in class ContentTranslationMetadataWrapper

Returns the timestamp of the last entity change from current translation.

ContentTranslationMetadataWrapperInterface::getSource() — Method in class ContentTranslationMetadataWrapperInterface

Retrieves the source language for this translation.

ContentTranslationMetadataWrapperInterface::getAuthor() — Method in class ContentTranslationMetadataWrapperInterface

Returns the translation author.

ContentTranslationMetadataWrapperInterface::getCreatedTime() — Method in class ContentTranslationMetadataWrapperInterface

Returns the translation creation timestamp.

ContentTranslationMetadataWrapperInterface::getChangedTime() — Method in class ContentTranslationMetadataWrapperInterface

Returns the timestamp of the last entity change from current translation.

FieldTranslationSynchronizer::getFieldSynchronizedProperties() — Method in class FieldTranslationSynchronizer

Returns the synchronized properties for the specified field definition.

FieldTranslationSynchronizer::getFieldSynchronizationSettings() — Method in class FieldTranslationSynchronizer

Returns the synchronization settings for the specified field.

FieldTranslationSynchronizer::getOriginalEntity() — Method in class FieldTranslationSynchronizer

Returns the original unchanged entity to be used to detect changes.

FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties() — Method in class FieldTranslationSynchronizerInterface

Returns the synchronized properties for the specified field definition.

ContentTranslationDeleteForm::getFormId() — Method in class ContentTranslationDeleteForm

Returns a unique string identifying the form.

ContentTranslationContextualLinks::getDerivativeDefinitions() — Method in class ContentTranslationContextualLinks

Gets the definition of all derivatives of a base plugin.

ContentTranslationLocalTasks::getDerivativeDefinitions() — Method in class ContentTranslationLocalTasks

Gets the definition of all derivatives of a base plugin.

ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalEntity() — Method in class ContentTranslationSynchronizedFieldsConstraintValidator

Returns the original unchanged entity to be used to detect changes.

ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalTranslation() — Method in class ContentTranslationSynchronizedFieldsConstraintValidator

Returns the original translation.

ContentTranslationSynchronizedFieldsConstraintValidator::getSynchronizedPropertiesByField() — Method in class ContentTranslationSynchronizedFieldsConstraintValidator

Returns the synchronized properties for every specified field.

I18nQueryTrait::getPropertyNotInRowTranslation() — Method in class I18nQueryTrait

Gets the translation for the property not already in the row.

EntityTranslationSettings::getIds() — Method in class EntityTranslationSettings

Defines the source fields uniquely identifying a source row.

TranslationLink::getEntityLinkTemplate() — Method in class TranslationLink

Returns the entity link template name identifying the link route.

TranslationLink::getDefaultLabel() — Method in class TranslationLink

Returns the default label for this link.

ContentTranslationRouteSubscriber::getSubscribedEvents() — Method in class ContentTranslationRouteSubscriber
{@inheritdoc}
ContextualLinks::getInfo() — Method in class ContextualLinks

Returns the element properties for this element.

ContextualLinksPlaceholder::getInfo() — Method in class ContextualLinksPlaceholder

Returns the element properties for this element.

DateTimeComputed::getValue() — Method in class DateTimeComputed

Gets the data value.

DateTimeFormatterBase::getFormatSettings() — Method in class DateTimeFormatterBase

Gets a settings array suitable for DrupalDateTime::format().

DateTimeItem::generateSampleValue() — Method in class DateTimeItem

Generates placeholder field values.

DateField::getFieldFormatterMap() — Method in class DateField

Get a map between D6 formatters and D8 formatters for this field type.

DateField::getFieldWidgetMap() — Method in class DateField

Get a map between D6 and D8 widgets for this field type.

DateField::getFieldType() — Method in class DateField

Computes the destination type of a migrated field.

Date::getDateField() — Method in class Date

Creates cross-database SQL dates.

Date::getDateFormat() — Method in class Date

Creates cross-database SQL date formatting.

Date::getTimezone() — Method in class Date

Get the proper time zone to use in computations.

Date::getOffset() — Method in class Date

Get the proper offset from UTC to use in computations.

Date::getDateField() — Method in class Date

Creates cross-database SQL dates.

Date::getDateFormat() — Method in class Date

Creates cross-database SQL date formatting.

DateRangeItem::generateSampleValue() — Method in class DateRangeItem

Generates placeholder field values.

DbLogController::getLogLevelClassMap() — Method in class DbLogController

Gets an array of log level classes.

DblogClearLogConfirmForm::getFormId() — Method in class DblogClearLogConfirmForm

Returns a unique string identifying the form.

DblogClearLogConfirmForm::getQuestion() — Method in class DblogClearLogConfirmForm

Returns the question to ask the user.

DblogClearLogConfirmForm::getCancelUrl() — Method in class DblogClearLogConfirmForm

Returns the route to go to if the user cancels the action.

DblogFilterForm::getFormId() — Method in class DblogFilterForm

Returns a unique string identifying the form.

DBLogResource::get() — Method in class DBLogResource

Responds to GET requests.

DblogTypes::getValueOptions() — Method in class DblogTypes

Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.

InstallHelper::getModulePath() — Method in class InstallHelper

Set module_path variable.

InstallHelper::getTermId() — Method in class InstallHelper

Retrieves the Term ID of a term saved during the import process.

InstallHelper::getMediaImageId() — Method in class InstallHelper

Retrieves the Media Image ID of a media image saved during the import process.

InstallHelper::getNodePath() — Method in class InstallHelper

Retrieves the node path of node CSV ID saved during the import process.

InstallHelper::getUser() — Method in class InstallHelper

Looks up a user by name, if it is missing the user is created.

DynamicPageCacheSubscriber::getSubscribedEvents() — Method in class DynamicPageCacheSubscriber
{@inheritdoc}
GetUntransformedTextCommandClass in namespace Drupal\editor\Ajax

AJAX command to rerender a formatted text field without any transformation filters.

EditorController::getUntransformedText() — Method in class EditorController

Returns an Ajax response to render a text field without transformation filters.

EditorInterface::getFilterFormat() — Method in class EditorInterface

Returns the filter format this text editor is associated with.

EditorInterface::getEditor() — Method in class EditorInterface

Returns the associated text editor plugin ID.

EditorInterface::getSettings() — Method in class EditorInterface

Returns the text editor plugin-specific settings.

EditorInterface::getImageUploadSettings() — Method in class EditorInterface

Returns the image upload settings.

Standard::getAllowedTags() — Method in class Standard

Get all allowed tags from a restrictions data structure.

Standard::getForbiddenTags() — Method in class Standard

Get all forbidden tags from a restrictions data structure.

Editor::getFilterFormat() — Method in class Editor

Returns the filter format this text editor is associated with.

Editor::getEditor() — Method in class Editor

Returns the associated text editor plugin ID.

Editor::getSettings() — Method in class Editor

Returns the text editor plugin-specific settings.

Editor::getImageUploadSettings() — Method in class Editor

Returns the image upload settings.

EditorConfigTranslationSubscriber::getSubscribedEvents() — Method in class EditorConfigTranslationSubscriber
{@inheritdoc}
EditorImageDialog::getFormId() — Method in class EditorImageDialog

Returns a unique string identifying the form.

EditorLinkDialog::getFormId() — Method in class EditorLinkDialog

Returns a unique string identifying the form.

EditorBase::getDefaultSettings() — Method in class EditorBase

Returns the default settings for this configurable text editor.

EditorManager::getAttachments() — Method in class EditorManager

Retrieves text editor libraries and JavaScript settings.

EditorPluginInterface::getDefaultSettings() — Method in class EditorPluginInterface

Returns the default settings for this configurable text editor.

EditorPluginInterface::getJSSettings() — Method in class EditorPluginInterface

Returns JavaScript settings to be attached.

EditorPluginInterface::getLibraries() — Method in class EditorPluginInterface

Returns libraries to be attached.

Editor::getMetadata() — Method in class Editor

Generates metadata that is needed specifically for this editor.

Editor::getAttachments() — Method in class Editor

Returns the attachments for this editor.

ConfigImporterFieldPurger::getFieldStoragesToPurge() — Method in class ConfigImporterFieldPurger

Gets the list of fields to purge before configuration synchronization.

FieldConfig::getFieldStorageDefinition() — Method in class FieldConfig

Returns the field storage definition.

FieldConfig::getDisplayOptions() — Method in class FieldConfig

Returns the default display options for the field.

FieldConfig::getUniqueIdentifier() — Method in class FieldConfig

Returns a unique identifier for the field.

FieldStorageConfig::getSchema() — Method in class FieldStorageConfig

Returns the field schema.

FieldStorageConfig::getColumns() — Method in class FieldStorageConfig

Returns the field columns, as defined in the field schema.

FieldStorageConfig::getBundles() — Method in class FieldStorageConfig

Returns the list of bundles where the field storage has fields.

FieldStorageConfig::getName() — Method in class FieldStorageConfig

Returns the machine name of the field.

FieldStorageConfig::getTypeProvider() — Method in class FieldStorageConfig

Returns the name of the module providing the field type.

FieldStorageConfig::getType() — Method in class FieldStorageConfig

Returns the field type.

FieldStorageConfig::getSettings() — Method in class FieldStorageConfig

Returns the storage settings.

FieldStorageConfig::getSetting() — Method in class FieldStorageConfig

Returns the value of a given storage setting.

FieldStorageConfig::getProvider() — Method in class FieldStorageConfig

Returns the name of the provider of this field.

FieldStorageConfig::getLabel() — Method in class FieldStorageConfig

Returns the human-readable label for the field.

FieldStorageConfig::getDescription() — Method in class FieldStorageConfig

Returns the human-readable description for the field.

FieldStorageConfig::getCardinality() — Method in class FieldStorageConfig

Returns the maximum number of items allowed for the field.

FieldStorageConfig::getOptionsProvider() — Method in class FieldStorageConfig

Gets an options provider for the given field item property.

FieldStorageConfig::getTargetEntityTypeId() — Method in class FieldStorageConfig

Returns the ID of the entity type the field is attached to.

FieldStorageConfig::getConstraints() — Method in class FieldStorageConfig

Returns an array of validation constraints.

FieldStorageConfig::getConstraint() — Method in class FieldStorageConfig

Returns a validation constraint.

FieldStorageConfig::getPropertyDefinition() — Method in class FieldStorageConfig

Gets the definition of a contained property.

FieldStorageConfig::getPropertyDefinitions() — Method in class FieldStorageConfig

Gets an array of property definitions of contained properties.

FieldStorageConfig::getPropertyNames() — Method in class FieldStorageConfig

Returns the names of the field's subproperties.

FieldStorageConfig::getMainPropertyName() — Method in class FieldStorageConfig

Returns the name of the main property, if any.

FieldStorageConfig::getUniqueStorageIdentifier() — Method in class FieldStorageConfig

Returns a unique identifier for the field storage.

FieldStorageConfig::getFieldItemClass() — Method in class FieldStorageConfig

Helper to retrieve the field item class.

FieldStorageConfig::getIndexes() — Method in class FieldStorageConfig

Returns the custom storage indexes for the field data storage.

FieldStorageConfigInterface::getType() — Method in class FieldStorageConfigInterface

Returns the field type.

FieldStorageConfigInterface::getTypeProvider() — Method in class FieldStorageConfigInterface

Returns the name of the module providing the field type.

FieldStorageConfigInterface::getBundles() — Method in class FieldStorageConfigInterface

Returns the list of bundles where the field storage has fields.

FieldStorageConfigInterface::getIndexes() — Method in class FieldStorageConfigInterface

Returns the custom storage indexes for the field data storage.

FieldUninstallValidator::getFieldStoragesByModule() — Method in class FieldUninstallValidator

Returns all field storages for a specified module.

FieldUninstallValidator::getFieldTypeLabel() — Method in class FieldUninstallValidator

Returns the label for a specified field type.

Email::getFieldWidgetMap() — Method in class Email

Get a map between D6 and D8 widgets for this field type.

Email::getFieldFormatterMap() — Method in class Email

Get a map between D6 formatters and D8 formatters for this field type.

EntityReference::getFieldFormatterMap() — Method in class EntityReference

Get a map between D6 formatters and D8 formatters for this field type.

FieldInstanceWidgetSettings::getSettings() — Method in class FieldInstanceWidgetSettings

Merge the default D8 and specified D6 settings for a widget type.

FieldSettings::getSettings() — Method in class FieldSettings

Merge the default D8 and specified D6 settings.

Field::getIds() — Method in class Field

Defines the source fields uniquely identifying a source row.

FieldInstance::getIds() — Method in class FieldInstance

Defines the source fields uniquely identifying a source row.

FieldInstancePerFormDisplay::getIds() — Method in class FieldInstancePerFormDisplay

Defines the source fields uniquely identifying a source row.

FieldInstancePerViewMode::getIds() — Method in class FieldInstancePerViewMode

Defines the source fields uniquely identifying a source row.

FieldLabelDescriptionTranslation::getIds() — Method in class FieldLabelDescriptionTranslation

Defines the source fields uniquely identifying a source row.

FieldOptionTranslation::getIds() — Method in class FieldOptionTranslation

Defines the source fields uniquely identifying a source row.

Field::getIds() — Method in class Field

Defines the source fields uniquely identifying a source row.

FieldInstance::getIds() — Method in class FieldInstance

Defines the source fields uniquely identifying a source row.

FieldInstancePerFormDisplay::getIds() — Method in class FieldInstancePerFormDisplay

Defines the source fields uniquely identifying a source row.

FieldInstancePerViewMode::getIds() — Method in class FieldInstancePerViewMode

Defines the source fields uniquely identifying a source row.

FieldLabelDescriptionTranslation::getIds() — Method in class FieldLabelDescriptionTranslation

Defines the source fields uniquely identifying a source row.

FieldOptionTranslation::getIds() — Method in class FieldOptionTranslation

Defines the source fields uniquely identifying a source row.

ViewMode::getIds() — Method in class ViewMode

Defines the source fields uniquely identifying a source row.

EntityDisplayWithLayoutInterface::getDefaultRegion() — Method in class EntityDisplayWithLayoutInterface

Gets the default region.

EntityDisplayWithLayoutInterface::getLayoutId() — Method in class EntityDisplayWithLayoutInterface

Gets the layout plugin ID for this display.

EntityDisplayWithLayoutInterface::getLayoutSettings() — Method in class EntityDisplayWithLayoutInterface

Gets the layout plugin settings for this display.

EntityDisplayWithLayoutInterface::getLayout() — Method in class EntityDisplayWithLayoutInterface

Gets the layout plugin for this display.

FieldLayoutEntityDisplayTrait::getLayoutDefinition() — Method in class FieldLayoutEntityDisplayTrait

Gets a layout definition.

FieldLayoutEntityDisplayTrait::getLayoutId() — Method in class FieldLayoutEntityDisplayTrait

Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutId().

FieldLayoutEntityDisplayTrait::getLayoutSettings() — Method in class FieldLayoutEntityDisplayTrait

Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutSettings().

FieldLayoutEntityDisplayTrait::getLayout() — Method in class FieldLayoutEntityDisplayTrait

Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayout().

FieldLayoutEntityDisplayTrait::getDefaultRegion() — Method in class FieldLayoutEntityDisplayTrait

Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getDefaultRegion().

FieldLayoutBuilder::getFields() — Method in class FieldLayoutBuilder

Gets the fields that need to be processed.

FieldLayoutEntityDisplayFormTrait::getRegions() — Method in class FieldLayoutEntityDisplayFormTrait

Overrides \Drupal\field_ui\Form\EntityDisplayFormBase::getRegions().

FieldLayoutEntityDisplayFormTrait::getLayout() — Method in class FieldLayoutEntityDisplayFormTrait

Gets the layout plugin for the currently selected field layout.

FieldLayoutEntityDisplayFormTrait::getEntity() — Method in class FieldLayoutEntityDisplayFormTrait

Gets the form entity.

FieldUiTable::getInfo() — Method in class FieldUiTable

Returns the element properties for this element.

FieldConfigListBuilder::getDefaultOperations() — Method in class FieldConfigListBuilder

Gets this list's default operations.

FieldUI::getOverviewRouteInfo() — Method in class FieldUI

Returns the route info for the field overview of a given entity bundle.

FieldUI::getNextDestination() — Method in class FieldUI

Returns the next redirect path in a multipage sequence.

FieldUI::getRouteBundleParameter() — Method in class FieldUI

Gets the route parameter that should be used for Field UI routes.

EntityDisplayFormBase::getEntityFromRouteMatch() — Method in class EntityDisplayFormBase

Determines which entity will be used by this form from a RouteMatch object.

EntityDisplayFormBase::getRegions() — Method in class EntityDisplayFormBase

Get the regions needed to create the overview form.

EntityDisplayFormBase::getRegionOptions() — Method in class EntityDisplayFormBase

Returns an associative array of all regions.

EntityDisplayFormBase::getFieldDefinitions() — Method in class EntityDisplayFormBase

Collects the definitions of fields whose display is configurable.

EntityDisplayFormBase::getExtraFields() — Method in class EntityDisplayFormBase

Returns the extra fields of the entity type and bundle used by this form.

EntityDisplayFormBase::getEntityDisplay() — Method in class EntityDisplayFormBase

Returns an entity display object to be used by this form.

EntityDisplayFormBase::getApplicablePluginOptions() — Method in class EntityDisplayFormBase

Returns an array of applicable widget or formatter options for a field.

EntityDisplayFormBase::getDefaultPlugin() — Method in class EntityDisplayFormBase

Returns the ID of the default widget or formatter plugin for a field type.

EntityDisplayFormBase::getDisplayModes() — Method in class EntityDisplayFormBase

Returns the form or view modes used by this form.

EntityDisplayFormBase::getDisplayModeOptions() — Method in class EntityDisplayFormBase

Returns an array of form or view mode options.

EntityDisplayFormBase::getDisplayModesLink() — Method in class EntityDisplayFormBase

Returns a link to the form or view mode admin page.

EntityDisplayFormBase::getRowRegion() — Method in class EntityDisplayFormBase

Returns the region to which a row in the display overview belongs.

EntityDisplayFormBase::getDisplays() — Method in class EntityDisplayFormBase

Returns entity (form) displays for the current entity display type.

EntityDisplayFormBase::getDisplayStatuses() — Method in class EntityDisplayFormBase

Returns form or view modes statuses for the bundle used by this form.

EntityDisplayFormBase::getTableHeader() — Method in class EntityDisplayFormBase

Returns an array containing the table headers.

EntityDisplayFormBase::getOverviewUrl() — Method in class EntityDisplayFormBase

Returns the Url object for a specific entity (form) display edit form.

EntityDisplayModeDeleteForm::getDescription() — Method in class EntityDisplayModeDeleteForm

Returns additional text to display as a description.

EntityFormDisplayEditForm::getEntityDisplay() — Method in class EntityFormDisplayEditForm

Returns an entity display object to be used by this form.

EntityFormDisplayEditForm::getDefaultPlugin() — Method in class EntityFormDisplayEditForm

Returns the ID of the default widget or formatter plugin for a field type.

EntityFormDisplayEditForm::getDisplayModes() — Method in class EntityFormDisplayEditForm

Returns the form or view modes used by this form.

EntityFormDisplayEditForm::getDisplayModeOptions() — Method in class EntityFormDisplayEditForm

Returns an array of form or view mode options.

EntityFormDisplayEditForm::getDisplayModesLink() — Method in class EntityFormDisplayEditForm

Returns a link to the form or view mode admin page.

EntityFormDisplayEditForm::getTableHeader() — Method in class EntityFormDisplayEditForm

Returns an array containing the table headers.

EntityFormDisplayEditForm::getOverviewUrl() — Method in class EntityFormDisplayEditForm

Returns the Url object for a specific entity (form) display edit form.

EntityViewDisplayEditForm::getEntityDisplay() — Method in class EntityViewDisplayEditForm

Returns an entity display object to be used by this form.

EntityViewDisplayEditForm::getDefaultPlugin() — Method in class EntityViewDisplayEditForm

Returns the ID of the default widget or formatter plugin for a field type.

EntityViewDisplayEditForm::getDisplayModes() — Method in class EntityViewDisplayEditForm

Returns the form or view modes used by this form.

EntityViewDisplayEditForm::getDisplayModeOptions() — Method in class EntityViewDisplayEditForm

Returns an array of form or view mode options.

EntityViewDisplayEditForm::getDisplayModesLink() — Method in class EntityViewDisplayEditForm

Returns a link to the form or view mode admin page.

EntityViewDisplayEditForm::getTableHeader() — Method in class EntityViewDisplayEditForm

Returns an array containing the table headers.

EntityViewDisplayEditForm::getOverviewUrl() — Method in class EntityViewDisplayEditForm

Returns the Url object for a specific entity (form) display edit form.

EntityViewDisplayEditForm::getFieldLabelOptions() — Method in class EntityViewDisplayEditForm

Returns an array of visibility options for field labels.

FieldConfigDeleteForm::getConfigNamesToDelete() — Method in class FieldConfigDeleteForm

Returns config names to delete for the deletion confirmation form.

FieldConfigDeleteForm::getCancelUrl() — Method in class FieldConfigDeleteForm
{@inheritdoc}
FieldConfigEditForm::getTitle() — Method in class FieldConfigEditForm

The _title_callback for the field settings form.

FieldStorageAddForm::getFormId() — Method in class FieldStorageAddForm

Returns a unique string identifying the form.

FieldStorageAddForm::getExistingFieldStorageOptions() — Method in class FieldStorageAddForm

Returns an array of existing field storages that can be added to a bundle.

FieldStorageAddForm::getExistingFieldLabels() — Method in class FieldStorageAddForm

Gets the human-readable labels for the given field storage names.

FieldStorageConfigEditForm::getEntityFromRouteMatch() — Method in class FieldStorageConfigEditForm

Determines which entity will be used by this form from a RouteMatch object.

FieldStorageConfigEditForm::getCardinalityForm() — Method in class FieldStorageConfigEditForm

Builds the cardinality form.

FieldStorageConfigEditForm::getEnforcedCardinality() — Method in class FieldStorageConfigEditForm

Returns the cardinality enforced by the field type.

FieldUiLocalAction::getDerivativeDefinitions() — Method in class FieldUiLocalAction

Gets the definition of all derivatives of a base plugin.

FieldUiLocalTask::getDerivativeDefinitions() — Method in class FieldUiLocalTask

Gets the definition of all derivatives of a base plugin.

RouteSubscriber::getSubscribedEvents() — Method in class RouteSubscriber
{@inheritdoc}
ComputedFileUrl::getValue() — Method in class ComputedFileUrl

Gets the data value.

ManagedFile::getInfo() — Method in class ManagedFile

Returns the element properties for this element.

File::getFilename() — Method in class File

Returns the name of the file.

File::getFileUri() — Method in class File

Returns the URI of the file.

File::getMimeType() — Method in class File

Returns the MIME type of the file.

File::getSize() — Method in class File

Returns the size of the file.

File::getCreatedTime() — Method in class File

Returns the file entity creation timestamp.

File::getDefaultEntityOwner() — Method in class File
{@inheritdoc}
FileAccessControlHandler::getFileReferences() — Method in class FileAccessControlHandler

Wrapper for file_get_file_references().

FileInterface::getFilename() — Method in class FileInterface

Returns the name of the file.

FileInterface::getFileUri() — Method in class FileInterface

Returns the URI of the file.

FileInterface::getMimeType() — Method in class FileInterface

Returns the MIME type of the file.

FileInterface::getSize() — Method in class FileInterface

Returns the size of the file.

FileInterface::getCreatedTime() — Method in class FileInterface

Returns the file entity creation timestamp.

FileStorageSchema::getSharedTableFieldSchema() — Method in class FileStorageSchema

Gets the schema for a single field definition.

FileViewsData::getViewsData() — Method in class FileViewsData

Returns views data for the entity type.

FileAudioFormatter::getMediaType() — Method in class FileAudioFormatter

Gets the applicable media type for a formatter.

FileMediaFormatterBase::getHtmlTag() — Method in class FileMediaFormatterBase

Gets the HTML tag for the formatter.

FileMediaFormatterBase::getSourceFiles() — Method in class FileMediaFormatterBase

Gets source files with attributes.

FileMediaFormatterInterface::getMediaType() — Method in class FileMediaFormatterInterface

Gets the applicable media type for a formatter.

FileVideoFormatter::getMediaType() — Method in class FileVideoFormatter

Gets the applicable media type for a formatter.

GenericFileFormatterClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Plugin implementation of the 'file_default' formatter.

FileItem::getUploadLocation() — Method in class FileItem

Determines the URI for a file field.

FileItem::getUploadValidators() — Method in class FileItem

Retrieves the upload validators for a file field.

FileItem::generateSampleValue() — Method in class FileItem

Generates placeholder field values.

FileItem::getPreconfiguredOptions() — Method in class FileItem

Returns preconfigured field options for a field type.

FileWidget::getDescriptionFromElement() — Method in class FileWidget

Retrieves the file description from a field element.

EntityFile::getEntity() — Method in class EntityFile

Creates or loads an entity.

FileField::getFieldWidgetMap() — Method in class FileField

Get a map between D6 and D8 widgets for this field type.

FileField::getFieldFormatterMap() — Method in class FileField

Get a map between D6 formatters and D8 formatters for this field type.

FileField::getFieldType() — Method in class FileField

Computes the destination type of a migrated field.

FileField::getFieldWidgetMap() — Method in class FileField

Get a map between D6 and D8 widgets for this field type.

File::getIds() — Method in class File

Defines the source fields uniquely identifying a source row.

Upload::getIds() — Method in class Upload

Defines the source fields uniquely identifying a source row.

UploadInstance::getIds() — Method in class UploadInstance

Defines the source fields uniquely identifying a source row.

File::getIds() — Method in class File

Defines the source fields uniquely identifying a source row.

FileUploadResource::getUploadLocation() — Method in class FileUploadResource

Determines the URI for a file field.

FileUploadResource::getUploadValidators() — Method in class FileUploadResource

Retrieves the upload validators for a field definition.

FileUploadResource::getBaseRoute() — Method in class FileUploadResource

Gets the base route for a particular method.

FileUploadResource::getBaseRouteRequirements() — Method in class FileUploadResource

Gets the base route requirements for a particular method.

FileUploadResource::generateLockIdFromFileUri() — Method in class FileUploadResource

Generates a lock ID based on the file URI.

Status::getValueOptions() — Method in class Status

Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.

FileUploadResult::getOriginalFilename() — Method in class FileUploadResult

Gets the original filename.

FileUploadResult::getSanitizedFilename() — Method in class FileUploadResult

Gets the sanitized filename.

FileUploadResult::getFile() — Method in class FileUploadResult

Gets the File entity.

FileValidationException::getFilename() — Method in class FileValidationException

Gets the file name.

FileValidationException::getErrors() — Method in class FileValidationException

Gets the errors.

FormUploadedFile::getClientOriginalName() — Method in class FormUploadedFile

Returns the original file name.

FormUploadedFile::getErrorMessage() — Method in class FormUploadedFile

Returns an informative upload error message.

FormUploadedFile::getError() — Method in class FormUploadedFile

Returns the upload error code.

FormUploadedFile::getSize() — Method in class FormUploadedFile

Gets file size.

FormUploadedFile::getRealPath() — Method in class FormUploadedFile

Gets the absolute path to the file.

FormUploadedFile::getPathname() — Method in class FormUploadedFile

Gets the path to the file.

FormUploadedFile::getFilename() — Method in class FormUploadedFile

Gets the filename.

UploadedFileInterface::getClientOriginalName() — Method in class UploadedFileInterface

Returns the original file name.

UploadedFileInterface::getErrorMessage() — Method in class UploadedFileInterface

Returns an informative upload error message.

UploadedFileInterface::getError() — Method in class UploadedFileInterface

Returns the upload error code.

UploadedFileInterface::getSize() — Method in class UploadedFileInterface

Gets file size.

UploadedFileInterface::getRealPath() — Method in class UploadedFileInterface

Gets the absolute path to the file.

UploadedFileInterface::getPathname() — Method in class UploadedFileInterface

Gets the path to the file.

UploadedFileInterface::getFilename() — Method in class UploadedFileInterface

Gets the filename.

FilterController::getLabel() — Method in class FilterController

Gets the label of a filter format.

ProcessedText::getInfo() — Method in class ProcessedText

Returns the element properties for this element.

TextFormat::getInfo() — Method in class TextFormat

Returns the element properties for this element.

FilterFormat::getPluginCollections() — Method in class FilterFormat

Gets the plugin collections used by this object.

FilterFormat::getPermissionName() — Method in class FilterFormat

Returns the machine-readable permission name for the text format.

FilterFormat::getFilterTypes() — Method in class FilterFormat

Retrieves all filter types that are used in the text format.

FilterFormat::getHtmlRestrictions() — Method in class FilterFormat

Retrieve all HTML restrictions (tags and attributes) for the text format.

FilterFormatInterface::getPermissionName() — Method in class FilterFormatInterface

Returns the machine-readable permission name for the text format.

FilterFormatInterface::getFilterTypes() — Method in class FilterFormatInterface

Retrieves all filter types that are used in the text format.

FilterFormatInterface::getHtmlRestrictions() — Method in class FilterFormatInterface

Retrieve all HTML restrictions (tags and attributes) for the text format.

FilterFormatListBuilder::getFormId() — Method in class FilterFormatListBuilder

Returns a unique string identifying the form.

FilterFormatListBuilder::getDefaultOperations() — Method in class FilterFormatListBuilder

Gets this list's default operations.

FilterPluginCollection::get() — Method in class FilterPluginCollection

Gets a plugin instance, initializing it if necessary.

FilterPluginCollection::getAll() — Method in class FilterPluginCollection

Retrieves filter definitions and creates an instance for each filter.

FilterPluginCollection::getConfiguration() — Method in class FilterPluginCollection

Gets the current configuration of all plugins in this collection.

FilterPluginManager::getFallbackPluginId() — Method in class FilterPluginManager

Gets a fallback id for a missing plugin.

FilterProcessResult::getProcessedText() — Method in class FilterProcessResult

Gets the processed text.

FilterUninstallValidator::getFilterDefinitionsByProvider() — Method in class FilterUninstallValidator

Returns all filter definitions that are provided by the specified provider.

FilterUninstallValidator::getEnabledFilterFormats() — Method in class FilterUninstallValidator

Returns all enabled filter formats.

FilterDisableForm::getQuestion() — Method in class FilterDisableForm

Returns the question to ask the user.

FilterDisableForm::getCancelUrl() — Method in class FilterDisableForm

Returns the route to go to if the user cancels the action.

FilterDisableForm::getConfirmText() — Method in class FilterDisableForm

Returns a caption for the button that confirms the action.

FilterDisableForm::getDescription() — Method in class FilterDisableForm

Returns additional text to display as a description.

FilterFormat::getPossibleValues() — Method in class FilterFormat

Returns an array of possible values.

FilterFormat::getPossibleOptions() — Method in class FilterFormat

Returns an array of possible values with labels for display.

FilterFormat::getSettableValues() — Method in class FilterFormat

Returns an array of settable values.

FilterFormat::getSettableOptions() — Method in class FilterFormat

Returns an array of settable values with labels for display.

FilterBase::getConfiguration() — Method in class FilterBase

Gets this plugin's configuration.

FilterBase::getType() — Method in class FilterBase

Returns the processing type of this filter plugin.

FilterBase::getLabel() — Method in class FilterBase

Returns the administrative label for this filter plugin.

FilterBase::getDescription() — Method in class FilterBase

Returns the administrative description for this filter plugin.

FilterBase::getHTMLRestrictions() — Method in class FilterBase

Returns HTML allowed by this filter's configuration.

FilterInterface::getType() — Method in class FilterInterface

Returns the processing type of this filter plugin.

FilterInterface::getLabel() — Method in class FilterInterface

Returns the administrative label for this filter plugin.

FilterInterface::getDescription() — Method in class FilterInterface

Returns the administrative description for this filter plugin.

FilterInterface::getHTMLRestrictions() — Method in class FilterInterface

Returns HTML allowed by this filter's configuration.

FilterHtml::getHTMLRestrictions() — Method in class FilterHtml

Returns HTML allowed by this filter's configuration.

FilterHtmlEscape::getHTMLRestrictions() — Method in class FilterHtmlEscape

Returns HTML allowed by this filter's configuration.

FilterNull::getHTMLRestrictions() — Method in class FilterNull

Returns HTML allowed by this filter's configuration.

FilterID::getSourceFilterType() — Method in class FilterID

Gets the Drupal 8 filter type for a Drupal 7 filter.

FilterFormat::getIds() — Method in class FilterFormat

Defines the source fields uniquely identifying a source row.

FilterFormat::getIds() — Method in class FilterFormat

Defines the source fields uniquely identifying a source row.

DeleteForm::getFormId() — Method in class DeleteForm

Returns a unique string identifying the form.

DeleteForm::getQuestion() — Method in class DeleteForm

Returns the question to ask the user.

DeleteForm::getCancelUrl() — Method in class DeleteForm

Returns the route to go to if the user cancels the action.

DeleteForm::getConfirmText() — Method in class DeleteForm

Returns a caption for the button that confirms the action.

Overview::getFormId() — Method in class Overview

Returns a unique string identifying the form.

ForumIndexStorage::getOriginalTermId() — Method in class ForumIndexStorage

Returns the forum term id associated with an existing forum node.

ForumIndexStorageInterface::getOriginalTermId() — Method in class ForumIndexStorageInterface

Returns the forum term id associated with an existing forum node.

ForumManager::getTopics() — Method in class ForumManager

Gets list of forum topics.

ForumManager::getTopicOrder() — Method in class ForumManager

Gets topic sorting information based on an integer code.

ForumManager::getLastPost() — Method in class ForumManager

Provides the last post information for the given forum tid.

ForumManager::getForumStatistics() — Method in class ForumManager

Provides statistics for a forum.

ForumManager::getChildren() — Method in class ForumManager

Utility method to fetch the child forums for a given forum.

ForumManager::getIndex() — Method in class ForumManager

Generates and returns the forum index.

ForumManagerInterface::getTopics() — Method in class ForumManagerInterface

Gets list of forum topics.

ForumManagerInterface::getChildren() — Method in class ForumManagerInterface

Utility method to fetch the child forums for a given forum.

ForumManagerInterface::getIndex() — Method in class ForumManagerInterface

Generates and returns the forum index.

ForumSettingsForm::getFormId() — Method in class ForumSettingsForm

Returns a unique string identifying the form.

ForumSettingsForm::getEditableConfigNames() — Method in class ForumSettingsForm

Gets the configuration names that will be editable.

ForumUninstallValidator::getForumVocabulary() — Method in class ForumUninstallValidator

Returns the vocabulary configured for forums.

ForumBlockBase::getCacheContexts() — Method in class ForumBlockBase
{@inheritdoc}
ForumBlockBase::getCacheTags() — Method in class ForumBlockBase
{@inheritdoc}
LinkManager::getTypeUri() — Method in class LinkManager

Gets the URI that corresponds to a bundle.

LinkManager::getTypeInternalIds() — Method in class LinkManager

Get a bundle's Typed Data IDs based on a URI.

LinkManager::getRelationUri() — Method in class LinkManager

Gets the URI that corresponds to a field.

LinkManager::getRelationInternalIds() — Method in class LinkManager

Translates a REST URI into internal IDs.

LinkManagerBase::getLinkDomain() — Method in class LinkManagerBase

Gets the link domain.

RelationLinkManager::getRelationUri() — Method in class RelationLinkManager

Gets the URI that corresponds to a field.

RelationLinkManager::getRelationInternalIds() — Method in class RelationLinkManager

Translates a REST URI into internal IDs.

RelationLinkManager::getRelations() — Method in class RelationLinkManager

Get the array of relation links.

RelationLinkManagerInterface::getRelationUri() — Method in class RelationLinkManagerInterface

Gets the URI that corresponds to a field.

RelationLinkManagerInterface::getRelationInternalIds() — Method in class RelationLinkManagerInterface

Translates a REST URI into internal IDs.

TypeLinkManager::getTypeUri() — Method in class TypeLinkManager

Gets the URI that corresponds to a bundle.

TypeLinkManager::getTypeInternalIds() — Method in class TypeLinkManager

Get a bundle's Typed Data IDs based on a URI.

TypeLinkManager::getTypes() — Method in class TypeLinkManager

Get the array of type links.

TypeLinkManagerInterface::getTypeUri() — Method in class TypeLinkManagerInterface

Gets the URI that corresponds to a bundle.

TypeLinkManagerInterface::getTypeInternalIds() — Method in class TypeLinkManagerInterface

Get a bundle's Typed Data IDs based on a URI.

ContentEntityNormalizer::getEntityUri() — Method in class ContentEntityNormalizer

Constructs the entity URI.

ContentEntityNormalizer::getTypedDataIds() — Method in class ContentEntityNormalizer

Gets the typed data IDs for a type URI.

EntityReferenceItemNormalizer::getUuid() — Method in class EntityReferenceItemNormalizer

Get the uuid from the data array.

FileEntityNormalizer::getEntityUri() — Method in class FileEntityNormalizer

Constructs the entity URI.

HelpSectionPluginInterface::getTitle() — Method in class HelpSectionPluginInterface

Returns the title of the help section.

HelpSectionPluginInterface::getDescription() — Method in class HelpSectionPluginInterface

Returns the description text for the help section.

HelpBlock::getCacheContexts() — Method in class HelpBlock
{@inheritdoc}
HelpSectionPluginBase::getTitle() — Method in class HelpSectionPluginBase

Returns the title of the help section.

HelpSectionPluginBase::getDescription() — Method in class HelpSectionPluginBase

Returns the description text for the help section.

HelpTopicDiscovery::getDefinitions() — Method in class HelpTopicDiscovery

Gets the definition of all plugins for this type.

HelpTopicPluginBase::getProvider() — Method in class HelpTopicPluginBase

The name of the module or theme providing the help topic.

HelpTopicPluginBase::getLabel() — Method in class HelpTopicPluginBase

Returns the label of the topic.

HelpTopicPluginBase::getRelated() — Method in class HelpTopicPluginBase

Returns the IDs of related topics.

HelpTopicPluginInterface::getLabel() — Method in class HelpTopicPluginInterface

Returns the label of the topic.

HelpTopicPluginInterface::getBody() — Method in class HelpTopicPluginInterface

Returns the body of the topic.

HelpTopicPluginInterface::getRelated() — Method in class HelpTopicPluginInterface

Returns the IDs of related topics.

HelpTopicPluginManager::getDiscovery() — Method in class HelpTopicPluginManager

Gets the plugin discovery.

HelpTopicTwig::getBody() — Method in class HelpTopicTwig

Returns the body of the topic.

HelpTopicTwig::getCacheContexts() — Method in class HelpTopicTwig

The cache contexts associated with this object.

HelpTopicTwig::getCacheTags() — Method in class HelpTopicTwig

The cache tags associated with this object.

HelpTopicTwig::getCacheMaxAge() — Method in class HelpTopicTwig

The maximum age for which this object may be cached.

HelpTopicTwigLoader::getSourceContext() — Method in class HelpTopicTwigLoader
{@inheritdoc}
HelpTwigExtension::getFunctions() — Method in class HelpTwigExtension
{@inheritdoc}
HelpTwigExtension::getRouteLink() — Method in class HelpTwigExtension

Returns a link or plain text, given text, route name, and parameters.

HelpTwigExtension::getTopicLink() — Method in class HelpTwigExtension

Returns a link to a help topic, or the title of the topic.

HelpTopicSection::getCacheTags() — Method in class HelpTopicSection
{@inheritdoc}
HelpTopicSection::getCacheContexts() — Method in class HelpTopicSection
{@inheritdoc}
HelpTopicSection::getCacheMaxAge() — Method in class HelpTopicSection
{@inheritdoc}
HelpTopicSection::getPlugins() — Method in class HelpTopicSection

Gets the top level help topic plugins.

HelpTopicSection::getCacheMetadata() — Method in class HelpTopicSection

Gets the merged CacheableMetadata for all the top level help topic plugins.

HelpSearch::getType() — Method in class HelpSearch

Returns the search index type this plugin uses.

HelpSearch::getSectionPlugin() — Method in class HelpSearch

Instantiates a help section plugin and verifies it is searchable.

HistoryController::getNodeReadTimestamps() — Method in class HistoryController

Returns a set of nodes' last read timestamps.

QuickEditImageController::getInfo() — Method in class QuickEditImageController

Returns JSON representing an image field's metadata.

QuickEditImageController::getField() — Method in class QuickEditImageController

Returns JSON representing the current state of the field.

ImageStyle::getDerivativeExtension() — Method in class ImageStyle

Determines the extension of the derivative without generating it.

ImageStyle::getPathToken() — Method in class ImageStyle

Generates a token to protect an image style derivative.

ImageStyle::getEffect() — Method in class ImageStyle

Returns a specific image effect.

ImageStyle::getEffects() — Method in class ImageStyle

Returns the image effects for this style.

ImageStyle::getPluginCollections() — Method in class ImageStyle

Gets the plugin collections used by this object.

ImageStyle::getReplacementID() — Method in class ImageStyle
{@inheritdoc}
ImageStyle::getName() — Method in class ImageStyle

Returns the image style.

ImageStyle::getImageEffectPluginManager() — Method in class ImageStyle

Returns the image effect plugin manager.

ImageStyle::getImageFactory() — Method in class ImageStyle

Returns the image factory.

ImageStyle::getPrivateKey() — Method in class ImageStyle

Gets the Drupal private key.

ImageStyle::getHashSalt() — Method in class ImageStyle

Gets a salt useful for hardening against SQL injection.

ImageStyle::getStreamWrapperManager() — Method in class ImageStyle

Gets the stream wrapper manager service.

ImageEffectDeleteForm::getQuestion() — Method in class ImageEffectDeleteForm

Returns the question to ask the user.

ImageEffectDeleteForm::getConfirmText() — Method in class ImageEffectDeleteForm

Returns a caption for the button that confirms the action.

ImageEffectDeleteForm::getCancelUrl() — Method in class ImageEffectDeleteForm

Returns the route to go to if the user cancels the action.

ImageEffectDeleteForm::getFormId() — Method in class ImageEffectDeleteForm

Returns a unique string identifying the form.

ImageEffectFormBase::getFormId() — Method in class ImageEffectFormBase

Returns a unique string identifying the form.

ImageStyleDeleteForm::getQuestion() — Method in class ImageStyleDeleteForm
{@inheritdoc}
ImageStyleDeleteForm::getDescription() — Method in class ImageStyleDeleteForm

Returns additional text to display as a description.

ImageStyleDeleteForm::getReplacementOptions() — Method in class ImageStyleDeleteForm

Returns a list of image style replacement options.

ImageStyleFlushForm::getQuestion() — Method in class ImageStyleFlushForm

Returns the question to ask the user.

ImageStyleFlushForm::getDescription() — Method in class ImageStyleFlushForm

Returns additional text to display as a description.

ImageStyleFlushForm::getConfirmText() — Method in class ImageStyleFlushForm

Returns a caption for the button that confirms the action.

ImageStyleFlushForm::getCancelUrl() — Method in class ImageStyleFlushForm

Returns the route to go to if the user cancels the action.

ImageEffectBase::getDerivativeExtension() — Method in class ImageEffectBase

Returns the extension of the derivative after applying this image effect.

ImageEffectBase::getSummary() — Method in class ImageEffectBase

Returns a render array summarizing the configuration of the image effect.

ImageEffectBase::getUuid() — Method in class ImageEffectBase

Returns the unique ID representing the image effect.

ImageEffectBase::getWeight() — Method in class ImageEffectBase

Returns the weight of the image effect.

ImageEffectBase::getConfiguration() — Method in class ImageEffectBase

Gets this plugin's configuration.

ImageEffectInterface::getDerivativeExtension() — Method in class ImageEffectInterface

Returns the extension of the derivative after applying this image effect.

ImageEffectInterface::getSummary() — Method in class ImageEffectInterface

Returns a render array summarizing the configuration of the image effect.

ImageEffectInterface::getUuid() — Method in class ImageEffectInterface

Returns the unique ID representing the image effect.

ImageEffectInterface::getWeight() — Method in class ImageEffectInterface

Returns the weight of the image effect.

ImageEffectPluginCollection::get() — Method in class ImageEffectPluginCollection

Gets a plugin instance, initializing it if necessary.

ImageStyleInterface::getName() — Method in class ImageStyleInterface

Returns the image style.

ImageStyleInterface::getPathToken() — Method in class ImageStyleInterface

Generates a token to protect an image style derivative.

ImageStyleInterface::getDerivativeExtension() — Method in class ImageStyleInterface

Determines the extension of the derivative without generating it.

ImageStyleInterface::getEffect() — Method in class ImageStyleInterface

Returns a specific image effect.

ImageStyleInterface::getEffects() — Method in class ImageStyleInterface

Returns the image effects for this style.

ImageStyleListBuilder::getDefaultOperations() — Method in class ImageStyleListBuilder

Gets this list's default operations.

ImageStyleStorage::getReplacementId() — Method in class ImageStyleStorage

Retrieves the replacement ID of a deleted image style.

ImageStyleStorageInterface::getReplacementId() — Method in class ImageStyleStorageInterface

Retrieves the replacement ID of a deleted image style.

ImageFormatterBase::getEntitiesToView() — Method in class ImageFormatterBase

Returns the referenced entities for display.

ImageItem::generateSampleValue() — Method in class ImageItem

Generates placeholder field values.

ConvertImageEffect::getDerivativeExtension() — Method in class ConvertImageEffect

Returns the extension of the derivative after applying this image effect.

ConvertImageEffect::getSummary() — Method in class ConvertImageEffect

Returns a render array summarizing the configuration of the image effect.

CropImageEffect::getSummary() — Method in class CropImageEffect

Returns a render array summarizing the configuration of the image effect.

ResizeImageEffect::getSummary() — Method in class ResizeImageEffect

Returns a render array summarizing the configuration of the image effect.

RotateImageEffect::getSummary() — Method in class RotateImageEffect

Returns a render array summarizing the configuration of the image effect.

ScaleAndCropImageEffect::getSummary() — Method in class ScaleAndCropImageEffect

Returns a render array summarizing the configuration of the image effect.

ScaleImageEffect::getSummary() — Method in class ScaleImageEffect

Returns a render array summarizing the configuration of the image effect.

Image::getAttachments() — Method in class Image

Returns the attachments for this editor.

ImageField::getFieldWidgetMap() — Method in class ImageField

Get a map between D6 and D8 widgets for this field type.

ImageCachePreset::getIds() — Method in class ImageCachePreset

Defines the source fields uniquely identifying a source row.

ImageStyles::getIds() — Method in class ImageStyles

Defines the source fields uniquely identifying a source row.

EntityAccessChecker::getAccessCheckedResourceObject() — Method in class EntityAccessChecker

Get the object to normalize and the access based on the provided entity.

TemporaryQueryGuard::getAccessCondition() — Method in class TemporaryQueryGuard

Gets an EntityConditionGroup that filters out inaccessible entities.

TemporaryQueryGuard::getAccessConditionForKnownSubsets() — Method in class TemporaryQueryGuard

Gets an access condition for the allowed JSONAPI_FILTERAMONG* subsets.

TemporaryQueryGuard::getAccessResultsFromEntityFilterHook() — Method in class TemporaryQueryGuard

Gets the combined access result for each JSONAPI_FILTERAMONG* subset.

TemporaryQueryGuard::getCommentAccessCondition() — Method in class TemporaryQueryGuard

Gets an access condition for a comment entity.

FieldResolver::getFieldItemDefinitions() — Method in class FieldResolver

Get all item definitions from a set of resources types by a field name.

FieldResolver::getIdFieldName() — Method in class FieldResolver

Resolves the UUID field name for a resource type.

FieldResolver::getInternalName() — Method in class FieldResolver

Resolves the internal field name based on a collection of resource types.

FieldResolver::getRelatableResourceTypes() — Method in class FieldResolver

Get the referenceable ResourceTypes for a set of field definitions.

FieldResolver::getAllDataReferencePropertyNames() — Method in class FieldResolver

Gets all unique reference property names from the given field definitions.

FieldResolver::getDataReferencePropertyName() — Method in class FieldResolver

Determines the reference property name for the remaining unresolved parts.

FieldResolver::getPathPartPropertyName() — Method in class FieldResolver

Gets the property name from an entity typed or untyped path part.

FieldResolver::getFieldAccess() — Method in class FieldResolver

Gets the field access result for the 'view' operation.

EntityResource::getIndividual() — Method in class EntityResource

Gets the individual entity.

EntityResource::getCollection() — Method in class EntityResource

Gets the collection of entities.

EntityResource::getRelated() — Method in class EntityResource

Gets the related resource.

EntityResource::getRelationship() — Method in class EntityResource

Gets the relationship of an entity.

EntityResource::getCollectionQuery() — Method in class EntityResource

Gets a basic query for a collection.

EntityResource::getCollectionCountQuery() — Method in class EntityResource

Gets a basic query for a collection count.

EntityResource::getEntityFromResourceIdentifier() — Method in class EntityResource

Loads the entity targeted by a resource identifier.

EntityResource::getIncludes() — Method in class EntityResource

Gets includes for the given response data.

EntityResource::getJsonApiParams() — Method in class EntityResource

Extracts JSON:API query parameters from the request.

EntityResource::getRequestLink() — Method in class EntityResource

Get the full URL for a given request object.

EntityResource::getPagerLinks() — Method in class EntityResource

Get the pager links for a given request object.

EntityResource::getPagerQueries() — Method in class EntityResource

Get the query param array.

TemporaryJsonapiFileFieldUploader::getUploadLocation() — Method in class TemporaryJsonapiFileFieldUploader

Determines the URI for a file field.

TemporaryJsonapiFileFieldUploader::getUploadValidators() — Method in class TemporaryJsonapiFileFieldUploader

Retrieves the upload validators for a field definition.

TemporaryJsonapiFileFieldUploader::generateLockIdFromFileUri() — Method in class TemporaryJsonapiFileFieldUploader

Generates a lock ID based on the file URI.

DefaultExceptionSubscriber::getPriority() — Method in class DefaultExceptionSubscriber

Specifies the priority of all listeners in this class.

DefaultExceptionSubscriber::getHandledFormats() — Method in class DefaultExceptionSubscriber

Specifies the request formats this subscriber will respond to.

JsonApiRequestValidator::getSubscribedEvents() — Method in class JsonApiRequestValidator
{@inheritdoc}
JsonapiMaintenanceModeSubscriber::getSubscribedEvents() — Method in class JsonapiMaintenanceModeSubscriber
{@inheritdoc}
ResourceObjectNormalizationCacher::get() — Method in class ResourceObjectNormalizationCacher

Reads an entity normalization from cache.

ResourceObjectNormalizationCacher::generateLookupRenderArray() — Method in class ResourceObjectNormalizationCacher

Generates a lookup render array for a normalization.

ResourceObjectNormalizationCacher::getSubscribedEvents() — Method in class ResourceObjectNormalizationCacher
{@inheritdoc}
ResourceResponseSubscriber::getSubscribedEvents() — Method in class ResourceResponseSubscriber
{@inheritdoc}
ResourceResponseSubscriber::generateContext() — Method in class ResourceResponseSubscriber

Generates a top-level JSON:API normalization context.

ResourceResponseValidator::getSubscribedEvents() — Method in class ResourceResponseValidator
{@inheritdoc}
EntityAccessDeniedHttpException::getError() — Method in class EntityAccessDeniedHttpException

Returns the error.

UnprocessableHttpEntityException::getViolations() — Method in class UnprocessableHttpEntityException

Gets the constraint violations associated with this exception.

JsonApiSettingsForm::getFormId() — Method in class JsonApiSettingsForm

Returns a unique string identifying the form.

JsonApiSettingsForm::getEditableConfigNames() — Method in class JsonApiSettingsForm

Gets the configuration names that will be editable.

Data::getIterator() — Method in class Data

Returns an iterator for entities.

Data::getTotalCount() — Method in class Data
{@inheritdoc}
Data::getCardinality() — Method in class Data

Gets the cardinality of this collection.

ErrorCollection::getIterator() — Method in class ErrorCollection

Returns an iterator for errors.

JsonApiDocumentTopLevel::getData() — Method in class JsonApiDocumentTopLevel

Gets the data.

JsonApiDocumentTopLevel::getLinks() — Method in class JsonApiDocumentTopLevel

Gets the links.

JsonApiDocumentTopLevel::getMeta() — Method in class JsonApiDocumentTopLevel

Gets the metadata.

JsonApiDocumentTopLevel::getIncludes() — Method in class JsonApiDocumentTopLevel

Gets a JSON:API Data object of resources to be included in the response.

JsonApiDocumentTopLevel::getOmissions() — Method in class JsonApiDocumentTopLevel

Gets an OmittedData instance containing resources to be omitted.

LabelOnlyResourceObject::getEntity() — Method in class LabelOnlyResourceObject

Gets the decorated entity.

Link::getUri() — Method in class Link

Gets the link's URI.

Link::getHref() — Method in class Link

Gets the link's URI as a string.

Link::getLinkRelationType() — Method in class Link

Gets the link's relation type.

Link::getTargetAttributes() — Method in class Link

Gets the link's target attributes.

LinkCollection::getIterator() — Method in class LinkCollection
{@inheritdoc}
LinkCollection::getContext() — Method in class LinkCollection

Gets the LinkCollection's context object.

Relationship::getContext() — Method in class Relationship

Gets context resource object of the relationship.

Relationship::getFieldName() — Method in class Relationship

Gets the relationship object's public field name.

Relationship::getData() — Method in class Relationship

Gets the relationship object's data.

Relationship::getLinks() — Method in class Relationship

Gets the relationship object's links.

Relationship::getMeta() — Method in class Relationship

Gets the relationship object's metadata.

Relationship::getOmissions() — Method in class Relationship

Returns the data that was omitted from the JSON:API document.

Relationship::getMergedLinks() — Method in class Relationship

Merges the object's links with the top-level links.

Relationship::getMergedMeta() — Method in class Relationship

Merges the object's meta member with the top-level meta member.

ResourceIdentifier::getTypeName() — Method in class ResourceIdentifier

Gets the ResourceIdentifier's JSON:API resource type name.

ResourceIdentifier::getResourceType() — Method in class ResourceIdentifier

Gets the resource identifier's JSON:API resource type.

ResourceIdentifier::getId() — Method in class ResourceIdentifier

Gets the ResourceIdentifier's ID.

ResourceIdentifier::getArity() — Method in class ResourceIdentifier

Gets the ResourceIdentifier's arity.

ResourceIdentifier::getMeta() — Method in class ResourceIdentifier

Gets the resource identifier objects metadata.

ResourceIdentifier::getDataReferencePropertyName() — Method in class ResourceIdentifier

Helper method to determine which field item property contains an entity.

ResourceIdentifier::getVirtualOrMissingResourceIdentifier() — Method in class ResourceIdentifier

Creates a ResourceIdentifier for a NULL or FALSE entity reference item.

ResourceIdentifierInterface::getId() — Method in class ResourceIdentifierInterface

Gets the resource identifier's ID.

ResourceIdentifierInterface::getTypeName() — Method in class ResourceIdentifierInterface

Gets the resource identifier's JSON:API resource type name.

ResourceIdentifierInterface::getResourceType() — Method in class ResourceIdentifierInterface

Gets the resource identifier's JSON:API resource type.

ResourceIdentifierTrait::getId() — Method in class ResourceIdentifierTrait
{@inheritdoc}
ResourceIdentifierTrait::getTypeName() — Method in class ResourceIdentifierTrait
{@inheritdoc}
ResourceIdentifierTrait::getResourceType() — Method in class ResourceIdentifierTrait
{@inheritdoc}
ResourceObject::getField() — Method in class ResourceObject

Gets the given field.

ResourceObject::getFields() — Method in class ResourceObject

Gets the ResourceObject's fields.

ResourceObject::getLanguage() — Method in class ResourceObject

Gets the ResourceObject's language.

ResourceObject::getLinks() — Method in class ResourceObject

Gets the ResourceObject's links.

ResourceObject::getVersionIdentifier() — Method in class ResourceObject

Gets a version identifier for the ResourceObject.

ResourceObject::getLabelFieldName() — Method in class ResourceObject

Determines the entity type's (internal) label field name.

ResourceObjectData::getData() — Method in class ResourceObjectData

Returns the data for the top-level data member of a JSON:API document.

ResourceObjectData::getAccessible() — Method in class ResourceObjectData

Gets only data to be exposed.

ResourceObjectData::getOmissions() — Method in class ResourceObjectData

Gets only data to be omitted.

ResourceObjectData::getMergedLinks() — Method in class ResourceObjectData

Merges the object's links with the top-level links.

ResourceObjectData::getMergedMeta() — Method in class ResourceObjectData

Merges the object's meta member with the top-level meta member.

TopLevelDataInterface::getData() — Method in class TopLevelDataInterface

Returns the data for the top-level data member of a JSON:API document.

TopLevelDataInterface::getOmissions() — Method in class TopLevelDataInterface

Returns the data that was omitted from the JSON:API document.

TopLevelDataInterface::getMergedLinks() — Method in class TopLevelDataInterface

Merges the object's links with the top-level links.

TopLevelDataInterface::getMergedMeta() — Method in class TopLevelDataInterface

Merges the object's meta member with the top-level meta member.

JsonApiSpec::getReservedQueryParameters() — Method in class JsonApiSpec

Gets the reserved (official) JSON:API query parameters.

EntityReferenceFieldNormalizer::getRelationshipLinks() — Method in class EntityReferenceFieldNormalizer

Gets the links for the relationship.

FieldItemNormalizer::getFieldItemInstance() — Method in class FieldItemNormalizer

Gets a field item instance for use with SerializedColumnNormalizerTrait.

HttpExceptionNormalizer::getInfoUrl() — Method in class HttpExceptionNormalizer

Return a string to the common problem type.

JsonApiDocumentTopLevelNormalizer::getLinkHash() — Method in class JsonApiDocumentTopLevelNormalizer

Hashes an omitted link.

ResourceObjectNormalizer::getNormalization() — Method in class ResourceObjectNormalizer

Normalizes an entity using the given fieldset.

CacheableNormalization::getNormalization() — Method in class CacheableNormalization

Gets the decorated normalization.

CacheableOmission::getNormalization() — Method in class CacheableOmission

A CacheableOmission should never have its normalization retrieved.

TemporaryArrayObjectThrowingExceptions::getArrayCopy() — Method in class TemporaryArrayObjectThrowingExceptions

Exports the \ArrayObject to an array.

TemporaryArrayObjectThrowingExceptions::getFlags() — Method in class TemporaryArrayObjectThrowingExceptions

Gets the behavior flags of the \ArrayObject.

TemporaryArrayObjectThrowingExceptions::getIterator() — Method in class TemporaryArrayObjectThrowingExceptions

Create a new iterator from an ArrayObject instance.

TemporaryArrayObjectThrowingExceptions::getIteratorClass() — Method in class TemporaryArrayObjectThrowingExceptions

Gets the class name of the array iterator that is used by \ArrayObject::getIterator().

OffsetPage::getOffset() — Method in class OffsetPage

Returns the current offset.

OffsetPage::getSize() — Method in class OffsetPage

Returns the page size.

ResourceResponse::getResponseData() — Method in class ResourceResponse

Returns response data that should be serialized.

ResourceType::getEntityTypeId() — Method in class ResourceType

Gets the entity type ID.

ResourceType::getTypeName() — Method in class ResourceType

Gets the type name.

ResourceType::getBundle() — Method in class ResourceType

Gets the bundle.

ResourceType::getDeserializationTargetClass() — Method in class ResourceType

Gets the deserialization target class.

ResourceType::getPublicName() — Method in class ResourceType

Translates the entity field name to the public field name.

ResourceType::getInternalName() — Method in class ResourceType

Translates the public field name to the entity field name.

ResourceType::getFields() — Method in class ResourceType

Gets the attribute and relationship fields of this resource type.

ResourceType::getFieldByPublicName() — Method in class ResourceType

Gets a particular attribute or relationship field by public field name.

ResourceType::getFieldByInternalName() — Method in class ResourceType

Gets a particular attribute or relationship field by internal field name.

ResourceType::getRelatableResourceTypes() — Method in class ResourceType

Get all resource types with which this type may have a relationship.

ResourceType::getRelatableResourceTypesByField() — Method in class ResourceType

Get all resource types with which the given field may have a relationship.

ResourceType::getPath() — Method in class ResourceType

Get the resource path.

ResourceTypeBuildEvent::getResourceTypeName() — Method in class ResourceTypeBuildEvent

Gets current resource type name of the resource type to be built.

ResourceTypeBuildEvent::getFields() — Method in class ResourceTypeBuildEvent

Gets the current fields of the resource type to be built.

ResourceTypeField::getInternalName() — Method in class ResourceTypeField

Gets the internal name of the field.

ResourceTypeField::getPublicName() — Method in class ResourceTypeField

Gets the public name of the field.

ResourceTypeRelationship::getRelatableResourceTypes() — Method in class ResourceTypeRelationship

Gets the relatable resource types.

ResourceTypeRepository::get() — Method in class ResourceTypeRepository

Gets a specific JSON:API resource type based on entity type ID and bundle.

ResourceTypeRepository::getByTypeName() — Method in class ResourceTypeRepository

Gets a specific JSON:API resource type based on a supplied typename.

ResourceTypeRepository::getFields() — Method in class ResourceTypeRepository

Gets the field mapping for the given field names and entity type + bundle.

ResourceTypeRepository::getAllFieldNames() — Method in class ResourceTypeRepository

Gets all field names for a given entity type and bundle.

ResourceTypeRepository::getRelatableResourceTypesFromFieldDefinition() — Method in class ResourceTypeRepository

Get relatable resource types from a field definition.

ResourceTypeRepository::getAllBundlesForEntityType() — Method in class ResourceTypeRepository

Gets all bundle IDs for a given entity type.

ResourceTypeRepositoryInterface::get() — Method in class ResourceTypeRepositoryInterface

Gets a specific JSON:API resource type based on entity type ID and bundle.

ResourceTypeRepositoryInterface::getByTypeName() — Method in class ResourceTypeRepositoryInterface

Gets a specific JSON:API resource type based on a supplied typename.

NegotiatorBase::getRevisionId() — Method in class NegotiatorBase

Gets the revision ID.

NegotiatorBase::getRevision() — Method in class NegotiatorBase

Gets the identified revision.

VersionById::getRevisionId() — Method in class VersionById

Gets the revision ID.

VersionByRel::getRevisionId() — Method in class VersionByRel

Gets the revision ID.

VersionNegotiator::getRevision() — Method in class VersionNegotiator

Gets a negotiated entity revision.

VersionNegotiatorInterface::getRevision() — Method in class VersionNegotiatorInterface

Gets the identified revision.

Routes::getRoutesForResourceType() — Method in class Routes

Gets applicable resource routes for a JSON:API resource type.

Routes::getFileUploadRoutesForResourceType() — Method in class Routes

Gets the file upload route collection for the given resource type.

Routes::getIndividualRoutesForResourceType() — Method in class Routes

Gets a route collection for the given resource type.

Routes::getEntryPointRoute() — Method in class Routes

Provides the entry point route.

Routes::getRouteName() — Method in class Routes

Get a unique route name for the JSON:API resource type and route type.

Routes::getFileUploadRouteName() — Method in class Routes

Get a unique route name for the file upload resource type and route type.

Routes::getResourceTypeNameFromParameters() — Method in class Routes

Gets the resource type from a route or request's parameters.

LanguageConfigCollectionNameTrait::getLangcodeFromCollectionName() — Method in class LanguageConfigCollectionNameTrait

Converts a configuration collection name to a language code.

LanguageConfigFactoryOverride::getOverride() — Method in class LanguageConfigFactoryOverride

Get language override for given language and configuration name.

LanguageConfigFactoryOverride::getStorage() — Method in class LanguageConfigFactoryOverride

Returns the storage instance for a particular langcode.

LanguageConfigFactoryOverride::getCacheSuffix() — Method in class LanguageConfigFactoryOverride

The string to append to the configuration static cache name.

LanguageConfigFactoryOverride::getLanguage() — Method in class LanguageConfigFactoryOverride

Gets the language object used to override configuration data.

LanguageConfigFactoryOverride::getCacheableMetadata() — Method in class LanguageConfigFactoryOverride

Gets the cacheability metadata associated with the config factory override.

LanguageConfigFactoryOverrideInterface::getLanguage() — Method in class LanguageConfigFactoryOverrideInterface

Gets the language object used to override configuration data.

LanguageConfigFactoryOverrideInterface::getOverride() — Method in class LanguageConfigFactoryOverrideInterface

Get language override for given language and configuration name.

LanguageConfigFactoryOverrideInterface::getStorage() — Method in class LanguageConfigFactoryOverrideInterface

Returns the storage instance for a particular langcode.

LanguageConfigOverride::getLangcode() — Method in class LanguageConfigOverride

Returns the language code of this language override.

LanguageConfigOverrideCrudEvent::getLanguageConfigOverride() — Method in class LanguageConfigOverrideCrudEvent

Gets configuration object.

ConfigurableLanguageManager::getLanguageTypes() — Method in class ConfigurableLanguageManager

Returns an array of the available language types.

ConfigurableLanguageManager::getDefinedLanguageTypes() — Method in class ConfigurableLanguageManager

Returns all the defined language types including fixed ones.

ConfigurableLanguageManager::getDefinedLanguageTypesInfo() — Method in class ConfigurableLanguageManager

Returns information about all defined language types.

ConfigurableLanguageManager::getCurrentLanguage() — Method in class ConfigurableLanguageManager

Returns the current language for the given type.

ConfigurableLanguageManager::getNegotiator() — Method in class ConfigurableLanguageManager

Returns the language negotiator.

ConfigurableLanguageManager::getLanguages() — Method in class ConfigurableLanguageManager

Returns a list of languages set up on the site.

ConfigurableLanguageManager::getNativeLanguages() — Method in class ConfigurableLanguageManager

Returns a list of languages set up on the site in their native form.

ConfigurableLanguageManager::getFallbackCandidates() — Method in class ConfigurableLanguageManager

Returns the language fallback candidates for a given context.

ConfigurableLanguageManager::getLanguageSwitchLinks() — Method in class ConfigurableLanguageManager

Returns the language switch links for the given language type.

ConfigurableLanguageManager::getConfigOverrideLanguage() — Method in class ConfigurableLanguageManager

Gets the current configuration override language.

ConfigurableLanguageManager::getLanguageConfigOverride() — Method in class ConfigurableLanguageManager

Gets a language config override object.

ConfigurableLanguageManager::getLanguageConfigOverrideStorage() — Method in class ConfigurableLanguageManager

Gets a language configuration override storage object.

ConfigurableLanguageManager::getStandardLanguageListWithoutConfigured() — Method in class ConfigurableLanguageManager

Returns the standard language list excluding already configured languages.

ConfigurableLanguageManager::getNegotiatedLanguageMethod() — Method in class ConfigurableLanguageManager

Gets the negotiated language method ID.

ConfigurableLanguageManagerInterface::getNegotiator() — Method in class ConfigurableLanguageManagerInterface

Returns the language negotiator.

ConfigurableLanguageManagerInterface::getDefinedLanguageTypes() — Method in class ConfigurableLanguageManagerInterface

Returns all the defined language types including fixed ones.

ConfigurableLanguageManagerInterface::getLanguageConfigOverride() — Method in class ConfigurableLanguageManagerInterface

Gets a language config override object.

ConfigurableLanguageManagerInterface::getLanguageConfigOverrideStorage() — Method in class ConfigurableLanguageManagerInterface

Gets a language configuration override storage object.

ConfigurableLanguageManagerInterface::getStandardLanguageListWithoutConfigured() — Method in class ConfigurableLanguageManagerInterface

Returns the standard language list excluding already configured languages.

ConfigurableLanguageManagerInterface::getNegotiatedLanguageMethod() — Method in class ConfigurableLanguageManagerInterface

Gets the negotiated language method ID.

ContentLanguageSettingsInterface::getTargetEntityTypeId() — Method in class ContentLanguageSettingsInterface

Gets the entity type ID this config applies to.

ContentLanguageSettingsInterface::getTargetBundle() — Method in class ContentLanguageSettingsInterface

Gets the bundle this config applies to.

ContentLanguageSettingsInterface::getDefaultLangcode() — Method in class ContentLanguageSettingsInterface

Gets the default language code.

DefaultLanguageItem::getDefaultLangcode() — Method in class DefaultLanguageItem

Provides default language code of given entity.

LanguageConfiguration::getInfo() — Method in class LanguageConfiguration

Returns the element properties for this element.

LanguageConfiguration::getDefaultOptions() — Method in class LanguageConfiguration

Returns the default options for the language configuration form element.

ConfigurableLanguage::getDefaultLangcode() — Method in class ConfigurableLanguage

Gets the default langcode.

ConfigurableLanguage::getName() — Method in class ConfigurableLanguage

Gets the name of the language.

ConfigurableLanguage::getId() — Method in class ConfigurableLanguage

Gets the ID (language code).

ConfigurableLanguage::getDirection() — Method in class ConfigurableLanguage

Gets the text direction (left-to-right or right-to-left).

ConfigurableLanguage::getWeight() — Method in class ConfigurableLanguage

Gets the weight of the language.

ContentLanguageSettings::getTargetEntityTypeId() — Method in class ContentLanguageSettings

Gets the entity type ID this config applies to.

ContentLanguageSettings::getTargetBundle() — Method in class ContentLanguageSettings

Gets the bundle this config applies to.

ContentLanguageSettings::getDefaultLangcode() — Method in class ContentLanguageSettings

Gets the default language code.

ConfigSubscriber::getSubscribedEvents() — Method in class ConfigSubscriber
{@inheritdoc}
LanguageRequestSubscriber::getSubscribedEvents() — Method in class LanguageRequestSubscriber

Registers the methods in this class that should be listeners.

ContentLanguageSettingsForm::getFormId() — Method in class ContentLanguageSettingsForm

Returns a unique string identifying the form.

LanguageAddForm::getFormId() — Method in class LanguageAddForm

Returns a unique string identifying the form.

LanguageDeleteForm::getDescription() — Method in class LanguageDeleteForm

Returns additional text to display as a description.

LanguageDeleteForm::getFormId() — Method in class LanguageDeleteForm

Returns a unique string identifying the form.

LanguageDeleteForm::getDeletionMessage() — Method in class LanguageDeleteForm

Gets the message to display to the user after deleting the entity.

LanguageEditForm::getFormId() — Method in class LanguageEditForm

Returns a unique string identifying the form.

NegotiationBrowserDeleteForm::getEditableConfigNames() — Method in class NegotiationBrowserDeleteForm
{@inheritdoc}
NegotiationBrowserDeleteForm::getQuestion() — Method in class NegotiationBrowserDeleteForm

Returns the question to ask the user.

NegotiationBrowserDeleteForm::getCancelUrl() — Method in class NegotiationBrowserDeleteForm

Returns the route to go to if the user cancels the action.

NegotiationBrowserDeleteForm::getFormId() — Method in class NegotiationBrowserDeleteForm

Returns a unique string identifying the form.

NegotiationBrowserForm::getFormId() — Method in class NegotiationBrowserForm

Returns a unique string identifying the form.

NegotiationBrowserForm::getEditableConfigNames() — Method in class NegotiationBrowserForm

Gets the configuration names that will be editable.

NegotiationConfigureForm::getFormId() — Method in class NegotiationConfigureForm

Returns a unique string identifying the form.

NegotiationConfigureForm::getEditableConfigNames() — Method in class NegotiationConfigureForm

Gets the configuration names that will be editable.

NegotiationSelectedForm::getFormId() — Method in class NegotiationSelectedForm

Returns a unique string identifying the form.

NegotiationSelectedForm::getEditableConfigNames() — Method in class NegotiationSelectedForm

Gets the configuration names that will be editable.

NegotiationSessionForm::getFormId() — Method in class NegotiationSessionForm

Returns a unique string identifying the form.

NegotiationSessionForm::getEditableConfigNames() — Method in class NegotiationSessionForm

Gets the configuration names that will be editable.

NegotiationUrlForm::getFormId() — Method in class NegotiationUrlForm

Returns a unique string identifying the form.

NegotiationUrlForm::getEditableConfigNames() — Method in class NegotiationUrlForm

Gets the configuration names that will be editable.

LanguageListBuilder::getFormId() — Method in class LanguageListBuilder

Returns a unique string identifying the form.

LanguageNegotiationMethodInterface::getLangcode() — Method in class LanguageNegotiationMethodInterface

Performs language negotiation.

LanguageNegotiator::getEnabledNegotiators() — Method in class LanguageNegotiator

Gets enabled detection methods for the provided language type.

LanguageNegotiator::getNegotiationMethods() — Method in class LanguageNegotiator

Returns the language negotiation methods enabled for a language type.

LanguageNegotiator::getNegotiationMethodInstance() — Method in class LanguageNegotiator

Returns an instance of the specified language negotiation method.

LanguageNegotiator::getPrimaryNegotiationMethod() — Method in class LanguageNegotiator

Returns the ID of the language type's primary language negotiation method.

LanguageNegotiatorInterface::getNegotiationMethods() — Method in class LanguageNegotiatorInterface

Returns the language negotiation methods enabled for a language type.

LanguageNegotiatorInterface::getNegotiationMethodInstance() — Method in class LanguageNegotiatorInterface

Returns an instance of the specified language negotiation method.

LanguageNegotiatorInterface::getPrimaryNegotiationMethod() — Method in class LanguageNegotiatorInterface

Returns the ID of the language type's primary language negotiation method.

LanguageServiceProvider::getDefaultLanguageValues() — Method in class LanguageServiceProvider

Gets the default language values.

LanguageSwitcherInterface::getLanguageSwitchLinks() — Method in class LanguageSwitcherInterface

Returns language switch links.

LanguageBlock::getCacheMaxAge() — Method in class LanguageBlock
{@inheritdoc}
LanguageBlock::getDerivativeDefinitions() — Method in class LanguageBlock

Gets the definition of all derivatives of a base plugin.

LanguageNegotiationBrowser::getLangcode() — Method in class LanguageNegotiationBrowser

Performs language negotiation.

LanguageNegotiationContentEntity::getLangcode() — Method in class LanguageNegotiationContentEntity

Performs language negotiation.

LanguageNegotiationContentEntity::getLanguageSwitchLinks() — Method in class LanguageNegotiationContentEntity

Returns language switch links.

LanguageNegotiationContentEntity::getContentEntityTypeIdForCurrentRequest() — Method in class LanguageNegotiationContentEntity

Returns the content entity type ID from the current request for the route.

LanguageNegotiationContentEntity::getContentEntityPaths() — Method in class LanguageNegotiationContentEntity

Returns the paths for the link templates of all content entities.

LanguageNegotiationSelected::getLangcode() — Method in class LanguageNegotiationSelected

Performs language negotiation.

LanguageNegotiationSession::getLangcode() — Method in class LanguageNegotiationSession

Performs language negotiation.

LanguageNegotiationSession::getLanguageSwitchLinks() — Method in class LanguageNegotiationSession

Returns language switch links.

LanguageNegotiationUI::getLangcode() — Method in class LanguageNegotiationUI

Performs language negotiation.

LanguageNegotiationUrl::getLangcode() — Method in class LanguageNegotiationUrl

Performs language negotiation.

LanguageNegotiationUrl::getLanguageSwitchLinks() — Method in class LanguageNegotiationUrl

Returns language switch links.

LanguageNegotiationUrlFallback::getLangcode() — Method in class LanguageNegotiationUrlFallback

Performs language negotiation.

Language::getIds() — Method in class Language

Defines the source fields uniquely identifying a source row.

LanguageContentSettings::getIds() — Method in class LanguageContentSettings

Defines the source fields uniquely identifying a source row.

LanguageContentSettingsTaxonomyVocabulary::getIds() — Method in class LanguageContentSettingsTaxonomyVocabulary

Defines the source fields uniquely identifying a source row.

LanguageContentSettings::getIds() — Method in class LanguageContentSettings

Defines the source fields uniquely identifying a source row.

SectionStorage::get() — Method in class SectionStorage

Gets the value of an annotation.

LayoutBuilderIsActiveCacheContext::getLabel() — Method in class LayoutBuilderIsActiveCacheContext

Returns the label of the cache context.

LayoutBuilderIsActiveCacheContext::getContext() — Method in class LayoutBuilderIsActiveCacheContext

Returns the string representation of the cache context.

LayoutBuilderIsActiveCacheContext::getCacheableMetadata() — Method in class LayoutBuilderIsActiveCacheContext

Gets the cacheability metadata for the context based on the parameter value.

LayoutBuilderIsActiveCacheContext::getDisplay() — Method in class LayoutBuilderIsActiveCacheContext

Returns the entity view display for a given entity type and view mode.

LayoutBuilderUiCacheContext::getLabel() — Method in class LayoutBuilderUiCacheContext

Returns the label of the cache context.

LayoutBuilderUiCacheContext::getContext() — Method in class LayoutBuilderUiCacheContext

Returns the string representation of the cache context.

LayoutBuilderContextTrait::getAvailableContexts() — Method in class LayoutBuilderContextTrait

Provides all available contexts, both global and section_storage-specific.

LayoutBuilderContextTrait::getPopulatedContexts() — Method in class LayoutBuilderContextTrait

Returns all populated contexts, both global and section-storage-specific.

ChooseBlockController::getBlockLinks() — Method in class ChooseBlockController

Gets a render array of block links.

ChooseBlockController::getAjaxAttributes() — Method in class ChooseBlockController

Get dialog attributes if an ajax request.

LayoutBuilderHtmlEntityFormController::getContentResult() — Method in class LayoutBuilderHtmlEntityFormController

Invokes the form and returns the result.

LayoutBuilderHtmlEntityFormController::getFormArgument() — Method in class LayoutBuilderHtmlEntityFormController

Extracts the form argument string from a request.

LayoutBuilderHtmlEntityFormController::getFormObject() — Method in class LayoutBuilderHtmlEntityFormController

Returns the object used to build the form.

LayoutBuilder::getInfo() — Method in class LayoutBuilder

Returns the element properties for this element.

LayoutBuilderEntityViewDisplay::getSections() — Method in class LayoutBuilderEntityViewDisplay

Gets the layout sections.

LayoutBuilderEntityViewDisplay::getDefaultRegion() — Method in class LayoutBuilderEntityViewDisplay

Gets the default region.

LayoutBuilderEntityViewDisplay::getContextsForEntity() — Method in class LayoutBuilderEntityViewDisplay

Gets the available contexts for a given entity.

LayoutBuilderEntityViewDisplay::getDefaultSection() — Method in class LayoutBuilderEntityViewDisplay

Gets a default section.

LayoutBuilderEntityViewDisplay::getComponent() — Method in class LayoutBuilderEntityViewDisplay

Gets the display options set for a component.

LayoutBuilderSampleEntityGenerator::get() — Method in class LayoutBuilderSampleEntityGenerator

Gets a sample entity for a given entity type and bundle.

SampleEntityGeneratorInterface::get() — Method in class SampleEntityGeneratorInterface

Gets a sample entity for a given entity type and bundle.

BlockComponentRenderArray::getSubscribedEvents() — Method in class BlockComponentRenderArray
{@inheritdoc}
PrepareLayout::getSubscribedEvents() — Method in class PrepareLayout
{@inheritdoc}
SetInlineBlockDependency::getSubscribedEvents() — Method in class SetInlineBlockDependency
{@inheritdoc}
SetInlineBlockDependency::getInlineBlockDependency() — Method in class SetInlineBlockDependency

Get the access dependency of an inline block.

PrepareLayoutEvent::getSectionStorage() — Method in class PrepareLayoutEvent

Gets the section storage.

SectionComponentBuildRenderArrayEvent::getComponent() — Method in class SectionComponentBuildRenderArrayEvent

Get the section component whose render array is being built.

SectionComponentBuildRenderArrayEvent::getContexts() — Method in class SectionComponentBuildRenderArrayEvent

Get the available contexts.

SectionComponentBuildRenderArrayEvent::getPlugin() — Method in class SectionComponentBuildRenderArrayEvent

Get the plugin for the section component being built.

SectionComponentBuildRenderArrayEvent::getBuild() — Method in class SectionComponentBuildRenderArrayEvent

Get the render array in its current state.

LayoutSectionItemList::getSections() — Method in class LayoutSectionItemList

Gets the layout sections.

LayoutSectionItemList::getEntity() — Method in class LayoutSectionItemList

Gets the entity that field belongs to.

AddBlockForm::getFormId() — Method in class AddBlockForm

Returns a unique string identifying the form.

ConfigureBlockFormBase::getBaseFormId() — Method in class ConfigureBlockFormBase

Returns a string identifying the base form.

ConfigureBlockFormBase::getPluginForm() — Method in class ConfigureBlockFormBase

Retrieves the plugin form for a given block.

ConfigureBlockFormBase::getSectionStorage() — Method in class ConfigureBlockFormBase

Retrieves the section storage object.

ConfigureBlockFormBase::getCurrentSection() — Method in class ConfigureBlockFormBase

Retrieves the current layout section being edited by the form.

ConfigureBlockFormBase::getCurrentComponent() — Method in class ConfigureBlockFormBase

Retrieves the current component being edited by the form.

ConfigureSectionForm::getFormId() — Method in class ConfigureSectionForm

Returns a unique string identifying the form.

ConfigureSectionForm::getPluginForm() — Method in class ConfigureSectionForm

Retrieves the plugin form for a given layout.

ConfigureSectionForm::getSectionStorage() — Method in class ConfigureSectionForm

Retrieve the section storage property.

DefaultsEntityForm::getBaseFormId() — Method in class DefaultsEntityForm

Returns a string identifying the base form.

DefaultsEntityForm::getEntityFromRouteMatch() — Method in class DefaultsEntityForm

Determines which entity will be used by this form from a RouteMatch object.

DefaultsEntityForm::getSectionStorage() — Method in class DefaultsEntityForm

Retrieves the section storage object.

DiscardLayoutChangesForm::getFormId() — Method in class DiscardLayoutChangesForm

Returns a unique string identifying the form.

DiscardLayoutChangesForm::getQuestion() — Method in class DiscardLayoutChangesForm

Returns the question to ask the user.

DiscardLayoutChangesForm::getCancelUrl() — Method in class DiscardLayoutChangesForm

Returns the route to go to if the user cancels the action.

LayoutBuilderDisableForm::getFormId() — Method in class LayoutBuilderDisableForm

Returns a unique string identifying the form.

LayoutBuilderDisableForm::getQuestion() — Method in class LayoutBuilderDisableForm

Returns the question to ask the user.

LayoutBuilderDisableForm::getDescription() — Method in class LayoutBuilderDisableForm

Returns additional text to display as a description.

LayoutBuilderDisableForm::getCancelUrl() — Method in class LayoutBuilderDisableForm

Returns the route to go to if the user cancels the action.

LayoutRebuildConfirmFormBase::getCancelUrl() — Method in class LayoutRebuildConfirmFormBase

Returns the route to go to if the user cancels the action.

MoveBlockForm::getFormId() — Method in class MoveBlockForm

Returns a unique string identifying the form.

MoveBlockForm::getComponentsWrapper() — Method in class MoveBlockForm

Ajax callback for the region select element.

MoveBlockForm::getSelectedRegion() — Method in class MoveBlockForm

Gets the selected region.

MoveBlockForm::getSelectedDelta() — Method in class MoveBlockForm

Gets the selected delta.

OverridesEntityForm::getBaseFormId() — Method in class OverridesEntityForm

Returns a string identifying the base form.

OverridesEntityForm::getSectionStorage() — Method in class OverridesEntityForm

Retrieves the section storage object.

RemoveBlockForm::getQuestion() — Method in class RemoveBlockForm

Returns the question to ask the user.

RemoveBlockForm::getConfirmText() — Method in class RemoveBlockForm

Returns a caption for the button that confirms the action.

RemoveBlockForm::getFormId() — Method in class RemoveBlockForm

Returns a unique string identifying the form.

RemoveSectionForm::getFormId() — Method in class RemoveSectionForm

Returns a unique string identifying the form.

RemoveSectionForm::getQuestion() — Method in class RemoveSectionForm

Returns the question to ask the user.

RemoveSectionForm::getConfirmText() — Method in class RemoveSectionForm

Returns a caption for the button that confirms the action.

RevertOverridesForm::getFormId() — Method in class RevertOverridesForm

Returns a unique string identifying the form.

RevertOverridesForm::getQuestion() — Method in class RevertOverridesForm

Returns the question to ask the user.

RevertOverridesForm::getConfirmText() — Method in class RevertOverridesForm

Returns a caption for the button that confirms the action.

RevertOverridesForm::getCancelUrl() — Method in class RevertOverridesForm

Returns the route to go to if the user cancels the action.

UpdateBlockForm::getFormId() — Method in class UpdateBlockForm

Returns a unique string identifying the form.

InlineBlockEntityOperations::getRemovedBlockIds() — Method in class InlineBlockEntityOperations

Gets the IDs of the inline blocks that were removed.

InlineBlockEntityOperations::getPluginBlockId() — Method in class InlineBlockEntityOperations

Gets a block ID for an inline block plugin.

InlineBlockEntityOperations::getBlockIdsForRevisionIds() — Method in class InlineBlockEntityOperations

Gets blocks IDs for an array of revision IDs.

InlineBlockUsage::getUnused() — Method in class InlineBlockUsage

Gets unused inline block IDs.

InlineBlockUsage::getUsage() — Method in class InlineBlockUsage

Gets usage record for inline block by ID.

InlineBlockUsageInterface::getUnused() — Method in class InlineBlockUsageInterface

Gets unused inline block IDs.

InlineBlockUsageInterface::getUsage() — Method in class InlineBlockUsageInterface

Gets usage record for inline block by ID.

LayoutEntityHelperTrait::getInlineBlockRevisionIdsInSections() — Method in class LayoutEntityHelperTrait

Gets revision IDs for layout sections.

LayoutEntityHelperTrait::getEntitySections() — Method in class LayoutEntityHelperTrait

Gets the sections for an entity if any.

LayoutEntityHelperTrait::getInlineBlockComponents() — Method in class LayoutEntityHelperTrait

Gets components that have Inline Block plugins.

LayoutEntityHelperTrait::getSectionStorageForEntity() — Method in class LayoutEntityHelperTrait

Gets the section storage for an entity.

LayoutTempstoreRepository::get() — Method in class LayoutTempstoreRepository

Gets the tempstore version of a section storage, if it exists.

LayoutTempstoreRepository::getTempstore() — Method in class LayoutTempstoreRepository

Gets the shared tempstore.

LayoutTempstoreRepository::getKey() — Method in class LayoutTempstoreRepository

Gets the string to use as the tempstore key.

LayoutTempstoreRepositoryInterface::get() — Method in class LayoutTempstoreRepositoryInterface

Gets the tempstore version of a section storage, if it exists.

LayoutEntityDisplayNormalizer::getDataWithoutInternals() — Method in class LayoutEntityDisplayNormalizer

Gets the given data without the internal implementation details.

OverridesSectionStorageInterface::getDefaultSectionStorage() — Method in class OverridesSectionStorageInterface

Returns the corresponding defaults section storage for this override.

ExtraFieldBlock::getEntity() — Method in class ExtraFieldBlock

Gets the entity that has the field.

ExtraFieldBlock::getPreviewFallbackString() — Method in class ExtraFieldBlock
{@inheritdoc}
FieldBlock::getEntity() — Method in class FieldBlock

Gets the entity that has the field.

FieldBlock::getPreviewFallbackString() — Method in class FieldBlock
{@inheritdoc}
FieldBlock::getFieldDefinition() — Method in class FieldBlock

Gets the field definition.

FieldBlock::getApplicablePluginOptions() — Method in class FieldBlock

Returns an array of applicable formatter options for a field.

FieldBlock::getFormatter() — Method in class FieldBlock

Gets the formatter object.

InlineBlock::getEntity() — Method in class InlineBlock

Loads or creates the block content entity of the block.

ExtraFieldBlockDeriver::getDerivativeDefinitions() — Method in class ExtraFieldBlockDeriver

Gets the definition of all derivatives of a base plugin.

FieldBlockDeriver::getDerivativeDefinitions() — Method in class FieldBlockDeriver

Gets the definition of all derivatives of a base plugin.

InlineBlockDeriver::getDerivativeDefinitions() — Method in class InlineBlockDeriver

Gets the definition of all derivatives of a base plugin.

LayoutBuilderLocalTaskDeriver::getDerivativeDefinitions() — Method in class LayoutBuilderLocalTaskDeriver

Gets the definition of all derivatives of a base plugin.

LayoutSectionItem::generateSampleValue() — Method in class LayoutSectionItem

Generates placeholder field values.

MultiWidthLayoutBase::getWidthOptions() — Method in class MultiWidthLayoutBase

Gets the width options for the configuration form.

MultiWidthLayoutBase::getDefaultWidth() — Method in class MultiWidthLayoutBase

Provides a default value for the width options.

ThreeColumnLayout::getWidthOptions() — Method in class ThreeColumnLayout

Gets the width options for the configuration form.

ThreeColumnLayout::getDefaultWidth() — Method in class ThreeColumnLayout

Provides a default value for the width options.

TwoColumnLayout::getWidthOptions() — Method in class TwoColumnLayout

Gets the width options for the configuration form.

TwoColumnLayout::getDefaultWidth() — Method in class TwoColumnLayout

Provides a default value for the width options.

DefaultsSectionStorage::getSectionList() — Method in class DefaultsSectionStorage

Gets the section list.

DefaultsSectionStorage::getDisplay() — Method in class DefaultsSectionStorage

Gets the entity storing the defaults.

DefaultsSectionStorage::getStorageId() — Method in class DefaultsSectionStorage

Returns an identifier for this storage.

DefaultsSectionStorage::getRedirectUrl() — Method in class DefaultsSectionStorage

Gets the URL used when redirecting away from the Layout Builder UI.

DefaultsSectionStorage::getLayoutBuilderUrl() — Method in class DefaultsSectionStorage

Gets the URL used to display the Layout Builder UI.

DefaultsSectionStorage::getRouteParameters() — Method in class DefaultsSectionStorage

Provides the route parameters needed to generate a URL for this object.

DefaultsSectionStorage::getEntityTypes() — Method in class DefaultsSectionStorage

Returns an array of relevant entity types.

DefaultsSectionStorage::getContextsDuringPreview() — Method in class DefaultsSectionStorage

Gets contexts for use during preview.

DefaultsSectionStorage::getThirdPartySetting() — Method in class DefaultsSectionStorage

Gets the value of a third-party setting.

DefaultsSectionStorage::getThirdPartySettings() — Method in class DefaultsSectionStorage

Gets all third-party settings of a given module.

DefaultsSectionStorage::getThirdPartyProviders() — Method in class DefaultsSectionStorage

Gets the list of third parties that store information.

OverridesSectionStorage::getSectionList() — Method in class OverridesSectionStorage

Gets the section list.

OverridesSectionStorage::getEntity() — Method in class OverridesSectionStorage

Gets the entity storing the overrides.

OverridesSectionStorage::getStorageId() — Method in class OverridesSectionStorage

Returns an identifier for this storage.

OverridesSectionStorage::getTempstoreKey() — Method in class OverridesSectionStorage

Gets a string suitable for use as a tempstore key.

OverridesSectionStorage::getEntityTypes() — Method in class OverridesSectionStorage

Returns an array of relevant entity types.

OverridesSectionStorage::getDefaultSectionStorage() — Method in class OverridesSectionStorage

Returns the corresponding defaults section storage for this override.

OverridesSectionStorage::getRedirectUrl() — Method in class OverridesSectionStorage

Gets the URL used when redirecting away from the Layout Builder UI.

OverridesSectionStorage::getLayoutBuilderUrl() — Method in class OverridesSectionStorage

Gets the URL used to display the Layout Builder UI.

OverridesSectionStorage::getContextsDuringPreview() — Method in class OverridesSectionStorage

Gets contexts for use during preview.

SectionStorageBase::getSectionList() — Method in class SectionStorageBase

Gets the section list.

SectionStorageBase::getStorageType() — Method in class SectionStorageBase

Returns the type of this storage.

SectionStorageBase::getSections() — Method in class SectionStorageBase

Gets the layout sections.

SectionStorageBase::getSection() — Method in class SectionStorageBase

Gets a domain object for the layout section.

SectionStorageBase::getContextsDuringPreview() — Method in class SectionStorageBase

Gets contexts for use during preview.

SectionStorageBase::getTempstoreKey() — Method in class SectionStorageBase

Gets a string suitable for use as a tempstore key.

LayoutBuilderRoutes::getSubscribedEvents() — Method in class LayoutBuilderRoutes
{@inheritdoc}
Section::getLayout() — Method in class Section

Gets the layout plugin for this section.

Section::getLayoutId() — Method in class Section

Gets the layout plugin ID for this section.

Section::getLayoutSettings() — Method in class Section

Gets the layout plugin settings for this section.

Section::getDefaultRegion() — Method in class Section

Gets the default region.

Section::getComponents() — Method in class Section

Returns the components of the section.

Section::getComponent() — Method in class Section

Gets the component for a given UUID.

Section::getNextHighestWeight() — Method in class Section

Returns the next highest weight of the component in a region.

Section::getComponentsByRegion() — Method in class Section

Gets the components for a specific region.

Section::getThirdPartySetting() — Method in class Section

Gets the value of a third-party setting.

Section::getThirdPartySettings() — Method in class Section

Gets all third-party settings of a given module.

Section::getThirdPartyProviders() — Method in class Section

Gets the list of third parties that store information.

SectionComponent::get() — Method in class SectionComponent

Gets any arbitrary property for the component.

SectionComponent::getRegion() — Method in class SectionComponent

Gets the region for the component.

SectionComponent::getWeight() — Method in class SectionComponent

Gets the weight of the component.

SectionComponent::getConfiguration() — Method in class SectionComponent

Gets the component plugin configuration.

SectionComponent::getPluginId() — Method in class SectionComponent

Gets the plugin ID.

SectionComponent::getUuid() — Method in class SectionComponent

Gets the UUID for this component.

SectionComponent::getPlugin() — Method in class SectionComponent

Gets the plugin for this component.

SectionListInterface::getSections() — Method in class SectionListInterface

Gets the layout sections.

SectionListInterface::getSection() — Method in class SectionListInterface

Gets a domain object for the layout section.

SectionListTrait::getSection() — Method in class SectionListTrait
{@inheritdoc}
SectionStorageInterface::getStorageId() — Method in class SectionStorageInterface

Returns an identifier for this storage.

SectionStorageInterface::getStorageType() — Method in class SectionStorageInterface

Returns the type of this storage.

SectionStorageInterface::getRedirectUrl() — Method in class SectionStorageInterface

Gets the URL used when redirecting away from the Layout Builder UI.

SectionStorageInterface::getLayoutBuilderUrl() — Method in class SectionStorageInterface

Gets the URL used to display the Layout Builder UI.

SectionStorageInterface::getContextsDuringPreview() — Method in class SectionStorageInterface

Gets contexts for use during preview.

SectionStorageInterface::getPluginDefinition() — Method in class SectionStorageInterface

Overrides \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition().

SectionStorageDefinition::get() — Method in class SectionStorageDefinition

Gets any arbitrary property.

SectionStorageDefinition::getWeight() — Method in class SectionStorageDefinition

Returns the plugin weight.

TempStoreIdentifierInterface::getTempstoreKey() — Method in class TempStoreIdentifierInterface

Gets a string suitable for use as a tempstore key.

LinkItemInterface::getUrl() — Method in class LinkItemInterface

Gets the URL object.

LinkItem::generateSampleValue() — Method in class LinkItem

Generates placeholder field values.

LinkItem::getUrl() — Method in class LinkItem

Gets the URL object.

LinkWidget::getUriAsDisplayableString() — Method in class LinkWidget

Gets the URI without the 'internal:' or 'entity:' scheme.

LinkWidget::getUserEnteredStringAsUri() — Method in class LinkWidget

Gets the user-entered string as a URI.

LinkField::getFieldFormatterMap() — Method in class LinkField

Get a map between D6 formatters and D8 formatters for this field type.

LinkField::getFieldFormatterMap() — Method in class LinkField

Get a map between D6 formatters and D8 formatters for this field type.

LinkField::getFieldWidgetMap() — Method in class LinkField

Get a map between D6 and D8 widgets for this field type.

LocaleTranslationCacheTag::getSubscribedEvents() — Method in class LocaleTranslationCacheTag
{@inheritdoc}
ExportForm::getFormId() — Method in class ExportForm

Returns a unique string identifying the form.

ImportForm::getFormId() — Method in class ImportForm

Returns a unique string identifying the form.

LocaleSettingsForm::getFormId() — Method in class LocaleSettingsForm

Returns a unique string identifying the form.

LocaleSettingsForm::getEditableConfigNames() — Method in class LocaleSettingsForm

Gets the configuration names that will be editable.

TranslateEditForm::getFormId() — Method in class TranslateEditForm

Returns a unique string identifying the form.

TranslateFilterForm::getFormId() — Method in class TranslateFilterForm

Returns a unique string identifying the form.

TranslationStatusForm::getFormId() — Method in class TranslationStatusForm

Returns a unique string identifying the form.

GettextClass in namespace Drupal\locale

Static class providing Drupal specific Gettext functionality.

LocaleConfigManager::getTranslatableDefaultConfig() — Method in class LocaleConfigManager

Gets array of translated strings for Locale translatable configuration.

LocaleConfigManager::getTranslatableData() — Method in class LocaleConfigManager

Gets translatable configuration data for a typed configuration element.

LocaleConfigManager::getComponentNames() — Method in class LocaleConfigManager

Gets configuration names associated with components.

LocaleConfigManager::getStringNames() — Method in class LocaleConfigManager

Gets configuration names associated with strings.

LocaleConfigManager::getStringTranslation() — Method in class LocaleConfigManager

Get the translation object for the given source/context and language.

LocaleConfigManager::getDefaultConfigLangcode() — Method in class LocaleConfigManager

Returns the original language code for this shipped configuration.

LocaleConfigManager::getActiveConfigLangcode() — Method in class LocaleConfigManager

Returns the current language code for this active configuration.

LocaleConfigSubscriber::getSubscribedEvents() — Method in class LocaleConfigSubscriber
{@inheritdoc}
LocaleDefaultConfigStorage::getComponentNames() — Method in class LocaleDefaultConfigStorage

Get all configuration names and folders for a list of modules or themes.

LocaleEvent::getLangCodes() — Method in class LocaleEvent

Returns the language codes.

LocaleEvent::getLids() — Method in class LocaleEvent

Returns the string identifiers.

LocaleLookup::getCid() — Method in class LocaleLookup

Gets the cache ID.

LocaleProjectStorage::get() — Method in class LocaleProjectStorage

Returns the stored value for a given key.

LocaleProjectStorage::getMultiple() — Method in class LocaleProjectStorage

Returns a list of project records.

LocaleProjectStorage::getAll() — Method in class LocaleProjectStorage

Returns all the project records.

LocaleProjectStorageInterface::get() — Method in class LocaleProjectStorageInterface

Returns the stored value for a given key.

LocaleProjectStorageInterface::getMultiple() — Method in class LocaleProjectStorageInterface

Returns a list of project records.

LocaleProjectStorageInterface::getAll() — Method in class LocaleProjectStorageInterface

Returns all the project records.

LocaleTranslation::getStringTranslation() — Method in class LocaleTranslation

Retrieves English string to given language.

PluralFormula::getNumberOfPlurals() — Method in class PluralFormula

Returns the number of plurals supported by a given language.

PluralFormula::getFormula() — Method in class PluralFormula

Gets the plural formula for a langcode.

PluralFormulaInterface::getNumberOfPlurals() — Method in class PluralFormulaInterface

Returns the number of plurals supported by a given language.

PluralFormulaInterface::getFormula() — Method in class PluralFormulaInterface

Gets the plural formula for a langcode.

PoDatabaseReader::getLangcode() — Method in class PoDatabaseReader

Get language code.

PoDatabaseReader::getOptions() — Method in class PoDatabaseReader

Get the options used by the reader.

PoDatabaseReader::getHeader() — Method in class PoDatabaseReader

Get header metadata.

PoDatabaseWriter::getLangcode() — Method in class PoDatabaseWriter

Get language code.

PoDatabaseWriter::getReport() — Method in class PoDatabaseWriter

Get the report of the write operations.

PoDatabaseWriter::getOptions() — Method in class PoDatabaseWriter

Get the options used by the writer.

PoDatabaseWriter::getHeader() — Method in class PoDatabaseWriter

Get header metadata.

SourceString::getString() — Method in class SourceString

Gets plain string contained in this object.

TranslationsStream::getType() — Method in class TranslationsStream

Returns the type of stream wrapper.

TranslationsStream::getName() — Method in class TranslationsStream

Returns the name of the stream wrapper for use in the UI.

TranslationsStream::getDescription() — Method in class TranslationsStream

Returns the description of the stream wrapper for use in the UI.

TranslationsStream::getDirectoryPath() — Method in class TranslationsStream

Gets the path that the wrapper is responsible for.

TranslationsStream::getExternalUrl() — Method in class TranslationsStream

Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl().

StringBase::getId() — Method in class StringBase

Gets the string unique identifier.

StringBase::getVersion() — Method in class StringBase

Gets the string version.

StringBase::getPlurals() — Method in class StringBase

Splits string to work with plural values.

StringBase::getStorage() — Method in class StringBase

Gets the string storage.

StringBase::getValues() — Method in class StringBase

Gets field values that are set for given field names.

StringBase::getLocations() — Method in class StringBase

Gets location information for this string.

StringDatabaseStorage::getStrings() — Method in class StringDatabaseStorage

Loads multiple source string objects.

StringDatabaseStorage::getTranslations() — Method in class StringDatabaseStorage

Loads multiple string translation objects.

StringDatabaseStorage::getLocations() — Method in class StringDatabaseStorage

Loads string location information.

StringInterface::getId() — Method in class StringInterface

Gets the string unique identifier.

StringInterface::getVersion() — Method in class StringInterface

Gets the string version.

StringInterface::getString() — Method in class StringInterface

Gets plain string contained in this object.

StringInterface::getPlurals() — Method in class StringInterface

Splits string to work with plural values.

StringInterface::getStorage() — Method in class StringInterface

Gets the string storage.

StringInterface::getValues() — Method in class StringInterface

Gets field values that are set for given field names.

StringInterface::getLocations() — Method in class StringInterface

Gets location information for this string.

StringStorageInterface::getStrings() — Method in class StringStorageInterface

Loads multiple source string objects.

StringStorageInterface::getTranslations() — Method in class StringStorageInterface

Loads multiple string translation objects.

StringStorageInterface::getLocations() — Method in class StringStorageInterface

Loads string location information.

TranslationString::getString() — Method in class TranslationString

Gets plain string contained in this object.

Media::getName() — Method in class Media

Gets the media item name.

Media::getCreatedTime() — Method in class Media

Returns the media item creation timestamp.

Media::getSource() — Method in class Media

Returns the media source.

Media::getDefaultThumbnailUri() — Method in class Media

Returns the URI of the default thumbnail.

Media::getThumbnailUri() — Method in class Media

Gets the URI for the thumbnail of a media item.

Media::getRequestTime() — Method in class Media
{@inheritdoc}
MediaType::getPluginCollections() — Method in class MediaType

Gets the plugin collections used by this object.

MediaType::getDescription() — Method in class MediaType

Gets the entity description.

MediaType::getSource() — Method in class MediaType

Returns the media source plugin.

MediaType::getStatus() — Method in class MediaType
{@inheritdoc}
MediaType::getFieldMap() — Method in class MediaType

Returns the metadata field map.

MediaConfigSubscriber::getSubscribedEvents() — Method in class MediaConfigSubscriber
{@inheritdoc}
EditorMediaDialog::getFormId() — Method in class EditorMediaDialog

Returns a unique string identifying the form.

EditorMediaDialog::getViewModeDefaultValue() — Method in class EditorMediaDialog

Gets the default value for the view mode form element.

EditorMediaDialog::getMediaImageSourceFieldName() — Method in class EditorMediaDialog

Gets the name of an image media item's source field.

MediaSettingsForm::getFormId() — Method in class MediaSettingsForm

Returns a unique string identifying the form.

MediaSettingsForm::getEditableConfigNames() — Method in class MediaSettingsForm

Gets the configuration names that will be editable.

IFrameUrlHelper::getHash() — Method in class IFrameUrlHelper

Hashes an oEmbed resource URL.

MediaInterface::getName() — Method in class MediaInterface

Gets the media item name.

MediaInterface::getCreatedTime() — Method in class MediaInterface

Returns the media item creation timestamp.

MediaInterface::getSource() — Method in class MediaInterface

Returns the media source.

MediaListBuilder::getEntityIds() — Method in class MediaListBuilder

Loads entity IDs using a pager sorted by the entity id.

MediaSourceBase::getConfiguration() — Method in class MediaSourceBase

Gets this plugin's configuration.

MediaSourceBase::getMetadata() — Method in class MediaSourceBase

Gets the value for a metadata attribute for a given media item.

MediaSourceBase::getSourceFieldOptions() — Method in class MediaSourceBase

Get the source field options for the media type form.

MediaSourceBase::getSourceFieldStorage() — Method in class MediaSourceBase

Returns the source field storage definition.

MediaSourceBase::getSourceFieldDefinition() — Method in class MediaSourceBase

Get the source field definition for a media type.

MediaSourceBase::getSourceFieldName() — Method in class MediaSourceBase

Determine the name of the source field.

MediaSourceBase::getSourceFieldValue() — Method in class MediaSourceBase

Get the primary value stored in the source field.

MediaSourceEntityConstraintsInterface::getEntityConstraints() — Method in class MediaSourceEntityConstraintsInterface

Gets media source-specific validation constraints for a media item.

MediaSourceFieldConstraintsInterface::getSourceFieldConstraints() — Method in class MediaSourceFieldConstraintsInterface

Gets media source-specific validation constraints for a source field.

MediaSourceInterface::getMetadataAttributes() — Method in class MediaSourceInterface

Gets a list of metadata attributes provided by this plugin.

MediaSourceInterface::getMetadata() — Method in class MediaSourceInterface

Gets the value for a metadata attribute for a given media item.

MediaSourceInterface::getSourceFieldDefinition() — Method in class MediaSourceInterface

Get the source field definition for a media type.

MediaSourceInterface::getSourceFieldValue() — Method in class MediaSourceInterface

Get the primary value stored in the source field.

MediaTypeForm::getWorkflowOptions() — Method in class MediaTypeForm

Prepares workflow options to be used in the 'checkboxes' form element.

MediaTypeForm::getSourceSubFormState() — Method in class MediaTypeForm

Gets subform state for the media source configuration subform.

MediaTypeInterface::getSource() — Method in class MediaTypeInterface

Returns the media source plugin.

MediaTypeInterface::getFieldMap() — Method in class MediaTypeInterface

Returns the metadata field map.

MediaViewsData::getViewsData() — Method in class MediaViewsData

Returns views data for the entity type.

Endpoint::getUrl() — Method in class Endpoint

Returns the endpoint URL.

Endpoint::getProvider() — Method in class Endpoint

Returns the provider this endpoint belongs to.

Endpoint::getSchemes() — Method in class Endpoint

Returns list of URL schemes supported by the provider.

Endpoint::getFormats() — Method in class Endpoint

Returns list of supported formats.

Provider::getName() — Method in class Provider

Returns the provider name.

Provider::getUrl() — Method in class Provider

Returns the provider URL.

Provider::getEndpoints() — Method in class Provider

Returns the provider endpoints.

ProviderRepository::getAll() — Method in class ProviderRepository

Returns information on all available oEmbed providers.

ProviderRepository::get() — Method in class ProviderRepository

Returns information for a specific oEmbed provider.

ProviderRepositoryInterface::getAll() — Method in class ProviderRepositoryInterface

Returns information on all available oEmbed providers.

ProviderRepositoryInterface::get() — Method in class ProviderRepositoryInterface

Returns information for a specific oEmbed provider.

Resource::getType() — Method in class Resource

Returns the resource type.

Resource::getTitle() — Method in class Resource

Returns the title of the resource.

Resource::getAuthorName() — Method in class Resource

Returns the name of the resource author.

Resource::getAuthorUrl() — Method in class Resource

Returns the URL of the resource author.

Resource::getProvider() — Method in class Resource

Returns the resource provider, if known.

Resource::getThumbnailUrl() — Method in class Resource

Returns the URL of the resource's thumbnail image.

Resource::getThumbnailWidth() — Method in class Resource

Returns the width of the resource's thumbnail image.

Resource::getThumbnailHeight() — Method in class Resource

Returns the height of the resource's thumbnail image.

Resource::getWidth() — Method in class Resource

Returns the width of the resource.

Resource::getHeight() — Method in class Resource

Returns the height of the resource.

Resource::getUrl() — Method in class Resource

Returns the URL of the resource. Only applies to 'photo' resources.

Resource::getHtml() — Method in class Resource

Returns the HTML representation of the resource.

ResourceException::getUrl() — Method in class ResourceException

Gets the URL of the resource which caused the exception.

ResourceException::getData() — Method in class ResourceException

Gets the raw resource data, if available.

UrlResolver::getProviderByUrl() — Method in class UrlResolver

Tries to determine the oEmbed provider for a media asset URL.

UrlResolver::getResourceUrl() — Method in class UrlResolver

Builds the resource URL for a media asset URL.

UrlResolver::getEndpointMatchingUrl() — Method in class UrlResolver

For the given media item URL find an endpoint with schemes that match.

UrlResolverInterface::getProviderByUrl() — Method in class UrlResolverInterface

Tries to determine the oEmbed provider for a media asset URL.

UrlResolverInterface::getResourceUrl() — Method in class UrlResolverInterface

Builds the resource URL for a media asset URL.

DrupalMedia::getDependencies() — Method in class DrupalMedia

Returns a list of plugins this plugin requires.

DrupalMedia::getLibraries() — Method in class DrupalMedia

Returns a list of libraries this plugin requires.

DrupalMedia::getFile() — Method in class DrupalMedia

Returns the Drupal root-relative file path to the plugin JavaScript file.

DrupalMedia::getConfig() — Method in class DrupalMedia

Returns the additions to CKEDITOR.config for a specific CKEditor instance.

DrupalMedia::getCssFiles() — Method in class DrupalMedia

Retrieves enabled plugins' iframe instance CSS files.

DynamicLocalTasks::getDerivativeDefinitions() — Method in class DynamicLocalTasks

Gets the definition of all derivatives of a base plugin.

MediaThumbnailFormatter::getMediaThumbnailUrl() — Method in class MediaThumbnailFormatter

Get the URL for the media thumbnail.

MediaEmbed::getMediaImageSourceField() — Method in class MediaEmbed

Get image field from source config.

File::getMetadataAttributes() — Method in class File

Gets a list of metadata attributes provided by this plugin.

File::getMetadata() — Method in class File

Gets the value for a metadata attribute for a given media item.

File::getThumbnail() — Method in class File

Gets the thumbnail image URI based on a file entity.

Image::getMetadataAttributes() — Method in class Image

Gets a list of metadata attributes provided by this plugin.

Image::getMetadata() — Method in class Image

Gets the value for a metadata attribute for a given media item.

OEmbed::getMetadataAttributes() — Method in class OEmbed

Gets a list of metadata attributes provided by this plugin.

OEmbed::getMetadata() — Method in class OEmbed

Gets the value for a metadata attribute for a given media item.

OEmbed::getLocalThumbnailUri() — Method in class OEmbed

Returns the local URI for a resource thumbnail.

OEmbed::getThumbnailFileExtensionFromUrl() — Method in class OEmbed

Tries to determine the file extension of a thumbnail.

OEmbed::getSourceFieldConstraints() — Method in class OEmbed

Gets media source-specific validation constraints for a source field.

OEmbed::getProviders() — Method in class OEmbed

Returns the oEmbed provider names.

OEmbedDeriver::getDerivativeDefinitions() — Method in class OEmbedDeriver

Gets the definition of all derivatives of a base plugin.

OEmbedInterface::getProviders() — Method in class OEmbedInterface

Returns the oEmbed provider names.

Status::getCacheContexts() — Method in class Status

The cache contexts associated with this object.

Media::getAvailableSorts() — Method in class Media

Gets the availableSorts property.

MediaRouteProvider::getCanonicalRoute() — Method in class MediaRouteProvider

Gets the canonical route.

AddFormBase::getBaseFormId() — Method in class AddFormBase

Returns a string identifying the base form.

AddFormBase::getMediaType() — Method in class AddFormBase

Get the media type from the form state.

AddFormBase::getMediaLibraryState() — Method in class AddFormBase

Get the media library state from the form state.

AddFormBase::getSourceFieldName() — Method in class AddFormBase

Returns the name of the source field for a media type.

AddFormBase::getPreSelectedMediaItems() — Method in class AddFormBase

Get all pre-selected media items from the form state.

AddFormBase::getAddedMediaItems() — Method in class AddFormBase

Get all added media items from the form state.

AddFormBase::getCurrentMediaItems() — Method in class AddFormBase

Get all pre-selected and added media items from the form state.

FileUploadForm::getFormId() — Method in class FileUploadForm

Returns a unique string identifying the form.

FileUploadForm::getMediaType() — Method in class FileUploadForm

Get the media type from the form state.

OEmbedForm::getFormId() — Method in class OEmbedForm

Returns a unique string identifying the form.

OEmbedForm::getMediaType() — Method in class OEmbedForm

Get the media type from the form state.

SettingsForm::getEditableConfigNames() — Method in class SettingsForm

Gets the configuration names that will be editable.

SettingsForm::getFormId() — Method in class SettingsForm

Returns a unique string identifying the form.

MediaLibraryEditorOpener::getSelectionResponse() — Method in class MediaLibraryEditorOpener

Generates a response after selecting media items in the media library.

MediaLibraryFieldWidgetOpener::getSelectionResponse() — Method in class MediaLibraryFieldWidgetOpener

Generates a response after selecting media items in the media library.

MediaLibraryOpenerInterface::getSelectionResponse() — Method in class MediaLibraryOpenerInterface

Generates a response after selecting media items in the media library.

MediaLibraryState::getHash() — Method in class MediaLibraryState

Get the hash for the state object.

MediaLibraryState::getOpenerId() — Method in class MediaLibraryState

Returns the ID of the media library opener service.

MediaLibraryState::getAllowedTypeIds() — Method in class MediaLibraryState

Returns the media type IDs which can be selected.

MediaLibraryState::getSelectedTypeId() — Method in class MediaLibraryState

Returns the selected media type.

MediaLibraryState::getAvailableSlots() — Method in class MediaLibraryState

Returns the number of additional media items that can be selected.

MediaLibraryState::getOpenerParameters() — Method in class MediaLibraryState

Returns all opener-specific parameter values.

MediaLibraryState::getCacheContexts() — Method in class MediaLibraryState

The cache contexts associated with this object.

MediaLibraryState::getCacheMaxAge() — Method in class MediaLibraryState

The maximum age for which this object may be cached.

MediaLibraryState::getCacheTags() — Method in class MediaLibraryState

The cache tags associated with this object.

OpenerResolver::get() — Method in class OpenerResolver

Gets a media library opener service from the container.

OpenerResolverInterface::get() — Method in class OpenerResolverInterface

Gets a media library opener service from the container.

DrupalMediaLibrary::getDependencies() — Method in class DrupalMediaLibrary

Returns a list of plugins this plugin requires.

DrupalMediaLibrary::getLibraries() — Method in class DrupalMediaLibrary

Returns a list of libraries this plugin requires.

DrupalMediaLibrary::getFile() — Method in class DrupalMediaLibrary

Returns the Drupal root-relative file path to the plugin JavaScript file.

DrupalMediaLibrary::getConfig() — Method in class DrupalMediaLibrary

Returns the additions to CKEDITOR.config for a specific CKEditor instance.

DrupalMediaLibrary::getButtons() — Method in class DrupalMediaLibrary

Returns the buttons that this plugin provides, along with metadata.

MediaLibraryWidget::getAllowedMediaTypeIdsSorted() — Method in class MediaLibraryWidget

Gets the enabled media type IDs sorted by weight.

MediaLibraryWidget::getNoMediaTypesAvailableMessage() — Method in class MediaLibraryWidget

Gets the message to display when there are no allowed media types.

MediaLibraryWidget::getNewMediaItems() — Method in class MediaLibraryWidget

Gets newly selected media items.

MediaLibraryWidget::getFieldState() — Method in class MediaLibraryWidget

Gets the field state for the widget.

MediaLibrarySelectForm::getValue() — Method in class MediaLibrarySelectForm

Gets the value that's supposed to be rendered.

MenuLinkContent::getTitle() — Method in class MenuLinkContent

Gets the title of the menu link.

MenuLinkContent::getUrlObject() — Method in class MenuLinkContent

Gets the url object pointing to the URL of the menu link content entity.

MenuLinkContent::getMenuName() — Method in class MenuLinkContent

Gets the menu name of the custom menu link.

MenuLinkContent::getDescription() — Method in class MenuLinkContent

Gets the description of the menu link for the UI.

MenuLinkContent::getPluginId() — Method in class MenuLinkContent

Gets the menu plugin ID associated with this entity.

MenuLinkContent::getParentId() — Method in class MenuLinkContent

Gets the plugin ID of the parent menu link.

MenuLinkContent::getWeight() — Method in class MenuLinkContent

Returns the weight of the menu link content entity.

MenuLinkContent::getPluginDefinition() — Method in class MenuLinkContent

Builds up the menu link plugin definition for this entity.

MenuLinkContentDeleteForm::getCancelUrl() — Method in class MenuLinkContentDeleteForm

Returns the route to go to if the user cancels the action.

MenuLinkContentDeleteForm::getRedirectUrl() — Method in class MenuLinkContentDeleteForm

Returns the URL where the user should be redirected after deletion.

MenuLinkContentDeleteForm::getDeletionMessage() — Method in class MenuLinkContentDeleteForm
{@inheritdoc}
MenuLinkContentInterface::getTitle() — Method in class MenuLinkContentInterface

Gets the title of the menu link.

MenuLinkContentInterface::getUrlObject() — Method in class MenuLinkContentInterface

Gets the url object pointing to the URL of the menu link content entity.

MenuLinkContentInterface::getMenuName() — Method in class MenuLinkContentInterface

Gets the menu name of the custom menu link.

MenuLinkContentInterface::getDescription() — Method in class MenuLinkContentInterface

Gets the description of the menu link for the UI.

MenuLinkContentInterface::getPluginId() — Method in class MenuLinkContentInterface

Gets the menu plugin ID associated with this entity.

MenuLinkContentInterface::getParentId() — Method in class MenuLinkContentInterface

Gets the plugin ID of the parent menu link.

MenuLinkContentInterface::getWeight() — Method in class MenuLinkContentInterface

Returns the weight of the menu link content entity.

MenuLinkContentInterface::getPluginDefinition() — Method in class MenuLinkContentInterface

Builds up the menu link plugin definition for this entity.

MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions() — Method in class MenuLinkContentStorage

Gets a list of menu link IDs with pending revisions.

MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions() — Method in class MenuLinkContentStorageInterface

Gets a list of menu link IDs with pending revisions.

MenuLinkContentStorageSchema::getSharedTableFieldSchema() — Method in class MenuLinkContentStorageSchema

Gets the schema for a single field definition.

MenuLinkContentDeriver::getDerivativeDefinitions() — Method in class MenuLinkContentDeriver

Gets the definition of all derivatives of a base plugin.

MenuLinkContent::getEntity() — Method in class MenuLinkContent

Loads the entity associated with this menu link.

MenuLinkContent::getTitle() — Method in class MenuLinkContent

Returns the localized title to be shown for this link.

MenuLinkContent::getDescription() — Method in class MenuLinkContent

Returns the description of the menu link.

MenuLinkContent::getDeleteRoute() — Method in class MenuLinkContent

Returns route information for a route to delete the menu link.

MenuLinkContent::getEditRoute() — Method in class MenuLinkContent

Returns route information for a custom edit form for the menu link.

MenuLinkContent::getTranslateRoute() — Method in class MenuLinkContent

Returns route information for a route to translate the menu link.

MenuLinkContent::getUuid() — Method in class MenuLinkContent

Returns the unique ID representing the menu link.

MenuLink::getIds() — Method in class MenuLink

Defines the source fields uniquely identifying a source row.

MenuLinkTranslation::getIds() — Method in class MenuLinkTranslation

Defines the source fields uniquely identifying a source row.

MenuLinkLocalized::getIds() — Method in class MenuLinkLocalized

Defines the source fields uniquely identifying a source row.

MenuLinkTranslation::getIds() — Method in class MenuLinkTranslation

Defines the source fields uniquely identifying a source row.

MenuController::getParentOptions() — Method in class MenuController

Gets all the available menus and menu items as a JavaScript array.

MenuDeleteForm::getDescription() — Method in class MenuDeleteForm

Returns additional text to display as a description.

MenuLinkEditForm::getFormId() — Method in class MenuLinkEditForm

Returns a unique string identifying the form.

MenuLinkResetForm::getFormId() — Method in class MenuLinkResetForm

Returns a unique string identifying the form.

MenuLinkResetForm::getQuestion() — Method in class MenuLinkResetForm

Returns the question to ask the user.

MenuLinkResetForm::getCancelUrl() — Method in class MenuLinkResetForm

Returns the route to go to if the user cancels the action.

MenuLinkResetForm::getDescription() — Method in class MenuLinkResetForm

Returns additional text to display as a description.

MenuLinkResetForm::getConfirmText() — Method in class MenuLinkResetForm

Returns a caption for the button that confirms the action.

MenuListBuilder::getDefaultOperations() — Method in class MenuListBuilder

Gets this list's default operations.

MenuLinkAdd::getOptions() — Method in class MenuLinkAdd

Returns options for rendering a link for the local action.

MigrateSource::getProvider() — Method in class MigrateSource

Gets the name of the provider of the annotated class.

MigrateSource::getProviders() — Method in class MigrateSource

Gets the provider names of the annotated class.

MultipleProviderAnnotationInterface::getProvider() — Method in class MultipleProviderAnnotationInterface

Gets the name of the provider of the annotated class.

MultipleProviderAnnotationInterface::getProviders() — Method in class MultipleProviderAnnotationInterface

Gets the provider names of the annotated class.

AuditResult::getMigration() — Method in class AuditResult

Returns the audited migration.

HighestIdInterface::getHighestId() — Method in class HighestIdInterface

Returns the highest ID tracked by the implementing plugin.

EntityFieldDefinitionTrait::getDefinitionFromEntity() — Method in class EntityFieldDefinitionTrait

Gets the field definition from a specific entity base field.

EntityFieldDefinitionTrait::getEntityTypeId() — Method in class EntityFieldDefinitionTrait

Finds the entity type from configuration or plugin ID.

EventBase::getMigration() — Method in class EventBase

Gets the migration.

MigrateIdMapMessageEvent::getMigration() — Method in class MigrateIdMapMessageEvent

Gets the migration entity.

MigrateIdMapMessageEvent::getSourceIdValues() — Method in class MigrateIdMapMessageEvent

Gets the source ID values.

MigrateIdMapMessageEvent::getMessage() — Method in class MigrateIdMapMessageEvent

Gets the message to be logged.

MigrateIdMapMessageEvent::getLevel() — Method in class MigrateIdMapMessageEvent

Gets the severity level of the message (one of the MigrationInterface::MESSAGE_* constants).

MigrateMapDeleteEvent::getMap() — Method in class MigrateMapDeleteEvent

Gets the map plugin.

MigrateMapDeleteEvent::getSourceId() — Method in class MigrateMapDeleteEvent

Gets the source ID of the item being removed from the map.

MigrateMapSaveEvent::getMap() — Method in class MigrateMapSaveEvent

Gets the map plugin.

MigrateMapSaveEvent::getFields() — Method in class MigrateMapSaveEvent

Gets the fields about to be saved to the map.

MigratePostRowSaveEvent::getDestinationIdValues() — Method in class MigratePostRowSaveEvent

Gets the destination ID values.

MigratePreRowSaveEvent::getRow() — Method in class MigratePreRowSaveEvent

Gets the row object.

MigrateRollbackEvent::getMigration() — Method in class MigrateRollbackEvent

Gets the migration entity.

MigrateRowDeleteEvent::getMigration() — Method in class MigrateRowDeleteEvent

Gets the migration entity.

MigrateRowDeleteEvent::getDestinationIdValues() — Method in class MigrateRowDeleteEvent

Gets the destination ID values.

EntityValidationException::getViolationMessages() — Method in class EntityValidationException

Returns the list of violation messages.

EntityValidationException::getViolations() — Method in class EntityValidationException

Returns the list of violations generated during the entity validation.

RequirementsException::getRequirements() — Method in class RequirementsException

Get an array of requirements.

RequirementsException::getRequirementsString() — Method in class RequirementsException

Get the requirements as a string.

MigrateException::getLevel() — Method in class MigrateException

Gets the level.

MigrateException::getStatus() — Method in class MigrateException

Gets the status of the current item.

MigrateExecutable::getSource() — Method in class MigrateExecutable

Returns the source.

MigrateExecutable::getEventDispatcher() — Method in class MigrateExecutable

Gets the event dispatcher.

MigrateExecutable::getIdMap() — Method in class MigrateExecutable

Get the ID map from the current migration.

MigrateExecutable::getMemoryUsage() — Method in class MigrateExecutable

Returns the memory usage so far.

MigrateSkipRowException::getSaveToMap() — Method in class MigrateSkipRowException

Whether the thrower wants to record this skip in the map table.

MigrateEntity::getDerivativeDefinition() — Method in class MigrateEntity

Gets the definition of a derivative plugin.

MigrateEntity::getDerivativeDefinitions() — Method in class MigrateEntity

Gets the definition of all derivatives of a base plugin.

MigrateEntityComplete::getDerivativeDefinitions() — Method in class MigrateEntityComplete

Gets the definition of all derivatives of a base plugin.

MigrateEntityRevision::getDerivativeDefinition() — Method in class MigrateEntityRevision

Gets the definition of a derivative plugin.

MigrateEntityRevision::getDerivativeDefinitions() — Method in class MigrateEntityRevision

Gets the definition of all derivatives of a base plugin.

AnnotatedClassDiscoveryAutomatedProviders::getDefinitions() — Method in class AnnotatedClassDiscoveryAutomatedProviders
{@inheritdoc}
ProviderFilterDecorator::getDefinitions() — Method in class ProviderFilterDecorator

Gets the definition of all plugins for this type.

StaticReflectionParser::getParentParser() — Method in class StaticReflectionParser

If the current class extends another, get the parser for the latter.

MigrateDestinationInterface::getIds() — Method in class MigrateDestinationInterface

Gets the destination IDs.

MigrateDestinationInterface::getDestinationModule() — Method in class MigrateDestinationInterface

Gets the destination module handling the destination data.

MigrateIdMapInterface::getMessages() — Method in class MigrateIdMapInterface

Retrieves a traversable object of messages related to source records.

MigrateIdMapInterface::getRowBySource() — Method in class MigrateIdMapInterface

Retrieves a row from the map table based on source identifier values.

MigrateIdMapInterface::getRowByDestination() — Method in class MigrateIdMapInterface

Retrieves a row by the destination identifiers.

MigrateIdMapInterface::getRowsNeedingUpdate() — Method in class MigrateIdMapInterface

Retrieves an array of map rows marked as needing update.

MigrateIdMapInterface::getQualifiedMapTableName() — Method in class MigrateIdMapInterface

Gets the qualified map table.

MigrateSourceInterface::getIds() — Method in class MigrateSourceInterface

Defines the source fields uniquely identifying a source row.

MigrateSourceInterface::getSourceModule() — Method in class MigrateSourceInterface

Gets the source module providing the source data.

MigrateSourcePluginManager::getDiscovery() — Method in class MigrateSourcePluginManager

Gets the plugin discovery.

Migration::getIdMapPlugin() — Method in class Migration

Retrieves the ID map plugin.

Migration::getSourcePlugin() — Method in class Migration

Returns the initialized source plugin.

Migration::getProcessPlugins() — Method in class Migration

Returns the process plugins.

Migration::getProcessNormalized() — Method in class Migration

Resolve shorthands into a list of plugin configurations.

Migration::getDestinationPlugin() — Method in class Migration

Returns the initialized destination plugin.

Migration::getIdMap() — Method in class Migration

Returns the initialized id_map plugin.

Migration::getRequirements() — Method in class Migration

Get a list of required plugin IDs.

Migration::getMigrationPluginManager() — Method in class Migration

Gets the migration plugin manager.

Migration::getStatus() — Method in class Migration

Get the current migration status.

Migration::getStatusLabel() — Method in class Migration

Retrieve a label for the current status.

Migration::getInterruptionResult() — Method in class Migration

Get the result to return upon interruption.

Migration::getProcess() — Method in class Migration

Get the normalized process pipeline configuration describing the process plugins.

Migration::getMigrationDependencies() — Method in class Migration

Get the dependencies for this migration.

Migration::getPluginDefinition() — Method in class Migration

Gets the definition of the plugin implementation.

Migration::getDestinationConfiguration() — Method in class Migration

Get the destination configuration, with at least a 'plugin' key.

Migration::getSourceConfiguration() — Method in class Migration

Get the source configuration, with at least a 'plugin' key.

Migration::getTrackLastImported() — Method in class Migration

If true, track time of last import.

Migration::getDestinationIds() — Method in class Migration

The destination identifiers.

Migration::getMigrationTags() — Method in class Migration

The migration tags.

MigrationDeriverTrait::getSourcePlugin() — Method in class MigrationDeriverTrait

Returns a fully initialized instance of a source plugin.

MigrationInterface::getRequirements() — Method in class MigrationInterface

Get a list of required plugin IDs.

MigrationInterface::getSourcePlugin() — Method in class MigrationInterface

Returns the initialized source plugin.

MigrationInterface::getProcessPlugins() — Method in class MigrationInterface

Returns the process plugins.

MigrationInterface::getDestinationPlugin() — Method in class MigrationInterface

Returns the initialized destination plugin.

MigrationInterface::getIdMap() — Method in class MigrationInterface

Returns the initialized id_map plugin.

MigrationInterface::getStatus() — Method in class MigrationInterface

Get the current migration status.

MigrationInterface::getStatusLabel() — Method in class MigrationInterface

Retrieve a label for the current status.

MigrationInterface::getInterruptionResult() — Method in class MigrationInterface

Get the result to return upon interruption.

MigrationInterface::getProcess() — Method in class MigrationInterface

Get the normalized process pipeline configuration describing the process plugins.

MigrationInterface::getMigrationDependencies() — Method in class MigrationInterface

Get the dependencies for this migration.

MigrationInterface::getDestinationConfiguration() — Method in class MigrationInterface

Get the destination configuration, with at least a 'plugin' key.

MigrationInterface::getSourceConfiguration() — Method in class MigrationInterface

Get the source configuration, with at least a 'plugin' key.

MigrationInterface::getTrackLastImported() — Method in class MigrationInterface

If true, track time of last import.

MigrationInterface::getDestinationIds() — Method in class MigrationInterface

The destination identifiers.

MigrationInterface::getMigrationTags() — Method in class MigrationInterface

The migration tags.

MigrationPluginManager::getDiscovery() — Method in class MigrationPluginManager

Gets the plugin discovery.

NoSourcePluginDecorator::getDefinitions() — Method in class NoSourcePluginDecorator

Gets the definition of all plugins for this type.

PluginEventSubscriber::getSubscribedEvents() — Method in class PluginEventSubscriber
{@inheritdoc}
ComponentEntityDisplayBase::getIds() — Method in class ComponentEntityDisplayBase

Gets the destination IDs.

ComponentEntityDisplayBase::getEntity() — Method in class ComponentEntityDisplayBase

Gets the entity.

Config::getIds() — Method in class Config

Gets the destination IDs.

Config::getDestinationModule() — Method in class Config

Gets the destination module handling the destination data.

DestinationBase::getDestinationModule() — Method in class DestinationBase

Gets the destination module handling the destination data.

Entity::getBundle() — Method in class Entity

Gets the bundle for the row taking into account the default.

Entity::getEntity() — Method in class Entity

Creates or loads an entity.

Entity::getEntityId() — Method in class Entity

Gets the entity ID of the row.

Entity::getKey() — Method in class Entity

Returns a specific entity key.

EntityBaseFieldOverride::getEntityId() — Method in class EntityBaseFieldOverride

Gets the entity ID of the row.

EntityConfigBase::getIds() — Method in class EntityConfigBase

Gets the destination IDs.

EntityConfigBase::generateId() — Method in class EntityConfigBase

Generates an entity ID.

EntityContentBase::getIds() — Method in class EntityContentBase

Gets the destination IDs.

EntityContentBase::getHighestId() — Method in class EntityContentBase

Returns the highest ID tracked by the implementing plugin.

EntityContentComplete::getIds() — Method in class EntityContentComplete

Gets the destination IDs.

EntityContentComplete::getEntity() — Method in class EntityContentComplete

Gets the entity.

EntityFieldInstance::getIds() — Method in class EntityFieldInstance

Gets the destination IDs.

EntityFieldStorageConfig::getIds() — Method in class EntityFieldStorageConfig

Gets the destination IDs.

EntityRevision::getEntity() — Method in class EntityRevision

Gets the entity.

EntityRevision::getIds() — Method in class EntityRevision

Gets the destination IDs.

EntityRevision::getHighestId() — Method in class EntityRevision

Returns the highest ID tracked by the implementing plugin.

EntityViewMode::getIds() — Method in class EntityViewMode

Gets the destination IDs.

NullDestination::getIds() — Method in class NullDestination

Gets the destination IDs.

PerComponentEntityDisplay::getEntity() — Method in class PerComponentEntityDisplay

Gets the entity.

PerComponentEntityFormDisplay::getEntity() — Method in class PerComponentEntityFormDisplay

Gets the entity.

NullIdMap::getRowBySource() — Method in class NullIdMap

Retrieves a row from the map table based on source identifier values.

NullIdMap::getRowByDestination() — Method in class NullIdMap

Retrieves a row by the destination identifiers.

NullIdMap::getRowsNeedingUpdate() — Method in class NullIdMap

Retrieves an array of map rows marked as needing update.

NullIdMap::getMessages() — Method in class NullIdMap

Retrieves a traversable object of messages related to source records.

NullIdMap::getQualifiedMapTableName() — Method in class NullIdMap

Gets the qualified map table.

Sql::getSourceIdsHash() — Method in class Sql

Retrieves the hash of the source identifier values.

Sql::getQualifiedMapTableName() — Method in class Sql

Get the fully qualified map table name.

Sql::getDatabase() — Method in class Sql

Gets the database connection.

Sql::getFieldSchema() — Method in class Sql

Creates schema from an ID definition.

Sql::getRowBySource() — Method in class Sql

Retrieves a row from the map table based on source identifier values.

Sql::getRowByDestination() — Method in class Sql

Retrieves a row by the destination identifiers.

Sql::getRowsNeedingUpdate() — Method in class Sql

Retrieves an array of map rows marked as needing update.

Sql::getMessages() — Method in class Sql

Retrieves a traversable object of messages related to source records.

Sql::getMigrationPluginManager() — Method in class Sql

Returns the migration plugin manager.

Sql::getHighestId() — Method in class Sql

Returns the highest ID tracked by the implementing plugin.

FileCopy::getDirectory() — Method in class FileCopy

Returns the directory component of a URI or path.

GetClass in namespace Drupal\migrate\Plugin\migrate\process

Gets the source value.

EmbeddedDataSource::getIds() — Method in class EmbeddedDataSource

Defines the source fields uniquely identifying a source row.

EmptySource::getIds() — Method in class EmptySource

Defines the source fields uniquely identifying a source row.

SourcePluginBase::getModuleHandler() — Method in class SourcePluginBase

Gets the module handler.

SourcePluginBase::getIterator() — Method in class SourcePluginBase

Returns the iterator that will yield the row arrays to be processed.

SourcePluginBase::getCurrentIds() — Method in class SourcePluginBase

Gets the currentSourceIds data member.

SourcePluginBase::getCache() — Method in class SourcePluginBase

Gets the cache object.

SourcePluginBase::getHighWaterStorage() — Method in class SourcePluginBase

Get the high water storage object.

SourcePluginBase::getHighWater() — Method in class SourcePluginBase

The current value of the high water mark.

SourcePluginBase::getHighWaterProperty() — Method in class SourcePluginBase

Get information on the property used as the high watermark.

SourcePluginBase::getHighWaterField() — Method in class SourcePluginBase

Get the name of the field used as the high watermark.

SourcePluginBase::getSourceModule() — Method in class SourcePluginBase

Gets the source module providing the source data.

SqlBase::getDatabase() — Method in class SqlBase

Gets the database connection object.

Row::getSourceIdValues() — Method in class Row

Retrieves the values of the source identifiers.

Row::getSourceProperty() — Method in class Row

Retrieves a source property.

Row::getSource() — Method in class Row

Retrieves all source properties.

Row::getEmptyDestinationProperties() — Method in class Row

Gets the empty destination properties.

Row::getDestination() — Method in class Row

Returns the whole destination array.

Row::getRawDestination() — Method in class Row

Returns the raw destination. Rarely necessary.

Row::getDestinationProperty() — Method in class Row

Returns the value of a destination property.

Row::get() — Method in class Row

Retrieve a source or destination property.

Row::getMultiple() — Method in class Row

Retrieve multiple source and destination properties at once.

Row::getIdMap() — Method in class Row

Retrieves the Migrate ID mappings.

Row::getHash() — Method in class Row

Returns the hash for the source values.

FieldDiscovery::getFieldPlugin() — Method in class FieldDiscovery

Returns the appropriate field plugin for a given field type.

FieldDiscovery::getAllFields() — Method in class FieldDiscovery

Gets all field information related to this migration.

FieldDiscovery::getEntityFields() — Method in class FieldDiscovery

Gets all field information for a particular entity type.

FieldDiscovery::getBundleFields() — Method in class FieldDiscovery

Gets all field information for a particular entity type and bundle.

FieldDiscovery::getSourcePlugin() — Method in class FieldDiscovery

Gets the source plugin to use to gather field information.

FieldDiscovery::getFieldInstanceStubMigrationDefinition() — Method in class FieldDiscovery

Provides the stub migration definition for a given Drupal core version.

FieldDiscovery::getCoreVersion() — Method in class FieldDiscovery

Finds the core version of a Drupal migration.

MigrationConfigurationTrait::getConnection() — Method in class MigrationConfigurationTrait

Gets the database connection for the source Drupal database.

MigrationConfigurationTrait::getSystemData() — Method in class MigrationConfigurationTrait

Gets the system data from the system table of the source Drupal database.

MigrationConfigurationTrait::getMigrations() — Method in class MigrationConfigurationTrait

Gets the migrations for import.

MigrationConfigurationTrait::getFollowUpMigrationTags() — Method in class MigrationConfigurationTrait

Returns the follow-up migration tags.

MigrationConfigurationTrait::getLegacyDrupalVersion() — Method in class MigrationConfigurationTrait

Determines what version of Drupal the source database contains.

MigrationConfigurationTrait::getConfigFactory() — Method in class MigrationConfigurationTrait

Gets the config factory service.

MigrationConfigurationTrait::getMigrationPluginManager() — Method in class MigrationConfigurationTrait

Gets the migration plugin manager service.

MigrationConfigurationTrait::getState() — Method in class MigrationConfigurationTrait

Gets the state service.

MigrationPluginManager::getEnforcedSourceModuleTags() — Method in class MigrationPluginManager

Returns the migration tags that trigger source_module enforcement.

MigrationState::getUpgradeStates() — Method in class MigrationState

Gets the upgrade states for all enabled source modules.

MigrationState::getMigrationStates() — Method in class MigrationState

Gets migration state information from *.migrate_drupal.yml.

MigrationState::getSourceState() — Method in class MigrationState

Tests if a destination exists for the given source module.

MigrationState::getDestinationsForSource() — Method in class MigrationState

Get net destinations for source module.

NodeMigrateType::getNodeMigrateType() — Method in class NodeMigrateType

Determines the type of node migration to be used.

MigrateFieldInterface::getFieldFormatterType() — Method in class MigrateFieldInterface

Get the field formatter type from the source.

MigrateFieldInterface::getFieldFormatterMap() — Method in class MigrateFieldInterface

Get a map between D6 formatters and D8 formatters for this field type.

MigrateFieldInterface::getFieldWidgetType() — Method in class MigrateFieldInterface

Get the field widget type from the source.

MigrateFieldInterface::getFieldWidgetMap() — Method in class MigrateFieldInterface

Get a map between D6 and D8 widgets for this field type.

MigrateFieldInterface::getFieldType() — Method in class MigrateFieldInterface

Computes the destination type of a migrated field.

MigrateFieldPluginManager::getPluginIdFromFieldType() — Method in class MigrateFieldPluginManager

Get the plugin ID from the field type.

MigrateFieldPluginManagerInterface::getPluginIdFromFieldType() — Method in class MigrateFieldPluginManagerInterface

Get the plugin ID from the field type.

MigrationWithFollowUpInterface::generateFollowUpMigrations() — Method in class MigrationWithFollowUpInterface

Generates follow-up migrations.

EntityReferenceTranslationDeriver::getDerivativeDefinitions() — Method in class EntityReferenceTranslationDeriver

Gets the definition of all derivatives of a base plugin.

FieldMigration::getProcess() — Method in class FieldMigration

Get the normalized process pipeline configuration describing the process plugins.

FieldPluginBase::getFieldFormatterType() — Method in class FieldPluginBase

Get the field formatter type from the source.

FieldPluginBase::getFieldFormatterMap() — Method in class FieldPluginBase

Get a map between D6 formatters and D8 formatters for this field type.

FieldPluginBase::getFieldWidgetType() — Method in class FieldPluginBase

Get the field widget type from the source.

FieldPluginBase::getFieldWidgetMap() — Method in class FieldPluginBase

Get a map between D6 and D8 widgets for this field type.

FieldPluginBase::getFieldType() — Method in class FieldPluginBase

Computes the destination type of a migrated field.

ReferenceBase::getEntityTypeMigrationId() — Method in class ReferenceBase

Gets the plugin ID for the reference type migration.

ReferenceBase::getFieldWidgetMap() — Method in class ReferenceBase

Get a map between D6 and D8 widgets for this field type.

NodeReference::getEntityTypeMigrationId() — Method in class NodeReference

Gets the plugin ID for the reference type migration.

UserReference::getEntityTypeMigrationId() — Method in class UserReference

Gets the plugin ID for the reference type migration.

NodeReference::getEntityTypeMigrationId() — Method in class NodeReference

Gets the plugin ID for the reference type migration.

NodeReference::getFieldFormatterMap() — Method in class NodeReference

Get a map between D6 formatters and D8 formatters for this field type.

UserReference::getEntityTypeMigrationId() — Method in class UserReference

Gets the plugin ID for the reference type migration.

UserReference::getFieldFormatterMap() — Method in class UserReference

Get a map between D6 formatters and D8 formatters for this field type.

ContentEntity::getIds() — Method in class ContentEntity

Defines the source fields uniquely identifying a source row.

ContentEntityDeriver::getDerivativeDefinitions() — Method in class ContentEntityDeriver

Gets the definition of all derivatives of a base plugin.

DrupalSqlBase::getSystemData() — Method in class DrupalSqlBase

Retrieves all system data information from the source Drupal database.

DrupalSqlBase::getModuleSchemaVersion() — Method in class DrupalSqlBase

Retrieves a module schema_version from the source Drupal database.

Variable::getIds() — Method in class Variable

Defines the source fields uniquely identifying a source row.

VariableMultiRow::getIds() — Method in class VariableMultiRow

Defines the source fields uniquely identifying a source row.

VariableTranslation::getIds() — Method in class VariableTranslation

Defines the source fields uniquely identifying a source row.

FieldableEntity::getFields() — Method in class FieldableEntity

Returns all non-deleted field instances attached to a specific entity type.

FieldableEntity::getFieldValues() — Method in class FieldableEntity

Retrieves field values for a single field of a single entity.

FieldableEntity::getEntityTranslationSourceLanguage() — Method in class FieldableEntity

Gets an entity source language from the 'entity_translation' table.

VariableTranslation::getIds() — Method in class VariableTranslation

Defines the source fields uniquely identifying a source row.

Config::getIds() — Method in class Config

Defines the source fields uniquely identifying a source row.

MigrateMessageCapture::getMessages() — Method in class MigrateMessageCapture

Returns any captured messages.

CredentialForm::getFormId() — Method in class CredentialForm

Returns a unique string identifying the form.

CredentialForm::getConfirmText() — Method in class CredentialForm

Returns a caption for the button that confirms the action.

CredentialForm::getDatabaseTypes() — Method in class CredentialForm

Returns all supported database driver installer objects.

IdConflictForm::getFormId() — Method in class IdConflictForm

Returns a unique string identifying the form.

IdConflictForm::getConfirmText() — Method in class IdConflictForm

Returns a caption for the button that confirms the action.

IncrementalForm::getFormId() — Method in class IncrementalForm

Returns a unique string identifying the form.

IncrementalForm::getConfirmText() — Method in class IncrementalForm

Returns a caption for the button that confirms the action.

MigrateUpgradeFormBase::getConfirmText() — Method in class MigrateUpgradeFormBase

Returns a caption for the button that confirms the action.

OverviewForm::getFormId() — Method in class OverviewForm

Returns a unique string identifying the form.

OverviewForm::getConfirmText() — Method in class OverviewForm

Returns a caption for the button that confirms the action.

ReviewForm::getFormId() — Method in class ReviewForm

Returns a unique string identifying the form.

ReviewForm::getConfirmText() — Method in class ReviewForm

Returns a caption for the button that confirms the action.

Connection::getMariaDbVersionMatch() — Method in class Connection

Gets the MariaDB portion of the server version.

Connection::getServerVersion() — Method in class Connection

Gets the server version.

Tasks::getFormOptions() — Method in class Tasks

Returns driver specific configuration options.

Schema::getPrefixInfo() — Method in class Schema

Get information about the table and database name from the prefix.

Schema::getFieldTypeMap() — Method in class Schema

Returns a mapping of Drupal schema field names to DB-native field types.

Schema::getNormalizedIndexes() — Method in class Schema

Gets normalized indexes from a table specification.

Schema::getComment() — Method in class Schema

Retrieve a table or column comment.

NodeAccessGrantsCacheContext::getLabel() — Method in class NodeAccessGrantsCacheContext

Returns the label of the cache context.

NodeAccessGrantsCacheContext::getContext() — Method in class NodeAccessGrantsCacheContext

Returns the string representation of the cache context.

NodeAccessGrantsCacheContext::getCacheableMetadata() — Method in class NodeAccessGrantsCacheContext

Gets the cacheability metadata for the context based on the parameter value.

NodeRouteContext::getRuntimeContexts() — Method in class NodeRouteContext

Gets runtime context values for the given context IDs.

NodeRouteContext::getAvailableContexts() — Method in class NodeRouteContext

Gets all available contexts for the purposes of configuration.

NodeController::getRevisionIds() — Method in class NodeController

Gets a list of node revision IDs for a specific node.

Node::getType() — Method in class Node

Gets the node type.

Node::getTitle() — Method in class Node

Gets the node title.

Node::getCreatedTime() — Method in class Node

Gets the node creation timestamp.

NodeRouteProvider::getRoutes() — Method in class NodeRouteProvider

Provides routes for entities.

NodeType::getPreviewMode() — Method in class NodeType

Gets the preview mode.

NodeType::getHelp() — Method in class NodeType

Gets the help information.

NodeType::getDescription() — Method in class NodeType

Gets the description.

NodeAdminRouteSubscriber::getSubscribedEvents() — Method in class NodeAdminRouteSubscriber
{@inheritdoc}
NodeTranslationExceptionSubscriber::getSubscribedEvents() — Method in class NodeTranslationExceptionSubscriber
{@inheritdoc}
NodeTranslationMigrateSubscriber::getSubscribedEvents() — Method in class NodeTranslationMigrateSubscriber
{@inheritdoc}
DeleteMultiple::getCancelUrl() — Method in class DeleteMultiple

Returns the route to go to if the user cancels the action.

DeleteMultiple::getDeletedMessage() — Method in class DeleteMultiple

Returns the message to show the user after an item was deleted.

DeleteMultiple::getInaccessibleMessage() — Method in class DeleteMultiple

Returns the message to show the user when an item has not been deleted.

NodeDeleteForm::getDeletionMessage() — Method in class NodeDeleteForm
{@inheritdoc}
NodePreviewForm::getFormId() — Method in class NodePreviewForm

Returns a unique string identifying the form.

NodeRevisionDeleteForm::getFormId() — Method in class NodeRevisionDeleteForm

Returns a unique string identifying the form.

NodeRevisionDeleteForm::getQuestion() — Method in class NodeRevisionDeleteForm

Returns the question to ask the user.

NodeRevisionDeleteForm::getCancelUrl() — Method in class NodeRevisionDeleteForm

Returns the route to go to if the user cancels the action.

NodeRevisionDeleteForm::getConfirmText() — Method in class NodeRevisionDeleteForm

Returns a caption for the button that confirms the action.

NodeRevisionRevertForm::getFormId() — Method in class NodeRevisionRevertForm

Returns a unique string identifying the form.

NodeRevisionRevertForm::getQuestion() — Method in class NodeRevisionRevertForm

Returns the question to ask the user.

NodeRevisionRevertForm::getCancelUrl() — Method in class NodeRevisionRevertForm

Returns the route to go to if the user cancels the action.

NodeRevisionRevertForm::getConfirmText() — Method in class NodeRevisionRevertForm

Returns a caption for the button that confirms the action.

NodeRevisionRevertForm::getDescription() — Method in class NodeRevisionRevertForm

Returns additional text to display as a description.

NodeRevisionRevertTranslationForm::getFormId() — Method in class NodeRevisionRevertTranslationForm

Returns a unique string identifying the form.

NodeRevisionRevertTranslationForm::getQuestion() — Method in class NodeRevisionRevertTranslationForm

Returns the question to ask the user.

NodeRevisionRevertTranslationForm::getDescription() — Method in class NodeRevisionRevertTranslationForm

Returns additional text to display as a description.

RebuildPermissionsForm::getFormId() — Method in class RebuildPermissionsForm

Returns a unique string identifying the form.

RebuildPermissionsForm::getQuestion() — Method in class RebuildPermissionsForm

Returns the question to ask the user.

RebuildPermissionsForm::getCancelUrl() — Method in class RebuildPermissionsForm

Returns the route to go to if the user cancels the action.

RebuildPermissionsForm::getConfirmText() — Method in class RebuildPermissionsForm

Returns a caption for the button that confirms the action.

RebuildPermissionsForm::getDescription() — Method in class RebuildPermissionsForm

Returns additional text to display as a description.

$ NodeAccessControlHandler#grantStorageProperty in class NodeAccessControlHandler

The node grant storage.

NodeInterface::getType() — Method in class NodeInterface

Gets the node type.

NodeInterface::getTitle() — Method in class NodeInterface

Gets the node title.

NodeInterface::getCreatedTime() — Method in class NodeInterface

Gets the node creation timestamp.

NodeInterface::getRevisionCreationTime() — Method in class NodeInterface

Gets the node revision creation timestamp.

NodeStorageSchema::getEntitySchema() — Method in class NodeStorageSchema

Gets the entity schema for the specified entity type.

NodeStorageSchema::getSharedTableFieldSchema() — Method in class NodeStorageSchema

Gets the schema for a single field definition.

NodeTypeInterface::getPreviewMode() — Method in class NodeTypeInterface

Gets the preview mode.

NodeTypeInterface::getHelp() — Method in class NodeTypeInterface

Gets the help information.

NodeTypeInterface::getDescription() — Method in class NodeTypeInterface

Gets the description.

NodeTypeListBuilder::getDefaultOperations() — Method in class NodeTypeListBuilder

Gets this list's default operations.

NodeViewBuilder::getBuildDefaults() — Method in class NodeViewBuilder

Provides entity-specific defaults to the build process.

NodeViewsData::getViewsData() — Method in class NodeViewsData

Returns views data for the entity type.

DemoteNode::getFieldsToUpdate() — Method in class DemoteNode

Gets an array of values to be set.

PromoteNode::getFieldsToUpdate() — Method in class PromoteNode

Gets an array of values to be set.

StickyNode::getFieldsToUpdate() — Method in class StickyNode

Gets an array of values to be set.

UnstickyNode::getFieldsToUpdate() — Method in class UnstickyNode

Gets an array of values to be set.

NodeSearch::getType() — Method in class NodeSearch

Returns the search index type this plugin uses.

NodeSearch::getRankings() — Method in class NodeSearch

Gathers ranking definitions from hook_ranking().

D6NodeDeriver::getDerivativeDefinitions() — Method in class D6NodeDeriver

Gets the definition of all derivatives of a base plugin.

D6NodeTranslation::generateFollowUpMigrations() — Method in class D6NodeTranslation

Generates follow-up migrations.

D7NodeDeriver::getDerivativeDefinitions() — Method in class D7NodeDeriver

Gets the definition of all derivatives of a base plugin.

D7NodeTranslation::generateFollowUpMigrations() — Method in class D7NodeTranslation

Generates follow-up migrations.

Node::getFieldValues() — Method in class Node

Gets field values for a node.

Node::getFieldInfo() — Method in class Node

Gets field and instance definitions from the database.

Node::getFieldData() — Method in class Node

Retrieves raw field data for a node.

Node::getIds() — Method in class Node

Defines the source fields uniquely identifying a source row.

NodeComplete::getIds() — Method in class NodeComplete

Defines the source fields uniquely identifying a source row.

NodeRevision::getIds() — Method in class NodeRevision

Defines the source fields uniquely identifying a source row.

NodeType::getCommentFields() — Method in class NodeType

Returns the fields containing comment settings for each node type.

NodeType::getIds() — Method in class NodeType

Defines the source fields uniquely identifying a source row.

ViewMode::getIds() — Method in class ViewMode

Defines the source fields uniquely identifying a source row.

ViewModeBase::getViewModes() — Method in class ViewModeBase

Get a list of D6 view modes.

Node::getIds() — Method in class Node

Defines the source fields uniquely identifying a source row.

NodeComplete::getIds() — Method in class NodeComplete

Defines the source fields uniquely identifying a source row.

NodeEntityTranslation::getIds() — Method in class NodeEntityTranslation

Defines the source fields uniquely identifying a source row.

NodeRevision::getIds() — Method in class NodeRevision

Defines the source fields uniquely identifying a source row.

NodeType::getCommentFields() — Method in class NodeType

Returns the fields containing comment settings for each node type.

NodeType::getIds() — Method in class NodeType

Defines the source fields uniquely identifying a source row.

Node::getArgument() — Method in class Node

Return the default argument.

Node::getCacheMaxAge() — Method in class Node

The maximum age for which this object may be cached.

Node::getCacheContexts() — Method in class Node

The cache contexts associated with this object.

RevisionLink::getUrlInfo() — Method in class RevisionLink

Returns the URI elements of the link.

RevisionLink::getDefaultLabel() — Method in class RevisionLink

Returns the default label for this link.

RevisionLinkDelete::getUrlInfo() — Method in class RevisionLinkDelete

Returns the URI elements of the link.

RevisionLinkDelete::getDefaultLabel() — Method in class RevisionLinkDelete

Returns the default label for this link.

RevisionLinkRevert::getUrlInfo() — Method in class RevisionLinkRevert

Returns the URI elements of the link.

RevisionLinkRevert::getDefaultLabel() — Method in class RevisionLinkRevert

Returns the default label for this link.

Access::getCacheContexts() — Method in class Access

The cache contexts associated with this object.

Status::getCacheContexts() — Method in class Status

The cache contexts associated with this object.

Node::getAvailableSorts() — Method in class Node

Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::getAvailableSorts().

ListItemBase::getPossibleValues() — Method in class ListItemBase

Returns an array of possible values.

ListItemBase::getPossibleOptions() — Method in class ListItemBase

Returns an array of possible values with labels for display.

ListItemBase::getSettableValues() — Method in class ListItemBase

Returns an array of settable values.

ListItemBase::getSettableOptions() — Method in class ListItemBase

Returns an array of settable values with labels for display.

ListItemBase::generateSampleValue() — Method in class ListItemBase

Generates placeholder field values.

PageCache::get() — Method in class PageCache

Returns a response object from the page cache.

PageCache::getCacheId() — Method in class PageCache

Gets the page cache ID for this request.

PathFilterForm::getFormId() — Method in class PathFilterForm

Returns a unique string identifying the form.

PathAliasListBuilder::getEntityIds() — Method in class PathAliasListBuilder

Loads entity IDs using a pager sorted by the entity id.

PathItem::generateSampleValue() — Method in class PathItem

Generates placeholder field values.

UrlAliasBase::getIds() — Method in class UrlAliasBase

Defines the source fields uniquely identifying a source row.

AliasManager::getPathByAlias() — Method in class AliasManager

Given the alias, return the path it represents.

AliasManager::getAliasByPath() — Method in class AliasManager

Given a path, return the alias.

AliasManager::getRequestTime() — Method in class AliasManager

Wrapper method for REQUEST_TIME constant.

AliasManagerInterface::getPathByAlias() — Method in class AliasManagerInterface

Given the alias, return the path it represents.

AliasManagerInterface::getAliasByPath() — Method in class AliasManagerInterface

Given a path, return the alias.

AliasRepository::getBaseQuery() — Method in class AliasRepository

Returns a SELECT query for the path_alias base table.

AliasWhitelist::get() — Method in class AliasWhitelist

Gets value from the cache.

PathAlias::getPath() — Method in class PathAlias

Gets the source path of the alias.

PathAlias::getAlias() — Method in class PathAlias

Gets the alias for this path.

PathAlias::getCacheTagsToInvalidate() — Method in class PathAlias

Returns the cache tags that should be used to invalidate caches.

PathAliasSubscriber::getSubscribedEvents() — Method in class PathAliasSubscriber

Registers the methods in this class that should be listeners.

PathAliasInterface::getPath() — Method in class PathAliasInterface

Gets the source path of the alias.

PathAliasInterface::getAlias() — Method in class PathAliasInterface

Gets the alias for this path.

PathAliasStorageSchema::getEntitySchema() — Method in class PathAliasStorageSchema

Gets the entity schema for the specified entity type.

Connection::getFullQualifiedTableName() — Method in class Connection

Get a fully qualified table name.

Tasks::getFormOptions() — Method in class Tasks

Returns driver specific configuration options.

Schema::getTempNamespaceName() — Method in class Schema

Gets PostgreSQL's temporary namespace name.

Schema::getFieldTypeMap() — Method in class Schema

Returns a mapping of Drupal schema field names to DB-native field types.

Schema::getComment() — Method in class Schema

Retrieve a table or column comment.

EditorSelector::getEditor() — Method in class EditorSelector

Returns the in-place editor (an InPlaceEditor plugin) to use for a field.

EditorSelector::getEditorAttachments() — Method in class EditorSelector

Returns the attachments for all editors.

EditorSelectorInterface::getEditor() — Method in class EditorSelectorInterface

Returns the in-place editor (an InPlaceEditor plugin) to use for a field.

EditorSelectorInterface::getEditorAttachments() — Method in class EditorSelectorInterface

Returns the attachments for all editors.

QuickEditFieldForm::getFormId() — Method in class QuickEditFieldForm

Returns a unique string identifying the form.

MetadataGenerator::generateEntityMetadata() — Method in class MetadataGenerator

Generates in-place editing metadata for an entity.

MetadataGenerator::generateFieldMetadata() — Method in class MetadataGenerator

Generates in-place editing metadata for an entity field.

MetadataGeneratorInterface::generateEntityMetadata() — Method in class MetadataGeneratorInterface

Generates in-place editing metadata for an entity.

MetadataGeneratorInterface::generateFieldMetadata() — Method in class MetadataGeneratorInterface

Generates in-place editing metadata for an entity field.

InPlaceEditorBase::getMetadata() — Method in class InPlaceEditorBase

Generates metadata that is needed specifically for this editor.

InPlaceEditorInterface::getMetadata() — Method in class InPlaceEditorInterface

Generates metadata that is needed specifically for this editor.

InPlaceEditorInterface::getAttachments() — Method in class InPlaceEditorInterface

Returns the attachments for this editor.

FormEditor::getAttachments() — Method in class FormEditor

Returns the attachments for this editor.

PlainTextEditor::getAttachments() — Method in class PlainTextEditor

Returns the attachments for this editor.

RdfMapping::getPreparedBundleMapping() — Method in class RdfMapping

Gets the mapping for the bundle-level data.

RdfMapping::getBundleMapping() — Method in class RdfMapping

Gets the mapping config for the bundle-level data.

RdfMapping::getPreparedFieldMapping() — Method in class RdfMapping

Gets the prepared mapping for a field.

RdfMapping::getFieldMapping() — Method in class RdfMapping

Gets the mapping config for a field.

RdfMapping::getIds() — Method in class RdfMapping

Defines the source fields uniquely identifying a source row.

RdfMappingInterface::getPreparedBundleMapping() — Method in class RdfMappingInterface

Gets the mapping for the bundle-level data.

RdfMappingInterface::getBundleMapping() — Method in class RdfMappingInterface

Gets the mapping config for the bundle-level data.

RdfMappingInterface::getPreparedFieldMapping() — Method in class RdfMappingInterface

Gets the prepared mapping for a field.

RdfMappingInterface::getFieldMapping() — Method in class RdfMappingInterface

Gets the mapping config for a field.

ResponsiveImage::getInfo() — Method in class ResponsiveImage

Returns the element properties for this element.

ResponsiveImageStyle::getKeyedImageStyleMappings() — Method in class ResponsiveImageStyle

Returns the mappings of breakpoint ID and multiplier to image style.

ResponsiveImageStyle::getImageStyleMappings() — Method in class ResponsiveImageStyle

Returns the image style mappings for the responsive image style.

ResponsiveImageStyle::getBreakpointGroup() — Method in class ResponsiveImageStyle

Returns the breakpoint group for the responsive image style.

ResponsiveImageStyle::getFallbackImageStyle() — Method in class ResponsiveImageStyle

Returns the fallback image style ID for the responsive image style.

ResponsiveImageStyle::getImageStyleMapping() — Method in class ResponsiveImageStyle

Gets the image style mapping for a breakpoint ID and multiplier.

ResponsiveImageStyle::getImageStyleIds() — Method in class ResponsiveImageStyle

Gets all the image styles IDs involved in the responsive image mapping.

ImageStyleMappings::getMultiplierSettings() — Method in class ImageStyleMappings

Extracts multiplier settings based on its type.

ResponsiveImageStyles::getIds() — Method in class ResponsiveImageStyles

Defines the source fields uniquely identifying a source row.

ResponsiveImageStyleInterface::getKeyedImageStyleMappings() — Method in class ResponsiveImageStyleInterface

Returns the mappings of breakpoint ID and multiplier to image style.

ResponsiveImageStyleInterface::getImageStyleMappings() — Method in class ResponsiveImageStyleInterface

Returns the image style mappings for the responsive image style.

ResponsiveImageStyleInterface::getBreakpointGroup() — Method in class ResponsiveImageStyleInterface

Returns the breakpoint group for the responsive image style.

ResponsiveImageStyleInterface::getFallbackImageStyle() — Method in class ResponsiveImageStyleInterface

Returns the fallback image style ID for the responsive image style.

ResponsiveImageStyleInterface::getImageStyleMapping() — Method in class ResponsiveImageStyleInterface

Gets the image style mapping for a breakpoint ID and multiplier.

ResponsiveImageStyleInterface::getImageStyleIds() — Method in class ResponsiveImageStyleInterface

Gets all the image styles IDs involved in the responsive image mapping.

ResponsiveImageStyleListBuilder::getDefaultOperations() — Method in class ResponsiveImageStyleListBuilder

Gets this list's default operations.

$ RestResourceConfig#granularityProperty in class RestResourceConfig

The REST resource configuration granularity.

RestResourceConfig::getResourcePluginManager() — Method in class RestResourceConfig

Returns the resource plugin manager.

RestResourceConfig::getResourcePlugin() — Method in class RestResourceConfig

Retrieves the REST resource plugin.

RestResourceConfig::getMethods() — Method in class RestResourceConfig

Retrieves a list of supported HTTP methods.

RestResourceConfig::getMethodsForMethodGranularity() — Method in class RestResourceConfig

Retrieves a list of supported HTTP methods for this resource.

RestResourceConfig::getAuthenticationProviders() — Method in class RestResourceConfig

Retrieves a list of supported authentication providers.

RestResourceConfig::getAuthenticationProvidersForMethodGranularity() — Method in class RestResourceConfig

Retrieves a list of supported authentication providers.

RestResourceConfig::getFormats() — Method in class RestResourceConfig

Retrieves a list of supported response formats.

RestResourceConfig::getFormatsForMethodGranularity() — Method in class RestResourceConfig

Retrieves a list of supported response formats.

RestResourceConfig::getPluginCollections() — Method in class RestResourceConfig

Gets the plugin collections used by this object.

RestResourceConfig::getRestResourceDependencies() — Method in class RestResourceConfig

Returns the REST resource dependencies.

EntityResourcePostRouteSubscriber::getSubscribedEvents() — Method in class EntityResourcePostRouteSubscriber
{@inheritdoc}
ResourceResponseSubscriber::getResponseFormat() — Method in class ResourceResponseSubscriber

Determines the format to respond in.

ResourceResponseSubscriber::getSubscribedEvents() — Method in class ResourceResponseSubscriber
{@inheritdoc}
EntityDeriver::getDerivativeDefinition() — Method in class EntityDeriver

Gets the definition of a derivative plugin.

EntityDeriver::getDerivativeDefinitions() — Method in class EntityDeriver

Gets the definition of all derivatives of a base plugin.

ResourceBase::getBaseRoute() — Method in class ResourceBase

Gets the base route for a particular method.

ResourceBase::getBaseRouteRequirements() — Method in class ResourceBase

Gets the base route requirements for a particular method.

EntityResource::get() — Method in class EntityResource

Responds to entity GET requests.

EntityResource::generateFallbackAccessDeniedMessage() — Method in class EntityResource

Generates a fallback access denied message, when no specific reason is set.

EntityResource::getBaseRoute() — Method in class EntityResource

Gets the base route for a particular method.

RestExport::getType() — Method in class RestExport

Returns the display type that this display requires.

RestExport::getMimeType() — Method in class RestExport

Gets the mime type.

RestExport::getContentType() — Method in class RestExport

Gets the content type.

RestExport::getAuthOptions() — Method in class RestExport

Gets the auth options available.

RestExport::getFormatOptions() — Method in class RestExport

Returns an array of format options.

DataEntityRow::getEntityTypeId() — Method in class DataEntityRow
{@inheritdoc}
DataEntityRow::getEntityTypeManager() — Method in class DataEntityRow
{@inheritdoc}
DataEntityRow::getEntityRepository() — Method in class DataEntityRow
{@inheritdoc}
DataEntityRow::getLanguageManager() — Method in class DataEntityRow
{@inheritdoc}
DataEntityRow::getView() — Method in class DataEntityRow
{@inheritdoc}
DataFieldRow::getFieldKeyAlias() — Method in class DataFieldRow

Return an alias for a field ID, as set in the options form.

Serializer::getFormats() — Method in class Serializer

Gets a list of all available formats that can be requested.

Serializer::getCacheMaxAge() — Method in class Serializer

The maximum age for which this object may be cached.

Serializer::getCacheContexts() — Method in class Serializer

The cache contexts associated with this object.

Serializer::getCacheTags() — Method in class Serializer

The cache tags associated with this object.

Serializer::getFormatOptions() — Method in class Serializer

Returns an array of format options.

RequestHandler::getNormalizedRequestMethod() — Method in class RequestHandler

Gets the normalized HTTP request method of the matched route.

ResourceResponseInterface::getResponseData() — Method in class ResourceResponseInterface

Returns response data that should be serialized.

ResourceResponseTrait::getResponseData() — Method in class ResourceResponseTrait

Returns response data that should be serialized.

RestResourceConfigInterface::getResourcePlugin() — Method in class RestResourceConfigInterface

Retrieves the REST resource plugin.

RestResourceConfigInterface::getMethods() — Method in class RestResourceConfigInterface

Retrieves a list of supported HTTP methods.

RestResourceConfigInterface::getAuthenticationProviders() — Method in class RestResourceConfigInterface

Retrieves a list of supported authentication providers.

RestResourceConfigInterface::getFormats() — Method in class RestResourceConfigInterface

Retrieves a list of supported response formats.

ResourceRoutes::getRoutesForResourceConfig() — Method in class ResourceRoutes

Provides all routes for a given REST resource config.

ResourceRoutes::getSubscribedEvents() — Method in class ResourceRoutes
{@inheritdoc}
SearchPage::getPlugin() — Method in class SearchPage

Returns the search plugin.

SearchPage::getPluginCollection() — Method in class SearchPage

Encapsulates the creation of the search page's LazyPluginCollection.

SearchPage::getPluginCollections() — Method in class SearchPage

Gets the plugin collections used by this object.

SearchPage::getPath() — Method in class SearchPage

Returns the path for the search.

SearchPage::getWeight() — Method in class SearchPage

Returns the weight for the page.

ReindexConfirm::getFormId() — Method in class ReindexConfirm

Returns a unique string identifying the form.

ReindexConfirm::getQuestion() — Method in class ReindexConfirm

Returns the question to ask the user.

ReindexConfirm::getDescription() — Method in class ReindexConfirm

Returns additional text to display as a description.

ReindexConfirm::getConfirmText() — Method in class ReindexConfirm

Returns a caption for the button that confirms the action.

ReindexConfirm::getCancelText() — Method in class ReindexConfirm

Returns a caption for the link which cancels the action.

ReindexConfirm::getCancelUrl() — Method in class ReindexConfirm

Returns the route to go to if the user cancels the action.

SearchBlockForm::getFormId() — Method in class SearchBlockForm

Returns a unique string identifying the form.

SearchPageForm::getFormId() — Method in class SearchPageForm

Returns a unique string identifying the form.

SearchPageFormBase::getBaseFormId() — Method in class SearchPageFormBase

Returns a string identifying the base form.

ConfigurableSearchPluginBase::getConfiguration() — Method in class ConfigurableSearchPluginBase

Gets this plugin's configuration.

SearchLocalTask::getDerivativeDefinitions() — Method in class SearchLocalTask

Gets the definition of all derivatives of a base plugin.

SearchInterface::getKeywords() — Method in class SearchInterface

Returns the currently set keywords of the plugin instance.

SearchInterface::getParameters() — Method in class SearchInterface

Returns the current parameters set using setSearch().

SearchInterface::getAttributes() — Method in class SearchInterface

Returns the currently set attributes (from the request).

SearchInterface::getType() — Method in class SearchInterface

Returns the search index type this plugin uses.

SearchInterface::getHelp() — Method in class SearchInterface

Returns the searching help.

SearchPluginBase::getKeywords() — Method in class SearchPluginBase

Returns the currently set keywords of the plugin instance.

SearchPluginBase::getParameters() — Method in class SearchPluginBase

Returns the current parameters set using setSearch().

SearchPluginBase::getAttributes() — Method in class SearchPluginBase

Returns the currently set attributes (from the request).

SearchPluginBase::getType() — Method in class SearchPluginBase

Returns the search index type this plugin uses.

SearchPluginBase::getHelp() — Method in class SearchPluginBase

Returns the searching help.

SearchPluginCollection::get() — Method in class SearchPluginCollection

Gets a plugin instance, initializing it if necessary.

SearchPage::getIds() — Method in class SearchPage

Defines the source fields uniquely identifying a source row.

SearchPage::getIds() — Method in class SearchPage

Defines the source fields uniquely identifying a source row.

SearchPageInterface::getPlugin() — Method in class SearchPageInterface

Returns the search plugin.

SearchPageInterface::getPath() — Method in class SearchPageInterface

Returns the path for the search.

SearchPageInterface::getWeight() — Method in class SearchPageInterface

Returns the weight for the page.

SearchPageListBuilder::getFormId() — Method in class SearchPageListBuilder

Returns a unique string identifying the form.

SearchPageListBuilder::getEditableConfigNames() — Method in class SearchPageListBuilder
{@inheritdoc}
SearchPageListBuilder::getDefaultOperations() — Method in class SearchPageListBuilder

Gets this list's default operations.

SearchPageRepository::getActiveSearchPages() — Method in class SearchPageRepository

Returns all active search page entities.

SearchPageRepository::getIndexableSearchPages() — Method in class SearchPageRepository

Returns all active, indexable search page entities.

SearchPageRepository::getDefaultSearchPage() — Method in class SearchPageRepository

Returns the default search page.

SearchPageRepository::getQuery() — Method in class SearchPageRepository

Returns an entity query instance.

SearchPageRepositoryInterface::getActiveSearchPages() — Method in class SearchPageRepositoryInterface

Returns all active search page entities.

SearchPageRepositoryInterface::getIndexableSearchPages() — Method in class SearchPageRepositoryInterface

Returns all active, indexable search page entities.

SearchPageRepositoryInterface::getDefaultSearchPage() — Method in class SearchPageRepositoryInterface

Returns the default search page.

SearchQuery::getStatus() — Method in class SearchQuery

Returns the query status bitmap.

XmlEncoder::getBaseEncoder() — Method in class XmlEncoder

Gets the base encoder instance.

UuidReferenceInterface::getUuid() — Method in class UuidReferenceInterface

Get the uuid from the data array.

DefaultExceptionSubscriber::getHandledFormats() — Method in class DefaultExceptionSubscriber

Specifies the request formats this subscriber will respond to.

DefaultExceptionSubscriber::getPriority() — Method in class DefaultExceptionSubscriber

Specifies the priority of all listeners in this class.

UserRouteAlterSubscriber::getSubscribedEvents() — Method in class UserRouteAlterSubscriber
{@inheritdoc}
ConfigEntityNormalizer::getDataWithoutInternals() — Method in class ConfigEntityNormalizer

Gets the given data without the internal implementation details.

DateTimeNormalizer::getNormalizationTimezone() — Method in class DateTimeNormalizer

Gets the timezone to be used during normalization.

FieldableEntityNormalizerTrait::getEntityTypeDefinition() — Method in class FieldableEntityNormalizerTrait

Gets the entity type definition.

FieldableEntityNormalizerTrait::getEntityTypeRepository() — Method in class FieldableEntityNormalizerTrait

Returns the entity type repository.

FieldableEntityNormalizerTrait::getEntityFieldManager() — Method in class FieldableEntityNormalizerTrait

Returns the entity field manager.

FieldableEntityNormalizerTrait::getEntityTypeManager() — Method in class FieldableEntityNormalizerTrait

Returns the entity type manager.

SerializedColumnNormalizerTrait::getSerializedPropertyNames() — Method in class SerializedColumnNormalizerTrait

Gets the names of all serialized properties.

SerializedColumnNormalizerTrait::getCustomSerializedPropertyNames() — Method in class SerializedColumnNormalizerTrait

Gets the names of all properties the plugin treats as serialized data.

TimestampNormalizer::getNormalizationTimezone() — Method in class TimestampNormalizer

Gets the timezone to be used during normalization.

BlockEntitySettingTrayForm::getPluginForm() — Method in class BlockEntitySettingTrayForm

Retrieves the plugin form for a given block and operation.

BlockEntitySettingTrayForm::getRedirectUrl() — Method in class BlockEntitySettingTrayForm

Gets the form's redirect URL from 'destination' provide in the request.

Shortcut::getTitle() — Method in class Shortcut

Returns the title of this shortcut.

Shortcut::getWeight() — Method in class Shortcut

Returns the weight among shortcuts with the same depth.

Shortcut::getUrl() — Method in class Shortcut

Returns the URL object pointing to the configured route.

Shortcut::getCacheTagsToInvalidate() — Method in class Shortcut

Returns the cache tags that should be used to invalidate caches.

ShortcutSet::getShortcuts() — Method in class ShortcutSet

Returns all the shortcuts from a shortcut set sorted correctly.

ShortcutDeleteForm::getFormId() — Method in class ShortcutDeleteForm

Returns a unique string identifying the form.

ShortcutDeleteForm::getCancelUrl() — Method in class ShortcutDeleteForm

Returns the route to go to if the user cancels the action.

ShortcutDeleteForm::getRedirectUrl() — Method in class ShortcutDeleteForm

Returns the URL where the user should be redirected after deletion.

SwitchShortcutSet::getFormId() — Method in class SwitchShortcutSet

Returns a unique string identifying the form.

EntityShortcutSet::getEntity() — Method in class EntityShortcutSet

Creates or loads an entity.

ShortcutSetUsers::getIds() — Method in class ShortcutSetUsers

Gets the destination IDs.

Shortcut::getIds() — Method in class Shortcut

Defines the source fields uniquely identifying a source row.

ShortcutSet::getIds() — Method in class ShortcutSet

Defines the source fields uniquely identifying a source row.

ShortcutSetUsers::getIds() — Method in class ShortcutSetUsers

Defines the source fields uniquely identifying a source row.

ShortcutInterface::getTitle() — Method in class ShortcutInterface

Returns the title of this shortcut.

ShortcutInterface::getWeight() — Method in class ShortcutInterface

Returns the weight among shortcuts with the same depth.

ShortcutInterface::getUrl() — Method in class ShortcutInterface

Returns the URL object pointing to the configured route.

ShortcutSetInterface::getShortcuts() — Method in class ShortcutSetInterface

Returns all the shortcuts from a shortcut set sorted correctly.

ShortcutSetListBuilder::getDefaultOperations() — Method in class ShortcutSetListBuilder

Gets this list's default operations.

ShortcutSetStorage::getAssignedToUser() — Method in class ShortcutSetStorage

Get the name of the set assigned to this user.

ShortcutSetStorage::getDefaultSet() — Method in class ShortcutSetStorage

Gets the default shortcut set for a given user account.

ShortcutSetStorageInterface::getAssignedToUser() — Method in class ShortcutSetStorageInterface

Get the name of the set assigned to this user.

ShortcutSetStorageInterface::getDefaultSet() — Method in class ShortcutSetStorageInterface

Gets the default shortcut set for a given user account.

Connection::getAttachedDatabases() — Method in class Connection

Gets all the attached databases.

Connection::getFullQualifiedTableName() — Method in class Connection

Get a fully qualified table name.

Tasks::getFormOptions() — Method in class Tasks

Returns driver specific configuration options.

Schema::getFieldTypeMap() — Method in class Schema

Returns a mapping of Drupal schema field names to DB-native field types.

Statement::getStatement() — Method in class Statement

Grab a PDOStatement object from a given query and its arguments.

NodeStatisticsDatabaseStorage::getRequestTime() — Method in class NodeStatisticsDatabaseStorage

Get current request time.

NodeCounter::getIds() — Method in class NodeCounter

Gets the destination IDs.

NodeCounter::getIds() — Method in class NodeCounter

Defines the source fields uniquely identifying a source row.

StatisticsSettingsForm::getFormId() — Method in class StatisticsSettingsForm

Returns a unique string identifying the form.

StatisticsSettingsForm::getEditableConfigNames() — Method in class StatisticsSettingsForm

Gets the configuration names that will be editable.

StatisticsViewsResult::getTotalCount() — Method in class StatisticsViewsResult

Total number of times the entity has been viewed.

StatisticsViewsResult::getDayCount() — Method in class StatisticsViewsResult

Total number of times the entity has been viewed "today".

StatisticsViewsResult::getTimestamp() — Method in class StatisticsViewsResult

Timestamp of when the entity was last viewed.

ActionConfigEntityInterface::getType() — Method in class ActionConfigEntityInterface

Returns the operation type.

ActionConfigEntityInterface::getPlugin() — Method in class ActionConfigEntityInterface

Returns the operation plugin.

DbUpdateController::getModuleUpdates() — Method in class DbUpdateController

Retrieves module updates.

TimezoneController::getTimezone() — Method in class TimezoneController

Retrieve a JSON object containing a time zone name given a timezone abbreviation.

StatusReportPage::getInfo() — Method in class StatusReportPage

Returns the element properties for this element.

Action::getPluginCollection() — Method in class Action

Encapsulates the creation of the action's LazyPluginCollection.

Action::getPluginCollections() — Method in class Action

Gets the plugin collections used by this object.

Action::getPlugin() — Method in class Action

Returns the operation plugin.

Action::getPluginDefinition() — Method in class Action
{@inheritdoc}
Action::getType() — Method in class Action

Returns the operation type.

Menu::getDescription() — Method in class Menu

Returns the description of the menu.

AdminRouteSubscriber::getSubscribedEvents() — Method in class AdminRouteSubscriber
{@inheritdoc}
AdvisoriesConfigSubscriber::getSubscribedEvents() — Method in class AdvisoriesConfigSubscriber
{@inheritdoc}
ConfigCacheTag::getSubscribedEvents() — Method in class ConfigCacheTag
{@inheritdoc}
SecurityFileUploadEventSubscriber::getSubscribedEvents() — Method in class SecurityFileUploadEventSubscriber
{@inheritdoc}
CronForm::getEditableConfigNames() — Method in class CronForm
{@inheritdoc}
CronForm::getFormId() — Method in class CronForm

Returns a unique string identifying the form.

DateFormatDeleteForm::getQuestion() — Method in class DateFormatDeleteForm
{@inheritdoc}
FileSystemForm::getFormId() — Method in class FileSystemForm

Returns a unique string identifying the form.

FileSystemForm::getEditableConfigNames() — Method in class FileSystemForm

Gets the configuration names that will be editable.

ImageToolkitForm::getFormId() — Method in class ImageToolkitForm

Returns a unique string identifying the form.

ImageToolkitForm::getEditableConfigNames() — Method in class ImageToolkitForm

Gets the configuration names that will be editable.

LoggingForm::getFormId() — Method in class LoggingForm

Returns a unique string identifying the form.

LoggingForm::getEditableConfigNames() — Method in class LoggingForm

Gets the configuration names that will be editable.

ModulesListConfirmForm::getQuestion() — Method in class ModulesListConfirmForm

Returns the question to ask the user.

ModulesListConfirmForm::getCancelUrl() — Method in class ModulesListConfirmForm

Returns the route to go to if the user cancels the action.

ModulesListConfirmForm::getConfirmText() — Method in class ModulesListConfirmForm

Returns a caption for the button that confirms the action.

ModulesListConfirmForm::getDescription() — Method in class ModulesListConfirmForm

Returns additional text to display as a description.

ModulesListConfirmForm::getFormId() — Method in class ModulesListConfirmForm

Returns a unique string identifying the form.

ModulesListExperimentalConfirmForm::getQuestion() — Method in class ModulesListExperimentalConfirmForm

Returns the question to ask the user.

ModulesListExperimentalConfirmForm::getFormId() — Method in class ModulesListExperimentalConfirmForm

Returns a unique string identifying the form.

ModulesListForm::getFormId() — Method in class ModulesListForm

Returns a unique string identifying the form.

ModulesUninstallConfirmForm::getQuestion() — Method in class ModulesUninstallConfirmForm

Returns the question to ask the user.

ModulesUninstallConfirmForm::getConfirmText() — Method in class ModulesUninstallConfirmForm

Returns a caption for the button that confirms the action.

ModulesUninstallConfirmForm::getCancelUrl() — Method in class ModulesUninstallConfirmForm

Returns the route to go to if the user cancels the action.

ModulesUninstallConfirmForm::getDescription() — Method in class ModulesUninstallConfirmForm

Returns additional text to display as a description.

ModulesUninstallConfirmForm::getFormId() — Method in class ModulesUninstallConfirmForm

Returns a unique string identifying the form.

ModulesUninstallForm::getFormId() — Method in class ModulesUninstallForm

Returns a unique string identifying the form.

PerformanceForm::getFormId() — Method in class PerformanceForm

Returns a unique string identifying the form.

PerformanceForm::getEditableConfigNames() — Method in class PerformanceForm

Gets the configuration names that will be editable.

PrepareModulesEntityUninstallForm::getFormId() — Method in class PrepareModulesEntityUninstallForm

Returns a unique string identifying the form.

PrepareModulesEntityUninstallForm::getQuestion() — Method in class PrepareModulesEntityUninstallForm

Returns the question to ask the user.

PrepareModulesEntityUninstallForm::getDescription() — Method in class PrepareModulesEntityUninstallForm

Returns additional text to display as a description.

PrepareModulesEntityUninstallForm::getConfirmText() — Method in class PrepareModulesEntityUninstallForm

Returns a caption for the button that confirms the action.

PrepareModulesEntityUninstallForm::getCancelUrl() — Method in class PrepareModulesEntityUninstallForm

Returns the route to go to if the user cancels the action.

RegionalForm::getFormId() — Method in class RegionalForm

Returns a unique string identifying the form.

RegionalForm::getEditableConfigNames() — Method in class RegionalForm

Gets the configuration names that will be editable.

RssFeedsForm::getFormId() — Method in class RssFeedsForm

Returns a unique string identifying the form.

RssFeedsForm::getEditableConfigNames() — Method in class RssFeedsForm

Gets the configuration names that will be editable.

SiteInformationForm::getFormId() — Method in class SiteInformationForm

Returns a unique string identifying the form.

SiteInformationForm::getEditableConfigNames() — Method in class SiteInformationForm

Gets the configuration names that will be editable.

SiteMaintenanceModeForm::getFormId() — Method in class SiteMaintenanceModeForm

Returns a unique string identifying the form.

SiteMaintenanceModeForm::getEditableConfigNames() — Method in class SiteMaintenanceModeForm

Gets the configuration names that will be editable.

SystemMenuOffCanvasForm::getEntityForm() — Method in class SystemMenuOffCanvasForm

Gets the entity form for this menu.

ThemeAdminForm::getFormId() — Method in class ThemeAdminForm

Returns a unique string identifying the form.

ThemeAdminForm::getEditableConfigNames() — Method in class ThemeAdminForm

Gets the configuration names that will be editable.

ThemeExperimentalConfirmForm::getQuestion() — Method in class ThemeExperimentalConfirmForm

Returns the question to ask the user.

ThemeExperimentalConfirmForm::getCancelUrl() — Method in class ThemeExperimentalConfirmForm

Returns the route to go to if the user cancels the action.

ThemeExperimentalConfirmForm::getConfirmText() — Method in class ThemeExperimentalConfirmForm

Returns a caption for the button that confirms the action.

ThemeExperimentalConfirmForm::getDescription() — Method in class ThemeExperimentalConfirmForm

Returns additional text to display as a description.

ThemeExperimentalConfirmForm::getFormId() — Method in class ThemeExperimentalConfirmForm

Returns a unique string identifying the form.

ThemeSettingsForm::getFormId() — Method in class ThemeSettingsForm

Returns a unique string identifying the form.

ThemeSettingsForm::getEditableConfigNames() — Method in class ThemeSettingsForm

Gets the configuration names that will be editable.

MenuInterface::getDescription() — Method in class MenuInterface

Returns the description of the menu.

PathBasedBreadcrumbBuilder::getRequestForPath() — Method in class PathBasedBreadcrumbBuilder

Matches a path in the router.

MockPhpStorage::getConfiguration() — Method in class MockPhpStorage

Gets the configuration data.

MockPhpStorage::getConfigurationValue() — Method in class MockPhpStorage

Gets a single configuration key.

SystemBrandingBlock::getCacheTags() — Method in class SystemBrandingBlock
{@inheritdoc}
SystemMenuBlock::getCacheTags() — Method in class SystemMenuBlock
{@inheritdoc}
SystemMenuBlock::getCacheContexts() — Method in class SystemMenuBlock
{@inheritdoc}
SystemMessagesBlock::getCacheMaxAge() — Method in class SystemMessagesBlock
{@inheritdoc}
CurrentThemeCondition::getCacheContexts() — Method in class CurrentThemeCondition
{@inheritdoc}
RequestPath::getCacheContexts() — Method in class RequestPath
{@inheritdoc}
SystemMenuBlock::getDerivativeDefinitions() — Method in class SystemMenuBlock

Gets the definition of all derivatives of a base plugin.

ThemeLocalTask::getDerivativeDefinitions() — Method in class ThemeLocalTask

Gets the definition of all derivatives of a base plugin.

GDToolkitClass in namespace Drupal\system\Plugin\ImageToolkit

Defines the GD2 toolkit for image manipulation within Drupal.

GDToolkit::getResource() — Method in class GDToolkit

Retrieves the GD image resource.

GDToolkit::getTransparentColor() — Method in class GDToolkit

Gets the color set for transparency in GIF images.

GDToolkit::getWidth() — Method in class GDToolkit

Returns the width of the image.

GDToolkit::getHeight() — Method in class GDToolkit

Returns the height of the image.

GDToolkit::getType() — Method in class GDToolkit

Gets the PHP type of the image.

GDToolkit::getMimeType() — Method in class GDToolkit

Returns the MIME type of the image file.

GDToolkit::getRequirements() — Method in class GDToolkit

Gets toolkit requirements in a format suitable for hook_requirements().

GDToolkit::getSupportedExtensions() — Method in class GDToolkit

Returns a list of image file extensions supported by the toolkit.

GDImageToolkitOperationBaseClass in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd
GDImageToolkitOperationBase::getToolkit() — Method in class GDImageToolkitOperationBase

The correctly typed image toolkit for GD operations.

ThemeSettings::getIds() — Method in class ThemeSettings

Gets the destination IDs.

Extension::getIds() — Method in class Extension

Defines the source fields uniquely identifying a source row.

Menu::getIds() — Method in class Menu

Defines the source fields uniquely identifying a source row.

MenuTranslation::getIds() — Method in class MenuTranslation

Defines the source fields uniquely identifying a source row.

ThemeSettings::getIds() — Method in class ThemeSettings

Defines the source fields uniquely identifying a source row.

SecurityAdvisoriesFetcher::getSecurityAdvisories() — Method in class SecurityAdvisoriesFetcher

Gets security advisories that are applicable for the current site.

SecurityAdvisoriesFetcher::getMatchingExtensionInfo() — Method in class SecurityAdvisoriesFetcher

Gets the information for an extension affected by the security advisory.

SecurityAdvisoriesFetcher::getProjectExistingVersion() — Method in class SecurityAdvisoriesFetcher

Gets the existing project version.

SecurityAdvisory::getTitle() — Method in class SecurityAdvisory

Gets the title.

SecurityAdvisory::getProject() — Method in class SecurityAdvisory

Gets the project associated with the advisory.

SecurityAdvisory::getProjectType() — Method in class SecurityAdvisory

Gets the type of project associated with the advisory.

SecurityAdvisory::getInsecureVersions() — Method in class SecurityAdvisory

Gets the currently insecure versions of the project.

SecurityAdvisory::getUrl() — Method in class SecurityAdvisory

Gets the URL to the security advisory.

SystemConfigSubscriber::getSubscribedEvents() — Method in class SystemConfigSubscriber
{@inheritdoc}
SystemManager::getMaxSeverity() — Method in class SystemManager

Extracts the highest severity from the requirements array.

SystemManager::getBlockContents() — Method in class SystemManager

Loads the contents of a menu block.

SystemManager::getAdminBlock() — Method in class SystemManager

Provide a single block on the administration overview page.

MockAliasManager::getPathByAlias() — Method in class MockAliasManager

Given the alias, return the path it represents.

MockAliasManager::getAliasByPath() — Method in class MockAliasManager

Given a path, return the alias.

MockRouteProvider::getRouteCollectionForRequest() — Method in class MockRouteProvider

Implements \Drupal\Core\Routing\RouteProviderInterface::getRouteCollectionForRequest().

MockRouteProvider::getRouteByName() — Method in class MockRouteProvider

Find the route using the provided route name.

MockRouteProvider::getRoutesByNames() — Method in class MockRouteProvider

Find many routes by their names using the provided list of names.

MockRouteProvider::getRoutesByPattern() — Method in class MockRouteProvider

Get all routes which match a certain pattern.

MockRouteProvider::getAllRoutes() — Method in class MockRouteProvider

Returns all the routes on the system.

TimeZoneResolver::getSubscribedEvents() — Method in class TimeZoneResolver
{@inheritdoc}
TimeZoneResolver::getTimeZone() — Method in class TimeZoneResolver

Gets the time zone based on site and user configuration.

TermRouteContext::getRuntimeContexts() — Method in class TermRouteContext

Gets runtime context values for the given context IDs.

TermRouteContext::getAvailableContexts() — Method in class TermRouteContext

Gets all available contexts for the purposes of configuration.

VocabularyRouteProvider::getRoutes() — Method in class VocabularyRouteProvider

Provides routes for entities.

VocabularyRouteProvider::getCollectionRoute() — Method in class VocabularyRouteProvider

Gets the collection route.

VocabularyRouteProvider::getResetPageRoute() — Method in class VocabularyRouteProvider

Gets the reset page route.

VocabularyRouteProvider::getOverviewPageRoute() — Method in class VocabularyRouteProvider

Gets the overview page route.

Term::getDescription() — Method in class Term

Gets the term description.

Term::getFormat() — Method in class Term

Gets the text format name for the term description.

Term::getName() — Method in class Term

Gets the term name.

Term::getWeight() — Method in class Term

Gets the term weight.

Vocabulary::getDescription() — Method in class Vocabulary

Returns the vocabulary description.

OverviewTerms::getFormId() — Method in class OverviewTerms

Returns a unique string identifying the form.

TermDeleteForm::getCancelUrl() — Method in class TermDeleteForm

Returns the route to go to if the user cancels the action.

TermDeleteForm::getRedirectUrl() — Method in class TermDeleteForm

Returns the URL where the user should be redirected after deletion.

TermDeleteForm::getDescription() — Method in class TermDeleteForm

Returns additional text to display as a description.

TermDeleteForm::getDeletionMessage() — Method in class TermDeleteForm
{@inheritdoc}
VocabularyDeleteForm::getFormId() — Method in class VocabularyDeleteForm

Returns a unique string identifying the form.

VocabularyDeleteForm::getQuestion() — Method in class VocabularyDeleteForm
{@inheritdoc}
VocabularyDeleteForm::getDescription() — Method in class VocabularyDeleteForm

Returns additional text to display as a description.

VocabularyDeleteForm::getDeletionMessage() — Method in class VocabularyDeleteForm

Gets the message to display to the user after deleting the entity.

VocabularyResetForm::getFormId() — Method in class VocabularyResetForm

Returns a unique string identifying the form.

VocabularyResetForm::getQuestion() — Method in class VocabularyResetForm

Returns the question to ask the user.

VocabularyResetForm::getCancelUrl() — Method in class VocabularyResetForm

Returns the route to go to if the user cancels the action.

VocabularyResetForm::getDescription() — Method in class VocabularyResetForm

Returns additional text to display as a description.

VocabularyResetForm::getConfirmText() — Method in class VocabularyResetForm

Returns a caption for the button that confirms the action.

TermSelection::getReferenceableEntities() — Method in class TermSelection

Gets the list of referenceable entities.

D6TermNodeDeriver::getDerivativeDefinitions() — Method in class D6TermNodeDeriver

Gets the definition of all derivatives of a base plugin.

D7TaxonomyTermDeriver::getDerivativeDefinitions() — Method in class D7TaxonomyTermDeriver

Gets the definition of all derivatives of a base plugin.

TaxonomyTermReference::getFieldFormatterMap() — Method in class TaxonomyTermReference

Get a map between D6 formatters and D8 formatters for this field type.

Term::getIds() — Method in class Term

Defines the source fields uniquely identifying a source row.

TermLocalizedTranslation::getIds() — Method in class TermLocalizedTranslation

Defines the source fields uniquely identifying a source row.

TermNode::getIds() — Method in class TermNode

Defines the source fields uniquely identifying a source row.

Vocabulary::getIds() — Method in class Vocabulary

Defines the source fields uniquely identifying a source row.

VocabularyPerType::getIds() — Method in class VocabularyPerType

Defines the source fields uniquely identifying a source row.

VocabularyTranslation::getIds() — Method in class VocabularyTranslation

Defines the source fields uniquely identifying a source row.

Term::getIds() — Method in class Term

Defines the source fields uniquely identifying a source row.

TermEntityTranslation::getIds() — Method in class TermEntityTranslation

Defines the source fields uniquely identifying a source row.

TermLocalizedTranslation::getIds() — Method in class TermLocalizedTranslation

Defines the source fields uniquely identifying a source row.

TermTranslation::getIds() — Method in class TermTranslation

Defines the source fields uniquely identifying a source row.

Vocabulary::getIds() — Method in class Vocabulary

Defines the source fields uniquely identifying a source row.

VocabularyTranslation::getIds() — Method in class VocabularyTranslation

Defines the source fields uniquely identifying a source row.

Tid::getArgument() — Method in class Tid

Return the default argument.

Tid::getCacheMaxAge() — Method in class Tid

The maximum age for which this object may be cached.

Tid::getCacheContexts() — Method in class Tid

The cache contexts associated with this object.

TermName::getItems() — Method in class TermName

Gets an array of items for the field.

TaxonomyIndexTid::getValueOptions() — Method in class TaxonomyIndexTid

Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.

TaxonomyIndexTid::getCacheContexts() — Method in class TaxonomyIndexTid

The cache contexts associated with this object.

TermForm::getEditedFieldNames() — Method in class TermForm

Gets the names of all fields edited in the form.

TermInterface::getDescription() — Method in class TermInterface

Gets the term description.

TermInterface::getFormat() — Method in class TermInterface

Gets the text format name for the term description.

TermInterface::getName() — Method in class TermInterface

Gets the term name.

TermInterface::getWeight() — Method in class TermInterface

Gets the term weight.

TermStorage::getParents() — Method in class TermStorage

Returns a list of parents of this term.

TermStorage::getAncestors() — Method in class TermStorage

Returns all ancestors of this term.

TermStorage::getChildren() — Method in class TermStorage

Returns all children terms of this term.

TermStorage::getNodeTerms() — Method in class TermStorage

Returns all terms used to tag some given nodes.

TermStorage::getTermIdsWithPendingRevisions() — Method in class TermStorage

Gets a list of term IDs with pending revisions.

TermStorage::getVocabularyHierarchyType() — Method in class TermStorage

Returns the hierarchy type for a specific vocabulary ID.

TermStorageInterface::getNodeTerms() — Method in class TermStorageInterface

Returns all terms used to tag some given nodes.

TermStorageInterface::getVocabularyHierarchyType() — Method in class TermStorageInterface

Returns the hierarchy type for a specific vocabulary ID.

TermStorageInterface::getTermIdsWithPendingRevisions() — Method in class TermStorageInterface

Gets a list of term IDs with pending revisions.

TermStorageSchema::getEntitySchema() — Method in class TermStorageSchema

Gets the entity schema for the specified entity type.

TermStorageSchema::getSharedTableFieldSchema() — Method in class TermStorageSchema

Gets the schema for a single field definition.

TermStorageSchema::getDedicatedTableSchema() — Method in class TermStorageSchema

Gets the SQL schema for a dedicated table.

TermViewsData::getViewsData() — Method in class TermViewsData

Returns views data for the entity type.

VocabularyInterface::getDescription() — Method in class VocabularyInterface

Returns the vocabulary description.

VocabularyListBuilder::getFormId() — Method in class VocabularyListBuilder

Returns a unique string identifying the form.

VocabularyListBuilder::getDefaultOperations() — Method in class VocabularyListBuilder

Gets this list's default operations.

VocabularyStorage::getToplevelTids() — Method in class VocabularyStorage

Gets top-level term IDs of vocabularies.

VocabularyStorageInterface::getToplevelTids() — Method in class VocabularyStorageInterface

Gets top-level term IDs of vocabularies.

TelephoneItem::getConstraints() — Method in class TelephoneItem

Gets a list of validation constraints.

TelephoneItem::generateSampleValue() — Method in class TelephoneItem

Generates placeholder field values.

PhoneField::getFieldFormatterMap() — Method in class PhoneField

Get a map between D6 formatters and D8 formatters for this field type.

TelephoneField::getFieldWidgetMap() — Method in class TelephoneField

Get a map between D6 and D8 widgets for this field type.

TelephoneField::getFieldFormatterMap() — Method in class TelephoneField

Get a map between D6 formatters and D8 formatters for this field type.

TextItem::getConstraints() — Method in class TextItem

Gets a list of validation constraints.

TextItemBase::generateSampleValue() — Method in class TextItemBase

Generates placeholder field values.

TextWithSummaryItem::getConstraints() — Method in class TextWithSummaryItem

Gets a list of validation constraints.

TextField::getFieldWidgetMap() — Method in class TextField

Get a map between D6 and D8 widgets for this field type.

TextField::getFieldFormatterMap() — Method in class TextField

Get a map between D6 formatters and D8 formatters for this field type.

TextField::getFieldType() — Method in class TextField

Computes the destination type of a migrated field.

TextField::getFieldFormatterType() — Method in class TextField

Get the field formatter type from the source.

TextField::getFieldWidgetType() — Method in class TextField

Get the field widget type from the source.

TextField::getFieldType() — Method in class TextField

Computes the destination type of a migrated field.

TextProcessed::getValue() — Method in class TextProcessed

Gets the data value.

TextProcessed::getCacheTags() — Method in class TextProcessed

The cache tags associated with this object.

TextProcessed::getCacheContexts() — Method in class TextProcessed

The cache contexts associated with this object.

TextProcessed::getCacheMaxAge() — Method in class TextProcessed

The maximum age for which this object may be cached.

TextProcessed::getRenderer() — Method in class TextProcessed

Returns the renderer service.

Toolbar::getInfo() — Method in class Toolbar

Returns the element properties for this element.

ToolbarItem::getInfo() — Method in class ToolbarItem

Returns the element properties for this element.

Tour::getRoutes() — Method in class Tour

The routes that this tour will appear on.

Tour::getTip() — Method in class Tour

Returns tip plugin.

Tour::getTips() — Method in class Tour

Returns the tips for this tour.

Tour::getModule() — Method in class Tour

Gets the module this tour belongs to.

TourHelpSection::getCacheMaxAge() — Method in class TourHelpSection
{@inheritdoc}
TipPluginText::getBody() — Method in class TipPluginText

Returns the body content of the tooltip.

TipPluginText::getOutput() — Method in class TipPluginText

This method should not be used. It is deprecated from TipPluginInterface.

TipPluginBase::getLabel() — Method in class TipPluginBase

Returns label of the tip.

TipPluginBase::getWeight() — Method in class TipPluginBase

Returns weight of the tip.

TipPluginBase::getAttributes() — Method in class TipPluginBase

Returns an array of attributes for the tip wrapper.

TipPluginBase::get() — Method in class TipPluginBase

Used for returning values by key.

TipPluginBase::getOutput() — Method in class TipPluginBase

This method should not be used. It is deprecated from TipPluginInterface.

TipPluginBase::getLocation() — Method in class TipPluginBase

Determines the placement of the tip relative to the element.

TipPluginBase::getSelector() — Method in class TipPluginBase

The selector the tour tip will attach to.

TipPluginInterface::getLabel() — Method in class TipPluginInterface

Returns label of the tip.

TipPluginInterface::getWeight() — Method in class TipPluginInterface

Returns weight of the tip.

TipPluginInterface::getAttributes() — Method in class TipPluginInterface

Returns an array of attributes for the tip wrapper.

TipPluginInterface::get() — Method in class TipPluginInterface

Used for returning values by key.

TipPluginInterface::getOutput() — Method in class TipPluginInterface

Returns a renderable array.

TipsPluginCollection::get() — Method in class TipsPluginCollection

Gets a plugin instance, initializing it if necessary.

TourInterface::getRoutes() — Method in class TourInterface

The routes that this tour will appear on.

TourInterface::getTip() — Method in class TourInterface

Returns tip plugin.

TourInterface::getTips() — Method in class TourInterface

Returns the tips for this tour.

TourInterface::getModule() — Method in class TourInterface

Gets the module this tour belongs to.

TourTipPluginInterface::getSelector() — Method in class TourTipPluginInterface

Returns the selector the tour tip will attach to.

TourTipPluginInterface::getBody() — Method in class TourTipPluginInterface

Returns the body content of the tooltip.

TourTipPluginInterface::getLocation() — Method in class TourTipPluginInterface

Returns the configured placement of the tip relative to the element.

TrackerController::getTitle() — Method in class TrackerController

Title callback for the tracker.user_tab route.

UserTrackerTab::getRouteParameters() — Method in class UserTrackerTab

Returns the route parameters needed to render a link for the local task.

TrackerNode::getIds() — Method in class TrackerNode

Defines the source fields uniquely identifying a source row.

TrackerUser::getIds() — Method in class TrackerUser

Defines the source fields uniquely identifying a source row.

UpdateManagerInstall::getFormId() — Method in class UpdateManagerInstall

Returns a unique string identifying the form.

UpdateManagerUpdate::getFormId() — Method in class UpdateManagerUpdate

Returns a unique string identifying the form.

UpdateReady::getFormId() — Method in class UpdateReady

Returns a unique string identifying the form.

ModuleVersion::getMajorVersion() — Method in class ModuleVersion

Gets the major version.

ModuleVersion::getVersionExtra() — Method in class ModuleVersion

Gets the version extra string at the end of the version number.

ProjectCoreCompatibility::getPossibleCoreUpdateVersions() — Method in class ProjectCoreCompatibility

Gets the core versions that should be considered for compatibility ranges.

ProjectCoreCompatibility::getCompatibilityRanges() — Method in class ProjectCoreCompatibility

Gets the compatibility ranges for a semantic version constraint.

ProjectRelease::getVersion() — Method in class ProjectRelease

Gets the project version.

ProjectRelease::getDate() — Method in class ProjectRelease

Gets the release date if set.

ProjectRelease::getCoreCompatibilityMessage() — Method in class ProjectRelease

Gets the core compatibility message for the site's version of Drupal core.

ProjectRelease::getDownloadUrl() — Method in class ProjectRelease

Gets the download URL of the release.

ProjectRelease::getReleaseUrl() — Method in class ProjectRelease

Gets the URL of the release.

ProjectSecurityData::getCoverageInfo() — Method in class ProjectSecurityData

Gets the security coverage information for a project.

ProjectSecurityRequirement::getRequirement() — Method in class ProjectSecurityRequirement

Gets the security coverage requirement, if any.

UpdateFetcher::getFetchBaseUrl() — Method in class UpdateFetcher

Returns the base of the URL to fetch available update data for a project.

UpdateFetcherInterface::getFetchBaseUrl() — Method in class UpdateFetcherInterface

Returns the base of the URL to fetch available update data for a project.

UpdateManager::getProjects() — Method in class UpdateManager

Fetches an array of installed and enabled projects.

UpdateManagerInterface::getProjects() — Method in class UpdateManagerInterface

Fetches an array of installed and enabled projects.

UpdateSettingsForm::getFormId() — Method in class UpdateSettingsForm

Returns a unique string identifying the form.

UpdateSettingsForm::getEditableConfigNames() — Method in class UpdateSettingsForm

Gets the configuration names that will be editable.

AccountForm::getEditedFieldNames() — Method in class AccountForm

Gets the names of all fields edited in the form.

AccountSettingsForm::getFormId() — Method in class AccountSettingsForm

Returns a unique string identifying the form.

AccountSettingsForm::getEditableConfigNames() — Method in class AccountSettingsForm

Gets the configuration names that will be editable.

Cookie::getUserFromSession() — Method in class Cookie

Returns the UserSession object for the given session.

Cookie::getSubscribedEvents() — Method in class Cookie

Registers the methods in this class that should be listeners.

CurrentUserContext::getRuntimeContexts() — Method in class CurrentUserContext

Gets runtime context values for the given context IDs.

CurrentUserContext::getAvailableContexts() — Method in class CurrentUserContext

Gets all available contexts for the purposes of configuration.

UserAuthenticationController::getRequestFormat() — Method in class UserAuthenticationController

Gets the format of the current request.

UserAuthenticationController::getLoginFloodIdentifier() — Method in class UserAuthenticationController

Gets the login identifier for user login flood control.

UserController::getResetPassForm() — Method in class UserController

Returns the user password reset form.

EntityOwnerInterface::getOwner() — Method in class EntityOwnerInterface

Returns the entity owner's user entity.

EntityOwnerInterface::getOwnerId() — Method in class EntityOwnerInterface

Returns the entity owner's user ID.

EntityOwnerTrait::getOwnerId() — Method in class EntityOwnerTrait
{@inheritdoc}
EntityOwnerTrait::getOwner() — Method in class EntityOwnerTrait
{@inheritdoc}
EntityOwnerTrait::getDefaultEntityOwner() — Method in class EntityOwnerTrait

Default value callback for 'owner' base field.

Role::getPermissions() — Method in class Role

Returns a list of permissions assigned to the role.

Role::getWeight() — Method in class Role

Returns the weight.

Role::grantPermission() — Method in class Role

Grant permissions to the role.

User::getRoles() — Method in class User

Returns a list of roles.

User::getPassword() — Method in class User

Returns the hashed password.

User::getEmail() — Method in class User

Returns the email address of this account.

User::getCreatedTime() — Method in class User

Returns the creation time of the user as a UNIX timestamp.

User::getLastAccessedTime() — Method in class User

The timestamp when the account last accessed the site.

User::getLastLoginTime() — Method in class User

Returns the UNIX timestamp when the user last logged in.

User::getTimeZone() — Method in class User

Returns the timezone of this account.

User::getPreferredLangcode() — Method in class User

Returns the preferred language code of the account.

User::getPreferredAdminLangcode() — Method in class User

Returns the preferred administrative language code of the account.

User::getInitialEmail() — Method in class User

Returns the email that was used when the user was registered.

User::getAccountName() — Method in class User

Returns the unaltered login name of this account.

User::getDisplayName() — Method in class User

Returns the display name of this account.

User::getAnonymousUser() — Method in class User

Returns an anonymous user entity.

User::getRoleStorage() — Method in class User

Returns the role storage object.

User::getAllowedTimezones() — Method in class User

Defines allowed timezones for the field's AllowedValues constraint.

User::getAllowedConfigurableLanguageCodes() — Method in class User

Defines allowed configurable language codes for AllowedValues constraints.

UserRouteProvider::getRoutes() — Method in class UserRouteProvider

Provides routes for entities.

AccessDeniedSubscriber::getSubscribedEvents() — Method in class AccessDeniedSubscriber
{@inheritdoc}
MaintenanceModeSubscriber::getSubscribedEvents() — Method in class MaintenanceModeSubscriber
{@inheritdoc}
UserFloodSubscriber::getSubscribedEvents() — Method in class UserFloodSubscriber
{@inheritdoc}
UserRequestSubscriber::getSubscribedEvents() — Method in class UserRequestSubscriber
{@inheritdoc}
UserFloodEvent::getName() — Method in class UserFloodEvent

Gets the name of the user flood event object.

UserFloodEvent::getThreshold() — Method in class UserFloodEvent

Gets the threshold for the user flood event object.

UserFloodEvent::getWindow() — Method in class UserFloodEvent

Gets the window for the user flood event object.

UserFloodEvent::getIdentifier() — Method in class UserFloodEvent

Gets the identifier of the user flood event object.

UserFloodEvent::getIp() — Method in class UserFloodEvent

Gets the IP of the user flood event object.

UserFloodEvent::getUid() — Method in class UserFloodEvent

Gets the uid of the user flood event object.

RoleSettingsForm::getFormId() — Method in class RoleSettingsForm

Returns a unique string identifying the form.

UserCancelForm::getQuestion() — Method in class UserCancelForm

Returns the question to ask the user.

UserCancelForm::getCancelUrl() — Method in class UserCancelForm

Returns the route to go to if the user cancels the action.

UserCancelForm::getDescription() — Method in class UserCancelForm

Returns additional text to display as a description.

UserCancelForm::getConfirmText() — Method in class UserCancelForm

Returns a caption for the button that confirms the action.

UserLoginForm::getFormId() — Method in class UserLoginForm

Returns a unique string identifying the form.

UserMultipleCancelConfirm::getFormId() — Method in class UserMultipleCancelConfirm

Returns a unique string identifying the form.

UserMultipleCancelConfirm::getQuestion() — Method in class UserMultipleCancelConfirm

Returns the question to ask the user.

UserMultipleCancelConfirm::getCancelUrl() — Method in class UserMultipleCancelConfirm

Returns the route to go to if the user cancels the action.

UserMultipleCancelConfirm::getConfirmText() — Method in class UserMultipleCancelConfirm

Returns a caption for the button that confirms the action.

UserMultipleCancelConfirm::getDescription() — Method in class UserMultipleCancelConfirm

Returns additional text to display as a description.

UserPasswordForm::getFormId() — Method in class UserPasswordForm

Returns a unique string identifying the form.

UserPasswordResetForm::getFormId() — Method in class UserPasswordResetForm

Returns a unique string identifying the form.

UserPermissionsForm::getFormId() — Method in class UserPermissionsForm

Returns a unique string identifying the form.

UserPermissionsForm::getRoles() — Method in class UserPermissionsForm

Gets the roles to display in this form.

UserPermissionsRoleSpecificForm::getRoles() — Method in class UserPermissionsRoleSpecificForm

Gets the roles to display in this form.

PermissionHandler::getYamlDiscovery() — Method in class PermissionHandler

Gets the YAML discovery.

PermissionHandler::getPermissions() — Method in class PermissionHandler

Gets all available permissions.

PermissionHandler::getModuleNames() — Method in class PermissionHandler

Returns all module names.

PermissionHandlerInterface::getPermissions() — Method in class PermissionHandlerInterface

Gets all available permissions.

UserRole::getCacheContexts() — Method in class UserRole
{@inheritdoc}
UserLocalTask::getDerivativeDefinitions() — Method in class UserLocalTask

Gets the definition of all derivatives of a base plugin.

LanguageNegotiationUser::getLangcode() — Method in class LanguageNegotiationUser

Performs language negotiation.

LanguageNegotiationUserAdmin::getLangcode() — Method in class LanguageNegotiationUserAdmin

Performs language negotiation.

LoginLogoutMenuLink::getTitle() — Method in class LoginLogoutMenuLink

Returns the localized title to be shown for this link.

LoginLogoutMenuLink::getRouteName() — Method in class LoginLogoutMenuLink

Returns the route name, if available.

LoginLogoutMenuLink::getCacheContexts() — Method in class LoginLogoutMenuLink

The cache contexts associated with this object.

UserSearch::getHelp() — Method in class UserSearch

Returns the searching help.

ProfileValues::getProcess() — Method in class ProfileValues

Get the normalized process pipeline configuration describing the process plugins.

User::getProcess() — Method in class User

Get the normalized process pipeline configuration describing the process plugins.

EntityUser::getHighestId() — Method in class EntityUser

Returns the highest ID tracked by the implementing plugin.

UserData::getIds() — Method in class UserData

Gets the destination IDs.

ProfileField::getIds() — Method in class ProfileField

Defines the source fields uniquely identifying a source row.

UserPictureInstance::getIds() — Method in class UserPictureInstance

Defines the source fields uniquely identifying a source row.

ProfileFieldOptionTranslation::getIds() — Method in class ProfileFieldOptionTranslation

Defines the source fields uniquely identifying a source row.

ProfileFieldValues::getIds() — Method in class ProfileFieldValues

Defines the source fields uniquely identifying a source row.

Role::getIds() — Method in class Role

Defines the source fields uniquely identifying a source row.

User::getIds() — Method in class User

Defines the source fields uniquely identifying a source row.

UserPicture::getIds() — Method in class UserPicture

Defines the source fields uniquely identifying a source row.

UserPictureFile::getIds() — Method in class UserPictureFile

Defines the source fields uniquely identifying a source row.

Role::getIds() — Method in class Role

Defines the source fields uniquely identifying a source row.

User::getIds() — Method in class User

Defines the source fields uniquely identifying a source row.

UserEntityTranslation::getIds() — Method in class UserEntityTranslation

Defines the source fields uniquely identifying a source row.

Permission::getCacheMaxAge() — Method in class Permission

The maximum age for which this object may be cached.

Permission::getCacheContexts() — Method in class Permission

The cache contexts associated with this object.

Permission::getCacheTags() — Method in class Permission

The cache tags associated with this object.

Role::getCacheMaxAge() — Method in class Role

The maximum age for which this object may be cached.

Role::getCacheContexts() — Method in class Role

The cache contexts associated with this object.

Role::getCacheTags() — Method in class Role

The cache tags associated with this object.

CurrentUser::getArgument() — Method in class CurrentUser

Return the default argument.

CurrentUser::getCacheMaxAge() — Method in class CurrentUser

The maximum age for which this object may be cached.

CurrentUser::getCacheContexts() — Method in class CurrentUser

The cache contexts associated with this object.

User::getArgument() — Method in class User

Return the default argument.

User::getCacheMaxAge() — Method in class User

The maximum age for which this object may be cached.

User::getCacheContexts() — Method in class User

The cache contexts associated with this object.

Current::getCacheContexts() — Method in class Current

The cache contexts associated with this object.

Name::getValueOptions() — Method in class Name

Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.

Permissions::getValueOptions() — Method in class Permissions

Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.

Roles::getValueOptions() — Method in class Roles

Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.

RoleInterface::getPermissions() — Method in class RoleInterface

Returns a list of permissions assigned to the role.

RoleInterface::grantPermission() — Method in class RoleInterface

Grant permissions to the role.

RoleInterface::getWeight() — Method in class RoleInterface

Returns the weight.

RoleListBuilder::getFormId() — Method in class RoleListBuilder

Returns a unique string identifying the form.

RoleListBuilder::getDefaultOperations() — Method in class RoleListBuilder

Gets this list's default operations.

StatusItem::generateSampleValue() — Method in class StatusItem

Generates placeholder field values.

TimeZoneItem::generateSampleValue() — Method in class TimeZoneItem

Generates placeholder field values.

UserData::get() — Method in class UserData

Returns data stored for a user account.

UserDataInterface::get() — Method in class UserDataInterface

Returns data stored for a user account.

UserFloodControl::garbageCollection() — Method in class UserFloodControl

Cleans up expired flood events. This method is called automatically on cron run.

UserInterface::getPassword() — Method in class UserInterface

Returns the hashed password.

UserInterface::getCreatedTime() — Method in class UserInterface

Returns the creation time of the user as a UNIX timestamp.

UserInterface::getLastLoginTime() — Method in class UserInterface

Returns the UNIX timestamp when the user last logged in.

UserInterface::getInitialEmail() — Method in class UserInterface

Returns the email that was used when the user was registered.

UserListBuilder::getOperations() — Method in class UserListBuilder

Provides an array of information to build a list of operation links.

UserNameItem::generateSampleValue() — Method in class UserNameItem

Generates placeholder field values.

UserStorageSchema::getEntitySchema() — Method in class UserStorageSchema

Gets the entity schema for the specified entity type.

UserStorageSchema::getSharedTableFieldSchema() — Method in class UserStorageSchema

Gets the schema for a single field definition.

UserViewsData::getViewsData() — Method in class UserViewsData

Returns views data for the entity type.

ViewAjaxResponse::getView() — Method in class ViewAjaxResponse

Gets the executed view of this response.

Analyzer::getMessages() — Method in class Analyzer

Analyzes a review and return the results.

DisplayPluginCollection::get() — Method in class DisplayPluginCollection

Gets a plugin instance, initializing it if necessary.

View::getInfo() — Method in class View

Returns the element properties for this element.

EntityViewsData::getFieldStorageDefinitions() — Method in class EntityViewsData

Gets the field storage definitions.

EntityViewsData::getViewsData() — Method in class EntityViewsData

Returns views data for the entity type.

EntityViewsData::getViewsTableForEntityType() — Method in class EntityViewsData

Gets the table of an entity type to be used as base table in views.

EntityViewsDataInterface::getViewsData() — Method in class EntityViewsDataInterface

Returns views data for the entity type.

EntityViewsDataInterface::getViewsTableForEntityType() — Method in class EntityViewsDataInterface

Gets the table of an entity type to be used as base table in views.

ConfigurableLanguageRenderer::getLangcode() — Method in class ConfigurableLanguageRenderer

Returns the language code associated with the given row.

DefaultLanguageRenderer::getLangcode() — Method in class DefaultLanguageRenderer

Returns the language code associated with the given row.

EntityFieldRenderer::getCacheContexts() — Method in class EntityFieldRenderer

The cache contexts associated with this object.

EntityFieldRenderer::getEntityTypeId() — Method in class EntityFieldRenderer
{@inheritdoc}
EntityFieldRenderer::getEntityTypeManager() — Method in class EntityFieldRenderer
{@inheritdoc}
EntityFieldRenderer::getEntityRepository() — Method in class EntityFieldRenderer
{@inheritdoc}
EntityFieldRenderer::getLanguageManager() — Method in class EntityFieldRenderer
{@inheritdoc}
EntityFieldRenderer::getView() — Method in class EntityFieldRenderer
{@inheritdoc}
EntityFieldRenderer::getRenderableFieldIds() — Method in class EntityFieldRenderer

Returns a list of names of entity fields to be rendered.

EntityTranslationRenderTrait::getEntityTranslationRenderer() — Method in class EntityTranslationRenderTrait

Returns the current renderer.

EntityTranslationRenderTrait::getEntityTranslation() — Method in class EntityTranslationRenderTrait

Returns the entity translation matching the configured row language.

EntityTranslationRenderTrait::getEntityTypeId() — Method in class EntityTranslationRenderTrait

Returns the entity type identifier.

EntityTranslationRenderTrait::getLanguageManager() — Method in class EntityTranslationRenderTrait

Returns the language manager.

EntityTranslationRenderTrait::getView() — Method in class EntityTranslationRenderTrait

Returns the top object of a view.

EntityTranslationRendererBase::getLangcode() — Method in class EntityTranslationRendererBase

Returns the language code associated with the given row.

RendererBase::getCacheMaxAge() — Method in class RendererBase

The maximum age for which this object may be cached.

RendererBase::getCacheContexts() — Method in class RendererBase

The cache contexts associated with this object.

RendererBase::getCacheTags() — Method in class RendererBase

The cache tags associated with this object.

TranslationLanguageRenderer::getLangcodeTable() — Method in class TranslationLanguageRenderer

Returns the name of the table holding the "langcode" field.

TranslationLanguageRenderer::getLangcode() — Method in class TranslationLanguageRenderer

Returns the language code associated with the given row.

TranslationLanguageRenderer::getCacheContexts() — Method in class TranslationLanguageRenderer

The cache contexts associated with this object.

View::getExecutable() — Method in class View

Gets an executable instance for this view.

View::generateDisplayId() — Method in class View

Generates a display ID of a certain plugin type.

View::getDisplay() — Method in class View

Retrieves a specific display's configuration by reference.

RouteSubscriber::getSubscribedEvents() — Method in class RouteSubscriber
{@inheritdoc}
RouteSubscriber::getViewsDisplayIDsWithRoute() — Method in class RouteSubscriber

Gets all the views and display IDs using a route.

RouteSubscriber::getApplicableViews() — Method in class RouteSubscriber

Returns all views/display combinations with routes.

ViewsEntitySchemaSubscriber::getSubscribedEvents() — Method in class ViewsEntitySchemaSubscriber
{@inheritdoc}
ExposedFormCache::getForm() — Method in class ExposedFormCache

Retrieves the views exposed form from cache.

FieldAPIHandlerTrait::getFieldDefinition() — Method in class FieldAPIHandlerTrait

Gets the field definition.

FieldAPIHandlerTrait::getFieldStorageDefinition() — Method in class FieldAPIHandlerTrait

Gets the field storage configuration.

FieldAPIHandlerTrait::getEntityFieldManager() — Method in class FieldAPIHandlerTrait

Returns the entity field manager.

ViewsExposedForm::getFormId() — Method in class ViewsExposedForm

Returns a unique string identifying the form.

ViewsForm::getBaseFormId() — Method in class ViewsForm

Returns a string for the form's base ID.

ViewsForm::getFormId() — Method in class ViewsForm

Returns a unique string identifying the form.

ViewsForm::getFormObject() — Method in class ViewsForm

Returns the object used to build the step form.

ViewsFormMainForm::getFormId() — Method in class ViewsFormMainForm

Returns a unique string identifying the form.

ManyToOneHelper::getField() — Method in class ManyToOneHelper

Get the field via formula or build it using alias and field name.

ManyToOneHelper::getJoin() — Method in class ManyToOneHelper
ViewsBlock::getConfiguration() — Method in class ViewsBlock
{@inheritdoc}
ViewsBlock::getMachineNameSuggestion() — Method in class ViewsBlock
{@inheritdoc}
ViewsBlockBase::getPreviewFallbackString() — Method in class ViewsBlockBase
{@inheritdoc}
ViewsBlockBase::getViewExecutable() — Method in class ViewsBlockBase

Gets the view executable.

ViewsExposedFilterBlock::getCacheContexts() — Method in class ViewsExposedFilterBlock
{@inheritdoc}
DefaultWizardDeriver::getDerivativeDefinitions() — Method in class DefaultWizardDeriver

Gets the definition of all derivatives of a base plugin.

ViewsBlock::getDerivativeDefinition() — Method in class ViewsBlock

Gets the definition of a derivative plugin.

ViewsBlock::getDerivativeDefinitions() — Method in class ViewsBlock

Gets the definition of all derivatives of a base plugin.

ViewsEntityArgumentValidator::getDerivativeDefinitions() — Method in class ViewsEntityArgumentValidator

Gets the definition of all derivatives of a base plugin.

ViewsEntityRow::getDerivativeDefinition() — Method in class ViewsEntityRow

Gets the definition of a derivative plugin.

ViewsEntityRow::getDerivativeDefinitions() — Method in class ViewsEntityRow

Gets the definition of all derivatives of a base plugin.

ViewsExposedFilterBlock::getDerivativeDefinition() — Method in class ViewsExposedFilterBlock

Gets the definition of a derivative plugin.

ViewsExposedFilterBlock::getDerivativeDefinitions() — Method in class ViewsExposedFilterBlock

Gets the definition of all derivatives of a base plugin.

ViewsLocalTask::getDerivativeDefinitions() — Method in class ViewsLocalTask

Gets the definition of all derivatives of a base plugin.

ViewsLocalTask::getApplicableMenuViews() — Method in class ViewsLocalTask

Return a list of all views and display IDs that have a menu entry.

ViewsMenuLink::getDerivativeDefinitions() — Method in class ViewsMenuLink

Gets the definition of all derivatives of a base plugin.

ViewsSelection::getReferenceableEntities() — Method in class ViewsSelection

Gets the list of referenceable entities.

ViewsSelection::getDisplayExecutionResults() — Method in class ViewsSelection

Fetches the results of executing the display.

ViewsMenuLink::getTitle() — Method in class ViewsMenuLink

Returns the localized title to be shown for this link.

ViewsMenuLink::getDescription() — Method in class ViewsMenuLink

Returns the description of the menu link.

ViewsHandlerManager::getHandler() — Method in class ViewsHandlerManager

Fetches a handler from the data cache.

ViewsHandlerManager::getFallbackPluginId() — Method in class ViewsHandlerManager

Gets a fallback id for a missing plugin.

HandlerBase::getField() — Method in class HandlerBase

Shortcut to get a handler's raw field value.

HandlerBase::getModuleHandler() — Method in class HandlerBase

Gets the module handler.

HandlerBase::getJoin() — Method in class HandlerBase

Get the join object that should be used for this handler.

HandlerBase::getDateFormat() — Method in class HandlerBase

Creates cross-database SQL date formatting.

HandlerBase::getDateField() — Method in class HandlerBase

Creates cross-database SQL dates.

HandlerBase::getViewsData() — Method in class HandlerBase

Gets views data service.

HandlerBase::getTableJoin() — Method in class HandlerBase

Fetches a handler to join one table to a primary table from the data cache.

HandlerBase::getEntityType() — Method in class HandlerBase

Determines the entity type used by this handler.

PluginBase::globalTokenReplace() — Method in class PluginBase

Returns a string with any core tokens replaced.

PluginBase::getAvailableGlobalTokens() — Method in class PluginBase

Returns an array of available token replacements.

PluginBase::globalTokenForm() — Method in class PluginBase

Adds elements for available core tokens to a form.

PluginBase::getProvider() — Method in class PluginBase

Returns the plugin provider.

PluginBase::getRenderer() — Method in class PluginBase

Returns the render API renderer.

ViewsHandlerInterface::getEntityType() — Method in class ViewsHandlerInterface

Determines the entity type used by this handler.

ViewsHandlerInterface::getJoin() — Method in class ViewsHandlerInterface

Get the join object that should be used for this handler.

ViewsHandlerInterface::getTableJoin() — Method in class ViewsHandlerInterface

Fetches a handler to join one table to a primary table from the data cache.

ViewsHandlerInterface::getField() — Method in class ViewsHandlerInterface

Shortcut to get a handler's raw field value.

ViewsPluginInterface::getProvider() — Method in class ViewsPluginInterface

Returns the plugin provider.

ViewsPluginInterface::globalTokenForm() — Method in class ViewsPluginInterface

Adds elements for available core tokens to a form.

ViewsPluginInterface::getAvailableGlobalTokens() — Method in class ViewsPluginInterface

Returns an array of available token replacements.

ViewsPluginInterface::globalTokenReplace() — Method in class ViewsPluginInterface

Returns a string with any core tokens replaced.

ArgumentPluginBase::getTokenHelp() — Method in class ArgumentPluginBase

Provide token help information for the argument.

ArgumentPluginBase::getDefaultArgument() — Method in class ArgumentPluginBase

Get a default argument, if available.

ArgumentPluginBase::getTitle() — Method in class ArgumentPluginBase

Called by the view object to get the title. This may be set by a validator so we don't necessarily call through to title().

ArgumentPluginBase::getValue() — Method in class ArgumentPluginBase

Get the value of this argument.

ArgumentPluginBase::getPlugin() — Method in class ArgumentPluginBase

Get the display or row plugin, if it exists.

ArgumentPluginBase::getSortName() — Method in class ArgumentPluginBase

Return a description of how the argument would normally be sorted.

ArgumentPluginBase::getCacheMaxAge() — Method in class ArgumentPluginBase

The maximum age for which this object may be cached.

ArgumentPluginBase::getCacheContexts() — Method in class ArgumentPluginBase

The cache contexts associated with this object.

ArgumentPluginBase::getCacheTags() — Method in class ArgumentPluginBase

The cache tags associated with this object.

ArgumentPluginBase::getContextDefinition() — Method in class ArgumentPluginBase

Returns a context definition for this argument.

Date::getDefaultArgument() — Method in class Date

Set the empty argument value to the current date, formatted appropriately for this argument.

Date::getSortName() — Method in class Date

Return a description of how the argument would normally be sorted.

Date::getFormula() — Method in class Date
Formula::getFormula() — Method in class Formula
GroupByNumericClass in namespace Drupal\views\Plugin\views\argument

Simple handler for arguments using group by.

GroupByNumeric::getSortName() — Method in class GroupByNumeric

Return a description of how the argument would normally be sorted.

NumericArgument::getSortName() — Method in class NumericArgument

Return a description of how the argument would normally be sorted.

NumericArgument::getContextDefinition() — Method in class NumericArgument

Returns a context definition for this argument.

StringArgument::getFormula() — Method in class StringArgument

Get the formula for this argument.

StringArgument::getSortName() — Method in class StringArgument

Return a description of how the argument would normally be sorted.

StringArgument::getContextDefinition() — Method in class StringArgument

Returns a context definition for this argument.

ArgumentDefaultPluginBase::getArgument() — Method in class ArgumentDefaultPluginBase

Return the default argument.

ArgumentDefaultPluginBase::getCacheTags() — Method in class ArgumentDefaultPluginBase
{@inheritdoc}
Fixed::getArgument() — Method in class Fixed

Return the default argument.

Fixed::getCacheMaxAge() — Method in class Fixed

The maximum age for which this object may be cached.

Fixed::getCacheContexts() — Method in class Fixed

The cache contexts associated with this object.

QueryParameter::getArgument() — Method in class QueryParameter

Return the default argument.

QueryParameter::getCacheMaxAge() — Method in class QueryParameter

The maximum age for which this object may be cached.

QueryParameter::getCacheContexts() — Method in class QueryParameter

The cache contexts associated with this object.

Raw::getArgument() — Method in class Raw

Return the default argument.

Raw::getCacheMaxAge() — Method in class Raw

The maximum age for which this object may be cached.

Raw::getCacheContexts() — Method in class Raw

The cache contexts associated with this object.

ArgumentValidatorPluginBase::getContextDefinition() — Method in class ArgumentValidatorPluginBase

Returns a context definition for this argument.

Entity::getContextDefinition() — Method in class Entity

Returns a context definition for this argument.

NumericArgumentValidator::getContextDefinition() — Method in class NumericArgumentValidator

Returns a context definition for this argument.

CachePluginBase::getResultsKey() — Method in class CachePluginBase

Returns the resultsKey property.

CachePluginBase::generateResultsKey() — Method in class CachePluginBase

Calculates and sets a cache ID used for the result cache.

CachePluginBase::getCacheTags() — Method in class CachePluginBase

Gets an array of cache tags for the current view.

CachePluginBase::getCacheMaxAge() — Method in class CachePluginBase

Gets the max age for the current view.

CachePluginBase::getDefaultCacheMaxAge() — Method in class CachePluginBase

Returns the default cache max age.

CachePluginBase::getRowCacheTags() — Method in class CachePluginBase

Returns the row cache tags.

CachePluginBase::getRowCacheKeys() — Method in class CachePluginBase

Returns the row cache keys.

CachePluginBase::getRowId() — Method in class CachePluginBase

Returns a unique identifier for the specified row.

Tag::getDefaultCacheMaxAge() — Method in class Tag

Returns the default cache max age.

Time::getLifespan() — Method in class Time
Time::getDefaultCacheMaxAge() — Method in class Time

Returns the default cache max age.

DisplayMenuInterface::getMenuLinks() — Method in class DisplayMenuInterface

Gets menu links, if this display provides some.

DisplayPluginBase::getAttachedDisplays() — Method in class DisplayPluginBase

Find out all displays which are attached to this display.

DisplayPluginBase::getLinkDisplay() — Method in class DisplayPluginBase

Returns the ID of the display to use when making links.

DisplayPluginBase::getPath() — Method in class DisplayPluginBase

Returns the base path to use for this display.

DisplayPluginBase::getRoutedDisplay() — Method in class DisplayPluginBase

Points to the display which can be linked by this display.

DisplayPluginBase::getUrl() — Method in class DisplayPluginBase

Returns a URL to $this display or its configured linked display.

DisplayPluginBase::getOption() — Method in class DisplayPluginBase

Gets an option, from this display or the default display.

DisplayPluginBase::getPlugin() — Method in class DisplayPluginBase

Get the instance of a plugin, for example style or row.

DisplayPluginBase::getHandler() — Method in class DisplayPluginBase

Get the handler object for a single handler.

DisplayPluginBase::getHandlers() — Method in class DisplayPluginBase

Get a full array of handlers for $type. This caches them.

DisplayPluginBase::getAllHandlers() — Method in class DisplayPluginBase

Gets all the handlers used by the display.

DisplayPluginBase::getAllPlugins() — Method in class DisplayPluginBase

Gets all the plugins used by the display.

DisplayPluginBase::getFieldLabels() — Method in class DisplayPluginBase

Retrieves a list of fields for the current display.

DisplayPluginBase::getArgumentsTokens() — Method in class DisplayPluginBase

Returns to tokens for arguments.

DisplayPluginBase::getMoreUrl() — Method in class DisplayPluginBase

Get the more URL for this view.

DisplayPluginBase::getCacheMetadata() — Method in class DisplayPluginBase

Gets the cache metadata.

DisplayPluginBase::getType() — Method in class DisplayPluginBase

Returns the display type that this display requires.

DisplayPluginBase::getSpecialBlocks() — Method in class DisplayPluginBase

Provides the block system with any exposed widget blocks for this display.

DisplayPluginBase::getArgumentText() — Method in class DisplayPluginBase

Provides help text for the arguments.

DisplayPluginBase::getPagerText() — Method in class DisplayPluginBase

Provides help text for pagers.

DisplayPluginBase::getExtenders() — Method in class DisplayPluginBase

Gets the display extenders.

DisplayPluginInterface::getAttachedDisplays() — Method in class DisplayPluginInterface

Find out all displays which are attached to this display.

DisplayPluginInterface::getLinkDisplay() — Method in class DisplayPluginInterface

Returns the ID of the display to use when making links.

DisplayPluginInterface::getPath() — Method in class DisplayPluginInterface

Returns the base path to use for this display.

DisplayPluginInterface::getRoutedDisplay() — Method in class DisplayPluginInterface

Points to the display which can be linked by this display.

DisplayPluginInterface::getUrl() — Method in class DisplayPluginInterface

Returns a URL to $this display or its configured linked display.

DisplayPluginInterface::getOption() — Method in class DisplayPluginInterface

Gets an option, from this display or the default display.

DisplayPluginInterface::getPlugin() — Method in class DisplayPluginInterface

Get the instance of a plugin, for example style or row.

DisplayPluginInterface::getHandler() — Method in class DisplayPluginInterface

Get the handler object for a single handler.

DisplayPluginInterface::getHandlers() — Method in class DisplayPluginInterface

Get a full array of handlers for $type. This caches them.

DisplayPluginInterface::getFieldLabels() — Method in class DisplayPluginInterface

Retrieves a list of fields for the current display.

DisplayPluginInterface::getArgumentsTokens() — Method in class DisplayPluginInterface

Returns to tokens for arguments.

DisplayPluginInterface::getCacheMetadata() — Method in class DisplayPluginInterface

Gets the cache metadata.

DisplayPluginInterface::getType() — Method in class DisplayPluginInterface

Returns the display type that this display requires.

DisplayPluginInterface::getSpecialBlocks() — Method in class DisplayPluginInterface

Provides the block system with any exposed widget blocks for this display.

DisplayPluginInterface::getArgumentText() — Method in class DisplayPluginInterface

Provides help text for the arguments.

DisplayPluginInterface::getPagerText() — Method in class DisplayPluginInterface

Provides help text for pagers.

DisplayPluginInterface::getExtenders() — Method in class DisplayPluginInterface

Gets the display extenders.

DisplayRouterInterface::getUrlInfo() — Method in class DisplayRouterInterface

Generates a URL to this display.

DisplayRouterInterface::getRouteName() — Method in class DisplayRouterInterface

Returns the route name for the display.

DisplayRouterInterface::getAlteredRouteNames() — Method in class DisplayRouterInterface

Returns the list of routes overridden by Views.

EntityReference::getType() — Method in class EntityReference

Returns the display type that this display requires.

Feed::getType() — Method in class Feed

Returns the display type that this display requires.

Page::getRoute() — Method in class Page

Generates a route entry for a given view and display.

Page::getPageRenderArray() — Method in class Page

Gets the current views page render array.

Page::getArgumentText() — Method in class Page

Provides help text for the arguments.

Page::getPagerText() — Method in class Page

Provides help text for pagers.

PathPluginBase::getPath() — Method in class PathPluginBase

Returns the base path to use for this display.

PathPluginBase::getRoute() — Method in class PathPluginBase

Generates a route entry for a given view and display.

PathPluginBase::getMenuLinks() — Method in class PathPluginBase

Gets menu links, if this display provides some.

PathPluginBase::getUrlInfo() — Method in class PathPluginBase

Generates a URL to this display.

PathPluginBase::getRouteName() — Method in class PathPluginBase

Returns the route name for the display.

PathPluginBase::getAlteredRouteNames() — Method in class PathPluginBase

Returns the list of routes overridden by Views.

ExposedFormPluginBase::getCacheMaxAge() — Method in class ExposedFormPluginBase

The maximum age for which this object may be cached.

ExposedFormPluginBase::getCacheContexts() — Method in class ExposedFormPluginBase

The cache contexts associated with this object.

ExposedFormPluginBase::getCacheTags() — Method in class ExposedFormPluginBase

The cache tags associated with this object.

BulkForm::getCacheMaxAge() — Method in class BulkForm

The maximum age for which this object may be cached.

BulkForm::getCacheContexts() — Method in class BulkForm

The cache contexts associated with this object.

BulkForm::getCacheTags() — Method in class BulkForm

The cache tags associated with this object.

BulkForm::getEntityTypeId() — Method in class BulkForm
{@inheritdoc}
BulkForm::getEntityTypeManager() — Method in class BulkForm
{@inheritdoc}
BulkForm::getEntityRepository() — Method in class BulkForm
{@inheritdoc}
BulkForm::getLanguageManager() — Method in class BulkForm
{@inheritdoc}
BulkForm::getView() — Method in class BulkForm
{@inheritdoc}
BulkForm::getValue() — Method in class BulkForm

Gets the value that's supposed to be rendered.

BulkForm::getBulkOptions() — Method in class BulkForm

Returns the available operations for this form.

Counter::getValue() — Method in class Counter

Gets the value that's supposed to be rendered.

EntityField::getFieldStorageDefinition() — Method in class EntityField

Gets the field storage definition.

EntityField::getEntityFieldRenderer() — Method in class EntityField

Returns the entity field renderer.

EntityField::getItems() — Method in class EntityField

Gets an array of items for the field.

EntityField::getFormatterInstance() — Method in class EntityField

Returns the field formatter instance.

EntityField::getCacheMaxAge() — Method in class EntityField

The maximum age for which this object may be cached.

EntityField::getCacheContexts() — Method in class EntityField

The cache contexts associated with this object.

EntityField::getCacheTags() — Method in class EntityField

The cache tags associated with this object.

EntityField::getTableMapping() — Method in class EntityField

Gets the table mapping for the entity type of the field.

EntityField::getValue() — Method in class EntityField

Gets the value that's supposed to be rendered.

EntityLink::getUrlInfo() — Method in class EntityLink

Returns the URI elements of the link.

EntityLink::getEntityLinkTemplate() — Method in class EntityLink

Returns the entity link template name identifying the link route.

EntityLink::getDefaultLabel() — Method in class EntityLink

Returns the default label for this link.

EntityLinkDelete::getEntityLinkTemplate() — Method in class EntityLinkDelete

Returns the entity link template name identifying the link route.

EntityLinkDelete::getDefaultLabel() — Method in class EntityLinkDelete

Returns the default label for this link.

EntityLinkEdit::getEntityLinkTemplate() — Method in class EntityLinkEdit

Returns the entity link template name identifying the link route.

EntityLinkEdit::getDefaultLabel() — Method in class EntityLinkEdit

Returns the default label for this link.

EntityOperations::getEntityTypeId() — Method in class EntityOperations
{@inheritdoc}
EntityOperations::getEntityTypeManager() — Method in class EntityOperations
{@inheritdoc}
EntityOperations::getEntityRepository() — Method in class EntityOperations
{@inheritdoc}
EntityOperations::getLanguageManager() — Method in class EntityOperations
{@inheritdoc}
EntityOperations::getView() — Method in class EntityOperations
{@inheritdoc}
FieldHandlerInterface::getElements() — Method in class FieldHandlerInterface

Provides a list of elements valid for field HTML.

FieldHandlerInterface::getEntity() — Method in class FieldHandlerInterface

Gets the entity matching the current row and relationship.

FieldHandlerInterface::getValue() — Method in class FieldHandlerInterface

Gets the value that's supposed to be rendered.

FieldHandlerInterface::getRenderTokens() — Method in class FieldHandlerInterface

Gets the 'render' tokens to use for advanced rendering.

FieldPluginBase::getElements() — Method in class FieldPluginBase

Provides a list of elements valid for field HTML.

FieldPluginBase::getEntity() — Method in class FieldPluginBase

Gets the entity matching the current row and relationship.

FieldPluginBase::getValue() — Method in class FieldPluginBase

Gets the value that's supposed to be rendered.

FieldPluginBase::getPreviousFieldLabels() — Method in class FieldPluginBase

Returns all field labels of fields before this field.

FieldPluginBase::getRenderTokens() — Method in class FieldPluginBase

Gets the 'render' tokens to use for advanced rendering.

FieldPluginBase::getFieldTokenPlaceholder() — Method in class FieldPluginBase

Returns a token placeholder for the current field.

FieldPluginBase::getTokenValuesRecursive() — Method in class FieldPluginBase

Recursive function to add replacements for nested query string parameters.

FieldPluginBase::getRenderer() — Method in class FieldPluginBase

Returns the render API renderer.

LinkBase::getUrlInfo() — Method in class LinkBase

Returns the URI elements of the link.

LinkBase::getDefaultLabel() — Method in class LinkBase

Returns the default label for this link.

LinkBase::getEntityTypeId() — Method in class LinkBase
{@inheritdoc}
LinkBase::getEntityTypeManager() — Method in class LinkBase
{@inheritdoc}
LinkBase::getEntityRepository() — Method in class LinkBase
{@inheritdoc}
LinkBase::getLanguageManager() — Method in class LinkBase
{@inheritdoc}
LinkBase::getView() — Method in class LinkBase
{@inheritdoc}
Links::getLinks() — Method in class Links

Gets the list of links used by this field.

MachineName::getValueOptions() — Method in class MachineName
MultiItemsFieldHandlerInterface::getItems() — Method in class MultiItemsFieldHandlerInterface

Gets an array of items for the field.

PrerenderList::getItems() — Method in class PrerenderList

Gets an array of items for the field.

RenderedEntity::getCacheContexts() — Method in class RenderedEntity

The cache contexts associated with this object.

RenderedEntity::getCacheTags() — Method in class RenderedEntity

The cache tags associated with this object.

RenderedEntity::getCacheMaxAge() — Method in class RenderedEntity

The maximum age for which this object may be cached.

RenderedEntity::getEntityTypeId() — Method in class RenderedEntity
{@inheritdoc}
RenderedEntity::getEntityTypeManager() — Method in class RenderedEntity
{@inheritdoc}
RenderedEntity::getEntityRepository() — Method in class RenderedEntity
{@inheritdoc}
RenderedEntity::getLanguageManager() — Method in class RenderedEntity
{@inheritdoc}
RenderedEntity::getView() — Method in class RenderedEntity
{@inheritdoc}
UncacheableFieldHandlerTrait::getFieldTokenPlaceholder() — Method in class UncacheableFieldHandlerTrait
{@inheritdoc}
UncacheableFieldHandlerTrait::getValue() — Method in class UncacheableFieldHandlerTrait
{@inheritdoc}
BooleanOperator::getValueOptions() — Method in class BooleanOperator

Return the possible options for this filter.

Bundle::getValueOptions() — Method in class Bundle

Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.

$ FilterPluginBase#group_infoProperty in class FilterPluginBase

Contains the information of the selected item in a grouped filter.

FilterPluginBase::groupForm() — Method in class FilterPluginBase

Build a form containing a group of operator | values to apply as a single filter.

FilterPluginBase::groupMultipleExposedInput() — Method in class FilterPluginBase

Returns the options available for a grouped filter that users checkboxes as widget, and therefore has to be applied several times, one per item selected.

FilterPluginBase::getCacheMaxAge() — Method in class FilterPluginBase

The maximum age for which this object may be cached.

FilterPluginBase::getCacheContexts() — Method in class FilterPluginBase

The cache contexts associated with this object.

FilterPluginBase::getCacheTags() — Method in class FilterPluginBase

The cache tags associated with this object.

GroupByNumericClass in namespace Drupal\views\Plugin\views\filter

Simple filter to handle greater than/less than filters.

InOperator::getValueOptions() — Method in class InOperator

Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.

LanguageFilter::getValueOptions() — Method in class LanguageFilter

Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.

StringFilter::getConditionOperator() — Method in class StringFilter

Get specified condition operator mapping value.

None::getItemsPerPage() — Method in class None

Get how many items per page this pager will display.

PagerPluginBase::getItemsPerPage() — Method in class PagerPluginBase

Get how many items per page this pager will display.

PagerPluginBase::getOffset() — Method in class PagerPluginBase

Get the page offset, or how many items to skip.

PagerPluginBase::getCurrentPage() — Method in class PagerPluginBase

Get the current page.

PagerPluginBase::getTotalItems() — Method in class PagerPluginBase

Get the total number of items.

PagerPluginBase::getPagerId() — Method in class PagerPluginBase

Get the pager id, if it exists.

SqlBase::getPagerTotal() — Method in class SqlBase
SqlBase::getCacheMaxAge() — Method in class SqlBase

The maximum age for which this object may be cached.

SqlBase::getCacheContexts() — Method in class SqlBase

The cache contexts associated with this object.

SqlBase::getCacheTags() — Method in class SqlBase

The cache tags associated with this object.

DateSqlInterface::getDateField() — Method in class DateSqlInterface

Returns a native database expression for a given field.

DateSqlInterface::getDateFormat() — Method in class DateSqlInterface

Creates a native database date formatting.

MysqlDateSql::getDateField() — Method in class MysqlDateSql

Returns a native database expression for a given field.

MysqlDateSql::getDateFormat() — Method in class MysqlDateSql

Creates a native database date formatting.

PostgresqlDateSql::getDateField() — Method in class PostgresqlDateSql

Returns a native database expression for a given field.

PostgresqlDateSql::getDateFormat() — Method in class PostgresqlDateSql

Creates a native database date formatting.

QueryPluginBase::getAggregationInfo() — Method in class QueryPluginBase

Get aggregation info for group by queries.

QueryPluginBase::getLimit() — Method in class QueryPluginBase

Returns the limit of the query.

QueryPluginBase::getDateField() — Method in class QueryPluginBase

Returns a Unix timestamp to database native timestamp expression.

QueryPluginBase::getDateFormat() — Method in class QueryPluginBase

Creates cross-database date formatting.

QueryPluginBase::getEntityTableInfo() — Method in class QueryPluginBase

Returns an array of all tables from the query that map to an entity type.

QueryPluginBase::getCacheMaxAge() — Method in class QueryPluginBase

The maximum age for which this object may be cached.

QueryPluginBase::getCacheContexts() — Method in class QueryPluginBase

The cache contexts associated with this object.

QueryPluginBase::getCacheTags() — Method in class QueryPluginBase

The cache tags associated with this object.

QueryPluginBase::getTimezoneOffset() — Method in class QueryPluginBase

Get the timezone offset in seconds.

$ Sql#groupOperatorProperty in class Sql

The default operator to use when connecting the WHERE groups. May be AND or OR.

$ Sql#groupbyProperty in class Sql

A simple array of group by clauses.

$ Sql#getCountOptimizedProperty in class Sql

Should this query be optimized for counts, for example no sorts.

Sql::getTableQueue() — Method in class Sql

Returns a reference to the table queue array for this query.

Sql::getJoinData() — Method in class Sql

Retrieve join data from the larger join data cache.

Sql::getTableInfo() — Method in class Sql

Get the information associated with a table.

Sql::getFieldAlias() — Method in class Sql

Returns the alias for the given field added to $table.

Sql::getNonAggregates() — Method in class Sql

Returns a list of non-aggregates to be added to the "group by" clause.

Sql::getConnection() — Method in class Sql

Gets the database connection to use for the view.

Sql::getWhereArgs() — Method in class Sql

Get the arguments attached to the WHERE and HAVING clauses of this query.

Sql::getCacheTags() — Method in class Sql

The cache tags associated with this object.

Sql::getCacheMaxAge() — Method in class Sql

The maximum age for which this object may be cached.

Sql::getAllEntities() — Method in class Sql

Gets all the involved entities of the view.

Sql::getAggregationInfo() — Method in class Sql

Get aggregation info for group by queries.

Sql::getDateField() — Method in class Sql

Returns a Unix timestamp to database native timestamp expression.

Sql::getDateFormat() — Method in class Sql

Creates cross-database date formatting.

SqliteDateSql::getDateField() — Method in class SqliteDateSql

Returns a native database expression for a given field.

SqliteDateSql::getDateFormat() — Method in class SqliteDateSql

Creates a native database date formatting.

GroupwiseMaxClass in namespace Drupal\views\Plugin\views\relationship

Relationship handler that allows a groupwise maximum of the linked in table.

GroupwiseMax::getTemporaryView() — Method in class GroupwiseMax

Helper function to create a pseudo view.

EntityRow::getEntityTypeId() — Method in class EntityRow
{@inheritdoc}
EntityRow::getEntityTypeManager() — Method in class EntityRow
{@inheritdoc}
EntityRow::getEntityRepository() — Method in class EntityRow
{@inheritdoc}
EntityRow::getLanguageManager() — Method in class EntityRow
{@inheritdoc}
EntityRow::getView() — Method in class EntityRow
{@inheritdoc}
OpmlFields::getField() — Method in class OpmlFields

Retrieves a views field value from the style plugin.

RssFields::getField() — Method in class RssFields

Retrieves a views field value from the style plugin.

RssFields::getAbsoluteUrl() — Method in class RssFields

Convert a rendered URL string to an absolute URL.

GroupByNumericClass in namespace Drupal\views\Plugin\views\sort

Handler for GROUP BY on simple numeric fields.

SortPluginBase::getCacheMaxAge() — Method in class SortPluginBase

The maximum age for which this object may be cached.

SortPluginBase::getCacheContexts() — Method in class SortPluginBase

The cache contexts associated with this object.

SortPluginBase::getCacheTags() — Method in class SortPluginBase

The cache tags associated with this object.

GridClass in namespace Drupal\views\Plugin\views\style

Style plugin to render each item in a grid cell.

Grid::getCustomClass() — Method in class Grid

Return the token-replaced row or column classes for the specified result.

Rss::getChannelElements() — Method in class Rss

Return an array of additional XHTML elements to add to the channel.

Rss::getDescription() — Method in class Rss

Get RSS feed description.

$ StylePluginBase#groupingThemeProperty in class StylePluginBase

The theme function used to render the grouping set.

StylePluginBase::getRowClass() — Method in class StylePluginBase

Return the token replaced row class for the specified row.

StylePluginBase::getField() — Method in class StylePluginBase

Gets a rendered field.

StylePluginBase::getFieldValue() — Method in class StylePluginBase

Get the raw field value.

Table::getCacheMaxAge() — Method in class Table

The maximum age for which this object may be cached.

Table::getCacheContexts() — Method in class Table

The cache contexts associated with this object.

Table::getCacheTags() — Method in class Table

The cache tags associated with this object.

WizardPluginBase::getCreatedColumn() — Method in class WizardPluginBase

Gets the createdColumn property.

WizardPluginBase::getFilters() — Method in class WizardPluginBase

Gets the filters property.

WizardPluginBase::getAvailableSorts() — Method in class WizardPluginBase

Gets the availableSorts property.

WizardPluginBase::getSorts() — Method in class WizardPluginBase

Gets the sorts property.

WizardPluginBase::getSelected() — Method in class WizardPluginBase

Gets the current value of a #select element, from within a form constructor function.

ViewPageController::getTitle() — Method in class ViewPageController

Gets the title of the given view's display.

ViewEntityInterface::getExecutable() — Method in class ViewEntityInterface

Gets an executable instance for this view.

ViewEntityInterface::getDisplay() — Method in class ViewEntityInterface

Retrieves a specific display's configuration by reference.

$ ViewExecutable#get_total_rowsProperty in class ViewExecutable

Force the query to calculate the total number of results.

ViewExecutable::getCurrentPage() — Method in class ViewExecutable

Gets the current page from the pager.

ViewExecutable::getItemsPerPage() — Method in class ViewExecutable

Gets the items per page from the pager.

ViewExecutable::getOffset() — Method in class ViewExecutable

Gets the pager offset from the pager.

ViewExecutable::getExposedInput() — Method in class ViewExecutable

Figures out what the exposed input for this view is.

ViewExecutable::getDisplay() — Method in class ViewExecutable

Gets the current display plugin.

ViewExecutable::getStyle() — Method in class ViewExecutable

Gets the current style plugin.

ViewExecutable::getPager() — Method in class ViewExecutable

Gets the current pager plugin.

ViewExecutable::getBaseTables() — Method in class ViewExecutable

Creates a list of base tables to be used by the view.

ViewExecutable::getBaseEntityType() — Method in class ViewExecutable

Returns the entity type of the base table, if available.

ViewExecutable::getQuery() — Method in class ViewExecutable

Gets the current query plugin.

ViewExecutable::getCacheTags() — Method in class ViewExecutable

Gets the cache tags associated with the executed view.

ViewExecutable::getResponse() — Method in class ViewExecutable

Gets the response object used by the view.

ViewExecutable::getRequest() — Method in class ViewExecutable

Gets the request object.

ViewExecutable::getTitle() — Method in class ViewExecutable

Gets the view's current title.

ViewExecutable::getUrl() — Method in class ViewExecutable

Gets the URL for the current view.

ViewExecutable::getUrlInfo() — Method in class ViewExecutable

Gets the Url object associated with the display handler.

ViewExecutable::getPath() — Method in class ViewExecutable

Gets the base path used for this view.

ViewExecutable::getUser() — Method in class ViewExecutable

Gets the current user.

ViewExecutable::getHandlerTypes() — Method in class ViewExecutable

Provides a list of views handler types used in a view.

ViewExecutable::getPluginTypes() — Method in class ViewExecutable

Returns the valid types of plugins that can be used.

ViewExecutable::generateHandlerId() — Method in class ViewExecutable

Generates a unique ID for a handler instance.

ViewExecutable::getHandlers() — Method in class ViewExecutable

Gets an array of handler instances for the current display.

ViewExecutable::getHandler() — Method in class ViewExecutable

Gets the configuration of a handler instance on a given display.

ViewExecutable::getShowAdminLinks() — Method in class ViewExecutable

Returns whether admin links should be rendered on the view.

ViewExecutable::getDependencies() — Method in class ViewExecutable

Gets dependencies for the view.

ViewExecutableFactory::get() — Method in class ViewExecutableFactory

Instantiates a ViewExecutable class.

Views::getView() — Method in class Views

Loads a view from configuration and returns its executable object.

Views::getPluginDefinitions() — Method in class Views

Gets all the views plugin definitions.

Views::getEnabledDisplayExtenders() — Method in class Views

Gets enabled display extenders.

Views::getApplicableViews() — Method in class Views

Return a list of all view IDs and display IDs that have a particular setting in their display's plugin settings.

Views::getAllViews() — Method in class Views

Returns an array of all views as fully loaded $view objects.

Views::getEnabledViews() — Method in class Views

Returns an array of all enabled views.

Views::getDisabledViews() — Method in class Views

Returns an array of all disabled views.

Views::getViewsAsOptions() — Method in class Views

Returns an array of view as options array, that can be used by select, checkboxes and radios as #options.

Views::getHandlerTypes() — Method in class Views

Provide a list of views handler types used in a view, with some information about them.

Views::getPluginTypes() — Method in class Views

Returns a list of plugin types.

ViewsConfigUpdater::getMultivalueBaseFieldUpdateTableInfo() — Method in class ViewsConfigUpdater

Returns the multivalue base fields update table info.

ViewsData::getAll() — Method in class ViewsData

Gets all table data.

ViewsData::get() — Method in class ViewsData

Gets data for a particular table.

ViewsData::getData() — Method in class ViewsData

Gets all data invoked by hook_views_data().

AdvancedSettingsForm::getFormId() — Method in class AdvancedSettingsForm

Returns a unique string identifying the form.

AdvancedSettingsForm::getEditableConfigNames() — Method in class AdvancedSettingsForm

Gets the configuration names that will be editable.

AddHandler::getFormKey() — Method in class AddHandler

Returns the key that represents this form.

AddHandler::getForm() — Method in class AddHandler

Creates a new instance of this form.

AddHandler::getFormId() — Method in class AddHandler

Returns a unique string identifying the form.

Analyze::getFormKey() — Method in class Analyze

Returns the key that represents this form.

Analyze::getFormId() — Method in class Analyze

Returns a unique string identifying the form.

ConfigHandler::getFormKey() — Method in class ConfigHandler

Returns the key that represents this form.

ConfigHandler::getForm() — Method in class ConfigHandler

Creates a new instance of this form.

ConfigHandler::getFormId() — Method in class ConfigHandler

Returns a unique string identifying the form.

ConfigHandlerExtra::getFormKey() — Method in class ConfigHandlerExtra

Returns the key that represents this form.

ConfigHandlerExtra::getForm() — Method in class ConfigHandlerExtra

Creates a new instance of this form.

ConfigHandlerExtra::getFormId() — Method in class ConfigHandlerExtra

Returns a unique string identifying the form.

ConfigHandlerGroup::getFormKey() — Method in class ConfigHandlerGroup

Returns the key that represents this form.

ConfigHandlerGroup::getForm() — Method in class ConfigHandlerGroup

Creates a new instance of this form.

ConfigHandlerGroup::getFormId() — Method in class ConfigHandlerGroup

Returns a unique string identifying the form.

Display::getFormKey() — Method in class Display

Returns the key that represents this form.

Display::getFormState() — Method in class Display

Gets the form state for this form.

Display::getForm() — Method in class Display

Creates a new instance of this form.

Display::getFormId() — Method in class Display

Returns a unique string identifying the form.

EditDetails::getFormKey() — Method in class EditDetails

Returns the key that represents this form.

EditDetails::getFormId() — Method in class EditDetails

Returns a unique string identifying the form.

Rearrange::getFormKey() — Method in class Rearrange

Returns the key that represents this form.

Rearrange::getForm() — Method in class Rearrange

Creates a new instance of this form.

Rearrange::getFormId() — Method in class Rearrange

Returns a unique string identifying the form.

RearrangeFilter::getFormKey() — Method in class RearrangeFilter

Returns the key that represents this form.

RearrangeFilter::getFormId() — Method in class RearrangeFilter

Returns a unique string identifying the form.

ReorderDisplays::getFormKey() — Method in class ReorderDisplays

Returns the key that represents this form.

ReorderDisplays::getFormId() — Method in class ReorderDisplays

Returns a unique string identifying the form.

ViewsFormBase::getFormState() — Method in class ViewsFormBase

Gets the form state for this form.

ViewsFormBase::getForm() — Method in class ViewsFormBase

Creates a new instance of this form.

ViewsFormInterface::getFormKey() — Method in class ViewsFormInterface

Returns the key that represents this form.

ViewsFormInterface::getFormState() — Method in class ViewsFormInterface

Gets the form state for this form.

ViewsFormInterface::getForm() — Method in class ViewsFormInterface

Creates a new instance of this form.

BasicSettingsForm::getFormId() — Method in class BasicSettingsForm

Returns a unique string identifying the form.

BasicSettingsForm::getEditableConfigNames() — Method in class BasicSettingsForm

Gets the configuration names that will be editable.

BreakLockForm::getFormId() — Method in class BreakLockForm

Returns a unique string identifying the form.

BreakLockForm::getQuestion() — Method in class BreakLockForm

Returns the question to ask the user.

BreakLockForm::getDescription() — Method in class BreakLockForm

Returns additional text to display as a description.

BreakLockForm::getCancelUrl() — Method in class BreakLockForm

Returns the route to go to if the user cancels the action.

BreakLockForm::getConfirmText() — Method in class BreakLockForm

Returns a caption for the button that confirms the action.

ViewEditForm::getDisplayTab() — Method in class ViewEditForm

Returns a renderable array representing the edit page for one display.

ViewEditForm::getDisplayDetails() — Method in class ViewEditForm

Helper function to get the display details section of the edit UI.

ViewEditForm::getFormBucket() — Method in class ViewEditForm

Add information about a section to a display.

ViewFormBase::getDisplayTabs() — Method in class ViewFormBase

Adds tabs for navigating across Displays when editing a View.

ViewFormBase::getDisplayLabel() — Method in class ViewFormBase

Placeholder function for overriding $display['display_title'].

ViewListBuilder::getDefaultOperations() — Method in class ViewListBuilder

Gets this list's default operations.

ViewListBuilder::getDisplaysList() — Method in class ViewListBuilder

Gets a list of displays included in the view.

ViewUI::get() — Method in class ViewUI

Returns the value of a property.

ViewUI::getStandardButtons() — Method in class ViewUI

Provide a standard set of Apply/Cancel/OK buttons for the forms. Also provide a hidden op operator because the forms plugin doesn't seem to properly provide which button was clicked.

ViewUI::getOverrideValues() — Method in class ViewUI

Return the was_defaulted, is_defaulted and revert state of a form.

ViewUI::getFormProgress() — Method in class ViewUI

Get the user's current progress through the form stack.

ViewUI::getDisplay() — Method in class ViewUI

Retrieves a specific display's configuration by reference.

ViewUI::getEntityTypeId() — Method in class ViewUI

Gets the ID of the type of the entity.

ViewUI::getEntityType() — Method in class ViewUI

Gets the entity type definition.

ViewUI::getOriginalId() — Method in class ViewUI

Gets the original ID.

ViewUI::getExecutable() — Method in class ViewUI

Gets an executable instance for this view.

ViewUI::getConfigDependencyKey() — Method in class ViewUI

Gets the key that is used to store configuration dependencies.

ViewUI::getConfigDependencyName() — Method in class ViewUI

Gets the configuration dependency name.

ViewUI::getConfigTarget() — Method in class ViewUI

Gets the configuration target identifier for the entity.

ViewUI::getDependencies() — Method in class ViewUI

Gets the configuration dependencies.

ViewUI::getCacheContexts() — Method in class ViewUI

The cache contexts associated with this object.

ViewUI::getCacheTags() — Method in class ViewUI

The cache tags associated with this object.

ViewUI::getCacheMaxAge() — Method in class ViewUI

The maximum age for which this object may be cached.

ViewUI::getTypedData() — Method in class ViewUI

Gets a typed data object for this entity object.

ViewUI::getThirdPartySetting() — Method in class ViewUI

Gets the value of a third-party setting.

ViewUI::getThirdPartySettings() — Method in class ViewUI

Gets all third-party settings of a given module.

ViewUI::getThirdPartyProviders() — Method in class ViewUI

Gets the list of third parties that store information.

ViewUI::getCacheTagsToInvalidate() — Method in class ViewUI

Returns the cache tags that should be used to invalidate caches.

ViewUI::getLock() — Method in class ViewUI

Gets the lock on this View.

Workflow::getTypePlugin() — Method in class Workflow

Gets the workflow type plugin.

Workflow::getPluginCollections() — Method in class Workflow

Gets the plugin collections used by this object.

Workflow::getPluginCollection() — Method in class Workflow

Encapsulates the creation of the workflow's plugin collection.

WorkflowDeleteForm::getQuestion() — Method in class WorkflowDeleteForm

Returns the question to ask the user.

WorkflowDeleteForm::getCancelUrl() — Method in class WorkflowDeleteForm

Returns the route to go to if the user cancels the action.

WorkflowDeleteForm::getConfirmText() — Method in class WorkflowDeleteForm

Returns a caption for the button that confirms the action.

WorkflowStateAddForm::getFormId() — Method in class WorkflowStateAddForm

Returns a unique string identifying the form.

WorkflowStateDeleteForm::getFormId() — Method in class WorkflowStateDeleteForm

Returns a unique string identifying the form.

WorkflowStateDeleteForm::getQuestion() — Method in class WorkflowStateDeleteForm

Returns the question to ask the user.

WorkflowStateDeleteForm::getCancelUrl() — Method in class WorkflowStateDeleteForm

Returns the route to go to if the user cancels the action.

WorkflowStateDeleteForm::getConfirmText() — Method in class WorkflowStateDeleteForm

Returns a caption for the button that confirms the action.

WorkflowStateEditForm::getFormId() — Method in class WorkflowStateEditForm

Returns a unique string identifying the form.

WorkflowTransitionAddForm::getFormId() — Method in class WorkflowTransitionAddForm

Returns a unique string identifying the form.

WorkflowTransitionDeleteForm::getFormId() — Method in class WorkflowTransitionDeleteForm

Returns a unique string identifying the form.

WorkflowTransitionDeleteForm::getQuestion() — Method in class WorkflowTransitionDeleteForm

Returns the question to ask the user.

WorkflowTransitionDeleteForm::getCancelUrl() — Method in class WorkflowTransitionDeleteForm

Returns the route to go to if the user cancels the action.

WorkflowTransitionDeleteForm::getConfirmText() — Method in class WorkflowTransitionDeleteForm

Returns a caption for the button that confirms the action.

WorkflowTransitionEditForm::getFormId() — Method in class WorkflowTransitionEditForm

Returns a unique string identifying the form.

WorkflowTypeBase::getConfiguration() — Method in class WorkflowTypeBase

Gets this plugin's configuration.

WorkflowTypeBase::getRequiredStates() — Method in class WorkflowTypeBase

Gets the required states of workflow type.

WorkflowTypeBase::getInitialState() — Method in class WorkflowTypeBase

Gets the initial state for the workflow.

WorkflowTypeBase::getStates() — Method in class WorkflowTypeBase

Gets state objects for the provided state IDs.

WorkflowTypeBase::getState() — Method in class WorkflowTypeBase

Gets a workflow state.

WorkflowTypeBase::getTransitions() — Method in class WorkflowTypeBase

Gets transition objects for the provided transition IDs.

WorkflowTypeBase::getTransition() — Method in class WorkflowTypeBase

Gets a transition object for the provided transition ID.

WorkflowTypeBase::getTransitionsForState() — Method in class WorkflowTypeBase

Gets the transition IDs for a state for the provided direction.

WorkflowTypeBase::getTransitionFromStateToState() — Method in class WorkflowTypeBase

Gets a transition from state to state.

WorkflowTypeBase::getTransitionIdFromStateToState() — Method in class WorkflowTypeBase

Gets the transition ID from state to state.

WorkflowTypeBase::getNextWeight() — Method in class WorkflowTypeBase

Gets the weight for a new state or transition.

State::getTransitionTo() — Method in class State
State::getTransitions() — Method in class State

Gets all the possible transition objects for the state.

StateInterface::getTransitionTo() — Method in class StateInterface
StateInterface::getTransitions() — Method in class StateInterface

Gets all the possible transition objects for the state.

WorkflowInterface::getTypePlugin() — Method in class WorkflowInterface

Gets the workflow type plugin.

WorkflowListBuilder::getFormId() — Method in class WorkflowListBuilder
{@inheritdoc}
WorkflowStateTransitionOperationsAccessCheck::getOperation() — Method in class WorkflowStateTransitionOperationsAccessCheck

Get the operation that will be used for the access check.

WorkflowTypeInterface::getInitialState() — Method in class WorkflowTypeInterface

Gets the initial state for the workflow.

WorkflowTypeInterface::getRequiredStates() — Method in class WorkflowTypeInterface

Gets the required states of workflow type.

WorkflowTypeInterface::getStates() — Method in class WorkflowTypeInterface

Gets state objects for the provided state IDs.

WorkflowTypeInterface::getState() — Method in class WorkflowTypeInterface

Gets a workflow state.

WorkflowTypeInterface::getTransition() — Method in class WorkflowTypeInterface

Gets a transition object for the provided transition ID.

WorkflowTypeInterface::getTransitions() — Method in class WorkflowTypeInterface

Gets transition objects for the provided transition IDs.

WorkflowTypeInterface::getTransitionsForState() — Method in class WorkflowTypeInterface

Gets the transition IDs for a state for the provided direction.

WorkflowTypeInterface::getTransitionFromStateToState() — Method in class WorkflowTypeInterface

Gets a transition from state to state.

PgsqlQueryFactory::get() — Method in class PgsqlQueryFactory

Instantiates an entity query for a given entity type.

PgsqlQueryFactory::getAggregate() — Method in class PgsqlQueryFactory

Instantiates an aggregation query object for a given entity type.

QueryFactory::get() — Method in class QueryFactory

Instantiates an entity query for a given entity type.

QueryFactory::getAggregate() — Method in class QueryFactory

Instantiates an aggregation query object for a given entity type.

Workspace::getCreatedTime() — Method in class Workspace

Gets the workspace creation timestamp.

EntitySchemaSubscriber::getSubscribedEvents() — Method in class EntitySchemaSubscriber
{@inheritdoc}
EntitySchemaSubscriber::getWorkspaceFieldDefinition() — Method in class EntitySchemaSubscriber

Gets the base field definition for the 'workspace' revision metadata field.

WorkspaceRequestSubscriber::getSubscribedEvents() — Method in class WorkspaceRequestSubscriber
{@inheritDoc}
SwitchToLiveForm::getFormId() — Method in class SwitchToLiveForm

Returns a unique string identifying the form.

SwitchToLiveForm::getQuestion() — Method in class SwitchToLiveForm

Returns the question to ask the user.

SwitchToLiveForm::getDescription() — Method in class SwitchToLiveForm

Returns additional text to display as a description.

SwitchToLiveForm::getCancelUrl() — Method in class SwitchToLiveForm

Returns the route to go to if the user cancels the action.

WorkspaceActivateForm::getQuestion() — Method in class WorkspaceActivateForm

Returns the question to ask the user.

WorkspaceActivateForm::getDescription() — Method in class WorkspaceActivateForm

Returns additional text to display as a description.

WorkspaceActivateForm::getCancelUrl() — Method in class WorkspaceActivateForm

Returns the route to go to if the user cancels the action.

WorkspaceDeleteForm::getDescription() — Method in class WorkspaceDeleteForm

Returns additional text to display as a description.

WorkspaceForm::getEditedFieldNames() — Method in class WorkspaceForm

Gets the names of all fields edited in the form.

WorkspaceMergeForm::getFormId() — Method in class WorkspaceMergeForm

Returns a unique string identifying the form.

WorkspaceMergeForm::getQuestion() — Method in class WorkspaceMergeForm

Returns the question to ask the user.

WorkspaceMergeForm::getDescription() — Method in class WorkspaceMergeForm

Returns additional text to display as a description.

WorkspaceMergeForm::getCancelUrl() — Method in class WorkspaceMergeForm

Returns the route to go to if the user cancels the action.

WorkspacePublishForm::getFormId() — Method in class WorkspacePublishForm

Returns a unique string identifying the form.

WorkspacePublishForm::getQuestion() — Method in class WorkspacePublishForm

Returns the question to ask the user.

WorkspacePublishForm::getDescription() — Method in class WorkspacePublishForm

Returns additional text to display as a description.

WorkspacePublishForm::getCancelUrl() — Method in class WorkspacePublishForm

Returns the route to go to if the user cancels the action.

WorkspaceSwitcherForm::getFormId() — Method in class WorkspaceSwitcherForm

Returns a unique string identifying the form.

QueryParameterWorkspaceNegotiator::getActiveWorkspace() — Method in class QueryParameterWorkspaceNegotiator

Gets the negotiated workspace, if any.

SessionWorkspaceNegotiator::getActiveWorkspace() — Method in class SessionWorkspaceNegotiator

Gets the negotiated workspace, if any.

WorkspaceNegotiatorInterface::getActiveWorkspace() — Method in class WorkspaceNegotiatorInterface

Gets the negotiated workspace, if any.

WorkspaceSelection::getReferenceableEntities() — Method in class WorkspaceSelection

Gets the list of referenceable entities.

ViewsQueryAlter::getRevisionTableJoin() — Method in class ViewsQueryAlter

Fetches a join for a revision table using the workspace_association table.

WorkspaceAssociation::getTrackedEntities() — Method in class WorkspaceAssociation

Retrieves the entities tracked by a given workspace.

WorkspaceAssociation::getAssociatedRevisions() — Method in class WorkspaceAssociation

Retrieves all content revisions tracked by a given workspace.

WorkspaceAssociation::getEntityTrackingWorkspaceIds() — Method in class WorkspaceAssociation

Gets a list of workspace IDs in which an entity is tracked.

WorkspaceAssociationInterface::getTrackedEntities() — Method in class WorkspaceAssociationInterface

Retrieves the entities tracked by a given workspace.

WorkspaceAssociationInterface::getAssociatedRevisions() — Method in class WorkspaceAssociationInterface

Retrieves all content revisions tracked by a given workspace.

WorkspaceAssociationInterface::getEntityTrackingWorkspaceIds() — Method in class WorkspaceAssociationInterface

Gets a list of workspace IDs in which an entity is tracked.

WorkspaceCacheContext::getLabel() — Method in class WorkspaceCacheContext

Returns the label of the cache context.

WorkspaceCacheContext::getContext() — Method in class WorkspaceCacheContext

Returns the string representation of the cache context.

WorkspaceCacheContext::getCacheableMetadata() — Method in class WorkspaceCacheContext

Gets the cacheability metadata for the context.

WorkspaceInterface::getCreatedTime() — Method in class WorkspaceInterface

Gets the workspace creation timestamp.

WorkspaceListBuilder::getDefaultOperations() — Method in class WorkspaceListBuilder

Gets this list's default operations.

WorkspaceManager::getSupportedEntityTypes() — Method in class WorkspaceManager

Returns an array of entity types that can belong to workspaces.

WorkspaceManager::getActiveWorkspace() — Method in class WorkspaceManager

Gets the active workspace.

WorkspaceManagerInterface::getSupportedEntityTypes() — Method in class WorkspaceManagerInterface

Returns an array of entity types that can belong to workspaces.

WorkspaceManagerInterface::getActiveWorkspace() — Method in class WorkspaceManagerInterface

Gets the active workspace.

WorkspaceMerger::getSourceLabel() — Method in class WorkspaceMerger

Returns the human-readable label of the source.

WorkspaceMerger::getTargetLabel() — Method in class WorkspaceMerger

Returns the human-readable label of the target.

WorkspaceMerger::getDifferringRevisionIdsOnTarget() — Method in class WorkspaceMerger

Gets the revision identifiers for items which have changed on the target.

WorkspaceMerger::getDifferringRevisionIdsOnSource() — Method in class WorkspaceMerger

Gets the revision identifiers for items which have changed on the source.

WorkspaceMerger::getNumberOfChangesOnTarget() — Method in class WorkspaceMerger

Gets the total number of items which have changed on the target.

WorkspaceMerger::getNumberOfChangesOnSource() — Method in class WorkspaceMerger

Gets the total number of items which have changed on the source.

WorkspaceOperationFactory::getPublisher() — Method in class WorkspaceOperationFactory

Gets the workspace publisher.

WorkspaceOperationFactory::getMerger() — Method in class WorkspaceOperationFactory

Gets the workspace merger.

WorkspaceOperationInterface::getSourceLabel() — Method in class WorkspaceOperationInterface

Returns the human-readable label of the source.

WorkspaceOperationInterface::getTargetLabel() — Method in class WorkspaceOperationInterface

Returns the human-readable label of the target.

WorkspaceOperationInterface::getDifferringRevisionIdsOnTarget() — Method in class WorkspaceOperationInterface

Gets the revision identifiers for items which have changed on the target.

WorkspaceOperationInterface::getDifferringRevisionIdsOnSource() — Method in class WorkspaceOperationInterface

Gets the revision identifiers for items which have changed on the source.

WorkspaceOperationInterface::getNumberOfChangesOnTarget() — Method in class WorkspaceOperationInterface

Gets the total number of items which have changed on the target.

WorkspaceOperationInterface::getNumberOfChangesOnSource() — Method in class WorkspaceOperationInterface

Gets the total number of items which have changed on the source.

WorkspacePublisher::getSourceLabel() — Method in class WorkspacePublisher

Returns the human-readable label of the source.

WorkspacePublisher::getTargetLabel() — Method in class WorkspacePublisher

Returns the human-readable label of the target.

WorkspacePublisher::getDifferringRevisionIdsOnTarget() — Method in class WorkspacePublisher

Gets the revision identifiers for items which have changed on the target.

WorkspacePublisher::getDifferringRevisionIdsOnSource() — Method in class WorkspacePublisher

Gets the revision identifiers for items which have changed on the source.

WorkspacePublisher::getNumberOfChangesOnTarget() — Method in class WorkspacePublisher

Gets the total number of items which have changed on the target.

WorkspacePublisher::getNumberOfChangesOnSource() — Method in class WorkspacePublisher

Gets the total number of items which have changed on the source.

WorkspaceRepository::getDescendantsAndSelf() — Method in class WorkspaceRepository

Returns the descendant IDs of the passed-in workspace, including itself.

WorkspaceRepositoryInterface::getDescendantsAndSelf() — Method in class WorkspaceRepositoryInterface

Returns the descendant IDs of the passed-in workspace, including itself.

WorkspacesAliasRepository::getBaseQuery() — Method in class WorkspacesAliasRepository

Returns a SELECT query for the path_alias base table.

H

Drupal::hasContainer() — Method in class Drupal

Returns TRUE if the container has been initialized, FALSE otherwise.

Drupal::hasService() — Method in class Drupal

Indicates if a service is defined in the container.

Drupal::hasRequest() — Method in class Drupal

Indicates if there is a currently active request object.

Drupal::httpClient() — Method in class Drupal

Returns the default http client.

StaticReflectionClass::hasConstant() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::hasMethod() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::hasProperty() — Method in class StaticReflectionClass
{@inheritDoc}
HandleClass in namespace Drupal\Component\Assertion

Handler for runtime assertion failures.

ZfExtensionManagerSfContainer::has() — Method in class ZfExtensionManagerSfContainer
{@inheritdoc}
DateTimePlus::hasErrors() — Method in class DateTimePlus

Detects if there were errors in the processing of this date.

Container::has() — Method in class Container
{@inheritdoc}
Container::hasParameter() — Method in class Container
{@inheritdoc}
HWLDFWordAccumulatorClass in namespace Drupal\Component\Diff\Engine
ContainerAwareEventDispatcher::hasListeners() — Method in class ContainerAwareEventDispatcher
{@inheritdoc}
FileSecurity::htaccessLines() — Method in class FileSecurity

Returns the standard .htaccess lines that Drupal writes.

FileSecurity::htaccessPreventExecution() — Method in class FileSecurity

Returns htaccess directives to deny execution in a given directory.

$ PoStreamReader#headerProperty in class PoStreamReader

The PO stream header.

$ PoStreamWriter#headerProperty in class PoStreamWriter

The Gettext PO header.

Context::hasContextValue() — Method in class Context

Returns whether the context has a value.

ContextInterface::hasContextValue() — Method in class ContextInterface

Returns whether the context has a value.

ContextAwarePluginDefinitionInterface::hasContextDefinition() — Method in class ContextAwarePluginDefinitionInterface

Checks if the plugin defines a particular context.

ContextAwarePluginDefinitionTrait::hasContextDefinition() — Method in class ContextAwarePluginDefinitionTrait

Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::hasContextDefinition().

DiscoveryInterface::hasDefinition() — Method in class DiscoveryInterface

Indicates if a specific plugin definition exists.

DiscoveryTrait::hasDefinition() — Method in class DiscoveryTrait
{@inheritdoc}
LazyPluginCollection::has() — Method in class LazyPluginCollection

Determines if a plugin instance exists.

PluginManagerBase::handlePluginNotFound() — Method in class PluginManagerBase

Allows plugin managers to specify custom behavior if a plugin is not found.

HtmlEscapedTextClass in namespace Drupal\Component\Render

Escapes HTML syntax characters to HTML entities for display in markup.

ArgumentsResolver::handleUnresolvedArgument() — Method in class ArgumentsResolver

Handles unresolved arguments for getArgument().

Color::hexToRgb() — Method in class Color

Parses a hexadecimal color string like '#abc' or '#aabbcc'.

Crypt::hmacBase64() — Method in class Crypt

Calculates a base-64 encoded, URL-safe sha-256 hmac.

Crypt::hashBase64() — Method in class Crypt

Calculates a base-64 encoded, URL-safe sha-256 hash.

HtmlClass in namespace Drupal\Component\Utility

Provides DOMDocument helpers for parsing and serializing HTML strings.

$ Rectangle#heightProperty in class Rectangle

The height of the rectangle.

$ Xss#htmlTagsProperty in class Xss

The default list of HTML tags allowed by filter().

HandlerClass in namespace Drupal\Composer\Plugin\Scaffold

Core class of the plugin.

OperationData::hasPath() — Method in class OperationData

Checks if path exists

OperationData::hasPrepend() — Method in class OperationData

Checks if prepend path exists.

OperationData::hasAppend() — Method in class OperationData

Checks if append path exists.

OperationData::hasDefault() — Method in class OperationData

Checks if default path exists.

OperationFactory::hasContent() — Method in class OperationFactory

Checks to see if the specified scaffold file exists and has content.

$ Plugin#handlerProperty in class Plugin

The Composer Scaffold handler.

Plugin::handler() — Method in class Plugin

Lazy-instantiate the handler object. It is dangerous to update a Composer plugin if it loads any classes prior to the composer update operation, and later tries to use them in a post-update hook.

ScaffoldFileInfo::hasChanged() — Method in class ScaffoldFileInfo

Returns TRUE if the target does not exist or has changed.

ScaffoldOptions::hasOptions() — Method in class ScaffoldOptions

Determines if the provided 'extras' section has scaffold options.

ScaffoldOptions::hasAllowedPackages() — Method in class ScaffoldOptions

Determines whether any allowed packages were defined.

ScaffoldOptions::hasLocation() — Method in class ScaffoldOptions

Determines whether a given named location is defined.

ScaffoldOptions::hasFileMapping() — Method in class ScaffoldOptions

Determines if there are file mappings.

ScaffoldOptions::hasGitIgnore() — Method in class ScaffoldOptions

Determines if there is defined a value for the 'gitignore' option.

FileSecurity::htaccessLines() — Method in class FileSecurity

Returns the standard .htaccess lines that Drupal writes.

FileSecurity::htaccessPreventExecution() — Method in class FileSecurity

Returns htaccess directives to deny execution in a given directory.

HtmlCommandClass in namespace Drupal\Core\Ajax

AJAX command for calling the jQuery html() method.

BlockManager::handlePluginNotFound() — Method in class BlockManager

Allows plugin managers to specify custom behavior if a plugin is not found.

CacheCollector::has() — Method in class CacheCollector

Returns whether data exists for this key.

CacheCollectorInterface::has() — Method in class CacheCollectorInterface

Returns whether data exists for this key.

HeadersCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the HeadersCacheContext service, for "per header" caching.

Config::hasOverrides() — Method in class Config

Determines if overrides are applied to a key for this configuration object.

ConfigImporter::hasUnprocessedConfigurationChanges() — Method in class ConfigImporter

Checks if there are any unprocessed configuration changes.

ConfigEntityBase::hasTrustedData() — Method in class ConfigEntityBase

Gets whether on not the data is trusted.

ConfigEntityDependency::hasDependency() — Method in class ConfigEntityDependency

Determines if the entity is dependent on extensions or entities.

ConfigEntityInterface::hasTrustedData() — Method in class ConfigEntityInterface

Gets whether on not the data is trusted.

ConfigEntityStorage::has() — Method in class ConfigEntityStorage

Determines if this entity already exists in storage.

ConfigEntityStorage::hasData() — Method in class ConfigEntityStorage

Determines if the storage contains any data.

StorageComparer::hasChanges() — Method in class StorageComparer

Checks if there are any operations with changes to process.

StorageComparerInterface::hasChanges() — Method in class StorageComparerInterface

Checks if there are any operations with changes to process.

TypedConfigManager::hasConfigSchema() — Method in class TypedConfigManager

Checks if the configuration schema with the given config name exists.

TypedConfigManagerInterface::hasConfigSchema() — Method in class TypedConfigManagerInterface

Checks if the configuration schema with the given config name exists.

$ Psr7RequestValueResolver#httpMessageFactoryProperty in class Psr7RequestValueResolver

The PSR-7 converter.

$ ControllerResolver#httpMessageFactoryProperty in class ControllerResolver

The PSR-7 converter.

HtmlFormControllerClass in namespace Drupal\Core\Controller

Wrapping controller for forms that serve as the main page body.

ExceptionHandler::handleStatementException() — Method in class ExceptionHandler

Handles exceptions thrown during the preparation of statement objects.

ExceptionHandler::handleExecutionException() — Method in class ExceptionHandler

Handles exceptions thrown during execution of statement objects.

Tasks::hasPdoDriver() — Method in class Tasks

Ensure the PDO driver is supported by the version of PHP in use.

AlterableInterface::hasTag() — Method in class AlterableInterface

Determines if a given query has a given tag.

AlterableInterface::hasAllTags() — Method in class AlterableInterface

Determines if a given query has all specified tags.

AlterableInterface::hasAnyTag() — Method in class AlterableInterface

Determines if a given query has any specified tag.

$ Select#havingProperty in class Select

The conditional object for the HAVING clause.

Select::hasTag() — Method in class Select

Determines if a given query has a given tag.

Select::hasAllTags() — Method in class Select

Determines if a given query has all specified tags.

Select::hasAnyTag() — Method in class Select

Determines if a given query has any specified tag.

Select::havingCondition() — Method in class Select

Helper function to build most common HAVING conditional clauses.

Select::havingConditions() — Method in class Select

Gets a list of all conditions in the HAVING clause.

Select::havingArguments() — Method in class Select

Gets a list of all values to insert into the HAVING clause.

Select::having() — Method in class Select

Adds an arbitrary HAVING clause to the query.

Select::havingCompile() — Method in class Select

Compiles the HAVING clause for later retrieval.

Select::havingIsNull() — Method in class Select

Sets a condition in the HAVING clause that the specified field be NULL.

Select::havingIsNotNull() — Method in class Select

Sets a condition in the HAVING clause that the specified field be NOT NULL.

Select::havingExists() — Method in class Select

Sets a HAVING condition that the specified subquery returns values.

Select::havingNotExists() — Method in class Select

Sets a HAVING condition that the specified subquery returns no values.

SelectExtender::hasTag() — Method in class SelectExtender

Determines if a given query has a given tag.

SelectExtender::hasAllTags() — Method in class SelectExtender

Determines if a given query has all specified tags.

SelectExtender::hasAnyTag() — Method in class SelectExtender

Determines if a given query has any specified tag.

SelectExtender::havingCondition() — Method in class SelectExtender

Helper function to build most common HAVING conditional clauses.

SelectExtender::havingConditions() — Method in class SelectExtender

Gets a list of all conditions in the HAVING clause.

SelectExtender::havingArguments() — Method in class SelectExtender

Gets a list of all values to insert into the HAVING clause.

SelectExtender::having() — Method in class SelectExtender

Adds an arbitrary HAVING clause to the query.

SelectExtender::havingCompile() — Method in class SelectExtender

Compiles the HAVING clause for later retrieval.

SelectExtender::havingIsNull() — Method in class SelectExtender

Sets a condition in the HAVING clause that the specified field be NULL.

SelectExtender::havingIsNotNull() — Method in class SelectExtender

Sets a condition in the HAVING clause that the specified field be NOT NULL.

SelectExtender::havingExists() — Method in class SelectExtender

Sets a HAVING condition that the specified subquery returns values.

SelectExtender::havingNotExists() — Method in class SelectExtender

Sets a HAVING condition that the specified subquery returns no values.

SelectInterface::havingCondition() — Method in class SelectInterface

Helper function to build most common HAVING conditional clauses.

SelectInterface::havingConditions() — Method in class SelectInterface

Gets a list of all conditions in the HAVING clause.

SelectInterface::havingArguments() — Method in class SelectInterface

Gets a list of all values to insert into the HAVING clause.

SelectInterface::having() — Method in class SelectInterface

Adds an arbitrary HAVING clause to the query.

SelectInterface::havingCompile() — Method in class SelectInterface

Compiles the HAVING clause for later retrieval.

SelectInterface::havingIsNull() — Method in class SelectInterface

Sets a condition in the HAVING clause that the specified field be NULL.

SelectInterface::havingIsNotNull() — Method in class SelectInterface

Sets a condition in the HAVING clause that the specified field be NOT NULL.

SelectInterface::havingExists() — Method in class SelectInterface

Sets a HAVING condition that the specified subquery returns values.

SelectInterface::havingNotExists() — Method in class SelectInterface

Sets a HAVING condition that the specified subquery returns no values.

DateHelper::hours() — Method in class DateHelper

Constructs an array of hours.

DrupalKernel::handle() — Method in class DrupalKernel
{@inheritdoc}
DrupalKernel::handleException() — Method in class DrupalKernel

Converts an exception into a response.

ContentEntityBase::hasField() — Method in class ContentEntityBase

Determines whether the entity has a field with the given name.

ContentEntityBase::hasTranslation() — Method in class ContentEntityBase

Checks there is a translation for the given language code.

ContentEntityBase::hasTranslationChanges() — Method in class ContentEntityBase

Determines if the current translation of the entity has unsaved changes.

ContentEntityNullStorage::has() — Method in class ContentEntityNullStorage

Determines if this entity already exists in storage.

ContentEntityNullStorage::hasData() — Method in class ContentEntityNullStorage

Determines if the storage contains any data.

ContentEntityStorageBase::hasFieldValueChanged() — Method in class ContentEntityStorageBase

Checks whether the field values changed compared to the original entity.

ContentEntityType::hasRevisionMetadataKey() — Method in class ContentEntityType

Indicates if a given entity revision metadata key exists.

ContentEntityTypeInterface::hasRevisionMetadataKey() — Method in class ContentEntityTypeInterface

Indicates if a given entity revision metadata key exists.

EntityBase::hasLinkTemplate() — Method in class EntityBase

Indicates if a link template exists for a given key.

$ EntityDisplayBase#hiddenProperty in class EntityDisplayBase

List of components that are set to be hidden.

EntityInterface::hasLinkTemplate() — Method in class EntityInterface

Indicates if a link template exists for a given key.

EntityStorageBase::has() — Method in class EntityStorageBase

Determines if this entity already exists in storage.

EntityStorageBase::hasData() — Method in class EntityStorageBase

Determines if the storage contains any data.

EntityStorageInterface::hasData() — Method in class EntityStorageInterface

Determines if the storage contains any data.

$ EntityType#handlersProperty in class EntityType

An array of handlers.

EntityType::hasKey() — Method in class EntityType

Indicates if a given entity key exists.

EntityType::hasHandlerClass() — Method in class EntityType

Determines if there is a handler for a given type.

EntityType::hasFormClasses() — Method in class EntityType

Indicates if this entity type has any forms.

EntityType::hasRouteProviders() — Method in class EntityType

Indicates if this entity type has any route provider.

EntityType::hasListBuilderClass() — Method in class EntityType

Indicates if this entity type has a list class.

EntityType::hasViewBuilderClass() — Method in class EntityType

Indicates if this entity type has a view builder.

EntityType::hasLinkTemplate() — Method in class EntityType

Indicates if a link template exists for a given key.

EntityTypeInterface::hasKey() — Method in class EntityTypeInterface

Indicates if a given entity key exists.

EntityTypeInterface::hasHandlerClass() — Method in class EntityTypeInterface

Determines if there is a handler for a given type.

EntityTypeInterface::hasFormClasses() — Method in class EntityTypeInterface

Indicates if this entity type has any forms.

EntityTypeInterface::hasRouteProviders() — Method in class EntityTypeInterface

Indicates if this entity type has any route provider.

EntityTypeInterface::hasListBuilderClass() — Method in class EntityTypeInterface

Indicates if this entity type has a list class.

EntityTypeInterface::hasViewBuilderClass() — Method in class EntityTypeInterface

Indicates if this entity type has a view builder.

EntityTypeInterface::hasLinkTemplate() — Method in class EntityTypeInterface

Indicates if a link template exists for a given key.

$ EntityTypeManager#handlersProperty in class EntityTypeManager

Contains instantiated handlers keyed by handler type and entity type.

EntityTypeManager::hasHandler() — Method in class EntityTypeManager

Checks whether a certain entity type has a certain handler.

EntityTypeManagerInterface::hasHandler() — Method in class EntityTypeManagerInterface

Checks whether a certain entity type has a certain handler.

FieldableEntityInterface::hasField() — Method in class FieldableEntityInterface

Determines whether the entity has a field with the given name.

HtmlEntityFormControllerClass in namespace Drupal\Core\Entity

Wrapping controller for entity forms that serve as the main page body.

KeyValueContentEntityStorage::hasStoredTranslations() — Method in class KeyValueContentEntityStorage
{@inheritdoc}
KeyValueEntityStorage::has() — Method in class KeyValueEntityStorage

Determines if this entity already exists in storage.

KeyValueEntityStorage::hasData() — Method in class KeyValueEntityStorage

Determines if the storage contains any data.

EntityUntranslatableFieldsConstraintValidator::hasUntranslatableFieldsChanges() — Method in class EntityUntranslatableFieldsConstraintValidator

Checks whether an entity has untranslatable field changes.

QueryBase::hasTag() — Method in class QueryBase

Determines if a given query has a given tag.

QueryBase::hasAllTags() — Method in class QueryBase

Determines if a given query has all specified tags.

QueryBase::hasAnyTag() — Method in class QueryBase

Determines if a given query has any specified tag.

SqlContentEntityStorage::has() — Method in class SqlContentEntityStorage

Determines if this entity already exists in storage.

SqlContentEntityStorageSchema::hasSharedTableStructureChange() — Method in class SqlContentEntityStorageSchema

Detects whether there is a change in the shared table structure.

SqlContentEntityStorageSchema::hasSharedTableNameChanges() — Method in class SqlContentEntityStorageSchema

Detects whether any table name got renamed in an entity type update.

SqlContentEntityStorageSchema::handleEntityTypeSchemaUpdateExceptionOnDataCopy() — Method in class SqlContentEntityStorageSchema
{@inheritdoc}
SqlContentEntityStorageSchema::hasNullFieldPropertyData() — Method in class SqlContentEntityStorageSchema

Checks whether a field property has NULL values.

SqlContentEntityStorageSchema::hasColumnChanges() — Method in class SqlContentEntityStorageSchema

Compares schemas to check for changes in the column definitions.

SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy() — Method in class SqlFieldableEntityTypeListenerTrait

Handles the case when an error occurs during the data copying step.

TranslatableInterface::hasTranslationChanges() — Method in class TranslatableInterface

Determines if the current translation of the entity has unsaved changes.

$ DefaultExceptionHtmlSubscriber#httpKernelProperty in class DefaultExceptionHtmlSubscriber

The HTTP kernel.

$ Fast404ExceptionHtmlSubscriber#httpKernelProperty in class Fast404ExceptionHtmlSubscriber

The HTTP kernel.

HtmlResponsePlaceholderStrategySubscriberClass in namespace Drupal\Core\EventSubscriber

HTML response subscriber to allow for different placeholder strategies.

HtmlResponseSubscriberClass in namespace Drupal\Core\EventSubscriber

Response subscriber to handle HTML responses.

$ HtmlResponseSubscriber#htmlResponseAttachmentsProcessorProperty in class HtmlResponseSubscriber

The HTML response attachments processor service.

HttpExceptionSubscriberBaseClass in namespace Drupal\Core\EventSubscriber

Utility base class for exception subscribers.

$ PsrResponseSubscriber#httpFoundationFactoryProperty in class PsrResponseSubscriber

The httpFoundation factory.

$ ModuleHandler#hookInfoProperty in class ModuleHandler

Information returned by hook_hook_info() implementations.

ThemeHandler::hasUi() — Method in class ThemeHandler

Determines if a theme should be shown in the user interface.

ThemeHandlerInterface::hasUi() — Method in class ThemeHandlerInterface

Determines if a theme should be shown in the user interface.

BaseFieldDefinition::hasCustomStorage() — Method in class BaseFieldDefinition

Returns the storage behavior for this field.

ChangedFieldItemList::hasAffectingChanges() — Method in class ChangedFieldItemList

Determines whether the field has relevant changes.

FieldItemList::hasAffectingChanges() — Method in class FieldItemList

Determines whether the field has relevant changes.

FieldItemListInterface::hasAffectingChanges() — Method in class FieldItemListInterface

Determines whether the field has relevant changes.

FieldStorageDefinitionInterface::hasCustomStorage() — Method in class FieldStorageDefinitionInterface

Returns the storage behavior for this field.

EntityReferenceItem::hasNewEntity() — Method in class EntityReferenceItem

Determines whether the item holds an unsaved entity.

WidgetBase::handlesMultipleValues() — Method in class WidgetBase

Returns whether the widget handles multiple values.

$ FileTransfer#hostnameProperty in class FileTransfer

The hostname for this file transfer.

HtaccessWriterClass in namespace Drupal\Core\File

Provides functions to manage Apache .htaccess files.

HtaccessWriterInterfaceClass in namespace Drupal\Core\File

Interface for managing Apache .htaccess files.

FormBuilder::handleInputElement() — Method in class FormBuilder

Adds the #name and #value properties of an input element before rendering.

FormErrorHandler::handleFormErrors() — Method in class FormErrorHandler

Handles form errors after form validation.

FormErrorHandlerInterface::handleFormErrors() — Method in class FormErrorHandlerInterface

Handles form errors after form validation.

$ FormState#has_file_elementProperty in class FormState

If TRUE, there is a file element and Form API will set the appropriate 'enctype' HTML attribute on the form.

FormState::hasFileElement() — Method in class FormState

Returns whether this form has a file element.

FormState::hasTemporaryValue() — Method in class FormState

Determines if a temporary value is present.

FormState::has() — Method in class FormState

Determines if an arbitrary property is present.

FormState::hasAnyErrors() — Method in class FormState

Determines if any forms have any errors.

FormState::hasInvalidToken() — Method in class FormState

Determines if the form has an invalid token.

FormStateDecoratorBase::hasFileElement() — Method in class FormStateDecoratorBase

Returns whether this form has a file element.

FormStateDecoratorBase::hasTemporaryValue() — Method in class FormStateDecoratorBase

Determines if a temporary value is present.

FormStateDecoratorBase::has() — Method in class FormStateDecoratorBase

Determines if an arbitrary property is present.

FormStateDecoratorBase::hasValue() — Method in class FormStateDecoratorBase

Determines if a specific key is present in the submitted form values.

FormStateDecoratorBase::hasAnyErrors() — Method in class FormStateDecoratorBase

Determines if any forms have any errors.

FormStateDecoratorBase::hasInvalidToken() — Method in class FormStateDecoratorBase

Determines if the form has an invalid token.

FormStateInterface::has() — Method in class FormStateInterface

Determines if an arbitrary property is present.

FormStateInterface::hasValue() — Method in class FormStateInterface

Determines if a specific key is present in the submitted form values.

FormStateInterface::hasAnyErrors() — Method in class FormStateInterface

Determines if any forms have any errors.

FormStateInterface::hasInvalidToken() — Method in class FormStateInterface

Determines if the form has an invalid token.

FormStateInterface::hasFileElement() — Method in class FormStateInterface

Returns whether this form has a file element.

FormStateInterface::hasTemporaryValue() — Method in class FormStateInterface

Determines if a temporary value is present.

FormStateValuesTrait::hasValue() — Method in class FormStateValuesTrait

Implements \Drupal\Core\Form\FormStateInterface::hasValue()

FormValidator::handleErrorsWithLimitedValidation() — Method in class FormValidator

Handles validation errors for forms with limited validation.

HandlerStackConfiguratorClass in namespace Drupal\Core\Http

Defines a class for configuring middlewares on the http handler stack.

$ TrustedHostsRequestFactory#hostProperty in class TrustedHostsRequestFactory

The host of the main request.

DatabaseStorage::has() — Method in class DatabaseStorage

Returns whether a given key exists in the store.

DatabaseStorageExpirable::has() — Method in class DatabaseStorageExpirable

Returns whether a given key exists in the store.

KeyValueStoreInterface::has() — Method in class KeyValueStoreInterface

Returns whether a given key exists in the store.

MemoryStorage::has() — Method in class MemoryStorage

Returns whether a given key exists in the store.

NullStorageExpirable::has() — Method in class NullStorageExpirable

Returns whether a given key exists in the store.

$ SvgIconBuilder#heightProperty in class SvgIconBuilder

The height of the SVG.

MailFormatHelper::htmlToText() — Method in class MailFormatHelper

Transforms an HTML string into plain text, preserving its structure.

MailFormatHelper::htmlToMailUrls() — Method in class MailFormatHelper

Keeps track of URLs and replaces them with placeholder tokens.

MailFormatHelper::htmlToTextClean() — Method in class MailFormatHelper

Replaces non-quotation markers from a piece of indentation with spaces.

MailFormatHelper::htmlToTextPad() — Method in class MailFormatHelper

Pads the last line with the given character.

MenuLinkManager::hasDefinition() — Method in class MenuLinkManager

Indicates if a specific plugin definition exists.

$ MenuLinkTreeElement#hasChildrenProperty in class MenuLinkTreeElement

Whether this link has any children at all.

PasswordInterface::hash() — Method in class PasswordInterface

Hash a password using a secure hash.

PhpassHashedPassword::hash() — Method in class PhpassHashedPassword

Hash a password using a secure hash.

Context::hasContextValue() — Method in class Context

Returns whether the context has a value.

HookDiscoveryClass in namespace Drupal\Core\Plugin\Discovery

Provides a hook-based plugin discovery class.

$ HookDiscovery#hookProperty in class HookDiscovery

The name of the hook that will be implemented by this discovery instance.

$ InfoHookDecorator#hookProperty in class InfoHookDecorator

The name of the info hook that will be implemented by this discovery instance.

PluginWithFormsInterface::hasFormClass() — Method in class PluginWithFormsInterface

Gets whether the plugin has a form class for the given operation.

PluginWithFormsTrait::hasFormClass() — Method in class PluginWithFormsTrait

Implements \Drupal\Core\Plugin\PluginWithFormsInterface::hasFormClass().

$ BareHtmlPageRenderer#htmlResponseAttachmentsProcessorProperty in class BareHtmlPageRenderer

The HTML response attachments processor service.

HiddenClass in namespace Drupal\Core\Render\Element

Provides a form element for an HTML 'hidden' input element.

HtmlClass in namespace Drupal\Core\Render\Element

Provides a render element for an entire HTML page: plus its children.

HtmlTagClass in namespace Drupal\Core\Render\Element

Provides a render element for any HTML tag, with properties and value.

HtmlResponseClass in namespace Drupal\Core\Render

Response that contains and can expose cacheability metadata and attachments.

HtmlResponseAttachmentsProcessorClass in namespace Drupal\Core\Render

Processes attachments of HTML responses.

HtmlRendererClass in namespace Drupal\Core\Render\MainContent

Default main content renderer for HTML requests.

Renderer::hasRenderContext() — Method in class Renderer

Checks whether a render context is active.

RendererInterface::hasRenderContext() — Method in class RendererInterface

Checks whether a render context is active.

RouteProviderLazyBuilder::hasRebuilt() — Method in class RouteProviderLazyBuilder

Determines if the router has been rebuilt.

AccountInterface::hasPermission() — Method in class AccountInterface

Checks whether a user has a certain permission.

AccountProxy::hasPermission() — Method in class AccountProxy

Checks whether a user has a certain permission.

PermissionsHashGenerator::hash() — Method in class PermissionsHashGenerator

Hashes the given string.

SessionConfiguration::hasSession() — Method in class SessionConfiguration

Determines whether a session identifier is on the request.

SessionConfigurationInterface::hasSession() — Method in class SessionConfigurationInterface

Determines whether a session identifier is on the request.

UserSession::hasPermission() — Method in class UserSession

Checks whether a user has a certain permission.

$ KernelPreHandle#httpKernelProperty in class KernelPreHandle

The wrapped HTTP kernel.

KernelPreHandle::handle() — Method in class KernelPreHandle
{@inheritdoc}
NegotiationMiddleware::handle() — Method in class NegotiationMiddleware
{@inheritdoc}
$ ReverseProxyMiddleware#httpKernelProperty in class ReverseProxyMiddleware

The decorated kernel.

ReverseProxyMiddleware::handle() — Method in class ReverseProxyMiddleware
{@inheritdoc}
$ Session#httpKernelProperty in class Session

The wrapped HTTP kernel.

Session::handle() — Method in class Session
{@inheritdoc}
$ LocalStream#handleProperty in class LocalStream

A generic resource handle.

$ ReadOnlyStream#handleProperty in class ReadOnlyStream

A generic resource handle.

Attribute::hasAttribute() — Method in class Attribute

Checks if the storage has an attribute with the given name.

Attribute::hasClass() — Method in class Attribute

Checks if the class array has the given CSS class.

ThemeManager::hasActiveTheme() — Method in class ThemeManager

Determines whether there is an active theme.

ThemeManagerInterface::hasActiveTheme() — Method in class ThemeManagerInterface

Determines whether there is an active theme.

$ BinaryData#handleProperty in class BinaryData

A generic file resource handle.

TranslatableInterface::hasTranslation() — Method in class TranslatableInterface

Checks there is a translation for the given language code.

RecursiveValidator::hasMetadataFor() — Method in class RecursiveValidator
{@inheritdoc}
UpdateKernel::handle() — Method in class UpdateKernel
{@inheritdoc}
UpdateKernel::handleRaw() — Method in class UpdateKernel

Generates the actual result of update.php.

UpdateKernel::handleAccess() — Method in class UpdateKernel

Checks if the current user has rights to access updates page.

TableSort::header() — Method in class TableSort

Formats a column header.

ThemeRegistry::has() — Method in class ThemeRegistry

Returns whether data exists for this key.

$ ActionListBuilder#hasConfigurableActionsProperty in class ActionListBuilder
$ OpmlFeedAdd#httpClientProperty in class OpmlFeedAdd

The HTTP client to fetch the feed data with.

$ DefaultFetcher#httpClientFactoryProperty in class DefaultFetcher

The HTTP client to fetch the feed data with.

$ BanMiddleware#httpKernelProperty in class BanMiddleware

The decorated kernel.

BanMiddleware::handle() — Method in class BanMiddleware
{@inheritdoc}
HtmlResponseBigPipeSubscriberClass in namespace Drupal\big_pipe\EventSubscriber

Response subscriber to replace the HtmlResponse with a BigPipeResponse.

$ BigPipe#httpKernelProperty in class BigPipe

The HTTP kernel.

$ BigPipeResponseAttachmentsProcessor#htmlResponseAttachmentsProcessorProperty in class BigPipeResponseAttachmentsProcessor

The HTML response attachments processor service.

BookOutlineStorage::hasBooks() — Method in class BookOutlineStorage

Checks if there are any books.

BookOutlineStorageInterface::hasBooks() — Method in class BookOutlineStorageInterface

Checks if there are any books.

BookUninstallValidator::hasBookOutlines() — Method in class BookUninstallValidator

Checks if there are any books in an outline.

BookUninstallValidator::hasBookNodes() — Method in class BookUninstallValidator

Determines if there is any book nodes or not.

CKEditor5MediaController::hasImageField() — Method in class CKEditor5MediaController

Check if the media type of the entity has a image field.

HTMLRestrictionsUtilitiesClass in namespace Drupal\ckeditor5

Utilities for interacting with HTML restrictions.

CKEditor5PluginDefinition::hasConditions() — Method in class CKEditor5PluginDefinition

Whether this plugin has conditions.

CKEditor5PluginDefinition::hasToolbarItems() — Method in class CKEditor5PluginDefinition

Whether this plugin has toolbar items.

CKEditor5PluginDefinition::hasLibrary() — Method in class CKEditor5PluginDefinition

Whether this plugin has an asset library to load.

CKEditor5PluginDefinition::hasAdminLibrary() — Method in class CKEditor5PluginDefinition

Whether this plugin has an asset library to load on the admin UI.

CKEditor5PluginDefinition::hasElements() — Method in class CKEditor5PluginDefinition

Whether this plugin allows creating/editing elements and attributes.

CKEditor5PluginDefinition::hasCKEditor5Plugins() — Method in class CKEditor5PluginDefinition

Whether this plugin loads CKEditor 5 plugin classes.

CKEditor5PluginDefinition::hasCKEditor5Config() — Method in class CKEditor5PluginDefinition

Whether this plugin has additional values for the CKEditor5 constructor.

HeadingClass in namespace Drupal\ckeditor5\Plugin\CKEditor5Plugin

CKEditor 5 Heading plugin.

CommentInterface::hasParentComment() — Method in class CommentInterface

Determines if this comment is a reply to another comment.

$ CommentController#httpKernelProperty in class CommentController

The HTTP kernel.

Comment::hasParentComment() — Method in class Comment

Determines if this comment is a reply to another comment.

ConfigMapperInterface::hasSchema() — Method in class ConfigMapperInterface

Checks that all pieces of this configuration mapper have a schema.

ConfigMapperInterface::hasTranslatable() — Method in class ConfigMapperInterface

Checks if pieces of this configuration mapper have translatables.

ConfigMapperInterface::hasTranslation() — Method in class ConfigMapperInterface

Checks whether there is already a translation for this mapper.

ConfigMapperManager::hasTranslatable() — Method in class ConfigMapperManager

Returns TRUE if the configuration data has translatable items.

ConfigMapperManagerInterface::hasTranslatable() — Method in class ConfigMapperManagerInterface

Returns TRUE if the configuration data has translatable items.

ConfigNamesMapper::hasSchema() — Method in class ConfigNamesMapper

Checks that all pieces of this configuration mapper have a schema.

ConfigNamesMapper::hasTranslatable() — Method in class ConfigNamesMapper

Checks if pieces of this configuration mapper have translatables.

ConfigNamesMapper::hasTranslation() — Method in class ConfigNamesMapper

Checks whether there is already a translation for this mapper.

ModerationInformation::hasPendingRevision() — Method in class ModerationInformation

Determines if a pending revision exists for the specified entity.

ModerationInformationInterface::hasPendingRevision() — Method in class ModerationInformationInterface

Determines if a pending revision exists for the specified entity.

ContentTranslationHandler::hasAuthor() — Method in class ContentTranslationHandler

Checks whether the entity type supports author natively.

ContentTranslationHandler::hasPublishedStatus() — Method in class ContentTranslationHandler

Checks whether the entity type supports published status natively.

ContentTranslationHandler::hasChangedTime() — Method in class ContentTranslationHandler

Checks whether the entity type supports modification time natively.

ContentTranslationHandler::hasCreatedTime() — Method in class ContentTranslationHandler

Checks whether the entity type supports creation time natively.

$ ContentTranslationMetadataWrapper#handlerProperty in class ContentTranslationMetadataWrapper

The content translation handler.

ContentTranslationSynchronizedFieldsConstraintValidator::hasSynchronizedPropertyChanges() — Method in class ContentTranslationSynchronizedFieldsConstraintValidator

Checks whether any synchronized property has changes.

EditorInterface::hasAssociatedFilterFormat() — Method in class EditorInterface

Returns whether this text editor has an associated filter format.

Editor::hasAssociatedFilterFormat() — Method in class Editor

Returns whether this text editor has an associated filter format.

FieldStorageConfig::hasCustomStorage() — Method in class FieldStorageConfig

Returns the storage behavior for this field.

FieldStorageConfig::hasData() — Method in class FieldStorageConfig

Determines whether a field has any data.

FileUploadHandler::handleFileUpload() — Method in class FileUploadHandler

Creates a file from an upload.

FileUploadHandler::handleExtensionValidation() — Method in class FileUploadHandler

Gets the list of allowed extensions and updates the validators.

$ ForumManager#historyProperty in class ForumManager

Array of history keyed by nid.

ForumUninstallValidator::hasForumNodes() — Method in class ForumUninstallValidator

Determines if there are any forum nodes or not.

ForumUninstallValidator::hasTermsForVocabulary() — Method in class ForumUninstallValidator

Determines if there are any taxonomy terms for a specified vocabulary.

HalServiceProviderClass in namespace Drupal\hal

Adds hal+json as known format.

ContentEntityNormalizer::hasCacheableSupportsMethod() — Method in class ContentEntityNormalizer
{@inheritdoc}
EntityReferenceItemNormalizer::hasCacheableSupportsMethod() — Method in class EntityReferenceItemNormalizer
{@inheritdoc}
FieldItemNormalizer::hasCacheableSupportsMethod() — Method in class FieldItemNormalizer
{@inheritdoc}
FieldNormalizer::hasCacheableSupportsMethod() — Method in class FieldNormalizer
{@inheritdoc}
$ FileEntityNormalizer#httpClientProperty in class FileEntityNormalizer

The HTTP client.

$ FileEntityNormalizer#halSettingsProperty in class FileEntityNormalizer

The HAL settings config.

FileEntityNormalizer::hasCacheableSupportsMethod() — Method in class FileEntityNormalizer
{@inheritdoc}
TimestampItemNormalizer::hasCacheableSupportsMethod() — Method in class TimestampItemNormalizer
{@inheritdoc}
HelpSectionClass in namespace Drupal\help\Annotation

Defines a Plugin annotation object for help page section plugins.

HelpControllerClass in namespace Drupal\help\Controller

Controller routines for help routes.

$ HelpController#helpManagerProperty in class HelpController

The help section plugin manager.

HelpController::helpMain() — Method in class HelpController

Prints a page listing various types of help.

HelpController::helpPage() — Method in class HelpController

Prints a page listing general help for a module.

HelpSectionManagerClass in namespace Drupal\help

Manages help page section plugins.

HelpSectionPluginInterfaceClass in namespace Drupal\help

Provides an interface for a plugin for a section of the /admin/help page.

HelpBlockClass in namespace Drupal\help\Plugin\Block

Provides a 'Help' block.

HelpSectionPluginBaseClass in namespace Drupal\help\Plugin\HelpSection

Provides a base class for help section plugins.

HookHelpSectionClass in namespace Drupal\help\Plugin\HelpSection

Provides the module topics list section for the help page.

HelpTopicPluginControllerClass in namespace Drupal\help_topics\Controller

Controller for help topic plugins.

$ HelpTopicPluginController#helpTopicPluginManagerProperty in class HelpTopicPluginController

The Help Topic plugin manager.

HelpBreadcrumbBuilderClass in namespace Drupal\help_topics

Provides a breadcrumb builder for help topic pages.

HelpSectionManagerClass in namespace Drupal\help_topics

Decorates the Help Section plugin manager to provide help topic search.

HelpTopicDiscoveryClass in namespace Drupal\help_topics

Discovers help topic plugins from Twig files in help_topics directories.

HelpTopicPluginBaseClass in namespace Drupal\help_topics

Base class for help topic plugins.

HelpTopicPluginInterfaceClass in namespace Drupal\help_topics

Defines an interface for help topic plugin classes.

HelpTopicPluginManagerClass in namespace Drupal\help_topics

Provides the default help_topic manager.

HelpTopicPluginManagerInterfaceClass in namespace Drupal\help_topics

Defines an interface for managing help topics and storing their definitions.

HelpTopicTwigClass in namespace Drupal\help_topics

Represents a help topic plugin whose definition comes from a Twig file.

HelpTopicTwigLoaderClass in namespace Drupal\help_topics

Loads help topic Twig files from the filesystem.

HelpTwigExtensionClass in namespace Drupal\help_topics

Defines and registers Drupal Twig extensions for rendering help topics.

HelpTopicSectionClass in namespace Drupal\help_topics\Plugin\HelpSection

Provides the help topics list section for the help page.

HelpSearchClass in namespace Drupal\help_topics\Plugin\Search

Handles searching for help using the Search module index.

$ HelpSearch#helpSectionManagerProperty in class HelpSearch

The help section plugin manager.

HistoryControllerClass in namespace Drupal\history\Controller

Returns responses for History module routes.

HistoryRenderCallbackClass in namespace Drupal\history

Render callback object.

HistoryUserTimestampClass in namespace Drupal\history\Plugin\views\field

Field handler to display the marker for new content.

HistoryUserTimestampClass in namespace Drupal\history\Plugin\views\filter

Filter for new content.

$ FileUpload#httpKernelProperty in class FileUpload

An HTTP kernel for making subrequests.

FileUpload::handleFileUploadForExistingResource() — Method in class FileUpload

Handles JSON:API file upload requests.

FileUpload::handleFileUploadForNewResource() — Method in class FileUpload

Handles JSON:API file upload requests.

TemporaryJsonapiFileFieldUploader::handleFileUploadForField() — Method in class TemporaryJsonapiFileFieldUploader

Creates and validates a file entity for a file field from a file stream.

$ Data#hasNextPageProperty in class Data

Holds a boolean indicating if there is a next page.

Data::hasNextPage() — Method in class Data

Checks if there is a next page in the collection.

$ Link#hrefProperty in class Link

The URI, as a string.

LinkCollection::hasLinkWithKey() — Method in class LinkCollection

Whether a link with the given key exists.

ResourceIdentifier::hasArity() — Method in class ResourceIdentifier

Whether this ResourceIdentifier has an arity.

ResourceObject::hasField() — Method in class ResourceObject

Whether the resource object has the given field.

ConfigEntityDenormalizer::hasCacheableSupportsMethod() — Method in class ConfigEntityDenormalizer
{@inheritdoc}
ContentEntityDenormalizer::hasCacheableSupportsMethod() — Method in class ContentEntityDenormalizer
{@inheritdoc}
DataNormalizer::hasCacheableSupportsMethod() — Method in class DataNormalizer
{@inheritdoc}
EntityReferenceFieldNormalizer::hasNonInternalResourceType() — Method in class EntityReferenceFieldNormalizer

Determines if a given list of resource types contains a non-internal type.

FieldItemNormalizer::hasCacheableSupportsMethod() — Method in class FieldItemNormalizer
{@inheritdoc}
FieldNormalizer::hasCacheableSupportsMethod() — Method in class FieldNormalizer
{@inheritdoc}
HttpExceptionNormalizerClass in namespace Drupal\jsonapi\Normalizer

Normalizes an HttpException in compliance with the JSON:API specification.

HttpExceptionNormalizer::hasCacheableSupportsMethod() — Method in class HttpExceptionNormalizer
{@inheritdoc}
JsonApiDocumentTopLevelNormalizer::hasCacheableSupportsMethod() — Method in class JsonApiDocumentTopLevelNormalizer
{@inheritdoc}
$ LinkCollectionNormalizer#hashSaltProperty in class LinkCollectionNormalizer

A random string to use when hashing links.

LinkCollectionNormalizer::hashByHref() — Method in class LinkCollectionNormalizer

Hashes a link using its href and its target attributes, if any.

LinkCollectionNormalizer::hasCacheableSupportsMethod() — Method in class LinkCollectionNormalizer
{@inheritdoc}
RelationshipNormalizer::hasCacheableSupportsMethod() — Method in class RelationshipNormalizer
{@inheritdoc}
ResourceIdentifierNormalizer::hasCacheableSupportsMethod() — Method in class ResourceIdentifierNormalizer
{@inheritdoc}
ResourceObjectNormalizer::hasCacheableSupportsMethod() — Method in class ResourceObjectNormalizer
{@inheritdoc}
CacheableNormalization::hasNoNestedInstances() — Method in class CacheableNormalization

Ensures that no nested values are instances of this class.

HttpExceptionNormalizerValueClass in namespace Drupal\jsonapi\Normalizer\Value

Helps normalize exceptions in compliance with the JSON:API spec.

ResourceType::hasField() — Method in class ResourceType

Checks if the field exists.

$ ResourceTypeField#hasOneProperty in class ResourceTypeField

Whether the field can only have one value.

ResourceTypeField::hasOne() — Method in class ResourceTypeField

Whether the field can only have one value.

ResourceTypeField::hasMany() — Method in class ResourceTypeField

Whether the field can have many values.

Routes::hasNonInternalTargetResourceTypes() — Method in class Routes

Determines if an array of resource types has any non-internal ones.

Routes::hasNonInternalFileTargetResourceTypes() — Method in class Routes

Determines if an array of resource types lists non-internal "file" ones.

$ LanguageNegotiationContentEntity#hasLowerLanguageNegotiationWeightResultProperty in class LanguageNegotiationContentEntity

Static cache for the language negotiation order check.

LanguageNegotiationContentEntity::hasLowerLanguageNegotiationWeight() — Method in class LanguageNegotiationContentEntity

Determines if content entity language negotiator has higher priority.

$ SectionStorage#handles_permission_checkProperty in class SectionStorage

Indicates that this section storage handles its own permission checking.

LayoutBuilderEntityViewDisplayForm::hasOverrides() — Method in class LayoutBuilderEntityViewDisplayForm

Determines if the defaults have any overrides.

LayoutRebuildConfirmFormBase::handleSectionStorage() — Method in class LayoutRebuildConfirmFormBase

Performs any actions on the section storage before saving.

RemoveBlockForm::handleSectionStorage() — Method in class RemoveBlockForm

Performs any actions on the section storage before saving.

RemoveSectionForm::handleSectionStorage() — Method in class RemoveSectionForm

Performs any actions on the section storage before saving.

InlineBlockEntityOperations::handleEntityDelete() — Method in class InlineBlockEntityOperations

Handles entity tracking on deleting a parent entity.

InlineBlockEntityOperations::handlePreSave() — Method in class InlineBlockEntityOperations

Handles saving a parent entity.

LayoutTempstoreRepository::has() — Method in class LayoutTempstoreRepository

Checks for the existence of a tempstore version of a section storage.

LayoutTempstoreRepositoryInterface::has() — Method in class LayoutTempstoreRepositoryInterface

Checks for the existence of a tempstore version of a section storage.

LayoutEntityDisplayNormalizer::hasCacheableSupportsMethod() — Method in class LayoutEntityDisplayNormalizer
{@inheritdoc}
OverridesSectionStorage::hasIntegerId() — Method in class OverridesSectionStorage

Determines if this entity type's ID is stored as an integer.

OverridesSectionStorage::handleTranslationAccess() — Method in class OverridesSectionStorage

Handles access checks related to translations.

SectionListTrait::hasBlankSection() — Method in class SectionListTrait

Indicates if this section list contains a blank section.

SectionListTrait::hasSection() — Method in class SectionListTrait

Indicates if there is a section at the specified delta.

LocaleConfigManager::hasTranslation() — Method in class LocaleConfigManager

Checks whether a language has configuration translation.

StringBase::hasLocation() — Method in class StringBase

Checks whether the string has a given location.

StringInterface::hasLocation() — Method in class StringInterface

Checks whether the string has a given location.

Media::hasSourceFieldChanged() — Method in class Media

Determines if the source field value has changed.

$ ProviderRepository#httpClientProperty in class ProviderRepository

The HTTP client.

$ Resource#heightProperty in class Resource

The height of the resource, in pixels.

$ Resource#htmlProperty in class Resource

The HTML representation of the resource.

$ ResourceFetcher#httpClientProperty in class ResourceFetcher

The HTTP client.

$ UrlResolver#httpClientProperty in class UrlResolver

The HTTP client.

OEmbedResourceConstraintValidator::handleException() — Method in class OEmbedResourceConstraintValidator

Handles exceptions that occur during validation.

$ OEmbed#httpClientProperty in class OEmbed

The HTTP client.

FileUploadForm::hideExtraSourceFieldComponents() — Method in class FileUploadForm

Processes an image or file source field element.

MediaLibraryState::hasSlotsAvailable() — Method in class MediaLibraryState

Determines if additional media items can be selected.

MenuLink::hasTranslation() — Method in class MenuLink

Determines if this menu_link has an i18n translation.

$ MigrateProcessPlugin#handle_multiplesProperty in class MigrateProcessPlugin

Whether the plugin handles multiples itself.

HighestIdInterfaceClass in namespace Drupal\migrate\Audit

Defines an interface for destination and ID maps which track a highest ID.

MigrateExecutable::handleException() — Method in class MigrateExecutable

Takes an Exception object and both saves and displays it.

$ Download#httpClientProperty in class Download

The Guzzle HTTP Client service.

$ SourcePluginBase#highWaterPropertyProperty in class SourcePluginBase

Information on the property used as the high-water mark.

$ SourcePluginBase#highWaterStorageProperty in class SourcePluginBase

The key-value storage for the high-water value.

Row::hasSourceProperty() — Method in class Row

Determines whether a source has a property.

Row::hasDestinationProperty() — Method in class Row

Tests if destination property exists.

$ CredentialForm#httpClientProperty in class CredentialForm

The HTTP client to fetch the files with.

ExceptionHandler::handleExecutionException() — Method in class ExceptionHandler

Handles exceptions thrown during execution of statement objects.

$ NodeType#helpProperty in class NodeType

Help information shown to the user when creating a Node of this type.

Node::handleTranslations() — Method in class Node

Adapt our query for translations.

NodeRevision::handleTranslations() — Method in class NodeRevision

Adapt our query for translations.

Node::handleTranslations() — Method in class Node

Adapt our query for translations.

NodeComplete::handleTranslations() — Method in class NodeComplete

Adapt our query for translations.

$ PageCache#httpKernelProperty in class PageCache

The wrapped HTTP kernel.

PageCache::handle() — Method in class PageCache
{@inheritdoc}
Schema::hashBase64() — Method in class Schema

Calculates a base-64 encoded, PostgreSQL-safe sha-256 hash per PostgreSQL documentation: 4.1. Lexical Structure.

ResponsiveImageStyle::hasImageStyleMappings() — Method in class ResponsiveImageStyle

Checks if there is at least one mapping defined.

ResponsiveImageStyleInterface::hasImageStyleMappings() — Method in class ResponsiveImageStyleInterface

Checks if there is at least one mapping defined.

RequestHandler::handle() — Method in class RequestHandler

Handles a REST API request.

RequestHandler::handleRaw() — Method in class RequestHandler

Handles a REST API request without deserializing the request body.

ComplexDataNormalizer::hasCacheableSupportsMethod() — Method in class ComplexDataNormalizer
{@inheritdoc}
DateTimeNormalizer::hasCacheableSupportsMethod() — Method in class DateTimeNormalizer
{@inheritdoc}
ListNormalizer::hasCacheableSupportsMethod() — Method in class ListNormalizer
{@inheritdoc}
MarkupNormalizer::hasCacheableSupportsMethod() — Method in class MarkupNormalizer
{@inheritdoc}
NormalizerBase::hasCacheableSupportsMethod() — Method in class NormalizerBase
{@inheritdoc}
PrimitiveDataNormalizer::hasCacheableSupportsMethod() — Method in class PrimitiveDataNormalizer
{@inheritdoc}
TypedDataNormalizer::hasCacheableSupportsMethod() — Method in class TypedDataNormalizer
{@inheritdoc}
DbUpdateController::handle() — Method in class DbUpdateController

Returns a database update page.

DbUpdateController::helpfulLinks() — Method in class DbUpdateController

Provides links to the homepage and administration pages.

EntityAutocompleteController::handleAutocomplete() — Method in class EntityAutocompleteController

Autocomplete the label of an entity.

Http4xxControllerClass in namespace Drupal\system\Controller

Controller for default HTTP 4xx responses.

SystemMenuOffCanvasForm::hasMenuOverrides() — Method in class SystemMenuOffCanvasForm

Determines if the menu has configuration overrides.

$ SecurityAdvisoriesFetcher#httpClientProperty in class SecurityAdvisoriesFetcher

The HTTP client.

TaxonomyIndexTid::hasExtraOptions() — Method in class TaxonomyIndexTid

If a handler has 'extra options' it will get a little settings widget and another form called extra_options.

Tour::hasMatchingRoute() — Method in class Tour

Whether the tour matches a given set of route parameters.

TourInterface::hasMatchingRoute() — Method in class TourInterface

Whether the tour matches a given set of route parameters.

$ UpdateFetcher#httpClientProperty in class UpdateFetcher

The HTTP client to fetch the feed data with.

Role::hasPermission() — Method in class Role

Checks if the role has a permission.

User::hasRole() — Method in class User

Whether a user has a certain role.

User::hasPermission() — Method in class User

Checks whether a user has a certain permission.

UserFloodEvent::hasIp() — Method in class UserFloodEvent

Is the user flood event associated with an IP?

UserFloodEvent::hasUid() — Method in class UserFloodEvent

Is the user flood event associated with a uid?

ProfileTranslationHandler::hasPublishedStatus() — Method in class ProfileTranslationHandler

Checks whether the entity type supports published status natively.

ProfileTranslationHandler::hasCreatedTime() — Method in class ProfileTranslationHandler

Checks whether the entity type supports creation time natively.

RoleInterface::hasPermission() — Method in class RoleInterface

Checks if the role has a permission.

UserInterface::hasRole() — Method in class UserInterface

Whether a user has a certain role.

HighlightCommandClass in namespace Drupal\views\Ajax

Provides an AJAX command for highlighting a certain new piece of html.

$ ViewsAccess#helpProperty in class ViewsAccess

A short help string; this is displayed in the views UI.

$ ViewsCache#helpProperty in class ViewsCache

A short help string; this is displayed in the views UI.

$ ViewsDisplay#helpProperty in class ViewsDisplay

A short help string; this is displayed in the views UI.

$ ViewsDisplayExtender#helpProperty in class ViewsDisplayExtender

A short help string; this is displayed in the views UI.

$ ViewsExposedForm#helpProperty in class ViewsExposedForm

A short help string; this is displayed in the views UI.

$ ViewsPager#helpProperty in class ViewsPager

A short help string; this is displayed in the views UI.

$ ViewsQuery#helpProperty in class ViewsQuery

A short help string; this is displayed in the views UI.

$ ViewsRow#helpProperty in class ViewsRow

A short help string; this is displayed in the views UI.

$ ViewsStyle#helpProperty in class ViewsStyle

A short help string; this is displayed in the views UI.

$ ViewsHandlerManager#handlerTypeProperty in class ViewsHandlerManager

The handler type.

HandlerBaseClass in namespace Drupal\views\Plugin\views

Base class for Views handler plugins.

HandlerBase::hasExtraOptions() — Method in class HandlerBase

If a handler has 'extra options' it will get a little settings widget and another form called extra_options.

DisplayLink::hasEqualOptions() — Method in class DisplayLink

Check if the options of a views display are equal to the current display.

HTTPStatusCodeClass in namespace Drupal\views\Plugin\views\area

Alter the HTTP response status code used by the view.

ArgumentPluginBase::hasDefaultArgument() — Method in class ArgumentPluginBase

Determine if the argument is set to provide a default argument.

$ DisplayPluginBase#handlersProperty in class DisplayPluginBase

An array of instantiated handlers used in this display.

DisplayPluginBase::hasPath() — Method in class DisplayPluginBase

Checks to see if the display has a 'path' field.

DisplayPluginInterface::hasPath() — Method in class DisplayPluginInterface

Checks to see if the display has a 'path' field.

PathPluginBase::hasPath() — Method in class PathPluginBase

Checks to see if the display has a 'path' field.

Date::hasValidGroupedValue() — Method in class Date

Determines if the given grouped filter entry has a valid value.

FilterPluginBase::hasValidGroupedValue() — Method in class FilterPluginBase

Determines if the given grouped filter entry has a valid value.

$ ManyToOne#helperProperty in class ManyToOne
PagerPluginBase::hasMoreRecords() — Method in class PagerPluginBase

Determine if there are more records available.

$ Sql#havingProperty in class Sql

An array of sections of the HAVING query. Each section is in itself an array of pieces and a flag as to whether or not it should be AND or OR.

$ Sql#hasAggregateProperty in class Sql
HtmlListClass in namespace Drupal\views\Plugin\views\style

Style plugin to render each item in an ordered or unordered list.

ViewPageController::handle() — Method in class ViewPageController

Handler a response for a given view and display.

$ ViewExecutable#headerProperty in class ViewExecutable

Stores the area handlers for the header which are initialized on this view.

ViewExecutable::hasUrl() — Method in class ViewExecutable

Determines whether you can link to the view or a particular display.

ViewExecutable::hasFormElements() — Method in class ViewExecutable

Determines if this view has form elements.

$ Views#handlerTypesProperty in class Views

A static cache for handler types data.

Views::handlerManager() — Method in class Views

Returns the plugin manager for a certain views handler type.

ViewUI::hasLinkTemplate() — Method in class ViewUI

Indicates if a link template exists for a given key.

ViewUI::hasTrustedData() — Method in class ViewUI

Gets whether on not the data is trusted.

WorkflowTypeBase::hasState() — Method in class WorkflowTypeBase

Determines if the workflow has a state with the provided ID.

WorkflowTypeBase::hasTransition() — Method in class WorkflowTypeBase

Determines if a transition exists.

WorkflowTypeBase::hasTransitionFromStateToState() — Method in class WorkflowTypeBase

Determines if a transition from state to state exists.

WorkflowTypeInterface::hasState() — Method in class WorkflowTypeInterface

Determines if the workflow has a state with the provided ID.

WorkflowTypeInterface::hasTransition() — Method in class WorkflowTypeInterface

Determines if a transition exists.

WorkflowTypeInterface::hasTransitionFromStateToState() — Method in class WorkflowTypeInterface

Determines if a transition from state to state exists.

Workspace::hasParent() — Method in class Workspace

Determines whether the workspace has a parent.

WorkspaceInterface::hasParent() — Method in class WorkspaceInterface

Determines whether the workspace has a parent.

WorkspaceManager::hasActiveWorkspace() — Method in class WorkspaceManager

Determines whether a workspace is active in the current request.

WorkspaceManagerInterface::hasActiveWorkspace() — Method in class WorkspaceManagerInterface

Determines whether a workspace is active in the current request.

I

Drupal::installProfile() — Method in class Drupal

Gets the active install profile.

Drupal::isConfigSyncing() — Method in class Drupal

Gets the syncing state.

$ AnnotationBase#idProperty in class AnnotationBase

The annotated class ID.

$ SimpleAnnotationReader#ignoredAnnotationsProperty in class SimpleAnnotationReader
StaticReflectionClass::implementsInterface() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::inNamespace() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::isAbstract() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::isCloneable() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::isFinal() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::isInstance() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::isInstantiable() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::isInterface() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::isInternal() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::isIterateable() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::isSubclassOf() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::isTrait() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::isUserDefined() — Method in class StaticReflectionClass
{@inheritDoc}
InspectorClass in namespace Drupal\Component\Assertion

Generic inspections for the assert() statement.

$ DateTimePlus#inputTimeRawProperty in class DateTimePlus

The value of the time value passed to the constructor.

$ DateTimePlus#inputTimeAdjustedProperty in class DateTimePlus

The prepared time, without timezone, for this date.

$ DateTimePlus#inputTimeZoneRawProperty in class DateTimePlus

The value of the timezone passed to the constructor.

$ DateTimePlus#inputTimeZoneAdjustedProperty in class DateTimePlus

The prepared timezone object used to construct this date.

$ DateTimePlus#inputFormatRawProperty in class DateTimePlus

The value of the format passed to the constructor.

$ DateTimePlus#inputFormatAdjustedProperty in class DateTimePlus

The prepared format, if provided.

Container::initialized() — Method in class Container
{@inheritdoc}
Diff::isEmpty() — Method in class Diff

Check for empty diff.

$ YamlDirectoryDiscovery#idKeyProperty in class YamlDirectoryDiscovery

The key contained in the discovered data that identifies it.

PoItem::isPlural() — Method in class PoItem

Get if the translation has plural values.

$ PoMemoryWriter#itemsProperty in class PoMemoryWriter

Array to hold all PoItem elements.

SecuredRedirectResponse::isSafe() — Method in class SecuredRedirectResponse

Returns whether the URL is considered as safe to redirect to.

ContextDefinitionInterface::isMultiple() — Method in class ContextDefinitionInterface

Determines whether the data is multi-valued, i.e. a list of data items.

ContextDefinitionInterface::isRequired() — Method in class ContextDefinitionInterface

Determines whether the context is required.

$ PluginDefinition#idProperty in class PluginDefinition

The plugin ID.

PluginDefinition::id() — Method in class PluginDefinition

Gets the unique identifier of the plugin.

PluginDefinitionInterface::id() — Method in class PluginDefinitionInterface

Gets the unique identifier of the plugin.

InvalidDecoratedMethodClass in namespace Drupal\Component\Plugin\Exception

Exception thrown when a decorator's _call() method is triggered, but the decorated object does not contain the requested method.

InvalidDeriverExceptionClass in namespace Drupal\Component\Plugin\Exception

Exception to be thrown if a plugin tries to use an invalid deriver.

InvalidPluginDefinitionExceptionClass in namespace Drupal\Component\Plugin\Exception

Defines a class for invalid plugin definition exceptions.

$ DefaultFactory#interfaceProperty in class DefaultFactory

Defines an interface each plugin should implement.

$ LazyPluginCollection#instanceIdsProperty in class LazyPluginCollection

Stores the IDs of all potential plugin instances.

LazyPluginCollection::initializePlugin() — Method in class LazyPluginCollection

Initializes and stores a plugin.

PluginBase::isConfigurable() — Method in class PluginBase

Determines if the plugin is configurable.

PluginHelper::isConfigurable() — Method in class PluginHelper

Determines if a plugin is configurable.

InvalidDataTypeExceptionClass in namespace Drupal\Component\Serialization\Exception

Exception thrown when a data type is invalid.

EmailValidator::isValid() — Method in class EmailValidator

Validates an email address.

EmailValidatorInterface::isValid() — Method in class EmailValidatorInterface

Validates an email address.

$ Html#isAjaxProperty in class Html

Stores whether the current request was sent via AJAX.

ImageClass in namespace Drupal\Component\Utility

Provides helpers to operate on images.

Number::intToAlphadecimal() — Method in class Number

Generates a sorting code from an integer.

OpCodeCache::isEnabled() — Method in class OpCodeCache

Checks if OpCodeCache is enabled.

OpCodeCache::invalidate() — Method in class OpCodeCache

Invalidates a PHP file from a possibly active opcode cache.

Random::image() — Method in class Random

Create a placeholder image.

Tags::implode() — Method in class Tags

Implodes an array of tags into a string.

UrlHelper::isExternal() — Method in class UrlHelper

Determines whether a path is external to Drupal.

UrlHelper::isValid() — Method in class UrlHelper

Verifies the syntax of the given URL.

Uuid::isValid() — Method in class Uuid

Checks whether a string appears to be in the format of a UUID.

Constraint::isCompatible() — Method in class Constraint

Determines if the provided version is satisfied by this constraint.

DrupalCoreRecommendedBuilder::initialPackageMetadata() — Method in class DrupalCoreRecommendedBuilder

Returns the initial package metadata that describes the metapackage.

DrupalDevDependenciesBuilder::initialPackageMetadata() — Method in class DrupalDevDependenciesBuilder

Returns the initial package metadata that describes the metapackage.

DrupalPinnedDevDependenciesBuilder::initialPackageMetadata() — Method in class DrupalPinnedDevDependenciesBuilder

Returns the initial package metadata that describes the metapackage.

$ MessagePlugin#ioProperty in class MessagePlugin

IO object.

$ AllowedPackages#ioProperty in class AllowedPackages

Composer's I/O service.

Git::isRepository() — Method in class Git

Checks to see if the project root dir is in a git repository.

$ Handler#ioProperty in class Handler

Composer's I/O service.

InterpolatorClass in namespace Drupal\Composer\Plugin\Scaffold

Injects config values from an associative array into a string.

Interpolator::interpolate() — Method in class Interpolator

Replaces tokens in a string with values from an associative array.

$ ManageGitIgnore#ioProperty in class ManageGitIgnore

Composer's I/O service.

ScaffoldResult::isManaged() — Method in class ScaffoldResult

Determines whether this scaffold file is managed.

$ Plugin#ioProperty in class Plugin

Composer's I/O service.

ScaffoldFileInfo::interpolate() — Method in class ScaffoldFileInfo

Replaces placeholders in a message.

$ VendorHardeningPlugin#ioProperty in class VendorHardeningPlugin

IO object.

AccessResult::isAllowed() — Method in class AccessResult

Checks whether this access result indicates access is explicitly allowed.

AccessResult::isForbidden() — Method in class AccessResult

Checks whether this access result indicates access is explicitly forbidden.

AccessResult::isNeutral() — Method in class AccessResult

Checks whether this access result indicates access is not yet determined.

AccessResult::inheritCacheability() — Method in class AccessResult

Inherits the cacheability of the other access result, if any.

AccessResultAllowed::isAllowed() — Method in class AccessResultAllowed

Checks whether this access result indicates access is explicitly allowed.

AccessResultForbidden::isForbidden() — Method in class AccessResultForbidden

Checks whether this access result indicates access is explicitly forbidden.

AccessResultInterface::isAllowed() — Method in class AccessResultInterface

Checks whether this access result indicates access is explicitly allowed.

AccessResultInterface::isForbidden() — Method in class AccessResultInterface

Checks whether this access result indicates access is explicitly forbidden.

AccessResultInterface::isNeutral() — Method in class AccessResultInterface

Checks whether this access result indicates access is not yet determined.

AccessResultNeutral::isNeutral() — Method in class AccessResultNeutral

Checks whether this access result indicates access is not yet determined.

EntityActionDeriverBase::isApplicable() — Method in class EntityActionDeriverBase

Indicates whether the deriver can be used for the provided entity type.

EntityChangedActionDeriver::isApplicable() — Method in class EntityChangedActionDeriver

Indicates whether the deriver can be used for the provided entity type.

EntityDeleteActionDeriver::isApplicable() — Method in class EntityDeleteActionDeriver

Indicates whether the deriver can be used for the provided entity type.

EntityPublishedActionDeriver::isApplicable() — Method in class EntityPublishedActionDeriver

Indicates whether the deriver can be used for the provided entity type.

AjaxHelperTrait::isAjax() — Method in class AjaxHelperTrait

Determines if the current request is via AJAX.

InsertCommandClass in namespace Drupal\Core\Ajax

Generic AJAX command for inserting content.

InvokeCommandClass in namespace Drupal\Core\Ajax

AJAX command for invoking an arbitrary jQuery method.

$ Action#idProperty in class Action

The plugin ID.

$ Mail#idProperty in class Mail

The plugin ID.

$ QueueWorker#idProperty in class QueueWorker

The plugin ID.

$ Archiver#idProperty in class Archiver

The archiver plugin ID.

IncompleteLibraryDefinitionExceptionClass in namespace Drupal\Core\Asset\Exception

Defines a custom exception if a library has no CSS/JS/JS setting specified.

InvalidLibrariesExtendSpecificationExceptionClass in namespace Drupal\Core\Asset\Exception

Defines a custom exception for an invalid libraries-extend specification.

InvalidLibrariesOverrideSpecificationExceptionClass in namespace Drupal\Core\Asset\Exception

Defines a custom exception if a definition refers to a non-existent library.

InvalidLibraryFileExceptionClass in namespace Drupal\Core\Asset\Exception

Defines an exception if the library file could not be parsed.

$ LibrariesDirectoryFileFinder#installProfileProperty in class LibrariesDirectoryFileFinder

The install profile.

LibraryDiscoveryParser::isValidUri() — Method in class LibraryDiscoveryParser

Determines if the supplied string is a valid URI.

AuthenticationCollector::isGlobal() — Method in class AuthenticationCollector

Returns whether a provider is considered global.

AuthenticationCollectorInterface::isGlobal() — Method in class AuthenticationCollectorInterface

Returns whether a provider is considered global.

$ BatchBuilder#initMessageProperty in class BatchBuilder

The initializing message for the batch.

$ Block#idProperty in class Block

The plugin ID.

ApcuBackend::invalidate() — Method in class ApcuBackend

Marks a cache item as invalid.

ApcuBackend::invalidateMultiple() — Method in class ApcuBackend

Marks cache items as invalid.

ApcuBackend::invalidateAll() — Method in class ApcuBackend

Marks all cache items as invalid.

BackendChain::invalidate() — Method in class BackendChain

Marks a cache item as invalid.

BackendChain::invalidateMultiple() — Method in class BackendChain

Marks cache items as invalid.

BackendChain::invalidateTags() — Method in class BackendChain

Marks cache items with any of the specified tags as invalid.

BackendChain::invalidateAll() — Method in class BackendChain

Marks all cache items as invalid.

Cache::invalidateTags() — Method in class Cache

Marks cache items from all bins with any of the specified tags as invalid.

CacheBackendInterface::invalidate() — Method in class CacheBackendInterface

Marks a cache item as invalid.

CacheBackendInterface::invalidateMultiple() — Method in class CacheBackendInterface

Marks cache items as invalid.

CacheBackendInterface::invalidateAll() — Method in class CacheBackendInterface

Marks all cache items as invalid.

CacheCollector::invalidateCache() — Method in class CacheCollector

Invalidate the cache.

CacheTagsChecksumInterface::isValid() — Method in class CacheTagsChecksumInterface

Returns whether the checksum is valid for the given cache tags.

$ CacheTagsChecksumTrait#invalidatedTagsProperty in class CacheTagsChecksumTrait

A list of tags that have already been invalidated in this request.

CacheTagsChecksumTrait::invalidateTags() — Method in class CacheTagsChecksumTrait

Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::invalidateTags()

CacheTagsChecksumTrait::isValid() — Method in class CacheTagsChecksumTrait

Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid()

$ CacheTagsInvalidator#invalidatorsProperty in class CacheTagsInvalidator

Holds an array of cache tags invalidators.

CacheTagsInvalidator::invalidateTags() — Method in class CacheTagsInvalidator

Marks cache items with any of the specified tags as invalid.

CacheTagsInvalidatorInterface::invalidateTags() — Method in class CacheTagsInvalidatorInterface

Marks cache items with any of the specified tags as invalid.

ChainedFastBackend::invalidate() — Method in class ChainedFastBackend

Marks a cache item as invalid.

ChainedFastBackend::invalidateMultiple() — Method in class ChainedFastBackend

Marks cache items as invalid.

ChainedFastBackend::invalidateTags() — Method in class ChainedFastBackend

Marks cache items with any of the specified tags as invalid.

ChainedFastBackend::invalidateAll() — Method in class ChainedFastBackend

Marks all cache items as invalid.

IpCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the IpCacheContext service, for "per IP address" caching.

IsFrontPathCacheContextClass in namespace Drupal\Core\Cache\Context

Defines a cache context for whether the URL is the front page of the site.

IsSuperUserCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the IsSuperUserCacheContext service, for "super user or not" caching.

DatabaseBackend::invalidate() — Method in class DatabaseBackend

Marks a cache item as invalid.

DatabaseBackend::invalidateMultiple() — Method in class DatabaseBackend

Marks cache items as invalid.

DatabaseBackend::invalidateAll() — Method in class DatabaseBackend

Marks all cache items as invalid.

MemoryBackend::invalidate() — Method in class MemoryBackend

Marks a cache item as invalid.

MemoryBackend::invalidateMultiple() — Method in class MemoryBackend

Marks cache items as invalid.

MemoryBackend::invalidateTags() — Method in class MemoryBackend

Marks cache items with any of the specified tags as invalid.

MemoryBackend::invalidateAll() — Method in class MemoryBackend

Marks all cache items as invalid.

MemoryCounterBackend::increaseCounter() — Method in class MemoryCounterBackend

Increase the counter for a function with a certain cid.

NullBackend::invalidate() — Method in class NullBackend

Marks a cache item as invalid.

NullBackend::invalidateMultiple() — Method in class NullBackend

Marks cache items as invalid.

NullBackend::invalidateAll() — Method in class NullBackend

Marks all cache items as invalid.

PhpBackend::invalidate() — Method in class PhpBackend

Marks a cache item as invalid.

PhpBackend::invalidateByHash() — Method in class PhpBackend

Invalidate one cache item.

PhpBackend::invalidateMultiple() — Method in class PhpBackend

Marks cache items as invalid.

PhpBackend::invalidateAll() — Method in class PhpBackend

Marks all cache items as invalid.

InstallCommandClass in namespace Drupal\Core\Command

Installs a Drupal site for local testing/development.

InstallCommand::isDrupalInstalled() — Method in class InstallCommand

Returns whether there is already an existing Drupal installation.

InstallCommand::install() — Method in class InstallCommand

Installs Drupal with specified installation profile.

$ Condition#idProperty in class Condition

The condition plugin ID.

ConditionInterface::isNegated() — Method in class ConditionInterface

Determines whether condition result will be negated.

ConditionPluginBase::isNegated() — Method in class ConditionPluginBase

Determines whether condition result will be negated.

Config::initWithData() — Method in class Config

Initializes a configuration object with pre-loaded data.

ConfigCrudEvent::isChanged() — Method in class ConfigCrudEvent

Checks to see if the provided configuration key's value has changed.

ConfigImporter::import() — Method in class ConfigImporter

Imports the changelist to the target storage.

ConfigImporter::initialize() — Method in class ConfigImporter

Initializes the config importer in preparation for processing a batch.

ConfigImporter::importConfig() — Method in class ConfigImporter

Writes a configuration change from the source to the target storage.

ConfigImporter::importInvokeOwner() — Method in class ConfigImporter

Invokes import* methods on configuration entity storage.

ConfigImporter::importInvokeRename() — Method in class ConfigImporter

Imports a configuration entity rename.

$ ConfigInstaller#isSyncingProperty in class ConfigInstaller

Is configuration being created as part of a configuration sync.

$ ConfigInstaller#installProfileProperty in class ConfigInstaller

The name of the currently active installation profile.

ConfigInstaller::installDefaultConfig() — Method in class ConfigInstaller

Installs the default configuration of a given extension.

ConfigInstaller::installOptionalConfig() — Method in class ConfigInstaller

Installs optional configuration.

ConfigInstaller::installCollectionDefaultConfig() — Method in class ConfigInstaller

Installs all default configuration in the specified collection.

ConfigInstaller::isSyncing() — Method in class ConfigInstaller

Gets the syncing state.

ConfigInstallerInterface::installDefaultConfig() — Method in class ConfigInstallerInterface

Installs the default configuration of a given extension.

ConfigInstallerInterface::installOptionalConfig() — Method in class ConfigInstallerInterface

Installs optional configuration.

ConfigInstallerInterface::installCollectionDefaultConfig() — Method in class ConfigInstallerInterface

Installs all default configuration in the specified collection.

ConfigInstallerInterface::isSyncing() — Method in class ConfigInstallerInterface

Gets the syncing state.

ConfigEntityBase::isNew() — Method in class ConfigEntityBase

Overrides Entity::isNew().

ConfigEntityBase::isUninstalling() — Method in class ConfigEntityBase

Returns whether this entity is being changed during the uninstall process.

ConfigEntityBase::invalidateTagsOnSave() — Method in class ConfigEntityBase

Invalidates an entity's cache tags upon save.

ConfigEntityBase::invalidateTagsOnDelete() — Method in class ConfigEntityBase

Invalidates an entity's cache tags upon delete.

ConfigEntityBase::isInstallable() — Method in class ConfigEntityBase

Checks whether this entity is installable.

ConfigEntityInterface::isUninstalling() — Method in class ConfigEntityInterface

Returns whether this entity is being changed during the uninstall process.

ConfigEntityInterface::isInstallable() — Method in class ConfigEntityInterface

Checks whether this entity is installable.

ConfigEntityStorage::invokeHook() — Method in class ConfigEntityStorage

Invokes a hook on behalf of the entity.

ConfigEntityStorage::importCreate() — Method in class ConfigEntityStorage

Creates entities upon synchronizing configuration changes.

ConfigEntityStorage::importUpdate() — Method in class ConfigEntityStorage

Updates entities upon synchronizing configuration changes.

ConfigEntityStorage::importDelete() — Method in class ConfigEntityStorage

Delete entities upon synchronizing configuration changes.

ConfigEntityStorage::importRename() — Method in class ConfigEntityStorage

Renames entities upon synchronizing configuration changes.

ImportableEntityStorageInterfaceClass in namespace Drupal\Core\Config\Entity

Provides an interface for responding to configuration imports.

ImportableEntityStorageInterface::importCreate() — Method in class ImportableEntityStorageInterface

Creates entities upon synchronizing configuration changes.

ImportableEntityStorageInterface::importUpdate() — Method in class ImportableEntityStorageInterface

Updates entities upon synchronizing configuration changes.

ImportableEntityStorageInterface::importDelete() — Method in class ImportableEntityStorageInterface

Delete entities upon synchronizing configuration changes.

ImportableEntityStorageInterface::importRename() — Method in class ImportableEntityStorageInterface

Renames entities upon synchronizing configuration changes.

InvalidLookupKeyExceptionClass in namespace Drupal\Core\Config\Entity\Query

Exception thrown when a config entity uses an invalid lookup key.

$ ExtensionInstallStorage#includeProfileProperty in class ExtensionInstallStorage

Flag to include the profile in the list of enabled modules.

$ ExtensionInstallStorage#installProfileProperty in class ExtensionInstallStorage

The name of the currently active installation profile.

ImmutableConfigClass in namespace Drupal\Core\Config

Defines the immutable configuration object.

ImmutableConfigExceptionClass in namespace Drupal\Core\Config

Exception throw when an immutable config object is altered.

ImportStorageTransformerClass in namespace Drupal\Core\Config

The import storage transformer helps to use the configuration management api.

InstallStorageClass in namespace Drupal\Core\Config

Storage used by the Drupal installer.

ArrayElement::isEmpty() — Method in class ArrayElement

Determines whether the data structure is empty.

ArrayElement::isNullable() — Method in class ArrayElement

Determines if this element allows NULL as a value.

IgnoreClass in namespace Drupal\Core\Config\Schema

Configuration property to ignore.

TypedConfigInterface::isEmpty() — Method in class TypedConfigInterface

Determines whether the data structure is empty.

$ StorableConfigBase#isNewProperty in class StorableConfigBase

Whether the configuration object is new or has been saved to the storage.

StorableConfigBase::initWithData() — Method in class StorableConfigBase

Initializes a configuration object with pre-loaded data.

StorableConfigBase::isNew() — Method in class StorableConfigBase

Returns whether this configuration object is new.

Cron::invokeCronHandlers() — Method in class Cron

Invokes any cron handlers implementing hook_cron.

$ Connection#identifierQuotesProperty in class Connection

The identifier quote characters for the database type.

Connection::insert() — Method in class Connection

Prepares and returns an INSERT query object.

Connection::inTransaction() — Method in class Connection

Determines if there is an active transaction open.

$ Database#ignoreTargetsProperty in class Database

A list of key/target credentials to simply ignore.

Database::isActiveConnection() — Method in class Database

Determines if there is an active connection.

Database::ignoreTarget() — Method in class Database

Instructs the system to temporarily ignore a given key/target.

InsertClass in namespace Drupal\Core\Database\Driver\mysql

MySQL implementation of \Drupal\Core\Database\Query\Insert.

InsertClass in namespace Drupal\Core\Database\Driver\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Insert.

InsertClass in namespace Drupal\Core\Database\Driver\sqlite

SQLite implementation of \Drupal\Core\Database\Query\Insert.

Tasks::installable() — Method in class Tasks

Checks whether Drupal is installable on the database.

Tasks::isConnectionActive() — Method in class Tasks

Determines if there is an active connection.

IntegrityConstraintViolationExceptionClass in namespace Drupal\Core\Database

Exception thrown if a query would violate an integrity constraint.

InvalidQueryExceptionClass in namespace Drupal\Core\Database

Exception thrown if a query would be invalid.

Condition::isNull() — Method in class Condition

Sets a condition that the specified field be NULL.

Condition::isNotNull() — Method in class Condition

Sets a condition that the specified field be NOT NULL.

ConditionInterface::isNull() — Method in class ConditionInterface

Sets a condition that the specified field be NULL.

ConditionInterface::isNotNull() — Method in class ConditionInterface

Sets a condition that the specified field be NOT NULL.

InsertClass in namespace Drupal\Core\Database\Query

General class for an abstracted INSERT query.

InsertTraitClass in namespace Drupal\Core\Database\Query

Provides common functionality for INSERT and UPSERT queries.

$ InsertTrait#insertFieldsProperty in class InsertTrait

An array of fields on which to insert.

$ InsertTrait#insertValuesProperty in class InsertTrait

A nested array of values to insert.

InvalidMergeQueryExceptionClass in namespace Drupal\Core\Database\Query

Exception thrown for merge queries that do not make semantic sense.

$ Merge#insertFieldsProperty in class Merge

An array of fields on which to insert.

$ Merge#insertValuesProperty in class Merge

An array of values to be inserted.

Merge::insertFields() — Method in class Merge

Adds a set of field->value pairs to be inserted.

QueryConditionTrait::isNull() — Method in class QueryConditionTrait
{@inheritdoc}
QueryConditionTrait::isNotNull() — Method in class QueryConditionTrait
{@inheritdoc}
Select::isPrepared() — Method in class Select

Indicates if preExecute() has already been called on that object.

Select::innerJoin() — Method in class Select

Inner Join against another table in the database.

SelectExtender::isPrepared() — Method in class SelectExtender

Indicates if preExecute() has already been called on that object.

SelectExtender::innerJoin() — Method in class SelectExtender

Inner Join against another table in the database.

SelectExtender::isNull() — Method in class SelectExtender

Sets a condition that the specified field be NULL.

SelectExtender::isNotNull() — Method in class SelectExtender

Sets a condition that the specified field be NOT NULL.

SelectInterface::innerJoin() — Method in class SelectInterface

Inner Join against another table in the database.

SelectInterface::isPrepared() — Method in class SelectInterface

Indicates if preExecute() has already been called on that object.

Schema::indexExists() — Method in class Schema

Checks if an index exists in the given table.

Schema::introspectIndexSchema() — Method in class Schema

Finds the columns for the primary key, unique keys and indexes of a table.

DateFormatInterface::isLocked() — Method in class DateFormatInterface

Determines if this date format is locked.

Datelist::incrementRound() — Method in class Datelist

Rounds minutes and seconds to nearest requested value.

$ DateFormat#idProperty in class DateFormat

The date format machine name.

DateFormat::isLocked() — Method in class DateFormat

Determines if this date format is locked.

$ DisplayVariant#idProperty in class DisplayVariant

The plugin ID.

VariantBase::id() — Method in class VariantBase

Returns the unique ID for the display variant.

VariantInterface::id() — Method in class VariantInterface

Returns the unique ID for the display variant.

$ DrupalKernel#isEnvironmentInitializedProperty in class DrupalKernel

Whether the PHP environment has been initialized.

DrupalKernel::initializeContainer() — Method in class DrupalKernel

Initializes the service container.

DrupalKernel::initializeSettings() — Method in class DrupalKernel

Locate site path and initialize settings singleton.

DrupalKernel::initializeRequestGlobals() — Method in class DrupalKernel

Bootstraps the legacy global request variables.

DrupalKernel::invalidateContainer() — Method in class DrupalKernel

Invalidate the service container for the next request.

DrupalKernel::initializeServiceProviders() — Method in class DrupalKernel

Registers all service providers to the kernel.

DrupalKernelInterface::invalidateContainer() — Method in class DrupalKernelInterface

Invalidate the service container for the next request.

$ EntityReferenceSelection#idProperty in class EntityReferenceSelection

The plugin ID.

$ ContentEntityBase#isDefaultRevisionProperty in class ContentEntityBase

Indicates whether this is the default revision.

ContentEntityBase::isNewRevision() — Method in class ContentEntityBase

Determines whether a new revision should be created on save.

ContentEntityBase::isDefaultRevision() — Method in class ContentEntityBase

Checks if this entity is the default revision.

ContentEntityBase::isLatestRevision() — Method in class ContentEntityBase

Checks if this entity is the latest revision.

ContentEntityBase::isLatestTranslationAffectedRevision() — Method in class ContentEntityBase

Checks whether this is the latest revision affecting this translation.

ContentEntityBase::isRevisionTranslationAffected() — Method in class ContentEntityBase

Checks whether the current translation is affected by the current revision.

ContentEntityBase::isRevisionTranslationAffectedEnforced() — Method in class ContentEntityBase

Checks if the revision translation affected flag value has been enforced.

ContentEntityBase::isDefaultTranslation() — Method in class ContentEntityBase

Checks whether the translation is the default one.

ContentEntityBase::isTranslatable() — Method in class ContentEntityBase

Returns the translation support status.

ContentEntityBase::isValidationRequired() — Method in class ContentEntityBase

Checks whether entity validation is required before saving the entity.

ContentEntityBase::id() — Method in class ContentEntityBase

Gets the identifier.

ContentEntityBase::initializeTranslation() — Method in class ContentEntityBase

Instantiates a translation object for an existing translation.

ContentEntityBase::isNewTranslation() — Method in class ContentEntityBase

Checks whether the translation is new.

ContentEntityBase::isDefaultTranslationAffectedOnly() — Method in class ContentEntityBase

Checks if untranslatable fields should affect only the default translation.

ContentEntityForm::init() — Method in class ContentEntityForm

Initializes the form state and the entity before the first form build.

ContentEntityForm::initFormLangcodes() — Method in class ContentEntityForm

Initializes form language code values.

ContentEntityForm::isDefaultFormLangcode() — Method in class ContentEntityForm

Checks whether the current form language matches the entity one.

ContentEntityFormInterface::isDefaultFormLangcode() — Method in class ContentEntityFormInterface

Checks whether the current form language matches the entity one.

ContentEntityStorageBase::initFieldValues() — Method in class ContentEntityStorageBase

Initializes field values.

ContentEntityStorageBase::isAnyRevisionTranslated() — Method in class ContentEntityStorageBase

Checks whether any entity revision is translated.

ContentEntityStorageBase::isAnyStoredRevisionTranslated() — Method in class ContentEntityStorageBase

Checks whether any stored entity revision is translated.

ContentEntityStorageBase::invokeTranslationHooks() — Method in class ContentEntityStorageBase

Checks translation statuses and invoke the related hooks if needed.

ContentEntityStorageBase::invokeStorageLoadHook() — Method in class ContentEntityStorageBase

Invokes hook_entity_storage_load().

ContentEntityStorageBase::invokeHook() — Method in class ContentEntityStorageBase

Invokes a hook on behalf of the entity.

ContentEntityStorageBase::invokeFieldMethod() — Method in class ContentEntityStorageBase

Invokes a method on the Field objects within an entity.

ContentEntityStorageBase::invokeFieldPostSave() — Method in class ContentEntityStorageBase

Invokes the post save method on the Field objects within an entity.

EntityBase::id() — Method in class EntityBase

Gets the identifier.

EntityBase::isNew() — Method in class EntityBase

Determines whether the entity is new.

EntityBase::invalidateTagsOnSave() — Method in class EntityBase

Invalidates an entity's cache tags upon save.

EntityBase::invalidateTagsOnDelete() — Method in class EntityBase

Invalidates an entity's cache tags upon delete.

EntityDefinitionUpdateManager::installEntityType() — Method in class EntityDefinitionUpdateManager

Installs a new entity type definition.

EntityDefinitionUpdateManager::installFieldableEntityType() — Method in class EntityDefinitionUpdateManager

Installs a new fieldable entity type definition.

EntityDefinitionUpdateManager::installFieldStorageDefinition() — Method in class EntityDefinitionUpdateManager

Installs a new field storage definition.

EntityDefinitionUpdateManagerInterface::installEntityType() — Method in class EntityDefinitionUpdateManagerInterface

Installs a new entity type definition.

EntityDefinitionUpdateManagerInterface::installFieldableEntityType() — Method in class EntityDefinitionUpdateManagerInterface

Installs a new fieldable entity type definition.

EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition() — Method in class EntityDefinitionUpdateManagerInterface

Installs a new field storage definition.

$ EntityDisplayBase#idProperty in class EntityDisplayBase

Unique ID for the config entity.

EntityDisplayBase::init() — Method in class EntityDisplayBase

Initializes the display.

EntityDisplayBase::id() — Method in class EntityDisplayBase

Gets the identifier.

$ EntityDisplayModeBase#idProperty in class EntityDisplayModeBase

The ID of the form or view mode.

EntityForm::init() — Method in class EntityForm

Initialize the form state and the entity before the first form build.

EntityInterface::id() — Method in class EntityInterface

Gets the identifier.

EntityInterface::isNew() — Method in class EntityInterface

Determines whether the entity is new.

EntityPublishedInterface::isPublished() — Method in class EntityPublishedInterface

Returns whether or not the entity is published.

EntityPublishedTrait::isPublished() — Method in class EntityPublishedTrait
{@inheritdoc}
$ EntityStorageBase#idKeyProperty in class EntityStorageBase

Name of the entity's ID field in the entity database table.

EntityStorageBase::invokeHook() — Method in class EntityStorageBase

Invokes a hook on behalf of the entity.

$ EntityType#idProperty in class EntityType

The unique identifier of this entity type.

$ EntityType#internalProperty in class EntityType

Indicates whether the entity data is internal.

EntityType::isInternal() — Method in class EntityType

Indicates whether the entity data is internal.

EntityType::isStaticallyCacheable() — Method in class EntityType

Indicates whether entities should be statically cached.

EntityType::isRenderCacheable() — Method in class EntityType

Indicates whether the rendered output of entities should be cached.

EntityType::isPersistentlyCacheable() — Method in class EntityType

Indicates if the persistent cache of field data should be used.

EntityType::isSubclassOf() — Method in class EntityType

Indicates if the entity type is a subclass of the given class or interface.

EntityType::isTranslatable() — Method in class EntityType

Indicates whether entities of this type have multilingual support.

EntityType::isRevisionable() — Method in class EntityType

Indicates whether entities of this type have revision support.

EntityType::isCommonReferenceTarget() — Method in class EntityType

Indicates whether this entity type is commonly used as a reference target.

EntityTypeInterface::isStaticallyCacheable() — Method in class EntityTypeInterface

Indicates whether entities should be statically cached.

EntityTypeInterface::isRenderCacheable() — Method in class EntityTypeInterface

Indicates whether the rendered output of entities should be cached.

EntityTypeInterface::isPersistentlyCacheable() — Method in class EntityTypeInterface

Indicates if the persistent cache of field data should be used.

EntityTypeInterface::isSubclassOf() — Method in class EntityTypeInterface

Indicates if the entity type is a subclass of the given class or interface.

EntityTypeInterface::isInternal() — Method in class EntityTypeInterface

Indicates whether the entity data is internal.

EntityTypeInterface::isTranslatable() — Method in class EntityTypeInterface

Indicates whether entities of this type have multilingual support.

EntityTypeInterface::isRevisionable() — Method in class EntityTypeInterface

Indicates whether entities of this type have revision support.

EntityTypeInterface::isCommonReferenceTarget() — Method in class EntityTypeInterface

Indicates whether this entity type is commonly used as a reference target.

EntityViewBuilder::isViewModeCacheable() — Method in class EntityViewBuilder

Determines whether the view mode is cacheable.

InvalidLinkTemplateExceptionClass in namespace Drupal\Core\Entity\Exception

Indicates that a link template does not follow the required pattern.

FieldableEntityInterface::isValidationRequired() — Method in class FieldableEntityInterface

Checks whether entity validation is required before saving the entity.

EntityAdapter::isEmpty() — Method in class EntityAdapter

Determines whether the data structure is empty.

$ EntityReference#idProperty in class EntityReference

The entity ID.

EntityReference::isTargetNew() — Method in class EntityReference

Checks whether the target entity has not been saved yet.

$ ValidReferenceConstraint#invalidAutocreateMessageProperty in class ValidReferenceConstraint

Violation message when a new entity ("autocreate") is invalid.

QueryBase::initializePager() — Method in class QueryBase

Gets the total number of results and initialize a pager for the query.

Query::isSimpleQuery() — Method in class Query

Determines whether the query requires GROUP BY and ORDER BY MIN/MAX.

Tables::isFieldCaseSensitive() — Method in class Tables

Determines whether the given field is case sensitive.

TablesInterface::isFieldCaseSensitive() — Method in class TablesInterface

Determines whether the given field is case sensitive.

RevisionableInterface::isNewRevision() — Method in class RevisionableInterface

Determines whether a new revision should be created on save.

RevisionableInterface::isDefaultRevision() — Method in class RevisionableInterface

Checks if this entity is the default revision.

RevisionableInterface::isLatestRevision() — Method in class RevisionableInterface

Checks if this entity is the latest revision.

SqlContentEntityStorage::initTableLayout() — Method in class SqlContentEntityStorage

Initializes table name variables.

SqlContentEntityStorage::isColumnSerial() — Method in class SqlContentEntityStorage

Checks whether a field column should be treated as serial.

$ SqlContentEntityStorageSchema#installedStorageSchemaProperty in class SqlContentEntityStorageSchema

The key-value collection for tracking installed storage schema.

SqlContentEntityStorageSchema::installedStorageSchema() — Method in class SqlContentEntityStorageSchema

Gets the keyvalue collection for tracking the installed schema.

SqlContentEntityStorageSchema::initializeBaseTable() — Method in class SqlContentEntityStorageSchema

Initializes common information for a base table.

SqlContentEntityStorageSchema::initializeRevisionTable() — Method in class SqlContentEntityStorageSchema

Initializes common information for a revision table.

SqlContentEntityStorageSchema::initializeDataTable() — Method in class SqlContentEntityStorageSchema

Initializes common information for a data table.

SqlContentEntityStorageSchema::initializeRevisionDataTable() — Method in class SqlContentEntityStorageSchema

Initializes common information for a revision data table.

SqlContentEntityStorageSchema::isTableEmpty() — Method in class SqlContentEntityStorageSchema

Checks whether a database table is non-existent or empty.

$ SynchronizableEntityTrait#isSyncingProperty in class SynchronizableEntityTrait

Whether this entity is being created, updated or deleted through a synchronization process.

SynchronizableEntityTrait::isSyncing() — Method in class SynchronizableEntityTrait
{@inheritdoc}
SynchronizableInterface::isSyncing() — Method in class SynchronizableInterface

Returns whether this entity is being changed as part of a synchronization.

TranslatableRevisionableInterface::isLatestTranslationAffectedRevision() — Method in class TranslatableRevisionableInterface

Checks whether this is the latest revision affecting this translation.

TranslatableRevisionableInterface::isRevisionTranslationAffected() — Method in class TranslatableRevisionableInterface

Checks whether the current translation is affected by the current revision.

TranslatableRevisionableInterface::isRevisionTranslationAffectedEnforced() — Method in class TranslatableRevisionableInterface

Checks if the revision translation affected flag value has been enforced.

TranslatableRevisionableInterface::isDefaultTranslationAffectedOnly() — Method in class TranslatableRevisionableInterface

Checks if untranslatable fields should affect only the default translation.

FinalExceptionSubscriber::isErrorLevelVerbose() — Method in class FinalExceptionSubscriber

Checks whether the error level is verbose or not.

FinalExceptionSubscriber::isErrorDisplayable() — Method in class FinalExceptionSubscriber

Wrapper for error_displayable().

FinishResponseSubscriber::isCacheControlCustomized() — Method in class FinishResponseSubscriber

Determine whether the given response has a custom Cache-Control header.

Dependency::isCompatible() — Method in class Dependency

Determines if the provided version is compatible with this dependency.

ExtensionLifecycle::isValid() — Method in class ExtensionLifecycle

Determines if a given extension lifecycle string is valid.

$ ExtensionList#infoParserProperty in class ExtensionList

The info parser.

$ ExtensionList#installProfileProperty in class ExtensionList

The install profile used by the site.

InfoParserClass in namespace Drupal\Core\Extension

Parses extension .info.yml files.

InfoParserDynamicClass in namespace Drupal\Core\Extension

Parses dynamic .info.yml files that might change during the page request.

InfoParserDynamic::isConstraintSatisfiedByPreviousVersion() — Method in class InfoParserDynamic

Determines if a constraint is satisfied by earlier versions of Drupal 8.

InfoParserExceptionClass in namespace Drupal\Core\Extension

An exception thrown by the InfoParser class whilst parsing info.yml files.

InfoParserInterfaceClass in namespace Drupal\Core\Extension

Interface for classes that parses Drupal's info.yml files.

$ ModuleHandler#implementationsProperty in class ModuleHandler

List of hook implementations keyed by hook name.

$ ModuleHandler#includeFileKeysProperty in class ModuleHandler

A list of module include file keys.

ModuleHandler::isLoaded() — Method in class ModuleHandler

Returns whether all modules have been loaded.

ModuleHandler::implementsHook() — Method in class ModuleHandler

Returns whether a given module implements a given hook.

ModuleHandler::invoke() — Method in class ModuleHandler

Invokes a hook in a particular module.

ModuleHandler::invokeAll() — Method in class ModuleHandler

Invokes a hook in all enabled modules that implement it.

ModuleHandler::invokeDeprecated() — Method in class ModuleHandler

Invokes a deprecated hook in a particular module.

ModuleHandler::invokeAllDeprecated() — Method in class ModuleHandler

Invokes a deprecated hook in all enabled modules that implement it.

ModuleHandlerInterface::isLoaded() — Method in class ModuleHandlerInterface

Returns whether all modules have been loaded.

ModuleHandlerInterface::implementsHook() — Method in class ModuleHandlerInterface

Returns whether a given module implements a given hook.

ModuleHandlerInterface::invoke() — Method in class ModuleHandlerInterface

Invokes a hook in a particular module.

ModuleHandlerInterface::invokeAll() — Method in class ModuleHandlerInterface

Invokes a hook in all enabled modules that implement it.

ModuleHandlerInterface::invokeDeprecated() — Method in class ModuleHandlerInterface

Invokes a deprecated hook in a particular module.

ModuleHandlerInterface::invokeAllDeprecated() — Method in class ModuleHandlerInterface

Invokes a deprecated hook in all enabled modules that implement it.

ModuleInstaller::install() — Method in class ModuleInstaller

Installs a given list of modules.

ModuleInstaller::installSchema() — Method in class ModuleInstaller

Creates all tables defined in a module's hook_schema().

ModuleInstallerInterface::install() — Method in class ModuleInstallerInterface

Installs a given list of modules.

$ ThemeExtensionList#installedThemesProperty in class ThemeExtensionList

The list of installed themes.

ThemeInstaller::install() — Method in class ThemeInstaller

Installs a given list of themes.

ThemeInstallerInterface::install() — Method in class ThemeInstallerInterface

Installs a given list of themes.

$ FieldFormatter#idProperty in class FieldFormatter

The plugin ID.

$ FieldType#idProperty in class FieldType

The plugin ID.

$ FieldWidget#idProperty in class FieldWidget

The plugin ID.

$ BaseFieldDefinition#indexesProperty in class BaseFieldDefinition
BaseFieldDefinition::isTranslatable() — Method in class BaseFieldDefinition

Returns whether the field is translatable.

BaseFieldDefinition::isRevisionable() — Method in class BaseFieldDefinition

Returns whether the field storage is revisionable.

BaseFieldDefinition::isMultiple() — Method in class BaseFieldDefinition

Returns whether the field can contain multiple items.

BaseFieldDefinition::isDisplayConfigurable() — Method in class BaseFieldDefinition

Returns whether the display for the field can be configured.

BaseFieldDefinition::isBaseField() — Method in class BaseFieldDefinition

Determines whether the field is a base field.

BaseFieldDefinition::isDeleted() — Method in class BaseFieldDefinition

Returns whether the field is deleted or not.

BaseFieldDefinition::isStorageRequired() — Method in class BaseFieldDefinition

Returns whether the field storage is required.

BaseFieldDefinition::isInternal() — Method in class BaseFieldDefinition

Determines whether the data value is internal.

BaseFieldOverride::isDisplayConfigurable() — Method in class BaseFieldOverride

Returns whether the display for the field can be configured.

BaseFieldOverride::isReadOnly() — Method in class BaseFieldOverride

Determines whether the data is read-only.

BaseFieldOverride::isComputed() — Method in class BaseFieldOverride

Determines whether the data value is computed.

$ FieldConfigBase#idProperty in class FieldConfigBase

The field ID.

$ FieldConfigBase#itemDefinitionProperty in class FieldConfigBase

The data definition of a field item.

FieldConfigBase::id() — Method in class FieldConfigBase

Gets the identifier.

FieldConfigBase::isTranslatable() — Method in class FieldConfigBase

Returns whether the field is translatable.

FieldConfigBase::isRequired() — Method in class FieldConfigBase

Determines whether a data value is required.

FieldConfigBase::isList() — Method in class FieldConfigBase

Returns whether the data is multi-valued, i.e. a list of data items.

FieldConfigBase::isInternal() — Method in class FieldConfigBase

Determines whether the data value is internal.

FieldDefinition::isDisplayConfigurable() — Method in class FieldDefinition

Returns whether the display for the field can be configured.

FieldDefinition::isTranslatable() — Method in class FieldDefinition

Returns whether the field is translatable.

FieldDefinitionInterface::isDisplayConfigurable() — Method in class FieldDefinitionInterface

Returns whether the display for the field can be configured.

FieldDefinitionInterface::isRequired() — Method in class FieldDefinitionInterface

Returns whether the field can be empty.

FieldDefinitionInterface::isTranslatable() — Method in class FieldDefinitionInterface

Returns whether the field is translatable.

FieldStorageDefinitionInterface::isTranslatable() — Method in class FieldStorageDefinitionInterface

Returns whether the field supports translation.

FieldStorageDefinitionInterface::isRevisionable() — Method in class FieldStorageDefinitionInterface

Returns whether the field storage is revisionable.

FieldStorageDefinitionInterface::isMultiple() — Method in class FieldStorageDefinitionInterface

Returns whether the field can contain multiple items.

FieldStorageDefinitionInterface::isBaseField() — Method in class FieldStorageDefinitionInterface

Determines whether the field is a base field.

FieldStorageDefinitionInterface::isDeleted() — Method in class FieldStorageDefinitionInterface

Returns whether the field is deleted or not.

FormatterBase::isApplicable() — Method in class FormatterBase

Returns if the formatter can be used for the provided field.

FormatterInterface::isApplicable() — Method in class FormatterInterface

Returns if the formatter can be used for the provided field.

EntityReferenceEntityFormatter::isApplicable() — Method in class EntityReferenceEntityFormatter

Returns if the formatter can be used for the provided field.

IntegerFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'number_integer' formatter.

EmailItem::isEmpty() — Method in class EmailItem

Determines whether the data structure is empty.

EntityReferenceItem::isEmpty() — Method in class EntityReferenceItem

Determines whether the data structure is empty.

IntegerItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'integer' field type.

MapItem::isEmpty() — Method in class MapItem

Determines whether the data structure is empty.

NumericItemBase::isEmpty() — Method in class NumericItemBase

Determines whether the data structure is empty.

PasswordItem::isEmpty() — Method in class PasswordItem

Determines whether the data structure is empty.

StringItemBase::isEmpty() — Method in class StringItemBase

Determines whether the data structure is empty.

UriItem::isEmpty() — Method in class UriItem

Determines whether the data structure is empty.

RequiredFieldStorageDefinitionInterface::isStorageRequired() — Method in class RequiredFieldStorageDefinitionInterface

Returns whether the field storage is required.

WidgetBase::isApplicable() — Method in class WidgetBase

Returns if the widget can be used for the provided field.

WidgetBase::isDefaultValueWidget() — Method in class WidgetBase

Returns whether the widget used for default value form.

WidgetInterface::isApplicable() — Method in class WidgetInterface

Returns if the widget can be used for the provided field.

FTPExtension::isDirectory() — Method in class FTPExtension

Checks if a particular path is a directory.

FTPExtension::isFile() — Method in class FTPExtension

Checks if a particular path is a file (not a directory).

FileTransfer::isDirectory() — Method in class FileTransfer

Checks if a particular path is a directory.

FileTransfer::isFile() — Method in class FileTransfer

Checks if a particular path is a file (not a directory).

Local::isDirectory() — Method in class Local

Checks if a particular path is a directory.

Local::isFile() — Method in class Local

Checks if a particular path is a file (not a directory).

SSH::isDirectory() — Method in class SSH

Implements Drupal\Core\FileTransfer\FileTransfer::isDirectory().

SSH::isFile() — Method in class SSH

Checks if a particular path is a file (not a directory).

$ FileUploadSanitizeNameEvent#isSecurityRenameProperty in class FileUploadSanitizeNameEvent

Indicates the filename has changed for security reasons.

FileUploadSanitizeNameEvent::isSecurityRename() — Method in class FileUploadSanitizeNameEvent

Gets the security rename flag.

InvalidStreamWrapperExceptionClass in namespace Drupal\Core\File\Exception

Exception thrown when a file's stream wrapper is invalid.

ExtensionMimeTypeGuesser::isGuesserSupported() — Method in class ExtensionMimeTypeGuesser
{@inheritdoc}
MimeTypeGuesser::isGuesserSupported() — Method in class MimeTypeGuesser
{@inheritdoc}
ProtectedDirectory::isPrivate() — Method in class ProtectedDirectory

Is the directory private (or public).

DatabaseBackend::isAllowed() — Method in class DatabaseBackend

Checks whether a user is allowed to proceed with the specified event.

FloodInterface::isAllowed() — Method in class FloodInterface

Checks whether a user is allowed to proceed with the specified event.

MemoryBackend::isAllowed() — Method in class MemoryBackend

Checks whether a user is allowed to proceed with the specified event.

$ FormState#invalidTokenProperty in class FormState

If set to TRUE the form will skip calling form element value callbacks, except for a select list of callbacks provided by Drupal core that are known to be safe.

$ FormState#inputProperty in class FormState

The array of values as they were submitted by the user.

FormState::isCached() — Method in class FormState

Determines if the form should be cached.

FormState::isExecuted() — Method in class FormState

Determines if the form was submitted and has been processed and executed.

FormState::isMethodType() — Method in class FormState

Returns the HTTP form method.

FormState::isRequestMethodSafe() — Method in class FormState

Checks whether the request method is a "safe" HTTP method.

FormState::isValidationEnforced() — Method in class FormState

Checks if validation is enforced.

FormState::isRedirectDisabled() — Method in class FormState

Determines if redirecting has been prevented.

FormState::isProcessingInput() — Method in class FormState

Determines if the form input will be processed.

FormState::isProgrammed() — Method in class FormState

Returns if this form was submitted programmatically.

FormState::isBypassingProgrammedAccessChecks() — Method in class FormState

Determines if this form submission should bypass #access.

FormState::isSubmitted() — Method in class FormState

Determines if the form has been submitted.

FormState::isValidationComplete() — Method in class FormState

Determines if validation has been completed.

FormState::isRebuilding() — Method in class FormState

Determines if the form should be rebuilt after processing.

FormStateDecoratorBase::isCached() — Method in class FormStateDecoratorBase

Determines if the form should be cached.

FormStateDecoratorBase::isExecuted() — Method in class FormStateDecoratorBase

Determines if the form was submitted and has been processed and executed.

FormStateDecoratorBase::isMethodType() — Method in class FormStateDecoratorBase

Returns the HTTP form method.

FormStateDecoratorBase::isValidationEnforced() — Method in class FormStateDecoratorBase

Checks if validation is enforced.

FormStateDecoratorBase::isRedirectDisabled() — Method in class FormStateDecoratorBase

Determines if redirecting has been prevented.

FormStateDecoratorBase::isProcessingInput() — Method in class FormStateDecoratorBase

Determines if the form input will be processed.

FormStateDecoratorBase::isProgrammed() — Method in class FormStateDecoratorBase

Returns if this form was submitted programmatically.

FormStateDecoratorBase::isBypassingProgrammedAccessChecks() — Method in class FormStateDecoratorBase

Determines if this form submission should bypass #access.

FormStateDecoratorBase::isSubmitted() — Method in class FormStateDecoratorBase

Determines if the form has been submitted.

FormStateDecoratorBase::isValidationComplete() — Method in class FormStateDecoratorBase

Determines if validation has been completed.

FormStateDecoratorBase::isValueEmpty() — Method in class FormStateDecoratorBase

Determines if a specific key has a value in the submitted form values.

FormStateDecoratorBase::isRebuilding() — Method in class FormStateDecoratorBase

Determines if the form should be rebuilt after processing.

FormStateInterface::isValueEmpty() — Method in class FormStateInterface

Determines if a specific key has a value in the submitted form values.

FormStateInterface::isRebuilding() — Method in class FormStateInterface

Determines if the form should be rebuilt after processing.

FormStateInterface::isCached() — Method in class FormStateInterface

Determines if the form should be cached.

FormStateInterface::isExecuted() — Method in class FormStateInterface

Determines if the form was submitted and has been processed and executed.

FormStateInterface::isMethodType() — Method in class FormStateInterface

Returns the HTTP form method.

FormStateInterface::isValidationEnforced() — Method in class FormStateInterface

Checks if validation is enforced.

FormStateInterface::isRedirectDisabled() — Method in class FormStateInterface

Determines if redirecting has been prevented.

FormStateInterface::isProcessingInput() — Method in class FormStateInterface

Determines if the form input will be processed.

FormStateInterface::isProgrammed() — Method in class FormStateInterface

Returns if this form was submitted programmatically.

FormStateInterface::isBypassingProgrammedAccessChecks() — Method in class FormStateInterface

Determines if this form submission should bypass #access.

FormStateInterface::isSubmitted() — Method in class FormStateInterface

Determines if the form has been submitted.

FormStateInterface::isValidationComplete() — Method in class FormStateInterface

Determines if validation has been completed.

FormStateValuesTrait::isValueEmpty() — Method in class FormStateValuesTrait

Implements \Drupal\Core\Form\FormStateInterface::isValueEmpty()

HandlerStackConfigurator::initializeMiddlewares() — Method in class HandlerStackConfigurator

Ensures that the middlewares are initialized.

InputBagClass in namespace Drupal\Core\Http

Forward compatibility class for Symfony 5.

KernelEvent::isMasterRequest() — Method in class KernelEvent

Checks if this is a master request.

KernelEvent::isMainRequest() — Method in class KernelEvent

Checks if this is a main request.

LinkRelationType::isRegistered() — Method in class LinkRelationType

Indicates whether this link relation type is of the 'registered' kind.

LinkRelationType::isExtension() — Method in class LinkRelationType

Indicates whether this link relation type is of the 'extension' kind.

LinkRelationTypeInterface::isRegistered() — Method in class LinkRelationTypeInterface

Indicates whether this link relation type is of the 'registered' kind.

LinkRelationTypeInterface::isExtension() — Method in class LinkRelationTypeInterface

Indicates whether this link relation type is of the 'extension' kind.

ImageToolkitClass in namespace Drupal\Core\ImageToolkit\Annotation

Defines a Plugin annotation object for the image toolkit plugin.

$ ImageToolkit#idProperty in class ImageToolkit

The plugin ID.

ImageToolkitOperationClass in namespace Drupal\Core\ImageToolkit\Annotation

Defines a Plugin annotation object for the image toolkit operation plugin.

$ ImageToolkitOperation#idProperty in class ImageToolkitOperation

The plugin ID.

ImageToolkitBaseClass in namespace Drupal\Core\ImageToolkit

Provides a base class for image toolkit plugins.

ImageToolkitInterfaceClass in namespace Drupal\Core\ImageToolkit

Defines an interface for image toolkits.

ImageToolkitInterface::isValid() — Method in class ImageToolkitInterface

Checks if the image is valid.

ImageToolkitInterface::isAvailable() — Method in class ImageToolkitInterface

Verifies that the Image Toolkit is set up correctly.

ImageToolkitManagerClass in namespace Drupal\Core\ImageToolkit

Manages image toolkit plugins.

ImageToolkitOperationBaseClass in namespace Drupal\Core\ImageToolkit

Provides a base class for image toolkit operation plugins.

ImageToolkitOperationInterfaceClass in namespace Drupal\Core\ImageToolkit

Defines an interface for image toolkit operations.

ImageToolkitOperationManagerClass in namespace Drupal\Core\ImageToolkit

Manages toolkit operation plugins.

ImageToolkitOperationManagerInterfaceClass in namespace Drupal\Core\ImageToolkit

Defines an interface for image toolkit operation managers.

ImageClass in namespace Drupal\Core\Image

Defines an image object to represent an image file.

Image::isValid() — Method in class Image

Checks if the image is valid.

ImageFactoryClass in namespace Drupal\Core\Image

Provides a factory for image objects.

ImageInterfaceClass in namespace Drupal\Core\Image

Provides an interface for image objects.

ImageInterface::isValid() — Method in class ImageInterface

Checks if the image is valid.

InstallerExceptionClass in namespace Drupal\Core\Installer\Exception

Base class for exceptions thrown by installer.

InstallerKernelClass in namespace Drupal\Core\Installer

Extend DrupalKernel to handle force some kernel behaviors.

InstallerKernel::initializeContainer() — Method in class InstallerKernel

Initializes the service container.

InstallerKernel::installationAttempted() — Method in class InstallerKernel

Returns TRUE if a Drupal installation is currently being attempted.

InstallerModuleExtensionListClass in namespace Drupal\Core\Installer

Overrides the module extension list to have a static cache.

InstallerRedirectTraitClass in namespace Drupal\Core\Installer

Provides methods for checking if Drupal is already installed.

InstallerRedirectTrait::isCli() — Method in class InstallerRedirectTrait

Returns whether the current PHP process runs on CLI.

InstallerRouteBuilderClass in namespace Drupal\Core\Installer

Manages the router in the installer.

InstallerRouteProviderLazyBuilderClass in namespace Drupal\Core\Installer

A Route Provider front-end for use during the installer.

InstallerServiceProviderClass in namespace Drupal\Core\Installer

Service provider for the early installer environment.

InstallerThemeEngineExtensionListClass in namespace Drupal\Core\Installer

Overrides the theme engine extension list to have a static cache.

InstallerThemeExtensionListClass in namespace Drupal\Core\Installer

Overrides the theme extension list to have a static cache.

$ Language#idProperty in class Language

The ID, langcode.

Language::isDefault() — Method in class Language

Returns whether this language is the default language.

Language::isLocked() — Method in class Language

Returns whether this language is locked.

LanguageInterface::isDefault() — Method in class LanguageInterface

Returns whether this language is the default language.

LanguageInterface::isLocked() — Method in class LanguageInterface

Returns whether this language is locked.

LanguageManager::isMultilingual() — Method in class LanguageManager

Returns whether or not the site has more than one language added.

LanguageManager::isLanguageLocked() — Method in class LanguageManager

Checks whether a language is locked.

LanguageManagerInterface::isMultilingual() — Method in class LanguageManagerInterface

Returns whether or not the site has more than one language added.

LanguageManagerInterface::isLanguageLocked() — Method in class LanguageManagerInterface

Checks whether a language is locked.

$ Layout#idProperty in class Layout

The plugin ID.

$ Layout#iconProperty in class Layout

The path to the preview image (relative to the 'path' given).

$ Layout#icon_mapProperty in class Layout

The icon map.

IconBuilderInterfaceClass in namespace Drupal\Core\Layout\Icon

Provides an interface for building layout icons.

$ SvgIconBuilder#idProperty in class SvgIconBuilder

The machine name of the layout.

$ LayoutDefinition#iconProperty in class LayoutDefinition

The path to the preview image.

$ LayoutDefinition#icon_mapProperty in class LayoutDefinition

An array defining the regions of a layout.

RfcLoggerTrait::info() — Method in class RfcLoggerTrait
{@inheritdoc}
$ MailManager#instancesProperty in class MailManager

List of already instantiated mail plugins.

InaccessibleMenuLinkClass in namespace Drupal\Core\Menu

A menu link plugin for wrapping another menu link, in sensitive situations.

$ LocalActionManager#instancesProperty in class LocalActionManager

The plugin instances.

$ LocalTaskManager#instancesProperty in class LocalTaskManager

The plugin instances.

LocalTaskManager::isRouteActive() — Method in class LocalTaskManager

Determines whether the route of a certain local task is currently active.

MenuLinkBase::isEnabled() — Method in class MenuLinkBase

Returns whether the menu link is enabled (not hidden).

MenuLinkBase::isExpanded() — Method in class MenuLinkBase

Returns whether the child menu links should always been shown.

MenuLinkBase::isResettable() — Method in class MenuLinkBase

Returns whether this link can be reset.

MenuLinkBase::isTranslatable() — Method in class MenuLinkBase

Returns whether this link can be translated.

MenuLinkBase::isDeletable() — Method in class MenuLinkBase

Returns whether this link can be deleted.

MenuLinkDefault::isResettable() — Method in class MenuLinkDefault

Returns whether this link can be reset.

MenuLinkInterface::isEnabled() — Method in class MenuLinkInterface

Returns whether the menu link is enabled (not hidden).

MenuLinkInterface::isExpanded() — Method in class MenuLinkInterface

Returns whether the child menu links should always been shown.

MenuLinkInterface::isResettable() — Method in class MenuLinkInterface

Returns whether this link can be reset.

MenuLinkInterface::isTranslatable() — Method in class MenuLinkInterface

Returns whether this link can be translated.

MenuLinkInterface::isDeletable() — Method in class MenuLinkInterface

Returns whether this link can be deleted.

$ MenuLinkTreeElement#inActiveTrailProperty in class MenuLinkTreeElement

Whether this link is in the active trail.

CommandLineOrUnsafeMethod::isCli() — Method in class CommandLineOrUnsafeMethod

Indicates whether this is a CLI request.

$ PhpassHashedPassword#ITOA64Property in class PhpassHashedPassword

Returns a string for mapping an int to the corresponding base 64 character.

InboundPathProcessorInterfaceClass in namespace Drupal\Core\PathProcessor

Defines an interface for classes that process the inbound path.

$ PathProcessorManager#inboundProcessorsProperty in class PathProcessorManager

Holds the array of inbound processors to cycle through.

$ PathMatcher#isCurrentFrontPageProperty in class PathMatcher

Whether the current page is the front page.

PathMatcher::isFrontPage() — Method in class PathMatcher

Checks if the current page is the front page.

PathMatcherInterface::isFrontPage() — Method in class PathMatcherInterface

Checks if the current page is the front page.

PathValidator::isValid() — Method in class PathValidator

Checks if the URL path is valid and accessible by the current user.

PathValidatorInterface::isValid() — Method in class PathValidatorInterface

Checks if the URL path is valid and accessible by the current user.

$ ContextAwarePluginTrait#initializedContextConfigProperty in class ContextAwarePluginTrait

Tracks whether the context has been initialized from configuration.

$ ContextDefinition#isMultipleProperty in class ContextDefinition

Whether the data is multi-valued, i.e. a list of data items.

$ ContextDefinition#isRequiredProperty in class ContextDefinition

Determines whether a data value is required.

ContextDefinition::isMultiple() — Method in class ContextDefinition

Determines whether the data is multi-valued, i.e. a list of data items.

ContextDefinition::isRequired() — Method in class ContextDefinition

Determines whether the context is required.

ContextDefinition::isSatisfiedBy() — Method in class ContextDefinition

Determines if this definition is satisfied by a context object.

ContextDefinitionInterface::isSatisfiedBy() — Method in class ContextDefinitionInterface

Determines if this definition is satisfied by a context object.

DefaultLazyPluginCollection::initializePlugin() — Method in class DefaultLazyPluginCollection

Initializes and stores a plugin.

$ DefaultSingleLazyPluginCollection#instanceIdProperty in class DefaultSingleLazyPluginCollection

The instance ID used for this plugin collection.

DefaultSingleLazyPluginCollection::initializePlugin() — Method in class DefaultSingleLazyPluginCollection

Initializes and stores a plugin.

InfoHookDecoratorClass in namespace Drupal\Core\Plugin\Discovery

Allows info hook implementations to enhance discovered plugin definitions.

ConfigInstaller::installDefaultConfig() — Method in class ConfigInstaller

Installs the default configuration of a given extension.

ConfigInstaller::installOptionalConfig() — Method in class ConfigInstaller

Installs optional configuration.

ConfigInstaller::installCollectionDefaultConfig() — Method in class ConfigInstaller

Installs all default configuration in the specified collection.

ConfigInstaller::isSyncing() — Method in class ConfigInstaller

Gets the syncing state.

ModuleInstaller::install() — Method in class ModuleInstaller

Installs a given list of modules.

ExtensionMimeTypeGuesser::isGuesserSupported() — Method in class ExtensionMimeTypeGuesser
{@inheritdoc}
MimeTypeGuesser::isGuesserSupported() — Method in class MimeTypeGuesser
{@inheritdoc}
$ Memory#idSequenceProperty in class Memory

Counter for item ids.

Element::isVisibleElement() — Method in class Element

Determines if an element is visible.

Element::isEmpty() — Method in class Element

Indicates whether the given element is empty.

ImageButtonClass in namespace Drupal\Core\Render\Element

Provides a form element for a submit button with an image.

InlineTemplateClass in namespace Drupal\Core\Render\Element

Provides a render element where the user supplies an in-line Twig template.

ItemClass in namespace Drupal\Core\Render\Element

Provides a display-only form element with an optional title and description.

HtmlRenderer::invokePageAttachmentHooks() — Method in class HtmlRenderer

Invokes the page attachment hooks.

$ Renderer#isRenderingRootProperty in class Renderer

Whether we're currently in a ::renderRoot() call.

AdminContext::isAdminRoute() — Method in class AdminContext

Determines whether the active route is an admin one.

LocalAwareRedirectResponseTrait::isLocal() — Method in class LocalAwareRedirectResponseTrait

Determines whether a path is local.

RequestHelper::isCleanUrl() — Method in class RequestHelper

Returns whether the request is using a clean URL.

RoutePreloader::isGetAndHtmlRoute() — Method in class RoutePreloader

Determines whether the given route is a GET and HTML route.

TrustedRedirectResponse::isSafe() — Method in class TrustedRedirectResponse

Returns whether the URL is considered as safe to redirect to.

UrlGenerator::isStrictRequirements() — Method in class UrlGenerator
{@inheritdoc}
AccountInterface::id() — Method in class AccountInterface

Returns the user ID or 0 for anonymous.

AccountInterface::isAuthenticated() — Method in class AccountInterface

Returns TRUE if the account is authenticated.

AccountInterface::isAnonymous() — Method in class AccountInterface

Returns TRUE if the account is anonymous.

$ AccountProxy#idProperty in class AccountProxy

Account id.

AccountProxy::id() — Method in class AccountProxy

Returns the user ID or 0 for anonymous.

AccountProxy::isAuthenticated() — Method in class AccountProxy

Returns TRUE if the account is authenticated.

AccountProxy::isAnonymous() — Method in class AccountProxy

Returns TRUE if the account is anonymous.

SessionManager::isCli() — Method in class SessionManager

Returns whether the current PHP process runs on CLI.

SessionManager::isSessionObsolete() — Method in class SessionManager

Determines whether the session contains user data.

UserSession::id() — Method in class UserSession

Returns the user ID or 0 for anonymous.

UserSession::isAuthenticated() — Method in class UserSession

Returns TRUE if the account is authenticated.

UserSession::isAnonymous() — Method in class UserSession

Returns TRUE if the account is anonymous.

WriteSafeSessionHandler::isSessionWritable() — Method in class WriteSafeSessionHandler

Returns whether or not a session may be written to storage.

WriteSafeSessionHandlerInterface::isSessionWritable() — Method in class WriteSafeSessionHandlerInterface

Returns whether or not a session may be written to storage.

Settings::initialize() — Method in class Settings

Bootstraps settings.php and the Settings singleton.

$ StreamWrapperManager#infoProperty in class StreamWrapperManager

Contains stream wrapper info.

StreamWrapperManager::isValidScheme() — Method in class StreamWrapperManager

Checks that the scheme of a stream URI is valid.

StreamWrapperManager::isValidUri() — Method in class StreamWrapperManager

Determines whether the URI has a valid scheme for file API operations.

StreamWrapperManagerInterface::isValidScheme() — Method in class StreamWrapperManagerInterface

Checks that the scheme of a stream URI is valid.

StreamWrapperManagerInterface::isValidUri() — Method in class StreamWrapperManagerInterface

Determines whether the URI has a valid scheme for file API operations.

StringLoader::isFresh() — Method in class StringLoader
{@inheritdoc}
TwigEnvironment::invalidate() — Method in class TwigEnvironment

Invalidates all compiled Twig templates.

TwigExtension::isUrlGenerationSafe() — Method in class TwigExtension

Determines at compile time whether the generated URL will be safe.

FunctionalTestSetupTrait::initSettings() — Method in class FunctionalTestSetupTrait

Initialize settings created during install.

FunctionalTestSetupTrait::initConfig() — Method in class FunctionalTestSetupTrait

Initialize various configurations post-installation.

FunctionalTestSetupTrait::initUserSession() — Method in class FunctionalTestSetupTrait

Initializes user 1 for the site to be installed.

FunctionalTestSetupTrait::initKernel() — Method in class FunctionalTestSetupTrait

Initializes the kernel after installation.

FunctionalTestSetupTrait::installDefaultThemeFromClassProperty() — Method in class FunctionalTestSetupTrait

Installs the default theme defined by static::$defaultTheme when needed.

FunctionalTestSetupTrait::installModulesFromClassProperty() — Method in class FunctionalTestSetupTrait

Install modules defined by static::$modules.

FunctionalTestSetupTrait::installParameters() — Method in class FunctionalTestSetupTrait

Returns the parameters that will be used when Simpletest installs Drupal.

TestDatabase::insertAssert() — Method in class TestDatabase

Store an assertion from outside the testing context.

$ Registry#initializedProperty in class Registry

Stores whether the registry was already initialized.

Registry::init() — Method in class Registry

Initializes a theme with a certain name.

ThemeInitialization::initTheme() — Method in class ThemeInitialization

Initializes a given theme.

ThemeInitializationInterface::initTheme() — Method in class ThemeInitializationInterface

Initializes a given theme.

ThemeManager::initTheme() — Method in class ThemeManager

Initializes the active theme for a given route match.

$ DataType#idProperty in class DataType

The data type plugin ID.

ComplexDataInterface::isEmpty() — Method in class ComplexDataInterface

Determines whether the data structure is empty.

ComputedItemListTrait::isEmpty() — Method in class ComputedItemListTrait
{@inheritdoc}
DataDefinition::isList() — Method in class DataDefinition

Returns whether the data is multi-valued, i.e. a list of data items.

DataDefinition::isReadOnly() — Method in class DataDefinition

Determines whether the data is read-only.

DataDefinition::isComputed() — Method in class DataDefinition

Determines whether the data value is computed.

DataDefinition::isRequired() — Method in class DataDefinition

Determines whether a data value is required.

DataDefinition::isInternal() — Method in class DataDefinition

Determines whether the data value is internal.

DataDefinitionInterface::isList() — Method in class DataDefinitionInterface

Returns whether the data is multi-valued, i.e. a list of data items.

DataDefinitionInterface::isReadOnly() — Method in class DataDefinitionInterface

Determines whether the data is read-only.

DataDefinitionInterface::isComputed() — Method in class DataDefinitionInterface

Determines whether the data value is computed.

DataDefinitionInterface::isRequired() — Method in class DataDefinitionInterface

Determines whether a data value is required.

DataDefinitionInterface::isInternal() — Method in class DataDefinitionInterface

Determines whether the data value is internal.

$ ListDataDefinition#itemDefinitionProperty in class ListDataDefinition

The data definition of a list item.

ListInterface::isEmpty() — Method in class ListInterface

Determines whether the list contains any non-empty items.

IntegerDataClass in namespace Drupal\Core\TypedData\Plugin\DataType

The integer data type.

ItemListClass in namespace Drupal\Core\TypedData\Plugin\DataType

A generic list class.

ItemList::isEmpty() — Method in class ItemList

Determines whether the list contains any non-empty items.

$ Language#idProperty in class Language

The id of the language.

Language::id() — Method in class Language
{@inheritdoc}
Map::isEmpty() — Method in class Map

Determines whether the data structure is empty.

TranslatableInterface::isDefaultTranslation() — Method in class TranslatableInterface

Checks whether the translation is the default one.

TranslatableInterface::isNewTranslation() — Method in class TranslatableInterface

Checks whether the translation is new.

TranslatableInterface::isTranslatable() — Method in class TranslatableInterface

Returns the translation support status.

IntegerInterfaceClass in namespace Drupal\Core\TypedData\Type

Interface for integer numbers.

$ ConstraintViolationBuilder#invalidValueProperty in class ConstraintViolationBuilder

The invalid value caused the violation.

ExecutionContext::isConstraintValidated() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::isGroupValidated() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::isObjectInitialized() — Method in class ExecutionContext
{@inheritdoc}
RecursiveValidator::inContext() — Method in class RecursiveValidator
{@inheritdoc}
UpdateKernel::initializeContainer() — Method in class UpdateKernel

Initializes the service container.

$ UpdateRegistry#includeTestsProperty in class UpdateRegistry

Should we respect update functions in tests.

Module::isInstalled() — Method in class Module

Checks if the project is installed.

Theme::isInstalled() — Method in class Theme

Checks if the project is installed.

Updater::install() — Method in class Updater

Installs a Drupal project, returns a list of next actions.

UpdaterInterface::isInstalled() — Method in class UpdaterInterface

Checks if the project is installed.

$ Url#internalPathProperty in class Url

Stores the internal path, if already requested by getInternalPath().

Url::isExternal() — Method in class Url

Indicates if this Url is external.

Url::isRouted() — Method in class Url

Indicates if this Url has a Drupal route.

$ Error#ignoredFunctionsProperty in class Error

An array of ignored functions.

ThemeRegistry::initializeRegistry() — Method in class ThemeRegistry

Initializes the full theme registry.

$ Constraint#idProperty in class Constraint

The constraint plugin ID.

IsNullConstraintClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Null constraint.

IsNullConstraintValidatorClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Null constraint validator.

DemoUmamiProfileTest::installParameters() — Method in class DemoUmamiProfileTest
{@inheritdoc}
$ AggregatorFetcher#idProperty in class AggregatorFetcher

The plugin ID.

$ AggregatorParser#idProperty in class AggregatorParser

The plugin ID.

$ AggregatorProcessor#idProperty in class AggregatorProcessor

The plugin ID.

ItemClass in namespace Drupal\aggregator\Entity

Defines the aggregator item entity class.

ItemInterfaceClass in namespace Drupal\aggregator

Provides an interface defining an aggregator item entity.

ItemStorageClass in namespace Drupal\aggregator

Defines the storage handler class for feed item entities.

ItemStorageInterfaceClass in namespace Drupal\aggregator

Defines an interface for aggregator item entity storage classes.

ItemStorageSchemaClass in namespace Drupal\aggregator

Defines the item schema handler.

ItemViewBuilderClass in namespace Drupal\aggregator

View builder handler for aggregator feed items.

ItemsImporterClass in namespace Drupal\aggregator

Defines an importer of aggregator items.

ItemsImporterInterfaceClass in namespace Drupal\aggregator

Provides an interface defining an aggregator items importer.

$ AggregatorFeedBlock#itemStorageProperty in class AggregatorFeedBlock

The entity storage for items.

AggregatorTitleFormatter::isApplicable() — Method in class AggregatorTitleFormatter

Returns if the formatter can be used for the provided field.

$ DefaultProcessor#itemStorageProperty in class DefaultProcessor

The entity storage for items.

IidClass in namespace Drupal\aggregator\Plugin\views\argument

Argument handler to accept an aggregator item id.

BanIpManager::isBanned() — Method in class BanIpManager

Returns if this IP address is banned.

BanIpManagerInterface::isBanned() — Method in class BanIpManagerInterface

Returns if this IP address is banned.

$ BanAdmin#ipManagerProperty in class BanAdmin
$ BanDelete#ipManagerProperty in class BanDelete

The IP manager.

BlockedIp::import() — Method in class BlockedIp

Import the row.

BlockPluginCollection::initializePlugin() — Method in class BlockPluginCollection

Initializes and stores a plugin.

$ Block#idProperty in class Block

The ID of the block.

Block::initializeIterator() — Method in class Block

Initializes the iterator with the source data.

BlockContentInterface::isReusable() — Method in class BlockContentInterface

Determines if the block is reusable or not.

BlockContent::isReusable() — Method in class BlockContent

Determines if the block is reusable or not.

BlockContent::invalidateBlockPluginCache() — Method in class BlockContent

Invalidates the block plugin cache after changes and deletions.

$ BlockContentType#idProperty in class BlockContentType

The custom block type ID.

BookOutlineStorage::insert() — Method in class BookOutlineStorage

Inserts a book link.

BookOutlineStorageInterface::insert() — Method in class BookOutlineStorageInterface

Inserts a book link.

$ BreakpointManager#instancesProperty in class BreakpointManager

The plugin instances.

$ CKEditor4To5Upgrade#idProperty in class CKEditor4To5Upgrade

The plugin ID.

$ CKEditor5Plugin#idProperty in class CKEditor5Plugin

The plugin ID.

CKEditor5ImageController::imageUploadEnabledAccess() — Method in class CKEditor5ImageController

Access check based on whether image upload is enabled or not.

CKEditor5MediaController::isMediaImage() — Method in class CKEditor5MediaController

Checks if media has a image field.

CKEditor5PluginDefinition::isConfigurable() — Method in class CKEditor5PluginDefinition

Whether this plugin is configurable by the user.

CKEditor5PluginManager::isPluginDisabled() — Method in class CKEditor5PluginManager

Checks whether a plugin must be disabled due to unmet conditions.

ImageUploadClass in namespace Drupal\ckeditor5\Plugin\CKEditor5Plugin

CKEditor 5 Image plugin.

$ ToolbarItemConditionsMetConstraint#imageUploadStatusRequiredMessageProperty in class ToolbarItemConditionsMetConstraint

The violation message when the required image upload status is not set.

ToolbarItemConstraintValidator::isValidToolbarItem() — Method in class ToolbarItemConstraintValidator

Validates the given toolbar item.

$ CKEditorPlugin#idProperty in class CKEditorPlugin

The plugin ID.

CKEditorPluginBase::isInternal() — Method in class CKEditorPluginBase

Indicates if this plugin is part of the optimized CKEditor build.

CKEditorPluginContextualInterface::isEnabled() — Method in class CKEditorPluginContextualInterface

Checks if this plugin should be enabled based on the editor configuration.

CKEditorPluginInterface::isInternal() — Method in class CKEditorPluginInterface

Indicates if this plugin is part of the optimized CKEditor build.

CKEditorPluginManager::injectPluginSettingsForm() — Method in class CKEditorPluginManager

Injects the CKEditor plugins settings forms as a vertical tabs subform.

DrupalImageCaption::isInternal() — Method in class DrupalImageCaption

Indicates if this plugin is part of the optimized CKEditor build.

DrupalImageCaption::isEnabled() — Method in class DrupalImageCaption

Checks if this plugin should be enabled based on the editor configuration.

InternalClass in namespace Drupal\ckeditor\Plugin\CKEditorPlugin

Defines the "internal" plugin (i.e. core plugins part of our CKEditor build).

Internal::isInternal() — Method in class Internal

Indicates if this plugin is part of the optimized CKEditor build.

Internal::isEnabled() — Method in class Internal

Checks if this plugin should be enabled based on the editor configuration.

Language::isInternal() — Method in class Language

Indicates if this plugin is part of the optimized CKEditor build.

StylesCombo::isInternal() — Method in class StylesCombo

Indicates if this plugin is part of the optimized CKEditor build.

Color::import() — Method in class Color

Import the row.

$ CommentType#idProperty in class CommentType

The comment type ID.

AuthorNameFormatter::isApplicable() — Method in class AuthorNameFormatter

Returns if the formatter can be used for the provided field.

CommentPermalinkFormatter::isApplicable() — Method in class CommentPermalinkFormatter

Returns if the formatter can be used for the provided field.

CommentItem::isEmpty() — Method in class CommentItem

Determines whether the data structure is empty.

EntityComment::import() — Method in class EntityComment

Import the row.

EntityCommentType::import() — Method in class EntityCommentType

Import the row.

LastTimestamp::init() — Method in class LastTimestamp

Initialize the plugin.

NodeNewComments::init() — Method in class NodeNewComments

Initialize the plugin.

$ ConfigController#importTransformerProperty in class ConfigController

The import transformer service.

$ ConfigSync#importTransformerProperty in class ConfigSync

The import transformer service.

ConfigTranslationController::itemPage() — Method in class ConfigTranslationController

Language translations overview page for a configuration name.

$ ContactForm#idProperty in class ContactForm

The form ID.

Message::isPersonal() — Method in class Message

Returns TRUE if this is the personal contact form.

MessageInterface::isPersonal() — Method in class MessageInterface

Returns TRUE if this is the personal contact form.

ContactSettings::initializeIterator() — Method in class ContactSettings

Initializes the iterator with the source data.

ContentModerationState::isPublishedState() — Method in class ContentModerationState

Determines if entities should be published if in this state.

ContentModerationState::isDefaultRevisionState() — Method in class ContentModerationState

Determines if entities should be the default revision if in this state.

ContentModerationState::id() — Method in class ContentModerationState

Gets the state's ID.

ContentPreprocess::isLatestVersionPage() — Method in class ContentPreprocess

Checks whether a route is the "Latest version" tab of a node.

EntityOperations::isPublished() — Method in class EntityOperations

Checks if the entity is published.

EntityTypeInfo::isModeratedEntityEditForm() — Method in class EntityTypeInfo

Checks whether the specified form allows to edit a moderated entity.

BlockContentModerationHandler::isModeratedEntity() — Method in class BlockContentModerationHandler

Determines if an entity should be moderated.

ModerationHandler::isModeratedEntity() — Method in class ModerationHandler

Determines if an entity should be moderated.

ModerationHandlerInterface::isModeratedEntity() — Method in class ModerationHandlerInterface

Determines if an entity should be moderated.

ModerationInformation::isModeratedEntity() — Method in class ModerationInformation

Determines if an entity is moderated.

ModerationInformation::isModeratedEntityType() — Method in class ModerationInformation

Determines if an entity type has at least one moderated bundle.

ModerationInformation::isLiveRevision() — Method in class ModerationInformation

Determines if an entity is "live".

ModerationInformation::isDefaultRevisionPublished() — Method in class ModerationInformation

Determines if the default revision for the given entity is published.

ModerationInformation::isFirstTimeModeration() — Method in class ModerationInformation

Determines if this entity is being moderated for the first time.

ModerationInformationInterface::isModeratedEntity() — Method in class ModerationInformationInterface

Determines if an entity is moderated.

ModerationInformationInterface::isModeratedEntityType() — Method in class ModerationInformationInterface

Determines if an entity type has at least one moderated bundle.

ModerationInformationInterface::isLiveRevision() — Method in class ModerationInformationInterface

Determines if an entity is "live".

ModerationInformationInterface::isDefaultRevisionPublished() — Method in class ModerationInformationInterface

Determines if the default revision for the given entity is published.

ContentModerationStateFormatter::isApplicable() — Method in class ContentModerationStateFormatter

Returns if the formatter can be used for the provided field.

ModerationStateWidget::isApplicable() — Method in class ModerationStateWidget

Returns if the widget can be used for the provided field.

$ ModerationStateConstraint#invalidStateMessageProperty in class ModerationStateConstraint
$ ModerationStateConstraint#invalidTransitionAccessProperty in class ModerationStateConstraint
StateTransitionValidation::isTransitionValid() — Method in class StateTransitionValidation

Checks if a transition between two states if valid for the given user.

StateTransitionValidationInterface::isTransitionValid() — Method in class StateTransitionValidationInterface

Checks if a transition between two states if valid for the given user.

ContentTranslationManager::isSupported() — Method in class ContentTranslationManager

Checks whether an entity type supports translation.

ContentTranslationManager::isEnabled() — Method in class ContentTranslationManager

Determines whether the given entity type is translatable.

ContentTranslationManager::isPendingRevisionSupportEnabled() — Method in class ContentTranslationManager

Checks whether support for pending revisions should be enabled.

ContentTranslationManagerInterface::isSupported() — Method in class ContentTranslationManagerInterface

Checks whether an entity type supports translation.

ContentTranslationManagerInterface::isEnabled() — Method in class ContentTranslationManagerInterface

Determines whether the given entity type is translatable.

ContentTranslationMetadataWrapper::isOutdated() — Method in class ContentTranslationMetadataWrapper

Returns the translation outdated status.

ContentTranslationMetadataWrapper::isPublished() — Method in class ContentTranslationMetadataWrapper

Returns the translation published status.

ContentTranslationMetadataWrapperInterface::isOutdated() — Method in class ContentTranslationMetadataWrapperInterface

Returns the translation outdated status.

ContentTranslationMetadataWrapperInterface::isPublished() — Method in class ContentTranslationMetadataWrapperInterface

Returns the translation published status.

FieldTranslationSynchronizer::itemHash() — Method in class FieldTranslationSynchronizer

Computes a hash code for the specified item.

I18nQueryTraitClass in namespace Drupal\content_translation\Plugin\migrate\source

Gets an i18n translation from the source database.

$ I18nQueryTrait#i18nStringTableProperty in class I18nQueryTrait

The i18n string table name.

EntityTranslationSettings::initializeIterator() — Method in class EntityTranslationSettings

Initializes the iterator with the source data.

DateTimeItem::isEmpty() — Method in class DateTimeItem

Determines whether the data structure is empty.

DateRangeItem::isEmpty() — Method in class DateRangeItem

Determines whether the data structure is empty.

DblogMessage::init() — Method in class DblogMessage

Initialize the plugin.

InstallHelperClass in namespace Drupal\demo_umami_content

Defines a helper class for importing default content.

InstallHelper::importContent() — Method in class InstallHelper

Imports default contents.

InstallHelper::importEditors() — Method in class InstallHelper

Imports editors.

InstallHelper::importContentFromFile() — Method in class InstallHelper

Imports content.

$ Editor#idProperty in class Editor

The plugin ID.

$ Editor#is_xss_safeProperty in class Editor

Whether this text editor is not vulnerable to XSS attacks.

$ Editor#image_uploadProperty in class Editor

The structured array of image upload settings.

Editor::id() — Method in class Editor

Gets the identifier.

$ EditorFileReference#imageFactoryProperty in class EditorFileReference

The image factory.

Editor::isCompatible() — Method in class Editor

Checks whether this in-place editor is compatible with a given field.

ConfigImporterFieldPurger::initializeSandbox() — Method in class ConfigImporterFieldPurger

Initializes the batch context sandbox for processing field deletions.

FieldConfig::isDeleted() — Method in class FieldConfig

Gets the deleted flag of the field.

FieldConfig::isDisplayConfigurable() — Method in class FieldConfig

Returns whether the display for the field can be configured.

FieldConfig::isReadOnly() — Method in class FieldConfig

Determines whether the data is read-only.

FieldConfig::isComputed() — Method in class FieldConfig

Determines whether the data value is computed.

$ FieldStorageConfig#idProperty in class FieldStorageConfig

The field ID.

$ FieldStorageConfig#indexesProperty in class FieldStorageConfig

The custom storage indexes for the field data storage.

$ FieldStorageConfig#inDeletionProperty in class FieldStorageConfig

Static flag set to prevent recursion during field deletes.

FieldStorageConfig::id() — Method in class FieldStorageConfig

Gets the identifier.

FieldStorageConfig::isBaseField() — Method in class FieldStorageConfig

Determines whether the field is a base field.

FieldStorageConfig::isDeleted() — Method in class FieldStorageConfig

Returns whether the field is deleted or not.

FieldStorageConfig::isTranslatable() — Method in class FieldStorageConfig

Returns whether the field supports translation.

FieldStorageConfig::isRevisionable() — Method in class FieldStorageConfig

Returns whether the field storage is revisionable.

FieldStorageConfig::isMultiple() — Method in class FieldStorageConfig

Returns whether the field can contain multiple items.

FieldStorageConfig::isLocked() — Method in class FieldStorageConfig

Returns whether the field storage is locked or not.

FieldStorageConfig::isDeletable() — Method in class FieldStorageConfig

Checks if the field storage can be deleted.

FieldConfigInterface::isDeleted() — Method in class FieldConfigInterface

Gets the deleted flag of the field.

FieldConfigStorage::importDelete() — Method in class FieldConfigStorage

Delete entities upon synchronizing configuration changes.

FieldStorageConfigInterface::isDeletable() — Method in class FieldStorageConfigInterface

Checks if the field storage can be deleted.

FieldStorageConfigInterface::isLocked() — Method in class FieldStorageConfigInterface

Returns whether the field storage is locked or not.

FieldInstancePerFormDisplay::initializeIterator() — Method in class FieldInstancePerFormDisplay

Initializes the iterator with the source data.

FieldInstancePerViewMode::initializeIterator() — Method in class FieldInstancePerViewMode

Initializes the iterator with the source data.

FieldInstance::initializeIterator() — Method in class FieldInstance

Initializes the iterator with the source data.

FieldInstancePerViewMode::initializeIterator() — Method in class FieldInstancePerViewMode

Initializes the iterator with the source data.

ViewMode::initializeIterator() — Method in class ViewMode

Initializes the iterator with the source data.

FieldLayoutEntityDisplayTrait::init() — Method in class FieldLayoutEntityDisplayTrait

Overrides \Drupal\Core\Entity\EntityDisplayBase::init().

EntityDisplayModeListBuilder::isValidEntity() — Method in class EntityDisplayModeListBuilder

Filters entities based on their view builder handlers.

EntityFormModeListBuilder::isValidEntity() — Method in class EntityFormModeListBuilder

Filters entities based on their form mode handlers.

EntityDisplayModeFormBase::init() — Method in class EntityDisplayModeFormBase

Initialize the form state and the entity before the first form build.

File::isPermanent() — Method in class File

Returns TRUE if the file is permanent.

File::isTemporary() — Method in class File

Returns TRUE if the file is temporary.

FileInterface::isPermanent() — Method in class FileInterface

Returns TRUE if the file is permanent.

FileInterface::isTemporary() — Method in class FileInterface

Returns TRUE if the file is temporary.

BaseFieldFileFormatterBase::isApplicable() — Method in class BaseFieldFileFormatterBase

Returns if the formatter can be used for the provided field.

FileExtensionFormatter::isApplicable() — Method in class FileExtensionFormatter

Returns if the formatter can be used for the provided field.

FileMediaFormatterBase::isApplicable() — Method in class FileMediaFormatterBase

Returns if the formatter can be used for the provided field.

FileSize::isApplicable() — Method in class FileSize

Returns if the formatter can be used for the provided field.

FileUriFormatter::isApplicable() — Method in class FileUriFormatter

Returns if the formatter can be used for the provided field.

FilemimeFormatter::isApplicable() — Method in class FilemimeFormatter

Returns if the formatter can be used for the provided field.

FileItem::isDisplayed() — Method in class FileItem

Determines whether an item should be displayed when rendering the field.

$ File#isPublicProperty in class File

Flag for private or public file storage.

File::initializeIterator() — Method in class File

Initializes the iterator with the source data.

UploadInstance::initializeIterator() — Method in class UploadInstance

Initializes the iterator with the source data.

File::initializeIterator() — Method in class File

Initializes the iterator with the source data.

File::init() — Method in class File

Initialize the plugin.

FileUploadResult::isSecurityRename() — Method in class FileUploadResult

Returns if there was a security rename.

FileUploadResult::isRenamed() — Method in class FileUploadResult

Returns if there was a file rename.

FormUploadedFile::isValid() — Method in class FormUploadedFile

Returns whether the file was uploaded successfully.

UploadedFileInterface::isValid() — Method in class UploadedFileInterface

Returns whether the file was uploaded successfully.

$ Filter#idProperty in class Filter

The plugin ID.

FilterFormat::id() — Method in class FilterFormat

Gets the identifier.

FilterFormat::isFallbackFormat() — Method in class FilterFormat

Returns if this format is the fallback format.

FilterFormatInterface::isFallbackFormat() — Method in class FilterFormatInterface

Returns if this format is the fallback format.

FilterPluginCollection::initializePlugin() — Method in class FilterPluginCollection

Initializes and stores a plugin.

$ ForumManager#indexProperty in class ForumManager

Cached forum index.

$ HelpSection#idProperty in class HelpSection

The plugin ID.

HelpTopicPluginBase::isTopLevel() — Method in class HelpTopicPluginBase

Returns whether this is a top-level topic or not.

HelpTopicPluginInterface::isTopLevel() — Method in class HelpTopicPluginInterface

Returns whether this is a top-level topic or not.

HelpSearch::indexClear() — Method in class HelpSearch

Clears the search index for this plugin.

HelpSearch::indexStatus() — Method in class HelpSearch

Reports the status of indexing.

HistoryUserTimestamp::init() — Method in class HistoryUserTimestamp

Initialize the plugin.

ImageEffectClass in namespace Drupal\image\Annotation

Defines an image effect annotation object.

$ ImageEffect#idProperty in class ImageEffect

The plugin ID.

ImageStyleDownloadControllerClass in namespace Drupal\image\Controller

Defines a controller to serve image styles.

$ ImageStyleDownloadController#imageFactoryProperty in class ImageStyleDownloadController

The image factory.

$ QuickEditImageController#imageFactoryProperty in class QuickEditImageController

The image factory.

ImageStyleClass in namespace Drupal\image\Entity

Defines an image style configuration entity.

ImageStyle::id() — Method in class ImageStyle

Gets the identifier.

ImageEffectAddFormClass in namespace Drupal\image\Form

Provides an add form for image effects.

ImageEffectDeleteFormClass in namespace Drupal\image\Form

Form for deleting an image effect.

$ ImageEffectDeleteForm#imageStyleProperty in class ImageEffectDeleteForm

The image style containing the image effect to be deleted.

$ ImageEffectDeleteForm#imageEffectProperty in class ImageEffectDeleteForm

The image effect to be deleted.

ImageEffectEditFormClass in namespace Drupal\image\Form

Provides an edit form for image effects.

ImageEffectFormBaseClass in namespace Drupal\image\Form

Provides a base form for image effects.

$ ImageEffectFormBase#imageStyleProperty in class ImageEffectFormBase

The image style.

$ ImageEffectFormBase#imageEffectProperty in class ImageEffectFormBase

The image effect.

ImageStyleAddFormClass in namespace Drupal\image\Form

Controller for image style addition forms.

ImageStyleDeleteFormClass in namespace Drupal\image\Form

Creates a form to delete an image style.

ImageStyleEditFormClass in namespace Drupal\image\Form

Controller for image style edit form.

$ ImageStyleEditForm#imageEffectManagerProperty in class ImageStyleEditForm

The image effect manager service.

ImageStyleFlushFormClass in namespace Drupal\image\Form

Form controller for image style flush.

ImageStyleFormBaseClass in namespace Drupal\image\Form

Base form for image style add and edit forms.

$ ImageStyleFormBase#imageStyleStorageProperty in class ImageStyleFormBase

The image style entity storage.

ImageEffectBaseClass in namespace Drupal\image

Provides a base class for image effects.

ImageEffectInterfaceClass in namespace Drupal\image

Defines the interface for image effects.

ImageEffectManagerClass in namespace Drupal\image

Manages image effect plugins.

ImageEffectPluginCollectionClass in namespace Drupal\image

A collection of image effects.

ImageStyleInterfaceClass in namespace Drupal\image

Provides an interface defining an image style entity.

ImageStyleListBuilderClass in namespace Drupal\image

Defines a class to build a listing of image style entities.

ImageStyleStorageClass in namespace Drupal\image

Storage controller class for "image style" configuration entities.

ImageStyleStorageInterfaceClass in namespace Drupal\image

Interface for storage controller for "image style" configuration entities.

ImageFormatterClass in namespace Drupal\image\Plugin\Field\FieldFormatter

Plugin implementation of the 'image' formatter.

$ ImageFormatter#imageStyleStorageProperty in class ImageFormatter

The image style entity storage.

ImageFormatterBaseClass in namespace Drupal\image\Plugin\Field\FieldFormatter

Base class for image file formatters.

ImageUrlFormatterClass in namespace Drupal\image\Plugin\Field\FieldFormatter

Plugin implementation of the 'image_url' formatter.

ImageItemClass in namespace Drupal\image\Plugin\Field\FieldType

Plugin implementation of the 'image' field type.

ImageItem::isDisplayed() — Method in class ImageItem

Determines whether an item should be displayed when rendering the field.

ImageWidgetClass in namespace Drupal\image\Plugin\Field\FieldWidget

Plugin implementation of the 'image_image' widget.

$ ImageWidget#imageFactoryProperty in class ImageWidget

The image factory service.

ImageClass in namespace Drupal\image\Plugin\InPlaceEditor

Defines the image text in-place editor.

Image::isCompatible() — Method in class Image

Checks whether this in-place editor is compatible with a given field.

EntityImageStyle::import() — Method in class EntityImageStyle

Import the row.

ImageFieldClass in namespace Drupal\image\Plugin\migrate\field\d6
ImageFieldClass in namespace Drupal\image\Plugin\migrate\field\d7
ImageCacheActionsClass in namespace Drupal\image\Plugin\migrate\process\d6
ImageCachePresetClass in namespace Drupal\image\Plugin\migrate\source\d6

Drupal 6 imagecache presets source from database.

ImageStylesClass in namespace Drupal\image\Plugin\migrate\source\d7

Drupal 7 image styles source from database.

ImageStyleRoutesClass in namespace Drupal\image\Routing

Defines a route subscriber to register a url for serving image styles.

InlineFormErrorsServiceProviderClass in namespace Drupal\inline_form_errors

Overrides the form_error_handler service to enable inline form errors.

FieldResolver::isMemberFilterable() — Method in class FieldResolver

Determines if the given field or member name is filterable.

FieldResolver::isDelta() — Method in class FieldResolver

Determines if a path part targets a specific field delta.

FieldResolver::isCandidateDefinitionProperty() — Method in class FieldResolver

Determines if a path part targets a field property, not a subsequent field.

FieldResolver::isCandidateDefinitionReferenceProperty() — Method in class FieldResolver

Determines if a path part targets a reference property.

$ EntityResource#includeResolverProperty in class EntityResource

The include resolver.

EntryPoint::index() — Method in class EntryPoint

Controller to list all the resources.

DefaultExceptionSubscriber::isJsonApiExceptionEvent() — Method in class DefaultExceptionSubscriber

Check if the error should be formatted using JSON:API.

IncludeResolverClass in namespace Drupal\jsonapi

Resolves included resources for an entity or collection of entities.

IncludedDataClass in namespace Drupal\jsonapi\JsonApiResource

Represents the included member of a JSON:API document.

$ JsonApiDocumentTopLevel#includesProperty in class JsonApiDocumentTopLevel

The includes to normalize.

$ ResourceIdentifier#idProperty in class ResourceIdentifier

The resource ID.

ResourceIdentifier::isDuplicate() — Method in class ResourceIdentifier

Determines if two ResourceIdentifiers are the same.

ResourceIdentifier::isParallel() — Method in class ResourceIdentifier

Determines if two ResourceIdentifiers identify the same resource object.

JsonApiSpec::isValidMemberName() — Method in class JsonApiSpec

Checks whether the given member name is valid.

JsonApiSpec::isValidCustomQueryParameter() — Method in class JsonApiSpec

Checks whether the given custom query parameter name is valid.

$ ResourceType#internalProperty in class ResourceType

Whether this resource type is internal.

$ ResourceType#isLocatableProperty in class ResourceType

Whether this resource type's resources are locatable.

$ ResourceType#isMutableProperty in class ResourceType

Whether this resource type's resources are mutable.

$ ResourceType#isVersionableProperty in class ResourceType

Whether this resource type's resources are versionable.

ResourceType::isFieldEnabled() — Method in class ResourceType

Checks if a field is enabled or not.

ResourceType::includeCount() — Method in class ResourceType

Determine whether to include a collection count.

ResourceType::isInternal() — Method in class ResourceType

Whether this resource type is internal.

ResourceType::isLocatable() — Method in class ResourceType

Whether resources of this resource type are locatable.

ResourceType::isMutable() — Method in class ResourceType

Whether resources of this resource type are mutable.

ResourceType::isVersionable() — Method in class ResourceType

Whether resources of this resource type are versionable.

$ ResourceTypeField#internalNameProperty in class ResourceTypeField

The internal field name.

ResourceTypeField::isFieldEnabled() — Method in class ResourceTypeField

Whether the field is enabled.

ResourceTypeRepository::isMutableResourceType() — Method in class ResourceTypeRepository

Whether an entity type + bundle maps to a mutable resource type.

ResourceTypeRepository::isLocatableResourceType() — Method in class ResourceTypeRepository

Whether an entity type + bundle maps to a locatable resource type.

ResourceTypeRepository::isVersionableResourceType() — Method in class ResourceTypeRepository

Whether an entity type is a versionable resource type.

ResourceTypeRepository::isReferenceFieldDefinition() — Method in class ResourceTypeRepository

Determines if a given field definition is a reference field.

InvalidVersionIdentifierExceptionClass in namespace Drupal\jsonapi\Revisions

Used when a version ID is invalid.

ResourceVersionRouteEnhancer::isValidVersionIdentifier() — Method in class ResourceVersionRouteEnhancer

Validates the user input.

$ ReadOnlyModeMethodFilter#innerProperty in class ReadOnlyModeMethodFilter

The decorated method filter.

Routes::isJsonApiRequest() — Method in class Routes

Determines if the given request is for a JSON:API generated route.

$ LanguageNegotiation#idProperty in class LanguageNegotiation

The language negotiation plugin ID.

LanguageConfigFactoryOverride::installLanguageOverrides() — Method in class LanguageConfigFactoryOverride

Installs available language configuration overrides for a given langcode.

LanguageConfigFactoryOverrideInterface::installLanguageOverrides() — Method in class LanguageConfigFactoryOverrideInterface

Installs available language configuration overrides for a given langcode.

$ ConfigurableLanguageManager#initializedProperty in class ConfigurableLanguageManager

Whether or not the language manager has been initialized.

$ ConfigurableLanguageManager#initializingProperty in class ConfigurableLanguageManager

Whether language types are in the process of language initialization.

ConfigurableLanguageManager::init() — Method in class ConfigurableLanguageManager
{@inheritdoc}
ConfigurableLanguageManager::isMultilingual() — Method in class ConfigurableLanguageManager

Returns whether or not the site has more than one language added.

ContentLanguageSettingsInterface::isLanguageAlterable() — Method in class ContentLanguageSettingsInterface

Checks if the language is alterable or not.

ContentLanguageSettingsInterface::isDefaultConfiguration() — Method in class ContentLanguageSettingsInterface

Checks if this config object contains the default values in every property.

$ ConfigurableLanguage#idProperty in class ConfigurableLanguage

The language ID (machine name).

ConfigurableLanguage::isDefault() — Method in class ConfigurableLanguage

Returns whether this language is the default language.

ConfigurableLanguage::isLocked() — Method in class ConfigurableLanguage

Returns whether this language is locked.

$ ContentLanguageSettings#idProperty in class ContentLanguageSettings

The id. Combination of $target_entity_type_id.$target_bundle.

ContentLanguageSettings::id() — Method in class ContentLanguageSettings

Gets the identifier.

ContentLanguageSettings::isLanguageAlterable() — Method in class ContentLanguageSettings

Checks if the language is alterable or not.

ContentLanguageSettings::isDefaultConfiguration() — Method in class ContentLanguageSettings

Checks if this config object contains the default values in every property.

PathProcessorLanguage::initProcessors() — Method in class PathProcessorLanguage

Initializes the local cache for language path processors.

PathProcessorLanguage::initConfigSubscriber() — Method in class PathProcessorLanguage

Initializes the injected event subscriber with the language path processor.

LanguageNegotiator::initLanguageManager() — Method in class LanguageNegotiator

Initializes the injected language manager with the negotiator.

LanguageNegotiator::initializeType() — Method in class LanguageNegotiator

Initializes the specified language type.

LanguageNegotiator::isNegotiationMethodEnabled() — Method in class LanguageNegotiator

Checks whether a language negotiation method is enabled for a language type.

LanguageNegotiatorInterface::initializeType() — Method in class LanguageNegotiatorInterface

Initializes the specified language type.

LanguageNegotiatorInterface::isNegotiationMethodEnabled() — Method in class LanguageNegotiatorInterface

Checks whether a language negotiation method is enabled for a language type.

LanguageServiceProvider::isMultilingual() — Method in class LanguageServiceProvider

Checks whether the site is multilingual.

DefaultLangcode::import() — Method in class DefaultLangcode

Import the row.

$ SectionStorage#idProperty in class SectionStorage

The plugin ID.

ChooseBlockController::inlineBlockList() — Method in class ChooseBlockController

Provides the UI for choosing a new inline block.

DefaultsSectionStorageInterface::isOverridable() — Method in class DefaultsSectionStorageInterface

Determines if the defaults allow custom overrides.

LayoutBuilderEntityViewDisplay::isOverridable() — Method in class LayoutBuilderEntityViewDisplay

Determines if the display allows custom overrides.

LayoutBuilderEntityViewDisplay::isLayoutBuilderEnabled() — Method in class LayoutBuilderEntityViewDisplay

Determines if Layout Builder is enabled.

LayoutBuilderEntityViewDisplay::isCustomMode() — Method in class LayoutBuilderEntityViewDisplay

Indicates if this display is using the '_custom' view mode.

LayoutEntityDisplayInterface::isOverridable() — Method in class LayoutEntityDisplayInterface

Determines if the display allows custom overrides.

SetInlineBlockDependency::isBlockRevisionUsedInEntity() — Method in class SetInlineBlockDependency

Determines if a block content revision is used in an entity.

$ SectionComponentBuildRenderArrayEvent#inPreviewProperty in class SectionComponentBuildRenderArrayEvent

Whether the component is in preview mode or not.

SectionComponentBuildRenderArrayEvent::inPreview() — Method in class SectionComponentBuildRenderArrayEvent

Determine if the component is in preview mode.

$ ConfigureSectionForm#isUpdateProperty in class ConfigureSectionForm

Indicates whether the section is being added or updated.

LayoutBuilderEntityViewDisplayForm::isCanonicalMode() — Method in class LayoutBuilderEntityViewDisplayForm

Determines if the mode is used by the canonical route.

OverridesEntityForm::init() — Method in class OverridesEntityForm

Initializes the form state and the entity before the first form build.

InlineBlockEntityOperationsClass in namespace Drupal\layout_builder

Defines a class for reacting to entity events related to Inline Blocks.

InlineBlockUsageClass in namespace Drupal\layout_builder

Service class to track inline block usage.

InlineBlockUsageInterfaceClass in namespace Drupal\layout_builder

Defines an interface for tracking inline block usage.

LayoutBuilderEnabledInterface::isLayoutBuilderEnabled() — Method in class LayoutBuilderEnabledInterface

Determines if Layout Builder is enabled.

LayoutEntityHelperTrait::isLayoutCompatibleEntity() — Method in class LayoutEntityHelperTrait

Determines if an entity can have a layout.

OverridesSectionStorageInterface::isOverridden() — Method in class OverridesSectionStorageInterface

Indicates if overrides are in use.

InlineBlockClass in namespace Drupal\layout_builder\Plugin\Block

Defines an inline block plugin type.

$ InlineBlock#isNewProperty in class InlineBlock

Whether a new block is being created.

InlineBlockDeriverClass in namespace Drupal\layout_builder\Plugin\Derivative

Provides inline block plugin definitions for all custom block types.

LayoutSectionItem::isEmpty() — Method in class LayoutSectionItem

Determines whether the data structure is empty.

DefaultsSectionStorage::isOverridable() — Method in class DefaultsSectionStorage

Determines if the defaults allow custom overrides.

DefaultsSectionStorage::isLayoutBuilderEnabled() — Method in class DefaultsSectionStorage

Determines if Layout Builder is enabled.

DefaultsSectionStorage::isApplicable() — Method in class DefaultsSectionStorage

Determines if this section storage is applicable for the current contexts.

OverridesSectionStorage::isApplicable() — Method in class OverridesSectionStorage

Determines if this section storage is applicable for the current contexts.

OverridesSectionStorage::isOverridden() — Method in class OverridesSectionStorage

Indicates if overrides are in use.

SectionStorageBase::insertSection() — Method in class SectionStorageBase

Inserts a new section at a given delta.

Section::insertAfterComponent() — Method in class Section

Inserts a component after a specified existing component.

Section::insertComponent() — Method in class Section

Inserts a component at a specified delta.

SectionListInterface::insertSection() — Method in class SectionListInterface

Inserts a new section at a given delta.

SectionListTrait::insertSection() — Method in class SectionListTrait
{@inheritdoc}
SectionStorageInterface::isApplicable() — Method in class SectionStorageInterface

Determines if this section storage is applicable for the current contexts.

LinkItemInterface::isExternal() — Method in class LinkItemInterface

Determines if a link is external.

LinkItem::isEmpty() — Method in class LinkItem

Determines whether the data structure is empty.

LinkItem::isExternal() — Method in class LinkItem

Determines if a link is external.

ImportFormClass in namespace Drupal\locale\Form

Form constructor for the translation import screen.

$ LocaleConfigManager#isUpdatingFromLocaleProperty in class LocaleConfigManager

Whether or not configuration translations are being updated from locale.

LocaleConfigManager::isSupported() — Method in class LocaleConfigManager

Whether the given configuration is supported for interface translation.

LocaleConfigManager::isUpdatingTranslationsFromLocale() — Method in class LocaleConfigManager

Indicates whether configuration translations are being updated from locale.

SourceString::isSource() — Method in class SourceString

Checks whether the object is a source string.

SourceString::isTranslation() — Method in class SourceString

Checks whether the object is a translation string.

SourceString::isNew() — Method in class SourceString

Checks whether the object is not saved to storage yet.

StringInterface::isNew() — Method in class StringInterface

Checks whether the object is not saved to storage yet.

StringInterface::isSource() — Method in class StringInterface

Checks whether the object is a source string.

StringInterface::isTranslation() — Method in class StringInterface

Checks whether the object is a translation string.

$ TranslationString#isNewProperty in class TranslationString

Boolean indicating whether the string object is new.

TranslationString::isSource() — Method in class TranslationString

Checks whether the object is a source string.

TranslationString::isTranslation() — Method in class TranslationString

Checks whether the object is a translation string.

TranslationString::isNew() — Method in class TranslationString

Checks whether the object is not saved to storage yet.

$ MediaSource#idProperty in class MediaSource

The plugin ID.

$ OEmbedIframeController#iFrameUrlHelperProperty in class OEmbedIframeController

The iFrame URL helper service.

$ MediaType#idProperty in class MediaType

The machine name of this media type.

$ MediaSettingsForm#iFrameUrlHelperProperty in class MediaSettingsForm

The iFrame URL helper service.

IFrameMarkupClass in namespace Drupal\media

Defines an object that wraps oEmbed markup for use in an iFrame.

IFrameUrlHelperClass in namespace Drupal\media

Providers helper functions for displaying oEmbed resources in an iFrame.

IFrameUrlHelper::isSecure() — Method in class IFrameUrlHelper

Checks if an oEmbed URL can be securely displayed in an frame.

DrupalMedia::isInternal() — Method in class DrupalMedia

Indicates if this plugin is part of the optimized CKEditor build.

DrupalMedia::isEnabled() — Method in class DrupalMedia

Checks if this plugin should be enabled based on the editor configuration.

MediaThumbnailFormatter::isApplicable() — Method in class MediaThumbnailFormatter

Returns if the formatter can be used for the provided field.

$ OEmbedFormatter#iFrameUrlHelperProperty in class OEmbedFormatter

The iFrame URL helper service.

OEmbedFormatter::isApplicable() — Method in class OEmbedFormatter

Returns if the formatter can be used for the provided field.

OEmbedWidget::isApplicable() — Method in class OEmbedWidget

Returns if the widget can be used for the provided field.

$ OEmbedResourceConstraint#invalidResourceMessageProperty in class OEmbedResourceConstraint

The error message if the URL is not a valid oEmbed resource.

ImageClass in namespace Drupal\media\Plugin\media\Source

Image entity media source.

$ Image#imageFactoryProperty in class Image

The image factory service.

$ OEmbed#iFrameUrlHelperProperty in class OEmbed

The iFrame URL helper service.

AddFormBase::isAdvancedUi() — Method in class AddFormBase

Determines if the "advanced UI" of the Media Library is enabled.

MediaLibraryState::isValidHash() — Method in class MediaLibraryState

Validate a hash for the state object.

DrupalMediaLibrary::isInternal() — Method in class DrupalMediaLibrary

Indicates if this plugin is part of the optimized CKEditor build.

MediaLibraryWidget::isApplicable() — Method in class MediaLibraryWidget

Returns if the widget can be used for the provided field.

$ MenuLinkContent#insidePluginProperty in class MenuLinkContent

A flag for whether this entity is wrapped in a plugin instance.

MenuLinkContent::isEnabled() — Method in class MenuLinkContent

Returns whether the menu link is marked as enabled.

MenuLinkContent::isExpanded() — Method in class MenuLinkContent

Returns whether the menu link is marked as always expanded.

MenuLinkContentInterface::isEnabled() — Method in class MenuLinkContentInterface

Returns whether the menu link is marked as enabled.

MenuLinkContentInterface::isExpanded() — Method in class MenuLinkContentInterface

Returns whether the menu link is marked as always expanded.

MenuLinkContent::isDeletable() — Method in class MenuLinkContent

Returns whether this link can be deleted.

MenuLinkContent::isTranslatable() — Method in class MenuLinkContent

Returns whether this link can be translated.

$ MigrateDestination#idProperty in class MigrateDestination

A unique identifier for the process plugin.

$ MigrateProcessPlugin#idProperty in class MigrateProcessPlugin

A unique identifier for the process plugin.

$ MigrateSource#idProperty in class MigrateSource

A unique identifier for the process plugin.

IdAuditorClass in namespace Drupal\migrate\Audit

Audits migrations that create content entities in the destination system.

ImportAwareInterfaceClass in namespace Drupal\migrate\Event

Interface for plugins that react to pre- or post-import events.

MigrateExecutable::import() — Method in class MigrateExecutable

Performs an import operation - migrate items from source to destination.

MigrateExecutableInterface::import() — Method in class MigrateExecutableInterface

Performs an import operation - migrate items from source to destination.

MigrateDestinationInterface::import() — Method in class MigrateDestinationInterface

Import the row.

MigrateIdMapInterface::importedCount() — Method in class MigrateIdMapInterface

Returns the number of imported items in the map.

MigrateValidatableEntityInterface::isEntityValidationRequired() — Method in class MigrateValidatableEntityInterface

Returns a state of whether an entity needs to be validated before saving.

$ Migration#idProperty in class Migration

The migration ID (machine name).

$ Migration#idMapProperty in class Migration

The identifier map data.

$ Migration#idMapPluginProperty in class Migration

The identifier map.

$ Migration#idMapPluginManagerProperty in class Migration

The ID map plugin manager.

Migration::id() — Method in class Migration

An alias for getPluginId() for backwards compatibility reasons.

Migration::interruptMigration() — Method in class Migration

Signal that the migration should be interrupted with the specified result code.

Migration::isTrackLastImported() — Method in class Migration

Checks if the migration should track time of last import.

Migration::isAuditable() — Method in class Migration

Indicates if the migration is auditable.

MigrationInterface::id() — Method in class MigrationInterface

An alias for getPluginId() for backwards compatibility reasons.

MigrationInterface::interruptMigration() — Method in class MigrationInterface

Signal that the migration should be interrupted with the specified result code.

MigrationInterface::isTrackLastImported() — Method in class MigrationInterface

Checks if the migration should track time of last import.

MigrationInterface::isAuditable() — Method in class MigrationInterface

Indicates if the migration is auditable.

PluginEventSubscriber::invoke() — Method in class PluginEventSubscriber

Tries to invoke event handling methods on source and destination plugins.

ComponentEntityDisplayBase::import() — Method in class ComponentEntityDisplayBase

Import the row.

Config::import() — Method in class Config

Import the row.

Config::isTranslationDestination() — Method in class Config

Get whether this destination is for translations.

EntityConfigBase::import() — Method in class EntityConfigBase

Import the row.

EntityConfigBase::isTranslationDestination() — Method in class EntityConfigBase

Get whether this destination is for translations.

EntityContentBase::import() — Method in class EntityContentBase

Import the row.

EntityContentBase::isEntityValidationRequired() — Method in class EntityContentBase

Returns a state of whether an entity needs to be validated before saving.

EntityContentBase::isTranslationDestination() — Method in class EntityContentBase
{@inheritdoc}
NullDestination::import() — Method in class NullDestination

Import the row.

NullIdMap::importedCount() — Method in class NullIdMap

Returns the number of imported items in the map.

$ Sql#initializedProperty in class Sql

Whether the plugin is already initialized.

Sql::init() — Method in class Sql

Initialize the plugin.

Sql::importedCount() — Method in class Sql

Returns the number of imported items in the map.

FileCopy::isLocationUnchanged() — Method in class FileCopy

Determines if the source and destination URIs represent identical paths.

FileCopy::isLocalUri() — Method in class FileCopy

Determines if the given URI or path is considered local.

MigrationLookup::isValid() — Method in class MigrationLookup

Determines if the value is valid for lookup.

$ EmbeddedDataSource#idsProperty in class EmbeddedDataSource

Description of the unique ID fields for this source.

EmbeddedDataSource::initializeIterator() — Method in class EmbeddedDataSource

Initializes the iterator with the source data.

EmptySource::initializeIterator() — Method in class EmptySource

Initializes the iterator with the source data.

$ SourcePluginBase#idMapProperty in class SourcePluginBase

The migration ID map.

$ SourcePluginBase#iteratorProperty in class SourcePluginBase

The iterator to iterate over the source rows.

SourcePluginBase::initializeIterator() — Method in class SourcePluginBase

Initializes the iterator with the source data.

SqlBase::initializeIterator() — Method in class SqlBase

Initializes the iterator with the source data.

$ Row#idMapProperty in class Row

The mapping between source and destination identifiers.

$ Row#isStubProperty in class Row

TRUE when this row is a stub.

Row::isStub() — Method in class Row

Reports whether this row is a stub.

$ MigrateField#idProperty in class MigrateField

The plugin ID.

$ FieldMigration#initProperty in class FieldMigration

Flag indicating whether the field data has been filled already.

ContentEntity::initializeIterator() — Method in class ContentEntity

Initializes the iterator with the source data.

Variable::initializeIterator() — Method in class Variable

Initializes the iterator with the source data.

VariableTranslation::initializeIterator() — Method in class VariableTranslation

Initializes the iterator with the source data.

FieldableEntity::isEntityTranslatable() — Method in class FieldableEntity

Checks if an entity type uses Entity Translation.

VariableTranslation::initializeIterator() — Method in class VariableTranslation

Initializes the iterator with the source data.

IdConflictFormClass in namespace Drupal\migrate_drupal_ui\Form

Migrate Upgrade Id Conflict form.

IdConflictForm::i18nWarningForm() — Method in class IdConflictForm

Build the markup for i18n warnings.

IncrementalFormClass in namespace Drupal\migrate_drupal_ui\Form

Migrate Upgrade Incremental form.

$ Connection#identifierQuotesProperty in class Connection
{@inheritdoc}
Connection::isMariaDb() — Method in class Connection

Determines whether the MySQL distribution is MariaDB or not.

InsertClass in namespace Drupal\mysql\Driver\Database\mysql

MySQL implementation of \Drupal\Core\Database\Query\Insert.

Schema::indexExists() — Method in class Schema

Checks if an index exists in the given table.

Schema::introspectIndexSchema() — Method in class Schema

Finds the columns for the primary key, unique keys and indexes of a table.

$ Node#in_previewProperty in class Node

Whether the node is being previewed or not.

Node::isPromoted() — Method in class Node

Returns the node promotion status.

Node::isSticky() — Method in class Node

Returns the node sticky status.

NodeType::id() — Method in class NodeType

Gets the identifier.

NodeType::isLocked() — Method in class NodeType

Determines whether the node type is locked.

NodeTranslationMigrateSubscriber::isNodeTranslationsMigration() — Method in class NodeTranslationMigrateSubscriber

Helper method to check if we are migrating translated nodes.

NodeInterface::isPromoted() — Method in class NodeInterface

Returns the node promotion status.

NodeInterface::isSticky() — Method in class NodeInterface

Returns the node sticky status.

NodeTypeInterface::isLocked() — Method in class NodeTypeInterface

Determines whether the node type is locked.

NodeSearch::isSearchExecutable() — Method in class NodeSearch

Verifies if the values set via setSearch() are valid and sufficient.

NodeSearch::indexNode() — Method in class NodeSearch

Indexes a single node.

NodeSearch::indexClear() — Method in class NodeSearch

Clears the search index for this plugin.

NodeSearch::indexStatus() — Method in class NodeSearch

Reports the status of indexing.

$ D6NodeDeriver#includeTranslationsProperty in class D6NodeDeriver

Whether or not to include translations.

$ D7NodeDeriver#includeTranslationsProperty in class D7NodeDeriver

Whether or not to include translations.

EntityNodeType::import() — Method in class EntityNodeType

Import the row.

Node::initializeIterator() — Method in class Node

Initializes the iterator with the source data.

NodeType::initializeIterator() — Method in class NodeType

Initializes the iterator with the source data.

ViewMode::initializeIterator() — Method in class ViewMode

Initializes the iterator with the source data.

NodeType::initializeIterator() — Method in class NodeType

Initializes the iterator with the source data.

Node::init() — Method in class Node

Initialize the plugin.

ListItemBase::isEmpty() — Method in class ListItemBase

Determines whether the data structure is empty.

NumberListField::init() — Method in class NumberListField

Overrides Drupal\views\Plugin\views\HandlerBase:init().

StringListField::init() — Method in class StringListField

Overrides Drupal\views\Plugin\views\HandlerBase:init().

ListField::init() — Method in class ListField

Overrides \Drupal\views\Plugin\views\HandlerBase::init().

PathItem::isEmpty() — Method in class PathItem

Determines whether the data structure is empty.

$ Connection#identifierQuotesProperty in class Connection
{@inheritdoc}
InsertClass in namespace Drupal\pgsql\Driver\Database\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Insert.

Tasks::initializeDatabase() — Method in class Tasks

Make PostgreSQL Drupal friendly.

Schema::indexExists() — Method in class Schema

Checks if an index exists in the given table.

Schema::introspectIndexSchema() — Method in class Schema

Finds the columns for the primary key, unique keys and indexes of a table.

InPlaceEditorClass in namespace Drupal\quickedit\Annotation

Defines an InPlaceEditor annotation object.

$ InPlaceEditor#idProperty in class InPlaceEditor

The plugin ID.

QuickEditFieldForm::init() — Method in class QuickEditFieldForm

Initialize the form state and the entity before the first form build.

InPlaceEditorBaseClass in namespace Drupal\quickedit\Plugin

Defines a base in-place editor implementation.

InPlaceEditorInterfaceClass in namespace Drupal\quickedit\Plugin

Defines an interface for in-place editors plugins.

InPlaceEditorInterface::isCompatible() — Method in class InPlaceEditorInterface

Checks whether this in-place editor is compatible with a given field.

InPlaceEditorManagerClass in namespace Drupal\quickedit\Plugin

Provides an in-place editor manager.

FormEditor::isCompatible() — Method in class FormEditor

Checks whether this in-place editor is compatible with a given field.

PlainTextEditor::isCompatible() — Method in class PlainTextEditor

Checks whether this in-place editor is compatible with a given field.

$ RdfMapping#idProperty in class RdfMapping

Unique ID for the config entity.

RdfMapping::id() — Method in class RdfMapping

Gets the identifier.

SchemaOrgDataConverter::interactionCount() — Method in class SchemaOrgDataConverter

Converts an interaction count to a string with the interaction type.

$ ResponsiveImageStyle#idProperty in class ResponsiveImageStyle

The responsive image ID (machine name).

$ ResponsiveImageStyle#image_style_mappingsProperty in class ResponsiveImageStyle

The image style mappings.

ResponsiveImageStyle::isEmptyImageStyleMapping() — Method in class ResponsiveImageStyle

Checks if there is at least one image style mapping defined.

$ ResponsiveImageFormatter#imageStyleStorageProperty in class ResponsiveImageFormatter

The image style entity storage.

ImageStyleMappingsClass in namespace Drupal\responsive_image\Plugin\migrate\process

Transforms image style mappings.

ResponsiveImageStyleInterface::isEmptyImageStyleMapping() — Method in class ResponsiveImageStyleInterface

Checks if there is at least one image style mapping defined.

$ RestResource#idProperty in class RestResource

The REST resource plugin ID.

$ RestResourceConfig#idProperty in class RestResourceConfig

The REST resource config id.

EntityResource::isConfigEntityResource() — Method in class EntityResource

Checks if this resource is for a Config Entity.

RestExport::initDisplay() — Method in class RestExport

Initializes the display plugin.

DataFieldRow::init() — Method in class DataFieldRow

Initialize the plugin.

$ SearchPlugin#idProperty in class SearchPlugin

A unique identifier for the search plugin.

$ SearchPage#idProperty in class SearchPage

The name (plugin ID) of the search page entity.

SearchPage::isIndexable() — Method in class SearchPage

Determines if this search page entity is indexable.

SearchPage::isDefaultSearch() — Method in class SearchPage

Determines if this search page entity is currently the default search.

SearchIndexingInterface::indexClear() — Method in class SearchIndexingInterface

Clears the search index for this plugin.

SearchIndexingInterface::indexStatus() — Method in class SearchIndexingInterface

Reports the status of indexing.

SearchInterface::isSearchExecutable() — Method in class SearchInterface

Verifies if the values set via setSearch() are valid and sufficient.

SearchPluginBase::isSearchExecutable() — Method in class SearchPluginBase

Verifies if the values set via setSearch() are valid and sufficient.

SearchPluginCollection::initializePlugin() — Method in class SearchPluginCollection

Initializes and stores a plugin.

EntitySearchPage::import() — Method in class EntitySearchPage

Import the row.

SearchPage::initializeIterator() — Method in class SearchPage

Initializes the iterator with the source data.

Search::init() — Method in class Search

Overrides Drupal\views\Plugin\views\HandlerBase:init().

Search::init() — Method in class Search

Overrides \Drupal\views\Plugin\views\HandlerBase::init().

SearchIndex::index() — Method in class SearchIndex

Updates the full-text search index for a particular item.

SearchIndexInterface::index() — Method in class SearchIndexInterface

Updates the full-text search index for a particular item.

SearchPageInterface::isDefaultSearch() — Method in class SearchPageInterface

Determines if this search page entity is currently the default search.

SearchPageInterface::isIndexable() — Method in class SearchPageInterface

Determines if this search page entity is indexable.

SearchPageRepository::isSearchActive() — Method in class SearchPageRepository

Returns whether search is active.

SearchPageRepositoryInterface::isSearchActive() — Method in class SearchPageRepositoryInterface

Returns whether search is active.

SearchTextProcessor::invokePreprocess() — Method in class SearchTextProcessor

Invokes hook_search_preprocess() to simplify text.

$ ShortcutSet#idProperty in class ShortcutSet

The machine name for the configuration entity.

ShortcutSetUsers::import() — Method in class ShortcutSetUsers

Import the row.

$ Connection#identifierQuotesProperty in class Connection
{@inheritdoc}
InsertClass in namespace Drupal\sqlite\Driver\Database\sqlite

SQLite implementation of \Drupal\Core\Database\Query\Insert.

Schema::introspectSchema() — Method in class Schema

Find out the schema of a table.

Schema::indexExists() — Method in class Schema

Checks if an index exists in the given table.

Schema::introspectIndexSchema() — Method in class Schema

Finds the columns for the primary key, unique keys and indexes of a table.

NodeCounter::import() — Method in class NodeCounter

Import the row.

ActionConfigEntityInterface::isConfigurable() — Method in class ActionConfigEntityInterface

Returns whether or not this action is configurable.

AdminController::index() — Method in class AdminController

Prints a listing of admin tasks, organized by module.

DbUpdateController::info() — Method in class DbUpdateController

Returns the info database update page.

ThemeController::install() — Method in class ThemeController

Installs a theme.

$ Action#idProperty in class Action

The name (plugin ID) of the action.

Action::isConfigurable() — Method in class Action

Returns whether or not this action is configurable.

$ Menu#idProperty in class Menu

The menu machine name.

Menu::isLocked() — Method in class Menu

Determines if this menu is locked.

AdminRouteSubscriber::isHtmlRoute() — Method in class AdminRouteSubscriber

Determines whether the given route is an HTML route.

ImageToolkitFormClass in namespace Drupal\system\Form

Configures image toolkit settings for this site.

MenuInterface::isLocked() — Method in class MenuInterface

Determines if this menu is locked.

GDToolkit::isValid() — Method in class GDToolkit

Checks if the image is valid.

GDToolkit::isAvailable() — Method in class GDToolkit

Verifies that the Image Toolkit is set up correctly.

ThemeSettings::import() — Method in class ThemeSettings

Import the row.

SecurityAdvisoriesFetcher::isApplicable() — Method in class SecurityAdvisoriesFetcher

Determines if a security advisory is applicable for the current site.

$ SecurityAdvisory#isPsaProperty in class SecurityAdvisory

Whether this advisory is a PSA instead of another type of advisory.

$ SecurityAdvisory#insecureVersionsProperty in class SecurityAdvisory

The currently insecure versions of the project.

SecurityAdvisory::isCoreAdvisory() — Method in class SecurityAdvisory

Whether the security advisory is for core or not.

SecurityAdvisory::isPsa() — Method in class SecurityAdvisory

Whether the security advisory is a public service announcement or not.

Vocabulary::id() — Method in class Vocabulary

Gets the identifier.

EntityReferenceTaxonomyTermRssFormatter::isApplicable() — Method in class EntityReferenceTaxonomyTermRssFormatter

Returns if the formatter can be used for the provided field.

IndexTidClass in namespace Drupal\taxonomy\Plugin\views\argument

Allow taxonomy term ID(s) as argument.

IndexTidDepthClass in namespace Drupal\taxonomy\Plugin\views\argument

Argument handler for taxonomy terms with depth.

IndexTidDepthModifierClass in namespace Drupal\taxonomy\Plugin\views\argument

Argument handler for to modify depth for a previous term.

TaxonomyIndexTid::init() — Method in class TaxonomyIndexTid

Initialize the plugin.

TaxonomyIndexTid::init() — Method in class TaxonomyIndexTid

Overrides \Drupal\views\Plugin\views\HandlerBase::init().

TelephoneItem::isEmpty() — Method in class TelephoneItem

Determines whether the data structure is empty.

TextItemBase::isEmpty() — Method in class TextItemBase

Determines whether the data structure is empty.

TextWithSummaryItem::isEmpty() — Method in class TextWithSummaryItem

Determines whether the data structure is empty.

$ Tip#idProperty in class Tip

The plugin ID.

$ Tour#idProperty in class Tour

The name (plugin ID) of the tour.

TipPluginBase::id() — Method in class TipPluginBase

Returns id of the tip.

TipPluginInterface::id() — Method in class TipPluginInterface

Returns id of the tip.

ProjectCoreCompatibility::isCoreCompatible() — Method in class ProjectCoreCompatibility

Determines if a release is compatible with the currently installed core.

ProjectRelease::isSecurityRelease() — Method in class ProjectRelease

Determines if the release is a security release.

ProjectRelease::isUnsupported() — Method in class ProjectRelease

Determines if the release is unsupported.

ProjectRelease::isInsecure() — Method in class ProjectRelease

Determines if the release is insecure.

ProjectRelease::isPublished() — Method in class ProjectRelease

Determines if the release is published.

ProjectRelease::isCoreCompatible() — Method in class ProjectRelease

Determines whether release is compatible the site's version of Drupal core.

$ Role#idProperty in class Role

The machine name of this role.

$ Role#is_adminProperty in class Role

An indicator whether the role has all permissions.

Role::isAdmin() — Method in class Role

Indicates that a role has all available permissions.

User::isNew() — Method in class User

Determines whether the entity is new.

User::isActive() — Method in class User

Returns TRUE if the user is active.

User::isBlocked() — Method in class User

Returns TRUE if the user is blocked.

User::isAuthenticated() — Method in class User

Returns TRUE if the account is authenticated.

User::isAnonymous() — Method in class User

Returns TRUE if the account is anonymous.

$ UserFloodEvent#identifierProperty in class UserFloodEvent

Flood event identifier.

$ UserFloodEvent#ipProperty in class UserFloodEvent

Flood event IP.

AuthorFormatter::isApplicable() — Method in class AuthorFormatter

Returns if the formatter can be used for the provided field.

UserNameFormatter::isApplicable() — Method in class UserNameFormatter

Returns if the formatter can be used for the provided field.

LanguageNegotiationUserAdmin::isAdminPath() — Method in class LanguageNegotiationUserAdmin

Checks whether the given path is an administrative one.

$ UserNameConstraint#illegalMessageProperty in class UserNameConstraint
$ ProfileValues#initProperty in class ProfileValues

Flag determining whether the process plugin has been initialized.

EntityUser::import() — Method in class EntityUser

Import the row.

UserData::import() — Method in class UserData

Import the row.

UserPictureInstance::initializeIterator() — Method in class UserPictureInstance

Initializes the iterator with the source data.

Role::initializeIterator() — Method in class Role

Initializes the iterator with the source data.

UserPictureFile::initializeIterator() — Method in class UserPictureFile

Initializes the iterator with the source data.

Permissions::init() — Method in class Permissions

Initialize the plugin.

Roles::init() — Method in class Roles

Initialize the plugin.

Current::init() — Method in class Current

Overrides \Drupal\views\Plugin\views\HandlerBase::init().

RoleInterface::isAdmin() — Method in class RoleInterface

Indicates that a role has all available permissions.

RoleStorage::isPermissionInRoles() — Method in class RoleStorage

Returns whether a permission is in one of the passed in roles.

RoleStorageInterface::isPermissionInRoles() — Method in class RoleStorageInterface

Returns whether a permission is in one of the passed in roles.

UserFloodControl::isAllowed() — Method in class UserFloodControl

Checks whether a user is allowed to proceed with the specified event.

UserInterface::isActive() — Method in class UserInterface

Returns TRUE if the user is active.

UserInterface::isBlocked() — Method in class UserInterface

Returns TRUE if the user is blocked.

UserNameItem::isEmpty() — Method in class UserNameItem

Determines whether the data structure is empty.

$ ViewsAccess#idProperty in class ViewsAccess

The plugin ID.

$ ViewsArgumentDefault#idProperty in class ViewsArgumentDefault

The plugin ID.

$ ViewsArgumentValidator#idProperty in class ViewsArgumentValidator

The plugin ID.

$ ViewsCache#idProperty in class ViewsCache

The plugin ID.

$ ViewsDisplay#idProperty in class ViewsDisplay

The plugin ID.

$ ViewsDisplayExtender#idProperty in class ViewsDisplayExtender

The plugin ID.

$ ViewsExposedForm#idProperty in class ViewsExposedForm

The plugin ID.

$ ViewsPager#idProperty in class ViewsPager

The plugin ID.

$ ViewsQuery#idProperty in class ViewsQuery

The plugin ID.

$ ViewsRow#idProperty in class ViewsRow

The plugin ID.

$ ViewsStyle#idProperty in class ViewsStyle

The plugin ID.

$ ViewsWizard#idProperty in class ViewsWizard

The plugin ID.

DisplayPluginCollection::initializePlugin() — Method in class DisplayPluginCollection

Initializes and stores a plugin.

$ View#idProperty in class View

The unique ID of the view.

View::isInstallable() — Method in class View

Checks whether this entity is installable.

View::invalidateCaches() — Method in class View

Invalidates cache tags.

ViewsSelection::initializeView() — Method in class ViewsSelection

Initializes a view.

ViewsMenuLink::isExpanded() — Method in class ViewsMenuLink

Returns whether the child menu links should always been shown.

ViewsMenuLink::isDeletable() — Method in class ViewsMenuLink

Returns whether this link can be deleted.

HandlerBase::init() — Method in class HandlerBase

Initialize the plugin.

HandlerBase::isExposed() — Method in class HandlerBase

Determine if this item is 'exposed', meaning it provides form elements to let users modify the view.

HandlerBase::isAGroup() — Method in class HandlerBase

Returns TRUE if the exposed filter works like a grouped filter.

PluginBase::init() — Method in class PluginBase

Initialize the plugin.

ViewsPluginInterface::init() — Method in class ViewsPluginInterface

Initialize the plugin.

AreaPluginBase::init() — Method in class AreaPluginBase

Overrides Drupal\views\Plugin\views\HandlerBase::init().

AreaPluginBase::isEmpty() — Method in class AreaPluginBase

Does that area have nothing to show.

DisplayLink::isPathBasedDisplay() — Method in class DisplayLink

Check if a views display is a path-based display.

Entity::init() — Method in class Entity

Overrides Drupal\views\Plugin\views\HandlerBase::init().

$ View#isEmptyProperty in class View

Stores whether the embedded view is actually empty.

View::isEmpty() — Method in class View

Does that area have nothing to show.

ArgumentPluginBase::init() — Method in class ArgumentPluginBase

Overrides Drupal\views\Plugin\views\HandlerBase:init().

ArgumentPluginBase::isException() — Method in class ArgumentPluginBase
Formula::init() — Method in class Formula

Overrides Drupal\views\Plugin\views\HandlerBase:init().

ManyToOne::init() — Method in class ManyToOne

Overrides Drupal\views\Plugin\views\HandlerBase:init().

StringArgument::init() — Method in class StringArgument

Overrides Drupal\views\Plugin\views\HandlerBase:init().

DefaultDisplay::isDefaultDisplay() — Method in class DefaultDisplay

Determine if this display is the default which contains fallback settings.

DisplayPluginBase::initDisplay() — Method in class DisplayPluginBase

Initializes the display plugin.

DisplayPluginBase::isDefaultDisplay() — Method in class DisplayPluginBase

Determines if this display is the 'default' display.

DisplayPluginBase::isEnabled() — Method in class DisplayPluginBase

Whether the display is enabled.

DisplayPluginBase::isPagerEnabled() — Method in class DisplayPluginBase

Whether the display is using a pager or not.

DisplayPluginBase::isMoreEnabled() — Method in class DisplayPluginBase

Whether the display is using the 'more' link or not.

DisplayPluginBase::isDefaulted() — Method in class DisplayPluginBase

Determines if an option is set to use the default or current display.

DisplayPluginBase::isIdentifierUnique() — Method in class DisplayPluginBase

Checks if the provided identifier is unique.

DisplayPluginBase::isBaseTableTranslatable() — Method in class DisplayPluginBase

Returns whether the base table is of a translatable entity type.

DisplayPluginInterface::initDisplay() — Method in class DisplayPluginInterface

Initializes the display plugin.

DisplayPluginInterface::isDefaultDisplay() — Method in class DisplayPluginInterface

Determines if this display is the 'default' display.

DisplayPluginInterface::isEnabled() — Method in class DisplayPluginInterface

Whether the display is enabled.

DisplayPluginInterface::isPagerEnabled() — Method in class DisplayPluginInterface

Whether the display is using a pager or not.

DisplayPluginInterface::isMoreEnabled() — Method in class DisplayPluginInterface

Whether the display is using the 'more' link or not.

DisplayPluginInterface::isDefaulted() — Method in class DisplayPluginInterface

Determines if an option is set to use the default or current display.

DisplayPluginInterface::isIdentifierUnique() — Method in class DisplayPluginInterface

Checks if the provided identifier is unique.

PathPluginBase::isDefaultTabPath() — Method in class PathPluginBase

Determines if this display's path is a default tab.

InputRequiredClass in namespace Drupal\views\Plugin\views\exposed_form

Exposed form plugin that provides an exposed form with required input.

Boolean::init() — Method in class Boolean

Initialize the plugin.

BulkForm::init() — Method in class BulkForm

Initialize the plugin.

$ EntityField#itemsProperty in class EntityField

An array to store field renderable arrays for use by renderItems().

EntityField::init() — Method in class EntityField

Initialize the plugin.

EntityLabel::init() — Method in class EntityLabel

Initialize the plugin.

FieldHandlerInterface::isValueEmpty() — Method in class FieldHandlerInterface

Checks if a field value is empty.

FieldPluginBase::init() — Method in class FieldPluginBase

Initialize the plugin.

FieldPluginBase::isValueEmpty() — Method in class FieldPluginBase

Checks if a field value is empty.

Markup::init() — Method in class Markup

Initialize the plugin.

$ PrerenderList#itemsProperty in class PrerenderList

Stores all items which are used to render the items.

BooleanOperator::init() — Method in class BooleanOperator

Overrides \Drupal\views\Plugin\views\HandlerBase::init().

Broken::init() — Method in class Broken

Overrides \Drupal\views\Plugin\views\HandlerBase::init().

Bundle::init() — Method in class Bundle

Overrides \Drupal\views\Plugin\views\HandlerBase::init().

FilterPluginBase::init() — Method in class FilterPluginBase

Overrides \Drupal\views\Plugin\views\HandlerBase::init().

FilterPluginBase::isAGroup() — Method in class FilterPluginBase

Returns TRUE if the exposed filter works like a grouped filter.

InOperatorClass in namespace Drupal\views\Plugin\views\filter

Simple filter to handle matching of multiple options selectable via checkboxes.

InOperator::init() — Method in class InOperator

Overrides \Drupal\views\Plugin\views\HandlerBase::init().

ManyToOne::init() — Method in class ManyToOne

Overrides \Drupal\views\Plugin\views\HandlerBase::init().

None::init() — Method in class None

Initialize the plugin.

PagerPluginBase::itemsPerPageExposed() — Method in class PagerPluginBase
PagerPluginBase::isOffsetExposed() — Method in class PagerPluginBase
SqlBase::itemsPerPageExposed() — Method in class SqlBase
SqlBase::isOffsetExposed() — Method in class SqlBase
Sql::init() — Method in class Sql

Initialize the plugin.

RelationshipPluginBase::init() — Method in class RelationshipPluginBase

Overrides \Drupal\views\Plugin\views\HandlerBase::init().

EntityRow::init() — Method in class EntityRow

Initialize the plugin.

GroupByNumeric::init() — Method in class GroupByNumeric

Initialize the plugin.

StylePluginBase::init() — Method in class StylePluginBase

Overrides \Drupal\views\Plugin\views\PluginBase::init().

WizardPluginBase::instantiateView() — Method in class WizardPluginBase

Instantiates a view object from form values.

$ ResultRow#indexProperty in class ResultRow

An incremental number which represents the row in the entire result.

$ ViewExecutable#items_per_pageProperty in class ViewExecutable

The number of items per page.

$ ViewExecutable#is_attachmentProperty in class ViewExecutable

Whether this view is an attachment to another view.

$ ViewExecutable#initedProperty in class ViewExecutable

Does this view already have loaded its handlers.

ViewExecutable::id() — Method in class ViewExecutable

Returns the identifier.

ViewExecutable::initDisplay() — Method in class ViewExecutable

Sets the display for this view and initializes the display handler.

ViewExecutable::initStyle() — Method in class ViewExecutable

Finds and initializes the style plugin.

ViewExecutable::initHandlers() — Method in class ViewExecutable

Acquires and attaches all of the handlers.

ViewExecutable::initPager() — Method in class ViewExecutable

Initializes the pager.

ViewExecutable::initQuery() — Method in class ViewExecutable

Initializes the query object for the view.

$ ViewsFormBase#idProperty in class ViewsFormBase

The ID of the item this form is manipulating.

ViewFormBase::init() — Method in class ViewFormBase

Initialize the form state and the entity before the first form build.

ViewFormBase::isDefaultDisplayShown() — Method in class ViewFormBase

Controls whether or not the default display should have its own tab on edit.

ViewUI::isSyncing() — Method in class ViewUI

Returns whether this entity is being changed as part of a synchronization.

ViewUI::isUninstalling() — Method in class ViewUI

Returns whether this entity is being changed during the uninstall process.

ViewUI::isLocked() — Method in class ViewUI

Returns whether the current view is locked.

ViewUI::id() — Method in class ViewUI

Gets the identifier.

ViewUI::isNew() — Method in class ViewUI

Determines whether the entity is new.

ViewUI::isInstallable() — Method in class ViewUI

Checks whether this entity is installable.

$ WorkflowType#idProperty in class WorkflowType

The plugin ID.

$ Workflow#idProperty in class Workflow

The Workflow ID.

$ State#idProperty in class State

The state's ID.

State::id() — Method in class State

Gets the state's ID.

StateInterface::id() — Method in class StateInterface

Gets the state's ID.

$ Transition#idProperty in class Transition

The transition's ID.

Transition::id() — Method in class Transition

Gets the transition's ID.

TransitionInterface::id() — Method in class TransitionInterface

Gets the transition's ID.

QueryTrait::isSimpleQuery() — Method in class QueryTrait
{@inheritdoc}
WorkspaceAssociation::initializeWorkspace() — Method in class WorkspaceAssociation

Initializes a workspace with all the associations of its parent.

WorkspaceAssociationInterface::initializeWorkspace() — Method in class WorkspaceAssociationInterface

Initializes a workspace with all the associations of its parent.

WorkspaceManager::isEntityTypeSupported() — Method in class WorkspaceManager

Returns whether an entity type can belong to a workspace or not.

WorkspaceManagerInterface::isEntityTypeSupported() — Method in class WorkspaceManagerInterface

Returns whether an entity type can belong to a workspace or not.

J

FormattableMarkup::jsonSerialize() — Method in class FormattableMarkup

Returns a representation of the object for use in JSON serialization.

HtmlEscapedText::jsonSerialize() — Method in class HtmlEscapedText
{@inheritdoc}
MarkupTrait::jsonSerialize() — Method in class MarkupTrait

Returns a representation of the object for use in JSON serialization.

JsonClass in namespace Drupal\Component\Serialization

Default serialization for JSON.

$ AjaxResponseAttachmentsProcessor#jsCollectionRendererProperty in class AjaxResponseAttachmentsProcessor

The JS asset collection renderer service.

JsCollectionGrouperClass in namespace Drupal\Core\Asset

Groups JavaScript assets.

JsCollectionOptimizerClass in namespace Drupal\Core\Asset

Optimizes JavaScript assets.

JsCollectionRendererClass in namespace Drupal\Core\Asset

Renders JavaScript assets.

JsOptimizerClass in namespace Drupal\Core\Asset

Optimizes a JavaScript asset.

Select::join() — Method in class Select

Default Join against another table in the database.

SelectExtender::join() — Method in class SelectExtender

Default Join against another table in the database.

SelectInterface::join() — Method in class SelectInterface

Default Join against another table in the database.

GeneratedLink::jsonSerialize() — Method in class GeneratedLink
{@inheritdoc}
$ HtmlResponseAttachmentsProcessor#jsCollectionRendererProperty in class HtmlResponseAttachmentsProcessor

The JS asset collection renderer service.

Attribute::jsonSerialize() — Method in class Attribute

Returns a representation of the object for use in JSON serialization.

JUnitConverterClass in namespace Drupal\Core\Test

Converts JUnit XML to Drupal's {simpletest} schema.

JsonEncoderClass in namespace Drupal\hal\Encoder

Encodes HAL data in JSON.

JsonEncoderClass in namespace Drupal\jsonapi\Encoder

Encodes JSON:API data.

JsonApiRequestValidatorClass in namespace Drupal\jsonapi\EventSubscriber

Request subscriber that validates a JSON:API request.

JsonapiMaintenanceModeSubscriberClass in namespace Drupal\jsonapi\EventSubscriber

Maintenance mode subscriber for JSON:API requests.

JsonApiSettingsFormClass in namespace Drupal\jsonapi\Form

Configure JSON:API settings for this site.

JsonApiDocumentTopLevelClass in namespace Drupal\jsonapi\JsonApiResource

Represents a JSON:API document's "top level".

JsonApiSpecClass in namespace Drupal\jsonapi

Defines constants used for compliance with the JSON:API specification.

JsonapiServiceProviderClass in namespace Drupal\jsonapi

Adds 'api_json' as known format and prevents its use in the REST module.

JsonApiDocumentTopLevelNormalizerClass in namespace Drupal\jsonapi\Normalizer

Normalizes the top-level document according to the JSON:API specification.

$ Routes#jsonApiBasePathProperty in class Routes

The JSON:API base path.

AuditResult::jsonSerialize() — Method in class AuditResult

Returns the reasons the migration passed or failed, for JSON serialization.

JsonEncoderClass in namespace Drupal\serialization\Encoder

Adds 'ajax' to the supported content types of the JSON encoder.

$ PerformanceForm#jsCollectionOptimizerProperty in class PerformanceForm

The JavaScript asset collection optimizer service.

$ LatestRevision#joinHandlerProperty in class LatestRevision

Views Handler Plugin Manager.

$ LatestTranslationAffectedRevision#joinHandlerProperty in class LatestTranslationAffectedRevision

Views Handler Plugin Manager.

FieldOrLanguageJoin::joinAddExtra() — Method in class FieldOrLanguageJoin

Adds the extras to the join condition.

JoinPluginBaseClass in namespace Drupal\views\Plugin\views\join

Represents a join and creates the SQL necessary to implement the join.

JoinPluginBase::joinAddExtra() — Method in class JoinPluginBase

Adds the extras to the join condition.

JoinPluginInterfaceClass in namespace Drupal\views\Plugin\views\join

Represents a join and creates the SQL necessary to implement the join.

K

Drupal::keyValueExpirable() — Method in class Drupal

Returns an expirable key value store collection.

Drupal::keyValue() — Method in class Drupal

Returns a key/value storage collection.

NestedArray::keyExists() — Method in class NestedArray

Determines whether a nested array contains the requested keys.

Cache::keyFromQuery() — Method in class Cache

Generates a hash from a query object, to be used as part of the cache key.

$ CacheCollector#keysToPersistProperty in class CacheCollector

An array of keys to add to the cache on service termination.

$ CacheCollector#keysToRemoveProperty in class CacheCollector

An array of keys to remove from the cache on service termination.

$ ContextCacheKeys#keysProperty in class ContextCacheKeys

The generated cache keys.

$ Query#keyValueFactoryProperty in class Query

The key value factory.

$ ControllerBase#keyValueProperty in class ControllerBase

The key-value storage.

ControllerBase::keyValue() — Method in class ControllerBase

Returns a key/value storage collection.

$ Connection#keyProperty in class Connection

The key representing this connection.

Merge::keys() — Method in class Merge

Sets the key fields to be used as conditions for this query.

Merge::key() — Method in class Merge

Sets a single key field to be used as condition for this query.

$ Upsert#keyProperty in class Upsert

The unique or primary key of the table.

Upsert::key() — Method in class Upsert

Sets the unique / primary key field to be used as condition for this query.

StatementPrefetch::key() — Method in class StatementPrefetch
{@inheritdoc}
$ EntityFieldManager#keyValueFactoryProperty in class EntityFieldManager

The key-value factory.

$ EntityLastInstalledSchemaRepository#keyValueFactoryProperty in class EntityLastInstalledSchemaRepository

The key-value factory.

KeyValueContentEntityStorageClass in namespace Drupal\Core\Entity\KeyValueStore

Provides a key value backend for content entities.

KeyValueEntityStorageClass in namespace Drupal\Core\Entity\KeyValueStore

Provides a key value backend for entities.

$ KeyValueEntityStorage#keyValueStoreProperty in class KeyValueEntityStorage

The key value store.

$ Query#keyValueFactoryProperty in class Query

The key value factory.

$ QueryFactory#keyValueFactoryProperty in class QueryFactory

The key value factory.

KernelDestructionSubscriberClass in namespace Drupal\Core\EventSubscriber

Destructs services that are initiated and tagged with "needs_destruction".

$ ModuleInstaller#kernelProperty in class ModuleInstaller

The drupal kernel.

$ FieldDefinitionListener#keyValueFactoryProperty in class FieldDefinitionListener

The key-value factory.

$ FormCache#keyValueExpirableFactoryProperty in class FormCache

The factory for expirable key value stores used by form cache.

KernelEventClass in namespace Drupal\Core\Http

Symfony 6 bridge.

KeyValueDatabaseExpirableFactoryClass in namespace Drupal\Core\KeyValueStore

Defines the key/value store factory for the database backend.

KeyValueDatabaseFactoryClass in namespace Drupal\Core\KeyValueStore

Defines the key/value store factory for the database backend.

KeyValueExpirableFactoryClass in namespace Drupal\Core\KeyValueStore

Defines the key/value store factory.

KeyValueExpirableFactoryInterfaceClass in namespace Drupal\Core\KeyValueStore

Defines the expirable key/value store factory interface.

KeyValueFactoryClass in namespace Drupal\Core\KeyValueStore

Defines the key/value store factory.

KeyValueFactoryInterfaceClass in namespace Drupal\Core\KeyValueStore

Defines the key/value store factory interface.

KeyValueMemoryFactoryClass in namespace Drupal\Core\KeyValueStore

Defines the key/value store factory for the memory backend.

KeyValueNullExpirableFactoryClass in namespace Drupal\Core\KeyValueStore

Defines the key/value store factory for the null backend.

KeyValueStoreExpirableInterfaceClass in namespace Drupal\Core\KeyValueStore

Defines the interface for expiring data in a key/value store.

KeyValueStoreInterfaceClass in namespace Drupal\Core\KeyValueStore

Defines the interface for key/value store implementations.

$ Messenger#killSwitchProperty in class Messenger

The kill switch.

KillSwitchClass in namespace Drupal\Core\PageCache\ResponsePolicy

A policy evaluating to static::DENY when the kill switch was triggered.

$ KillSwitch#killProperty in class KillSwitch

A flag indicating whether the kill switch was triggered.

KernelPreHandleClass in namespace Drupal\Core\StackMiddleware

Prepares the environment after page caching ran.

$ State#keyValueStoreProperty in class State

The key value store to use.

$ TestSetupTrait#kernelProperty in class TestSetupTrait

The DrupalKernel instance used in the test.

$ UpdateHookRegistry#keyValueProperty in class UpdateHookRegistry

The key value storage.

$ UpdateRegistry#keyValueProperty in class UpdateRegistry

The key value storage.

TemporaryArrayObjectThrowingExceptions::ksort() — Method in class TemporaryArrayObjectThrowingExceptions

Sort the entries by key.

$ LocaleProjectStorage#keyValueStoreProperty in class LocaleProjectStorage

The key value store to use.

$ ProviderRepository#keyValueProperty in class ProviderRepository

The key-value store.

NullIdMap::key() — Method in class NullIdMap
{@inheritdoc}
Sql::key() — Method in class Sql

Implementation of \Iterator::key().

SourcePluginBase::key() — Method in class SourcePluginBase

Gets the iterator key.

$ NodeTranslationExceptionSubscriber#keyValueProperty in class NodeTranslationExceptionSubscriber

The key value factory.

$ NodeTranslationMigrateSubscriber#keyValueProperty in class NodeTranslationMigrateSubscriber

The key value factory.

$ ResponsiveImageStyle#keyedImageStyleMappingsProperty in class ResponsiveImageStyle
$ SearchPluginBase#keywordsProperty in class SearchPluginBase

The keywords to use in a search.

$ SearchQuery#keysProperty in class SearchQuery

Parsed-out positive and negative search keys.

$ DbUpdateController#keyValueExpirableFactoryProperty in class DbUpdateController

The keyvalue expirable factory.

$ EntityAutocompleteController#keyValueProperty in class EntityAutocompleteController

The key value store.

$ ModulesListConfirmForm#keyValueExpirableProperty in class ModulesListConfirmForm

The expirable key value store.

$ ModulesListForm#keyValueExpirableProperty in class ModulesListForm

The expirable key value store.

$ ModulesUninstallConfirmForm#keyValueExpirableProperty in class ModulesUninstallConfirmForm

The expirable key value store.

$ ModulesUninstallForm#keyValueExpirableProperty in class ModulesUninstallForm

The expirable key value store.

$ SecurityAdvisoriesFetcher#keyValueExpirableProperty in class SecurityAdvisoriesFetcher

The expirable key/value store for the advisories JSON response.

$ Tour#keyedRoutesProperty in class Tour

The routes on which this tour should be displayed, keyed by route id.

$ UpdateManager#keyValueStoreProperty in class UpdateManager

The key/value store.

L

Drupal::lock() — Method in class Drupal

Returns the locking layer instance.

Drupal::linkGenerator() — Method in class Drupal

Returns the link generator service.

Drupal::languageManager() — Method in class Drupal

Returns the language manager service.

Drupal::logger() — Method in class Drupal

Returns a channel logger object.

$ DateTimePlus#langcodeProperty in class DateTimePlus

The value of the language code passed to the constructor.

$ Container#loadingProperty in class Container

The currently loading services.

Diff::lcs() — Method in class Diff

Compute the length of the Longest Common Subsequence (LCS).

$ DiffFormatter#leading_context_linesProperty in class DiffFormatter

Number of leading context "lines" to preserve.

$ DiffFormatter#line_statsProperty in class DiffFormatter

The line stats.

$ HWLDFWordAccumulator#linesProperty in class HWLDFWordAccumulator
$ HWLDFWordAccumulator#lineProperty in class HWLDFWordAccumulator
$ ContainerAwareEventDispatcher#listenersProperty in class ContainerAwareEventDispatcher

Listener definitions.

$ PoHeader#langcodeProperty in class PoHeader

Language code.

$ PoHeader#languageNameProperty in class PoHeader

Human readable language name.

$ PoItem#langcodeProperty in class PoItem

The language code this translation is in.

$ PoStreamReader#lineNumberProperty in class PoStreamReader

Source line number of the stream being parsed.

$ PoStreamReader#langcodeProperty in class PoStreamReader

Language code for the PO stream being read.

$ PoStreamReader#lastItemProperty in class PoStreamReader

Object wrapper for the last read source/translation pair.

$ PoStreamWriter#langcodeProperty in class PoStreamWriter

The language code of this writer.

FileReadOnlyStorage::load() — Method in class FileReadOnlyStorage

Loads PHP code from storage.

FileReadOnlyStorage::listAll() — Method in class FileReadOnlyStorage

Lists all the files in the storage.

FileStorage::load() — Method in class FileStorage

Loads PHP code from storage.

FileStorage::listAll() — Method in class FileStorage

Lists all the files in the storage.

MTimeProtectedFileStorage::load() — Method in class MTimeProtectedFileStorage

Loads PHP code from storage.

PhpStorageInterface::load() — Method in class PhpStorageInterface

Loads PHP code from storage.

PhpStorageInterface::listAll() — Method in class PhpStorageInterface

Lists all the files in the storage.

LazyPluginCollectionClass in namespace Drupal\Component\Plugin

Defines an object which stores multiple plugin instances to lazy load them.

$ PhpTransliteration#languageOverridesProperty in class PhpTransliteration

Associative array of language-specific character transliteration tables.

PhpTransliteration::lookupReplacement() — Method in class PhpTransliteration

Look up the generic replacement for a UTF-8 character code.

Html::load() — Method in class Html

Parses an HTML snippet and returns it as a DOM object.

Unicode::lcfirst() — Method in class Unicode

Converts the first character of a UTF-8 string to lowercase.

DrupalCoreComposer::loadJsonFromPath() — Method in class DrupalCoreComposer

Load json data from the specified path.

ScaffoldOptions::locations() — Method in class ScaffoldOptions

Gets the location mapping table, e.g. 'webroot' => './'.

CheckProvider::loadCheck() — Method in class CheckProvider

Lazy-loads access check services.

CheckProvider::loadDynamicRequirementMap() — Method in class CheckProvider

Compiles a mapping of requirement keys to access checker service IDs.

CheckProviderInterface::loadCheck() — Method in class CheckProviderInterface

Lazy-loads access check services.

$ EmailAction#loggerProperty in class EmailAction

A logger instance.

$ EmailAction#languageManagerProperty in class EmailAction

The language manager.

$ Action#labelProperty in class Action

The human-readable name of the action plugin.

$ Mail#labelProperty in class Mail

The human-readable name of the mail plugin.

ArchiverInterface::listContents() — Method in class ArchiverInterface

Lists all files in the archive.

Tar::listContents() — Method in class Tar

Lists all files in the archive.

Zip::listContents() — Method in class Zip

Lists all files in the archive.

$ AssetResolver#libraryDiscoveryProperty in class AssetResolver

The library discovery service.

$ AssetResolver#libraryDependencyResolverProperty in class AssetResolver

The library dependency resolver.

$ AssetResolver#languageManagerProperty in class AssetResolver

The language manager.

$ AttachedAssets#librariesProperty in class AttachedAssets

The (ordered) list of asset libraries attached to the current response.

CssOptimizer::loadFile() — Method in class CssOptimizer

Loads the stylesheet and resolves all @import commands.

CssOptimizer::loadNestedFile() — Method in class CssOptimizer

Loads stylesheets recursively and returns contents with corrected paths.

LibraryDefinitionMissingLicenseExceptionClass in namespace Drupal\Core\Asset\Exception

Defines a custom exception if a library has a remote but no license.

LibrariesDirectoryFileFinderClass in namespace Drupal\Core\Asset

Finds files that are located in the supported 'libraries' directories.

LibraryDependencyResolverClass in namespace Drupal\Core\Asset

Resolves the dependencies of asset (CSS/JavaScript) libraries.

$ LibraryDependencyResolver#libraryDiscoveryProperty in class LibraryDependencyResolver

The library discovery service.

$ LibraryDependencyResolver#librariesDependenciesProperty in class LibraryDependencyResolver

The libraries dependencies.

LibraryDependencyResolverInterfaceClass in namespace Drupal\Core\Asset

Resolves the dependencies of asset (CSS/JavaScript) libraries.

LibraryDiscoveryClass in namespace Drupal\Core\Asset

Discovers available asset libraries in Drupal.

$ LibraryDiscovery#libraryDefinitionsProperty in class LibraryDiscovery

The final library definitions, statically cached.

LibraryDiscoveryCollectorClass in namespace Drupal\Core\Asset

A CacheCollector implementation for building library extension info.

LibraryDiscoveryInterfaceClass in namespace Drupal\Core\Asset

Discovers information for asset (CSS/JavaScript) libraries.

LibraryDiscoveryParserClass in namespace Drupal\Core\Asset

Parses library files to get extension data.

$ LibraryDiscoveryParser#librariesDirectoryFileFinderProperty in class LibraryDiscoveryParser

The libraries directory file finder.

$ BatchBuilder#librariesProperty in class BatchBuilder

An array of libraries to be included when processing the batch.

BatchStorage::load() — Method in class BatchStorage

Loads a batch.

BatchStorageInterface::load() — Method in class BatchStorageInterface

Loads a batch.

$ BlockManager#loggerProperty in class BlockManager

The logger.

BlockPluginInterface::label() — Method in class BlockPluginInterface

Returns the user-facing block label.

BlockPluginTrait::label() — Method in class BlockPluginTrait
{@inheritdoc}
$ Breadcrumb#linksProperty in class Breadcrumb

An ordered list of links for the breadcrumb.

$ CacheCollector#lockProperty in class CacheCollector

The lock backend that should be used.

CacheCollector::lazyLoadCache() — Method in class CacheCollector

Loads the cache if not already done.

$ ChainedFastBackend#lastWriteTimestampProperty in class ChainedFastBackend

The time at which the last write to this cache bin happened.

LanguagesCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the LanguagesCacheContext service, for "per language" caching.

$ LanguagesCacheContext#languageManagerProperty in class LanguagesCacheContext

The language manager.

ListCacheBinsPassClass in namespace Drupal\Core\Cache

Adds cache_bins parameter to the container.

$ Condition#labelProperty in class Condition

The human-readable name of the condition.

CachedStorage::listAll() — Method in class CachedStorage

Gets configuration object names starting with a given prefix.

ConfigFactory::loadMultiple() — Method in class ConfigFactory

Returns a list of configuration objects for the given names.

ConfigFactory::loadOverrides() — Method in class ConfigFactory

Get arbitrary overrides for the named configuration objects from modules.

ConfigFactory::listAll() — Method in class ConfigFactory

Gets configuration object names starting with a given prefix.

ConfigFactoryInterface::loadMultiple() — Method in class ConfigFactoryInterface

Returns a list of configuration objects for the given names.

ConfigFactoryInterface::listAll() — Method in class ConfigFactoryInterface

Gets configuration object names starting with a given prefix.

ConfigFactoryOverrideInterface::loadOverrides() — Method in class ConfigFactoryOverrideInterface

Returns config overrides.

$ ConfigImporter#lockProperty in class ConfigImporter

The used lock backend instance.

ConfigImporter::logError() — Method in class ConfigImporter

Logs an error message.

ConfigManager::loadConfigEntityByName() — Method in class ConfigManager

Loads a configuration entity using the configuration name.

ConfigManagerInterface::loadConfigEntityByName() — Method in class ConfigManagerInterface

Loads a configuration entity using the configuration name.

$ ConfigModuleOverridesEvent#languageProperty in class ConfigModuleOverridesEvent

The Language object used to override configuration data.

DatabaseStorage::listAll() — Method in class DatabaseStorage

Gets configuration object names starting with a given prefix.

$ ConfigEntityBase#langcodeProperty in class ConfigEntityBase

The language code of the entity's default language.

ConfigEntityBundleBase::loadDisplays() — Method in class ConfigEntityBundleBase

Returns view or form displays for this bundle.

ConfigEntityListBuilder::load() — Method in class ConfigEntityListBuilder

Loads entities of this type from storage for listing.

$ ConfigEntityStorage#languageManagerProperty in class ConfigEntityStorage

The language manager.

ConfigEntityStorage::loadRevision() — Method in class ConfigEntityStorage

Load a specific entity revision.

ConfigEntityStorage::loadOverrideFree() — Method in class ConfigEntityStorage

Loads one entity in their original form without overrides.

ConfigEntityStorage::loadMultipleOverrideFree() — Method in class ConfigEntityStorage

Loads one or more entities in their original form without overrides.

ConfigEntityStorageInterface::loadOverrideFree() — Method in class ConfigEntityStorageInterface

Loads one entity in their original form without overrides.

ConfigEntityStorageInterface::loadMultipleOverrideFree() — Method in class ConfigEntityStorageInterface

Loads one or more entities in their original form without overrides.

$ ConfigEntityType#lookup_keysProperty in class ConfigEntityType

Keys that are stored key value store for fast lookup.

Query::loadRecords() — Method in class Query

Loads the config records to examine for the query.

$ ExportStorageManager#lockProperty in class ExportStorageManager

The used lock backend instance.

FileStorage::listAll() — Method in class FileStorage

Gets configuration object names starting with a given prefix.

InstallStorage::listAll() — Method in class InstallStorage

Gets configuration object names starting with a given prefix.

ManagedStorage::listAll() — Method in class ManagedStorage

Gets configuration object names starting with a given prefix.

MemoryStorage::listAll() — Method in class MemoryStorage

Gets configuration object names starting with a given prefix.

NullStorage::listAll() — Method in class NullStorage

Gets configuration object names starting with a given prefix.

ReadOnlyStorage::listAll() — Method in class ReadOnlyStorage

Gets configuration object names starting with a given prefix.

StorageInterface::listAll() — Method in class StorageInterface

Gets configuration object names starting with a given prefix.

$ ControllerBase#languageManagerProperty in class ControllerBase

The language manager.

ControllerBase::languageManager() — Method in class ControllerBase

Returns the language manager service.

$ Cron#lockProperty in class Cron

The lock service.

$ Cron#loggerProperty in class Cron

A logger instance.

$ Connection#loggerProperty in class Connection

The current database logging object for this connection.

Connection::lastInsertId() — Method in class Connection

Returns the ID of the last inserted row or sequence value.

$ Database#logsProperty in class Database

An array of active query log objects.

LogClass in namespace Drupal\Core\Database

Database query logger.

Log::log() — Method in class Log

Log a query to all active logging keys.

$ PagerSelectExtender#limitProperty in class PagerSelectExtender

The number of elements per page to allow.

PagerSelectExtender::limit() — Method in class PagerSelectExtender

Specify the maximum number of elements per page for this query.

Select::leftJoin() — Method in class Select

Left Outer Join against another table in the database.

SelectExtender::leftJoin() — Method in class SelectExtender

Left Outer Join against another table in the database.

SelectInterface::leftJoin() — Method in class SelectInterface

Left Outer Join against another table in the database.

$ DateFormatter#languageManagerProperty in class DateFormatter

Language manager for retrieving the default langcode when none is specified.

$ DateFormat#labelProperty in class DateFormat

The human-readable name of the date format entity.

$ DateFormat#lockedProperty in class DateFormat

The locked status of this date format.

YamlFileLoader::load() — Method in class YamlFileLoader

Loads a Yaml file.

YamlFileLoader::loadFile() — Method in class YamlFileLoader

Loads a YAML file.

VariantBase::label() — Method in class VariantBase

Returns the user-facing display variant label.

VariantInterface::label() — Method in class VariantInterface

Returns the user-facing display variant label.

DrupalKernel::loadLegacyIncludes() — Method in class DrupalKernel

Helper method that loads legacy Drupal include files.

DrupalKernelInterface::loadLegacyIncludes() — Method in class DrupalKernelInterface

Helper method that loads legacy Drupal include files.

$ EntityReferenceSelection#labelProperty in class EntityReferenceSelection

The human-readable name of the selection plugin.

$ ContentEntityBase#languagesProperty in class ContentEntityBase

Local cache for the available language objects.

$ ContentEntityBase#langcodeKeyProperty in class ContentEntityBase

The language entity key.

$ ContentEntityBase#loadedRevisionIdProperty in class ContentEntityBase

The loaded revision ID before the new revision was set.

ContentEntityBase::language() — Method in class ContentEntityBase

Gets the language of the entity.

ContentEntityBase::label() — Method in class ContentEntityBase

Gets the label of the entity.

ContentEntityDeleteForm::logDeletionMessage() — Method in class ContentEntityDeleteForm
{@inheritdoc}
ContentEntityNullStorage::loadMultiple() — Method in class ContentEntityNullStorage

Loads one or more entities.

ContentEntityNullStorage::load() — Method in class ContentEntityNullStorage

Loads one entity.

ContentEntityNullStorage::loadRevision() — Method in class ContentEntityNullStorage

Load a specific entity revision.

ContentEntityNullStorage::loadMultipleRevisions() — Method in class ContentEntityNullStorage

Loads multiple entity revisions.

ContentEntityNullStorage::loadByProperties() — Method in class ContentEntityNullStorage

Load entities by their property values.

$ ContentEntityStorageBase#latestRevisionIdsProperty in class ContentEntityStorageBase

Stores the latest revision IDs for entities.

ContentEntityStorageBase::loadRevision() — Method in class ContentEntityStorageBase

Load a specific entity revision.

ContentEntityStorageBase::loadMultipleRevisions() — Method in class ContentEntityStorageBase

Loads multiple entity revisions.

ContentEntityStorageBase::loadUnchanged() — Method in class ContentEntityStorageBase

Loads an unchanged entity from the database.

EntityController::loadBundleDescriptions() — Method in class EntityController

Expands the bundle information with descriptions, if known.

EntityListController::listing() — Method in class EntityListController

Provides the listing page for any entity type.

EntityBase::languageManager() — Method in class EntityBase

Gets the language manager.

EntityBase::label() — Method in class EntityBase

Gets the label of the entity.

EntityBase::linkTemplates() — Method in class EntityBase

Gets an array link templates.

EntityBase::language() — Method in class EntityBase

Gets the language of the entity.

EntityBase::load() — Method in class EntityBase

Loads an entity.

EntityBase::loadMultiple() — Method in class EntityBase

Loads one or more entities.

EntityDeleteFormTrait::logger() — Method in class EntityDeleteFormTrait

Gets the logger for a specific channel.

EntityDeleteFormTrait::logDeletionMessage() — Method in class EntityDeleteFormTrait

Logs a message about the deleted entity.

$ EntityDisplayModeBase#labelProperty in class EntityDisplayModeBase

The human-readable name of the form or view mode.

$ EntityDisplayRepository#languageManagerProperty in class EntityDisplayRepository

The language manager.

$ EntityFieldManager#languageManagerProperty in class EntityFieldManager

The language manager.

EntityInterface::language() — Method in class EntityInterface

Gets the language of the entity.

EntityInterface::label() — Method in class EntityInterface

Gets the label of the entity.

EntityInterface::load() — Method in class EntityInterface

Loads an entity.

EntityInterface::loadMultiple() — Method in class EntityInterface

Loads one or more entities.

$ EntityListBuilder#limitProperty in class EntityListBuilder

The number of entities to list per page, or FALSE to list all entities.

EntityListBuilder::load() — Method in class EntityListBuilder

Loads entities of this type from storage for listing.

EntityListBuilderInterface::load() — Method in class EntityListBuilderInterface

Loads entities of this type from storage for listing.

$ EntityRepository#languageManagerProperty in class EntityRepository

The language manager.

EntityRepository::loadEntityByUuid() — Method in class EntityRepository

Loads an entity by UUID.

EntityRepository::loadEntityByConfigTarget() — Method in class EntityRepository

Loads an entity by the config target identifier.

EntityRepository::loadRevision() — Method in class EntityRepository

Loads the specified entity revision.

EntityRepositoryInterface::loadEntityByUuid() — Method in class EntityRepositoryInterface

Loads an entity by UUID.

EntityRepositoryInterface::loadEntityByConfigTarget() — Method in class EntityRepositoryInterface

Loads an entity by the config target identifier.

$ EntityStorageBase#langcodeKeyProperty in class EntityStorageBase

The name of the entity langcode property.

EntityStorageBase::loadUnchanged() — Method in class EntityStorageBase

Loads an unchanged entity from the database.

EntityStorageBase::load() — Method in class EntityStorageBase

Loads one entity.

EntityStorageBase::loadMultiple() — Method in class EntityStorageBase

Loads one or more entities.

EntityStorageBase::loadByProperties() — Method in class EntityStorageBase

Load entities by their property values.

EntityStorageInterface::loadMultiple() — Method in class EntityStorageInterface

Loads one or more entities.

EntityStorageInterface::load() — Method in class EntityStorageInterface

Loads one entity.

EntityStorageInterface::loadUnchanged() — Method in class EntityStorageInterface

Loads an unchanged entity from the database.

EntityStorageInterface::loadRevision() — Method in class EntityStorageInterface

Load a specific entity revision.

EntityStorageInterface::loadByProperties() — Method in class EntityStorageInterface

Load entities by their property values.

$ EntityType#linksProperty in class EntityType

Link templates using the URI template syntax.

$ EntityType#labelProperty in class EntityType

The human-readable name of the type.

$ EntityType#label_collectionProperty in class EntityType

The human-readable label for a collection of entities of the type.

$ EntityType#label_singularProperty in class EntityType

The indefinite singular name of the type.

$ EntityType#label_pluralProperty in class EntityType

The indefinite plural name of the type.

$ EntityType#label_countProperty in class EntityType

A definite singular/plural name of the type.

$ EntityType#list_cache_contextsProperty in class EntityType

The list cache contexts for this entity type.

$ EntityType#list_cache_tagsProperty in class EntityType

The list cache tags for this entity type.

$ EntityTypeBundleInfo#languageManagerProperty in class EntityTypeBundleInfo

The language manager.

$ EntityViewBuilder#languageManagerProperty in class EntityViewBuilder

The language manager.

KeyValueContentEntityStorage::loadMultipleRevisions() — Method in class KeyValueContentEntityStorage

Loads multiple entity revisions.

$ KeyValueEntityStorage#languageManagerProperty in class KeyValueEntityStorage

The language manager.

KeyValueEntityStorage::loadRevision() — Method in class KeyValueEntityStorage

Load a specific entity revision.

$ QueryBase#latestRevisionProperty in class QueryBase

Flag indicating whether to query the latest revision.

QueryBase::latestRevision() — Method in class QueryBase

Queries the latest revision.

QueryInterface::latestRevision() — Method in class QueryInterface

Queries the latest revision.

RevisionableStorageInterface::loadRevision() — Method in class RevisionableStorageInterface

Loads a specific entity revision.

RevisionableStorageInterface::loadMultipleRevisions() — Method in class RevisionableStorageInterface

Loads multiple entity revisions.

$ SqlContentEntityStorage#langcodeKeyProperty in class SqlContentEntityStorage

The entity langcode key.

$ SqlContentEntityStorage#languageManagerProperty in class SqlContentEntityStorage

The language manager.

SqlContentEntityStorage::loadFromSharedTables() — Method in class SqlContentEntityStorage

Loads values for fields stored in the shared data tables.

SqlContentEntityStorage::loadFromDedicatedTables() — Method in class SqlContentEntityStorage

Loads values of fields stored in dedicated tables for a group of entities.

SqlContentEntityStorageSchema::loadEntitySchemaData() — Method in class SqlContentEntityStorageSchema

Loads stored schema data for the given entity type definition.

SqlContentEntityStorageSchema::loadFieldSchemaData() — Method in class SqlContentEntityStorageSchema

Loads stored schema data for the given field storage definition.

$ ActiveLinkResponseFilter#languageManagerProperty in class ActiveLinkResponseFilter

The language manager.

$ DefaultExceptionHtmlSubscriber#loggerProperty in class DefaultExceptionHtmlSubscriber

The logger instance.

$ ExceptionLoggingSubscriber#loggerProperty in class ExceptionLoggingSubscriber

The logger channel factory.

$ FinishResponseSubscriber#languageManagerProperty in class FinishResponseSubscriber

The language manager object for retrieving the correct language code.

$ MenuRouterRebuildSubscriber#lockProperty in class MenuRouterRebuildSubscriber
Extension::load() — Method in class Extension

Loads the main extension file, if any.

$ ModuleHandler#loadedFilesProperty in class ModuleHandler

List of loaded files.

$ ModuleHandler#loadedProperty in class ModuleHandler

Boolean indicating whether modules have been loaded.

ModuleHandler::load() — Method in class ModuleHandler

Includes a module's .module file.

ModuleHandler::loadAll() — Method in class ModuleHandler

Loads all enabled modules.

ModuleHandler::loadAllIncludes() — Method in class ModuleHandler

Loads an include file for each enabled module.

ModuleHandler::loadInclude() — Method in class ModuleHandler

Loads a module include file.

ModuleHandlerInterface::load() — Method in class ModuleHandlerInterface

Includes a module's .module file.

ModuleHandlerInterface::loadAll() — Method in class ModuleHandlerInterface

Loads all enabled modules.

ModuleHandlerInterface::loadAllIncludes() — Method in class ModuleHandlerInterface

Loads an include file for each enabled module.

ModuleHandlerInterface::loadInclude() — Method in class ModuleHandlerInterface

Loads a module include file.

$ ThemeHandler#listProperty in class ThemeHandler

A list of all currently available themes.

ThemeHandler::listInfo() — Method in class ThemeHandler

Returns a list of currently installed themes.

ThemeHandlerInterface::listInfo() — Method in class ThemeHandlerInterface

Returns a list of currently installed themes.

$ ThemeInstaller#loggerProperty in class ThemeInstaller
$ FieldFormatter#labelProperty in class FieldFormatter

The human-readable name of the formatter type.

$ FieldType#labelProperty in class FieldType

The human-readable name of the field type.

$ FieldType#list_classProperty in class FieldType
{@inheritdoc}
$ FieldWidget#labelProperty in class FieldWidget

The human-readable name of the widget type.

BaseFieldOverride::loadByName() — Method in class BaseFieldOverride

Loads a base field bundle override config entity.

$ FieldConfigBase#labelProperty in class FieldConfigBase

The human-readable label for the field.

$ FieldItemList#listProperty in class FieldItemList

Numerically indexed array of field items.

$ FieldItemList#langcodeProperty in class FieldItemList

The langcode of the field values held in the object.

$ FormatterBase#labelProperty in class FormatterBase

The label display setting.

$ EntityReferenceEntityFormatter#loggerFactoryProperty in class EntityReferenceEntityFormatter

The logger factory.

LanguageFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'language' formatter.

$ LanguageFormatter#languageManagerProperty in class LanguageFormatter

The language manager.

LanguageItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'language' entity field item.

LanguageSelectWidgetClass in namespace Drupal\Core\Field\Plugin\Field\FieldWidget

Plugin implementation of the 'Language' widget.

LocalClass in namespace Drupal\Core\FileTransfer

Defines the local connection class for copying files as the httpd user.

$ FileSystem#loggerProperty in class FileSystem

The file logger channel.

$ HtaccessWriter#loggerProperty in class HtaccessWriter

The logger.

FormBase::logger() — Method in class FormBase

Gets the logger for a specific channel.

$ FormCache#loggerProperty in class FormCache

Logger channel.

FormCache::loadCachedFormState() — Method in class FormCache

Loads the cached form state.

$ FormState#limit_validation_errorsProperty in class FormState

Stores which errors should be limited during validation.

FormState::loadInclude() — Method in class FormState

Ensures an include file is loaded whenever the form is processed.

FormStateDecoratorBase::loadInclude() — Method in class FormStateDecoratorBase

Ensures an include file is loaded whenever the form is processed.

FormStateInterface::loadInclude() — Method in class FormStateInterface

Ensures an include file is loaded whenever the form is processed.

$ FormValidator#loggerProperty in class FormValidator

A logger instance.

LinkRelationTypeClass in namespace Drupal\Core\Http

Defines a single link relationship type.

LinkRelationTypeInterfaceClass in namespace Drupal\Core\Http

Defines a single link relation type.

LinkRelationTypeManagerClass in namespace Drupal\Core\Http

Provides a default plugin manager for link relation types.

$ ImageToolkitOperation#labelProperty in class ImageToolkitOperation

The human-readable name of the image toolkit operation.

$ ImageToolkitBase#loggerProperty in class ImageToolkitBase

A logger instance.

$ ImageToolkitOperationBase#loggerProperty in class ImageToolkitOperationBase

A logger instance.

$ ImageToolkitOperationManager#loggerProperty in class ImageToolkitOperationManager

A logger instance.

ConfigOverride::loadOverrides() — Method in class ConfigOverride

Returns config overrides.

$ CurrentLanguageContext#languageManagerProperty in class CurrentLanguageContext

The language manager.

LanguageClass in namespace Drupal\Core\Language

An object containing the information for an interface language.

$ Language#lockedProperty in class Language

Locked indicates a language used by the system, not an actual language.

LanguageDefaultClass in namespace Drupal\Core\Language

Provides a simple get and set wrapper to the default language object.

$ LanguageDefault#languageProperty in class LanguageDefault

The default language.

LanguageInterfaceClass in namespace Drupal\Core\Language

Defines an interface for languages.

LanguageManagerClass in namespace Drupal\Core\Language

Class responsible for providing language support on language-unaware sites.

$ LanguageManager#languagesProperty in class LanguageManager

A static cache of translated language lists.

LanguageManagerInterfaceClass in namespace Drupal\Core\Language

Common interface for the language manager service.

LayoutClass in namespace Drupal\Core\Layout\Annotation

Defines a Layout annotation object.

$ Layout#labelProperty in class Layout

The human-readable name.

$ Layout#libraryProperty in class Layout

The asset library.

$ SvgIconBuilder#labelProperty in class SvgIconBuilder

The label of the layout.

LayoutDefaultClass in namespace Drupal\Core\Layout

Provides a default class for Layout plugins.

LayoutDefinitionClass in namespace Drupal\Core\Layout

Provides an implementation of a layout definition and its metadata.

$ LayoutDefinition#labelProperty in class LayoutDefinition

The human-readable name.

$ LayoutDefinition#libraryProperty in class LayoutDefinition

The asset library.

LayoutInterfaceClass in namespace Drupal\Core\Layout

Provides an interface for static Layout plugins.

LayoutPluginManagerClass in namespace Drupal\Core\Layout

Provides a plugin manager for layouts.

LayoutPluginManagerInterfaceClass in namespace Drupal\Core\Layout

Provides the interface for a plugin manager of layouts.

LinkClass in namespace Drupal\Core

Defines an object that holds information about a link.

$ Link#linkGeneratorProperty in class Link

The link generator.

DatabaseLockBackend::lockMayBeAvailable() — Method in class DatabaseLockBackend

Checks if a lock is available for acquiring.

LockBackendAbstractClass in namespace Drupal\Core\Lock

Non backend related common methods implementation for lock backends.

$ LockBackendAbstract#lockIdProperty in class LockBackendAbstract

Current page lock token identifier.

$ LockBackendAbstract#locksProperty in class LockBackendAbstract

Existing locks for this page.

LockBackendInterfaceClass in namespace Drupal\Core\Lock

Lock backend interface.

LockBackendInterface::lockMayBeAvailable() — Method in class LockBackendInterface

Checks if a lock is available for acquiring.

$ NullLockBackend#lockIdProperty in class NullLockBackend

Current page lock token identifier.

NullLockBackend::lockMayBeAvailable() — Method in class NullLockBackend

Checks if a lock is available for acquiring.

LogMessageParserClass in namespace Drupal\Core\Logger

Parses log messages and their placeholders.

LogMessageParserInterfaceClass in namespace Drupal\Core\Logger

Defines an interface for parsing log messages and their placeholders.

LoggerChannelClass in namespace Drupal\Core\Logger

Defines a logger channel that most implementations will use.

$ LoggerChannel#levelTranslationProperty in class LoggerChannel

Map of PSR3 log constants to RFC 5424 log constants.

$ LoggerChannel#loggersProperty in class LoggerChannel

An array of arrays of \Psr\Log\LoggerInterface keyed by priority.

LoggerChannel::log() — Method in class LoggerChannel
{@inheritdoc}
LoggerChannelFactoryClass in namespace Drupal\Core\Logger

Defines a factory for logging channels.

$ LoggerChannelFactory#loggersProperty in class LoggerChannelFactory

An array of arrays of \Psr\Log\LoggerInterface keyed by priority.

LoggerChannelFactoryInterfaceClass in namespace Drupal\Core\Logger

Logger channel factory interface.

LoggerChannelInterfaceClass in namespace Drupal\Core\Logger

Logger channel interface.

LoggerChannelTraitClass in namespace Drupal\Core\Logger

Wrapper methods for the logger factory service.

$ LoggerChannelTrait#loggerFactoryProperty in class LoggerChannelTrait

The logger channel factory service.

$ RfcLogLevel#levelsProperty in class RfcLogLevel

An array with the severity levels as keys and labels as values.

RfcLoggerTrait::log() — Method in class RfcLoggerTrait
{@inheritdoc}
$ MailManager#loggerFactoryProperty in class MailManager

The logger factory.

LocalActionDefaultClass in namespace Drupal\Core\Menu

Provides a default implementation for local action plugins.

LocalActionInterfaceClass in namespace Drupal\Core\Menu

Defines an interface for menu local actions.

LocalActionManagerClass in namespace Drupal\Core\Menu

Provides the default local action manager using YML as primary definition.

LocalActionManagerInterfaceClass in namespace Drupal\Core\Menu

Manages discovery and instantiation of menu local action plugins.

LocalTaskDefaultClass in namespace Drupal\Core\Menu

Default object used for LocalTaskPlugins.

LocalTaskInterfaceClass in namespace Drupal\Core\Menu

Defines an interface for menu local tasks.

LocalTaskManagerClass in namespace Drupal\Core\Menu

Provides the default local task manager using YML as primary definition.

LocalTaskManagerInterfaceClass in namespace Drupal\Core\Menu

Manages discovery and instantiation of menu local task plugins.

MenuLinkManager::loadLinksByRoute() — Method in class MenuLinkManager

Loads multiple plugin instances based on route.

MenuLinkManagerInterface::loadLinksByRoute() — Method in class MenuLinkManagerInterface

Loads multiple plugin instances based on route.

MenuLinkTree::load() — Method in class MenuLinkTree

Loads a menu tree with a menu link plugin instance at each element.

$ MenuLinkTreeElement#linkProperty in class MenuLinkTreeElement

The menu link for this element in a menu link tree.

MenuLinkTreeInterface::load() — Method in class MenuLinkTreeInterface

Loads a menu tree with a menu link plugin instance at each element.

MenuTreeStorage::loadByProperties() — Method in class MenuTreeStorage

Loads multiple plugin definitions from the storage based on properties.

MenuTreeStorage::loadByRoute() — Method in class MenuTreeStorage

Loads multiple plugin definitions from the storage based on route.

MenuTreeStorage::loadMultiple() — Method in class MenuTreeStorage

Loads multiple plugin definitions from the storage.

MenuTreeStorage::load() — Method in class MenuTreeStorage

Loads a menu link plugin definition from the storage.

MenuTreeStorage::loadFull() — Method in class MenuTreeStorage

Loads all table fields, not just those that are in the plugin definition.

MenuTreeStorage::loadFullMultiple() — Method in class MenuTreeStorage

Loads all table fields for multiple menu link definitions by ID.

MenuTreeStorage::loadTreeData() — Method in class MenuTreeStorage

Loads a menu link tree from the storage.

MenuTreeStorage::loadLinks() — Method in class MenuTreeStorage

Loads links in the given menu, according to the given tree parameters.

MenuTreeStorage::loadSubtreeData() — Method in class MenuTreeStorage

Loads a subtree rooted by the given ID.

MenuTreeStorage::loadAllChildren() — Method in class MenuTreeStorage

Loads all the enabled menu links that are below the given ID.

MenuTreeStorageInterface::load() — Method in class MenuTreeStorageInterface

Loads a menu link plugin definition from the storage.

MenuTreeStorageInterface::loadMultiple() — Method in class MenuTreeStorageInterface

Loads multiple plugin definitions from the storage.

MenuTreeStorageInterface::loadByProperties() — Method in class MenuTreeStorageInterface

Loads multiple plugin definitions from the storage based on properties.

MenuTreeStorageInterface::loadByRoute() — Method in class MenuTreeStorageInterface

Loads multiple plugin definitions from the storage based on route.

MenuTreeStorageInterface::loadTreeData() — Method in class MenuTreeStorageInterface

Loads a menu link tree from the storage.

MenuTreeStorageInterface::loadAllChildren() — Method in class MenuTreeStorageInterface

Loads all the enabled menu links that are below the given ID.

MenuTreeStorageInterface::loadSubtreeData() — Method in class MenuTreeStorageInterface

Loads a subtree rooted by the given ID.

LocalActionsBlockClass in namespace Drupal\Core\Menu\Plugin\Block

Provides a block to display the local actions.

$ LocalActionsBlock#localActionManagerProperty in class LocalActionsBlock

The local action manager.

LocalTasksBlockClass in namespace Drupal\Core\Menu\Plugin\Block

Provides a "Tabs" block to display the local tasks.

$ LocalTasksBlock#localTaskManagerProperty in class LocalTasksBlock

The local task manager.

StaticMenuLinkOverrides::loadOverride() — Method in class StaticMenuLinkOverrides

Loads any overrides to the definition of a static (YAML-defined) link.

StaticMenuLinkOverrides::loadMultipleOverrides() — Method in class StaticMenuLinkOverrides

Loads overrides to multiple definitions of a static (YAML-defined) link.

StaticMenuLinkOverridesInterface::loadOverride() — Method in class StaticMenuLinkOverridesInterface

Loads any overrides to the definition of a static (YAML-defined) link.

StaticMenuLinkOverridesInterface::loadMultipleOverrides() — Method in class StaticMenuLinkOverridesInterface

Loads overrides to multiple definitions of a static (YAML-defined) link.

$ Pager#limitProperty in class Pager

The maximum number of items per page.

$ ContextDefinition#labelProperty in class ContextDefinition

The human-readable label.

LazyContextRepositoryClass in namespace Drupal\Core\Plugin\Context

Provides a context repository which uses context provider services.

BatchStorage::lazyLoadItself() — Method in class BatchStorage

Lazy loads the real service from the container.

BatchStorage::load() — Method in class BatchStorage

Loads a batch.

ConfigInstaller::lazyLoadItself() — Method in class ConfigInstaller

Lazy loads the real service from the container.

Cron::lazyLoadItself() — Method in class Cron

Lazy loads the real service from the container.

ContentUninstallValidator::lazyLoadItself() — Method in class ContentUninstallValidator

Lazy loads the real service from the container.

DatabaseDriverUninstallValidator::lazyLoadItself() — Method in class DatabaseDriverUninstallValidator

Lazy loads the real service from the container.

ModuleInstaller::lazyLoadItself() — Method in class ModuleInstaller

Lazy loads the real service from the container.

ModuleRequiredByThemesUninstallValidator::lazyLoadItself() — Method in class ModuleRequiredByThemesUninstallValidator

Lazy loads the real service from the container.

RequiredModuleUninstallValidator::lazyLoadItself() — Method in class RequiredModuleUninstallValidator

Lazy loads the real service from the container.

ExtensionMimeTypeGuesser::lazyLoadItself() — Method in class ExtensionMimeTypeGuesser

Lazy loads the real service from the container.

MimeTypeGuesser::lazyLoadItself() — Method in class MimeTypeGuesser

Lazy loads the real service from the container.

DatabaseLockBackend::lazyLoadItself() — Method in class DatabaseLockBackend

Lazy loads the real service from the container.

DatabaseLockBackend::lockMayBeAvailable() — Method in class DatabaseLockBackend

Checks if a lock is available for acquiring.

PersistentDatabaseLockBackend::lazyLoadItself() — Method in class PersistentDatabaseLockBackend

Lazy loads the real service from the container.

PersistentDatabaseLockBackend::lockMayBeAvailable() — Method in class PersistentDatabaseLockBackend

Checks if a lock is available for acquiring.

ChainResponsePolicy::lazyLoadItself() — Method in class ChainResponsePolicy

Lazy loads the real service from the container.

AdminPathConfigEntityConverter::lazyLoadItself() — Method in class AdminPathConfigEntityConverter

Lazy loads the real service from the container.

MenuLinkPluginConverter::lazyLoadItself() — Method in class MenuLinkPluginConverter

Lazy loads the real service from the container.

CachedDiscoveryClearer::lazyLoadItself() — Method in class CachedDiscoveryClearer

Lazy loads the real service from the container.

BareHtmlPageRenderer::lazyLoadItself() — Method in class BareHtmlPageRenderer

Lazy loads the real service from the container.

MatcherDumper::lazyLoadItself() — Method in class MatcherDumper

Lazy loads the real service from the container.

RouteBuilder::lazyLoadItself() — Method in class RouteBuilder

Lazy loads the real service from the container.

LabelClass in namespace Drupal\Core\Render\Element

Provides a render element for displaying the label for a form element.

LanguageSelectClass in namespace Drupal\Core\Render\Element

Provides a form element for selecting a language.

LinkClass in namespace Drupal\Core\Render\Element

Provides a link render element.

LazyRouteCollectionClass in namespace Drupal\Core\Routing
LocalAwareRedirectResponseTraitClass in namespace Drupal\Core\Routing

Provides a trait which ensures that a URL is safe to redirect to.

LocalRedirectResponseClass in namespace Drupal\Core\Routing

Provides a redirect response which cannot redirect to an external URL.

$ RouteBuilder#lockProperty in class RouteBuilder

The used lock backend instance.

$ RouteProvider#languageManagerProperty in class RouteProvider

The language manager.

AccountProxy::loadUserEntity() — Method in class AccountProxy

Load a user entity.

LocalReadOnlyStreamClass in namespace Drupal\Core\StreamWrapper

Defines a read-only Drupal stream wrapper base class for local files.

LocalStreamClass in namespace Drupal\Core\StreamWrapper

Defines a Drupal stream wrapper base class for local files.

LockClass in namespace Drupal\Core\TempStore

Provides a value object representing the lock from a TempStore.

$ PrivateTempStore#lockBackendProperty in class PrivateTempStore

The lock object used for this data.

$ PrivateTempStoreFactory#lockBackendProperty in class PrivateTempStoreFactory

The lock object used for this data.

$ SharedTempStore#lockBackendProperty in class SharedTempStore

The lock object used for this data.

$ SharedTempStoreFactory#lockBackendProperty in class SharedTempStoreFactory

The lock object used for this data.

TwigPhpStorageCache::load() — Method in class TwigPhpStorageCache
{@inheritdoc}
$ TestDatabase#lockIdProperty in class TestDatabase

A random number used to ensure that test fixtures are unique to each test method.

TestDatabase::lastTestGet() — Method in class TestDatabase

Get information about the last test that ran given a test ID.

TestDatabase::logRead() — Method in class TestDatabase

Reads the error log and reports any errors as assertion failures.

TestStatus::label() — Method in class TestStatus

Turns a status code into a human-readable string.

$ ActiveTheme#logoProperty in class ActiveTheme

The path to the logo.

$ ActiveTheme#librariesProperty in class ActiveTheme

The libraries provided by the theme.

$ ActiveTheme#librariesOverrideProperty in class ActiveTheme

The libraries or library assets overridden by the theme.

$ ActiveTheme#librariesExtendProperty in class ActiveTheme

The list of libraries-extend definitions.

$ Registry#lockProperty in class Registry

The lock backend that should be used.

ThemeInitialization::loadActiveTheme() — Method in class ThemeInitialization

Loads a theme, so it is ready to be used.

ThemeInitializationInterface::loadActiveTheme() — Method in class ThemeInitializationInterface

Loads a theme, so it is ready to be used.

$ DataType#labelProperty in class DataType

The human-readable name of the data type.

$ DataType#list_classProperty in class DataType

The typed data class used for wrapping multiple data items of the type.

$ DataType#list_definition_classProperty in class DataType

The definition class to use for defining a list of items of this type.

ListDataDefinitionClass in namespace Drupal\Core\TypedData

A typed data definition class for defining lists.

ListDataDefinitionInterfaceClass in namespace Drupal\Core\TypedData

Interface for data definitions of lists.

ListInterfaceClass in namespace Drupal\Core\TypedData

Interface for a list of typed data.

$ ItemList#listProperty in class ItemList

Numerically indexed array of items.

LanguageClass in namespace Drupal\Core\TypedData\Plugin\DataType

Defines the 'language' data type.

$ Language#languageProperty in class Language
LanguageReferenceClass in namespace Drupal\Core\TypedData\Plugin\DataType

Defines the 'language_reference' data type.

TranslatableInterface::language() — Method in class TranslatableInterface

Returns the translation language.

$ UpdateRegistry#logFilenameProperty in class UpdateRegistry

The filename of the log file.

UpdateRegistry::loadUpdateFiles() — Method in class UpdateRegistry

Loads all update files for a given list of extension.

UpdateRegistry::loadUpdateFile() — Method in class UpdateRegistry

Loads the {$this->updateType}.php file for a given extension.

LinkGeneratorClass in namespace Drupal\Core\Utility

Provides a class which generates a link with route names and parameters.

LinkGeneratorInterfaceClass in namespace Drupal\Core\Utility

Defines an interface for generating links from route names and parameters.

$ Token#languageManagerProperty in class Token

The language manager.

$ Constraint#labelProperty in class Constraint

The human-readable name of the constraint plugin.

$ DrupalTranslator#localeProperty in class DrupalTranslator

The locale used for translating.

LengthConstraintClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Length constraint.

$ UmamiMultilingualInstallTest#langcodeProperty in class UmamiMultilingualInstallTest
{@inheritdoc}
ActionListBuilder::load() — Method in class ActionListBuilder

Loads entities of this type from storage for listing.

Feed::label() — Method in class Feed

Gets the label of the entity.

Item::label() — Method in class Item

Gets the label of the entity.

ItemStorage::loadAll() — Method in class ItemStorage

Loads feed items from all feeds.

ItemStorage::loadByFeed() — Method in class ItemStorage

Loads feed items filtered by a feed.

ItemStorageInterface::loadAll() — Method in class ItemStorageInterface

Loads feed items from all feeds.

ItemStorageInterface::loadByFeed() — Method in class ItemStorageInterface

Loads feed items filtered by a feed.

$ ItemsImporter#loggerProperty in class ItemsImporter

A logger instance.

$ DefaultFetcher#loggerProperty in class DefaultFetcher

A logger instance.

$ BlockForm#languageProperty in class BlockForm

The language manager service.

BlockViewBuilder::lazyBuilder() — Method in class BlockViewBuilder

lazy_builder callback; builds a #pre_render-able block.

$ BlockLibraryController#localActionManagerProperty in class BlockLibraryController

The local action manager.

BlockLibraryController::listBlocks() — Method in class BlockLibraryController

Shows a list of blocks that can be added to a theme's layout.

BlockListController::listing() — Method in class BlockListController

Shows the block administration page.

Block::label() — Method in class Block

Gets the label of the entity.

$ BlockContentType#labelProperty in class BlockContentType

The custom block type label.

ListingEmptyClass in namespace Drupal\block_content\Plugin\views\area

Defines an area plugin to display a block add link.

$ BookBreadcrumbBuilder#languageManagerProperty in class BookBreadcrumbBuilder

The language manager service.

$ BookManager#languageManagerProperty in class BookManager

The language manager.

BookManager::loadBooks() — Method in class BookManager

Loads Books Array.

BookManager::loadBookLink() — Method in class BookManager

Loads a single book entry.

BookManager::loadBookLinks() — Method in class BookManager

Loads multiple book entries.

BookManagerInterface::loadBookLink() — Method in class BookManagerInterface

Loads a single book entry.

BookManagerInterface::loadBookLinks() — Method in class BookManagerInterface

Loads multiple book entries.

BookOutlineStorage::loadMultiple() — Method in class BookOutlineStorage

Loads books.

BookOutlineStorage::loadBookChildren() — Method in class BookOutlineStorage

Loads book's children using its parent ID.

BookOutlineStorageInterface::loadMultiple() — Method in class BookOutlineStorageInterface

Loads books.

BookOutlineStorageInterface::loadBookChildren() — Method in class BookOutlineStorageInterface

Loads book's children using its parent ID.

BookUninstallValidator::lazyLoadItself() — Method in class BookUninstallValidator

Lazy loads the real service from the container.

$ DrupalAspectsOfCKEditor5Plugin#labelProperty in class DrupalAspectsOfCKEditor5Plugin

The human-readable name of the CKEditor plugin.

$ DrupalAspectsOfCKEditor5Plugin#libraryProperty in class DrupalAspectsOfCKEditor5Plugin

The library this plugin requires.

$ CKEditor5ImageController#lockProperty in class CKEditor5ImageController

The lock service.

CKEditor5PluginDefinition::label() — Method in class CKEditor5PluginDefinition

Gets the human-readable name of the CKEditor plugin.

LanguageClass in namespace Drupal\ckeditor5\Plugin\CKEditor5Plugin

CKEditor 5 Language plugin.

$ CKEditor5#languageManagerProperty in class CKEditor5

The language manager.

$ CKEditorPlugin#labelProperty in class CKEditorPlugin

The human-readable name of the CKEditor plugin.

LanguageClass in namespace Drupal\ckeditor\Plugin\CKEditorPlugin

Defines the "language" plugin.

$ CKEditor#languageManagerProperty in class CKEditor

The language manager.

CommentStorage::loadThread() — Method in class CommentStorage

Retrieves comments for a thread, sorted in an order suitable for display.

CommentStorageInterface::loadThread() — Method in class CommentStorageInterface

Retrieves comments for a thread, sorted in an order suitable for display.

$ CommentTypeForm#loggerProperty in class CommentTypeForm

A logger instance.

$ CommentType#labelProperty in class CommentType

The comment type label.

$ CommentTypeDeleteForm#loggerProperty in class CommentTypeDeleteForm

A logger instance.

DeleteForm::logDeletionMessage() — Method in class DeleteForm
{@inheritdoc}
$ CommentedEntity#loadedCommentedEntitiesProperty in class CommentedEntity

Array of entities that has comments.

LastTimestampClass in namespace Drupal\comment\Plugin\views\field

Field handler to display the timestamp of a comment with the count of comments.

LinkApproveClass in namespace Drupal\comment\Plugin\views\field

Provides a comment approve link.

LinkReplyClass in namespace Drupal\comment\Plugin\views\field

Field handler to present a link to reply to a comment.

$ ConfigSingleImportForm#lockProperty in class ConfigSingleImportForm

The database lock object.

$ ConfigSync#lockProperty in class ConfigSync

The database lock object.

StorageReplaceDataWrapper::listAll() — Method in class StorageReplaceDataWrapper

Gets configuration object names starting with a given prefix.

$ ConfigTranslationOverviewAccess#languageManagerProperty in class ConfigTranslationOverviewAccess

The language manager.

$ ConfigNamesMapper#localeConfigManagerProperty in class ConfigNamesMapper

The typed configuration manager.

$ ConfigNamesMapper#langcodeProperty in class ConfigNamesMapper

The language code of the language this mapper, if any.

$ ConfigNamesMapper#languageManagerProperty in class ConfigNamesMapper

The language manager.

$ ConfigTranslationController#languageManagerProperty in class ConfigTranslationController

The language manager.

ConfigTranslationFieldListBuilder::load() — Method in class ConfigTranslationFieldListBuilder

Loads entities of this type from storage for listing.

ConfigTranslationListController::listing() — Method in class ConfigTranslationListController

Provides the listing page for any entity type.

ListElementClass in namespace Drupal\config_translation\FormElement

Defines the list element for the configuration translation interface.

$ ConfigTranslationDeleteForm#languageManagerProperty in class ConfigTranslationDeleteForm

The language manager.

$ ConfigTranslationDeleteForm#languageProperty in class ConfigTranslationDeleteForm

The language of configuration translation.

$ ConfigTranslationFormBase#languageManagerProperty in class ConfigTranslationFormBase

The language manager.

$ ConfigTranslationFormBase#languageProperty in class ConfigTranslationFormBase

The language of the configuration translation.

$ ContactForm#labelProperty in class ContactForm

The human-readable label of the category.

$ MailHandler#languageManagerProperty in class MailHandler

Language manager service.

$ MailHandler#loggerProperty in class MailHandler

Logger service.

$ MessageForm#languageManagerProperty in class MessageForm

The language manager service.

LatestRevisionCheckClass in namespace Drupal\content_moderation\Access

Access check for the entity moderation tab.

LatestRevisionCheck::loadEntity() — Method in class LatestRevisionCheck

Returns the default revision of the entity this route is for.

ContentModerationState::label() — Method in class ContentModerationState

Gets the state's label.

ContentModerationState::loadFromModeratedEntity() — Method in class ContentModerationState

Loads a content moderation state entity.

ModeratedNodeListBuilder::load() — Method in class ModeratedNodeListBuilder

Loads entities of this type from storage for listing.

ModerationStateFieldItemList::loadContentModerationStateRevision() — Method in class ModerationStateFieldItemList

Load the content moderation state revision associated with an entity.

$ ContentTranslationManageAccessCheck#languageManagerProperty in class ContentTranslationManageAccessCheck

The language manager.

$ ContentTranslationHandler#languageManagerProperty in class ContentTranslationHandler

The language manager.

ContentTranslationManager::loadContentLanguageSettings() — Method in class ContentTranslationManager

Loads a content language config entity based on the entity type and bundle.

DbLog::log() — Method in class DbLog
{@inheritdoc}
$ Editor#labelProperty in class Editor

The human-readable name of the editor plugin.

Editor::label() — Method in class Editor

Gets the label of the entity.

EditorManager::listOptions() — Method in class EditorManager

Populates a key-value pair of available text editors.

FieldConfig::linkTemplates() — Method in class FieldConfig

Gets an array link templates.

FieldConfig::loadByName() — Method in class FieldConfig

Loads a field config entity based on the entity type and field name.

$ FieldStorageConfig#lockedProperty in class FieldStorageConfig

Flag indicating whether the field is available for editing.

FieldStorageConfig::loadByName() — Method in class FieldStorageConfig

Loads a field config entity based on the entity type and field name.

FieldConfigStorage::loadByProperties() — Method in class FieldConfigStorage

Load entities by their property values.

FieldStorageConfigStorage::loadByProperties() — Method in class FieldStorageConfigStorage

Load entities by their property values.

FieldUninstallValidator::lazyLoadItself() — Method in class FieldUninstallValidator

Lazy loads the real service from the container.

$ FieldLayoutBuilder#layoutPluginManagerProperty in class FieldLayoutBuilder

The layout plugin manager.

$ FieldLayoutEntityDisplayFormTrait#layoutPluginManagerProperty in class FieldLayoutEntityDisplayFormTrait

The field layout plugin manager.

FieldConfigListController::listing() — Method in class FieldConfigListController

Shows the 'Manage fields' page.

EntityDisplayModeListBuilder::load() — Method in class EntityDisplayModeListBuilder

Loads entities of this type from storage for listing.

FieldConfigListBuilder::load() — Method in class FieldConfigListBuilder

Loads entities of this type from storage for listing.

FileRepository::loadByUri() — Method in class FileRepository

Loads the first File entity found with the specified URI.

FileRepositoryInterface::loadByUri() — Method in class FileRepositoryInterface

Loads the first File entity found with the specified URI.

DatabaseFileUsageBackend::listUsage() — Method in class DatabaseFileUsageBackend

Determines where a file is used.

FileUsageInterface::listUsage() — Method in class FileUsageInterface

Determines where a file is used.

$ FileUploadResource#lockProperty in class FileUploadResource

The lock service.

FileUploadHandler::loadByUri() — Method in class FileUploadHandler

Loads the first File entity found with the specified URI.

ProcessedText::logger() — Method in class ProcessedText

Wraps a logger channel.

FilterFormatListBuilder::load() — Method in class FilterFormatListBuilder

Loads entities of this type from storage for listing.

$ FilterNull#loggedProperty in class FilterNull

Tracks if an alert about this filter has been logged.

FilterUninstallValidator::lazyLoadItself() — Method in class FilterUninstallValidator

Lazy loads the real service from the container.

$ ForumManager#lastPostDataProperty in class ForumManager

Array of last post information keyed by forum (term) id.

ForumManager::lastVisit() — Method in class ForumManager

Gets the last time the user viewed a node.

ForumUninstallValidator::lazyLoadItself() — Method in class ForumUninstallValidator

Lazy loads the real service from the container.

LinkManagerClass in namespace Drupal\hal\LinkManager
LinkManagerBaseClass in namespace Drupal\hal\LinkManager

Defines an abstract base-class for HAL link manager objects.

$ LinkManagerBase#linkDomainProperty in class LinkManagerBase

Link domain used for type links URIs.

LinkManagerInterfaceClass in namespace Drupal\hal\LinkManager

Interface implemented by link managers.

$ ContentEntityNormalizer#linkManagerProperty in class ContentEntityNormalizer

The hypermedia link manager.

$ EntityReferenceItemNormalizer#linkManagerProperty in class EntityReferenceItemNormalizer

The hypermedia link manager.

HelpSectionPluginInterface::listTopics() — Method in class HelpSectionPluginInterface

Returns a list of topics to show in the help section.

HookHelpSection::listTopics() — Method in class HookHelpSection

Returns a list of topics to show in the help section.

$ HelpTopicSection#languageManagerProperty in class HelpTopicSection

The language manager.

HelpTopicSection::listTopics() — Method in class HelpTopicSection

Returns a list of topics to show in the help section.

HelpTopicSection::listSearchableTopics() — Method in class HelpTopicSection

Returns the IDs of topics that should be indexed for searching.

$ HelpSearch#languageManagerProperty in class HelpSearch

The language manager.

SearchableHelpInterface::listSearchableTopics() — Method in class SearchableHelpInterface

Returns the IDs of topics that should be indexed for searching.

HistoryRenderCallback::lazyBuilder() — Method in class HistoryRenderCallback

lazy_builder callback; attaches the last read timestamp for a node.

$ ImageEffect#labelProperty in class ImageEffect

The human-readable name of the image effect.

$ ImageStyleDownloadController#lockProperty in class ImageStyleDownloadController

The lock backend.

$ ImageStyleDownloadController#loggerProperty in class ImageStyleDownloadController

A logger instance.

$ ImageStyle#labelProperty in class ImageStyle

The image style label.

$ ImageEffectBase#loggerProperty in class ImageEffectBase

A logger instance.

ImageEffectBase::label() — Method in class ImageEffectBase

Returns the image effect label.

ImageEffectInterface::label() — Method in class ImageEffectInterface

Returns the image effect label.

$ EntityAccessChecker#latestRevisionCheckProperty in class EntityAccessChecker

The latest revision check service.

EntityResource::loadEntitiesWithAccess() — Method in class EntityResource

Build a collection of the entities to respond with and access objects.

$ TemporaryJsonapiFileFieldUploader#loggerProperty in class TemporaryJsonapiFileFieldUploader

A logger instance.

$ TemporaryJsonapiFileFieldUploader#lockProperty in class TemporaryJsonapiFileFieldUploader

The lock service.

$ ResourceResponseValidator#loggerProperty in class ResourceResponseValidator

The JSON:API logger channel.

$ JsonApiDocumentTopLevel#linksProperty in class JsonApiDocumentTopLevel

The links.

LabelOnlyResourceObjectClass in namespace Drupal\jsonapi\JsonApiResource

Value object decorating a ResourceObject; only its label is available.

LinkClass in namespace Drupal\jsonapi\JsonApiResource

Represents an RFC8288 based link.

LinkCollectionClass in namespace Drupal\jsonapi\JsonApiResource

Contains a set of JSON:API Link objects.

$ LinkCollection#linksProperty in class LinkCollection

The links in the collection, keyed by unique strings.

$ Relationship#linksProperty in class Relationship

The relationship object's links.

$ ResourceObject#linksProperty in class ResourceObject

The resource object's links.

$ ResourceObject#languageProperty in class ResourceObject

The resource language.

LinkCollectionNormalizerClass in namespace Drupal\jsonapi\Normalizer

Normalizes a LinkCollection object.

$ EntityUuidConverter#languageManagerProperty in class EntityUuidConverter

The language manager.

ResourceTypeRepository::lookupResourceType() — Method in class ResourceTypeRepository

Lookup a resource type by entity type ID and bundle name.

NegotiatorBase::loadRevision() — Method in class NegotiatorBase

Loads an entity revision.

LanguageNegotiationClass in namespace Drupal\language\Annotation

Defines a language negotiation annotation object.

LanguageConfigCollectionNameTraitClass in namespace Drupal\language\Config

Provides a common trait for working with language override collection names.

LanguageConfigFactoryOverrideClass in namespace Drupal\language\Config

Provides language overrides for the configuration factory.

$ LanguageConfigFactoryOverride#languageProperty in class LanguageConfigFactoryOverride

The language object used to override configuration data.

LanguageConfigFactoryOverride::loadOverrides() — Method in class LanguageConfigFactoryOverride

Returns config overrides.

LanguageConfigFactoryOverrideInterfaceClass in namespace Drupal\language\Config

Defines the interface for a configuration factory language override object.

LanguageConfigOverrideClass in namespace Drupal\language\Config

Defines language configuration overrides.

LanguageConfigOverrideCrudEventClass in namespace Drupal\language\Config

Provides a language override event for event listeners.

LanguageConfigOverrideEventsClass in namespace Drupal\language\Config

Defines events for language configuration overrides.

$ ConfigurableLanguageManager#languageTypesProperty in class ConfigurableLanguageManager

Local cache for language type configuration data.

$ ConfigurableLanguageManager#languageTypesInfoProperty in class ConfigurableLanguageManager

Local cache for language type information.

ConfigurableLanguageManager::loadLanguageTypesConfiguration() — Method in class ConfigurableLanguageManager

Retrieves language types from the configuration storage.

LanguageConfigurationClass in namespace Drupal\language\Element

Defines an element for language configuration for a single field.

LanguageConfiguration::languageManager() — Method in class LanguageConfiguration

Wraps the language manager.

$ ConfigurableLanguage#labelProperty in class ConfigurableLanguage

The human-readable label for the language.

$ ConfigurableLanguage#lockedProperty in class ConfigurableLanguage

Locked languages cannot be edited.

$ ContentLanguageSettings#language_alterableProperty in class ContentLanguageSettings

Indicates if the language is alterable or not.

ContentLanguageSettings::loadByEntityTypeBundle() — Method in class ContentLanguageSettings

Loads a content language config entity based on the entity type and bundle.

$ ConfigSubscriber#languageManagerProperty in class ConfigSubscriber

The language manager.

$ ConfigSubscriber#languageDefaultProperty in class ConfigSubscriber

The default language.

$ ConfigSubscriber#languageNegotiatorProperty in class ConfigSubscriber

The language negotiator.

LanguageRequestSubscriberClass in namespace Drupal\language\EventSubscriber

Sets the $request property on the language manager.

$ LanguageRequestSubscriber#languageManagerProperty in class LanguageRequestSubscriber

The language manager service.

LanguageExceptionClass in namespace Drupal\language\Exception

A base exception thrown in any language system operations.

LanguageAddFormClass in namespace Drupal\language\Form

Controller for language addition forms.

LanguageDeleteFormClass in namespace Drupal\language\Form

Defines a confirmation form for deleting a language entity.

LanguageDeleteForm::logDeletionMessage() — Method in class LanguageDeleteForm

Logs a message about the deleted entity.

LanguageEditFormClass in namespace Drupal\language\Form

Controller for language edit forms.

LanguageFormBaseClass in namespace Drupal\language\Form

Base form for language add and edit forms.

$ LanguageFormBase#languageManagerProperty in class LanguageFormBase

The configurable language manager.

$ NegotiationBrowserForm#languageManagerProperty in class NegotiationBrowserForm

The configurable language manager.

NegotiationBrowserForm::language_get_browser_drupal_langcode_mappings() — Method in class NegotiationBrowserForm

Retrieves the browser's langcode mapping configuration array.

$ NegotiationConfigureForm#languageTypesProperty in class NegotiationConfigureForm

Stores the configuration object for language.types.

$ NegotiationConfigureForm#languageManagerProperty in class NegotiationConfigureForm

The language manager.

$ NegotiationUrlForm#languageManagerProperty in class NegotiationUrlForm

The language manager.

$ PathProcessorLanguage#languageManagerProperty in class PathProcessorLanguage

Language manager for retrieving the url language type.

LanguageAccessControlHandlerClass in namespace Drupal\language

Defines the access control handler for the language entity type.

LanguageConverterClass in namespace Drupal\language

Converts parameters for upcasting entity IDs to full objects.

$ LanguageConverter#languageManagerProperty in class LanguageConverter

The language manager.

LanguageListBuilderClass in namespace Drupal\language

Defines a class to build a listing of language entities.

$ LanguageListBuilder#languageManagerProperty in class LanguageListBuilder

The language manager.

LanguageListBuilder::load() — Method in class LanguageListBuilder

Loads entities of this type from storage for listing.

LanguageNegotiationMethodBaseClass in namespace Drupal\language

Base class for language negotiation methods.

$ LanguageNegotiationMethodBase#languageManagerProperty in class LanguageNegotiationMethodBase

The language manager.

LanguageNegotiationMethodInterfaceClass in namespace Drupal\language

Interface for language negotiation classes.

LanguageNegotiationMethodManagerClass in namespace Drupal\language

Manages language negotiation methods.

LanguageNegotiatorClass in namespace Drupal\language

Class responsible for performing language negotiation.

$ LanguageNegotiator#languageManagerProperty in class LanguageNegotiator

The language manager.

LanguageNegotiatorInterfaceClass in namespace Drupal\language

Common interface for language negotiation services.

LanguageServiceProviderClass in namespace Drupal\language

Overrides the language_manager service to point to language's module one.

LanguageSwitcherInterfaceClass in namespace Drupal\language

Interface for language switcher classes.

LanguageBlockClass in namespace Drupal\language\Plugin\Block

Provides a 'Language switcher' block.

$ LanguageBlock#languageManagerProperty in class LanguageBlock

The language manager.

LanguageClass in namespace Drupal\language\Plugin\Condition

Provides a 'Language' condition.

$ Language#languageManagerProperty in class Language

The Language manager.

LanguageBlockClass in namespace Drupal\language\Plugin\Derivative

Provides language switcher block plugin definitions for all languages.

LanguageNegotiationBrowserClass in namespace Drupal\language\Plugin\LanguageNegotiation

Class for identifying language from the browser Accept-language HTTP header.

LanguageNegotiationContentEntityClass in namespace Drupal\language\Plugin\LanguageNegotiation

Class for identifying the content translation language.

LanguageNegotiationSelectedClass in namespace Drupal\language\Plugin\LanguageNegotiation

Class for identifying language from a selected language.

LanguageNegotiationSessionClass in namespace Drupal\language\Plugin\LanguageNegotiation

Identify language from a request/session parameter.

LanguageNegotiationUIClass in namespace Drupal\language\Plugin\LanguageNegotiation

Identifies the language from the interface text language selected for page.

LanguageNegotiationUrlClass in namespace Drupal\language\Plugin\LanguageNegotiation

Class for identifying language via URL prefix or domain.

LanguageNegotiationUrlFallbackClass in namespace Drupal\language\Plugin\LanguageNegotiation

Class that determines the language to be assigned to URLs when none is detected.

LanguageDomainsClass in namespace Drupal\language\Plugin\migrate\process

This plugin makes sure that no domain is empty if domain negotiation is used.

LanguageNegotiationClass in namespace Drupal\language\Plugin\migrate\process

Processes the arrays for the language types' negotiation methods and weights.

LanguageTypesClass in namespace Drupal\language\Plugin\migrate\process

Processes the array for the language types.

LanguageClass in namespace Drupal\language\Plugin\migrate\source

Drupal 6/7 language source from database.

LanguageContentSettingsClass in namespace Drupal\language\Plugin\migrate\source\d6

Drupal 6 i18n node settings from database.

LanguageContentSettingsTaxonomyVocabularyClass in namespace Drupal\language\Plugin\migrate\source\d6

Drupal 6 i18n vocabularies source from database.

LanguageContentSettingsClass in namespace Drupal\language\Plugin\migrate\source\d7

Drupal 7 i18n node settings from database.

LanguageContentSettingsTaxonomyVocabularyClass in namespace Drupal\language\Plugin\migrate\source\d7

Drupal 7 i18n vocabularies source from database.

LanguageConverterClass in namespace Drupal\language\ProxyClass

Provides a proxy class for \Drupal\language\LanguageConverter.

LanguageConverter::lazyLoadItself() — Method in class LanguageConverter

Lazy loads the real service from the container.

LayoutBuilderAccessCheckClass in namespace Drupal\layout_builder\Access

Provides an access check for the Layout Builder defaults.

LayoutPreviewAccessAllowedClass in namespace Drupal\layout_builder\Access

Accessible class to allow access for inline blocks in the Layout Builder.

LayoutBuilderIsActiveCacheContextClass in namespace Drupal\layout_builder\Cache

Determines whether Layout Builder is active for a given entity type or not.

LayoutBuilderUiCacheContextClass in namespace Drupal\layout_builder\Cache

Determines if an entity is being viewed in the Layout Builder UI.

LayoutBuilderContextTraitClass in namespace Drupal\layout_builder\Context

Provides a wrapper around getting contexts from a section storage object.

$ AddSectionController#layoutTempstoreRepositoryProperty in class AddSectionController

The layout tempstore repository.

$ ChooseSectionController#layoutManagerProperty in class ChooseSectionController

The layout manager.

LayoutBuilderControllerClass in namespace Drupal\layout_builder\Controller

Defines a controller to provide the Layout Builder admin UI.

LayoutBuilderController::layout() — Method in class LayoutBuilderController

Renders the Layout UI.

LayoutBuilderHtmlEntityFormControllerClass in namespace Drupal\layout_builder\Controller

Overrides the entity form controller service for layout builder operations.

LayoutRebuildTraitClass in namespace Drupal\layout_builder\Controller

Provides AJAX responses to rebuild the Layout Builder.

$ MoveBlockController#layoutTempstoreRepositoryProperty in class MoveBlockController

The layout tempstore repository.

LayoutBuilderClass in namespace Drupal\layout_builder\Element

Defines a render element for building the Layout Builder UI.

LayoutBuilder::layout() — Method in class LayoutBuilder

Renders the Layout UI.

LayoutBuilderEntityViewDisplayClass in namespace Drupal\layout_builder\Entity

Provides an entity view display entity that has a layout.

LayoutBuilderEntityViewDisplay::label() — Method in class LayoutBuilderEntityViewDisplay

Gets the label of the entity.

LayoutBuilderEntityViewDisplayStorageClass in namespace Drupal\layout_builder\Entity

Provides storage for entity view display entities that have layouts.

LayoutBuilderSampleEntityGeneratorClass in namespace Drupal\layout_builder\Entity

Generates a sample entity for use by the Layout Builder.

LayoutEntityDisplayInterfaceClass in namespace Drupal\layout_builder\Entity

Provides an interface for entity displays that have layout.

$ PrepareLayout#layoutTempstoreRepositoryProperty in class PrepareLayout

The layout tempstore repository.

LayoutSectionItemListClass in namespace Drupal\layout_builder\Field

Defines an item list class for layout section fields.

$ LayoutSectionItemList#listProperty in class LayoutSectionItemList

Numerically indexed array of field items.

$ ConfigureBlockFormBase#layoutTempstoreRepositoryProperty in class ConfigureBlockFormBase

The layout tempstore repository.

$ ConfigureSectionForm#layoutTempstoreRepositoryProperty in class ConfigureSectionForm

The layout tempstore repository.

$ ConfigureSectionForm#layoutProperty in class ConfigureSectionForm

The plugin being configured.

$ DefaultsEntityForm#layoutTempstoreRepositoryProperty in class DefaultsEntityForm

Layout tempstore repository.

DefaultsEntityForm::layoutBuilderElementGetKeys() — Method in class DefaultsEntityForm

Form element #process callback.

$ DiscardLayoutChangesForm#layoutTempstoreRepositoryProperty in class DiscardLayoutChangesForm

The layout tempstore repository.

LayoutBuilderDisableFormClass in namespace Drupal\layout_builder\Form

Disables Layout Builder for a given default.

$ LayoutBuilderDisableForm#layoutTempstoreRepositoryProperty in class LayoutBuilderDisableForm

The layout tempstore repository.

LayoutBuilderEntityViewDisplayFormClass in namespace Drupal\layout_builder\Form

Edit form for the LayoutBuilderEntityViewDisplay entity type.

LayoutRebuildConfirmFormBaseClass in namespace Drupal\layout_builder\Form

Provides a base class for confirmation forms that rebuild the Layout Builder.

$ LayoutRebuildConfirmFormBase#layoutTempstoreRepositoryProperty in class LayoutRebuildConfirmFormBase

The layout tempstore repository.

$ MoveBlockForm#layoutTempstoreProperty in class MoveBlockForm

The Layout Tempstore.

$ OverridesEntityForm#layoutTempstoreRepositoryProperty in class OverridesEntityForm

Layout tempstore repository.

$ RevertOverridesForm#layoutTempstoreRepositoryProperty in class RevertOverridesForm

The layout tempstore repository.

LayoutBuilderEnabledInterfaceClass in namespace Drupal\layout_builder

Provides methods for enabling and disabling Layout Builder.

LayoutBuilderEventsClass in namespace Drupal\layout_builder

Defines events for the layout_builder module.

LayoutBuilderHighlightTraitClass in namespace Drupal\layout_builder

A trait for generating IDs used to highlight active UI elements.

LayoutBuilderOverridesPermissionsClass in namespace Drupal\layout_builder

Provides dynamic permissions for Layout Builder overrides.

LayoutBuilderServiceProviderClass in namespace Drupal\layout_builder

Sets the layout_builder.get_block_dependency_subscriber service definition.

LayoutEntityHelperTraitClass in namespace Drupal\layout_builder

Methods to help with entities using the layout builder.

LayoutTempstoreRepositoryClass in namespace Drupal\layout_builder

Provides a mechanism for loading layouts from tempstore.

LayoutTempstoreRepositoryInterfaceClass in namespace Drupal\layout_builder

Provides an interface for loading layouts from tempstore.

LayoutEntityDisplayNormalizerClass in namespace Drupal\layout_builder\Normalizer

Normalizes/denormalizes LayoutEntityDisplay objects into an array structure.

$ FieldBlock#loggerProperty in class FieldBlock

The logger.

LayoutBuilderLocalTaskDeriverClass in namespace Drupal\layout_builder\Plugin\Derivative

Provides local task definitions for the layout builder user interface.

LayoutSectionItemClass in namespace Drupal\layout_builder\Plugin\Field\FieldType

Plugin implementation of the 'layout_section' field type.

LayoutBuilderWidgetClass in namespace Drupal\layout_builder\Plugin\Field\FieldWidget

A widget to display the layout form.

LayoutBuilderWidget::layoutBuilderElementGetKeys() — Method in class LayoutBuilderWidget

Form element #process callback.

DefaultsSectionStorage::label() — Method in class DefaultsSectionStorage

Gets the label for the object using the sections.

OverridesSectionStorage::label() — Method in class OverridesSectionStorage

Gets the label for the object using the sections.

LayoutBuilderRoutesClass in namespace Drupal\layout_builder\Routing

Provides routes for the Layout Builder UI.

LayoutBuilderRoutesTraitClass in namespace Drupal\layout_builder\Routing

Provides a trait for building routes for a Layout Builder UI.

LayoutSectionStorageParamConverterClass in namespace Drupal\layout_builder\Routing

Loads the section storage from the routing defaults.

LayoutTempstoreRouteEnhancerClass in namespace Drupal\layout_builder\Routing

Loads the section storage from the layout tempstore.

$ LayoutTempstoreRouteEnhancer#layoutTempstoreRepositoryProperty in class LayoutTempstoreRouteEnhancer

The layout tempstore repository.

$ Section#layoutIdProperty in class Section

The layout plugin ID.

$ Section#layoutSettingsProperty in class Section

The layout plugin settings.

Section::layoutPluginManager() — Method in class Section

Wraps the layout plugin manager.

SectionStorageInterface::label() — Method in class SectionStorageInterface

Gets the label for the object using the sections.

SectionStorageManager::load() — Method in class SectionStorageManager

Loads a section storage with the provided contexts applied.

SectionStorageManager::loadEmpty() — Method in class SectionStorageManager

Loads a section storage with no associated section list.

SectionStorageManagerInterface::load() — Method in class SectionStorageManagerInterface

Loads a section storage with the provided contexts applied.

SectionStorageManagerInterface::loadEmpty() — Method in class SectionStorageManagerInterface

Loads a section storage with no associated section list.

LinkItemInterfaceClass in namespace Drupal\link

Defines an interface for the link field item.

LinkFormatterClass in namespace Drupal\link\Plugin\Field\FieldFormatter

Plugin implementation of the 'link' formatter.

LinkSeparateFormatterClass in namespace Drupal\link\Plugin\Field\FieldFormatter

Plugin implementation of the 'link_separate' formatter.

LinkItemClass in namespace Drupal\link\Plugin\Field\FieldType

Plugin implementation of the 'link' field type.

LinkWidgetClass in namespace Drupal\link\Plugin\Field\FieldWidget

Plugin implementation of the 'link' widget.

LinkAccessConstraintClass in namespace Drupal\link\Plugin\Validation\Constraint

Defines an access validation constraint for links.

LinkAccessConstraintValidatorClass in namespace Drupal\link\Plugin\Validation\Constraint

Validates the LinkAccess constraint.

LinkExternalProtocolsConstraintClass in namespace Drupal\link\Plugin\Validation\Constraint

Defines a protocol validation constraint for links to external URLs.

LinkExternalProtocolsConstraintValidatorClass in namespace Drupal\link\Plugin\Validation\Constraint

Validates the LinkExternalProtocols constraint.

LinkNotExistingInternalConstraintClass in namespace Drupal\link\Plugin\Validation\Constraint

Defines a protocol validation constraint for links to broken internal URLs.

LinkNotExistingInternalConstraintValidatorClass in namespace Drupal\link\Plugin\Validation\Constraint

Validates the LinkNotExistingInternal constraint.

LinkTypeConstraintClass in namespace Drupal\link\Plugin\Validation\Constraint

Validation constraint for links receiving data allowed by its settings.

LinkTypeConstraintValidatorClass in namespace Drupal\link\Plugin\Validation\Constraint

Constraint validator for links receiving data allowed by its settings.

LinkFieldClass in namespace Drupal\link\Plugin\migrate\field\d6
LinkFieldClass in namespace Drupal\link\Plugin\migrate\field\d7
LocaleControllerClass in namespace Drupal\locale\Controller

Return response for manual check translations.

LocaleTranslationCacheTagClass in namespace Drupal\locale\EventSubscriber

A subscriber invalidating cache tags when translating a string.

$ ExportForm#languageManagerProperty in class ExportForm

The language manager.

$ ImportForm#languageManagerProperty in class ImportForm

The configurable language manager.

LocaleSettingsFormClass in namespace Drupal\locale\Form

Configure locale settings for this site.

$ TranslateFormBase#localeStorageProperty in class TranslateFormBase

The locale storage.

$ TranslateFormBase#languageManagerProperty in class TranslateFormBase

The language manager.

LocaleClass in namespace Drupal\locale

Static service container wrapper for locale.

LocaleConfigManagerClass in namespace Drupal\locale

Manages configuration supported in part by interface translation.

$ LocaleConfigManager#localeStorageProperty in class LocaleConfigManager

The string storage for reading and writing translations.

$ LocaleConfigManager#languageManagerProperty in class LocaleConfigManager

The language manager.

LocaleConfigSubscriberClass in namespace Drupal\locale

Updates strings translation when configuration translations change.

$ LocaleConfigSubscriber#localeConfigManagerProperty in class LocaleConfigSubscriber

The typed configuration manager.

$ LocaleConfigSubscriber#languageManagerProperty in class LocaleConfigSubscriber

The language manager.

LocaleDefaultConfigStorageClass in namespace Drupal\locale

Provides access to default configuration for locale integration.

$ LocaleDefaultConfigStorage#languageManagerProperty in class LocaleDefaultConfigStorage

The language manager.

LocaleDefaultConfigStorage::listAll() — Method in class LocaleDefaultConfigStorage

Return the list of configuration in install storage and current languages.

LocaleEventClass in namespace Drupal\locale

Defines a Locale event.

$ LocaleEvent#langCodesProperty in class LocaleEvent

The list of Language codes for updated translations.

LocaleEventsClass in namespace Drupal\locale

Defines events for locale translation.

LocaleLookupClass in namespace Drupal\locale

A cache collector to allow for dynamic building of the locale cache.

$ LocaleLookup#langcodeProperty in class LocaleLookup

A language code.

$ LocaleLookup#lockProperty in class LocaleLookup

The lock backend that should be used.

$ LocaleLookup#languageManagerProperty in class LocaleLookup

The language manager.

LocaleProjectStorageClass in namespace Drupal\locale

Provides the locale project storage system using a key value store.

LocaleProjectStorageInterfaceClass in namespace Drupal\locale

Defines the locale project storage interface.

LocaleTranslationClass in namespace Drupal\locale

String translator using the locale module.

$ LocaleTranslation#lockProperty in class LocaleTranslation

The lock backend that should be used.

$ LocaleTranslation#languageManagerProperty in class LocaleTranslation

The language manager.

LocaleTranslationClass in namespace Drupal\locale\Plugin\QueueWorker

Executes interface translation queue tasks.

$ PluralFormula#languageManagerProperty in class PluralFormula
PluralFormula::loadFormulae() — Method in class PluralFormula

Loads the formulae and stores them on the PluralFormula object if not set.

$ StringBase#lidProperty in class StringBase

The string identifier.

$ StringBase#locationsProperty in class StringBase

The string locations indexed by type.

$ TranslationString#languageProperty in class TranslationString

The language code.

$ MediaSource#labelProperty in class MediaSource

The human-readable name of the media source.

$ OEmbedIframeController#loggerProperty in class OEmbedIframeController

The logger channel.

Media::label() — Method in class Media

Gets the label of the entity.

Media::loadThumbnail() — Method in class Media

Loads the file entity for the thumbnail.

$ MediaType#labelProperty in class MediaType

The human-readable name of the media type.

$ MediaListBuilder#languageManagerProperty in class MediaListBuilder

The language manager service.

$ MediaSourceBase#labelProperty in class MediaSourceBase

Plugin label.

$ ProviderRepository#loggerProperty in class ProviderRepository

The logger channel.

Resource::link() — Method in class Resource

Creates a link resource.

$ OEmbedFormatter#loggerProperty in class OEmbedFormatter

The logger service.

$ MediaEmbed#loggerFactoryProperty in class MediaEmbed

The logger factory.

$ OEmbedResourceConstraintValidator#loggerProperty in class OEmbedResourceConstraintValidator

The logger service.

$ OEmbed#loggerProperty in class OEmbed

The logger channel for media.

$ AddFormBase#libraryUiBuilderProperty in class AddFormBase

The media library UI builder.

$ MenuLinkContent#languageManagerProperty in class MenuLinkContent

The language manager.

LinkOptionsClass in namespace Drupal\menu_link_content\Plugin\migrate\process

Converts links options.

LinkUriClass in namespace Drupal\menu_link_content\Plugin\migrate\process

Generates an internal URI from the source value.

MenuDeleteForm::logDeletionMessage() — Method in class MenuDeleteForm

Logs a message about the deleted entity.

$ MenuLinkResetForm#linkProperty in class MenuLinkResetForm

The menu link.

MenuLinkResetForm::linkIsResettable() — Method in class MenuLinkResetForm

Checks access based on whether the link can be reset.

$ MenuForm#linkGeneratorProperty in class MenuForm

The link generator.

EventBase::logMessage() — Method in class EventBase

Logs a message using the Migrate message service.

$ MigrateIdMapMessageEvent#levelProperty in class MigrateIdMapMessageEvent

Message severity.

$ MigrateException#levelProperty in class MigrateException

The level of the error being reported.

MigrateLookup::lookup() — Method in class MigrateLookup

Retrieves destination ids from a migration lookup.

MigrateLookupInterface::lookup() — Method in class MigrateLookupInterface

Retrieves destination ids from a migration lookup.

MigrateIdMapInterface::lookupSourceId() — Method in class MigrateIdMapInterface

Looks up the source identifier.

MigrateIdMapInterface::lookupDestinationIds() — Method in class MigrateIdMapInterface

Looks up the destination identifiers corresponding to a source key.

$ Migration#labelProperty in class Migration

The human-readable label for the migration.

Migration::label() — Method in class Migration

Get the plugin label.

MigrationInterface::label() — Method in class MigrationInterface

Get the plugin label.

$ Config#language_managerProperty in class Config

The language manager.

$ EntityConfigBase#languageManagerProperty in class EntityConfigBase

The language manager.

NullIdMap::lookupSourceId() — Method in class NullIdMap

Looks up the source identifier.

NullIdMap::lookupDestinationIds() — Method in class NullIdMap

Looks up the destination identifiers corresponding to a source key.

Sql::lookupSourceId() — Method in class Sql

Looks up the source identifier.

Sql::lookupDestinationIds() — Method in class Sql

Looks up the destination identifiers corresponding to a source key.

LogClass in namespace Drupal\migrate\Plugin\migrate\process

Logs values without changing them.

$ FieldDiscovery#loggerProperty in class FieldDiscovery

The logger channel service.

$ MigrateUpgradeImportBatch#listenersAddedProperty in class MigrateUpgradeImportBatch

Ensure we only add the listeners once per request.

$ NodeTranslationExceptionSubscriber#languageManagerProperty in class NodeTranslationExceptionSubscriber

The language manager.

NodeDeleteForm::logDeletionMessage() — Method in class NodeDeleteForm
{@inheritdoc}
$ NodeRevisionRevertTranslationForm#langcodeProperty in class NodeRevisionRevertTranslationForm

The language to be reverted.

$ NodeRevisionRevertTranslationForm#languageManagerProperty in class NodeRevisionRevertTranslationForm

The language manager.

$ NodeGrantDatabaseStorage#languageManagerProperty in class NodeGrantDatabaseStorage

The language manager.

$ NodeSearch#languageManagerProperty in class NodeSearch

The language manager.

ListingEmptyClass in namespace Drupal\node\Plugin\views\area

Defines an area plugin to display a node/add link.

NodePreviewConverter::lazyLoadItself() — Method in class NodePreviewConverter

Lazy loads the real service from the container.

ListFloatItemClass in namespace Drupal\options\Plugin\Field\FieldType

Plugin implementation of the 'list_float' field type.

ListIntegerItemClass in namespace Drupal\options\Plugin\Field\FieldType

Plugin implementation of the 'list_integer' field type.

ListItemBaseClass in namespace Drupal\options\Plugin\Field\FieldType

Plugin base class inherited by the options field types.

ListStringItemClass in namespace Drupal\options\Plugin\Field\FieldType

Plugin implementation of the 'list_string' field type.

ListFieldClass in namespace Drupal\options\Plugin\migrate\field\d7
ListFieldClass in namespace Drupal\options\Plugin\views\filter

Filter handler which uses list-fields as options.

PageCache::lookup() — Method in class PageCache

Retrieves a response from the cache or fetches it from the backend.

$ PathAliasListBuilder#languageManagerProperty in class PathAliasListBuilder

The language manager.

$ AliasManager#languageManagerProperty in class AliasManager

Language manager for retrieving the default langcode when none is specified.

$ AliasManager#lookupMapProperty in class AliasManager

Holds the map of path lookups per language.

$ AliasManager#langcodePreloadedProperty in class AliasManager

Whether preloaded path lookups has already been loaded.

AliasRepository::lookupBySystemPath() — Method in class AliasRepository

Searches a path alias for a given Drupal system path.

AliasRepository::lookupByAlias() — Method in class AliasRepository

Searches a path alias for a given alias.

AliasRepositoryInterface::lookupBySystemPath() — Method in class AliasRepositoryInterface

Searches a path alias for a given Drupal system path.

AliasRepositoryInterface::lookupByAlias() — Method in class AliasRepositoryInterface

Searches a path alias for a given alias.

AliasWhitelist::lazyLoadCache() — Method in class AliasWhitelist

Loads the cache if not already done.

AliasWhitelist::loadMenuPathRoots() — Method in class AliasWhitelist

Loads menu path roots to prepopulate cache.

PathAlias::label() — Method in class PathAlias

Gets the label of the entity.

$ ResponsiveImageStyle#labelProperty in class ResponsiveImageStyle

The responsive image label.

$ ResponsiveImageFormatter#linkGeneratorProperty in class ResponsiveImageFormatter

The link generator.

$ RestResource#labelProperty in class RestResource

The human-readable name of the REST resource plugin.

$ ResourceBase#loggerProperty in class ResourceBase

A logger instance.

$ EntityResource#linkRelationTypeManagerProperty in class EntityResource

The link relation type manager used to create HTTP header links.

$ DataEntityRow#languageManagerProperty in class DataEntityRow

The language manager.

$ ResourceRoutes#loggerProperty in class ResourceRoutes

A logger instance.

$ SearchController#loggerProperty in class SearchController

A logger instance.

$ SearchPage#labelProperty in class SearchPage

The label of the search page entity.

ListNormalizerClass in namespace Drupal\serialization\Normalizer

Converts list objects to arrays.

$ ShortcutSet#labelProperty in class ShortcutSet

The human-readable name of the configuration entity.

ShortcutLazyBuilders::lazyLinks() — Method in class ShortcutLazyBuilders

lazy_builder callback; builds shortcut toolbar links.

SysLog::log() — Method in class SysLog
{@inheritdoc}
$ Action#labelProperty in class Action

The label of the action.

$ Menu#labelProperty in class Menu

The human-readable name of the menu entity.

$ Menu#lockedProperty in class Menu

The locked status of this menu.

LoggingFormClass in namespace Drupal\system\Form

Configure logging settings for this site.

GDToolkit::load() — Method in class GDToolkit

Loads a GD resource from a file.

$ SecurityAdvisoriesFetcher#loggerProperty in class SecurityAdvisoriesFetcher

The logger.

SystemManager::listRequirements() — Method in class SystemManager

Displays the site status report. Can also be used as a pure check.

$ MockAliasManager#lookedUpProperty in class MockAliasManager

An index of aliases that have been requested.

TermStorage::loadParents() — Method in class TermStorage

Finds all parents of a given term ID.

TermStorage::loadAllParents() — Method in class TermStorage

Finds all ancestors of a given term ID.

TermStorage::loadChildren() — Method in class TermStorage

Finds all children of a term ID.

TermStorage::loadTree() — Method in class TermStorage

Finds all terms in a given vocabulary ID.

TermStorageInterface::loadParents() — Method in class TermStorageInterface

Finds all parents of a given term ID.

TermStorageInterface::loadAllParents() — Method in class TermStorageInterface

Finds all ancestors of a given term ID.

TermStorageInterface::loadChildren() — Method in class TermStorageInterface

Finds all children of a term ID.

TermStorageInterface::loadTree() — Method in class TermStorageInterface

Finds all terms in a given vocabulary ID.

$ Tour#labelProperty in class Tour

The label of the tour.

TourHelpSection::listTopics() — Method in class TourHelpSection

Returns a list of topics to show in the help section.

$ TipPluginBase#labelProperty in class TipPluginBase

The label which is used for render of this tip.

LoginStatusCheckClass in namespace Drupal\user\Access

Determines access to routes based on login status of current user.

$ AccountForm#languageManagerProperty in class AccountForm

The language manager.

$ UserAuthenticationController#loggerProperty in class UserAuthenticationController

A logger instance.

UserAuthenticationController::login() — Method in class UserAuthenticationController

Logs in a user.

UserAuthenticationController::logout() — Method in class UserAuthenticationController

Logs out a user.

UserAuthenticationController::loginStatus() — Method in class UserAuthenticationController

Checks whether a user is logged in or not.

$ UserController#loggerProperty in class UserController

A logger instance.

UserController::logout() — Method in class UserController

Logs the current user out.

$ Role#labelProperty in class Role

The human-readable label of this role.

User::label() — Method in class User

Gets the label of the entity.

$ UserFloodSubscriber#loggerProperty in class UserFloodSubscriber

The default logger service.

$ UserPasswordForm#languageManagerProperty in class UserPasswordForm

The language manager.

LanguageNegotiationUserClass in namespace Drupal\user\Plugin\LanguageNegotiation

Class for identifying language from the user preferences.

LanguageNegotiationUserAdminClass in namespace Drupal\user\Plugin\LanguageNegotiation

Identifies admin language from the user preferences.

LoginLogoutMenuLinkClass in namespace Drupal\user\Plugin\Menu

A menu link that shows "Log in" or "Log out" as appropriate.

$ UserLangcode#languageManagerProperty in class UserLangcode

The language manager.

UserListBuilder::load() — Method in class UserListBuilder

Loads entities of this type from storage for listing.

$ ConfigurableLanguageRenderer#langcodeProperty in class ConfigurableLanguageRenderer

A specific language code for rendering if available.

$ RendererBase#languageManagerProperty in class RendererBase

The language manager.

$ TranslationLanguageRenderer#langcodeAliasProperty in class TranslationLanguageRenderer

Stores the field alias of the langcode column.

$ View#labelProperty in class View

The label of the view.

View::label() — Method in class View

Gets the label of the entity.

$ ViewsEntitySchemaSubscriber#loggerProperty in class ViewsEntitySchemaSubscriber

The default logger service.

ViewsMenuLink::loadView() — Method in class ViewsMenuLink

Initializes the proper view.

PluginBase::listLanguages() — Method in class PluginBase

Makes an array of languages, optionally including special languages.

LanguageArgumentClass in namespace Drupal\views\Plugin\views\argument

Defines an argument handler to accept a language.

LanguageArgument::language() — Method in class LanguageArgument

Returns the language name for a given langcode.

$ BulkForm#languageManagerProperty in class BulkForm

The language manager.

BulkForm::loadEntityFromBulkFormKey() — Method in class BulkForm

Loads an entity based on a bulk form key.

$ EntityField#limit_valuesProperty in class EntityField

Does the rendered fields get limited.

$ EntityField#languageManagerProperty in class EntityField

The language manager.

$ EntityLabel#loadedReferencersProperty in class EntityLabel

Array of entities that reference to file.

$ EntityOperations#languageManagerProperty in class EntityOperations

The language manager.

FieldHandlerInterface::label() — Method in class FieldHandlerInterface

Gets this field's label.

$ FieldPluginBase#linkGeneratorProperty in class FieldPluginBase

The link generator.

$ FieldPluginBase#lastRenderIndexProperty in class FieldPluginBase

Keeps track of the last render index.

FieldPluginBase::label() — Method in class FieldPluginBase

Gets this field's label.

FieldPluginBase::linkGenerator() — Method in class FieldPluginBase

Gets the link generator.

LanguageFieldClass in namespace Drupal\views\Plugin\views\field

Defines a field handler to translate a language into its readable form.

LinkBaseClass in namespace Drupal\views\Plugin\views\field

Field handler to present a link to an entity.

$ LinkBase#languageManagerProperty in class LinkBase

The language manager.

LinksClass in namespace Drupal\views\Plugin\views\field

An abstract handler which provides a collection of links.

$ RenderedEntity#languageManagerProperty in class RenderedEntity

The language manager.

LanguageFilterClass in namespace Drupal\views\Plugin\views\filter

Provides filtering by language.

$ LanguageFilter#languageManagerProperty in class LanguageFilter

The language manager.

LatestRevisionClass in namespace Drupal\views\Plugin\views\filter

Filter to show only the latest revision of an entity.

LatestTranslationAffectedRevisionClass in namespace Drupal\views\Plugin\views\filter

Filter to show only the latest translation affected revision of an entity.

$ JoinPluginBase#leftTableProperty in class JoinPluginBase

The table we join to.

$ JoinPluginBase#leftFieldProperty in class JoinPluginBase

The field we join to.

$ JoinPluginBase#leftFormulaProperty in class JoinPluginBase

A formula to be used instead of the left field.

$ QueryPluginBase#limitProperty in class QueryPluginBase

Stores the limit of items that should be requested in the query.

QueryPluginBase::loadEntities() — Method in class QueryPluginBase

Loads all entities contained in the passed-in $results.

Sql::loadEntities() — Method in class Sql

Loads all entities contained in the passed-in $results.

GroupwiseMax::leftQuery() — Method in class GroupwiseMax

Generate a subquery given the user options, as set in the options.

$ EntityRow#languageManagerProperty in class EntityRow

The language manager.

$ ViewsData#langcodeProperty in class ViewsData

The current language code.

$ ViewsData#languageManagerProperty in class ViewsData

The language manager.

ViewUIConverter::lazyLoadItself() — Method in class ViewUIConverter

Lazy loads the real service from the container.

ViewListBuilder::load() — Method in class ViewListBuilder

Loads entities of this type from storage for listing.

$ ViewUI#live_previewProperty in class ViewUI

Is the view run in a context of the preview in the admin interface.

ViewUI::load() — Method in class ViewUI

Loads an entity.

ViewUI::loadMultiple() — Method in class ViewUI

Loads one or more entities.

ViewUI::label() — Method in class ViewUI

Gets the label of the entity.

ViewUI::language() — Method in class ViewUI

Gets the language of the entity.

$ WorkflowType#labelProperty in class WorkflowType

The label of the workflow.

$ Workflow#labelProperty in class Workflow

The workflow label.

Workflow::loadMultipleByType() — Method in class Workflow

Loads all workflows of the provided type.

WorkflowTypeBase::label() — Method in class WorkflowTypeBase

Gets the label for the workflow type.

WorkflowTypeBase::labelWeightMultisort() — Method in class WorkflowTypeBase

Sort states or transitions by weight, label, and key.

$ State#labelProperty in class State

The state's label.

State::label() — Method in class State

Gets the state's label.

State::labelCallback() — Method in class State

Helper method to convert a State value object to a label.

StateInterface::label() — Method in class StateInterface

Gets the state's label.

$ Transition#labelProperty in class Transition

The transition's label.

Transition::label() — Method in class Transition

Gets the transition's label.

TransitionInterface::label() — Method in class TransitionInterface

Gets the transition's label.

WorkflowTypeInterface::label() — Method in class WorkflowTypeInterface

Gets the label for the workflow type.

$ ViewsQueryAlter#languageManagerProperty in class ViewsQueryAlter

The language manager.

WorkspaceListBuilder::load() — Method in class WorkspaceListBuilder

Loads entities of this type from storage for listing.

$ WorkspaceManager#loggerProperty in class WorkspaceManager

A logger instance.

WorkspaceRepository::loadTree() — Method in class WorkspaceRepository

Returns an array of workspaces tree item properties, sorted in tree order.

WorkspaceRepositoryInterface::loadTree() — Method in class WorkspaceRepositoryInterface

Returns an array of workspaces tree item properties, sorted in tree order.

M

Drupal::moduleHandler() — Method in class Drupal

Returns the module handler.

Drupal::menuTree() — Method in class Drupal

Returns the menu tree.

Drupal::messenger() — Method in class Drupal

Returns the messenger.

MockFileFinderClass in namespace Drupal\Component\Annotation\Reflection

Defines a mock file finder that only returns a single filename.

DateTimePlus::modify() — Method in class DateTimePlus
MappedDiffClass in namespace Drupal\Component\Diff

FIXME: bad name.

MTimeProtectedFastFileStorageClass in namespace Drupal\Component\PhpStorage

Stores PHP code in files with securely hashed names.

MTimeProtectedFileStorageClass in namespace Drupal\Component\PhpStorage

Stores PHP code in files with securely hashed names.

DerivativeDiscoveryDecorator::mergeDerivativeDefinition() — Method in class DerivativeDiscoveryDecorator

Merges a base and derivative definition, taking into account empty values.

MapperExceptionInterfaceClass in namespace Drupal\Component\Plugin\Exception

Base exception interface for grouping mapper exceptions.

MissingValueContextExceptionClass in namespace Drupal\Component\Plugin\Exception

An exception class thrown when contexts exist but are missing a value.

MapperInterfaceClass in namespace Drupal\Component\Plugin\Mapper

Plugin mapper interface.

$ PluginManagerBase#mapperProperty in class PluginManagerBase

The object that returns the preconfigured plugin instance appropriate for a particular runtime condition.

MarkupInterfaceClass in namespace Drupal\Component\Render

Marks an object's __toString() method as returning markup.

MarkupTraitClass in namespace Drupal\Component\Render

Implements MarkupInterface and Countable for rendered objects.

$ DeprecatedArray#messageProperty in class DeprecatedArray

The deprecation message.

MailClass in namespace Drupal\Component\Utility

Provides helpers to ensure emails are compliant with RFCs.

NestedArray::mergeDeep() — Method in class NestedArray

Merges multiple arrays, recursively, and returns the merged array.

NestedArray::mergeDeepArray() — Method in class NestedArray

Merges multiple arrays, recursively, and returns the merged array.

Unicode::mimeHeaderEncode() — Method in class Unicode

Encodes MIME/HTTP headers that contain incorrectly encoded characters.

Unicode::mimeHeaderDecode() — Method in class Unicode

Decodes MIME/HTTP encoded header values.

MessageClass in namespace Drupal\Composer\Plugin\ProjectMessage

Determine configuration.

$ Message#messageTextProperty in class Message

The message to display.

MessagePluginClass in namespace Drupal\Composer\Plugin\ProjectMessage

A Composer plugin to display a message after creating a project.

$ AllowedPackages#manageOptionsProperty in class AllowedPackages

Manager of the options in the top-level composer.json's 'extra' section.

$ Handler#manageOptionsProperty in class Handler

The scaffold options in the top-level composer.json's 'extra' section.

$ Handler#manageAllowedPackagesProperty in class Handler

The manager that keeps track of which packages are allowed to scaffold.

ManageGitIgnoreClass in namespace Drupal\Composer\Plugin\Scaffold

Manage the .gitignore file.

ManageGitIgnore::manageIgnored() — Method in class ManageGitIgnore

Manages gitignore files.

ManageGitIgnore::managementOfGitIgnoreEnabled() — Method in class ManageGitIgnore

Determines whether we should manage gitignore files.

ManageOptionsClass in namespace Drupal\Composer\Plugin\Scaffold

Per-project options from the 'extras' section of the composer.json file.

$ AppendOp#managedProperty in class AppendOp

An indicator of whether the file we are appending to is managed or not.

OperationData::mode() — Method in class OperationData

Gets operation mode

$ ScaffoldResult#managedProperty in class ScaffoldResult

Indicates if this scaffold file is managed by the scaffold command.

$ SkipOp#messageProperty in class SkipOp

The message to output while processing.

$ EmailAction#mailManagerProperty in class EmailAction

The mail manager.

MessageActionClass in namespace Drupal\Core\Action\Plugin\Action

Sends a message to the current user's screen.

$ MessageAction#messengerProperty in class MessageAction

The messenger.

$ AjaxResponseAttachmentsProcessor#moduleHandlerProperty in class AjaxResponseAttachmentsProcessor

The module handler.

$ InvokeCommand#methodProperty in class InvokeCommand

A jQuery method to invoke.

MessageCommandClass in namespace Drupal\Core\Ajax

AJAX command for a JavaScript Drupal.message() call.

$ MessageCommand#messageProperty in class MessageCommand

The message text.

$ SettingsCommand#mergeProperty in class SettingsCommand

Whether the settings should be merged into the global drupalSettings.

MailClass in namespace Drupal\Core\Annotation

Defines a Mail annotation object.

$ AssetResolver#moduleHandlerProperty in class AssetResolver

The module handler.

$ LibraryDiscoveryParser#moduleHandlerProperty in class LibraryDiscoveryParser

The module handler.

MainContentBlockPluginInterfaceClass in namespace Drupal\Core\Block

The interface for "main page content" blocks.

MessagesBlockPluginInterfaceClass in namespace Drupal\Core\Block

The interface for "messages" (#type => status_messages) blocks.

$ BreadcrumbManager#moduleHandlerProperty in class BreadcrumbManager

The module handler to invoke the alter hook.

Cache::mergeContexts() — Method in class Cache

Merges arrays of cache contexts and removes duplicates.

Cache::mergeTags() — Method in class Cache

Merges arrays of cache tags and removes duplicates.

Cache::mergeMaxAges() — Method in class Cache

Merges max-age values (expressed in seconds), finds the lowest max-age.

CacheableMetadata::merge() — Method in class CacheableMetadata

Merges the values of another CacheableMetadata object with this one.

ChainedFastBackend::markAsOutdated() — Method in class ChainedFastBackend

Marks the fast cache bin as outdated because of a write.

MenuActiveTrailsCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the MenuActiveTrailsCacheContext service.

$ DatabaseBackend#maxRowsProperty in class DatabaseBackend

The maximum number of rows that this cache bin table is allowed to store.

MemoryBackendClass in namespace Drupal\Core\Cache

Defines a memory cache implementation.

MemoryBackendFactoryClass in namespace Drupal\Core\Cache
MemoryCacheClass in namespace Drupal\Core\Cache\MemoryCache

Defines a memory cache implementation.

MemoryCacheInterfaceClass in namespace Drupal\Core\Cache\MemoryCache

Defines an interface for memory cache implementations.

MemoryCounterBackendClass in namespace Drupal\Core\Cache

Defines a memory cache implementation that counts set and get calls.

MemoryCounterBackendFactoryClass in namespace Drupal\Core\Cache
RefinableCacheableDependencyInterface::mergeCacheMaxAge() — Method in class RefinableCacheableDependencyInterface

Merges the maximum age (in seconds) with the existing maximum age.

RefinableCacheableDependencyTrait::mergeCacheMaxAge() — Method in class RefinableCacheableDependencyTrait
{@inheritdoc}
$ Condition#moduleProperty in class Condition

The name of the module providing the type.

$ Config#moduleOverridesProperty in class Config

The current module overrides.

ConfigBase::merge() — Method in class ConfigBase

Merges data into a configuration object.

$ ConfigImporter#moduleHandlerProperty in class ConfigImporter

The module handler.

$ ConfigImporter#moduleInstallerProperty in class ConfigImporter

The module installer.

$ ConfigImporter#moduleExtensionListProperty in class ConfigImporter

The module extension list.

ConfigEntityStorage::mapToStorageRecord() — Method in class ConfigEntityStorage

Maps from an entity object to the storage record.

$ ConfigEntityType#mergedConfigExportProperty in class ConfigEntityType

The result of merging config_export annotation with the defaults.

Condition::matchArray() — Method in class Condition

Matches for an array representing one or more config paths.

Condition::match() — Method in class Condition

Perform the actual matching.

MissingContentEventClass in namespace Drupal\Core\Config\Importer

Wraps a configuration event for event listeners.

$ MissingContentEvent#missingContentProperty in class MissingContentEvent

A list of missing content dependencies.

ManagedStorageClass in namespace Drupal\Core\Config

The managed storage defers all the storage method calls to the manager.

$ ManagedStorage#managerProperty in class ManagedStorage

The storage manager to get the storage to decorate.

MemoryStorageClass in namespace Drupal\Core\Config

Provides an in memory configuration storage.

MappingClass in namespace Drupal\Core\Config\Schema

Defines a mapping configuration element.

StorageComparer::moveRenameToUpdate() — Method in class StorageComparer

Moves a rename operation to an update.

StorageComparerInterface::moveRenameToUpdate() — Method in class StorageComparerInterface

Moves a rename operation to an update.

$ ControllerBase#moduleHandlerProperty in class ControllerBase

The module handler.

ControllerBase::moduleHandler() — Method in class ControllerBase

Returns the module handler.

$ Cron#moduleHandlerProperty in class Cron

The module handler service.

Connection::makeSequenceName() — Method in class Connection

Creates the appropriate sequence name for a given table and serial field.

Connection::makeComment() — Method in class Connection

Flatten an array of query comments into a single comment string.

Connection::merge() — Method in class Connection

Prepares and returns a MERGE query object.

Connection::mapConditionOperator() — Method in class Connection

Gets any special processing requirements for the condition operator.

Tasks::minimumVersion() — Method in class Tasks

Returns the minimum required version of the engine.

Condition::mapConditionOperator() — Method in class Condition

Gets any special processing requirements for the condition operator.

MergeClass in namespace Drupal\Core\Database\Query

General class for an abstracted MERGE query operation.

DateHelper::monthNamesUntranslated() — Method in class DateHelper

Constructs an untranslated array of month names.

DateHelper::monthNamesAbbrUntranslated() — Method in class DateHelper

Constructs an untranslated array of abbreviated month names.

DateHelper::monthNames() — Method in class DateHelper

Returns a translated array of month names.

DateHelper::monthNamesAbbr() — Method in class DateHelper

Constructs a translated array of month name abbreviations.

DateHelper::minutes() — Method in class DateHelper

Constructs an array of minutes.

$ FormattedDateDiff#maxAgeProperty in class FormattedDateDiff

The maximum time in seconds that this string may be cached.

TimestampDatetimeWidget::massageFormValues() — Method in class TimestampDatetimeWidget

Massages the form values into the format expected for field values.

MimeTypePassClass in namespace Drupal\Core\DependencyInjection\Compiler

Adds @mime_type_guesser tagged services to handle forwards compatibility.

ModifyServiceDefinitionsPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Passes the container to the alter() method of all service providers.

$ DrupalKernel#moduleListProperty in class DrupalKernel

Holds the list of enabled modules.

$ DrupalKernel#moduleDataProperty in class DrupalKernel

List of available modules and installation profiles.

DrupalKernel::moduleData() — Method in class DrupalKernel

Returns module data on the filesystem.

EntityAutocomplete::matchEntityByTitle() — Method in class EntityAutocomplete

Finds an entity from an autocomplete input without an explicit ID.

$ EntityBundleListener#moduleHandlerProperty in class EntityBundleListener

The module handler.

$ EntityDisplayBase#modeProperty in class EntityDisplayBase

View or form mode to be displayed.

$ EntityDisplayRepository#moduleHandlerProperty in class EntityDisplayRepository

The module handler.

$ EntityFieldManager#moduleHandlerProperty in class EntityFieldManager

The module handler.

$ EntityForm#moduleHandlerProperty in class EntityForm

The module handler service.

$ EntityHandlerBase#moduleHandlerProperty in class EntityHandlerBase

The module handler to invoke hooks on.

EntityHandlerBase::moduleHandler() — Method in class EntityHandlerBase

Gets the module handler.

$ EntityStorageBase#memoryCacheProperty in class EntityStorageBase

The memory cache.

$ EntityStorageBase#memoryCacheTagProperty in class EntityStorageBase

The memory cache tag.

EntityStorageBase::mapFromStorageRecords() — Method in class EntityStorageBase

Maps from storage records to entity objects.

$ EntityTypeBundleInfo#moduleHandlerProperty in class EntityTypeBundleInfo

The module handler.

EntityFormDisplay::movePropertyPathViolationsRelativeToField() — Method in class EntityFormDisplay

Moves the property path to be relative to field level.

$ DeleteMultipleForm#messengerProperty in class DeleteMultipleForm

The messenger service.

$ DefaultSelection#moduleHandlerProperty in class DefaultSelection

The module handler service.

PhpSelection::matchLabel() — Method in class PhpSelection

Matches an entity label to an input string.

$ BundleConstraint#messageProperty in class BundleConstraint

The default violation message.

$ EntityChangedConstraint#messageProperty in class EntityChangedConstraint
$ EntityHasFieldConstraint#messageProperty in class EntityHasFieldConstraint

The default violation message.

$ EntityTypeConstraint#messageProperty in class EntityTypeConstraint

The default violation message.

$ ReferenceAccessConstraint#messageProperty in class ReferenceAccessConstraint

The default violation message.

$ ValidReferenceConstraint#messageProperty in class ValidReferenceConstraint

The default violation message.

SqlContentEntityStorage::mapFromStorageRecords() — Method in class SqlContentEntityStorage

Maps from storage records to entity objects, and attaches fields.

SqlContentEntityStorage::mapToStorageRecord() — Method in class SqlContentEntityStorage

Maps from an entity object to the storage record.

SqlContentEntityStorage::mapToDataStorageRecord() — Method in class SqlContentEntityStorage

Maps from an entity object to the storage record of the field data.

$ ConfigImportSubscriber#moduleExtensionListProperty in class ConfigImportSubscriber

Module extension list.

CustomPageExceptionHtmlSubscriber::makeSubrequestToCustomPath() — Method in class CustomPageExceptionHtmlSubscriber

Makes a subrequest to retrieve the custom error page.

DefaultExceptionHtmlSubscriber::makeSubrequest() — Method in class DefaultExceptionHtmlSubscriber

Makes a subrequest to retrieve the default error page.

MainContentViewSubscriberClass in namespace Drupal\Core\EventSubscriber

View subscriber rendering main content render arrays into responses.

$ MainContentViewSubscriber#mainContentRenderersProperty in class MainContentViewSubscriber

The available main content renderer services, keyed per format.

MaintenanceModeSubscriberClass in namespace Drupal\Core\EventSubscriber

Maintenance mode subscriber for controller requests.

$ MaintenanceModeSubscriber#maintenanceModeProperty in class MaintenanceModeSubscriber

The maintenance mode.

$ MaintenanceModeSubscriber#messengerProperty in class MaintenanceModeSubscriber

The messenger.

MenuRouterRebuildSubscriberClass in namespace Drupal\Core\EventSubscriber

Rebuilds the default menu links and runs menu-specific code if necessary.

$ MenuRouterRebuildSubscriber#menuLinkManagerProperty in class MenuRouterRebuildSubscriber

The menu link plugin manager.

MenuRouterRebuildSubscriber::menuLinksRebuild() — Method in class MenuRouterRebuildSubscriber

Perform menu-specific rebuilding.

ModuleRouteSubscriberClass in namespace Drupal\Core\EventSubscriber

A route subscriber to remove routes that depend on modules being enabled.

$ ModuleRouteSubscriber#moduleHandlerProperty in class ModuleRouteSubscriber

The module handler.

$ RequestCloseSubscriber#moduleHandlerProperty in class RequestCloseSubscriber
$ DatabaseDriverUninstallValidator#moduleExtensionListProperty in class DatabaseDriverUninstallValidator

The module extension list.

$ ExtensionList#moduleHandlerProperty in class ExtensionList

The module handler.

$ ExtensionVersion#majorVersionProperty in class ExtensionVersion

The major version.

$ ExtensionVersion#minorVersionProperty in class ExtensionVersion

The minor version.

MissingDependencyExceptionClass in namespace Drupal\Core\Extension

Exception class to throw when modules are missing on install.

ModuleDependencyMessageTraitClass in namespace Drupal\Core\Extension

Messages for missing or incompatible dependencies on modules.

ModuleExtensionListClass in namespace Drupal\Core\Extension

Provides a list of available modules.

ModuleHandlerClass in namespace Drupal\Core\Extension

Class that manages modules in a Drupal installation.

$ ModuleHandler#moduleListProperty in class ModuleHandler

List of installed modules.

ModuleHandler::moduleExists() — Method in class ModuleHandler

Determines whether a given module is enabled.

ModuleHandlerInterfaceClass in namespace Drupal\Core\Extension

Interface for classes that manage a set of enabled modules.

ModuleHandlerInterface::moduleExists() — Method in class ModuleHandlerInterface

Determines whether a given module is enabled.

ModuleInstallerClass in namespace Drupal\Core\Extension

Default implementation of the module installer.

$ ModuleInstaller#moduleHandlerProperty in class ModuleInstaller

The module handler.

ModuleInstallerInterfaceClass in namespace Drupal\Core\Extension

Provides the installation of modules with creating the db schema and more.

ModuleRequiredByThemesUninstallValidatorClass in namespace Drupal\Core\Extension

Ensures modules cannot be uninstalled if enabled themes depend on them.

$ ModuleRequiredByThemesUninstallValidator#moduleExtensionListProperty in class ModuleRequiredByThemesUninstallValidator

The module extension list.

ModuleUninstallValidatorExceptionClass in namespace Drupal\Core\Extension

Defines an exception thrown when uninstalling a module that did not validate.

ModuleUninstallValidatorInterfaceClass in namespace Drupal\Core\Extension

Common interface for module uninstall validators.

$ RequiredModuleUninstallValidator#moduleExtensionListProperty in class RequiredModuleUninstallValidator

The module extension list.

$ ThemeInstaller#moduleHandlerProperty in class ThemeInstaller
$ ThemeInstaller#moduleExtensionListProperty in class ThemeInstaller

The module extension list.

$ FieldType#moduleProperty in class FieldType

The name of the module providing the field type plugin.

$ FieldWidget#multiple_valuesProperty in class FieldWidget

Does the field widget handles multiple values at once.

FieldConfigStorageBase::mapFromStorageRecords() — Method in class FieldConfigStorageBase

Maps from storage records to entity objects.

FieldConfigStorageBase::mapToStorageRecord() — Method in class FieldConfigStorageBase

Maps from an entity object to the storage record.

FieldItemBase::mainPropertyName() — Method in class FieldItemBase

Returns the name of the main property, if any.

FieldItemInterface::mainPropertyName() — Method in class FieldItemInterface

Returns the name of the main property, if any.

MapFieldItemListClass in namespace Drupal\Core\Field

Defines an item list class for map fields.

PluginSettingsBase::mergeDefaults() — Method in class PluginSettingsBase

Merges default settings values into $settings.

MailToFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'email_mailto' formatter.

EntityReferenceItem::mainPropertyName() — Method in class EntityReferenceItem

Returns the name of the main property, if any.

MapItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'map' entity field type.

MapItem::mainPropertyName() — Method in class MapItem

Returns the name of the main property, if any.

EntityReferenceAutocompleteTagsWidget::massageFormValues() — Method in class EntityReferenceAutocompleteTagsWidget

Massages the form values into the format expected for field values.

EntityReferenceAutocompleteWidget::massageFormValues() — Method in class EntityReferenceAutocompleteWidget

Massages the form values into the format expected for field values.

WidgetBase::massageFormValues() — Method in class WidgetBase

Massages the form values into the format expected for field values.

WidgetInterface::massageFormValues() — Method in class WidgetInterface

Massages the form values into the format expected for field values.

FileSystem::moveUploadedFile() — Method in class FileSystem

Moves an uploaded file to a new location.

FileSystem::mkdir() — Method in class FileSystem

Creates a directory, optionally creating missing components in the path to the directory.

FileSystem::mkdirCall() — Method in class FileSystem

Helper function. Ensures we don't pass a NULL as a context resource to mkdir().

FileSystem::move() — Method in class FileSystem

Moves a file to a new location without database changes or hook invocation.

FileSystemInterface::moveUploadedFile() — Method in class FileSystemInterface

Moves an uploaded file to a new location.

FileSystemInterface::mkdir() — Method in class FileSystemInterface

Creates a directory, optionally creating missing components in the path to the directory.

FileSystemInterface::move() — Method in class FileSystemInterface

Moves a file to a new location without database changes or hook invocation.

$ FileUrlGenerator#moduleHandlerProperty in class FileUrlGenerator

The module handler.

$ ExtensionMimeTypeGuesser#mappingProperty in class ExtensionMimeTypeGuesser

The MIME types mapping array after going through the module handler.

$ ExtensionMimeTypeGuesser#moduleHandlerProperty in class ExtensionMimeTypeGuesser

The module handler.

MimeTypeGuesserClass in namespace Drupal\Core\File\MimeType

Defines a MIME type guesser that also supports stream wrapper paths.

MemoryBackendClass in namespace Drupal\Core\Flood

Defines the memory flood backend. This is used for testing.

$ FormAjaxSubscriber#messengerProperty in class FormAjaxSubscriber

The messenger.

$ FormBuilder#moduleHandlerProperty in class FormBuilder

The module handler.

$ FormCache#moduleHandlerProperty in class FormCache

The module handler.

$ FormState#methodProperty in class FormState

The HTTP form method to use for finding the input for this form.

$ FormState#must_validateProperty in class FormState

Ordinarily, a form is only validated once, but there are times when a form is resubmitted internally and should be validated again. Setting this to TRUE will force that to happen. This is most likely to occur during Ajax operations.

FormState::moduleLoadInclude() — Method in class FormState

Wraps ModuleHandler::loadInclude().

$ HandlerStackConfigurator#middlewaresProperty in class HandlerStackConfigurator

Array of middlewares to add to the handler stack.

$ HandlerStackConfigurator#middlewareIdsProperty in class HandlerStackConfigurator

A list of used middleware service IDs.

$ SiteConfigureForm#moduleInstallerProperty in class SiteConfigureForm

The module installer.

MemoryStorageClass in namespace Drupal\Core\KeyValueStore

Defines a default key/value store implementation.

$ CountryManager#moduleHandlerProperty in class CountryManager

The module handler service.

MailFormatHelperClass in namespace Drupal\Core\Mail

Defines a class containing utility methods for formatting mail messages.

MailInterfaceClass in namespace Drupal\Core\Mail

Defines an interface for pluggable mail back-ends.

MailInterface::mail() — Method in class MailInterface

Sends a message composed by \Drupal\Core\Mail\MailManagerInterface->mail().

MailManagerClass in namespace Drupal\Core\Mail

Provides a Mail plugin manager.

MailManager::mail() — Method in class MailManager

Composes and optionally sends an email message.

MailManagerInterfaceClass in namespace Drupal\Core\Mail

Provides an interface for sending mail.

MailManagerInterface::mail() — Method in class MailManagerInterface

Composes and optionally sends an email message.

PhpMail::mail() — Method in class PhpMail

Sends an email message.

TestMailCollector::mail() — Method in class TestMailCollector

Sends an email message.

DefaultMenuLinkTreeManipulators::menuLinkCheckAccess() — Method in class DefaultMenuLinkTreeManipulators

Checks access for one menu link instance.

MenuLinkDefaultFormClass in namespace Drupal\Core\Menu\Form

Provides an edit form for static menu links.

$ MenuLinkDefaultForm#menuLinkProperty in class MenuLinkDefaultForm

The edited menu link.

$ MenuLinkDefaultForm#menuLinkManagerProperty in class MenuLinkDefaultForm

The menu link manager.

$ MenuLinkDefaultForm#menuParentSelectorProperty in class MenuLinkDefaultForm

The parent form selector service.

$ MenuLinkDefaultForm#moduleHandlerProperty in class MenuLinkDefaultForm

The module handler service.

MenuLinkFormInterfaceClass in namespace Drupal\Core\Menu\Form

Defines an interface for edit forms of menu links.

MenuActiveTrailClass in namespace Drupal\Core\Menu

Provides the default implementation of the active menu trail service.

$ MenuActiveTrail#menuLinkManagerProperty in class MenuActiveTrail

The menu link plugin manager.

MenuActiveTrailInterfaceClass in namespace Drupal\Core\Menu

Defines an interface for the active menu trail service.

MenuLinkBaseClass in namespace Drupal\Core\Menu

Defines a base menu link class.

MenuLinkDefaultClass in namespace Drupal\Core\Menu

Provides a default implementation for menu link plugins.

MenuLinkInterfaceClass in namespace Drupal\Core\Menu

Defines an interface for classes providing a type of menu link.

MenuLinkManagerClass in namespace Drupal\Core\Menu

Manages discovery, instantiation, and tree building of menu link plugins.

$ MenuLinkManager#moduleHandlerProperty in class MenuLinkManager

The module handler.

MenuLinkManager::menuNameInUse() — Method in class MenuLinkManager

Determines if any links use a given menu name.

MenuLinkManagerInterfaceClass in namespace Drupal\Core\Menu

Defines an interface for managing menu links and storing their definitions.

MenuLinkManagerInterface::menuNameInUse() — Method in class MenuLinkManagerInterface

Determines if any links use a given menu name.

MenuLinkTreeClass in namespace Drupal\Core\Menu

Implements the loading, transforming and rendering of menu link trees.

$ MenuLinkTree#menuLinkManagerProperty in class MenuLinkTree

The menu link plugin manager.

$ MenuLinkTree#menuActiveTrailProperty in class MenuLinkTree

The active menu trail service.

MenuLinkTree::maxDepth() — Method in class MenuLinkTree

Returns the maximum depth of tree that is supported.

MenuLinkTreeElementClass in namespace Drupal\Core\Menu

Provides a value object to model an element in a menu link tree.

MenuLinkTreeInterfaceClass in namespace Drupal\Core\Menu

Defines an interface for loading, transforming and rendering menu link trees.

MenuLinkTreeInterface::maxDepth() — Method in class MenuLinkTreeInterface

Returns the maximum depth of tree that is supported.

MenuParentFormSelectorClass in namespace Drupal\Core\Menu

Default implementation of the menu parent form selector service.

$ MenuParentFormSelector#menuLinkTreeProperty in class MenuParentFormSelector

The menu link tree service.

MenuParentFormSelectorInterfaceClass in namespace Drupal\Core\Menu

Defines an interface for menu selector form elements and menu link options.

MenuTreeParametersClass in namespace Drupal\Core\Menu

Provides a value object to model menu tree parameters.

$ MenuTreeParameters#minDepthProperty in class MenuTreeParameters

The minimum depth of menu links in the resulting tree relative to the root.

$ MenuTreeParameters#maxDepthProperty in class MenuTreeParameters

The maximum depth of menu links in the resulting tree relative to the root.

MenuTreeStorageClass in namespace Drupal\Core\Menu

Provides a menu tree storage using the database.

$ MenuTreeStorage#menuCacheBackendProperty in class MenuTreeStorage

Cache backend instance for the extracted tree data.

MenuTreeStorage::maxDepth() — Method in class MenuTreeStorage

The maximum depth of tree the storage implementation supports.

MenuTreeStorage::moveChildren() — Method in class MenuTreeStorage

Re-parents a link's children when the link itself is moved.

MenuTreeStorage::menuNameInUse() — Method in class MenuTreeStorage

Determines whether a specific menu name is used in the tree.

MenuTreeStorageInterfaceClass in namespace Drupal\Core\Menu

Defines an interface for storing a menu tree containing menu link IDs.

MenuTreeStorageInterface::maxDepth() — Method in class MenuTreeStorageInterface

The maximum depth of tree the storage implementation supports.

MenuTreeStorageInterface::menuNameInUse() — Method in class MenuTreeStorageInterface

Determines whether a specific menu name is used in the tree.

MessengerClass in namespace Drupal\Core\Messenger

The messenger service.

Messenger::messagesByType() — Method in class Messenger

Gets all messages of a certain type.

MessengerInterfaceClass in namespace Drupal\Core\Messenger

Stores runtime messages sent out to individual users on the page.

MessengerInterface::messagesByType() — Method in class MessengerInterface

Gets all messages of a certain type.

MessengerTraitClass in namespace Drupal\Core\Messenger

Provides a trait for the messenger service.

$ MessengerTrait#messengerProperty in class MessengerTrait

The messenger.

MessengerTrait::messenger() — Method in class MessengerTrait

Gets the messenger.

$ PagerManager#maxPagerElementIdProperty in class PagerManager

The highest pager ID created so far.

MenuLinkPluginConverterClass in namespace Drupal\Core\ParamConverter

Parameter converter for upcasting entity ids to full objects.

$ MenuLinkPluginConverter#menuLinkManagerProperty in class MenuLinkPluginConverter

Plugin manager which creates the instance from the value.

PathMatcher::matchPath() — Method in class PathMatcher

Checks if a path matches any pattern in a set of patterns.

PathMatcherInterface::matchPath() — Method in class PathMatcherInterface

Checks if a path matches any pattern in a set of patterns.

$ UniquePathAliasConstraint#messageProperty in class UniquePathAliasConstraint

The default violation message.

$ ValidPathConstraint#messageProperty in class ValidPathConstraint

The default violation message.

$ DefaultLazyPluginCollection#managerProperty in class DefaultLazyPluginCollection

The manager used to instantiate the plugins.

$ DefaultPluginManager#moduleHandlerProperty in class DefaultPluginManager

The module handler to invoke the alter hook.

$ DefaultSingleLazyPluginCollection#managerProperty in class DefaultSingleLazyPluginCollection

The manager used to instantiate the plugins.

$ HookDiscovery#moduleHandlerProperty in class HookDiscovery

The module handler used to find and execute the plugin hook.

FilteredPluginManagerTrait::moduleHandler() — Method in class FilteredPluginManagerTrait

Wraps the module handler.

PluginDependencyTrait::moduleHandler() — Method in class PluginDependencyTrait

Wraps the module handler.

ModuleInstallerClass in namespace Drupal\Core\ProxyClass\Extension

Provides a proxy class for \Drupal\Core\Extension\ModuleInstaller.

ModuleRequiredByThemesUninstallValidatorClass in namespace Drupal\Core\ProxyClass\Extension

Provides a proxy class for \Drupal\Core\Extension\ModuleRequiredByThemesUninstallValidator.

MimeTypeGuesserClass in namespace Drupal\Core\ProxyClass\File\MimeType

Provides a proxy class for \Drupal\Core\File\MimeType\MimeTypeGuesser.

MenuLinkPluginConverterClass in namespace Drupal\Core\ProxyClass\ParamConverter

Provides a proxy class for \Drupal\Core\ParamConverter\MenuLinkPluginConverter.

MatcherDumperClass in namespace Drupal\Core\ProxyClass\Routing

Provides a proxy class for \Drupal\Core\Routing\MatcherDumper.

MemoryClass in namespace Drupal\Core\Queue

Static queue implementation.

BubbleableMetadata::merge() — Method in class BubbleableMetadata

Creates a new bubbleable metadata object by merging this one with another.

BubbleableMetadata::mergeAttachments() — Method in class BubbleableMetadata

Merges two attachments arrays (which live under the '#attached' key).

MachineNameClass in namespace Drupal\Core\Render\Element

Provides a machine name render element.

MoreLinkClass in namespace Drupal\Core\Render\Element

Provides a link render element for a "more" link, like those used in blocks.

$ HtmlResponseAttachmentsProcessor#moduleHandlerProperty in class HtmlResponseAttachmentsProcessor

The module handler service.

$ HtmlRenderer#moduleHandlerProperty in class HtmlRenderer

The module handler.

MainContentRendererInterfaceClass in namespace Drupal\Core\Render\MainContent

The interface for "main content" (@code _controller @endcode) renderers.

MainContentRenderersPassClass in namespace Drupal\Core\Render\MainContent

Adds main_content_renderers parameter to the container.

ModalRendererClass in namespace Drupal\Core\Render\MainContent

Default main content renderer for modal dialog requests.

MarkupClass in namespace Drupal\Core\Render

Defines an object that passes safe strings through the render system.

MetadataBubblingUrlGeneratorClass in namespace Drupal\Core\Render

Decorator for the URL generator, which bubbles bubbleable URL metadata.

$ SimplePageVariant#mainContentProperty in class SimplePageVariant

The render array representing the main content.

RenderCache::maxAgeToExpire() — Method in class RenderCache

Maps a #cache[max-age] value to an "expire" value for the Cache API.

Renderer::mergeBubbleableMetadata() — Method in class Renderer

Merges the bubbleable rendering metadata o/t 2nd render array with the 1st.

RendererInterface::mergeBubbleableMetadata() — Method in class RendererInterface

Merges the bubbleable rendering metadata o/t 2nd render array with the 1st.

AccessAwareRouter::matchRequest() — Method in class AccessAwareRouter
{@inheritdoc}
AccessAwareRouter::match() — Method in class AccessAwareRouter
{@inheritdoc}
AccessAwareRouterInterface::matchRequest() — Method in class AccessAwareRouterInterface
{@inheritdoc}
AccessAwareRouterInterface::match() — Method in class AccessAwareRouterInterface
{@inheritdoc}
MatcherDumperClass in namespace Drupal\Core\Routing

Dumps Route information to a database table.

MatcherDumperInterfaceClass in namespace Drupal\Core\Routing

Extends the symfony matcher dumper interface with an addRoutes method.

MatchingRouteNotFoundExceptionClass in namespace Drupal\Core\Routing

No matching route was found.

MethodFilterClass in namespace Drupal\Core\Routing

Filters routes based on the HTTP method.

$ RouteBuilder#moduleHandlerProperty in class RouteBuilder

The module handler.

Router::match() — Method in class Router
{@inheritdoc}
Router::matchRequest() — Method in class Router
{@inheritdoc}
Router::matchCollection() — Method in class Router

Tries to match a URL with a set of routes.

MetadataBagClass in namespace Drupal\Core\Session

Provides a container for application specific session metadata.

$ UserSession#mailProperty in class UserSession

The email address of this account.

MaintenanceModeClass in namespace Drupal\Core\Site

Provides the default implementation of the maintenance mode service.

MaintenanceModeEventsClass in namespace Drupal\Core\Site

Defines events for maintenance mode.

MaintenanceModeInterfaceClass in namespace Drupal\Core\Site

Defines the interface for the maintenance mode service.

LocalReadOnlyStream::mkdir() — Method in class LocalReadOnlyStream

Support for mkdir().

LocalStream::mkdir() — Method in class LocalStream

Create a directory.

PhpStreamWrapperInterface::mkdir() — Method in class PhpStreamWrapperInterface

Create a directory.

ReadOnlyStream::mkdir() — Method in class ReadOnlyStream

Support for mkdir().

Attribute::merge() — Method in class Attribute

Merges an Attribute object into the current storage.

AttributeHelper::mergeCollections() — Method in class AttributeHelper

Merges two attribute collections.

MissingGroupExceptionClass in namespace Drupal\Core\Test\Exception

Exception thrown when a test class is missing an @group annotation.

MissingThemeDependencyExceptionClass in namespace Drupal\Core\Theme

Exception to be thrown when base theme for installed theme is not installed.

$ Registry#moduleHandlerProperty in class Registry

The module handler to use to load modules.

$ Registry#moduleListProperty in class Registry

The module list.

Registry::mergePreprocessFunctions() — Method in class Registry

Merges the source hook's preprocess functions into the destination hook's.

$ ThemeInitialization#moduleHandlerProperty in class ThemeInitialization

The module handler.

$ ThemeManager#moduleHandlerProperty in class ThemeManager

The module handler.

$ PhpTransliteration#moduleHandlerProperty in class PhpTransliteration

The module handler to execute the transliteration_overrides alter hook.

MissingDataExceptionClass in namespace Drupal\Core\TypedData\Exception

Exception thrown when an operation misses a data value; i.e., it is unset.

MapDataDefinitionClass in namespace Drupal\Core\TypedData

A typed data definition class for defining maps.

$ MapDataDefinition#mainPropertyNameProperty in class MapDataDefinition

The name of the main property, or NULL if there is none.

MapClass in namespace Drupal\Core\TypedData\Plugin\DataType

The "map" data type.

$ ConstraintViolationBuilder#messageProperty in class ConstraintViolationBuilder

The violation message.

$ ExecutionContext#metadataProperty in class ExecutionContext

The current validation metadata.

ExecutionContext::markConstraintAsValidated() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::markGroupAsValidated() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::markObjectAsInitialized() — Method in class ExecutionContext
{@inheritdoc}
$ RecursiveContextualValidator#metadataFactoryProperty in class RecursiveContextualValidator

The metadata factory.

ModuleClass in namespace Drupal\Core\Updater

Defines a class for updating modules using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.

Updater::makeWorldReadable() — Method in class Updater

Ensures that a given directory is world readable.

Updater::makeBackup() — Method in class Updater

Performs a backup.

Url::mergeOptions() — Method in class Url

Merges the URL options with any currently set.

$ LinkGenerator#moduleHandlerProperty in class LinkGenerator

The module handler firing the route_link alter hook.

$ Token#moduleHandlerProperty in class Token

The module handler service.

$ AllowedValuesConstraint#minMessageProperty in class AllowedValuesConstraint
$ AllowedValuesConstraint#maxMessageProperty in class AllowedValuesConstraint
$ CountConstraint#minMessageProperty in class CountConstraint
$ CountConstraint#maxMessageProperty in class CountConstraint
$ LengthConstraint#maxMessageProperty in class LengthConstraint
$ LengthConstraint#minMessageProperty in class LengthConstraint
$ PrimitiveTypeConstraint#messageProperty in class PrimitiveTypeConstraint
$ RangeConstraint#minMessageProperty in class RangeConstraint
$ RangeConstraint#maxMessageProperty in class RangeConstraint
$ RegexConstraint#messageProperty in class RegexConstraint
$ UniqueFieldConstraint#messageProperty in class UniqueFieldConstraint
$ SystemListingCrossProfileCompatibleTest#modulesProperty in class SystemListingCrossProfileCompatibleTest

Attempt to enable a module from the Testing profile.

MinimalTestClass in namespace Drupal\Tests\minimal\Functional

Tests Minimal installation profile expectations.

$ ActionAdminManageForm#managerProperty in class ActionAdminManageForm

The action plugin manager.

$ SettingsForm#managersProperty in class SettingsForm

The aggregator plugin managers.

$ FeedTitleConstraint#messageProperty in class FeedTitleConstraint
$ FeedUrlConstraint#messageProperty in class FeedUrlConstraint
$ DefaultFetcher#messengerProperty in class DefaultFetcher

The messenger.

$ DefaultProcessor#messengerProperty in class DefaultProcessor

The messenger.

BlockAccessControlHandler::mergeCacheabilityFromConditions() — Method in class BlockAccessControlHandler

Merges cacheable metadata from conditions onto the access result object.

$ BlockForm#managerProperty in class BlockForm

The condition plugin manager.

$ BlockListBuilder#messengerProperty in class BlockListBuilder

The messenger.

$ BlockPageVariant#mainContentProperty in class BlockPageVariant

The render array representing the main page content.

$ BlockPluginId#migrateLookupProperty in class BlockPluginId

The migrate lookup service.

$ BlockVisibility#moduleHandlerProperty in class BlockVisibility

The module handler.

$ BlockVisibility#migrateLookupProperty in class BlockVisibility

The migrate lookup service.

$ BookManager#memoryCacheProperty in class BookManager

The book memory cache service.

BookManager::moveChildren() — Method in class BookManager

Moves children from the original parent to the updated link.

$ BookOutlineConstraint#messageProperty in class BookOutlineConstraint
$ CKEditor5ImageController#mimeTypeGuesserProperty in class CKEditor5ImageController

The MIME type guesser.

CKEditor4To5UpgradePluginInterface::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem() — Method in class CKEditor4To5UpgradePluginInterface

Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.

CKEditor4To5UpgradePluginInterface::mapCKEditor4SettingsToCKEditor5Configuration() — Method in class CKEditor4To5UpgradePluginInterface

Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.

CKEditor4To5UpgradePluginManager::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem() — Method in class CKEditor4To5UpgradePluginManager

Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.

CKEditor4To5UpgradePluginManager::mapCKEditor4SettingsToCKEditor5Configuration() — Method in class CKEditor4To5UpgradePluginManager

Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.

Core::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem() — Method in class Core

Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.

Core::mapCKEditor4SettingsToCKEditor5Configuration() — Method in class Core

Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.

CKEditor5PluginManager::mergeDefinitionValues() — Method in class CKEditor5PluginManager

Returns array of merged values for the given plugin definitions.

MediaClass in namespace Drupal\ckeditor5\Plugin\CKEditor5Plugin

CKEditor 5 Media plugin.

MediaLibraryClass in namespace Drupal\ckeditor5\Plugin\CKEditor5Plugin

CKEditor 5 Media Library plugin.

$ MediaLibrary#mediaTypeStorageProperty in class MediaLibrary

The media type entity storage.

$ CKEditor5#moduleHandlerProperty in class CKEditor5

The module handler.

CKEditor5::mapViolationPropertyPathsToFormNames() — Method in class CKEditor5

Maps Text Editor config object property paths to form names.

CKEditor5::mapPairViolationPropertyPathsToFormNames() — Method in class CKEditor5

Maps Text Editor + Text Format pair property paths to form names.

$ CKEditor5ElementConstraint#messageProperty in class CKEditor5ElementConstraint

The default violation message.

$ EnabledConfigurablePluginsConstraint#messageProperty in class EnabledConfigurablePluginsConstraint

The default violation message.

$ FundamentalCompatibilityConstraint#missingElementsMessageProperty in class FundamentalCompatibilityConstraint

The violation message when CKE5 can generate disallowed HTML elements.

$ ToolbarItemConditionsMetConstraint#multipleMissingRequiredPluginMessageProperty in class ToolbarItemConditionsMetConstraint

The violation message when >1 required plugin is missing.

$ ToolbarItemConstraint#messageProperty in class ToolbarItemConstraint

The default violation message.

$ ToolbarItemDependencyConstraint#messageProperty in class ToolbarItemDependencyConstraint

The default violation message.

$ CKEditorPluginBase#moduleListProperty in class CKEditorPluginBase

The module list service.

$ DrupalImageCaption#moduleListProperty in class DrupalImageCaption

The module extension list.

$ CKEditor#moduleHandlerProperty in class CKEditor

The module handler to invoke hooks on.

$ CKEditor#moduleListProperty in class CKEditor

The module list service.

ClaroPreRender::managedFile() — Method in class ClaroPreRender

Prerender callback for managed_file.

ClaroPreRender::messagePlaceholder() — Method in class ClaroPreRender

Prerender callback for status_messages placeholder.

$ CommentLazyBuilders#moduleHandlerProperty in class CommentLazyBuilders

The module handler service.

$ CommentLinkBuilder#moduleHandlerProperty in class CommentLinkBuilder

Module handler service.

$ CommentManager#moduleHandlerProperty in class CommentManager

The module handler service.

$ CommentAdminOverview#moduleHandlerProperty in class CommentAdminOverview

The module handler.

CommentItem::mainPropertyName() — Method in class CommentItem

Returns the name of the main property, if any.

CommentWidget::massageFormValues() — Method in class CommentWidget

Massages the form values into the format expected for field values.

$ CommentNameConstraint#messageNameTakenProperty in class CommentNameConstraint

Message shown when an anonymous user comments using a registered name.

$ CommentNameConstraint#messageRequiredProperty in class CommentNameConstraint

Message shown when an admin changes the comment-author to an invalid user.

$ CommentNameConstraint#messageMatchProperty in class CommentNameConstraint

Message shown when the name doesn't match the author's name.

$ ConfigSingleImportForm#moduleHandlerProperty in class ConfigSingleImportForm

The module handler.

$ ConfigSingleImportForm#moduleExtensionListProperty in class ConfigSingleImportForm

The module extension list.

$ ConfigSingleImportForm#moduleInstallerProperty in class ConfigSingleImportForm

The module installer.

$ ConfigSync#moduleHandlerProperty in class ConfigSync

The module handler.

$ ConfigSync#moduleInstallerProperty in class ConfigSync

The module installer.

$ ConfigSync#moduleExtensionListProperty in class ConfigSync

The module extension list.

$ ConfigTranslationListController#mapperManagerProperty in class ConfigTranslationListController

The mapper manager.

$ ConfigTranslationMapperList#mappersProperty in class ConfigTranslationMapperList

An array of configuration mapper instances.

$ ConfigMapperPopulateEvent#mapperProperty in class ConfigMapperPopulateEvent

The configuration mapper this event is related to.

$ ConfigTranslationDeleteForm#moduleHandlerProperty in class ConfigTranslationDeleteForm

The module handler.

$ ConfigTranslationDeleteForm#mapperProperty in class ConfigTranslationDeleteForm

The configuration translation to be deleted.

$ ConfigTranslationFormBase#mapperProperty in class ConfigTranslationFormBase

The mapper for configuration translation.

$ ConfigTranslationContextualLinks#mapperManagerProperty in class ConfigTranslationContextualLinks

The mapper plugin discovery service.

$ ConfigTranslationLocalTasks#mapperManagerProperty in class ConfigTranslationLocalTasks

The mapper plugin discovery service.

$ ConfigTranslationContextualLink#mapperManagerProperty in class ConfigTranslationContextualLink

The mapper plugin discovery service.

ConfigTranslationContextualLink::mapperManager() — Method in class ConfigTranslationContextualLink

Gets the mapper manager.

$ ConfigTranslationLocalTask#mapperManagerProperty in class ConfigTranslationLocalTask

The mapper plugin discovery service.

ConfigTranslationLocalTask::mapperManager() — Method in class ConfigTranslationLocalTask

Gets the mapper manager.

$ RouteSubscriber#mapperManagerProperty in class RouteSubscriber

The mapper plugin discovery service.

$ ContactForm#messageProperty in class ContactForm

The message displayed to user on form submission.

MessageClass in namespace Drupal\contact\Entity

Defines the contact message entity.

MailHandlerClass in namespace Drupal\contact

Provides a class for handling assembly and dispatch of contact mail messages.

$ MailHandler#mailManagerProperty in class MailHandler

Mail manager service.

MailHandlerExceptionClass in namespace Drupal\contact

Exception thrown by MailHandler when unable to determine message recipient.

MailHandlerInterfaceClass in namespace Drupal\contact

Provides an interface for assembly and dispatch of contact mail messages.

MessageFormClass in namespace Drupal\contact

Form controller for contact message forms.

$ MessageForm#mailHandlerProperty in class MessageForm

The contact mail handler service.

MessageInterfaceClass in namespace Drupal\contact

Provides an interface defining a contact message entity.

MessageViewBuilderClass in namespace Drupal\contact

Render controller for contact messages.

$ LatestRevisionCheck#moderationInfoProperty in class LatestRevisionCheck

The moderation information service.

ModeratedContentControllerClass in namespace Drupal\content_moderation\Controller

Defines a controller to list moderated nodes.

$ EntityOperations#moderationInfoProperty in class EntityOperations

The Moderation Information service.

$ EntityTypeInfo#moderationInfoProperty in class EntityTypeInfo

The moderation information service.

$ EntityTypeInfo#moderationHandlersProperty in class EntityTypeInfo

A keyed array of custom moderation handlers for given entity types.

ModerationHandlerClass in namespace Drupal\content_moderation\Entity\Handler

Common customizations for most/all entities.

ModerationHandlerInterfaceClass in namespace Drupal\content_moderation\Entity\Handler

Defines operations that need to vary by entity type.

$ NodeModerationHandler#moderationInfoProperty in class NodeModerationHandler

The moderation information service.

$ ContentModerationConfigureEntityTypesForm#moderationInformationProperty in class ContentModerationConfigureEntityTypesForm

The moderation information service.

$ ContentModerationConfigureEntityTypesForm#messengerProperty in class ContentModerationConfigureEntityTypesForm

The Messenger service.

$ ContentModerationConfigureForm#moderationInfoProperty in class ContentModerationConfigureForm

The moderation info service.

$ EntityModerationForm#moderationInfoProperty in class EntityModerationForm

The moderation information service.

ModeratedNodeListBuilderClass in namespace Drupal\content_moderation

Defines a class to build a listing of moderated node entities.

ModerationInformationClass in namespace Drupal\content_moderation

General service for moderation-related questions about Entity API.

ModerationInformationInterfaceClass in namespace Drupal\content_moderation

Interface for moderation_information service.

ModerationOptOutPublishClass in namespace Drupal\content_moderation\Plugin\Action

Alternate action plugin that can opt-out of modifying moderated entities.

$ ModerationOptOutPublish#moderationInfoProperty in class ModerationOptOutPublish

Moderation information service.

$ ModerationOptOutPublish#messengerProperty in class ModerationOptOutPublish

Messenger service.

ModerationOptOutUnpublishClass in namespace Drupal\content_moderation\Plugin\Action

Alternate action plugin that can opt-out of modifying moderated entities.

$ ModerationOptOutUnpublish#moderationInfoProperty in class ModerationOptOutUnpublish

Moderation information service.

$ ModerationOptOutUnpublish#messengerProperty in class ModerationOptOutUnpublish

Messenger service.

$ DynamicLocalTasks#moderationInfoProperty in class DynamicLocalTasks

The moderation information service.

$ ContentModerationStateFormatter#moderationInformationProperty in class ContentModerationStateFormatter

The moderation information service.

ModerationStateWidgetClass in namespace Drupal\content_moderation\Plugin\Field\FieldWidget

Plugin implementation of the 'moderation_state_default' widget.

$ ModerationStateWidget#moderationInformationProperty in class ModerationStateWidget

Moderation information service.

ModerationStateFieldItemListClass in namespace Drupal\content_moderation\Plugin\Field

A computed field that provides a content entity's moderation state.

ModerationStateConstraintClass in namespace Drupal\content_moderation\Plugin\Validation\Constraint

Verifies that nodes have a valid moderation state.

$ ModerationStateConstraint#messageProperty in class ModerationStateConstraint
ModerationStateConstraintValidatorClass in namespace Drupal\content_moderation\Plugin\Validation\Constraint

Checks if a moderation state transition is valid.

$ ModerationStateConstraintValidator#moderationInformationProperty in class ModerationStateConstraintValidator

The moderation info.

$ ContentModeration#moderationInfoProperty in class ContentModeration

The moderation information service.

ModerationStateJoinViewsHandlerTraitClass in namespace Drupal\content_moderation\Plugin\views

Assist views handler plugins to join to the content_moderation_state entity.

ModerationStateFieldClass in namespace Drupal\content_moderation\Plugin\views\field

A field handler for the computed moderation_state field.

ModerationStateFilterClass in namespace Drupal\content_moderation\Plugin\views\filter

Provides a filter for the moderation state of an entity.

ModerationStateSortClass in namespace Drupal\content_moderation\Plugin\views\sort

Enables sorting for the computed moderation_state field.

$ ContentModerationRouteSubscriber#moderatedEntityTypesProperty in class ContentModerationRouteSubscriber

An associative array of moderated entity types keyed by ID.

$ StateTransitionValidation#moderationInfoProperty in class StateTransitionValidation

The moderation information service.

$ ViewsData#moderationInformationProperty in class ViewsData

The moderation information.

$ ContentTranslationHandler#managerProperty in class ContentTranslationHandler

The content translation manager.

$ ContentTranslationHandler#messengerProperty in class ContentTranslationHandler

The messenger service.

$ ContentTranslationController#managerProperty in class ContentTranslationController

The content translation manager.

ContextualLinks::moduleHandler() — Method in class ContextualLinks

Wraps the module handler.

DateTimeWidgetBase::massageFormValues() — Method in class DateTimeWidgetBase

Massages the form values into the format expected for field values.

MonthDateClass in namespace Drupal\datetime\Plugin\views\argument

Argument handler for a month.

DateRangeWidgetBase::massageFormValues() — Method in class DateRangeWidgetBase

Massages the form values into the format expected for field values.

$ InstallHelper#moduleHandlerProperty in class InstallHelper

Module handler.

$ InstallHelper#mediaImageIdMapProperty in class InstallHelper

Media Image CSV ID map.

$ FieldStorageConfig#moduleProperty in class FieldStorageConfig

The name of the module that provides the field type.

$ FieldStorageConfigStorage#moduleHandlerProperty in class FieldStorageConfigStorage

The module handler.

FieldStorageConfigStorage::mapFromStorageRecords() — Method in class FieldStorageConfigStorage

Maps from storage records to entity objects.

FieldStorageConfigStorage::mapToStorageRecord() — Method in class FieldStorageConfigStorage

Maps from an entity object to the storage record.

$ FieldType#migrationProperty in class FieldType

The migration object.

$ ProcessField#migrationProperty in class ProcessField

The migration being run.

$ FieldBundle#migrateLookupProperty in class FieldBundle

The migrate lookup service.

EntityDisplayFormBase::multistepSubmit() — Method in class EntityDisplayFormBase

Form submission handler for multistep buttons.

EntityDisplayFormBase::multistepAjax() — Method in class EntityDisplayFormBase

Ajax handler for multistep buttons.

ManagedFileClass in namespace Drupal\file\Element

Provides an AJAX/progress aware widget for uploading and saving a file.

$ FileRepository#moduleHandlerProperty in class FileRepository

The module handler.

FileRepository::move() — Method in class FileRepository

Moves a file to a new location and update the file's database entry.

FileRepositoryInterface::move() — Method in class FileRepositoryInterface

Moves a file to a new location and update the file's database entry.

FileMediaFormatterBase::mimeTypeApplies() — Method in class FileMediaFormatterBase

Check if given MIME type applies to the media type of the formatter.

FileWidget::massageFormValues() — Method in class FileWidget

Massages the form values into the format expected for field values.

$ FileUriUnique#messageProperty in class FileUriUnique
$ FieldFile#migrateLookupProperty in class FieldFile

The migrate lookup service.

$ FileUploadResource#mimeTypeGuesserProperty in class FileUploadResource

The MIME type guesser.

$ FileUploadHandler#mimeTypeGuesserProperty in class FileUploadHandler

The MIME type guesser.

FileUploadHandler::moveUploadedFile() — Method in class FileUploadHandler

Move the uploaded file from the temporary path to the destination.

$ FilterFormatListBuilder#messengerProperty in class FilterFormatListBuilder

The messenger.

$ FilterFormatPermission#migrateLookupProperty in class FilterFormatPermission

The migrate lookup service.

$ RelationLinkManager#moduleHandlerProperty in class RelationLinkManager

Module handler service.

$ TypeLinkManager#moduleHandlerProperty in class TypeLinkManager

Module handler service.

$ ContentEntityNormalizer#moduleHandlerProperty in class ContentEntityNormalizer

The module handler.

$ HelpController#moduleExtensionListProperty in class HelpController

The module extension list.

$ HelpBlock#moduleHandlerProperty in class HelpBlock

The module handler.

$ HookHelpSection#moduleHandlerProperty in class HookHelpSection

The module handler.

$ HelpSearch#messengerProperty in class HelpSearch

The messenger.

HelpSearch::markForReindex() — Method in class HelpSearch

Marks the search index for reindexing for this plugin.

$ FormErrorHandler#messengerProperty in class FormErrorHandler

The messenger.

$ TemporaryQueryGuard#moduleHandlerProperty in class TemporaryQueryGuard

The module handler.

$ FieldResolver#moduleHandlerProperty in class FieldResolver

The module handler.

$ TemporaryJsonapiFileFieldUploader#mimeTypeGuesserProperty in class TemporaryJsonapiFileFieldUploader

The MIME type guesser.

$ JsonapiMaintenanceModeSubscriber#maintenanceModeProperty in class JsonapiMaintenanceModeSubscriber

The maintenance mode.

ResourceObjectNormalizationCacher::mergeCacheableDependencies() — Method in class ResourceObjectNormalizationCacher

Determines the joint cacheability of all provided dependencies.

$ ResourceResponseValidator#moduleHandlerProperty in class ResourceResponseValidator

The module handler.

Data::merge() — Method in class Data

Returns a new Data object containing the entities of $this and $other.

$ JsonApiDocumentTopLevel#metaProperty in class JsonApiDocumentTopLevel

The metadata to normalize.

Link::merge() — Method in class Link

Merges two equivalent links into one link with the merged cacheability.

LinkCollection::merge() — Method in class LinkCollection

Merges two LinkCollections.

$ Relationship#metaProperty in class Relationship

The relationship object's meta member.

$ ResourceIdentifier#metaProperty in class ResourceIdentifier

The relationship's metadata.

ResourceIdentifierNormalizer::massageRelationshipInput() — Method in class ResourceIdentifierNormalizer

Validates and massages the relationship input depending on the cardinality.

$ EntityConditionGroup#membersProperty in class EntityConditionGroup

The members of the condition group.

EntityConditionGroup::members() — Method in class EntityConditionGroup

The members which belong to the condition group.

$ ConfigurableLanguageManager#moduleHandlerProperty in class ConfigurableLanguageManager

The module handler service.

$ ContentLanguageSettingsForm#multipleCapableProperty in class ContentLanguageSettingsForm

If this validator can handle multiple arguments.

$ PathProcessorLanguage#multilingualProperty in class PathProcessorLanguage

Flag indicating whether the site is multilingual.

$ LanguageListBuilder#messengerProperty in class LanguageListBuilder

The messenger.

$ LanguageNegotiator#methodsProperty in class LanguageNegotiator

Local cache for language negotiation method instances.

LanguageNegotiationContentEntity::meetsContentEntityRoutesCondition() — Method in class LanguageNegotiationContentEntity

Determines if content entity route condition is met.

LanguageNegotiation::mapNewMethods() — Method in class LanguageNegotiation

Maps old negotiation method names to the new ones.

MoveBlockControllerClass in namespace Drupal\layout_builder\Controller

Defines a controller to move a block.

LayoutBuilderEntityViewDisplayStorage::mapToStorageRecord() — Method in class LayoutBuilderEntityViewDisplayStorage

Maps from an entity object to the storage record.

LayoutBuilderEntityViewDisplayStorage::mapFromStorageRecords() — Method in class LayoutBuilderEntityViewDisplayStorage

Maps from storage records to entity objects.

$ PrepareLayout#messengerProperty in class PrepareLayout

The messenger service.

$ DiscardLayoutChangesForm#messengerProperty in class DiscardLayoutChangesForm

The messenger service.

MoveBlockFormClass in namespace Drupal\layout_builder\Form

Provides a form for moving a block.

$ RevertOverridesForm#messengerProperty in class RevertOverridesForm

The messenger service.

$ FieldBlock#moduleHandlerProperty in class FieldBlock

The module handler.

LayoutSectionItem::mainPropertyName() — Method in class LayoutSectionItem

Returns the name of the main property, if any.

MultiWidthLayoutBaseClass in namespace Drupal\layout_builder\Plugin\Layout

Base class of layouts with configurable widths.

LinkItem::mainPropertyName() — Method in class LinkItem

Returns the name of the main property, if any.

LinkWidget::massageFormValues() — Method in class LinkWidget

Massages the form values into the format expected for field values.

$ LinkAccessConstraint#messageProperty in class LinkAccessConstraint
$ LinkExternalProtocolsConstraint#messageProperty in class LinkExternalProtocolsConstraint
$ LinkNotExistingInternalConstraint#messageProperty in class LinkNotExistingInternalConstraint
$ LinkTypeConstraint#messageProperty in class LinkTypeConstraint
$ ImportForm#moduleHandlerProperty in class ImportForm

The module handler service.

$ TranslationStatusForm#moduleHandlerProperty in class TranslationStatusForm

The module handler service.

$ LocaleTranslation#moduleHandlerProperty in class LocaleTranslation

The module handler.

MediaRevisionAccessCheckClass in namespace Drupal\media\Access

Provides an access checker for media item revisions.

$ MediaRevisionAccessCheck#mediaStorageProperty in class MediaRevisionAccessCheck

The media storage.

$ MediaRevisionAccessCheck#mediaAccessProperty in class MediaRevisionAccessCheck

The media access control handler.

MediaSourceClass in namespace Drupal\media\Annotation

Defines a media source plugin annotation object.

MediaFilterControllerClass in namespace Drupal\media\Controller

Controller which renders a preview of the provided text.

$ MediaFilterController#mediaStorageProperty in class MediaFilterController

The media storage.

MediaClass in namespace Drupal\media\Entity

Defines the media entity class.

MediaTypeClass in namespace Drupal\media\Entity

Defines the Media type configuration entity.

MediaConfigSubscriberClass in namespace Drupal\media\EventSubscriber

Listens to the config save event for media.settings.

MediaSettingsFormClass in namespace Drupal\media\Form

Provides a form to configure Media settings.

MediaTypeDeleteConfirmFormClass in namespace Drupal\media\Form

Provides a form for media type deletion.

MediaAccessControlHandlerClass in namespace Drupal\media

Defines an access control handler for media items.

MediaFormClass in namespace Drupal\media

Form controller for the media edit forms.

MediaInterfaceClass in namespace Drupal\media

Provides an interface defining an entity for media items.

MediaListBuilderClass in namespace Drupal\media

Provides a listing of media items.

MediaPermissionsClass in namespace Drupal\media

Provides dynamic permissions for each media type.

MediaPermissions::mediaTypePermissions() — Method in class MediaPermissions

Returns an array of media type permissions.

MediaSourceBaseClass in namespace Drupal\media

Base implementation of media source plugin.

MediaSourceEntityConstraintsInterfaceClass in namespace Drupal\media

Defines an interface for a media source with entity constraints.

MediaSourceFieldConstraintsInterfaceClass in namespace Drupal\media

Defines an interface for a media source with source field constraints.

MediaSourceInterfaceClass in namespace Drupal\media

Defines the interface for media source plugins.

MediaSourceManagerClass in namespace Drupal\media

Manages media source plugins.

MediaStorageClass in namespace Drupal\media

Defines the storage handler class for media.

MediaTypeAccessControlHandlerClass in namespace Drupal\media

Defines the access control handler for the "Media Type" entity type.

MediaTypeFormClass in namespace Drupal\media

Form controller for media type forms.

MediaTypeInterfaceClass in namespace Drupal\media

Provides an interface defining a media type entity.

MediaTypeListBuilderClass in namespace Drupal\media

Provides a listing of media types.

MediaViewsDataClass in namespace Drupal\media

Provides the Views data for the media entity type.

Endpoint::matchUrl() — Method in class Endpoint

Tries to match a URL against the endpoint schemes.

$ ProviderRepository#maxAgeProperty in class ProviderRepository

How long the provider data should be cached, in seconds.

$ UrlResolver#moduleHandlerProperty in class UrlResolver

The module handler service.

$ DrupalMedia#moduleExtensionListProperty in class DrupalMedia

The module extension list.

MediaSelectionClass in namespace Drupal\media\Plugin\EntityReferenceSelection

Provides specific access control for the media entity type.

MediaThumbnailFormatterClass in namespace Drupal\media\Plugin\Field\FieldFormatter

Plugin implementation of the 'media_thumbnail' formatter.

$ OEmbedFormatter#messengerProperty in class OEmbedFormatter

The messenger service.

MediaEmbedClass in namespace Drupal\media\Plugin\Filter

Provides a filter to embed media items using a custom tag.

$ OEmbed#messengerProperty in class OEmbed

The messenger service.

MediaClass in namespace Drupal\media\Plugin\views\wizard

Provides Views creation wizard for Media.

MediaRevisionClass in namespace Drupal\media\Plugin\views\wizard

Provides Views creation wizard for Media revisions.

MediaRouteProviderClass in namespace Drupal\media\Routing

Provides HTML routes for media pages.

$ UpdateSelectionCommand#mediaIdsProperty in class UpdateSelectionCommand

An array of media IDs to add to the current selection.

$ AddFormBase#mediaTypeProperty in class AddFormBase

The type of media items being created by this form.

MediaLibraryEditorOpenerClass in namespace Drupal\media_library

The media library opener for text editors.

$ MediaLibraryEditorOpener#mediaStorageProperty in class MediaLibraryEditorOpener

The media storage.

MediaLibraryFieldWidgetOpenerClass in namespace Drupal\media_library

The media library opener for field widgets.

MediaLibraryOpenerInterfaceClass in namespace Drupal\media_library

Defines an interface for media library openers.

MediaLibraryStateClass in namespace Drupal\media_library

A value object for the media library state.

MediaLibraryUiBuilderClass in namespace Drupal\media_library

Service which builds the media library.

$ DrupalMediaLibrary#moduleExtensionListProperty in class DrupalMediaLibrary

The module extension list.

$ DrupalMediaLibrary#mediaTypeStorageProperty in class DrupalMediaLibrary

The media type entity storage.

MediaLibraryWidgetClass in namespace Drupal\media_library\Plugin\Field\FieldWidget

Plugin implementation of the 'media_library_widget' widget.

$ MediaLibraryWidget#moduleHandlerProperty in class MediaLibraryWidget

The module handler.

MediaLibraryWidget::massageFormValues() — Method in class MediaLibraryWidget

Massages the form values into the format expected for field values.

MediaLibrarySelectFormClass in namespace Drupal\media_library\Plugin\views\field

Defines a field that outputs a checkbox and form for selecting media.

MenuControllerClass in namespace Drupal\menu_link_content\Controller

Defines a route controller for a form for menu link content entity creation.

MenuLinkContentClass in namespace Drupal\menu_link_content\Entity

Defines the menu link content entity class.

MenuLinkContentDeleteFormClass in namespace Drupal\menu_link_content\Form

Provides a delete form for content menu links.

MenuLinkContentFormClass in namespace Drupal\menu_link_content\Form

Provides a form to add/update content menu links.

$ MenuLinkContentForm#menuParentSelectorProperty in class MenuLinkContentForm

The parent form selector service.

MenuLinkContentAccessControlHandlerClass in namespace Drupal\menu_link_content

Defines the access control handler for the menu link content entity type.

MenuLinkContentInterfaceClass in namespace Drupal\menu_link_content

Defines an interface for custom menu links.

MenuLinkContentStorageClass in namespace Drupal\menu_link_content

Storage handler for menu_link_content entities.

MenuLinkContentStorageInterfaceClass in namespace Drupal\menu_link_content

Defines an interface for menu_link_content entity storage classes.

MenuLinkContentStorageSchemaClass in namespace Drupal\menu_link_content

Defines the menu_link_content schema handler.

MenuLinkContentDeriverClass in namespace Drupal\menu_link_content\Plugin\Deriver

Provides a deriver for user entered paths of menu links.

$ MenuLinkContentDeriver#menuLinkManagerProperty in class MenuLinkContentDeriver

The menu link manager.

MenuLinkContentClass in namespace Drupal\menu_link_content\Plugin\Menu

Provides the menu link plugin for content menu links.

MenuTreeHierarchyConstraintClass in namespace Drupal\menu_link_content\Plugin\Validation\Constraint

Validation constraint for changing the menu hierarchy in pending revisions.

$ MenuTreeHierarchyConstraint#messageProperty in class MenuTreeHierarchyConstraint

The default violation message.

MenuTreeHierarchyConstraintValidatorClass in namespace Drupal\menu_link_content\Plugin\Validation\Constraint

Constraint validator for changing menu link parents in pending revisions.

MenuLinkClass in namespace Drupal\menu_link_content\Plugin\migrate\source

Drupal 6/7 menu link source from database.

MenuLinkTranslationClass in namespace Drupal\menu_link_content\Plugin\migrate\source\d6

Drupal 6 i18n menu link translations source from database.

MenuLinkLocalizedClass in namespace Drupal\menu_link_content\Plugin\migrate\source\d7

Drupal 7 localized menu link translations source from database.

MenuLinkTranslationClass in namespace Drupal\menu_link_content\Plugin\migrate\source\d7

Drupal 7 i18n menu link translations source from database.

MenuControllerClass in namespace Drupal\menu_ui\Controller

Returns responses for Menu routes.

$ MenuController#menuParentSelectorProperty in class MenuController

The menu parent form service.

MenuController::menuTitle() — Method in class MenuController

Route title callback.

MenuDeleteFormClass in namespace Drupal\menu_ui\Form

Defines a confirmation form for deletion of a custom menu.

$ MenuDeleteForm#menuLinkManagerProperty in class MenuDeleteForm

The menu link manager.

MenuLinkEditFormClass in namespace Drupal\menu_ui\Form

Defines a generic edit form for all menu link plugin types.

MenuLinkResetFormClass in namespace Drupal\menu_ui\Form

Defines a confirmation form for resetting a single modified menu link.

$ MenuLinkResetForm#menuLinkManagerProperty in class MenuLinkResetForm

The menu link manager.

MenuFormClass in namespace Drupal\menu_ui

Base form for menu edit forms.

$ MenuForm#menuLinkManagerProperty in class MenuForm

The menu link manager.

$ MenuForm#menuTreeProperty in class MenuForm

The menu tree service.

$ MenuForm#menuLinkContentStorageProperty in class MenuForm

The menu_link_content storage handler.

MenuForm::menuNameExists() — Method in class MenuForm

Returns whether a menu name already exists.

MenuListBuilderClass in namespace Drupal\menu_ui

Defines a class to build a listing of menu entities.

MenuLinkAddClass in namespace Drupal\menu_ui\Plugin\Menu\LocalAction

Modifies the 'Add link' local action to add a destination.

MenuSettingsConstraintClass in namespace Drupal\menu_ui\Plugin\Validation\Constraint

Validation constraint for changing the menu settings in pending revisions.

$ MenuSettingsConstraint#messageProperty in class MenuSettingsConstraint
$ MenuSettingsConstraint#messageWeightProperty in class MenuSettingsConstraint
$ MenuSettingsConstraint#messageParentProperty in class MenuSettingsConstraint
$ MenuSettingsConstraint#messageRemoveProperty in class MenuSettingsConstraint
MenuSettingsConstraintValidatorClass in namespace Drupal\menu_ui\Plugin\Validation\Constraint

Constraint validator for changing the menu settings in pending revisions.

MigrateDestinationClass in namespace Drupal\migrate\Annotation

Defines a migration destination plugin annotation object.

MigrateProcessPluginClass in namespace Drupal\migrate\Annotation

Defines a migration process plugin annotation object.

MigrateSourceClass in namespace Drupal\migrate\Annotation

Defines a migration source plugin annotation object.

$ MigrateSource#minimum_versionProperty in class MigrateSource

Specifies the minimum version of the source provider.

MultipleProviderAnnotationInterfaceClass in namespace Drupal\migrate\Annotation

Defines a common interface for classed annotations with multiple providers.

$ AuditResult#migrationProperty in class AuditResult

The audited migration.

$ EventBase#migrationProperty in class EventBase

The migration.

$ EventBase#messageProperty in class EventBase

The current message service.

MigrateEventsClass in namespace Drupal\migrate\Event

Defines events for the migration system.

MigrateIdMapMessageEventClass in namespace Drupal\migrate\Event

Wraps an ID map message event for event listeners.

$ MigrateIdMapMessageEvent#migrationProperty in class MigrateIdMapMessageEvent

Migration entity.

$ MigrateIdMapMessageEvent#messageProperty in class MigrateIdMapMessageEvent

Message to be logged.

MigrateImportEventClass in namespace Drupal\migrate\Event

Wraps a pre- or post-import event for event listeners.

MigrateMapDeleteEventClass in namespace Drupal\migrate\Event

Wraps a migrate map delete event for event listeners.

$ MigrateMapDeleteEvent#mapProperty in class MigrateMapDeleteEvent

Map plugin.

MigrateMapSaveEventClass in namespace Drupal\migrate\Event

Wraps a migrate map save event for event listeners.

$ MigrateMapSaveEvent#mapProperty in class MigrateMapSaveEvent

Map plugin.

MigratePostRowSaveEventClass in namespace Drupal\migrate\Event

Wraps a post-save event for event listeners.

MigratePreRowSaveEventClass in namespace Drupal\migrate\Event

Wraps a pre-save event for event listeners.

MigrateRollbackEventClass in namespace Drupal\migrate\Event

Wraps a pre- or post-rollback event for event listeners.

$ MigrateRollbackEvent#migrationProperty in class MigrateRollbackEvent

Migration entity.

MigrateRowDeleteEventClass in namespace Drupal\migrate\Event

Wraps a row deletion event for event listeners.

$ MigrateRowDeleteEvent#migrationProperty in class MigrateRowDeleteEvent

Migration entity.

MigrateBuildDependencyInterfaceClass in namespace Drupal\migrate
MigrateExceptionClass in namespace Drupal\migrate

Defines the migrate exception class.

MigrateExecutableClass in namespace Drupal\migrate

Defines a migrate executable class.

$ MigrateExecutable#migrationProperty in class MigrateExecutable

The configuration of the migration to do.

$ MigrateExecutable#memoryThresholdProperty in class MigrateExecutable

The ratio of the memory limit at which an operation will be interrupted.

$ MigrateExecutable#memoryLimitProperty in class MigrateExecutable

The PHP memory_limit expressed in bytes.

$ MigrateExecutable#messageProperty in class MigrateExecutable

Migration message service.

MigrateExecutable::memoryExceeded() — Method in class MigrateExecutable

Tests whether we've exceeded the desired memory threshold.

MigrateExecutableInterfaceClass in namespace Drupal\migrate
MigrateLookupClass in namespace Drupal\migrate

Provides a migration lookup service.

$ MigrateLookup#migrationPluginManagerProperty in class MigrateLookup

The migration plugin manager.

MigrateLookupInterfaceClass in namespace Drupal\migrate

Provides an interface for the migration lookup service.

MigrateMessageClass in namespace Drupal\migrate

Defines a migrate message class.

$ MigrateMessage#mapProperty in class MigrateMessage

The map between migrate status and watchdog severity.

MigrateMessageInterfaceClass in namespace Drupal\migrate
MigrateSkipProcessExceptionClass in namespace Drupal\migrate

This exception is thrown when the rest of the process should be skipped.

MigrateSkipRowExceptionClass in namespace Drupal\migrate

This exception is thrown when a row should be skipped.

MigrateStubClass in namespace Drupal\migrate

Provides the migrate stubbing service.

$ MigrateStub#migrationPluginManagerProperty in class MigrateStub

The migration plugin manager.

MigrateStubInterfaceClass in namespace Drupal\migrate

Provides an interface for the migrate stub service.

MigrateEntityClass in namespace Drupal\migrate\Plugin\Derivative
MigrateEntityCompleteClass in namespace Drupal\migrate\Plugin\Derivative

Deriver for entity_complete:ENTITY_TYPE entity migrations.

MigrateEntityRevisionClass in namespace Drupal\migrate\Plugin\Derivative
MigrateDestinationInterfaceClass in namespace Drupal\migrate\Plugin

Defines an interface for Migration Destination classes.

MigrateDestinationPluginManagerClass in namespace Drupal\migrate\Plugin

Plugin manager for migrate destination plugins.

MigrateIdMapInterfaceClass in namespace Drupal\migrate\Plugin

Defines an interface for migrate ID mappings.

MigrateIdMapInterface::messageCount() — Method in class MigrateIdMapInterface

Returns the number of messages saved.

MigratePluginManagerClass in namespace Drupal\migrate\Plugin

Manages migrate plugins.

MigratePluginManagerInterfaceClass in namespace Drupal\migrate\Plugin
MigrateProcessInterfaceClass in namespace Drupal\migrate\Plugin

An interface for migrate process plugins.

MigrateProcessInterface::multiple() — Method in class MigrateProcessInterface

Indicates whether the returned value requires multiple handling.

MigrateSourceInterfaceClass in namespace Drupal\migrate\Plugin

Defines an interface for migrate sources.

MigrateSourcePluginManagerClass in namespace Drupal\migrate\Plugin

Plugin manager for migrate source plugins.

MigrateValidatableEntityInterfaceClass in namespace Drupal\migrate\Plugin

To implement by a destination plugin that should provide entity validation.

MigrationClass in namespace Drupal\migrate\Plugin

Defines the Migration plugin.

$ Migration#migration_tagsProperty in class Migration

An optional list of tags, used by the plugin manager for filtering.

$ Migration#migration_dependenciesProperty in class Migration

These migrations, if run, must be executed before this migration.

$ Migration#migrationPluginManagerProperty in class Migration

The migration plugin manager for loading other migration plugins.

Migration::mergeProcessOfProperty() — Method in class Migration

Merge the process pipeline configuration for a single property.

MigrationDeriverTraitClass in namespace Drupal\migrate\Plugin

Provides functionality for migration derivers.

MigrationInterfaceClass in namespace Drupal\migrate\Plugin

Interface for migrations.

MigrationInterface::mergeProcessOfProperty() — Method in class MigrationInterface

Merge the process pipeline configuration for a single property.

MigrationPluginManagerClass in namespace Drupal\migrate\Plugin

Plugin manager for migration plugins.

$ MigrationPluginManager#moduleHandlerProperty in class MigrationPluginManager

The module handler.

MigrationPluginManagerInterfaceClass in namespace Drupal\migrate\Plugin

Migration plugin manager interface.

$ DestinationBase#migrationProperty in class DestinationBase

The migration.

NullIdMap::messageCount() — Method in class NullIdMap

Returns the number of messages saved.

$ Sql#mapTableNameProperty in class Sql

The migration map table name.

$ Sql#messageTableNameProperty in class Sql

The message table name.

$ Sql#messageProperty in class Sql

The migrate message service.

$ Sql#migrationProperty in class Sql

The migration being done.

Sql::mapTableName() — Method in class Sql

The name of the database map table.

Sql::messageTableName() — Method in class Sql

The name of the database message table.

Sql::messageCount() — Method in class Sql

Returns the number of messages saved.

Explode::multiple() — Method in class Explode

Indicates whether the returned value requires multiple handling.

$ Get#multipleProperty in class Get

Flag indicating whether there are multiple values.

Get::multiple() — Method in class Get

Indicates whether the returned value requires multiple handling.

MachineNameClass in namespace Drupal\migrate\Plugin\migrate\process

Creates a machine name.

MakeUniqueBaseClass in namespace Drupal\migrate\Plugin\migrate\process

This plugin ensures the source value is unique.

MakeUniqueEntityFieldClass in namespace Drupal\migrate\Plugin\migrate\process

Ensures the source value is made unique against an entity field.

$ MakeUniqueEntityField#migrationProperty in class MakeUniqueEntityField

The current migration.

MenuLinkParentClass in namespace Drupal\migrate\Plugin\migrate\process

Determines the parent of a menu link.

$ MenuLinkParent#menuLinkManagerProperty in class MenuLinkParent

The menu link plugin manager.

$ MenuLinkParent#migrationProperty in class MenuLinkParent

The currently running migration.

$ MenuLinkParent#migrateLookupProperty in class MenuLinkParent

The migrate lookup service.

$ MenuLinkParent#menuLinkStorageProperty in class MenuLinkParent

The menu link entity storage handler.

MigrationLookupClass in namespace Drupal\migrate\Plugin\migrate\process

Looks up the value of a property based on a previous migration.

$ MigrationLookup#migrationProperty in class MigrationLookup

The migration to be executed.

$ MigrationLookup#migrateLookupProperty in class MigrationLookup

The migrate lookup service.

$ MigrationLookup#migrateStubProperty in class MigrationLookup

The migrate stub service.

SubProcess::multiple() — Method in class SubProcess

Indicates whether the returned value requires multiple handling.

$ SourcePluginBase#moduleHandlerProperty in class SourcePluginBase

The module handler service.

$ SourcePluginBase#migrationProperty in class SourcePluginBase

The entity migration object.

$ SourcePluginBase#mapRowAddedProperty in class SourcePluginBase

Flags whether source plugin will read the map row and add to data row.

SqlBase::mapJoinable() — Method in class SqlBase

Checks if we can join against the map table.

ProcessPluginBase::multiple() — Method in class ProcessPluginBase

Indicates whether the returned value requires multiple handling.

MigrateFieldClass in namespace Drupal\migrate_drupal\Annotation

Defines a field plugin annotation object.

$ FieldDiscovery#migrationPluginManagerProperty in class FieldDiscovery

The migration plugin manager.

MigrateDrupalServiceProviderClass in namespace Drupal\migrate_drupal

Alters container services.

MigrationConfigurationTraitClass in namespace Drupal\migrate_drupal

Configures the appropriate migrations for a given source Drupal database.

$ MigrationConfigurationTrait#migrationPluginManagerProperty in class MigrationConfigurationTrait

The migration plugin manager service.

MigrationPluginManagerClass in namespace Drupal\migrate_drupal

Manages migration plugins.

MigrationStateClass in namespace Drupal\migrate_drupal

Determines the migrate state for all modules enabled on the source.

$ MigrationState#moduleHandlerProperty in class MigrationState

The field plugin manager service.

MigrateFieldInterfaceClass in namespace Drupal\migrate_drupal\Plugin

Provides an interface for all field type plugins.

MigrateFieldPluginManagerClass in namespace Drupal\migrate_drupal\Plugin

Plugin manager for migrate field plugins.

MigrateFieldPluginManagerInterfaceClass in namespace Drupal\migrate_drupal\Plugin
MigrationWithFollowUpInterfaceClass in namespace Drupal\migrate_drupal\Plugin

Interface for migrations with follow-up migrations.

DrupalSqlBase::moduleExists() — Method in class DrupalSqlBase

Checks if a given module is enabled in the source Drupal database.

MigrateMessageCaptureClass in namespace Drupal\migrate_drupal_ui\Batch

Allows capturing messages rather than displaying them directly.

$ MigrateMessageCapture#messagesProperty in class MigrateMessageCapture

Array of recorded messages.

MigrateUpgradeImportBatchClass in namespace Drupal\migrate_drupal_ui\Batch

Runs a single migration batch.

$ MigrateUpgradeImportBatch#maxExecTimeProperty in class MigrateUpgradeImportBatch

The maximum length in seconds to allow processing in a request.

$ MigrateUpgradeImportBatch#messagesProperty in class MigrateUpgradeImportBatch

MigrateMessage instance to capture messages during the migration process.

MigrateControllerClass in namespace Drupal\migrate_drupal_ui\Controller

Provides controller methods for the migration.

MigrateUpgradeFormBaseClass in namespace Drupal\migrate_drupal_ui\Form

Form base for the Migrate Upgrade UI.

$ ReviewForm#migrationsProperty in class ReviewForm

The migrations.

$ ReviewForm#migrationStateProperty in class ReviewForm

Migration state service.

$ ReviewForm#moduleHandlerProperty in class ReviewForm

Module handler.

MigrateAccessCheckClass in namespace Drupal\migrate_drupal_ui

Checks access for migrate_drupal_ui routes.

Connection::mapConditionOperator() — Method in class Connection

Gets any special processing requirements for the condition operator.

Tasks::minimumVersion() — Method in class Tasks

Returns the minimum required version of the engine.

MergeClass in namespace Drupal\mysql\Driver\Database\mysql

MySQL implementation of \Drupal\Core\Database\Query\Merge.

$ Schema#mysqlStringTypesProperty in class Schema
$ NodeGrantDatabaseStorage#moduleHandlerProperty in class NodeGrantDatabaseStorage

The module handler.

$ NodeSearch#moduleHandlerProperty in class NodeSearch

A module manager object.

$ NodeSearch#messengerProperty in class NodeSearch

The messenger.

NodeSearch::markForReindex() — Method in class NodeSearch

Marks the search index for reindexing for this plugin.

$ Node#moduleHandlerProperty in class Node

The module handler.

$ Node#moduleHandlerProperty in class Node

The module handler.

OliveroPreRender::messagePlaceholder() — Method in class OliveroPreRender

Prerender callback for status_messages placeholder.

PathItem::mainPropertyName() — Method in class PathItem

Returns the name of the main property, if any.

$ PathAliasConstraint#messageProperty in class PathAliasConstraint
Connection::mapConditionOperator() — Method in class Connection

Gets any special processing requirements for the condition operator.

Tasks::minimumVersion() — Method in class Tasks

Returns the minimum required version of the engine.

MergeClass in namespace Drupal\pgsql\Driver\Database\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Merge.

$ Schema#maxIdentifierLengthProperty in class Schema

The maximum allowed length for index, primary key and constraint names.

$ InPlaceEditor#moduleProperty in class InPlaceEditor

The name of the module providing the in-place editor plugin.

$ QuickEditFieldForm#moduleHandlerProperty in class QuickEditFieldForm

The module handler.

MetadataGeneratorClass in namespace Drupal\quickedit

Generates in-place editing metadata for an entity field.

MetadataGeneratorInterfaceClass in namespace Drupal\quickedit

Interface for generating in-place editing metadata.

$ QuickEditController#metadataGeneratorProperty in class QuickEditController

The in-place editing metadata generator.

QuickEditController::metadata() — Method in class QuickEditController

Returns the metadata for a set of fields.

ModifiedResourceResponseClass in namespace Drupal\rest

A response that does not contain cacheability metadata.

$ RestExport#mimeTypeProperty in class RestExport

The mime type for the response.

$ ResourceRoutes#managerProperty in class ResourceRoutes

The plugin manager for REST plugins.

SearchIndexingInterface::markForReindex() — Method in class SearchIndexingInterface

Marks the search index for reindexing for this plugin.

$ EntitySearchPage#moduleHandlerProperty in class EntitySearchPage

The module handler.

SearchIndex::markForReindex() — Method in class SearchIndex

Changes the timestamp on indexed items to 'now' to force reindexing.

SearchIndexInterface::markForReindex() — Method in class SearchIndexInterface

Changes the timestamp on indexed items to 'now' to force reindexing.

$ SearchPageListBuilder#messengerProperty in class SearchPageListBuilder

The messenger.

$ SearchQuery#matchesProperty in class SearchQuery

Indicates how many matches for a search query are necessary.

$ SearchQuery#multiplyProperty in class SearchQuery

Multipliers for score expressions.

$ SearchTextProcessor#moduleHandlerProperty in class SearchTextProcessor

The module handler.

ViewsSearchQuery::matches() — Method in class ViewsSearchQuery

Returns the matches property.

MarkupNormalizerClass in namespace Drupal\serialization\Normalizer

Normalizes MarkupInterface objects into a string.

$ ShortcutSetStorage#moduleHandlerProperty in class ShortcutSetStorage

The module handler.

Connection::mapConditionOperator() — Method in class Connection

Gets any special processing requirements for the condition operator.

Tasks::minimumVersion() — Method in class Tasks

Returns the minimum required version of the engine.

MergeClass in namespace Drupal\sqlite\Driver\Database\sqlite

SQLite implementation of \Drupal\Core\Database\Query\Merge.

Schema::mapKeyDefinition() — Method in class Schema

Utility method: rename columns in an index definition according to a new mapping.

NodeStatisticsDatabaseStorage::maxTotalCount() — Method in class NodeStatisticsDatabaseStorage

Returns the highest 'totalcount' value.

$ StatisticsSettingsForm#moduleHandlerProperty in class StatisticsSettingsForm

The module handler.

StatisticsStorageInterface::maxTotalCount() — Method in class StatisticsStorageInterface

Returns the highest 'totalcount' value.

$ AdminController#moduleExtensionListProperty in class AdminController

The module extension list.

$ DbUpdateController#moduleHandlerProperty in class DbUpdateController

The module handler.

$ EntityAutocompleteController#matcherProperty in class EntityAutocompleteController

The autocomplete matcher for entity references.

$ SystemController#menuLinkTreeProperty in class SystemController

The menu link tree service.

$ SystemController#moduleExtensionListProperty in class SystemController

The module extension list.

MenuClass in namespace Drupal\system\Entity

Defines the Menu configuration entity class.

$ CronForm#moduleHandlerProperty in class CronForm

The module handler service.

ModulesEnabledTraitClass in namespace Drupal\system\Form

Provides helpers for enabling modules.

ModulesEnabledTrait::modulesEnabledConfirmationMessage() — Method in class ModulesEnabledTrait

Provides a confirmation message after modules have been enabled.

ModulesEnabledTrait::modulesFailToEnableMessage() — Method in class ModulesEnabledTrait

Provides a fail message after attempt to install a module.

ModulesListConfirmFormClass in namespace Drupal\system\Form

Builds a confirmation form for enabling modules with dependencies.

$ ModulesListConfirmForm#moduleHandlerProperty in class ModulesListConfirmForm

The module handler service.

$ ModulesListConfirmForm#modulesProperty in class ModulesListConfirmForm

An associative list of modules to enable or disable.

$ ModulesListConfirmForm#moduleInstallerProperty in class ModulesListConfirmForm

The module installer.

ModulesListExperimentalConfirmFormClass in namespace Drupal\system\Form

Builds a confirmation form for enabling experimental modules.

ModulesListFormClass in namespace Drupal\system\Form

Provides module installation interface.

$ ModulesListForm#moduleHandlerProperty in class ModulesListForm

The module handler service.

$ ModulesListForm#moduleInstallerProperty in class ModulesListForm

The module installer.

$ ModulesListForm#moduleExtensionListProperty in class ModulesListForm

The module extension list.

ModulesUninstallConfirmFormClass in namespace Drupal\system\Form

Builds a confirmation form to uninstall selected modules.

$ ModulesUninstallConfirmForm#moduleInstallerProperty in class ModulesUninstallConfirmForm

The module installer service.

$ ModulesUninstallConfirmForm#modulesProperty in class ModulesUninstallConfirmForm

An array of modules to uninstall.

$ ModulesUninstallConfirmForm#moduleExtensionListProperty in class ModulesUninstallConfirmForm

The module extension list.

ModulesUninstallFormClass in namespace Drupal\system\Form

Provides a form for uninstalling modules.

$ ModulesUninstallForm#moduleHandlerProperty in class ModulesUninstallForm

The module handler service.

$ ModulesUninstallForm#moduleInstallerProperty in class ModulesUninstallForm

The module installer service.

$ ModulesUninstallForm#moduleExtensionListProperty in class ModulesUninstallForm

The module extension list.

$ PerformanceForm#moduleHandlerProperty in class PerformanceForm

The module handler.

PrepareModulesEntityUninstallForm::moduleBatchFinished() — Method in class PrepareModulesEntityUninstallForm

Implements callback_batch_finished().

$ SystemMenuOffCanvasForm#menuProperty in class SystemMenuOffCanvasForm

The menu entity that the block uses and that will be edited in this form.

$ SystemMenuOffCanvasForm#menuStorageProperty in class SystemMenuOffCanvasForm
$ ThemeSettingsForm#moduleHandlerProperty in class ThemeSettingsForm

The module handler.

$ ThemeSettingsForm#mimeTypeGuesserProperty in class ThemeSettingsForm

The MIME type guesser.

MachineNameControllerClass in namespace Drupal\system

Controller routines for machine name transliteration routes.

MenuAccessControlHandlerClass in namespace Drupal\system

Defines the access control handler for the menu entity type.

MenuInterfaceClass in namespace Drupal\system

Provides an interface defining a menu entity.

MenuStorageClass in namespace Drupal\system

Defines the storage class for menu configuration entities.

MockPhpStorageClass in namespace Drupal\system\PhpStorage

Mock PHP storage class used for testing.

$ SystemMainBlock#mainContentProperty in class SystemMainBlock

The render array representing the main page content.

$ SystemMenuBlock#menuTreeProperty in class SystemMenuBlock

The menu link tree service.

$ SystemMenuBlock#menuActiveTrailProperty in class SystemMenuBlock

The active menu trail service.

$ SystemMenuBlock#menuStorageProperty in class SystemMenuBlock

The menu storage.

MenuClass in namespace Drupal\system\Plugin\migrate\source

Drupal 6/7 menu source from database.

MenuTranslationClass in namespace Drupal\system\Plugin\migrate\source\d7

Drupal 7 i18n menu translation source from database.

SecurityAdvisoriesFetcher::matchesExistingVersion() — Method in class SecurityAdvisoriesFetcher

Determines if an advisory matches the existing version of a project.

$ SystemManager#moduleHandlerProperty in class SystemManager

Module handler service.

$ SystemManager#menuTreeProperty in class SystemManager

The menu link tree manager.

$ SystemManager#menuActiveTrailProperty in class SystemManager

The active menu trail service.

$ SystemManager#menuItemsProperty in class SystemManager

A static cache of menu items.

MockAliasManagerClass in namespace Drupal\system\Tests\Routing

An easily configurable mock alias manager.

MockRouteProviderClass in namespace Drupal\system\Tests\Routing

Easily configurable mock route provider.

$ OverviewTerms#moduleHandlerProperty in class OverviewTerms

The module handler service.

$ TaxonomyTermHierarchyConstraint#messageProperty in class TaxonomyTermHierarchyConstraint

The default violation message.

$ D6TermNodeDeriver#migrationPluginManagerProperty in class D6TermNodeDeriver

The migration plugin manager.

$ VocabularyListBuilder#messengerProperty in class VocabularyListBuilder

The messenger.

Toolbar::moduleHandler() — Method in class Toolbar

Wraps the module handler.

$ Tour#moduleProperty in class Tour

The module which this tour is assigned to.

$ UpdateManagerInstall#moduleHandlerProperty in class UpdateManagerInstall

The module handler.

$ UpdateManagerUpdate#moduleHandlerProperty in class UpdateManagerUpdate

The module handler.

$ UpdateReady#moduleHandlerProperty in class UpdateReady

The module handler.

ModuleVersionClass in namespace Drupal\update

Provides a module version value object.

$ ModuleVersion#majorVersionProperty in class ModuleVersion

The major version.

$ UpdateManager#moduleHandlerProperty in class UpdateManager

Module Handler Service.

$ UpdateManager#moduleExtensionListProperty in class UpdateManager

The module extension list.

$ AccountSettingsForm#moduleHandlerProperty in class AccountSettingsForm

The module handler.

$ Cookie#messengerProperty in class Cookie

The messenger.

MaintenanceModeSubscriberClass in namespace Drupal\user\EventSubscriber

Maintenance mode subscriber to log out users.

$ MaintenanceModeSubscriber#maintenanceModeProperty in class MaintenanceModeSubscriber

The maintenance mode.

$ UserPermissionsForm#moduleHandlerProperty in class UserPermissionsForm

The module handler.

$ UserPermissionsModuleSpecificForm#moduleListProperty in class UserPermissionsModuleSpecificForm

The module list.

$ PermissionHandler#moduleHandlerProperty in class PermissionHandler

The module handler.

PermissionHandler::moduleProvidesPermissions() — Method in class PermissionHandler

Determines whether a module provides some permissions.

PermissionHandlerInterface::moduleProvidesPermissions() — Method in class PermissionHandlerInterface

Determines whether a module provides some permissions.

$ UserSearch#moduleHandlerProperty in class UserSearch

The module handler.

$ ProtectedUserFieldConstraint#messageProperty in class ProtectedUserFieldConstraint

Violation message.

$ UserMailRequired#messageProperty in class UserMailRequired

Violation message. Use the same message as FormValidator.

$ UserMailUnique#messageProperty in class UserMailUnique
$ UserNameConstraint#multipleSpacesMessageProperty in class UserNameConstraint
$ UserNameUnique#messageProperty in class UserNameUnique
$ Permission#moduleHandlerProperty in class Permission

The module handler.

$ Permissions#moduleHandlerProperty in class Permissions

The module handler.

$ UserData#moduleHandlerProperty in class UserData

The module handler.

$ Permissions#moduleHandlerProperty in class Permissions

The module handler.

$ RoleListBuilder#messengerProperty in class RoleListBuilder

The messenger.

$ Analyzer#moduleHandlerProperty in class Analyzer

A module handler that invokes the 'views_analyze' hook.

$ EntityViewsData#moduleHandlerProperty in class EntityViewsData

The module handler.

EntityViewsData::mapFieldDefinition() — Method in class EntityViewsData

Puts the views data for a single field onto the views data.

EntityViewsData::mapSingleFieldViewsData() — Method in class EntityViewsData

Provides the views data for a given data type and schema field.

$ View#moduleProperty in class View

The module implementing this view.

View::mergeDefaultDisplaysOptions() — Method in class View

Add defaults to the display options.

ManyToOneHelperClass in namespace Drupal\views

This many to one helper object is used on both arguments and filters.

$ ViewsSelection#moduleHandlerProperty in class ViewsSelection

The module handler service.

$ ViewsMenuLinkForm#menuLinkProperty in class ViewsMenuLinkForm

The edited views menu link.

$ HandlerBase#moduleHandlerProperty in class HandlerBase

The module handler.

HandlerBase::multipleExposedInput() — Method in class HandlerBase

Define if the exposed input has to be submitted multiple times.

MessagesClass in namespace Drupal\views\Plugin\views\area

Provides an area for messages.

ManyToOneClass in namespace Drupal\views\Plugin\views\argument

An argument handler for use in fields that have a many to one relationship with the table(s) to the left. This adds a bunch of options that are reasonably common with this type of relationship.

MonthDateClass in namespace Drupal\views\Plugin\views\argument

Argument handler for a month (MM)

$ Entity#multipleCapableProperty in class Entity

If this validator can handle multiple arguments.

DisplayPluginBase::mergeDefaults() — Method in class DisplayPluginBase

Merges default values for all plugin types.

DisplayPluginBase::mergePlugin() — Method in class DisplayPluginBase

Merges plugins default values.

DisplayPluginBase::mergeHandler() — Method in class DisplayPluginBase

Merges handlers default values.

DisplayPluginInterface::mergeDefaults() — Method in class DisplayPluginInterface

Merges default values for all plugin types.

$ Page#menuStorageProperty in class Page

The menu storage.

$ BulkForm#messengerProperty in class BulkForm

The messenger.

$ EntityField#multipleProperty in class EntityField

Does the field supports multiple field values.

EntityField::multiple_options_form() — Method in class EntityField

Provide options for multiple value fields.

MachineNameClass in namespace Drupal\views\Plugin\views\field

Field handler which allows to show machine name content as human name.

MarkupClass in namespace Drupal\views\Plugin\views\field

A handler to run a field through check_markup, using a companion format field.

MultiItemsFieldHandlerInterfaceClass in namespace Drupal\views\Plugin\views\field

Defines a field handler which renders multiple items per row.

FilterPluginBase::multipleExposedInput() — Method in class FilterPluginBase

Returns TRUE if users can select multiple groups items of a grouped exposed filter.

ManyToOneClass in namespace Drupal\views\Plugin\views\filter

Complex filter to handle filtering for many to one relationships, such as terms (many terms per node) or roles (many roles per user).

MiniClass in namespace Drupal\views\Plugin\views\pager

The plugin to handle mini pager.

MysqlDateSqlClass in namespace Drupal\views\Plugin\views\query

MySQL-specific date handling.

$ Sql#messengerProperty in class Sql

The messenger.

Sql::markTable() — Method in class Sql
MappingClass in namespace Drupal\views\Plugin\views\style

Allows fields to be mapped to specific use cases.

ViewEntityInterface::mergeDefaultDisplaysOptions() — Method in class ViewEntityInterface

Add defaults to the display options.

$ ViewExecutable#many_to_one_tablesProperty in class ViewExecutable

Stores the many-to-one tables for performance.

ViewExecutable::mergeDefaults() — Method in class ViewExecutable

Merges all plugin default values for each display.

$ ViewsConfigUpdater#multivalueBaseFieldsUpdateTableInfoProperty in class ViewsConfigUpdater

An array of helper data for the multivalue base field update.

ViewsConfigUpdater::mapOperatorFromSingleToMultiple() — Method in class ViewsConfigUpdater

Maps a single operator to a multiple one, if possible.

$ ViewsData#moduleHandlerProperty in class ViewsData

Stores a module manager to invoke hooks.

ViewUI::mergeDefaultDisplaysOptions() — Method in class ViewUI

Add defaults to the display options.

ViewUI::mergeCacheMaxAge() — Method in class ViewUI

Merges the maximum age (in seconds) with the existing maximum age.

$ WorkspaceActivateForm#messengerProperty in class WorkspaceActivateForm

The messenger service.

$ WorkspaceForm#messengerProperty in class WorkspaceForm

The messenger service.

$ WorkspaceSwitcherForm#messengerProperty in class WorkspaceSwitcherForm

The messenger service.

$ DeletedWorkspaceConstraint#messageProperty in class DeletedWorkspaceConstraint

The default violation message.

$ EntityReferenceSupportedNewEntitiesConstraint#messageProperty in class EntityReferenceSupportedNewEntitiesConstraint

The default violation message.

$ EntityWorkspaceConflictConstraint#messageProperty in class EntityWorkspaceConflictConstraint

The default violation message.

ViewsQueryAlter::moveEntityTable() — Method in class ViewsQueryAlter

Moves a 'workspace_association' table to appear before the given alias.

WorkspaceMerger::merge() — Method in class WorkspaceMerger

Merges the contents of the source workspace into the target workspace.

WorkspaceMergerInterface::merge() — Method in class WorkspaceMergerInterface

Merges the contents of the source workspace into the target workspace.

N

StaticReflectionClass::newInstanceArgs() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::newInstanceWithoutConstructor() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionClass::newInstance() — Method in class StaticReflectionClass
{@inheritDoc}
$ StaticReflectionParser#namespaceProperty in class StaticReflectionParser

The namespace of the class.

DiffOp::norig() — Method in class DiffOp
DiffOp::nclosing() — Method in class DiffOp
$ YamlDiscovery#nameProperty in class YamlDiscovery

The base filename to look for in each directory.

NullFileCacheClass in namespace Drupal\Component\FileCache

Null implementation for the file cache.

Color::normalizeHexLength() — Method in class Color

Normalize the hex color length to 6 characters for comparison.

Html::normalize() — Method in class Html

Normalizes an HTML snippet.

NestedArrayClass in namespace Drupal\Component\Utility

Provides helpers to perform operations on nested arrays and array keys of variable depth.

NumberClass in namespace Drupal\Component\Utility

Provides helper methods for manipulating numbers.

$ Random#namesProperty in class Random

A list of unique names generated by name().

Random::name() — Method in class Random

Generates a random string containing letters and numbers.

Xss::needsRemoval() — Method in class Xss

Whether this element needs to be removed altogether.

$ AllowedPackages#newPackagesProperty in class AllowedPackages

The list of new packages added by this Composer command.

OperationData::normalizeScaffoldMetadata() — Method in class OperationData

Normalizes metadata by converting literal values into arrays.

AccessResult::neutral() — Method in class AccessResult

Creates an AccessResultInterface object with isNeutral() === TRUE.

$ DataCommand#nameProperty in class DataCommand

The key of the data attached to elements matched by the selector.

$ UpdateBuildIdCommand#newProperty in class UpdateBuildIdCommand

New build id.

CacheCollector::normalizeLockName() — Method in class CacheCollector

Normalizes a cache ID in order to comply with database limitations.

DatabaseBackend::normalizeCid() — Method in class DatabaseBackend

Normalizes a cache ID in order to comply with database limitations.

NullBackendClass in namespace Drupal\Core\Cache

Defines a stub cache implementation.

NullBackendFactoryClass in namespace Drupal\Core\Cache
PhpBackend::normalizeCid() — Method in class PhpBackend

Ensures a normalized cache ID.

$ ConfigBase#nameProperty in class ConfigBase

The name of the configuration object.

$ ConfigModuleOverridesEvent#namesProperty in class ConfigModuleOverridesEvent

Configuration names.

$ ConfigEntityDependency#nameProperty in class ConfigEntityDependency

The configuration entity's configuration object name.

Condition::notExists() — Method in class Condition

Queries for the nonexistence of a field.

$ QueryFactory#namespacesProperty in class QueryFactory

The namespace of this class, the parent class etc.

NullStorageClass in namespace Drupal\Core\Config

Defines a stub storage.

Connection::nextId() — Method in class Connection

Retrieves a unique ID from a given sequence.

Tasks::name() — Method in class Tasks

Returns the human-readable name of the driver.

Condition::notExists() — Method in class Condition

Sets a condition that the specified subquery returns no values.

ConditionInterface::notExists() — Method in class ConditionInterface

Sets a condition that the specified subquery returns no values.

$ Merge#needsUpdateProperty in class Merge

Flag indicating whether an UPDATE is necessary.

NoFieldsExceptionClass in namespace Drupal\Core\Database\Query

Exception thrown if an insert query doesn't specify insert or default fields.

NoUniqueFieldExceptionClass in namespace Drupal\Core\Database\Query

Exception thrown if an upsert query doesn't specify a unique field.

PlaceholderInterface::nextPlaceholder() — Method in class PlaceholderInterface

Returns the next placeholder ID for the query.

$ Query#nextPlaceholderProperty in class Query

The placeholder counter.

Query::nextPlaceholder() — Method in class Query

Gets the next placeholder value for this query object.

QueryConditionTrait::notExists() — Method in class QueryConditionTrait
{@inheritdoc}
SelectExtender::nextPlaceholder() — Method in class SelectExtender

Returns the next placeholder ID for the query.

SelectExtender::notExists() — Method in class SelectExtender

Sets a condition that the specified subquery returns no values.

Schema::nextPlaceholder() — Method in class Schema

Returns the next placeholder ID for the query.

StatementPrefetch::next() — Method in class StatementPrefetch
{@inheritdoc}
$ Transaction#nameProperty in class Transaction

The name of the transaction.

Transaction::name() — Method in class Transaction

Retrieves the name of the transaction or savepoint.

$ ContentEntityBase#newRevisionProperty in class ContentEntityBase

Boolean indicating whether a new revision should be created on save.

EntityDefinitionUpdateManager::needsUpdates() — Method in class EntityDefinitionUpdateManager

Checks if there are any definition updates that need to be applied.

EntityDefinitionUpdateManagerInterface::needsUpdates() — Method in class EntityDefinitionUpdateManagerInterface

Checks if there are any definition updates that need to be applied.

NoCorrespondingEntityClassExceptionClass in namespace Drupal\Core\Entity\Exception

Exception thrown if an entity type is not represented by a class.

$ QueryFactory#namespacesProperty in class QueryFactory

The namespace of this class, the parent class etc.

$ EntityHasFieldConstraint#notFieldableMessageProperty in class EntityHasFieldConstraint

The violation message for non-fieldable entities.

$ ValidReferenceConstraint#nonExistingMessageProperty in class ValidReferenceConstraint

Violation message when the entity does not exist.

$ ValidReferenceConstraint#nullMessageProperty in class ValidReferenceConstraint

Violation message when the target_id is empty.

ConditionAggregateInterface::notExists() — Method in class ConditionAggregateInterface

Queries for the nonexistence of a field.

$ ConditionFundamentals#namespacesProperty in class ConditionFundamentals

List of potential namespaces of the classes belonging to this condition.

ConditionInterface::notExists() — Method in class ConditionInterface

Queries for the nonexistence of a field.

Condition::notExists() — Method in class Condition

Queries for the nonexistence of a field.

Query::notExistsAggregate() — Method in class Query

Queries for the nonexistence of a field.

$ QueryFactory#namespacesProperty in class QueryFactory

The namespace of this class, the parent class etc.

QueryAggregateInterface::notExistsAggregate() — Method in class QueryAggregateInterface

Queries for the nonexistence of a field.

$ QueryBase#namespacesProperty in class QueryBase

List of potential namespaces of the classes belonging to this query.

QueryBase::notExists() — Method in class QueryBase

Queries for an empty field.

QueryInterface::notExists() — Method in class QueryInterface

Queries for an empty field.

$ Condition#nestedInsideOrConditionProperty in class Condition

Whether this condition is nested inside an OR condition.

Condition::notExists() — Method in class Condition

Queries for the nonexistence of a field.

ConditionAggregate::notExists() — Method in class ConditionAggregate

Queries for the nonexistence of a field.

QueryAggregate::notExistsAggregate() — Method in class QueryAggregate

Queries for the nonexistence of a field.

$ QueryFactory#namespacesProperty in class QueryFactory

The namespace of this class, the parent class etc.

$ Dependency#nameProperty in class Dependency

The name of the dependency.

$ FieldType#no_uiProperty in class FieldType

A boolean stating that fields of this type cannot be created through the UI.

FieldInputValueNormalizerTrait::normalizeValue() — Method in class FieldInputValueNormalizerTrait

Ensure a field value is transformed into a format keyed by delta.

DecimalFormatter::numberFormat() — Method in class DecimalFormatter

Formats a number.

EntityReferenceFormatterBase::needsEntityLoad() — Method in class EntityReferenceFormatterBase

Returns whether the entity referenced by an item needs to be loaded.

IntegerFormatter::numberFormat() — Method in class IntegerFormatter

Formats a number.

NumericFormatterBaseClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Parent plugin for decimal and integer formatters.

NumericFormatterBase::numberFormat() — Method in class NumericFormatterBase

Formats a number.

NumericUnformattedFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'number_unformatted' formatter.

NumericItemBaseClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Base class for numeric configurable field types.

NumberWidgetClass in namespace Drupal\Core\Field\Plugin\Field\FieldWidget

Plugin implementation of the 'number' widget.

NotRegularDirectoryExceptionClass in namespace Drupal\Core\File\Exception

Exception thrown when a target is not a regular directory (e.g. a file).

NotRegularFileExceptionClass in namespace Drupal\Core\File\Exception

Exception thrown when a target is not a regular file (e.g. a directory).

$ FormState#no_redirectProperty in class FormState

If set to TRUE the form will NOT perform a redirect, even if self::$redirect is set.

$ FormState#no_cacheProperty in class FormState

If set to TRUE the form will NOT be cached, even if 'cache' is set.

NoProfilesExceptionClass in namespace Drupal\Core\Installer\Exception

Exception thrown if no installation profiles are available.

NormalInstallerServiceProviderClass in namespace Drupal\Core\Installer

Service provider for the installer environment.

NullStorageExpirableClass in namespace Drupal\Core\KeyValueStore

Defines a null key/value store implementation.

$ Language#nameProperty in class Language

The human readable English name.

DatabaseLockBackend::normalizeName() — Method in class DatabaseLockBackend

Normalizes a lock name in order to comply with database limitations.

NullLockBackendClass in namespace Drupal\Core\Lock

Defines a Null lock backend.

RfcLoggerTrait::notice() — Method in class RfcLoggerTrait
{@inheritdoc}
NoSessionOpenClass in namespace Drupal\Core\PageCache\RequestPolicy

A policy allowing delivery of cached pages when there is no session open.

NoServerErrorClass in namespace Drupal\Core\PageCache\ResponsePolicy

A policy denying caching of a server error (HTTP 5xx) responses.

PasswordInterface::needsRehash() — Method in class PasswordInterface

Check whether a hashed password needs to be replaced with a new hash.

PhpassHashedPassword::needsRehash() — Method in class PhpassHashedPassword

Check whether a hashed password needs to be replaced with a new hash.

NullPathProcessorManagerClass in namespace Drupal\Core\PathProcessor

Provides a null implementation of the path processor manager.

$ DefaultPluginManager#namespacesProperty in class DefaultPluginManager

An object that implements \Traversable which contains the root paths keyed by the corresponding namespace to look for plugin implementations.

$ AnnotatedClassDiscovery#namespaceSuffixProperty in class AnnotatedClassDiscovery

A suffix to append to each base namespace, to obtain the namespaces where plugins are found.

$ DatabaseQueue#nameProperty in class DatabaseQueue

The name of the queue this instance is working with.

DatabaseQueue::numberOfItems() — Method in class DatabaseQueue

Retrieves the number of items in the queue.

Memory::numberOfItems() — Method in class Memory

Retrieves the number of items in the queue.

QueueInterface::numberOfItems() — Method in class QueueInterface

Retrieves the number of items in the queue.

NumberClass in namespace Drupal\Core\Render\Element

Provides a form element for numeric input, with special numeric validation.

$ CompiledRoute#numPartsProperty in class CompiledRoute

The number of parts in the path of this route.

NullGeneratorClass in namespace Drupal\Core\Routing

No-op implementation of a Url Generator, needed for backward compatibility.

NullMatcherDumperClass in namespace Drupal\Core\Routing

Does not dump Route information.

NullRouteMatchClass in namespace Drupal\Core\Routing

Stub implementation of RouteMatchInterface for when there's no matched route.

$ RoutePreloader#nonAdminRoutesOnRebuildProperty in class RoutePreloader

Contains the non-admin routes while rebuilding the routes.

$ UserSession#nameProperty in class UserSession

The name of this account.

NegotiationMiddlewareClass in namespace Drupal\Core\StackMiddleware

Provides a middleware to determine the content type upon the accept header.

StreamWrapperManager::normalizeUri() — Method in class StreamWrapperManager

Normalizes a URI by making it syntactically correct.

StreamWrapperManagerInterface::normalizeUri() — Method in class StreamWrapperManagerInterface

Normalizes a URI by making it syntactically correct.

$ AttributeValueBase#nameProperty in class AttributeValueBase

The name of the value.

$ ActiveTheme#nameProperty in class ActiveTheme

The machine name of the active theme.

$ ThemeNegotiator#negotiatorsProperty in class ThemeNegotiator

Holds an array of theme negotiator IDs, sorted by priority.

$ TypedData#nameProperty in class TypedData

The property name.

NotNullConstraintClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

NotNull constraint.

NotNullConstraintValidatorClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

NotNull constraint validator.

NoBigPipeRouteAlterSubscriberClass in namespace Drupal\big_pipe\EventSubscriber

Sets the '_no_big_pipe' option on select routes.

$ BookBreadcrumbBuilder#nodeStorageProperty in class BookBreadcrumbBuilder

The node storage.

$ BookExport#nodeStorageProperty in class BookExport

The node storage.

BookOutline::nextLink() — Method in class BookOutline

Fetches the book link for the next page of the book.

$ BookAdminEditForm#nodeStorageProperty in class BookAdminEditForm

The node storage.

$ BookRemoveForm#nodeProperty in class BookRemoveForm

The node representing the book.

$ BookNavigationBlock#nodeStorageProperty in class BookNavigationBlock

The node storage.

$ TopLevelBook#nodeStorageProperty in class TopLevelBook

The node storage controller.

$ FundamentalCompatibilityConstraint#noMarkupFiltersMessageProperty in class FundamentalCompatibilityConstraint

The violation message when no markup filters are enabled.

$ FundamentalCompatibilityConstraint#nonAllowedElementsMessageProperty in class FundamentalCompatibilityConstraint

The violation message when fundamental HTML elements are not allowed.

$ FundamentalCompatibilityConstraint#notSupportedElementsMessageProperty in class FundamentalCompatibilityConstraint

The violation message when HTML elements cannot be generated by CKE5.

NodeNewCommentsClass in namespace Drupal\comment\Plugin\views\field

Field handler to display the number of new comments.

NodeCommentClass in namespace Drupal\comment\Plugin\views\filter

Filter based on comment node status.

ModeratedContentController::nodeListing() — Method in class ModeratedContentController

Provides the listing page for moderated nodes.

NodeModerationHandlerClass in namespace Drupal\content_moderation\Entity\Handler

Customizations for node entities.

$ InstallHelper#nodeIdMapProperty in class InstallHelper

Node CSV ID map.

Standard::needsRemoval() — Method in class Standard

Whether this element needs to be removed altogether.

NumberFieldClass in namespace Drupal\field\Plugin\migrate\field\d7

MigrateField plugin for Drupal 7 number fields.

FieldFormatterSettingsDefaults::numberSettings() — Method in class FieldFormatterSettingsDefaults
FileFormatterBase::needsEntityLoad() — Method in class FileFormatterBase

Returns whether the entity referenced by an item needs to be loaded.

$ FilterFormat#nameProperty in class FilterFormat

Unique label of the text format.

$ ForumController#nodeAccessProperty in class ForumController

Node access control handler.

$ ForumController#nodeTypeStorageProperty in class ForumController

Node type storage handler.

$ ForumController#nodeEntityTypeDefinitionProperty in class ForumController

Node entity type, we need to get cache tags from here.

NewTopicsBlockClass in namespace Drupal\forum\Plugin\Block

Provides a 'New forum topics' block.

$ ForumLeafConstraint#noLeafMessageProperty in class ForumLeafConstraint
ContentEntityNormalizer::normalize() — Method in class ContentEntityNormalizer
{@inheritdoc}
EntityReferenceItemNormalizer::normalize() — Method in class EntityReferenceItemNormalizer
{@inheritdoc}
EntityReferenceItemNormalizer::normalizedFieldValues() — Method in class EntityReferenceItemNormalizer

Normalizes field values for an item.

FieldItemNormalizer::normalize() — Method in class FieldItemNormalizer
{@inheritdoc}
FieldItemNormalizer::normalizedFieldValues() — Method in class FieldItemNormalizer

Normalizes field values for an item.

FieldNormalizer::normalize() — Method in class FieldNormalizer
{@inheritdoc}
FieldNormalizer::normalizeFieldItems() — Method in class FieldNormalizer

Helper function to normalize field items.

NormalizerBaseClass in namespace Drupal\hal\Normalizer

Base class for Normalizers.

TimestampItemNormalizer::normalizedFieldValues() — Method in class TimestampItemNormalizer

Normalizes field values for an item.

$ HistoryUserTimestamp#no_operatorProperty in class HistoryUserTimestamp
{@inheritdoc}
$ ImageStyle#nameProperty in class ImageStyle

The name of the image style.

NullIncludedDataClass in namespace Drupal\jsonapi\JsonApiResource

Use when there are no included resources but a Data object is required.

DataNormalizer::normalize() — Method in class DataNormalizer
{@inheritdoc}
EntityDenormalizerBase::normalize() — Method in class EntityDenormalizerBase
{@inheritdoc}
EntityReferenceFieldNormalizer::normalize() — Method in class EntityReferenceFieldNormalizer
{@inheritdoc}
FieldItemNormalizer::normalize() — Method in class FieldItemNormalizer
{@inheritdoc}
FieldNormalizer::normalize() — Method in class FieldNormalizer
{@inheritdoc}
FieldNormalizer::normalizeFieldItems() — Method in class FieldNormalizer

Helper function to normalize field items.

HttpExceptionNormalizer::normalize() — Method in class HttpExceptionNormalizer
{@inheritdoc}
JsonApiDocumentTopLevelNormalizer::normalize() — Method in class JsonApiDocumentTopLevelNormalizer
{@inheritdoc}
JsonApiDocumentTopLevelNormalizer::normalizeErrorDocument() — Method in class JsonApiDocumentTopLevelNormalizer

Normalizes an error collection.

JsonApiDocumentTopLevelNormalizer::normalizeOmissionsLinks() — Method in class JsonApiDocumentTopLevelNormalizer

Normalizes omitted data into a set of omission links.

LinkCollectionNormalizer::normalize() — Method in class LinkCollectionNormalizer
{@inheritdoc}
NormalizerBaseClass in namespace Drupal\jsonapi\Normalizer

Base normalizer used in all JSON:API normalizers.

RelationshipNormalizer::normalize() — Method in class RelationshipNormalizer
{@inheritdoc}
ResourceIdentifierNormalizer::normalize() — Method in class ResourceIdentifierNormalizer
{@inheritdoc}
ResourceObjectNormalizer::normalize() — Method in class ResourceObjectNormalizer
{@inheritdoc}
$ CacheableNormalization#normalizationProperty in class CacheableNormalization

A normalized value.

TemporaryArrayObjectThrowingExceptions::natcasesort() — Method in class TemporaryArrayObjectThrowingExceptions

Sort an array using a case insensitive "natural order" algorithm.

TemporaryArrayObjectThrowingExceptions::natsort() — Method in class TemporaryArrayObjectThrowingExceptions

Sort entries using a "natural order" algorithm.

NegotiatorBaseClass in namespace Drupal\jsonapi\Revisions

Base implementation for version negotiators.

$ VersionNegotiator#negotiatorsProperty in class VersionNegotiator

An array of named version negotiators.

Serializer::normalize() — Method in class Serializer
{@inheritdoc}
$ LanguageNegotiation#nameProperty in class LanguageNegotiation

The human-readable name of the language negotiation plugin.

$ ConfigurableLanguageManager#negotiatorProperty in class ConfigurableLanguageManager

The language negotiator.

$ ConfigurableLanguageManager#negotiatedLanguagesProperty in class ConfigurableLanguageManager

An array of language objects keyed by language type.

$ ConfigurableLanguageManager#negotiatedMethodsProperty in class ConfigurableLanguageManager

An array of language negotiation method IDs keyed by language type.

$ LanguageRequestSubscriber#negotiatorProperty in class LanguageRequestSubscriber

The language negotiator.

NegotiationBrowserDeleteFormClass in namespace Drupal\language\Form

Defines a confirmation form for deleting a browser language negotiation mapping.

NegotiationBrowserFormClass in namespace Drupal\language\Form

Configure the browser language negotiation method for this site.

NegotiationConfigureFormClass in namespace Drupal\language\Form

Configure the selected language negotiation method for this site.

$ NegotiationConfigureForm#negotiatorProperty in class NegotiationConfigureForm

The language negotiator.

NegotiationSelectedFormClass in namespace Drupal\language\Form

Configure the selected language negotiation method for this site.

NegotiationSessionFormClass in namespace Drupal\language\Form

Configure the session language negotiation method for this site.

NegotiationUrlFormClass in namespace Drupal\language\Form

Configure the URL language negotiation method for this site.

$ PathProcessorLanguage#negotiatorProperty in class PathProcessorLanguage

The language negotiator.

$ LanguageNegotiator#negotiatorManagerProperty in class LanguageNegotiator

The language negotiation method plugin manager.

$ LanguageNegotiator#negotiatedLanguagesProperty in class LanguageNegotiator

An array of language objects keyed by method id.

LanguageNegotiator::negotiateLanguage() — Method in class LanguageNegotiator

Performs language negotiation using the specified negotiation method.

$ MediaType#new_revisionProperty in class MediaType

Default value of the 'Create new revision' checkbox of this media type.

$ Provider#nameProperty in class Provider

The provider name.

MediaThumbnailFormatter::needsEntityLoad() — Method in class MediaThumbnailFormatter

Returns whether the entity referenced by an item needs to be loaded.

NoSourcePluginDecoratorClass in namespace Drupal\migrate\Plugin

Remove definitions which refer to a non-existing source plugin.

NullDestinationClass in namespace Drupal\migrate\Plugin\migrate\destination

Provides null destination plugin.

NullIdMapClass in namespace Drupal\migrate\Plugin\migrate\id_map

Defines the null ID map implementation.

NullIdMap::next() — Method in class NullIdMap
{@inheritdoc}
Sql::next() — Method in class Sql

Implementation of \Iterator::next().

NullCoalesceClass in namespace Drupal\migrate\Plugin\migrate\process

Provides a Null Coalesce process plugin.

SourcePluginBase::next() — Method in class SourcePluginBase
{@inheritdoc}
Row::needsUpdate() — Method in class Row

Returns if this row needs an update.

NodeMigrateTypeClass in namespace Drupal\migrate_drupal

Provides a class to determine the type of migration.

NodeReferenceClass in namespace Drupal\migrate_drupal\Plugin\migrate\field
NodeReferenceClass in namespace Drupal\migrate_drupal\Plugin\migrate\field\d6

MigrateField Plugin for Drupal 6 node reference fields.

$ NodeReference#nodeTypeMigrationProperty in class NodeReference

The plugin ID for the reference type migration.

NodeReferenceClass in namespace Drupal\migrate_drupal\Plugin\migrate\field\d7

MigrateField plugin for Drupal 7 node_reference fields.

$ NodeReference#nodeTypeMigrationProperty in class NodeReference

The plugin ID for the reference type migration.

NodeCompleteNodeLookupClass in namespace Drupal\migrate_drupal\Plugin\migrate\process

Returns only the nid from migration_lookup on node_complete migration.

NodeCompleteNodeRevisionLookupClass in namespace Drupal\migrate_drupal\Plugin\migrate\process

Returns only the vid from migration_lookup on node_complete migration.

NodeCompleteNodeTranslationLookupClass in namespace Drupal\migrate_drupal\Plugin\migrate\process

Returns nid and langcode from migration_lookup on node_complete migration.

$ MigrateUpgradeImportBatch#numProcessedProperty in class MigrateUpgradeImportBatch

The processed items for one batch of a given migration.

$ Connection#needsCleanupProperty in class Connection

Flag to indicate if the cleanup function in __destruct() should run.

Connection::nextId() — Method in class Connection

Retrieves a unique ID from a given sequence.

Connection::nextIdDelete() — Method in class Connection
Tasks::name() — Method in class Tasks

Returns the human-readable name of the driver.

NodeAddAccessCheckClass in namespace Drupal\node\Access

Determines access to for node add pages.

NodePreviewAccessCheckClass in namespace Drupal\node\Access

Determines access to node previews.

NodeRevisionAccessCheckClass in namespace Drupal\node\Access

Provides an access checker for node revisions.

$ NodeRevisionAccessCheck#nodeStorageProperty in class NodeRevisionAccessCheck

The node storage.

NodeAccessGrantsCacheContextClass in namespace Drupal\node\Cache

Defines the node access view cache context service.

NodeTypeMapperClass in namespace Drupal\node\ConfigTranslation

Provides a configuration mapper for node types.

NodeRouteContextClass in namespace Drupal\node\ContextProvider

Sets the current node as a context on node routes.

NodeControllerClass in namespace Drupal\node\Controller

Returns responses for Node routes.

NodePreviewControllerClass in namespace Drupal\node\Controller

Defines a controller to render a single node in preview.

NodeViewControllerClass in namespace Drupal\node\Controller

Defines a controller to render a single node.

NodeClass in namespace Drupal\node\Entity

Defines the node entity class.

NodeRouteProviderClass in namespace Drupal\node\Entity

Provides routes for nodes.

NodeTypeClass in namespace Drupal\node\Entity

Defines the Node type configuration entity.

$ NodeType#nameProperty in class NodeType

The human-readable name of the node type.

$ NodeType#new_revisionProperty in class NodeType

Default value of the 'Create new revision' checkbox of this node type.

NodeAdminRouteSubscriberClass in namespace Drupal\node\EventSubscriber

Sets the _admin_route for specific node-related routes.

NodeTranslationExceptionSubscriberClass in namespace Drupal\node\EventSubscriber

Redirect node translations that have been consolidated by migration.

NodeTranslationMigrateSubscriberClass in namespace Drupal\node\EventSubscriber

Creates a key value collection for migrated node translation redirections.

NodeDeleteFormClass in namespace Drupal\node\Form

Provides a form for deleting a node.

NodePreviewFormClass in namespace Drupal\node\Form

Contains a form for switching the view mode of a node during preview.

NodeRevisionDeleteFormClass in namespace Drupal\node\Form

Provides a form for deleting a node revision.

$ NodeRevisionDeleteForm#nodeStorageProperty in class NodeRevisionDeleteForm

The node storage.

$ NodeRevisionDeleteForm#nodeTypeStorageProperty in class NodeRevisionDeleteForm

The node type storage.

NodeRevisionRevertFormClass in namespace Drupal\node\Form

Provides a form for reverting a node revision.

$ NodeRevisionRevertForm#nodeStorageProperty in class NodeRevisionRevertForm

The node storage.

NodeRevisionRevertTranslationFormClass in namespace Drupal\node\Form

Provides a form for reverting a node revision for a single translation.

NodeTypeDeleteConfirmClass in namespace Drupal\node\Form

Provides a form for content type deletion.

NodeAccessControlHandlerClass in namespace Drupal\node

Defines the access control handler for the node entity type.

NodeAccessControlHandlerInterfaceClass in namespace Drupal\node

Node specific entity access control methods.

NodeFormClass in namespace Drupal\node

Form handler for the node edit forms.

NodeGrantDatabaseStorageClass in namespace Drupal\node

Defines a storage handler class that handles the node grants system.

NodeGrantDatabaseStorageInterfaceClass in namespace Drupal\node

Provides an interface for node access grant storage.

NodeInterfaceClass in namespace Drupal\node

Provides an interface defining a node entity.

NodeListBuilderClass in namespace Drupal\node

Defines a class to build a listing of node entities.

NodePermissionsClass in namespace Drupal\node

Provides dynamic permissions for nodes of different types.

NodePermissions::nodeTypePermissions() — Method in class NodePermissions

Returns an array of node type permissions.

NodeServiceProviderClass in namespace Drupal\node

Registers services in the container.

NodeStorageClass in namespace Drupal\node

Defines the storage handler class for nodes.

NodeStorageInterfaceClass in namespace Drupal\node

Defines an interface for node entity storage classes.

NodeStorageSchemaClass in namespace Drupal\node

Defines the node schema handler.

NodeTranslationHandlerClass in namespace Drupal\node

Defines the translation handler for nodes.

NodeTypeAccessControlHandlerClass in namespace Drupal\node

Defines the access control handler for the node type entity type.

NodeTypeFormClass in namespace Drupal\node

Form handler for node type forms.

NodeTypeInterfaceClass in namespace Drupal\node

Provides an interface defining a node type entity.

NodeTypeListBuilderClass in namespace Drupal\node

Defines a class to build a listing of node type entities.

NodeViewBuilderClass in namespace Drupal\node

View builder handler for nodes.

NodeViewsDataClass in namespace Drupal\node

Provides the views data for the node entity type.

NodePreviewConverterClass in namespace Drupal\node\ParamConverter

Provides upcasting for a node entity in preview.

NodeTypeClass in namespace Drupal\node\Plugin\Condition

Provides a 'Node Type' condition.

NodeSelectionClass in namespace Drupal\node\Plugin\EntityReferenceSelection

Provides specific access control for the node entity type.

NodeSearchClass in namespace Drupal\node\Plugin\Search

Handles searching for node entities using the Search module index.

NodeUpdate7008Class in namespace Drupal\node\Plugin\migrate\process\d6

Split the 'administer nodes' permission from 'access content overview'.

NodeClass in namespace Drupal\node\Plugin\migrate\source\d6

Drupal 6 node source from database.

NodeCompleteClass in namespace Drupal\node\Plugin\migrate\source\d6

Drupal 6 all node revisions source, including translation revisions.

NodeRevisionClass in namespace Drupal\node\Plugin\migrate\source\d6

Drupal 6 node revision source from database.

NodeTypeClass in namespace Drupal\node\Plugin\migrate\source\d6

Drupal 6 Node types source from database.

$ NodeType#nodePreviewProperty in class NodeType

Node preview optional / required.

NodeClass in namespace Drupal\node\Plugin\migrate\source\d7

Drupal 7 node source from database.

NodeCompleteClass in namespace Drupal\node\Plugin\migrate\source\d7

Drupal 7 all node revisions source, including translation revisions.

NodeEntityTranslationClass in namespace Drupal\node\Plugin\migrate\source\d7

Drupal 7 node entity translations source from database.

NodeRevisionClass in namespace Drupal\node\Plugin\migrate\source\d7

Drupal 7 node revision source from database.

NodeTypeClass in namespace Drupal\node\Plugin\migrate\source\d7

Drupal 7 Node types source from database.

$ NodeType#nodePreviewProperty in class NodeType

Node preview optional / required.

NidClass in namespace Drupal\node\Plugin\views\argument

Argument handler to accept a node id.

$ Nid#nodeStorageProperty in class Nid

The node storage.

$ Type#nodeTypeStorageProperty in class Type

NodeType storage handler.

Type::node_type() — Method in class Type
$ Vid#nodeStorageProperty in class Vid

The node storage.

NodeClass in namespace Drupal\node\Plugin\views\argument_default

Default argument plugin to extract a node.

NodeClass in namespace Drupal\node\Plugin\views\field

Field handler to provide simple renderer that allows linking to a node.

NodeBulkFormClass in namespace Drupal\node\Plugin\views\field

Defines a node operations bulk form element.

NodeRowClass in namespace Drupal\node\Plugin\views\row

Plugin which performs a node_view on the resulting object.

$ Rss#nodesProperty in class Rss

Stores the nodes loaded with preRender.

NodeClass in namespace Drupal\node\Plugin\views\wizard

Tests creating node views with the wizard.

NodeRevisionClass in namespace Drupal\node\Plugin\views\wizard

Tests creating node revision views with the wizard.

NodePreviewConverterClass in namespace Drupal\node\ProxyClass\ParamConverter

Provides a proxy class for \Drupal\node\ParamConverter\NodePreviewConverter.

NumberListFieldClass in namespace Drupal\options\Plugin\views\argument

Argument handler for list field to show the human readable name in the summary.

$ AliasManager#noPathProperty in class AliasManager

Holds an array of aliases for which no path was found.

$ AliasManager#noAliasProperty in class AliasManager

Holds an array of paths that have no alias.

Connection::nextId() — Method in class Connection

Retrieve a the next id in a sequence.

Tasks::name() — Method in class Tasks

Returns the human-readable name of the driver.

$ QuickEditFieldForm#nodeTypeStorageProperty in class QuickEditFieldForm

The node type storage.

RestResourceConfig::normalizeRestMethod() — Method in class RestResourceConfig

Normalizes the method.

$ SearchQuery#normalizeProperty in class SearchQuery

Multiplier to normalize the keyword score.

ComplexDataNormalizer::normalize() — Method in class ComplexDataNormalizer
{@inheritdoc}
ConfigEntityNormalizer::normalize() — Method in class ConfigEntityNormalizer
{@inheritdoc}
ContentEntityNormalizer::normalize() — Method in class ContentEntityNormalizer
{@inheritdoc}
DateTimeIso8601Normalizer::normalize() — Method in class DateTimeIso8601Normalizer
{@inheritdoc}
DateTimeNormalizer::normalize() — Method in class DateTimeNormalizer
{@inheritdoc}
EntityReferenceFieldItemNormalizer::normalize() — Method in class EntityReferenceFieldItemNormalizer
{@inheritdoc}
EntityReferenceFieldItemNormalizerTrait::normalizeRootReferenceValue() — Method in class EntityReferenceFieldItemNormalizerTrait
ListNormalizer::normalize() — Method in class ListNormalizer
{@inheritdoc}
MarkupNormalizer::normalize() — Method in class MarkupNormalizer
{@inheritdoc}
NormalizerBaseClass in namespace Drupal\serialization\Normalizer

Base class for Normalizers.

NullNormalizerClass in namespace Drupal\serialization\Normalizer

Null normalizer.

NullNormalizer::normalize() — Method in class NullNormalizer
{@inheritdoc}
PrimitiveDataNormalizer::normalize() — Method in class PrimitiveDataNormalizer
{@inheritdoc}
TimestampItemNormalizer::normalize() — Method in class TimestampItemNormalizer
{@inheritdoc}
TypedDataNormalizer::normalize() — Method in class TypedDataNormalizer
{@inheritdoc}
Connection::nextId() — Method in class Connection

Retrieves a unique ID from a given sequence.

Tasks::name() — Method in class Tasks

Returns the human-readable name of the driver.

NodeStatisticsDatabaseStorageClass in namespace Drupal\statistics

Provides the default database storage backend for statistics.

StatisticsPopularBlock::nodeTitleList() — Method in class StatisticsPopularBlock

Generates the ordered array of node links for build().

NodeCounterClass in namespace Drupal\statistics\Plugin\migrate\destination

Destination for node counter.

NodeCounterClass in namespace Drupal\statistics\Plugin\migrate\source

Drupal 6/7 node counter source from database.

NodeCounterTimestampClass in namespace Drupal\statistics\Plugin\views\field

Field handler to display the most recent time the node has been viewed.

$ Vocabulary#nameProperty in class Vocabulary

Name of the vocabulary.

NodeTermDataClass in namespace Drupal\taxonomy\Plugin\views\relationship

Relationship handler to return the taxonomy terms of nodes.

TermStorage::nodeCount() — Method in class TermStorage

Count the number of nodes in a given vocabulary ID.

TermStorageInterface::nodeCount() — Method in class TermStorageInterface

Count the number of nodes in a given vocabulary ID.

$ TrackerController#nodeStorageProperty in class TrackerController

The node storage.

UpdateProcessor::numberOfQueueItems() — Method in class UpdateProcessor

Retrieves the number of items in the update fetch queue.

UpdateProcessorInterface::numberOfQueueItems() — Method in class UpdateProcessorInterface

Retrieves the number of items in the update fetch queue.

$ UserFloodEvent#nameProperty in class UserFloodEvent

Flood event name.

NameClass in namespace Drupal\user\Plugin\views\filter

Filter handler for usernames.

$ ViewsAccess#no_uiProperty in class ViewsAccess

Whether the plugin should be not selectable in the UI.

$ ViewsArgumentDefault#no_uiProperty in class ViewsArgumentDefault

Whether the plugin should be not selectable in the UI.

$ ViewsArgumentValidator#no_uiProperty in class ViewsArgumentValidator

Whether the plugin should be not selectable in the UI.

$ ViewsCache#no_uiProperty in class ViewsCache

Whether the plugin should be not selectable in the UI.

$ ViewsDisplay#no_uiProperty in class ViewsDisplay

Whether the plugin should be not selectable in the UI.

$ ViewsDisplayExtender#no_uiProperty in class ViewsDisplayExtender

Whether or not the plugin is selectable in the UI.

$ ViewsExposedForm#no_uiProperty in class ViewsExposedForm

Whether the plugin should be not selectable in the UI.

$ ViewsPager#no_uiProperty in class ViewsPager

Whether the plugin should be not selectable in the UI.

$ ViewsQuery#no_uiProperty in class ViewsQuery

Whether the plugin should be not selectable in the UI.

$ ViewsRow#no_uiProperty in class ViewsRow

Whether the plugin should be not selectable in the UI.

$ ViewsStyle#no_uiProperty in class ViewsStyle

Whether the plugin should be not selectable in the UI.

NoneClass in namespace Drupal\views\Plugin\views\access

Access plugin that provides no access control at all.

$ ArgumentPluginBase#name_tableProperty in class ArgumentPluginBase

The table to use for the name, should it not be in the same table as the argument.

$ ArgumentPluginBase#name_fieldProperty in class ArgumentPluginBase

The field to use for the name to use in the summary, which is the displayed output. For example, for the node: nid argument, the argument itself is the nid, but node.title is displayed.

ArgumentPluginBase::needsStylePlugin() — Method in class ArgumentPluginBase

Determine if the argument needs a style plugin.

NullArgumentClass in namespace Drupal\views\Plugin\views\argument

Argument handler that ignores the argument.

NumericArgumentClass in namespace Drupal\views\Plugin\views\argument

Basic argument handler for arguments that are numeric. Incorporates break_phrase.

NoneClass in namespace Drupal\views\Plugin\views\argument_validator

Do not validate the argument.

NumericArgumentValidatorClass in namespace Drupal\views\Plugin\views\argument_validator

Validate whether an argument is numeric or not.

NoneClass in namespace Drupal\views\Plugin\views\cache

Caching plugin that provides no caching at all.

DisplayPluginBase::newDisplay() — Method in class DisplayPluginBase

Reacts on adding a display.

DisplayPluginInterface::newDisplay() — Method in class DisplayPluginInterface

Reacts on adding a display.

Feed::newDisplay() — Method in class Feed

Reacts on adding a display.

NumericFieldClass in namespace Drupal\views\Plugin\views\field

Render a field as a numeric value.

$ FilterPluginBase#no_operatorProperty in class FilterPluginBase
NumericFilterClass in namespace Drupal\views\Plugin\views\filter

Simple filter to handle greater than/less than filters.

NoneClass in namespace Drupal\views\Plugin\views\pager

Plugin for views without pagers.

$ Sql#noDistinctProperty in class Sql

Is the view marked as not distinct.

ViewExecutable::newDisplay() — Method in class ViewExecutable

Creates a new display and a display handler instance for it.

ViewsConfigUpdater::needsEntityLinkUrlUpdate() — Method in class ViewsConfigUpdater

Add additional settings to the entity link field.

ViewsConfigUpdater::needsOperatorDefaultsUpdate() — Method in class ViewsConfigUpdater

Add additional settings to the entity link field.

ViewsConfigUpdater::needsMultivalueBaseFieldUpdate() — Method in class ViewsConfigUpdater

Update field names for multi-value base fields.

ViewsConfigUpdater::needsSortFieldIdentifierUpdate() — Method in class ViewsConfigUpdater

Updates the sort handlers by adding default sort field identifiers.

$ WorkspaceManager#negotiatorIdsProperty in class WorkspaceManager

The workspace negotiator service IDs.

O

OptimizedPhpArrayDumperClass in namespace Drupal\Component\DependencyInjection\Dumper

OptimizedPhpArrayDumper dumps a service container as a serialized PHP array.

Diff::orig() — Method in class Diff

Gets the original set of lines.

$ DiffOp#origProperty in class DiffOp
WordLevelDiff::orig() — Method in class WordLevelDiff

Gets the original set of lines.

PoStreamInterface::open() — Method in class PoStreamInterface

Open the stream. Set the URI for the stream earlier with setURI().

PoStreamReader::open() — Method in class PoStreamReader

Implements Drupal\Component\Gettext\PoStreamInterface::open().

PoStreamWriter::open() — Method in class PoStreamWriter

Open the stream. Set the URI for the stream earlier with setURI().

OutputStrategyInterfaceClass in namespace Drupal\Component\Render

Provides an output strategy that formats HTML strings for a given context.

PhpTransliteration::ordUTF8() — Method in class PhpTransliteration

Finds the character code for a UTF-8 character: like ord() but for UTF-8.

$ ArgumentsResolver#objectsProperty in class ArgumentsResolver

An associative array of parameter names to object candidate values.

DeprecatedArray::offsetExists() — Method in class DeprecatedArray
{@inheritdoc}
DeprecatedArray::offsetGet() — Method in class DeprecatedArray
{@inheritdoc}
DeprecatedArray::offsetSet() — Method in class DeprecatedArray
{@inheritdoc}
DeprecatedArray::offsetUnset() — Method in class DeprecatedArray
{@inheritdoc}
OpCodeCacheClass in namespace Drupal\Component\Utility

Provides helpers to handle PHP opcode caches.

Random::object() — Method in class Random

Generates a random PHP object.

Handler::onPostPackageEvent() — Method in class Handler

Posts package command event.

$ AppendOp#originalContentsProperty in class AppendOp

The contents from the file that we are prepending / appending to.

OperationDataClass in namespace Drupal\Composer\Plugin\Scaffold\Operations

Holds parameter data for operation objects during operation creation only.

OperationData::overwrite() — Method in class OperationData

Determines overwrite.

OperationFactoryClass in namespace Drupal\Composer\Plugin\Scaffold\Operations

Create Scaffold operation objects based on provided metadata.

OperationInterfaceClass in namespace Drupal\Composer\Plugin\Scaffold\Operations

Interface for scaffold operation objects.

$ ReplaceOp#overwriteProperty in class ReplaceOp

Whether to overwrite existing files.

Plugin::onCommand() — Method in class Plugin

Pre command event callback.

$ ScaffoldFileInfo#opProperty in class ScaffoldFileInfo

The operation used to create the destination.

ScaffoldFileInfo::op() — Method in class ScaffoldFileInfo

Gets the Scaffold operation.

ScaffoldFileInfo::overridden() — Method in class ScaffoldFileInfo

Determines if this scaffold file has been overridden by another package.

$ ScaffoldOptions#optionsProperty in class ScaffoldOptions

The raw data from the 'extras' section of the top-level composer.json file.

ScaffoldOptions::override() — Method in class ScaffoldOptions

Creates a new scaffold options object with some values overridden.

ScaffoldOptions::overrideSymlink() — Method in class ScaffoldOptions

Creates a new scaffold options object with an overridden 'symlink' value.

VendorHardeningPlugin::onPostAutoloadDump() — Method in class VendorHardeningPlugin

POST_AUTOLOAD_DUMP event handler.

VendorHardeningPlugin::onPostCmd() — Method in class VendorHardeningPlugin

POST_UPDATE_CMD and POST_INSTALL_CMD event handler.

VendorHardeningPlugin::onPrePackageInstall() — Method in class VendorHardeningPlugin

PRE_PACKAGE_INSTALL event handler.

VendorHardeningPlugin::onPrePackageUpdate() — Method in class VendorHardeningPlugin

PRE_PACKAGE_UPDATE event handler.

VendorHardeningPlugin::onPostPackageInstall() — Method in class VendorHardeningPlugin

POST_PACKAGE_INSTALL event handler.

VendorHardeningPlugin::onPostPackageUpdate() — Method in class VendorHardeningPlugin

POST_PACKAGE_UPDATE event handler.

AccessResult::orIf() — Method in class AccessResult

Combine this access result with another using OR.

AccessResultInterface::orIf() — Method in class AccessResultInterface

Combine this access result with another using OR.

$ MessageCommand#optionsProperty in class MessageCommand

The options passed to Drupal.message().add().

OpenDialogCommandClass in namespace Drupal\Core\Ajax

Defines an AJAX command to open certain content in a dialog.

OpenModalDialogCommandClass in namespace Drupal\Core\Ajax

Defines an AJAX command to open certain content in a dialog in a modal dialog.

OpenOffCanvasDialogCommandClass in namespace Drupal\Core\Ajax

Defines an AJAX command to open content in a dialog in an off-canvas tray.

$ SetDialogOptionCommand#optionNameProperty in class SetDialogOptionCommand

A jQuery UI dialog option name.

$ SetDialogOptionCommand#optionValueProperty in class SetDialogOptionCommand

A jQuery UI dialog option value.

$ UpdateBuildIdCommand#oldProperty in class UpdateBuildIdCommand

Old build id.

AssetCollectionOptimizerInterface::optimize() — Method in class AssetCollectionOptimizerInterface

Optimizes a collection of assets.

AssetOptimizerInterface::optimize() — Method in class AssetOptimizerInterface

Optimizes an asset.

$ CssCollectionOptimizer#optimizerProperty in class CssCollectionOptimizer

A CSS asset optimizer.

CssCollectionOptimizer::optimize() — Method in class CssCollectionOptimizer

Optimizes a collection of assets.

CssOptimizer::optimize() — Method in class CssOptimizer

Optimizes an asset.

$ JsCollectionOptimizer#optimizerProperty in class JsCollectionOptimizer

A JS asset optimizer.

JsCollectionOptimizer::optimize() — Method in class JsCollectionOptimizer

Optimizes a collection of assets.

JsOptimizer::optimize() — Method in class JsOptimizer

Optimizes an asset.

$ BatchBuilder#operationsProperty in class BatchBuilder

The set of operations to be processed.

CacheContextsManager::optimizeTokens() — Method in class CacheContextsManager

Optimizes cache context tokens (the minimal representative subset).

ServerCommand::openBrowser() — Method in class ServerCommand

Opens a URL in your system default browser.

$ Config#overriddenDataProperty in class Config

The current runtime data.

ConfigFactory::onConfigSave() — Method in class ConfigFactory

Updates stale static cache entries when configuration is saved.

ConfigFactory::onConfigDelete() — Method in class ConfigFactory

Removes stale static cache entries when configuration is deleted.

ConfigFactoryOverrideBase::onConfigSave() — Method in class ConfigFactoryOverrideBase

Actions to be performed to configuration override on configuration save.

ConfigFactoryOverrideBase::onConfigDelete() — Method in class ConfigFactoryOverrideBase

Actions to be performed to configuration override on configuration delete.

ConfigFactoryOverrideBase::onConfigRename() — Method in class ConfigFactoryOverrideBase

Actions to be performed to configuration override on configuration rename.

ConfigImportValidateEventSubscriberBase::onConfigImporterValidate() — Method in class ConfigImportValidateEventSubscriberBase

Checks that the configuration synchronization is valid.

$ ConfigModuleOverridesEvent#overridesProperty in class ConfigModuleOverridesEvent

Configuration overrides.

$ ConfigRenameEvent#oldNameProperty in class ConfigRenameEvent

The old configuration object name.

$ DatabaseStorage#optionsProperty in class DatabaseStorage

Additional database connection options to use in queries.

ConfigSchemaChecker::onConfigSave() — Method in class ConfigSchemaChecker

Checks that configuration complies with its schema on config save.

$ ConfigEntityBase#originalIdProperty in class ConfigEntityBase

The original ID of the configuration entity.

ConfigEntityBase::onDependencyRemoval() — Method in class ConfigEntityBase

Informs the entity that entities it depends on will be deleted.

ConfigEntityInterface::onDependencyRemoval() — Method in class ConfigEntityInterface

Informs the entity that entities it depends on will be deleted.

$ ConfigEntityStorage#overrideFreeProperty in class ConfigEntityStorage

Determines if the underlying configuration is retrieved override free.

QueryFactory::onConfigSave() — Method in class QueryFactory

Updates configuration entity in the key store.

QueryFactory::onConfigDelete() — Method in class QueryFactory

Removes configuration entity from key store.

FinalMissingContentSubscriber::onMissingContent() — Method in class FinalMissingContentSubscriber

Handles the missing content event.

ArrayElement::onChange() — Method in class ArrayElement

React to changes to a child property or item.

$ StorableConfigBase#originalDataProperty in class StorableConfigBase

The data of the configuration object.

Connection::open() — Method in class Connection

Opens a PDO connection.

Database::openConnection() — Method in class Database

Opens a connection to the server specified by the given key and target.

Condition::orConditionGroup() — Method in class Condition

Creates a new group of conditions ORed together.

ConditionInterface::orConditionGroup() — Method in class ConditionInterface

Creates a new group of conditions ORed together.

QueryConditionTrait::orConditionGroup() — Method in class QueryConditionTrait
{@inheritdoc}
$ Select#orderProperty in class Select

The fields by which to order this query.

Select::orderBy() — Method in class Select

Orders the result set by a given field.

Select::orderRandom() — Method in class Select

Orders the result set by a random value.

SelectExtender::orderBy() — Method in class SelectExtender

Orders the result set by a given field.

SelectExtender::orderRandom() — Method in class SelectExtender

Orders the result set by a random value.

SelectExtender::orConditionGroup() — Method in class SelectExtender

Creates a new group of conditions ORed together.

SelectInterface::orderBy() — Method in class SelectInterface

Orders the result set by a given field.

SelectInterface::orderRandom() — Method in class SelectInterface

Orders the result set by a random value.

TableSortExtender::orderByHeader() — Method in class TableSortExtender

Order the query based on a header array.

ContentEntityBase::onChange() — Method in class ContentEntityBase

Reacts to changes to a field.

ContentEntityStorageBase::onFieldStorageDefinitionCreate() — Method in class ContentEntityStorageBase

Reacts to the creation of a field storage definition.

ContentEntityStorageBase::onFieldStorageDefinitionUpdate() — Method in class ContentEntityStorageBase

Reacts to the update of a field storage definition.

ContentEntityStorageBase::onFieldStorageDefinitionDelete() — Method in class ContentEntityStorageBase

Reacts to the deletion of a field storage definition.

ContentEntityStorageBase::onFieldDefinitionCreate() — Method in class ContentEntityStorageBase

Reacts to the creation of a field.

ContentEntityStorageBase::onFieldDefinitionUpdate() — Method in class ContentEntityStorageBase

Reacts to the update of a field.

ContentEntityStorageBase::onFieldDefinitionDelete() — Method in class ContentEntityStorageBase

Reacts to the deletion of a field.

EntityBundleListener::onBundleCreate() — Method in class EntityBundleListener

Reacts to a bundle being created.

EntityBundleListener::onBundleDelete() — Method in class EntityBundleListener

Reacts to a bundle being deleted.

EntityBundleListenerInterface::onBundleCreate() — Method in class EntityBundleListenerInterface

Reacts to a bundle being created.

EntityBundleListenerInterface::onBundleDelete() — Method in class EntityBundleListenerInterface

Reacts to a bundle being deleted.

$ EntityDisplayBase#originalModeProperty in class EntityDisplayBase

The original view or form mode that was requested (case of view/form modes being configured to fall back to the 'default' display).

EntityDisplayBase::onDependencyRemoval() — Method in class EntityDisplayBase

Informs the entity that entities it depends on will be deleted.

$ EntityForm#operationProperty in class EntityForm

The name of the current operation.

$ EntityType#originalClassProperty in class EntityType

The name of the original entity type class.

$ EntityTypeEvent#originalProperty in class EntityTypeEvent

The original entity type.

EntityTypeEventSubscriberTrait::onEntityTypeEvent() — Method in class EntityTypeEventSubscriberTrait

Listener method for any entity type definition event.

EntityTypeEventSubscriberTrait::onEntityTypeCreate() — Method in class EntityTypeEventSubscriberTrait
{@inheritdoc}
EntityTypeEventSubscriberTrait::onFieldableEntityTypeCreate() — Method in class EntityTypeEventSubscriberTrait
{@inheritdoc}
EntityTypeEventSubscriberTrait::onEntityTypeUpdate() — Method in class EntityTypeEventSubscriberTrait
{@inheritdoc}
EntityTypeEventSubscriberTrait::onFieldableEntityTypeUpdate() — Method in class EntityTypeEventSubscriberTrait
{@inheritdoc}
EntityTypeEventSubscriberTrait::onEntityTypeDelete() — Method in class EntityTypeEventSubscriberTrait
{@inheritdoc}
EntityTypeListener::onEntityTypeCreate() — Method in class EntityTypeListener

Reacts to the creation of the entity type.

EntityTypeListener::onFieldableEntityTypeCreate() — Method in class EntityTypeListener

Reacts to the creation of the fieldable entity type.

EntityTypeListener::onEntityTypeUpdate() — Method in class EntityTypeListener

Reacts to the update of the entity type.

EntityTypeListener::onEntityTypeDelete() — Method in class EntityTypeListener

Reacts to the deletion of the entity type.

EntityTypeListener::onFieldableEntityTypeUpdate() — Method in class EntityTypeListener

Reacts to the update of a fieldable entity type.

EntityTypeListenerInterface::onEntityTypeCreate() — Method in class EntityTypeListenerInterface

Reacts to the creation of the entity type.

EntityTypeListenerInterface::onFieldableEntityTypeCreate() — Method in class EntityTypeListenerInterface

Reacts to the creation of the fieldable entity type.

EntityTypeListenerInterface::onEntityTypeUpdate() — Method in class EntityTypeListenerInterface

Reacts to the update of the entity type.

EntityTypeListenerInterface::onFieldableEntityTypeUpdate() — Method in class EntityTypeListenerInterface

Reacts to the update of a fieldable entity type.

EntityTypeListenerInterface::onEntityTypeDelete() — Method in class EntityTypeListenerInterface

Reacts to the deletion of the entity type.

BundleConfigImportValidate::onConfigImporterValidate() — Method in class BundleConfigImportValidate

Ensures bundles that will be deleted are not in use.

FieldableEntityInterface::onChange() — Method in class FieldableEntityInterface

Reacts to changes to a field.

ConfigEntityAdapter::onChange() — Method in class ConfigEntityAdapter

React to changes to a child property or item.

EntityAdapter::onChange() — Method in class EntityAdapter

React to changes to a child property or item.

QueryBase::orConditionGroup() — Method in class QueryBase

Creates a new group of conditions ORed together.

QueryInterface::orConditionGroup() — Method in class QueryInterface

Creates a new group of conditions ORed together.

SqlContentEntityStorage::onEntityTypeCreate() — Method in class SqlContentEntityStorage

Reacts to the creation of the entity type.

SqlContentEntityStorage::onEntityTypeUpdate() — Method in class SqlContentEntityStorage

Reacts to the update of the entity type.

SqlContentEntityStorage::onEntityTypeDelete() — Method in class SqlContentEntityStorage

Reacts to the deletion of the entity type.

SqlContentEntityStorage::onFieldableEntityTypeCreate() — Method in class SqlContentEntityStorage

Reacts to the creation of the fieldable entity type.

SqlContentEntityStorage::onFieldableEntityTypeUpdate() — Method in class SqlContentEntityStorage

Reacts to the update of a fieldable entity type.

SqlContentEntityStorage::onFieldStorageDefinitionCreate() — Method in class SqlContentEntityStorage

Reacts to the creation of a field storage definition.

SqlContentEntityStorage::onFieldStorageDefinitionUpdate() — Method in class SqlContentEntityStorage

Reacts to the update of a field storage definition.

SqlContentEntityStorage::onFieldStorageDefinitionDelete() — Method in class SqlContentEntityStorage

Reacts to the deletion of a field storage definition.

SqlContentEntityStorage::onFieldDefinitionDelete() — Method in class SqlContentEntityStorage

Reacts to the deletion of a field.

SqlContentEntityStorage::onBundleCreate() — Method in class SqlContentEntityStorage

Reacts to a bundle being created.

SqlContentEntityStorage::onBundleDelete() — Method in class SqlContentEntityStorage

Reacts to a bundle being deleted.

SqlContentEntityStorageSchema::onEntityTypeCreate() — Method in class SqlContentEntityStorageSchema

Reacts to the creation of the entity type.

SqlContentEntityStorageSchema::onEntityTypeUpdate() — Method in class SqlContentEntityStorageSchema

Reacts to the update of the entity type.

SqlContentEntityStorageSchema::onEntityTypeDelete() — Method in class SqlContentEntityStorageSchema

Reacts to the deletion of the entity type.

SqlContentEntityStorageSchema::onFieldableEntityTypeCreate() — Method in class SqlContentEntityStorageSchema

Reacts to the creation of the fieldable entity type.

SqlContentEntityStorageSchema::onFieldableEntityTypeUpdate() — Method in class SqlContentEntityStorageSchema

Reacts to the update of a fieldable entity type.

SqlContentEntityStorageSchema::onFieldStorageDefinitionCreate() — Method in class SqlContentEntityStorageSchema

Reacts to the creation of a field storage definition.

SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate() — Method in class SqlContentEntityStorageSchema

Reacts to the update of a field storage definition.

SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete() — Method in class SqlContentEntityStorageSchema

Reacts to the deletion of a field storage definition.

SqlFieldableEntityTypeListenerTrait::onFieldableEntityTypeUpdate() — Method in class SqlFieldableEntityTypeListenerTrait
{@inheritdoc}
ActiveLinkResponseFilter::onResponse() — Method in class ActiveLinkResponseFilter

Sets the 'is-active' class on links.

AjaxResponseSubscriber::onRequest() — Method in class AjaxResponseSubscriber

Sets the AJAX parameter from the current request.

AjaxResponseSubscriber::onResponse() — Method in class AjaxResponseSubscriber

Renders the ajax commands right before preparing the result.

AnonymousUserResponseSubscriber::onRespond() — Method in class AnonymousUserResponseSubscriber

Adds a cache tag if the 'user.permissions' cache context is present.

AuthenticationSubscriber::onKernelRequestAuthenticate() — Method in class AuthenticationSubscriber

Authenticates user on request.

AuthenticationSubscriber::onKernelRequestFilterProvider() — Method in class AuthenticationSubscriber

Denies access if authentication provider is not allowed on this route.

AuthenticationSubscriber::onExceptionSendChallenge() — Method in class AuthenticationSubscriber

Respond with a challenge on access denied exceptions if appropriate.

AuthenticationSubscriber::onExceptionAccessDenied() — Method in class AuthenticationSubscriber

Detect disallowed authentication methods on access denied exceptions.

CacheRouterRebuildSubscriber::onRouterFinished() — Method in class CacheRouterRebuildSubscriber
{@inheritdoc}
ClientErrorResponseSubscriber::onRespond() — Method in class ClientErrorResponseSubscriber

Sets the '4xx-response' cache tag on 4xx responses.

ConfigImportSubscriber::onConfigImporterValidate() — Method in class ConfigImportSubscriber

Validates the configuration to be imported.

ConfigSnapshotSubscriber::onConfigImporterImport() — Method in class ConfigSnapshotSubscriber

Creates a config snapshot.

CustomPageExceptionHtmlSubscriber::on403() — Method in class CustomPageExceptionHtmlSubscriber

Handles a 403 error for HTML.

CustomPageExceptionHtmlSubscriber::on404() — Method in class CustomPageExceptionHtmlSubscriber

Handles a 404 error for HTML.

DefaultExceptionHtmlSubscriber::on4xx() — Method in class DefaultExceptionHtmlSubscriber

Handles a 4xx error for HTML.

DefaultExceptionHtmlSubscriber::on401() — Method in class DefaultExceptionHtmlSubscriber

Handles a 401 error for HTML.

DefaultExceptionHtmlSubscriber::on403() — Method in class DefaultExceptionHtmlSubscriber

Handles a 403 error for HTML.

DefaultExceptionHtmlSubscriber::on404() — Method in class DefaultExceptionHtmlSubscriber

Handles a 404 error for HTML.

EarlyRenderingControllerWrapperSubscriber::onController() — Method in class EarlyRenderingControllerWrapperSubscriber

Ensures bubbleable metadata from early rendering is not lost.

EnforcedFormResponseSubscriber::onKernelException() — Method in class EnforcedFormResponseSubscriber

Replaces the response in case an EnforcedResponseException was thrown.

EnforcedFormResponseSubscriber::onKernelResponse() — Method in class EnforcedFormResponseSubscriber

Unwraps an enforced response.

EntityRouteAlterSubscriber::onRoutingRouteAlterSetType() — Method in class EntityRouteAlterSubscriber

Applies parameter converters to route parameters.

EntityRouteProviderSubscriber::onDynamicRouteEvent() — Method in class EntityRouteProviderSubscriber

Provides routes on route rebuild time.

ExceptionDetectNeedsInstallSubscriber::onException() — Method in class ExceptionDetectNeedsInstallSubscriber

Handles errors for this subscriber.

ExceptionJsonSubscriber::on4xx() — Method in class ExceptionJsonSubscriber

Handles all 4xx errors for JSON.

ExceptionLoggingSubscriber::on403() — Method in class ExceptionLoggingSubscriber

Log 403 errors.

ExceptionLoggingSubscriber::on404() — Method in class ExceptionLoggingSubscriber

Log 404 errors.

ExceptionLoggingSubscriber::onError() — Method in class ExceptionLoggingSubscriber

Log not-otherwise-specified errors, including HTTP 500.

ExceptionLoggingSubscriber::onException() — Method in class ExceptionLoggingSubscriber

Log all exceptions.

ExceptionTestSiteSubscriber::on500() — Method in class ExceptionTestSiteSubscriber

Checks for special handling of errors inside Simpletest.

ExcludedModulesEventSubscriber::onConfigTransformImport() — Method in class ExcludedModulesEventSubscriber

Transform the storage which is used to import the configuration.

ExcludedModulesEventSubscriber::onConfigTransformExport() — Method in class ExcludedModulesEventSubscriber

Transform the storage which is used to export the configuration.

Fast404ExceptionHtmlSubscriber::on404() — Method in class Fast404ExceptionHtmlSubscriber

Handles a 404 error for HTML.

FinalExceptionSubscriber::onException() — Method in class FinalExceptionSubscriber

Handles exceptions for this subscriber.

FinishResponseSubscriber::onAllResponds() — Method in class FinishResponseSubscriber

Sets extra headers on any responses, also subrequest ones.

FinishResponseSubscriber::onRespond() — Method in class FinishResponseSubscriber

Sets extra headers on successful responses.

HtmlResponsePlaceholderStrategySubscriber::onRespond() — Method in class HtmlResponsePlaceholderStrategySubscriber

Processes placeholders for HTML responses.

HtmlResponseSubscriber::onRespond() — Method in class HtmlResponseSubscriber

Processes attachments for HtmlResponse responses.

HttpExceptionSubscriberBase::onException() — Method in class HttpExceptionSubscriberBase

Handles errors for this subscriber.

KernelDestructionSubscriber::onKernelTerminate() — Method in class KernelDestructionSubscriber

Invoked by the terminate kernel event.

MainContentViewSubscriber::onViewRenderArray() — Method in class MainContentViewSubscriber

Sets a response given a (main content) render array.

MaintenanceModeSubscriber::onKernelRequestMaintenance() — Method in class MaintenanceModeSubscriber

Returns the site maintenance page if the site is offline.

MaintenanceModeSubscriber::onMaintenanceModeRequest() — Method in class MaintenanceModeSubscriber

Returns response when site is in maintenance mode and user is not exempt.

MenuRouterRebuildSubscriber::onRouterRebuild() — Method in class MenuRouterRebuildSubscriber

Rebuilds the menu links and deletes the local_task cache tag.

OptionsRequestSubscriberClass in namespace Drupal\Core\EventSubscriber

Handles options requests.

OptionsRequestSubscriber::onRequest() — Method in class OptionsRequestSubscriber

Tries to handle the options request.

ParamConverterSubscriber::onRoutingRouteAlterSetParameterConverters() — Method in class ParamConverterSubscriber

Applies parameter converters to route parameters.

PathRootsSubscriber::onRouteAlter() — Method in class PathRootsSubscriber

Collects all path roots.

PathRootsSubscriber::onRouteFinished() — Method in class PathRootsSubscriber
{@inheritdoc}
PsrResponseSubscriber::onKernelView() — Method in class PsrResponseSubscriber

Converts a PSR-7 response to a Symfony response.

RenderArrayNonHtmlSubscriber::onRespond() — Method in class RenderArrayNonHtmlSubscriber

Throws an HTTP 406 error if client requested a non-HTML format.

RequestCloseSubscriber::onTerminate() — Method in class RequestCloseSubscriber

Performs end of request tasks.

ResponseGeneratorSubscriber::onRespond() — Method in class ResponseGeneratorSubscriber

Sets extra X-Generator header on successful responses.

RouteAccessResponseSubscriber::onRespond() — Method in class RouteAccessResponseSubscriber

Bubbles the route's access result' cacheability metadata.

RouteMethodSubscriber::onRouteBuilding() — Method in class RouteMethodSubscriber

Sets a default value of GET|POST for the _method route property.

RssResponseRelativeUrlFilter::onResponse() — Method in class RssResponseRelativeUrlFilter

Converts relative URLs to absolute URLs.

SpecialAttributesRouteSubscriber::onAlterRoutes() — Method in class SpecialAttributesRouteSubscriber

Delegates the route altering to self::alterRoutes().

ObsoleteExtensionExceptionClass in namespace Drupal\Core\Extension\Exception

Exception thrown when the extension is obsolete on install.

FieldConfigBase::onDependencyRemoval() — Method in class FieldConfigBase

Informs the entity that entities it depends on will be deleted.

FieldDefinitionListener::onFieldDefinitionCreate() — Method in class FieldDefinitionListener

Reacts to the creation of a field.

FieldDefinitionListener::onFieldDefinitionUpdate() — Method in class FieldDefinitionListener

Reacts to the update of a field.

FieldDefinitionListener::onFieldDefinitionDelete() — Method in class FieldDefinitionListener

Reacts to the deletion of a field.

FieldDefinitionListenerInterface::onFieldDefinitionCreate() — Method in class FieldDefinitionListenerInterface

Reacts to the creation of a field.

FieldDefinitionListenerInterface::onFieldDefinitionUpdate() — Method in class FieldDefinitionListenerInterface

Reacts to the update of a field.

FieldDefinitionListenerInterface::onFieldDefinitionDelete() — Method in class FieldDefinitionListenerInterface

Reacts to the deletion of a field.

FieldItemBase::onDependencyRemoval() — Method in class FieldItemBase

Informs the plugin that a dependency of the field will be deleted.

FieldItemInterface::onDependencyRemoval() — Method in class FieldItemInterface

Informs the plugin that a dependency of the field will be deleted.

$ FieldStorageDefinitionEvent#originalProperty in class FieldStorageDefinitionEvent

The original field storage definition.

FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionEvent() — Method in class FieldStorageDefinitionEventSubscriberTrait

Listener method for any field storage definition event.

FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionCreate() — Method in class FieldStorageDefinitionEventSubscriberTrait
{@inheritdoc}
FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionUpdate() — Method in class FieldStorageDefinitionEventSubscriberTrait
{@inheritdoc}
FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionDelete() — Method in class FieldStorageDefinitionEventSubscriberTrait
{@inheritdoc}
FieldStorageDefinitionListener::onFieldStorageDefinitionCreate() — Method in class FieldStorageDefinitionListener

Reacts to the creation of a field storage definition.

FieldStorageDefinitionListener::onFieldStorageDefinitionUpdate() — Method in class FieldStorageDefinitionListener

Reacts to the update of a field storage definition.

FieldStorageDefinitionListener::onFieldStorageDefinitionDelete() — Method in class FieldStorageDefinitionListener

Reacts to the deletion of a field storage definition.

FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionCreate() — Method in class FieldStorageDefinitionListenerInterface

Reacts to the creation of a field storage definition.

FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionUpdate() — Method in class FieldStorageDefinitionListenerInterface

Reacts to the update of a field storage definition.

FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionDelete() — Method in class FieldStorageDefinitionListenerInterface

Reacts to the deletion of a field storage definition.

PluginSettingsBase::onDependencyRemoval() — Method in class PluginSettingsBase

Informs the plugin that some configuration it depends on will be deleted.

PluginSettingsInterface::onDependencyRemoval() — Method in class PluginSettingsInterface

Informs the plugin that some configuration it depends on will be deleted.

EntityReferenceItem::onChange() — Method in class EntityReferenceItem

React to changes to a child property or item.

EntityReferenceItem::onDependencyRemoval() — Method in class EntityReferenceItem

Informs the plugin that a dependency of the field will be deleted.

LanguageItem::onChange() — Method in class LanguageItem

React to changes to a child property or item.

OptionsButtonsWidgetClass in namespace Drupal\Core\Field\Plugin\Field\FieldWidget

Plugin implementation of the 'options_buttons' widget.

OptionsSelectWidgetClass in namespace Drupal\Core\Field\Plugin\Field\FieldWidget

Plugin implementation of the 'options_select' widget.

OptionsWidgetBaseClass in namespace Drupal\Core\Field\Plugin\Field\FieldWidget

Base class for the 'options_*' widgets.

FormAjaxSubscriber::onView() — Method in class FormAjaxSubscriber

Alters the wrapper format if this is an AJAX form request.

FormAjaxSubscriber::onException() — Method in class FormAjaxSubscriber

Catches a form AJAX exception and build a response from it.

OptGroupClass in namespace Drupal\Core\Form

Provides helpers for HTML option groups.

$ ImageToolkitOperation#operationProperty in class ImageToolkitOperation

The machine name of the image toolkit operation implemented (e.g. "crop").

$ ImageToolkitBase#operationManagerProperty in class ImageToolkitBase

The image toolkit operation manager.

$ KeyValueFactory#optionsProperty in class KeyValueFactory

Collection-specific storage override options.

$ MenuLinkBase#overrideAllowedProperty in class MenuLinkBase

The list of definition values where an override is allowed.

$ MenuLinkDefault#overrideAllowedProperty in class MenuLinkDefault
{@inheritdoc}
$ MenuLinkManager#overridesProperty in class MenuLinkManager

Service providing overrides for static links.

$ MenuLinkTreeElement#optionsProperty in class MenuLinkTreeElement

Additional options for this link.

MenuTreeParameters::onlyEnabledLinks() — Method in class MenuTreeParameters

Excludes links that are not enabled.

$ MenuTreeStorage#optionsProperty in class MenuTreeStorage

Additional database connection options to use in queries.

OutboundPathProcessorInterfaceClass in namespace Drupal\Core\PathProcessor

Defines an interface for classes that process the outbound path.

$ PathProcessorManager#outboundProcessorsProperty in class PathProcessorManager

Holds the array of outbound processors to cycle through.

$ DefaultLazyPluginCollection#originalOrderProperty in class DefaultLazyPluginCollection

The original order of the instances.

ObjectWithPluginCollectionInterfaceClass in namespace Drupal\Core\Plugin

Provides an interface for an object using a plugin collection.

OperationsClass in namespace Drupal\Core\Render\Element

Provides a render element for a set of operations links.

OffCanvasRendererClass in namespace Drupal\Core\Render\MainContent

Default main content renderer for off-canvas dialog requests.

OutboundRouteProcessorInterfaceClass in namespace Drupal\Core\RouteProcessor

Defines an interface for classes that process the outbound route.

$ RouteProcessorManager#outboundProcessorsProperty in class RouteProcessorManager

Holds the array of outbound processors to cycle through.

ParamConversionEnhancer::onException() — Method in class ParamConversionEnhancer

Catches failed parameter conversions and throw a 404 instead.

RoutePreloader::onRequest() — Method in class RoutePreloader

Loads all non-admin routes right before the actual page is rendered.

RoutePreloader::onAlterRoutes() — Method in class RoutePreloader

Alters existing routes for a specific collection.

RoutePreloader::onFinishedRoutes() — Method in class RoutePreloader

Store the non admin routes in state when the route building is finished.

RouteSubscriberBase::onAlterRoutes() — Method in class RouteSubscriberBase

Delegates the route altering to self::alterRoutes().

$ AccountSwitcher#originalSessionSavingProperty in class AccountSwitcher

The original state of session saving prior to account switching.

$ SessionConfiguration#optionsProperty in class SessionConfiguration

An associative array of session ini settings.

SessionHandler::open() — Method in class SessionHandler
{@inheritdoc}
WriteSafeSessionHandler::open() — Method in class WriteSafeSessionHandler
{@inheritdoc}
$ TranslatableMarkup#optionsProperty in class TranslatableMarkup

The translation options.

$ SharedTempStore#ownerProperty in class SharedTempStore

The owner key to store along with the data (e.g. a user or session ID).

Attribute::offsetGet() — Method in class Attribute
{@inheritdoc}
Attribute::offsetSet() — Method in class Attribute
{@inheritdoc}
Attribute::offsetUnset() — Method in class Attribute
{@inheritdoc}
Attribute::offsetExists() — Method in class Attribute
{@inheritdoc}
AttributeArray::offsetGet() — Method in class AttributeArray
{@inheritdoc}
AttributeArray::offsetSet() — Method in class AttributeArray
{@inheritdoc}
AttributeArray::offsetUnset() — Method in class AttributeArray
{@inheritdoc}
AttributeArray::offsetExists() — Method in class AttributeArray
{@inheritdoc}
$ EnvironmentCleaner#outputProperty in class EnvironmentCleaner

Console output.

ObjectSerializationClass in namespace Drupal\Core\Test

Object to test that security issues around serialization.

PerformanceTestRecorder::onRouteBuilderFinish() — Method in class PerformanceTestRecorder

Records a router rebuild.

$ TestSetupTrait#originalSiteProperty in class TestSetupTrait

The site directory of the original parent site.

$ ActiveTheme#ownerProperty in class ActiveTheme

The path to the theme engine for root themes.

ComputedItemListTrait::offsetExists() — Method in class ComputedItemListTrait
{@inheritdoc}
DataDefinition::offsetExists() — Method in class DataDefinition
{@inheritdoc}
DataDefinition::offsetGet() — Method in class DataDefinition
{@inheritdoc}
DataDefinition::offsetSet() — Method in class DataDefinition
{@inheritdoc}
DataDefinition::offsetUnset() — Method in class DataDefinition
{@inheritdoc}
OptionsProviderInterfaceClass in namespace Drupal\Core\TypedData

Interface for retrieving all possible and settable values.

ItemList::offsetExists() — Method in class ItemList
{@inheritdoc}
ItemList::offsetUnset() — Method in class ItemList
{@inheritdoc}
ItemList::offsetGet() — Method in class ItemList
{@inheritdoc}
ItemList::offsetSet() — Method in class ItemList
{@inheritdoc}
ItemList::onChange() — Method in class ItemList

React to changes to a child property or item.

Map::onChange() — Method in class Map

React to changes to a child property or item.

TraversableTypedDataInterface::onChange() — Method in class TraversableTypedDataInterface

React to changes to a child property or item.

$ Url#optionsProperty in class Url

The URL options.

OpmlFeedAddClass in namespace Drupal\aggregator\Form

Imports feeds from OPML.

AutomatedCron::onTerminate() — Method in class AutomatedCron

Run the automated cron if enabled.

HtmlResponseBigPipeSubscriber::onRespondEarly() — Method in class HtmlResponseBigPipeSubscriber

Adds markers to the response necessary for the BigPipe render strategy.

HtmlResponseBigPipeSubscriber::onRespond() — Method in class HtmlResponseBigPipeSubscriber

Transforms a HtmlResponse to a BigPipeResponse.

NoBigPipeRouteAlterSubscriber::onRoutingRouteAlterSetNoBigPipe() — Method in class NoBigPipeRouteAlterSubscriber

Alters select routes to have the '_no_big_pipe' option.

$ BigPipeResponse#originalHtmlResponseProperty in class BigPipeResponse

The original HTML response.

BlockPageDisplayVariantSubscriber::onSelectPageDisplayVariant() — Method in class BlockPageDisplayVariantSubscriber

Selects the block page display variant.

ClaroPreRender::operations() — Method in class ClaroPreRender

Prerender callback for the Operations element.

ColorConfigCacheInvalidator::onChange() — Method in class ColorConfigCacheInvalidator

Invalidate cache tags when a color theme config object changes.

CommentFieldItemList::offsetExists() — Method in class CommentFieldItemList
{@inheritdoc}
ConfigSubscriber::onConfigImporterValidate() — Method in class ConfigSubscriber

Checks that the Configuration module is not being uninstalled.

ModerationHandler::onPresave() — Method in class ModerationHandler

Operates on moderated content entities preSave().

ModerationHandlerInterface::onPresave() — Method in class ModerationHandlerInterface

Operates on moderated content entities preSave().

ConfigImportSubscriber::onConfigImporterValidate() — Method in class ConfigImportSubscriber

Checks that the configuration synchronization is valid.

ModerationStateFieldItemList::onChange() — Method in class ModerationStateFieldItemList

React to changes to a child property or item.

ContentModeration::onDependencyRemoval() — Method in class ContentModeration

Informs the plugin that a dependency of the workflow will be deleted.

ModerationStateFilter::opSimple() — Method in class ModerationStateFilter
ModerationStateFilter::onDependencyRemoval() — Method in class ModerationStateFilter

Allows a plugin to define whether it should be removed.

ContentTranslationController::overview() — Method in class ContentTranslationController

Builds the translations overview page.

DateTimeItem::onChange() — Method in class DateTimeItem

React to changes to a child property or item.

Date::opBetween() — Method in class Date

Override parent method, which deals with dates as integers.

Date::opSimple() — Method in class Date

Override parent method, which deals with dates as integers.

DateRangeItem::onChange() — Method in class DateRangeItem

React to changes to a child property or item.

DbLogController::overview() — Method in class DbLogController

Displays a listing of database log messages.

DynamicPageCacheSubscriber::onRequest() — Method in class DynamicPageCacheSubscriber

Sets a response in case of a Dynamic Page Cache hit.

DynamicPageCacheSubscriber::onResponse() — Method in class DynamicPageCacheSubscriber

Stores a response in case of a Dynamic Page Cache miss, if cacheable.

$ FileUploadResult#originalFilenameProperty in class FileUploadResult

The original filename.

FilterFormat::onDependencyRemoval() — Method in class FilterFormat

Informs the entity that entities it depends on will be deleted.

OverviewClass in namespace Drupal\forum\Form

Provides forum overview form for the forum vocabulary.

ImageFormatter::onDependencyRemoval() — Method in class ImageFormatter

Informs the plugin that some configuration it depends on will be deleted.

ImageWidget::onDependencyRemoval() — Method in class ImageWidget

Informs the plugin that some configuration it depends on will be deleted.

DefaultExceptionSubscriber::onException() — Method in class DefaultExceptionSubscriber

Handles errors for this subscriber.

JsonApiRequestValidator::onRequest() — Method in class JsonApiRequestValidator

Validates JSON:API requests.

JsonapiMaintenanceModeSubscriber::onMaintenanceModeRequest() — Method in class JsonapiMaintenanceModeSubscriber

Returns response when site is in maintenance mode and user is not exempt.

ResourceObjectNormalizationCacher::onTerminate() — Method in class ResourceObjectNormalizationCacher

Writes normalizations of entities to cache, if any were created.

ResourceResponseSubscriber::onResponse() — Method in class ResourceResponseSubscriber

Serializes ResourceResponse responses' data, and removes that data.

ResourceResponseValidator::onResponse() — Method in class ResourceResponseValidator

Validates JSON:API responses.

$ JsonApiDocumentTopLevel#omissionsProperty in class JsonApiDocumentTopLevel

Resource objects that will be omitted from the response for access reasons.

OmittedDataClass in namespace Drupal\jsonapi\JsonApiResource

Represents resource data that should be omitted from the JSON:API document.

CacheableNormalization::omitIfEmpty() — Method in class CacheableNormalization

Converts the object to a CacheableOmission if the normalization is empty.

TemporaryArrayObjectThrowingExceptions::offsetExists() — Method in class TemporaryArrayObjectThrowingExceptions

Returns whether the requested index exists.

TemporaryArrayObjectThrowingExceptions::offsetGet() — Method in class TemporaryArrayObjectThrowingExceptions

Returns the value at the specified index.

TemporaryArrayObjectThrowingExceptions::offsetSet() — Method in class TemporaryArrayObjectThrowingExceptions

Sets the value at the specified index to new value.

TemporaryArrayObjectThrowingExceptions::offsetUnset() — Method in class TemporaryArrayObjectThrowingExceptions

Unsets the value at the specified index.

$ EntityCondition#operatorProperty in class EntityCondition

The condition operator.

EntityCondition::operator() — Method in class EntityCondition

The comparison operator to use for the evaluation.

OffsetPageClass in namespace Drupal\jsonapi\Query

Value object for containing the requested offset and page parameters.

$ OffsetPage#offsetProperty in class OffsetPage

The offset for the query.

LanguageConfigFactoryOverride::onConfigSave() — Method in class LanguageConfigFactoryOverride

Actions to be performed to configuration override on configuration save.

LanguageConfigFactoryOverride::onConfigRename() — Method in class LanguageConfigFactoryOverride

Actions to be performed to configuration override on configuration rename.

LanguageConfigFactoryOverride::onConfigDelete() — Method in class LanguageConfigFactoryOverride

Actions to be performed to configuration override on configuration delete.

$ LanguageConfigOverrideCrudEvent#overrideProperty in class LanguageConfigOverrideCrudEvent

Configuration object.

ConfigSubscriber::onConfigSave() — Method in class ConfigSubscriber

Causes the container to be rebuilt on the next request.

LanguageRequestSubscriber::onKernelRequestLanguage() — Method in class LanguageRequestSubscriber

Initializes the language manager at the beginning of the request.

LanguageRequestSubscriber::onContainerInitializeSubrequestFinished() — Method in class LanguageRequestSubscriber

Initializes config overrides whenever the service container is rebuilt.

LayoutBuilderEntityViewDisplay::onDependencyRemoval() — Method in class LayoutBuilderEntityViewDisplay

Informs the entity that entities it depends on will be deleted.

BlockComponentRenderArray::onBuildRender() — Method in class BlockComponentRenderArray

Builds render arrays for block plugins and sets it on the event.

PrepareLayout::onPrepareLayout() — Method in class PrepareLayout

Prepares a layout for use in the UI.

SetInlineBlockDependency::onGetDependency() — Method in class SetInlineBlockDependency

Handles the BlockContentEvents::INLINE_BLOCK_GET_DEPENDENCY event.

OverridesEntityFormClass in namespace Drupal\layout_builder\Form

Provides a form containing the Layout Builder UI for overrides.

LayoutEntityHelperTrait::originalEntityUsesDefaultStorage() — Method in class LayoutEntityHelperTrait

Determines if the original entity used the default section storage.

OverridesSectionStorageInterfaceClass in namespace Drupal\layout_builder

Defines an interface for an object that stores layout sections for overrides.

OverridesSectionStorageClass in namespace Drupal\layout_builder\Plugin\SectionStorage

Defines the 'overrides' section storage type.

LayoutBuilderRoutes::onAlterRoutes() — Method in class LayoutBuilderRoutes

Alters existing routes for a specific collection.

LocaleConfigSubscriber::onConfigSave() — Method in class LocaleConfigSubscriber

Updates the locale strings when a translated active configuration is saved.

LocaleConfigSubscriber::onOverrideChange() — Method in class LocaleConfigSubscriber

Updates the locale strings when a configuration override is saved/deleted.

$ LocaleDefaultConfigStorage#optionalInstallStorageProperty in class LocaleDefaultConfigStorage

The storage instance for reading optional default configuration data.

$ LocaleEvent#originalProperty in class LocaleEvent

List of string identifiers that have been updated / created.

$ StringDatabaseStorage#optionsProperty in class StringDatabaseStorage

Additional database connection options to use in queries.

OEmbedIframeControllerClass in namespace Drupal\media\Controller

Controller which renders an oEmbed resource in a bare page (without blocks).

MediaConfigSubscriber::onSave() — Method in class MediaConfigSubscriber

Updates entity type definitions and ensures routes are rebuilt when needed.

OEmbedFormatterClass in namespace Drupal\media\Plugin\Field\FieldFormatter

Plugin implementation of the 'oembed' formatter.

OEmbedWidgetClass in namespace Drupal\media\Plugin\Field\FieldWidget

Plugin implementation of the 'oembed_textfield' widget.

OEmbedResourceConstraintClass in namespace Drupal\media\Plugin\Validation\Constraint

Checks if a value represents a valid oEmbed resource URL.

OEmbedResourceConstraintValidatorClass in namespace Drupal\media\Plugin\Validation\Constraint

Validates oEmbed resource URLs.

OEmbedClass in namespace Drupal\media\Plugin\media\Source

Provides a media source plugin for oEmbed resources.

OEmbedDeriverClass in namespace Drupal\media\Plugin\media\Source

Derives media source plugin definitions for supported oEmbed providers.

OEmbedInterfaceClass in namespace Drupal\media\Plugin\media\Source

Defines additional functionality for source plugins that use oEmbed.

Status::operatorForm() — Method in class Status

Options form subform for setting the operator.

$ AddFormBase#openerResolverProperty in class AddFormBase

The opener resolver.

OEmbedFormClass in namespace Drupal\media_library\Form

Creates a form to create media entities from oEmbed URLs.

$ MediaLibraryUiBuilder#openerResolverProperty in class MediaLibraryUiBuilder

The media library opener resolver.

OpenerResolverClass in namespace Drupal\media_library

Defines a class to get media library openers from the container.

OpenerResolverInterfaceClass in namespace Drupal\media_library

Defines an interface to get a media library opener from the container.

MediaLibraryWidget::openMediaLibrary() — Method in class MediaLibraryWidget

AJAX callback to open the library modal.

$ MenuLinkContent#overrideAllowedProperty in class MenuLinkContent
{@inheritdoc}
$ MenuForm#overviewTreeFormProperty in class MenuForm

The overview tree form.

$ SourcePluginBase#originalHighWaterProperty in class SourcePluginBase

The high water mark at the beginning of the import operation.

MigrateUpgradeImportBatch::onPostRowSave() — Method in class MigrateUpgradeImportBatch

Reacts to item import.

MigrateUpgradeImportBatch::onPostImport() — Method in class MigrateUpgradeImportBatch

Adds follow-up migrations.

MigrateUpgradeImportBatch::onPostRowDelete() — Method in class MigrateUpgradeImportBatch

Reacts to item deletion.

MigrateUpgradeImportBatch::onMapSave() — Method in class MigrateUpgradeImportBatch

Counts up any map save events.

MigrateUpgradeImportBatch::onMapDelete() — Method in class MigrateUpgradeImportBatch

Counts up any map delete events.

MigrateUpgradeImportBatch::onIdMapMessage() — Method in class MigrateUpgradeImportBatch

Displays any messages being logged to the ID map.

OverviewFormClass in namespace Drupal\migrate_drupal_ui\Form

Migrate Upgrade Overview form.

Connection::open() — Method in class Connection

Opens a PDO connection.

NodeAdminRouteSubscriber::onConfigSave() — Method in class NodeAdminRouteSubscriber

Rebuilds the router when node.settings:use_admin_theme is changed.

NodeTranslationExceptionSubscriber::onException() — Method in class NodeTranslationExceptionSubscriber

Redirects not found node translations using the key value collection.

NodeTranslationMigrateSubscriber::onPostRowSave() — Method in class NodeTranslationMigrateSubscriber

Maps the old nid to the new one in the key value collection.

NodeTranslationMigrateSubscriber::onPostImport() — Method in class NodeTranslationMigrateSubscriber

Set the node_translation_redirect state to enable the redirections.

Access::operatorForm() — Method in class Access

Options form subform for setting the operator.

Status::operatorForm() — Method in class Status

Options form subform for setting the operator.

OliveroPreRenderClass in namespace Drupal\olivero

Implements trusted prerender callbacks for the Olivero theme.

OptionsDefaultFormatterClass in namespace Drupal\options\Plugin\Field\FieldFormatter

Plugin implementation of the 'list_default' formatter.

OptionsKeyFormatterClass in namespace Drupal\options\Plugin\Field\FieldFormatter

Plugin implementation of the 'list_key' formatter.

OptionWidgetsFieldClass in namespace Drupal\options\Plugin\migrate\field\d6
OptionsFieldClass in namespace Drupal\options\Plugin\migrate\field\d7
PathAliasSubscriber::onKernelController() — Method in class PathAliasSubscriber

Sets the cache key on the alias manager cache decorator.

PathAliasSubscriber::onKernelTerminate() — Method in class PathAliasSubscriber

Ensures system paths for the request get cached.

Connection::open() — Method in class Connection

Opens a PDO connection.

Select::orderRandom() — Method in class Select

Orders the result set by a random value.

Select::orderBy() — Method in class Select

Overrides SelectQuery::orderBy().

$ FieldFormSavedCommand#other_view_modesProperty in class FieldFormSavedCommand

The same re-rendered edited field, but in different view modes.

ConfigDependencies::onDependencyRemoval() — Method in class ConfigDependencies

Informs the entity that entities it depends on will be deleted.

ConfigDependencies::onDependencyRemovalForMethodGranularity() — Method in class ConfigDependencies

Informs the entity that entities it depends on will be deleted.

ConfigDependencies::onDependencyRemovalForResourceGranularity() — Method in class ConfigDependencies

Informs the entity that entities it depends on will be deleted.

RestResourceConfig::onDependencyRemoval() — Method in class RestResourceConfig

Informs the entity that entities it depends on will be deleted.

EntityResourcePostRouteSubscriber::onDynamicRouteEvent() — Method in class EntityResourcePostRouteSubscriber

Provides routes on route rebuild time.

ResourceResponseSubscriber::onResponse() — Method in class ResourceResponseSubscriber

Serializes ResourceResponse responses' data, and removes that data.

RestExport::optionsSummary() — Method in class RestExport

Provides the default summary for options in the views UI.

RestExport::overrideApplies() — Method in class RestExport

Determines whether the view overrides the given route.

ResourceRoutes::onDynamicRouteEvent() — Method in class ResourceRoutes

Alters existing routes for a specific collection.

Search::operatorForm() — Method in class Search

Options form subform for setting the operator.

DefaultExceptionSubscriber::on4xx() — Method in class DefaultExceptionSubscriber

Handles all 4xx errors for all serialization failures.

UserRouteAlterSubscriber::onRoutingAlterAddFormats() — Method in class UserRouteAlterSubscriber

Adds supported formats to the user authentication HTTP routes.

Connection::open() — Method in class Connection

Opens a PDO connection.

SysLog::openConnection() — Method in class SysLog

Opens a connection to the system logger.

Http4xxController::on4xx() — Method in class Http4xxController

The default 4xx error content.

Http4xxController::on401() — Method in class Http4xxController

The default 401 content.

Http4xxController::on403() — Method in class Http4xxController

The default 403 content.

Http4xxController::on404() — Method in class Http4xxController

The default 404 content.

SystemController::overview() — Method in class SystemController

Provide the administration overview page.

AdvisoriesConfigSubscriber::onConfigSave() — Method in class AdvisoriesConfigSubscriber

Deletes the stored response from the security advisories feed, if needed.

ConfigCacheTag::onSave() — Method in class ConfigCacheTag

Invalidate cache tags when particular system config objects are saved.

SystemConfigSubscriber::onConfigSave() — Method in class SystemConfigSubscriber

Rebuilds the router when the default or admin theme is changed.

SystemConfigSubscriber::onConfigImporterValidateNotEmpty() — Method in class SystemConfigSubscriber

Checks that the configuration synchronization is valid.

SystemConfigSubscriber::onConfigImporterValidateSiteUUID() — Method in class SystemConfigSubscriber

Checks that the configuration synchronization is valid.

TimeZoneResolver::onConfigSave() — Method in class TimeZoneResolver

Updates the default time zone when time zone config changes.

OverviewTermsClass in namespace Drupal\taxonomy\Form

Provides terms overview form for a taxonomy vocabulary.

TaxonomyIndexTidDepth::operatorOptions() — Method in class TaxonomyIndexTidDepth

Build strings from the operators() for 'select' options.

TermForm::overview() — Method in class TermForm

Form submission handler for the 'overview' action.

TextItemBase::onChange() — Method in class TextItemBase

React to changes to a child property or item.

EntityOwnerTrait::ownerBaseFieldDefinitions() — Method in class EntityOwnerTrait

Returns an array of base field definitions for entity owners.

Role::onDependencyRemoval() — Method in class Role

Informs the entity that entities it depends on will be deleted.

AccessDeniedSubscriber::onException() — Method in class AccessDeniedSubscriber

Redirects users when access is denied.

MaintenanceModeSubscriber::onKernelRequestMaintenance() — Method in class MaintenanceModeSubscriber

Logout users if site is in maintenance mode.

MaintenanceModeSubscriber::onMaintenanceModeRequest() — Method in class MaintenanceModeSubscriber

Logout users if site is in maintenance mode and user is not exempt.

UserRequestSubscriber::onKernelTerminate() — Method in class UserRequestSubscriber

Updates the current user's last access time.

Roles::operators() — Method in class Roles

Override empty and not empty operator labels to be clearer for user roles.

View::onDependencyRemoval() — Method in class View

Informs the entity that entities it depends on will be deleted.

ViewsEntitySchemaSubscriber::onEntityTypeUpdate() — Method in class ViewsEntitySchemaSubscriber

Reacts to the update of the entity type.

ViewsEntitySchemaSubscriber::onEntityTypeDelete() — Method in class ViewsEntitySchemaSubscriber

Reacts to the deletion of the entity type.

DependentWithRemovalPluginInterface::onDependencyRemoval() — Method in class DependentWithRemovalPluginInterface

Allows a plugin to define whether it should be removed.

$ ViewsMenuLink#overrideAllowedProperty in class ViewsMenuLink
{@inheritdoc}
$ PluginBase#optionsProperty in class PluginBase

Options for this plugin will be held here.

$ Date#option_nameProperty in class Date
$ NumericArgument#operatorProperty in class NumericArgument

The operator used for the query: or|and.

Attachment::optionsSummary() — Method in class Attachment

Provide the summary for attachment options in the views UI.

Block::optionsSummary() — Method in class Block

Provide the summary for page options in the views UI.

$ DisplayPluginBase#outputProperty in class DisplayPluginBase

Stores the rendered output of the display.

DisplayPluginBase::overrideOption() — Method in class DisplayPluginBase

Set an option and force it to be an override.

DisplayPluginBase::optionLink() — Method in class DisplayPluginBase

Returns a link to a section of a form.

DisplayPluginBase::optionsSummary() — Method in class DisplayPluginBase

Provides the default summary for options in the views UI.

DisplayPluginBase::optionsOverride() — Method in class DisplayPluginBase

If override/revert was clicked, perform the proper toggle.

DisplayPluginBase::outputIsEmpty() — Method in class DisplayPluginBase

Is the output of the view empty.

DisplayPluginInterface::overrideOption() — Method in class DisplayPluginInterface

Set an option and force it to be an override.

DisplayPluginInterface::optionLink() — Method in class DisplayPluginInterface

Returns a link to a section of a form.

DisplayPluginInterface::optionsSummary() — Method in class DisplayPluginInterface

Provides the default summary for options in the views UI.

DisplayPluginInterface::optionsOverride() — Method in class DisplayPluginInterface

If override/revert was clicked, perform the proper toggle.

DisplayPluginInterface::outputIsEmpty() — Method in class DisplayPluginInterface

Is the output of the view empty.

EntityReference::optionsSummary() — Method in class EntityReference

Provides the default summary for options in the views UI.

Feed::optionsSummary() — Method in class Feed

Provides the default summary for options in the views UI.

Page::optionsSummary() — Method in class Page

Provides the default summary for options in the views UI.

PathPluginBase::overrideApplies() — Method in class PathPluginBase

Determines whether the view overrides the given route.

PathPluginBase::overrideAppliesPathAndMethod() — Method in class PathPluginBase

Determines whether an override for the path and method should happen.

PathPluginBase::optionsSummary() — Method in class PathPluginBase

Provides the default summary for options in the views UI.

DisplayExtenderPluginBase::optionsSummary() — Method in class DisplayExtenderPluginBase

Provide the default summary for options in the views UI.

EntityField::onDependencyRemoval() — Method in class EntityField

Allows a plugin to define whether it should be removed.

$ FieldPluginBase#original_valueProperty in class FieldPluginBase

The field value prior to any rewriting.

BooleanOperator::operatorOptions() — Method in class BooleanOperator

Provide a list of options for the default operator form.

BooleanOperator::operators() — Method in class BooleanOperator

Returns an array of operator information.

Combine::opEqual() — Method in class Combine

By default things like opEqual uses add_where, that doesn't support complex expressions, so override opEqual (and all operators below).

Combine::opContains() — Method in class Combine
Combine::opContainsWord() — Method in class Combine

Filters by one or more words.

Combine::opStartsWith() — Method in class Combine
Combine::opNotStartsWith() — Method in class Combine
Combine::opEndsWith() — Method in class Combine
Combine::opNotEndsWith() — Method in class Combine
Combine::opNotLike() — Method in class Combine
Combine::opRegex() — Method in class Combine

Filters by a regular expression.

Combine::opEmpty() — Method in class Combine
Date::opBetween() — Method in class Date

Filters by operator between.

Date::opSimple() — Method in class Date
Equality::operatorOptions() — Method in class Equality

Provide simple equality operator.

$ FilterPluginBase#operatorProperty in class FilterPluginBase

Contains the operator which is used on the query.

FilterPluginBase::operatorForm() — Method in class FilterPluginBase

Options form subform for setting the operator.

FilterPluginBase::operatorOptions() — Method in class FilterPluginBase

Provide a list of options for the default operator form.

FilterPluginBase::operatorValidate() — Method in class FilterPluginBase

Validate the operator form.

FilterPluginBase::operatorSubmit() — Method in class FilterPluginBase

Perform any necessary changes to the form values prior to storage.

GroupByNumeric::opBetween() — Method in class GroupByNumeric

Filters by operator between.

GroupByNumeric::opSimple() — Method in class GroupByNumeric
GroupByNumeric::opEmpty() — Method in class GroupByNumeric
InOperator::operators() — Method in class InOperator

This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.

InOperator::operatorOptions() — Method in class InOperator

Build strings from the operators() for 'select' options.

InOperator::operatorValues() — Method in class InOperator
InOperator::opSimple() — Method in class InOperator
InOperator::opEmpty() — Method in class InOperator
LatestRevision::operatorForm() — Method in class LatestRevision

Options form subform for setting the operator.

LatestTranslationAffectedRevision::operatorForm() — Method in class LatestTranslationAffectedRevision

Options form subform for setting the operator.

ManyToOne::operators() — Method in class ManyToOne

This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.

ManyToOne::opHelper() — Method in class ManyToOne
NumericFilter::operators() — Method in class NumericFilter
NumericFilter::operatorOptions() — Method in class NumericFilter

Provide a list of all the numeric operators.

NumericFilter::operatorValues() — Method in class NumericFilter
NumericFilter::opBetween() — Method in class NumericFilter

Filters by operator between.

NumericFilter::opSimple() — Method in class NumericFilter
NumericFilter::opEmpty() — Method in class NumericFilter
NumericFilter::opRegex() — Method in class NumericFilter

Filters by a regular expression.

StringFilter::operators() — Method in class StringFilter

This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.

StringFilter::operatorOptions() — Method in class StringFilter

Build strings from the operators() for 'select' options.

StringFilter::operatorValues() — Method in class StringFilter
StringFilter::operator() — Method in class StringFilter

Get the query operator.

StringFilter::opEqual() — Method in class StringFilter
StringFilter::opContains() — Method in class StringFilter
StringFilter::opContainsWord() — Method in class StringFilter
StringFilter::opStartsWith() — Method in class StringFilter
StringFilter::opNotStartsWith() — Method in class StringFilter
StringFilter::opEndsWith() — Method in class StringFilter
StringFilter::opNotEndsWith() — Method in class StringFilter
StringFilter::opNotLike() — Method in class StringFilter
StringFilter::opShorterThan() — Method in class StringFilter
StringFilter::opLongerThan() — Method in class StringFilter
StringFilter::opRegex() — Method in class StringFilter

Filters by a regular expression.

StringFilter::opEmpty() — Method in class StringFilter
$ Sql#orderbyProperty in class Sql

A simple array of order by clauses.

OpmlFieldsClass in namespace Drupal\views\Plugin\views\row

Renders an OPML item based on fields.

OpmlClass in namespace Drupal\views\Plugin\views\style

Default style plugin to render an OPML feed.

$ Table#orderProperty in class Table

Contains the current active sort order, either desc or asc.

$ ViewExecutable#offsetProperty in class ViewExecutable

The pager offset.

$ ViewExecutable#old_viewProperty in class ViewExecutable

Used to store views that were previously running if we recurse.

$ ViewExecutable#override_urlProperty in class ViewExecutable

Allow to override the url of the current view.

$ ViewExecutable#override_pathProperty in class ViewExecutable

Allow to override the path used for generated urls.

ViewUI::onDependencyRemoval() — Method in class ViewUI

Informs the entity that entities it depends on will be deleted.

Workflow::onDependencyRemoval() — Method in class Workflow

Informs the entity that entities it depends on will be deleted.

WorkflowTypeBase::onDependencyRemoval() — Method in class WorkflowTypeBase

Informs the plugin that a dependency of the workflow will be deleted.

WorkflowTypeInterface::onDependencyRemoval() — Method in class WorkflowTypeInterface

Informs the plugin that a dependency of the workflow will be deleted.

EntitySchemaSubscriber::onEntityTypeCreate() — Method in class EntitySchemaSubscriber

Reacts to the creation of the entity type.

EntitySchemaSubscriber::onFieldableEntityTypeCreate() — Method in class EntitySchemaSubscriber

Reacts to the creation of the fieldable entity type.

EntitySchemaSubscriber::onEntityTypeUpdate() — Method in class EntitySchemaSubscriber

Reacts to the update of the entity type.

EntitySchemaSubscriber::onFieldableEntityTypeUpdate() — Method in class EntitySchemaSubscriber

Reacts to the update of a fieldable entity type.

EntitySchemaSubscriber::onEntityTypeDelete() — Method in class EntitySchemaSubscriber

Reacts to the deletion of the entity type.

WorkspaceRequestSubscriber::onKernelController() — Method in class WorkspaceRequestSubscriber

Sets the cache key on the alias manager cache decorator.

WorkspaceRequestSubscriber::onKernelRequest() — Method in class WorkspaceRequestSubscriber

Adds the active workspace as a cache key part to the route provider.

WorkspaceListBuilder::offCanvasRender() — Method in class WorkspaceListBuilder

Renders the off canvas elements.

P

Drupal::pathValidator() — Method in class Drupal

Returns the path validator.

$ AnnotationBase#providerProperty in class AnnotationBase

The provider of the annotated class.

DocParser::parse() — Method in class DocParser

Parses the given docblock string for annotations.

$ StaticReflectionParser#parsedProperty in class StaticReflectionParser

Whether the parser has run.

$ StaticReflectionParser#parentClassNameProperty in class StaticReflectionParser

The name of the class this class extends, if any.

$ StaticReflectionParser#parentStaticReflectionParserProperty in class StaticReflectionParser

The parent PSR-0 Parser.

StaticReflectionParser::parse() — Method in class StaticReflectionParser
PluginClass in namespace Drupal\Component\Annotation

Defines a Plugin annotation object.

Plugin::parse() — Method in class Plugin

Parses an annotation into its definition.

PluginIDClass in namespace Drupal\Component\Annotation

Defines a Plugin annotation object that just contains an ID.

$ AnnotatedClassDiscovery#pluginNamespacesProperty in class AnnotatedClassDiscovery

The namespaces within which to find plugin classes.

$ AnnotatedClassDiscovery#pluginDefinitionAnnotationNameProperty in class AnnotatedClassDiscovery

The name of the annotation that contains the plugin definition.

AnnotatedClassDiscovery::prepareAnnotationDefinition() — Method in class AnnotatedClassDiscovery

Prepares the annotation definition.

$ AnnotationBridgeDecorator#pluginDefinitionAnnotationNameProperty in class AnnotationBridgeDecorator

The name of the annotation that contains the plugin definition.

$ ZfExtensionManagerSfContainer#prefixProperty in class ZfExtensionManagerSfContainer

The prefix to be used when retrieving plugins from the container.

DateTimePlus::prepareTime() — Method in class DateTimePlus

Prepares the input time value.

DateTimePlus::prepareTimezone() — Method in class DateTimePlus

Prepares the input timezone value.

DateTimePlus::prepareFormat() — Method in class DateTimePlus

Prepares the input format value.

DateTimePlus::prepareArray() — Method in class DateTimePlus

Creates a complete array from a possibly incomplete array of date parts.

$ Container#parametersProperty in class Container

The parameters of the container.

$ Container#privateServicesProperty in class Container

The instantiated private services.

OptimizedPhpArrayDumper::prepareParameters() — Method in class OptimizedPhpArrayDumper

Prepares parameters for the PHP array dumping.

PhpArrayDumperClass in namespace Drupal\Component\DependencyInjection\Dumper

PhpArrayDumper dumps a service container as a PHP array.

PhpArrayContainerClass in namespace Drupal\Component\DependencyInjection

Provides a container optimized for Drupal's needs.

$ FileCache#prefixProperty in class FileCache

Prefix that is used for cache entries.

$ FileCacheFactory#prefixProperty in class FileCacheFactory

The cache prefix.

$ FrontMatter#parsedProperty in class FrontMatter

The parsed source.

FrontMatter::parse() — Method in class FrontMatter

Parses the source.

PoHeaderClass in namespace Drupal\Component\Gettext

Gettext PO header handler.

$ PoHeader#pluralFormsProperty in class PoHeader

Formula for the plural form.

$ PoHeader#poDateProperty in class PoHeader

Date the po file got created.

$ PoHeader#projectNameProperty in class PoHeader

Name of the project the translation belongs to.

PoHeader::parsePluralForms() — Method in class PoHeader

Parses a Plural-Forms entry from a Gettext Portable Object file header.

PoItemClass in namespace Drupal\Component\Gettext

PoItem handles one translation.

$ PoItem#pluralProperty in class PoItem

Flag indicating if this translation has plurals.

PoMemoryWriterClass in namespace Drupal\Component\Gettext

Defines a Gettext PO memory writer, to be used by the installer.

PoMetadataInterfaceClass in namespace Drupal\Component\Gettext

Methods required for both reader and writer implementations.

PoReaderInterfaceClass in namespace Drupal\Component\Gettext

Shared interface definition for all Gettext PO Readers.

PoStreamInterfaceClass in namespace Drupal\Component\Gettext

Common functions for file/stream based PO readers/writers.

PoStreamReaderClass in namespace Drupal\Component\Gettext

Implements Gettext PO stream reader.

PoStreamReader::parseQuoted() — Method in class PoStreamReader

Parses a string in quotes.

PoStreamWriterClass in namespace Drupal\Component\Gettext

Defines a Gettext PO stream writer.

PoWriterInterfaceClass in namespace Drupal\Component\Gettext

Shared interface definition for all Gettext PO Writers.

PhpStorageInterfaceClass in namespace Drupal\Component\PhpStorage

Stores and loads PHP code.

PluginDefinitionClass in namespace Drupal\Component\Plugin\Definition

Provides object-based plugin definitions.

$ PluginDefinition#providerProperty in class PluginDefinition

The plugin provider.

PluginDefinitionInterfaceClass in namespace Drupal\Component\Plugin\Definition

Defines a plugin definition.

$ InvalidPluginDefinitionException#pluginIdProperty in class InvalidPluginDefinitionException

The plugin ID of the mapper.

PluginExceptionClass in namespace Drupal\Component\Plugin\Exception

Generic Plugin exception class to be thrown when no more specific class is applicable.

PluginNotFoundExceptionClass in namespace Drupal\Component\Plugin\Exception

Plugin exception class to be thrown when a plugin ID could not be found.

$ LazyPluginCollection#pluginInstancesProperty in class LazyPluginCollection

Stores all instantiated plugins.

PluginAwareInterfaceClass in namespace Drupal\Component\Plugin

Provides an interface for objects that depend on a plugin.

PluginBaseClass in namespace Drupal\Component\Plugin

Base class for plugins wishing to support metadata inspection.

$ PluginBase#pluginIdProperty in class PluginBase

The plugin_id.

$ PluginBase#pluginDefinitionProperty in class PluginBase

The plugin implementation definition.

PluginHelperClass in namespace Drupal\Component\Plugin

A helper class to determine if a plugin is configurable.

PluginInspectionInterfaceClass in namespace Drupal\Component\Plugin

Plugin interface for providing some metadata inspection.

PluginManagerBaseClass in namespace Drupal\Component\Plugin

Base class for plugin managers.

PluginManagerInterfaceClass in namespace Drupal\Component\Plugin

Interface implemented by plugin managers.

ProxyBuilderClass in namespace Drupal\Component\ProxyBuilder

Generates the string representation of the proxy service.

FormattableMarkup::placeholderFormat() — Method in class FormattableMarkup

Replaces placeholders in a string with values.

FormattableMarkup::placeholderEscape() — Method in class FormattableMarkup

Escapes a placeholder replacement value if needed.

PlainTextOutputClass in namespace Drupal\Component\Render

Provides an output strategy for transforming HTML into simple plain text.

PhpSerializeClass in namespace Drupal\Component\Serialization

Default serialization for serialized PHP.

PhpTransliterationClass in namespace Drupal\Component\Transliteration

Implements transliteration without using the PECL extensions.

Random::paragraphs() — Method in class Random

Generate paragraphs separated by double new line.

UrlHelper::parse() — Method in class UrlHelper

Parses a URL string into its path, query, and fragment components.

PeclClass in namespace Drupal\Component\Uuid

Generates a UUID using the PECL extension.

PhpClass in namespace Drupal\Component\Uuid

Generates a UUID v4 (RFC 4122 section 4.4) using PHP code.

PackageGeneratorClass in namespace Drupal\Composer\Generator

Generates metapackages.

DrupalCoreComposer::packageLockInfo() — Method in class DrupalCoreComposer

Look up the info for one package in the composer.lock file.

$ Handler#postPackageListenersProperty in class Handler

The list of listeners that are notified after a package event.

ManageOptions::packageOptions() — Method in class ManageOptions

Gets the scaffold options for the stipulated project.

$ AppendOp#prependProperty in class AppendOp

Path to the source file to prepend, if any.

AppendOp::process() — Method in class AppendOp

Process this scaffold operation.

OperationData::path() — Method in class OperationData

Gets path

OperationData::prepend() — Method in class OperationData

Gets prepend path.

OperationInterface::process() — Method in class OperationInterface

Process this scaffold operation.

ReplaceOp::process() — Method in class ReplaceOp

Process this scaffold operation.

ScaffoldFileCollection::processScaffoldFiles() — Method in class ScaffoldFileCollection

Processes the files in our collection.

ScaffoldFileCollection::process() — Method in class ScaffoldFileCollection
SkipOp::process() — Method in class SkipOp

Process this scaffold operation.

PluginClass in namespace Drupal\Composer\Plugin\Scaffold

Composer plugin for handling drupal scaffold.

Plugin::postCmd() — Method in class Plugin

Post command event callback.

Plugin::postPackage() — Method in class Plugin

Post package event behavior.

PostPackageEventListenerInterfaceClass in namespace Drupal\Composer\Plugin\Scaffold

Interface for post package event listeners.

ScaffoldFileInfo::packageName() — Method in class ScaffoldFileInfo

Gets the package name.

ScaffoldFileInfo::process() — Method in class ScaffoldFileInfo

Moves a single scaffold file from source to destination.

$ ScaffoldFilePath#packageNameProperty in class ScaffoldFilePath

The name of the package containing the file.

ScaffoldFilePath::packageName() — Method in class ScaffoldFilePath

Gets the name of the package this source file was pulled from.

$ VendorHardeningPlugin#packagesAlreadyCleanedProperty in class VendorHardeningPlugin

List of projects already cleaned.

$ AccessManager#paramConverterManagerProperty in class AccessManager

The paramconverter manager.

AccessManager::performCheck() — Method in class AccessManager

Performs the specified access check.

$ CsrfTokenGenerator#privateKeyProperty in class CsrfTokenGenerator

The private key service.

RouteProcessorCsrf::processOutbound() — Method in class RouteProcessorCsrf

Processes the outbound route.

PublishActionClass in namespace Drupal\Core\Action\Plugin\Action

Publishes an entity.

AjaxResponseAttachmentsProcessor::processAttachments() — Method in class AjaxResponseAttachmentsProcessor

Processes the attachments of a response that has attachments.

$ AnnounceCommand#priorityProperty in class AnnounceCommand

The priority that will be used for the announcement.

$ CloseDialogCommand#persistProperty in class CloseDialogCommand

Whether to persist the dialog in the DOM or not.

PrependCommandClass in namespace Drupal\Core\Ajax

AJAX command for calling the jQuery insert() method.

PluralTranslationClass in namespace Drupal\Core\Annotation

Defines an annotation object for strings that require plural forms.

$ PluralTranslation#pluralProperty in class PluralTranslation

The string for the plural case.

CssOptimizer::processFile() — Method in class CssOptimizer

Processes CSS file and adds base URLs to any relative resource paths.

CssOptimizer::processCss() — Method in class CssOptimizer

Processes the contents of a stylesheet for aggregation.

$ LibrariesDirectoryFileFinder#profileExtensionListProperty in class LibrariesDirectoryFileFinder

The profile extension list.

LibraryDiscoveryParser::parseLibraryInfo() — Method in class LibraryDiscoveryParser

Parses a given library file and allows modules and themes to alter it.

$ AuthenticationCollector#providersProperty in class AuthenticationCollector

Array of all registered authentication providers, keyed by ID.

$ AuthenticationCollector#providerOrdersProperty in class AuthenticationCollector

Array of all providers and their priority.

$ BatchBuilder#progressMessageProperty in class BatchBuilder

The message to be shown while the batch is in progress.

$ BatchBuilder#progressiveProperty in class BatchBuilder

Specifies if the batch is progressive.

PercentageClass in namespace Drupal\Core\Batch

Helper methods for the batch system.

BlockManager::processDefinition() — Method in class BlockManager

Performs extra processing on plugin definitions.

PageTitleBlockClass in namespace Drupal\Core\Block\Plugin\Block

Provides a block to display the page title.

ApcuBackend::prepareItem() — Method in class ApcuBackend

Prepares a cached item.

BackendChain::prependBackend() — Method in class BackendChain

Prepends a cache backend to the cache chain.

CacheCollector::persist() — Method in class CacheCollector

Flags an offset value to be written to the persistent cache.

$ AccountPermissionsCacheContext#permissionsHashGeneratorProperty in class AccountPermissionsCacheContext

The permissions hash generator.

CacheContextsManager::parseTokens() — Method in class CacheContextsManager

Parses cache context tokens into context IDs and optional parameters.

CacheContextsPass::process() — Method in class CacheContextsPass

Implements CompilerPassInterface::process().

$ IsFrontPathCacheContext#pathMatcherProperty in class IsFrontPathCacheContext
PagersCacheContextClass in namespace Drupal\Core\Cache\Context

Defines a cache context for "per page in a pager" caching.

$ PagersCacheContext#pagerParamsProperty in class PagersCacheContext

The pager parameters.

PathCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the PathCacheContext service, for "per URL path" caching.

PathParentCacheContextClass in namespace Drupal\Core\Cache\Context

Defines a cache context service for path parents.

ProtocolVersionCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the ProtocolVersionCacheContext service, for "per protocol" caching.

DatabaseBackend::prepareItem() — Method in class DatabaseBackend

Prepares a cached item.

ListCacheBinsPass::process() — Method in class ListCacheBinsPass

Implements CompilerPassInterface::process().

MemoryBackend::prepareItem() — Method in class MemoryBackend

Prepares a cached item.

MemoryCache::prepareItem() — Method in class MemoryCache

Prepares a cached item.

PhpBackendClass in namespace Drupal\Core\Cache

Defines a PHP cache implementation.

PhpBackend::prepareItem() — Method in class PhpBackend

Prepares a cached item.

PhpBackendFactoryClass in namespace Drupal\Core\Cache
$ GenerateProxyClassApplication#proxyBuilderProperty in class GenerateProxyClassApplication

The proxy builder.

$ GenerateProxyClassCommand#proxyBuilderProperty in class GenerateProxyClassCommand

The proxy builder.

$ Composer#packageToCleanupProperty in class Composer
Composer::preAutoloadDump() — Method in class Composer

Add vendor classes to Composer's static classmap.

ConfigFactory::propagateConfigOverrideCacheability() — Method in class ConfigFactory

Propagates cacheability of config overrides to cached config objects.

$ ConfigImporter#processedConfigurationProperty in class ConfigImporter

List of configuration file changes processed by the import().

$ ConfigImporter#processedExtensionsProperty in class ConfigImporter

List of extension changes processed by the import().

$ ConfigImporter#processedSystemThemeProperty in class ConfigImporter

Flag set to import system.theme during processing theme install and uninstalls.

ConfigImporter::processExtensions() — Method in class ConfigImporter

Processes extensions as a batch operation.

ConfigImporter::processConfigurations() — Method in class ConfigImporter

Processes configuration as a batch operation.

ConfigImporter::processMissingContent() — Method in class ConfigImporter

Handles processing of missing content.

ConfigImporter::processConfiguration() — Method in class ConfigImporter

Processes a configuration change.

ConfigImporter::processExtension() — Method in class ConfigImporter

Processes an extension change.

ConfigDependencyManager::prepareMultisort() — Method in class ConfigDependencyManager

Extracts data from the graph for use in array_multisort().

ConfigEntityBase::preSave() — Method in class ConfigEntityBase

Acts on an entity before the presave hook is invoked.

ConfigEntityBase::preDelete() — Method in class ConfigEntityBase

Acts on entities before they are deleted and before hooks are invoked.

ConfigEntityBundleBase::postSave() — Method in class ConfigEntityBundleBase

Acts on a saved entity before the insert or update hook is invoked.

ConfigEntityBundleBase::postDelete() — Method in class ConfigEntityBundleBase

Acts on deleted entities before the delete hook is invoked.

ConfigEntityBundleBase::preSave() — Method in class ConfigEntityBundleBase

Acts on an entity before the presave hook is invoked.

$ ImportStorageTransformer#persistentLockProperty in class ImportStorageTransformer

The persistent lock which the config importer uses across requests.

ConfigImporterBatch::process() — Method in class ConfigImporterBatch

Processes the config import batch and persists the importer.

PreExistingConfigExceptionClass in namespace Drupal\Core\Config

An exception thrown if configuration with the same name already exists.

ArrayElement::parse() — Method in class ArrayElement

Builds an array of contained elements.

Psr7RequestValueResolverClass in namespace Drupal\Core\Controller\ArgumentResolver

Yields a PSR7 request object based on the request object passed along.

Cron::processQueues() — Method in class Cron

Processes cron queues.

$ Connection#prefixesProperty in class Connection

The prefixes used by this database connection.

$ Connection#prefixSearchProperty in class Connection

List of search values for use in prefixTables().

$ Connection#prefixReplaceProperty in class Connection

List of replacement values for use in prefixTables().

Connection::prefixTables() — Method in class Connection

Appends a database prefix to all tables in a query.

Connection::prepareStatement() — Method in class Connection

Returns a prepared statement given a SQL string.

Connection::preprocessStatement() — Method in class Connection

Returns a string SQL statement ready for preparation.

Connection::pushTransaction() — Method in class Connection

Increases the depth of transaction nesting.

Connection::popTransaction() — Method in class Connection

Decreases the depth of transaction nesting.

Connection::popCommittableTransactions() — Method in class Connection

Commit all the transaction layers that can commit.

Database::parseConnectionInfo() — Method in class Database

Process the configuration file for database information.

$ Tasks#pdoDriverProperty in class Tasks

The name of the PDO driver this database type requires.

Tasks::pass() — Method in class Tasks

Asserts test as a pass.

Insert::preExecute() — Method in class Insert

Preprocesses and validates the query.

PagerSelectExtenderClass in namespace Drupal\Core\Database\Query

Query extender for pager queries.

PlaceholderInterfaceClass in namespace Drupal\Core\Database\Query

Interface for a query that accepts placeholders.

$ Select#preparedProperty in class Select

Indicates if preExecute() has already been called.

Select::preExecute() — Method in class Select

Generic preparation and validation for a SELECT query.

Select::prepareCountQuery() — Method in class Select

Prepares a count query from the current query object.

$ SelectExtender#placeholderProperty in class SelectExtender

The placeholder counter.

SelectExtender::preExecute() — Method in class SelectExtender

Generic preparation and validation for a SELECT query.

SelectInterface::preExecute() — Method in class SelectInterface

Generic preparation and validation for a SELECT query.

Upsert::preExecute() — Method in class Upsert

Preprocesses and validates the query.

$ Schema#placeholderProperty in class Schema

The placeholder counter.

Schema::prefixNonTable() — Method in class Schema

Create names for indexes, primary keys and constraints.

Schema::prepareComment() — Method in class Schema

Prepare a table or column comment for database query.

$ StatementPrefetch#pdoConnectionProperty in class StatementPrefetch

Reference to the PDO connection object for this statement.

DrupalDateTime::prepareTimezone() — Method in class DrupalDateTime

Overrides prepareTimezone().

Datelist::processDatelist() — Method in class Datelist

Expands a date element into an array of individual elements.

Datetime::processDatetime() — Method in class Datetime

Expands a datetime element type into date and/or time elements.

Datetime::processAjaxForm() — Method in class Datetime

Form element processing handler for the #ajax form property.

$ DateFormat#patternProperty in class DateFormat

The date format pattern.

AuthenticationProviderPass::process() — Method in class AuthenticationProviderPass
{@inheritdoc}
BackendCompilerPass::process() — Method in class BackendCompilerPass
{@inheritdoc}
ContextProvidersPass::process() — Method in class ContextProvidersPass
{@inheritdoc}
CorsCompilerPass::process() — Method in class CorsCompilerPass
{@inheritdoc}
DependencySerializationTraitPass::process() — Method in class DependencySerializationTraitPass
{@inheritdoc}
DeprecatedServicePass::process() — Method in class DeprecatedServicePass
{@inheritdoc}
MimeTypePass::process() — Method in class MimeTypePass
{@inheritdoc}
ModifyServiceDefinitionsPass::process() — Method in class ModifyServiceDefinitionsPass
{@inheritdoc}
ProxyServicesPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Replaces all services with a lazy flag.

ProxyServicesPass::process() — Method in class ProxyServicesPass
{@inheritdoc}
RegisterAccessChecksPass::process() — Method in class RegisterAccessChecksPass
{@inheritdoc}
RegisterEventSubscribersPass::process() — Method in class RegisterEventSubscribersPass
{@inheritdoc}
RegisterServicesForDestructionPass::process() — Method in class RegisterServicesForDestructionPass
{@inheritdoc}
RegisterStreamWrappersPass::process() — Method in class RegisterStreamWrappersPass
{@inheritdoc}
StackedKernelPass::process() — Method in class StackedKernelPass
{@inheritdoc}
StackedSessionHandlerPass::process() — Method in class StackedSessionHandlerPass
{@inheritdoc}
TaggedHandlersPass::process() — Method in class TaggedHandlersPass
{@inheritdoc}
TaggedHandlersPass::processServiceCollectorPass() — Method in class TaggedHandlersPass

Processes a service collector service pass.

TaggedHandlersPass::processServiceIdCollectorPass() — Method in class TaggedHandlersPass

Processes a service collector ID service pass.

TwigExtensionPass::process() — Method in class TwigExtensionPass
{@inheritdoc}
PageDisplayVariantClass in namespace Drupal\Core\Display\Annotation

Defines a page display variant annotation object.

PageVariantInterfaceClass in namespace Drupal\Core\Display

Provides an interface for PageDisplayVariant plugins.

$ DrupalKernel#phpArrayDumperClassProperty in class DrupalKernel

Holds the class used for dumping the container to a PHP array.

$ DrupalKernel#preparedProperty in class DrupalKernel

Whether essential services have been set up properly by preHandle().

DrupalKernel::preHandle() — Method in class DrupalKernel

Helper method that does request related initialization.

DrupalKernel::persistServices() — Method in class DrupalKernel

Moves persistent service instances into a new container.

DrupalKernelInterface::preHandle() — Method in class DrupalKernelInterface

Helper method that does request related initialization.

BundleEntityFormBase::protectBundleIdElement() — Method in class BundleEntityFormBase

Protects the bundle entity's ID property's form element against changes.

ContentEntityBase::postCreate() — Method in class ContentEntityBase

Acts on a created entity before hooks are invoked.

ContentEntityBase::preSave() — Method in class ContentEntityBase

Acts on an entity before the presave hook is invoked.

ContentEntityBase::preSaveRevision() — Method in class ContentEntityBase

Acts on a revision before it gets saved.

ContentEntityBase::postSave() — Method in class ContentEntityBase

Acts on a saved entity before the insert or update hook is invoked.

ContentEntityForm::prepareEntity() — Method in class ContentEntityForm

Prepares the entity object before the form is built first.

ContentEntityNullStorage::purgeFieldItems() — Method in class ContentEntityNullStorage

Removes field items from storage per entity during purge.

ContentEntityStorageBase::purgeFieldData() — Method in class ContentEntityStorageBase

Purges a batch of field data.

ContentEntityStorageBase::purgeFieldItems() — Method in class ContentEntityStorageBase

Removes field items from storage per entity during purge.

ContentEntityStorageBase::preLoad() — Method in class ContentEntityStorageBase

Gathers entities from a 'preload' step.

ContentEntityStorageBase::populateAffectedRevisionTranslations() — Method in class ContentEntityStorageBase

Populates the affected flag for all the revision translations.

EntityAutocomplete::processEntityAutocomplete() — Method in class EntityAutocomplete

Adds entity autocomplete functionality to a form element.

EntityAccessControlHandler::processAccessHookResults() — Method in class EntityAccessControlHandler

We grant access to the entity if both of these conditions are met:

  • No modules say to deny access.
EntityAccessControlHandler::prepareUser() — Method in class EntityAccessControlHandler

Loads the current account object, if it does not exist yet.

EntityBase::preSave() — Method in class EntityBase

Acts on an entity before the presave hook is invoked.

EntityBase::postSave() — Method in class EntityBase

Acts on a saved entity before the insert or update hook is invoked.

EntityBase::preCreate() — Method in class EntityBase

Changes the values of an entity before it is created.

EntityBase::postCreate() — Method in class EntityBase

Acts on a created entity before hooks are invoked.

EntityBase::preDelete() — Method in class EntityBase

Acts on entities before they are deleted and before hooks are invoked.

EntityBase::postDelete() — Method in class EntityBase

Acts on deleted entities before the delete hook is invoked.

EntityBase::postLoad() — Method in class EntityBase

Acts on loaded entities.

$ EntityDisplayBase#pluginsProperty in class EntityDisplayBase

The plugin objects used for this display, keyed by field name.

$ EntityDisplayBase#pluginManagerProperty in class EntityDisplayBase

The plugin manager used by this entity type.

EntityDisplayBase::preSave() — Method in class EntityDisplayBase

Acts on an entity before the presave hook is invoked.

EntityDisplayModeBase::preSave() — Method in class EntityDisplayModeBase

Acts on an entity before the presave hook is invoked.

EntityDisplayModeBase::preDelete() — Method in class EntityDisplayModeBase

Acts on entities before they are deleted and before hooks are invoked.

$ EntityDisplayPluginCollection#pluginKeyProperty in class EntityDisplayPluginCollection

The key within the plugin configuration that contains the plugin ID.

EntityForm::processForm() — Method in class EntityForm

Process callback: assigns weights and hides extra fields.

EntityForm::prepareEntity() — Method in class EntityForm

Prepares the entity object before the form is built first.

EntityForm::prepareInvokeAll() — Method in class EntityForm

Invokes the specified prepare hook variant.

EntityInterface::preSave() — Method in class EntityInterface

Acts on an entity before the presave hook is invoked.

EntityInterface::postSave() — Method in class EntityInterface

Acts on a saved entity before the insert or update hook is invoked.

EntityInterface::preCreate() — Method in class EntityInterface

Changes the values of an entity before it is created.

EntityInterface::postCreate() — Method in class EntityInterface

Acts on a created entity before hooks are invoked.

EntityInterface::preDelete() — Method in class EntityInterface

Acts on entities before they are deleted and before hooks are invoked.

EntityInterface::postDelete() — Method in class EntityInterface

Acts on deleted entities before the delete hook is invoked.

EntityInterface::postLoad() — Method in class EntityInterface

Acts on loaded entities.

EntityPublishedTrait::publishedBaseFieldDefinitions() — Method in class EntityPublishedTrait

Returns an array of base field definitions for publishing status.

EntityStorageBase::preLoad() — Method in class EntityStorageBase

Gathers entities from a 'preload' step.

EntityStorageBase::postLoad() — Method in class EntityStorageBase

Attaches data to entities upon loading.

$ EntityType#persistent_cacheProperty in class EntityType

Indicates if the persistent cache of field data should be used.

$ EntityType#permission_granularityProperty in class EntityType

The permission granularity level.

EntityTypeManager::processDefinition() — Method in class EntityTypeManager

Performs extra processing on plugin definitions.

EntityFormDisplay::processForm() — Method in class EntityFormDisplay

Process callback: assigns weights and hides extra fields.

EntityViewDisplay::postSave() — Method in class EntityViewDisplay

Acts on a saved entity before the insert or update hook is invoked.

FieldableEntityStorageInterface::purgeFieldData() — Method in class FieldableEntityStorageInterface

Purges a batch of field data.

PhpSelectionClass in namespace Drupal\Core\Entity\Plugin\EntityReferenceSelection

Defines an alternative to the default Entity Reference Selection plugin.

$ QueryBase#pagerProperty in class QueryBase

The query pager data.

QueryBase::pager() — Method in class QueryBase

Enables a pager for the query.

QueryInterface::pager() — Method in class QueryInterface

Enables a pager for the query.

Query::prepare() — Method in class Query

Prepares the basic query with proper metadata/tags and base fields.

QueryAggregate::prepare() — Method in class QueryAggregate

Prepares the basic query with proper metadata/tags and base fields.

RevisionableInterface::preSaveRevision() — Method in class RevisionableInterface

Acts on a revision before it gets saved.

$ DefaultTableMapping#prefixProperty in class DefaultTableMapping

The prefix to be used by all the tables of this mapping.

SqlContentEntityStorage::purgeFieldItems() — Method in class SqlContentEntityStorage

Removes field items from storage per entity during purge.

SqlContentEntityStorageSchema::preUpdateEntityTypeSchema() — Method in class SqlContentEntityStorageSchema
{@inheritdoc}
SqlContentEntityStorageSchema::postUpdateEntityTypeSchema() — Method in class SqlContentEntityStorageSchema
{@inheritdoc}
SqlContentEntityStorageSchema::processDataTable() — Method in class SqlContentEntityStorageSchema

Processes the gathered schema for a base table.

SqlContentEntityStorageSchema::processRevisionDataTable() — Method in class SqlContentEntityStorageSchema

Processes the gathered schema for a base table.

SqlContentEntityStorageSchema::processIdentifierSchema() — Method in class SqlContentEntityStorageSchema

Processes the specified entity key.

SqlContentEntityStorageSchema::processFieldStorageSchema() — Method in class SqlContentEntityStorageSchema

Processes the schema for a field storage definition.

SqlContentEntityStorageSchema::performFieldSchemaOperation() — Method in class SqlContentEntityStorageSchema

Performs the specified operation on a field.

SqlFieldableEntityTypeListenerTrait::preUpdateEntityTypeSchema() — Method in class SqlFieldableEntityTypeListenerTrait

Allows subscribers to prepare their schema before data copying.

SqlFieldableEntityTypeListenerTrait::postUpdateEntityTypeSchema() — Method in class SqlFieldableEntityTypeListenerTrait

Allows subscribers to do any cleanup necessary after data copying.

$ ActiveLinkResponseFilter#pathMatcherProperty in class ActiveLinkResponseFilter

The path matcher.

$ HtmlResponsePlaceholderStrategySubscriber#placeholderStrategyProperty in class HtmlResponsePlaceholderStrategySubscriber

The placeholder strategy to use.

ParamConverterSubscriberClass in namespace Drupal\Core\EventSubscriber

Event subscriber for registering parameter converters with routes.

$ ParamConverterSubscriber#paramConverterManagerProperty in class ParamConverterSubscriber

The parameter converter manager.

PathRootsSubscriberClass in namespace Drupal\Core\EventSubscriber

Provides all available first bits of all route paths.

$ PathRootsSubscriber#pathRootsProperty in class PathRootsSubscriber

Stores the path roots available in the router.

PsrResponseSubscriberClass in namespace Drupal\Core\EventSubscriber

Response subscriber for handling PSR-7 responses.

$ Dependency#projectProperty in class Dependency

The project namespace for the dependency.

$ Extension#pathnameProperty in class Extension

The relative pathname of the extension (e.g., 'core/modules/node/node.info.yml').

$ ExtensionDiscovery#profileDirectoriesProperty in class ExtensionDiscovery

List of installation profile directories to additionally scan.

ExtensionDiscovery::process() — Method in class ExtensionDiscovery

Processes the filtered and sorted list of extensions.

$ ExtensionList#pathNamesProperty in class ExtensionList

A list of extension folder names keyed by extension name.

$ InfoParser#parsedInfosProperty in class InfoParser

Array of all info keyed by filename.

InfoParser::parse() — Method in class InfoParser

Parses Drupal module, theme and profile .info.yml files.

InfoParserDynamic::parse() — Method in class InfoParserDynamic

Parses Drupal module, theme and profile .info.yml files.

InfoParserInterface::parse() — Method in class InfoParserInterface

Parses Drupal module, theme and profile .info.yml files.

$ ModuleExtensionList#profileListProperty in class ModuleExtensionList

The profile list needed by this module list.

ProfileExtensionListClass in namespace Drupal\Core\Extension

Provides a list of installation profiles.

$ BaseFieldDefinition#propertyDefinitionsProperty in class BaseFieldDefinition

An array of field property definitions.

EntityReferenceFieldItemList::processDefaultValue() — Method in class EntityReferenceFieldItemList

Processes the default value before being applied.

BaseFieldOverride::preSave() — Method in class BaseFieldOverride

Acts on an entity before the presave hook is invoked.

BaseFieldOverride::postDelete() — Method in class BaseFieldOverride

Acts on deleted entities before the delete hook is invoked.

$ FieldConfigBase#propertyConstraintsProperty in class FieldConfigBase

Array of property constraint options keyed by property ID. The values are associative array of constraint options keyed by constraint plugin ID.

FieldConfigBase::postCreate() — Method in class FieldConfigBase

Acts on a created entity before hooks are invoked.

FieldConfigBase::postSave() — Method in class FieldConfigBase

Acts on a saved entity before the insert or update hook is invoked.

FieldItemBase::preSave() — Method in class FieldItemBase

Defines custom presave behavior for field values.

FieldItemBase::postSave() — Method in class FieldItemBase

Defines custom post-save behavior for field values.

FieldItemInterface::propertyDefinitions() — Method in class FieldItemInterface

Defines field item properties.

FieldItemInterface::preSave() — Method in class FieldItemInterface

Defines custom presave behavior for field values.

FieldItemInterface::postSave() — Method in class FieldItemInterface

Defines custom post-save behavior for field values.

FieldItemList::preSave() — Method in class FieldItemList

Defines custom presave behavior for field values.

FieldItemList::postSave() — Method in class FieldItemList

Defines custom post-save behavior for field values.

FieldItemList::processDefaultValue() — Method in class FieldItemList

Processes the default value before being applied.

FieldItemListInterface::preSave() — Method in class FieldItemListInterface

Defines custom presave behavior for field values.

FieldItemListInterface::postSave() — Method in class FieldItemListInterface

Defines custom post-save behavior for field values.

FieldItemListInterface::processDefaultValue() — Method in class FieldItemListInterface

Processes the default value before being applied.

FieldTypePluginManager::processDefinition() — Method in class FieldTypePluginManager

Performs extra processing on plugin definitions.

FormatterBase::prepareView() — Method in class FormatterBase

Allows formatters to load information for field values being displayed.

FormatterInterface::prepareView() — Method in class FormatterInterface

Allows formatters to load information for field values being displayed.

FormatterPluginManager::prepareConfiguration() — Method in class FormatterPluginManager

Merges default values for formatter configuration.

PluginSettingsBaseClass in namespace Drupal\Core\Field

Base class for the Field API plugins.

PluginSettingsInterfaceClass in namespace Drupal\Core\Field

Interface definition for plugin with settings.

EntityReferenceFormatterBase::prepareView() — Method in class EntityReferenceFormatterBase

Allows formatters to load information for field values being displayed.

BooleanItem::propertyDefinitions() — Method in class BooleanItem

Defines field item properties.

ChangedItem::preSave() — Method in class ChangedItem

Defines custom presave behavior for field values.

DecimalItem::propertyDefinitions() — Method in class DecimalItem

Defines field item properties.

DecimalItem::preSave() — Method in class DecimalItem

Defines custom presave behavior for field values.

EmailItem::propertyDefinitions() — Method in class EmailItem

Defines field item properties.

EntityReferenceItem::propertyDefinitions() — Method in class EntityReferenceItem

Defines field item properties.

EntityReferenceItem::preSave() — Method in class EntityReferenceItem

Defines custom presave behavior for field values.

FloatItem::propertyDefinitions() — Method in class FloatItem

Defines field item properties.

IntegerItem::propertyDefinitions() — Method in class IntegerItem

Defines field item properties.

LanguageItem::propertyDefinitions() — Method in class LanguageItem

Defines field item properties.

MapItem::propertyDefinitions() — Method in class MapItem

Defines field item properties.

PasswordItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'password' entity field type.

PasswordItem::propertyDefinitions() — Method in class PasswordItem

Defines field item properties.

PasswordItem::preSave() — Method in class PasswordItem

Defines custom presave behavior for field values.

StringItemBase::propertyDefinitions() — Method in class StringItemBase

Defines field item properties.

TimestampItem::propertyDefinitions() — Method in class TimestampItem

Defines field item properties.

UriItem::propertyDefinitions() — Method in class UriItem

Defines field item properties.

PreconfiguredFieldUiOptionsInterfaceClass in namespace Drupal\Core\Field

Defines an interface for exposing "preconfigured" field definitions.

WidgetPluginManager::prepareConfiguration() — Method in class WidgetPluginManager

Merges default values for widget configuration.

$ FileTransfer#passwordProperty in class FileTransfer

The password for this file transfer.

$ FileTransfer#portProperty in class FileTransfer

The port for this file transfer.

FileSystem::prepareDestination() — Method in class FileSystem

Prepares the destination for a file copy or move operation.

FileSystem::prepareDirectory() — Method in class FileSystem

Checks that the directory exists and is writable.

FileSystemInterface::prepareDirectory() — Method in class FileSystemInterface

Checks that the directory exists and is writable.

ProtectedDirectoryClass in namespace Drupal\Core\File

A value object representing a protected directory.

$ ProtectedDirectory#pathProperty in class ProtectedDirectory

The directory path.

$ ProtectedDirectory#privateProperty in class ProtectedDirectory

If the directory is private (or public).

FormBuilder::processForm() — Method in class FormBuilder

Processes a form submission.

FormBuilder::prepareForm() — Method in class FormBuilder

Prepares a structured form array.

FormBuilderInterface::processForm() — Method in class FormBuilderInterface

Processes a form submission.

FormBuilderInterface::prepareForm() — Method in class FormBuilderInterface

Prepares a structured form array.

FormHelper::processStatesArray() — Method in class FormHelper

Helps recursively rewrite #states selectors.

FormHelper::processStates() — Method in class FormHelper

Adds JavaScript to change the state of an element based on another element.

$ FormState#programmedProperty in class FormState

If TRUE, the form was submitted programmatically, usually invoked via \Drupal\Core\Form\FormBuilderInterface::submitForm(). Defaults to FALSE.

$ FormState#programmed_bypass_access_checkProperty in class FormState

If TRUE, programmatic form submissions are processed without taking #access into account. Set this to FALSE when submitting a form programmatically with values that may have been input by the user executing the current request; this will cause #access to be respected as it would on a normal form submission. Defaults to TRUE.

$ FormState#process_inputProperty in class FormState

TRUE signifies correct form submission. This is always TRUE for programmed forms coming from \Drupal\Core\Form\FormBuilderInterface::submitForm() (see 'programmed' key), or if the form_id coming from the \Drupal::request()->request data is set and matches the current form_id.

FormState::prepareCallback() — Method in class FormState

Converts support notations for a form callback to a valid callable.

FormStateDecoratorBase::prepareCallback() — Method in class FormStateDecoratorBase

Converts support notations for a form callback to a valid callable.

FormStateInterface::prepareCallback() — Method in class FormStateInterface

Converts support notations for a form callback to a valid callable.

FormValidator::performRequiredValidation() — Method in class FormValidator

Performs validation of elements that are not subject to limited validation.

$ SubformState#parentFormProperty in class SubformState

The parent form.

ImageToolkitInterface::parseFile() — Method in class ImageToolkitInterface

Determines if a file contains a valid image.

ImageToolkitOperationBase::prepareArguments() — Method in class ImageToolkitOperationBase

Checks if required arguments are passed in and adds defaults for non passed in optional arguments.

$ Layout#pathProperty in class Layout

Path (relative to the module or theme) to resources like icon or template.

$ SvgIconBuilder#paddingProperty in class SvgIconBuilder

The padding between regions.

$ LayoutDefault#pluginDefinitionProperty in class LayoutDefault

The layout definition.

$ LayoutDefinition#pathProperty in class LayoutDefinition

Path (relative to the module or theme) to resources like icon or template.

LayoutPluginManager::providerExists() — Method in class LayoutPluginManager

Determines if the provider of a definition exists.

LayoutPluginManager::processDefinition() — Method in class LayoutPluginManager

Performs extra processing on plugin definitions.

PersistentDatabaseLockBackendClass in namespace Drupal\Core\Lock

Defines the persistent database lock backend. This backend is global for this Drupal installation.

LogMessageParser::parseMessagePlaceholders() — Method in class LogMessageParser

Parses and transforms message and its placeholders to a common format.

LogMessageParserInterface::parseMessagePlaceholders() — Method in class LogMessageParserInterface

Parses and transforms message and its placeholders to a common format.

PhpMailClass in namespace Drupal\Core\Mail\Plugin\Mail

Defines the default Drupal mail backend, using PHP's native mail() function.

$ ContextualLinkManager#pluginsByGroupProperty in class ContextualLinkManager

A static cache of all the contextual link plugins by group name.

ContextualLinkManager::processDefinition() — Method in class ContextualLinkManager

Performs extra processing on plugin definitions.

LocalTaskManager::processDefinition() — Method in class LocalTaskManager

Performs extra processing on plugin definitions.

MenuLinkManager::processDefinition() — Method in class MenuLinkManager

Performs extra processing on plugin definitions.

MenuParentFormSelector::parentSelectElement() — Method in class MenuParentFormSelector

Gets a form element to choose a menu and parent.

MenuParentFormSelector::parentSelectOptionsTreeWalk() — Method in class MenuParentFormSelector

Iterates over all items in the tree to prepare the parents select options.

MenuParentFormSelectorInterface::parentSelectElement() — Method in class MenuParentFormSelectorInterface

Gets a form element to choose a menu and parent.

MenuTreeStorage::purgeMultiple() — Method in class MenuTreeStorage

Purges multiple menu links that no longer exist.

MenuTreeStorage::preSave() — Method in class MenuTreeStorage

Fills in all the fields the database save needs, using the link definition.

MenuTreeStorage::prepareLink() — Method in class MenuTreeStorage

Prepares a link by unserializing values and saving the definition.

PagerClass in namespace Drupal\Core\Pager

A value object that represents a pager.

PagerManagerClass in namespace Drupal\Core\Pager

Provides a manager for pagers.

$ PagerManager#pagerParamsProperty in class PagerManager

The pager parameters.

$ PagerManager#pagersProperty in class PagerManager

An associative array of pagers.

PagerManagerInterfaceClass in namespace Drupal\Core\Pager

This is a service for pager information.

PagerParametersClass in namespace Drupal\Core\Pager

Provides pager information contained within the current request.

PagerParametersInterfaceClass in namespace Drupal\Core\Pager

Interface describing pager information contained within the request.

ParamConverterInterfaceClass in namespace Drupal\Core\ParamConverter

Interface for parameter converters.

ParamConverterManagerClass in namespace Drupal\Core\ParamConverter

Manages converter services for converting request parameters to full objects.

ParamConverterManagerInterfaceClass in namespace Drupal\Core\ParamConverter

Provides an interface for a parameter converter manager.

ParamNotConvertedExceptionClass in namespace Drupal\Core\ParamConverter

Provides an exception class for a request parameter that was not converted.

PasswordGeneratorInterfaceClass in namespace Drupal\Core\Password

Interface for generating passwords.

PasswordInterfaceClass in namespace Drupal\Core\Password

Secure password hashing functions for user authentication.

PhpassHashedPasswordClass in namespace Drupal\Core\Password

Secure password hashing functions based on the Portable PHP password hashing framework.

InboundPathProcessorInterface::processInbound() — Method in class InboundPathProcessorInterface

Processes the inbound path.

NullPathProcessorManager::processInbound() — Method in class NullPathProcessorManager

Processes the inbound path.

NullPathProcessorManager::processOutbound() — Method in class NullPathProcessorManager

Processes the outbound path.

OutboundPathProcessorInterface::processOutbound() — Method in class OutboundPathProcessorInterface

Processes the outbound path.

PathProcessorDecodeClass in namespace Drupal\Core\PathProcessor

Processes the inbound path by urldecoding it.

PathProcessorDecode::processInbound() — Method in class PathProcessorDecode

Processes the inbound path.

PathProcessorFrontClass in namespace Drupal\Core\PathProcessor

Processes the inbound path by resolving it to the front page if empty.

PathProcessorFront::processInbound() — Method in class PathProcessorFront

Processes the inbound path.

PathProcessorManagerClass in namespace Drupal\Core\PathProcessor

Path processor manager.

PathProcessorManager::processInbound() — Method in class PathProcessorManager

Processes the inbound path.

PathProcessorManager::processOutbound() — Method in class PathProcessorManager

Processes the outbound path.

$ CurrentPathStack#pathsProperty in class CurrentPathStack

Static cache of paths.

PathMatcherClass in namespace Drupal\Core\Path

Provides a path matcher.

PathMatcherInterfaceClass in namespace Drupal\Core\Path

Provides an interface for URL path matchers.

PathValidatorClass in namespace Drupal\Core\Path

Provides a default path validator and access checker.

$ PathValidator#pathProcessorProperty in class PathValidator

The path processor.

PathValidatorInterfaceClass in namespace Drupal\Core\Path

Provides an interface for url path validators.

$ ValidPathConstraintValidator#pathValidatorProperty in class ValidPathConstraintValidator

The path validator.

PhpStorageFactoryClass in namespace Drupal\Core\PhpStorage

Creates a php storage object.

CategorizingPluginManagerTrait::processDefinitionCategory() — Method in class CategorizingPluginManagerTrait

Processes a plugin definition to ensure there is a category.

$ DefaultLazyPluginCollection#pluginKeyProperty in class DefaultLazyPluginCollection

The key within the plugin configuration that contains the plugin ID.

$ DefaultPluginManager#pluginDefinitionAnnotationNameProperty in class DefaultPluginManager

The name of the annotation that contains the plugin definition.

$ DefaultPluginManager#pluginInterfaceProperty in class DefaultPluginManager

The interface each plugin should implement.

DefaultPluginManager::processDefinition() — Method in class DefaultPluginManager

Performs extra processing on plugin definitions.

DefaultPluginManager::providerExists() — Method in class DefaultPluginManager

Determines if the provider of a definition exists.

AnnotatedClassDiscovery::prepareAnnotationDefinition() — Method in class AnnotatedClassDiscovery

Prepares the annotation definition.

PluginBaseClass in namespace Drupal\Core\Plugin

Base class for plugins supporting metadata inspection and translation.

PluginDependencyTraitClass in namespace Drupal\Core\Plugin

Provides a trait for calculating the dependencies of a plugin.

PluginFormBaseClass in namespace Drupal\Core\Plugin

Provides a base class for plugin forms.

$ PluginFormBase#pluginProperty in class PluginFormBase

The plugin this form is for.

PluginFormFactoryClass in namespace Drupal\Core\Plugin

Provides form discovery capabilities for plugins.

PluginFormFactoryInterfaceClass in namespace Drupal\Core\Plugin

Provides an interface for retrieving form objects for plugins.

PluginFormInterfaceClass in namespace Drupal\Core\Plugin

Provides an interface for an embeddable plugin form.

PluginManagerPassClass in namespace Drupal\Core\Plugin

Registers plugin managers to the plugin.cache_clearer service.

PluginManagerPass::process() — Method in class PluginManagerPass
{@inheritdoc}
PluginWithFormsInterfaceClass in namespace Drupal\Core\Plugin

Provides an interface for plugins which have forms.

PluginWithFormsTraitClass in namespace Drupal\Core\Plugin

Provides a trait with typical behavior for plugins which have forms.

PrivateKeyClass in namespace Drupal\Core

Manages the Drupal private key.

ProxyBuilderClass in namespace Drupal\Core\ProxyBuilder

Extend the component proxy builder by using the DependencySerializationTrait.

PersistentDatabaseLockBackendClass in namespace Drupal\Core\ProxyClass\Lock

Provides a proxy class for \Drupal\Core\Lock\PersistentDatabaseLockBackend.

QueueWorkerInterface::processItem() — Method in class QueueWorkerInterface

Works on a single queue item.

QueueWorkerManager::processDefinition() — Method in class QueueWorkerManager

Performs extra processing on plugin definitions.

AttachmentsResponseProcessorInterface::processAttachments() — Method in class AttachmentsResponseProcessorInterface

Processes the attachments of a response that has attachments.

Element::property() — Method in class Element

Checks if the key is a property.

Element::properties() — Method in class Element

Gets properties of a structured array element (keys beginning with '#').

Actions::processActions() — Method in class Actions

Processes a form actions container element.

Actions::preRenderActionsDropbutton() — Method in class Actions

pre_render callback for #type 'actions'.

Button::processButton() — Method in class Button

Processes a form button element.

Button::preRenderButton() — Method in class Button

Prepares a #type 'button' render element for input.html.twig.

Checkbox::preRenderCheckbox() — Method in class Checkbox

Prepares a #type 'checkbox' render element for input.html.twig.

Checkbox::processCheckbox() — Method in class Checkbox

Sets the #checked property of a checkbox element.

Checkboxes::processCheckboxes() — Method in class Checkboxes

Processes a checkboxes form element.

Color::preRenderColor() — Method in class Color

Prepares a #type 'color' render element for input.html.twig.

CompositeFormElementTrait::preRenderCompositeFormElement() — Method in class CompositeFormElementTrait

Adds form element theming to an element if its title or description is set.

Container::processContainer() — Method in class Container

Processes a container element.

Container::preRenderContainer() — Method in class Container

Prevents optional containers from rendering if they have no children.

Date::processDate() — Method in class Date

Processes a date form element.

Date::preRenderDate() — Method in class Date

Adds form-specific attributes to a 'date' #type element.

Details::preRenderDetails() — Method in class Details

Adds form element theming to details.

Dropbutton::preRenderDropbutton() — Method in class Dropbutton

Pre-render callback: Attaches the dropbutton library and required markup.

Email::preRenderEmail() — Method in class Email

Prepares a #type 'email' render element for input.html.twig.

File::processFile() — Method in class File

Processes a file upload element, make use of #multiple if present.

File::preRenderFile() — Method in class File

Prepares a #type 'file' render element for input.html.twig.

FormElement::processPattern() — Method in class FormElement

process callback for #pattern form element property.

FormElement::processAutocomplete() — Method in class FormElement

Adds autocomplete functionality to elements.

Hidden::preRenderHidden() — Method in class Hidden

Prepares a #type 'hidden' render element for input.html.twig.

HtmlTag::preRenderHtmlTag() — Method in class HtmlTag

Pre-render callback: Renders a generic HTML tag with attributes.

HtmlTag::preRenderConditionalComments() — Method in class HtmlTag

Pre-render callback: Renders #browsers into #prefix and #suffix.

ImageButton::preRenderButton() — Method in class ImageButton

Prepares a #type 'button' render element for input.html.twig.

InlineTemplate::preRenderInlineTemplate() — Method in class InlineTemplate

Renders a twig string directly.

Link::preRenderLink() — Method in class Link

Pre-render callback: Renders a link into #markup.

Link::preRenderLinks() — Method in class Link

Pre-render callback: Collects child links into a single array.

MachineName::processMachineName() — Method in class MachineName

Processes a machine-readable name form element.

Number::preRenderNumber() — Method in class Number

Prepares a #type 'number' render element for input.html.twig.

PageClass in namespace Drupal\Core\Render\Element

Provides a render element for the content of an HTML page.

PageTitleClass in namespace Drupal\Core\Render\Element

Provides a render element for the title of an HTML page.

PagerClass in namespace Drupal\Core\Render\Element

Provides a render element for a pager.

Pager::preRenderPager() — Method in class Pager

pre_render callback to associate the appropriate cache context.

PasswordClass in namespace Drupal\Core\Render\Element

Provides a form element for entering a password, with hidden text.

Password::preRenderPassword() — Method in class Password

Prepares a #type 'password' render element for input.html.twig.

PasswordConfirmClass in namespace Drupal\Core\Render\Element

Provides a form element for double-input of passwords.

PasswordConfirm::processPasswordConfirm() — Method in class PasswordConfirm

Expand a password_confirm field into two text boxes.

PathElementClass in namespace Drupal\Core\Render\Element

Provides a matched path render element.

Radio::preRenderRadio() — Method in class Radio

Prepares a #type 'radio' render element for input.html.twig.

Radios::processRadios() — Method in class Radios

Expands a radios element into individual radio elements.

Range::preRenderRange() — Method in class Range

Prepares a #type 'range' render element for input.html.twig.

RenderElement::preRenderGroup() — Method in class RenderElement

Adds members of this group as actual elements for rendering.

RenderElement::processAjaxForm() — Method in class RenderElement

Form element processing handler for the #ajax form property.

RenderElement::preRenderAjaxForm() — Method in class RenderElement

Adds Ajax information about an element to communicate with JavaScript.

RenderElement::processGroup() — Method in class RenderElement

Arranges elements into groups.

Search::preRenderSearch() — Method in class Search

Prepares a #type 'search' render element for input.html.twig.

Select::processSelect() — Method in class Select

Processes a select list form element.

Select::preRenderSelect() — Method in class Select

Prepares a select render element.

StatusReport::preRenderGroupRequirements() — Method in class StatusReport

pre_render callback to group requirements.

SystemCompactLink::preRenderCompactLink() — Method in class SystemCompactLink

Pre-render callback: Renders a link into #markup.

Table::processTable() — Method in class Table

process callback for #type 'table' to add tableselect support.

Table::preRenderTable() — Method in class Table

pre_render callback to transform children of an element of #type 'table'.

Tableselect::preRenderTableselect() — Method in class Tableselect

Prepares a 'tableselect' #type element for rendering.

Tableselect::processTableselect() — Method in class Tableselect

Creates checkbox or radio elements to populate a tableselect table.

Tel::preRenderTel() — Method in class Tel

Prepares a #type 'tel' render element for input.html.twig.

Textfield::preRenderTextfield() — Method in class Textfield

Prepares a #type 'textfield' render element for input.html.twig.

Url::preRenderUrl() — Method in class Url

Prepares a #type 'url' render element for input.html.twig.

VerticalTabs::preRenderVerticalTabs() — Method in class VerticalTabs

Prepares a vertical_tabs element for rendering.

VerticalTabs::processVerticalTabs() — Method in class VerticalTabs

Creates a group formatted as vertical tabs.

Weight::processWeight() — Method in class Weight

Expands a weight element into a select/number element.

HtmlResponseAttachmentsProcessor::processAttachments() — Method in class HtmlResponseAttachmentsProcessor

Processes the attachments of a response that has attachments.

HtmlResponseAttachmentsProcessor::processAssetLibraries() — Method in class HtmlResponseAttachmentsProcessor

Processes asset libraries into render arrays.

HtmlResponseAttachmentsProcessor::processHtmlHead() — Method in class HtmlResponseAttachmentsProcessor

Ensure proper key/data order and defaults for renderable head items.

HtmlResponseAttachmentsProcessor::processHtmlHeadLink() — Method in class HtmlResponseAttachmentsProcessor

Transform a html_head_link array into html_head and http_header arrays.

HtmlResponseAttachmentsProcessor::processFeed() — Method in class HtmlResponseAttachmentsProcessor

Transform a 'feed' attachment into an 'html_head_link' attachment.

HtmlRenderer::prepare() — Method in class HtmlRenderer

Prepares the HTML body: wraps the main content in #type 'page'.

MainContentRenderersPass::process() — Method in class MainContentRenderersPass
{@inheritdoc}
$ OffCanvasRenderer#positionProperty in class OffCanvasRenderer

The position to render the off-canvas dialog.

PageDisplayVariantSelectionEventClass in namespace Drupal\Core\Render

Event fired when rendering main content, to select a page display variant.

$ PageDisplayVariantSelectionEvent#pluginIdProperty in class PageDisplayVariantSelectionEvent

The selected page display variant plugin ID.

$ PageDisplayVariantSelectionEvent#pluginConfigurationProperty in class PageDisplayVariantSelectionEvent

The configuration for the selected page display variant.

PlaceholderGeneratorClass in namespace Drupal\Core\Render

Turns a render array into a placeholder.

PlaceholderGeneratorInterfaceClass in namespace Drupal\Core\Render

Defines an interface for turning a render array into a placeholder.

$ ChainedPlaceholderStrategy#placeholderStrategiesProperty in class ChainedPlaceholderStrategy

An ordered list of placeholder strategy services.

ChainedPlaceholderStrategy::processPlaceholders() — Method in class ChainedPlaceholderStrategy

Processes placeholders to render them with different strategies.

PlaceholderStrategyInterfaceClass in namespace Drupal\Core\Render\Placeholder

Provides an interface for defining a placeholder strategy service.

PlaceholderStrategyInterface::processPlaceholders() — Method in class PlaceholderStrategyInterface

Processes placeholders to render them with different strategies.

SingleFlushStrategy::processPlaceholders() — Method in class SingleFlushStrategy

Processes placeholders to render them with different strategies.

PlaceholderingRenderCacheClass in namespace Drupal\Core\Render

Adds automatic placeholdering to the RenderCache.

$ PlaceholderingRenderCache#placeholderGeneratorProperty in class PlaceholderingRenderCache

The placeholder generator.

$ PlaceholderingRenderCache#placeholderResultsCacheProperty in class PlaceholderingRenderCache

Stores rendered results for automatically placeholdered elements.

PreviewFallbackInterfaceClass in namespace Drupal\Core\Render

Allows an element to provide a fallback representation of itself for preview.

$ Renderer#placeholderGeneratorProperty in class Renderer

The placeholder generator.

OutboundRouteProcessorInterface::processOutbound() — Method in class OutboundRouteProcessorInterface

Processes the outbound route.

RouteProcessorCurrent::processOutbound() — Method in class RouteProcessorCurrent

Processes the outbound route.

RouteProcessorManager::processOutbound() — Method in class RouteProcessorManager

Processes the outbound route.

$ CompiledRoute#patternOutlineProperty in class CompiledRoute

The pattern outline of this route.

ParamConversionEnhancerClass in namespace Drupal\Core\Routing\Enhancer

Provides a route enhancer that handles parameter conversion.

$ ParamConversionEnhancer#paramConverterManagerProperty in class ParamConversionEnhancer

The parameter conversion manager.

$ LazyRouteCollection#providerProperty in class LazyRouteCollection

The route provider for this generator.

NullGenerator::processRoute() — Method in class NullGenerator

Passes the route to the processor manager for altering before compilation.

NullGenerator::processPath() — Method in class NullGenerator

Passes the path to a processor manager to allow alterations.

PreloadableRouteProviderInterfaceClass in namespace Drupal\Core\Routing

Extends the router provider interface to pre-load routes.

PreloadableRouteProviderInterface::preLoadRoutes() — Method in class PreloadableRouteProviderInterface

Pre-load routes by their names using the provided list of names.

$ RouteMatch#parametersProperty in class RouteMatch

A key|value store of parameters.

$ RouteProvider#pathProcessorProperty in class RouteProvider

A path processor manager for resolving the system path.

RouteProvider::preLoadRoutes() — Method in class RouteProvider

Pre-load routes by their names using the provided list of names.

RouteProviderLazyBuilder::preLoadRoutes() — Method in class RouteProviderLazyBuilder

Pre-load routes by their names using the provided list of names.

$ UrlGenerator#providerProperty in class UrlGenerator

The route provider.

$ UrlGenerator#pathProcessorProperty in class UrlGenerator

The path processor to convert the system path to one suitable for urls.

UrlGenerator::processPath() — Method in class UrlGenerator

Passes the path to a processor manager to allow alterations.

UrlGenerator::processRoute() — Method in class UrlGenerator

Passes the route to the processor manager for altering before compilation.

PharExtensionInterceptorClass in namespace Drupal\Core\Security

An alternate PharExtensionInterceptor to support phar-based CLI tools.

RequestSanitizer::processParameterBag() — Method in class RequestSanitizer

Processes a request parameter bag.

PermissionsHashGeneratorClass in namespace Drupal\Core\Session

Generates and caches the permissions hash for a user.

$ PermissionsHashGenerator#privateKeyProperty in class PermissionsHashGenerator

The private key service.

PermissionsHashGeneratorInterfaceClass in namespace Drupal\Core\Session

Defines the user permissions hash generator interface.

$ UserSession#preferred_langcodeProperty in class UserSession

The preferred language code of the account.

$ UserSession#preferred_admin_langcodeProperty in class UserSession

The preferred administrative language code of the account.

PhpStreamWrapperInterfaceClass in namespace Drupal\Core\StreamWrapper

Defines a generic PHP stream wrapper interface.

PrivateStreamClass in namespace Drupal\Core\StreamWrapper

Drupal private (private://) stream wrapper class.

PublicStreamClass in namespace Drupal\Core\StreamWrapper

Defines a Drupal public (public://) stream wrapper class.

PluralTranslatableMarkupClass in namespace Drupal\Core\StringTranslation

A class to hold plural translatable markup.

BreakLockLink::preRenderLock() — Method in class BreakLockLink

Pre-render callback: Renders a lock into #markup.

PrivateTempStoreClass in namespace Drupal\Core\TempStore

Stores and retrieves temporary data for a given owner.

PrivateTempStoreFactoryClass in namespace Drupal\Core\TempStore

Creates a PrivateTempStore object for a given collection.

TwigTransTokenParser::parse() — Method in class TwigTransTokenParser
{@inheritdoc}
FunctionalTestSetupTrait::prepareSettings() — Method in class FunctionalTestSetupTrait

Prepares site settings and services before installation.

FunctionalTestSetupTrait::prepareRequestForGenerator() — Method in class FunctionalTestSetupTrait

Creates a mock request and sets it on the generator.

FunctionalTestSetupTrait::prepareEnvironment() — Method in class FunctionalTestSetupTrait

Prepares the current environment for running the test.

PerformanceTestRecorderClass in namespace Drupal\Core\Test

Records the number of times specific events occur.

PhpUnitTestRunnerClass in namespace Drupal\Core\Test

Run PHPUnit-based tests.

PhpUnitTestRunner::phpUnitCommand() — Method in class PhpUnitTestRunner

Returns the command to run PHPUnit.

TestFileParser::parseContents() — Method in class TestFileParser

Parse class names out of PHP file contents.

TestDatabase::processPhpUnitResults() — Method in class TestDatabase

Inserts the parsed PHPUnit results into {simpletest}.

TestDiscovery::parseTestClassSummary() — Method in class TestDiscovery

Parses the phpDoc summary line of a test class.

TestDiscovery::parseTestClassAnnotations() — Method in class TestDiscovery

Parses annotations in the phpDoc of a test class.

$ TestSetupTrait#publicFilesDirectoryProperty in class TestSetupTrait

The public file directory for the test environment.

$ TestSetupTrait#privateFilesDirectoryProperty in class TestSetupTrait

The private file directory for the test environment.

TestSetupTrait::prepareDatabasePrefix() — Method in class TestSetupTrait

Generates a database prefix for running tests.

$ ActiveTheme#pathProperty in class ActiveTheme

The path to the theme.

Registry::processExtension() — Method in class Registry

Process a single implementation of hook_theme().

Registry::postProcessExtension() — Method in class Registry

Completes the theme registry adding discovered functions and hooks.

ThemeInitialization::prepareStylesheetsRemove() — Method in class ThemeInitialization

Prepares stylesheets-remove specified in the *.info.yml file.

PhpTransliterationClass in namespace Drupal\Core\Transliteration

Enhances PhpTransliteration with an alter hook.

$ ComplexDataDefinitionBase#propertyDefinitionsProperty in class ComplexDataDefinitionBase

An array of data definitions.

$ Map#propertiesProperty in class Map

The array of properties.

PrimitiveBaseClass in namespace Drupal\Core\TypedData

Base class for primitive data types.

PrimitiveInterfaceClass in namespace Drupal\Core\TypedData

Interface for primitive data.

$ TypedData#parentProperty in class TypedData

The parent typed data object.

$ TypedDataManager#prototypesProperty in class TypedDataManager

An array of typed data property prototypes.

$ ConstraintViolationBuilder#parametersProperty in class ConstraintViolationBuilder

The message parameters.

$ ConstraintViolationBuilder#propertyPathProperty in class ConstraintViolationBuilder

The property path.

$ ConstraintViolationBuilder#pluralProperty in class ConstraintViolationBuilder

The number used

$ ExecutionContext#propertyPathProperty in class ExecutionContext

The property path leading to the current value.

UpdateCompilerPass::process() — Method in class UpdateCompilerPass
{@inheritdoc}
Module::postInstallTasks() — Method in class Module

Returns an array of links to pages that should be visited post operation.

Module::postUpdateTasks() — Method in class Module

Returns an array of links to pages that should be visited post operation.

Theme::postInstall() — Method in class Theme

Performs actions after installation.

Theme::postInstallTasks() — Method in class Theme

Returns an array of links to pages that should be visited post operation.

Updater::prepareInstallDirectory() — Method in class Updater

Makes sure the installation parent directory exists and is writable.

Updater::postUpdate() — Method in class Updater

Performs actions after new code is updated.

Updater::postInstall() — Method in class Updater

Performs actions after installation.

Updater::postInstallTasks() — Method in class Updater

Returns an array of links to pages that should be visited post operation.

Updater::postUpdateTasks() — Method in class Updater

Returns an array of links to pages that should be visited post operation.

UpdaterInterface::postInstall() — Method in class UpdaterInterface

Actions to run after an install has occurred.

UpdaterInterface::postUpdate() — Method in class UpdaterInterface

Actions to run after an update has occurred.

ProjectInfoClass in namespace Drupal\Core\Utility

Performs operations on drupal.org project data.

ProjectInfo::processInfoList() — Method in class ProjectInfo

Populates an array of project data.

$ ThemeRegistry#persistableProperty in class ThemeRegistry

Whether the partial registry can be persisted to the cache.

$ UnroutedUrlAssembler#pathProcessorProperty in class UnroutedUrlAssembler

The outbound path processor.

ConstraintManager::processDefinition() — Method in class ConstraintManager

Performs extra processing on plugin definitions.

DrupalTranslator::processParameters() — Method in class DrupalTranslator

Processes the parameters array for use with TranslatableMarkup.

$ ComplexDataConstraint#propertiesProperty in class ComplexDataConstraint

An array of constraints for contained properties, keyed by property name.

PrimitiveTypeConstraintClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Supports validating all primitive types.

PrimitiveTypeConstraintValidatorClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Validates the PrimitiveType constraint.

$ DemoUmamiProfileTest#profileProperty in class DemoUmamiProfileTest
{@inheritdoc}
$ UmamiMultilingualInstallTest#profileProperty in class UmamiMultilingualInstallTest
{@inheritdoc}
$ UninstallDefaultContentTest#profileProperty in class UninstallDefaultContentTest
{@inheritdoc}
$ SystemListingCrossProfileCompatibleTest#profileProperty in class SystemListingCrossProfileCompatibleTest

Use the Minimal profile.

$ MinimalTest#profileProperty in class MinimalTest
$ StandardJavascriptTest#profileProperty in class StandardJavascriptTest
{@inheritdoc}
$ StandardTest#profileProperty in class StandardTest
Action::prepareRow() — Method in class Action

Adds additional data to the row.

AggregatorController::pageLast() — Method in class AggregatorController

Displays the most recent items gathered from any feed.

Feed::preCreate() — Method in class Feed

Changes the values of an entity before it is created.

Feed::preDelete() — Method in class Feed

Acts on entities before they are deleted and before hooks are invoked.

Feed::postDelete() — Method in class Feed

Acts on deleted entities before the delete hook is invoked.

Item::postSave() — Method in class Item

Acts on a saved entity before the insert or update hook is invoked.

OpmlFeedAdd::parseOpml() — Method in class OpmlFeedAdd

Parses an OPML file.

$ ItemsImporter#processorManagerProperty in class ItemsImporter

The aggregator processor manager.

$ ItemsImporter#parserManagerProperty in class ItemsImporter

The aggregator parser manager.

ParserInterfaceClass in namespace Drupal\aggregator\Plugin

Defines an interface for aggregator parser implementations.

ParserInterface::parse() — Method in class ParserInterface

Parses feed data.

ProcessorInterfaceClass in namespace Drupal\aggregator\Plugin

Defines an interface for aggregator processor implementations.

ProcessorInterface::process() — Method in class ProcessorInterface

Processes feed data.

ProcessorInterface::postProcess() — Method in class ProcessorInterface

Refreshes feed information.

AggregatorRefresh::processItem() — Method in class AggregatorRefresh

Works on a single queue item.

DefaultParser::parse() — Method in class DefaultParser

Parses feed data.

DefaultProcessor::process() — Method in class DefaultProcessor

Processes feed data.

DefaultProcessor::postProcess() — Method in class DefaultProcessor

Implements \Drupal\aggregator\Plugin\ProcessorInterface::postProcess().

BigPipe::performPreSendTasks() — Method in class BigPipe

Performs tasks before sending content (and rendering placeholders).

BigPipe::performPostSendTasks() — Method in class BigPipe

Performs tasks after sending content (and rendering placeholders).

BigPipeResponse::populateBasedOnOriginalHtmlResponse() — Method in class BigPipeResponse

Populates this BigPipeResponse object based on the original HTML response.

BigPipeResponseAttachmentsProcessor::processAttachments() — Method in class BigPipeResponseAttachmentsProcessor

Processes the attachments of a response that has attachments.

BigPipeStrategy::processPlaceholders() — Method in class BigPipeStrategy

Processes placeholders to render them with different strategies.

BigPipeStrategy::placeholderIsAttributeSafe() — Method in class BigPipeStrategy

Determines whether the given placeholder is attribute-safe or not.

$ BlockForm#pluginFormFactoryProperty in class BlockForm

The plugin form manager.

BlockViewBuilder::preRender() — Method in class BlockViewBuilder

pre_render callback for building a block.

BlockController::performOperation() — Method in class BlockController

Calls a method on a block and reloads the listing page.

$ Block#pluginProperty in class Block

The plugin instance ID.

$ Block#pluginCollectionProperty in class Block

The plugin collection that holds the block plugin for this entity.

Block::postSave() — Method in class Block

Acts on a saved entity before the insert or update hook is invoked.

Block::preSave() — Method in class Block

Acts on an entity before the presave hook is invoked.

Block::prepareRow() — Method in class Block

Adds additional data to the row.

BlockTranslation::prepareRow() — Method in class BlockTranslation

Adds additional data to the row.

BlockContent::postSave() — Method in class BlockContent

Acts on a saved entity before the insert or update hook is invoked.

BlockContent::postDelete() — Method in class BlockContent

Acts on deleted entities before the delete hook is invoked.

BlockContent::preSaveRevision() — Method in class BlockContent

Acts on a revision before it gets saved.

BlockCustomTranslation::prepareRow() — Method in class BlockCustomTranslation

Adds additional data to the row.

BookOutline::prevLink() — Method in class BookOutline

Fetches the book link for the previous page of the book.

BreakpointManager::processDefinition() — Method in class BreakpointManager

Performs extra processing on plugin definitions.

BreakpointManager::providerExists() — Method in class BreakpointManager

Determines if the provider of a definition exists.

$ CKEditor5AspectsOfCKEditor5Plugin#pluginsProperty in class CKEditor5AspectsOfCKEditor5Plugin

The CKEditor5 plugin classes provided.

CKEditor5ImageController::prepareFilename() — Method in class CKEditor5ImageController

Prepares the filename to strip out any malicious extensions.

PluginManagerDependentValidatorTraitClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

Common functionality for many CKEditor 5 validation constraints.

$ PluginManagerDependentValidatorTrait#pluginManagerProperty in class PluginManagerDependentValidatorTrait

The CKEditor 5 plugin manager.

$ SmartDefaultSettings#pluginManagerProperty in class SmartDefaultSettings

The CKEditor 5 plugin manager.

ColorSystemBrandingBlockAlter::preRender() — Method in class ColorSystemBrandingBlockAlter

pre_render callback: Sets color preset logo.

Color::prepareRow() — Method in class Color

Adds additional data to the row.

CommentForm::preview() — Method in class CommentForm

Form submission handler for the 'preview' action.

CommentInterface::permalink() — Method in class CommentInterface

Returns the permalink URL for this comment.

Comment::preSave() — Method in class Comment

Acts on an entity before the presave hook is invoked.

Comment::postSave() — Method in class Comment

Acts on a saved entity before the insert or update hook is invoked.

Comment::postDelete() — Method in class Comment

Acts on deleted entities before the delete hook is invoked.

Comment::permalink() — Method in class Comment

Returns the permalink URL for this comment.

Comment::preCreate() — Method in class Comment

Changes the values of an entity before it is created.

CommentItem::propertyDefinitions() — Method in class CommentItem

Defines field item properties.

EntityComment::processStubRow() — Method in class EntityComment

Populates as much of the stub row as possible.

CommentType::prepareRow() — Method in class CommentType

Adds additional data to the row.

Comment::prepareRow() — Method in class Comment

Adds additional data to the row.

Comment::prepareComment() — Method in class Comment

Provides a BC layer for deprecated sources.

Comment::prepareRow() — Method in class Comment

Adds additional data to the row.

CommentEntityTranslation::prepareRow() — Method in class CommentEntityTranslation

Adds additional data to the row.

EntityLink::preRender() — Method in class EntityLink

Runs before any fields are rendered.

NodeNewComments::preRender() — Method in class NodeNewComments

Runs before any fields are rendered.

Rss::preRender() — Method in class Rss

Allow the style to do stuff before each row is rendered.

ConfigEntityMapper::populateFromRouteMatch() — Method in class ConfigEntityMapper

Populate the config mapper with route match data.

ConfigEntityMapper::processRoute() — Method in class ConfigEntityMapper

Allows to process all config translation routes.

ConfigMapperInterface::populateFromRouteMatch() — Method in class ConfigMapperInterface

Populate the config mapper with route match data.

ConfigMapperManager::processDefinition() — Method in class ConfigMapperManager

Performs extra processing on plugin definitions.

ConfigNamesMapper::processRoute() — Method in class ConfigNamesMapper

Allows to process all config translation routes.

ConfigNamesMapper::populateFromRouteMatch() — Method in class ConfigNamesMapper

Populate the config mapper with route match data.

$ ConfigTranslationController#pathProcessorProperty in class ConfigTranslationController

The path processor service.

PluralVariantsClass in namespace Drupal\config_translation\FormElement

Defines form elements for plurals in configuration translation.

ProfileFieldTranslationClass in namespace Drupal\config_translation\Plugin\migrate\source\d6

Drupal 6 i18n strings profile field source from database.

$ ContactFormEditForm#pathValidatorProperty in class ContactFormEditForm

The path validator.

MessageForm::preview() — Method in class MessageForm

Form submission handler for the 'preview' action.

ContactCategory::prepareRow() — Method in class ContactCategory

Adds additional data to the row.

$ ContentModerationState#publishedProperty in class ContentModerationState

If entities should be published if in this state.

ContentPreprocess::preprocessNode() — Method in class ContentPreprocess
PermissionsClass in namespace Drupal\content_moderation

Defines a class for dynamic permissions based on transitions.

$ StateTransitionValidation#possibleTransitionsProperty in class StateTransitionValidation

Stores the possible state transitions.

ContentTranslationController::prepareTranslation() — Method in class ContentTranslationController

Populates target values with the source values.

ContextualLinks::preRenderLinks() — Method in class ContextualLinks

Pre-render callback: Builds a renderable array for contextual links.

ContextualLinksPlaceholder::preRenderPlaceholder() — Method in class ContextualLinksPlaceholder

Pre-render callback: Renders a contextual links placeholder into #markup.

ContextualLinks::preRender() — Method in class ContextualLinks

Runs before any fields are rendered.

DateTimeFieldItemList::processDefaultValue() — Method in class DateTimeFieldItemList

Processes the default value before being applied.

DateTimeItem::propertyDefinitions() — Method in class DateTimeItem

Defines field item properties.

DateRangeFieldItemList::processDefaultValue() — Method in class DateRangeFieldItemList

Processes the default value before being applied.

DateRangeItem::propertyDefinitions() — Method in class DateRangeItem

Defines field item properties.

$ DbLog#parserProperty in class DbLog

The message's placeholders parser.

InstallHelper::processTerm() — Method in class InstallHelper

Process terms for a given vocabulary and filename.

InstallHelper::processImage() — Method in class InstallHelper

Process images into media entities.

InstallHelper::processPage() — Method in class InstallHelper

Process pages data into page node structure.

InstallHelper::processRecipe() — Method in class InstallHelper

Process recipe data into recipe node structure.

InstallHelper::processArticle() — Method in class InstallHelper

Process article data into article node structure.

InstallHelper::processBannerBlock() — Method in class InstallHelper

Process block_banner data into block_banner block structure.

InstallHelper::processDisclaimerBlock() — Method in class InstallHelper

Process disclaimer_block data into disclaimer_block block structure.

InstallHelper::processFooterPromoBlock() — Method in class InstallHelper

Process footer_block data into footer_block block structure.

InstallHelper::processContent() — Method in class InstallHelper

Process content into a structure that can be saved into Drupal.

$ Element#pluginManagerProperty in class Element

The Text Editor plugin manager service.

Element::preRenderTextFormat() — Method in class Element

Additional #pre_render callback for 'text_format' elements.

EditorFileReference::process() — Method in class EditorFileReference

Performs the filter processing.

ConfigImporterFieldPurger::process() — Method in class ConfigImporterFieldPurger

Processes fields targeted for purge as part of a configuration sync.

FieldConfig::postCreate() — Method in class FieldConfig

Acts on a created entity before hooks are invoked.

FieldConfig::preSave() — Method in class FieldConfig

Overrides \Drupal\Core\Entity\Entity::preSave().

FieldConfig::preDelete() — Method in class FieldConfig

Acts on entities before they are deleted and before hooks are invoked.

FieldConfig::postDelete() — Method in class FieldConfig

Acts on deleted entities before the delete hook is invoked.

$ FieldStorageConfig#persist_with_no_fieldsProperty in class FieldStorageConfig

Flag indicating whether the field storage should be deleted when orphaned.

$ FieldStorageConfig#propertyDefinitionsProperty in class FieldStorageConfig

An array of field property definitions.

FieldStorageConfig::preSave() — Method in class FieldStorageConfig

Overrides \Drupal\Core\Entity\Entity::preSave().

FieldStorageConfig::preSaveNew() — Method in class FieldStorageConfig

Prepares saving a new field definition.

FieldStorageConfig::preSaveUpdated() — Method in class FieldStorageConfig

Prepares saving an updated field definition.

FieldStorageConfig::postSave() — Method in class FieldStorageConfig

Acts on a saved entity before the insert or update hook is invoked.

FieldStorageConfig::preDelete() — Method in class FieldStorageConfig

Acts on entities before they are deleted and before hooks are invoked.

FieldStorageConfig::postDelete() — Method in class FieldStorageConfig

Acts on deleted entities before the delete hook is invoked.

ProcessFieldClass in namespace Drupal\field\Plugin\migrate\process

Get the value from a method call on a field plugin instance.

Field::prepareRow() — Method in class Field

Adds additional data to the row.

FieldInstance::prepareRow() — Method in class FieldInstance

Adds additional data to the row.

Field::prepareRow() — Method in class Field

Adds additional data to the row.

FieldInstance::prepareRow() — Method in class FieldInstance

Adds additional data to the row.

FieldLayoutEntityDisplayTrait::preSave() — Method in class FieldLayoutEntityDisplayTrait

Overrides \Drupal\Core\Entity\EntityDisplayBase::preSave().

FieldUiTable::preRenderRegionRows() — Method in class FieldUiTable

Performs pre-render to move #regions to rows.

$ EntityDisplayFormBase#pluginManagerProperty in class EntityDisplayFormBase

The widget or formatter plugin manager.

EntityDisplayModeAddForm::prepareEntity() — Method in class EntityDisplayModeAddForm

Prepares the entity object before the form is built first.

EntityFormModeAddForm::prepareEntity() — Method in class EntityFormModeAddForm

Prepares the entity object before the form is built first.

FileWidgetAjaxController::progress() — Method in class FileWidgetAjaxController

Returns the progress status for a file upload process.

ManagedFile::processManagedFile() — Method in class ManagedFile

Render API callback: Expands the managed_file element type.

ManagedFile::preRenderManagedFile() — Method in class ManagedFile

Render API callback: Hides display of the upload or remove controls.

File::preCreate() — Method in class File

Changes the values of an entity before it is created.

File::preSave() — Method in class File

Acts on an entity before the presave hook is invoked.

File::preDelete() — Method in class File

Acts on entities before they are deleted and before hooks are invoked.

FileMediaFormatterBase::prepareAttributes() — Method in class FileMediaFormatterBase

Prepare the attributes according to the settings.

FileVideoFormatter::prepareAttributes() — Method in class FileVideoFormatter

Prepare the attributes according to the settings.

FileFieldItemList::postSave() — Method in class FileFieldItemList

Defines custom post-save behavior for field values.

FileItem::propertyDefinitions() — Method in class FileItem

Defines field item properties.

FileUriItem::propertyDefinitions() — Method in class FileUriItem

Defines field item properties.

FileWidget::process() — Method in class FileWidget

Form API callback: Processes a file_generic field element.

FileWidget::processMultiple() — Method in class FileWidget

Form API callback: Processes a group of file_generic field elements.

EntityFile::processStubRow() — Method in class EntityFile

Populates as much of the stub row as possible.

File::prepareRow() — Method in class File

Adds additional data to the row.

Upload::prepareRow() — Method in class Upload

Adds additional data to the row.

$ File#publicPathProperty in class File

The public file directory path.

$ File#privatePathProperty in class File

The private file directory path, if any.

File::prepareRow() — Method in class File

Adds additional data to the row.

FileUploadResource::permissions() — Method in class FileUploadResource

Implements ResourceInterface::permissions().

FileUploadResource::post() — Method in class FileUploadResource

Creates a file from an endpoint.

FileUploadResource::prepareFilename() — Method in class FileUploadResource

Prepares the filename to strip out any malicious extensions.

$ Filter#providerProperty in class Filter

The name of the provider that owns the filter.

ProcessedTextClass in namespace Drupal\filter\Element

Provides a processed text render element.

ProcessedText::preRenderText() — Method in class ProcessedText

Pre-render callback: Renders a processed text element into #markup.

TextFormat::processFormat() — Method in class TextFormat

Expands an element into a base element with text format selector attached.

FilterFormat::preSave() — Method in class FilterFormat

Acts on an entity before the presave hook is invoked.

FilterFormat::postSave() — Method in class FilterFormat

Acts on a saved entity before the insert or update hook is invoked.

FilterPermissions::permissions() — Method in class FilterPermissions

Returns an array of filter permissions.

$ FilterProcessResult#processedTextProperty in class FilterProcessResult

The processed text.

$ FilterBase#providerProperty in class FilterBase

The name of the provider that owns this filter.

FilterBase::prepare() — Method in class FilterBase

Prepares the text for processing.

FilterInterface::prepare() — Method in class FilterInterface

Prepares the text for processing.

FilterInterface::process() — Method in class FilterInterface

Performs the filter processing.

FilterAlign::process() — Method in class FilterAlign

Performs the filter processing.

FilterAutoP::process() — Method in class FilterAutoP

Performs the filter processing.

FilterCaption::process() — Method in class FilterCaption

Performs the filter processing.

FilterHtml::process() — Method in class FilterHtml

Performs the filter processing.

FilterHtml::prepareAttributeValues() — Method in class FilterHtml

Helper function to prepare attribute values including wildcards.

FilterHtmlCorrector::process() — Method in class FilterHtmlCorrector

Performs the filter processing.

FilterHtmlEscape::process() — Method in class FilterHtmlEscape

Performs the filter processing.

FilterHtmlImageSecure::process() — Method in class FilterHtmlImageSecure

Performs the filter processing.

FilterNull::process() — Method in class FilterNull

Performs the filter processing.

FilterUrl::process() — Method in class FilterUrl

Performs the filter processing.

FilterFormat::prepareRow() — Method in class FilterFormat

Adds additional data to the row.

FilterFormat::prepareRow() — Method in class FilterFormat

Adds additional data to the row.

$ HelpSection#permissionProperty in class HelpSection

The (optional) permission needed to view the help section.

HelpTopicPluginManager::providerExists() — Method in class HelpTopicPluginManager

Determines if the provider of a definition exists.

$ HelpTwigExtension#pluginManagerProperty in class HelpTwigExtension

The help topic plugin manager.

$ HelpTopicSection#pluginManagerProperty in class HelpTopicSection

The plugin manager.

HelpSearch::prepareResults() — Method in class HelpSearch

Prepares search results for display.

ImageStyle::postSave() — Method in class ImageStyle

Acts on a saved entity before the insert or update hook is invoked.

ImageStyle::postDelete() — Method in class ImageStyle

Acts on deleted entities before the delete hook is invoked.

ImageEffectAddForm::prepareImageEffect() — Method in class ImageEffectAddForm

Converts an image effect ID into an object.

ImageEffectEditForm::prepareImageEffect() — Method in class ImageEffectEditForm

Converts an image effect ID into an object.

ImageEffectFormBase::prepareImageEffect() — Method in class ImageEffectFormBase

Converts an image effect ID into an object.

PathProcessorImageStylesClass in namespace Drupal\image\PathProcessor

Defines a path processor to rewrite image styles URLs.

PathProcessorImageStyles::processInbound() — Method in class PathProcessorImageStyles

Processes the inbound path.

ImageItem::propertyDefinitions() — Method in class ImageItem

Defines field item properties.

ImageItem::preSave() — Method in class ImageItem

Defines custom presave behavior for field values.

ImageWidget::process() — Method in class ImageWidget

Form API callback: Processes an image_image field element.

ImageCachePreset::prepareRow() — Method in class ImageCachePreset

Adds additional data to the row.

ImageStyles::prepareRow() — Method in class ImageStyles

Adds additional data to the row.

RenderElementHelper::processElement() — Method in class RenderElementHelper

Process all render elements.

EntityResource::patchIndividual() — Method in class EntityResource

Patches an individual entity.

TemporaryJsonapiFileFieldUploader::prepareFilename() — Method in class TemporaryJsonapiFileFieldUploader

Prepares the filename to strip out any malicious extensions.

RegisterSerializationClassesCompilerPass::process() — Method in class RegisterSerializationClassesCompilerPass

Adds services to the JSON:API Serializer.

ConfigEntityDenormalizer::prepareInput() — Method in class ConfigEntityDenormalizer

Prepares the input data to create the entity.

ContentEntityDenormalizer::prepareInput() — Method in class ContentEntityDenormalizer

Prepares the input data to create the entity.

$ EntityDenormalizerBase#pluginManagerProperty in class EntityDenormalizerBase

The field plugin manager.

EntityDenormalizerBase::prepareInput() — Method in class EntityDenormalizerBase

Prepares the input data to create the entity.

CacheableNormalization::permanent() — Method in class CacheableNormalization

Creates a CacheableNormalization instance without any special cacheability.

CacheableOmission::permanent() — Method in class CacheableOmission

Creates a CacheableNormalization instance without any special cacheability.

$ ResourceTypeField#publicNameProperty in class ResourceTypeField

The public field name.

$ Routes#providerIdsProperty in class Routes

List of providers.

LanguageConfiguration::processLanguageConfiguration() — Method in class LanguageConfiguration

Process handler for the language_configuration form element.

$ ConfigurableLanguage#preSaveMultilingualProperty in class ConfigurableLanguage

Used during saving to detect when the site becomes multilingual.

ConfigurableLanguage::preSave() — Method in class ConfigurableLanguage

Acts on an entity before the presave hook is invoked.

ConfigurableLanguage::postSave() — Method in class ConfigurableLanguage

Acts on a saved entity before the insert or update hook is invoked.

ConfigurableLanguage::preDelete() — Method in class ConfigurableLanguage

Acts on entities before they are deleted and before hooks are invoked.

ConfigurableLanguage::postDelete() — Method in class ConfigurableLanguage

Acts on deleted entities before the delete hook is invoked.

ContentLanguageSettings::preSave() — Method in class ContentLanguageSettings

Acts on an entity before the presave hook is invoked.

$ ConfigSubscriber#pathProcessorLanguageProperty in class ConfigSubscriber

The language path processor.

PathProcessorLanguageClass in namespace Drupal\language\HttpKernel

Processes the inbound path using path alias lookups.

$ PathProcessorLanguage#processorsProperty in class PathProcessorLanguage

Local cache for language path processors.

PathProcessorLanguage::processInbound() — Method in class PathProcessorLanguage

Processes the inbound path.

PathProcessorLanguage::processOutbound() — Method in class PathProcessorLanguage

Processes the outbound path.

LanguageNegotiationMethodBase::persist() — Method in class LanguageNegotiationMethodBase

Notifies the plugin that the language code it returned has been accepted.

LanguageNegotiationMethodInterface::persist() — Method in class LanguageNegotiationMethodInterface

Notifies the plugin that the language code it returned has been accepted.

LanguageNegotiator::purgeConfiguration() — Method in class LanguageNegotiator

Resave the configuration to purge missing negotiation methods.

LanguageNegotiatorInterface::purgeConfiguration() — Method in class LanguageNegotiatorInterface

Resave the configuration to purge missing negotiation methods.

$ LanguageBlock#pathMatcherProperty in class LanguageBlock

The path matcher.

$ LanguageNegotiationBrowser#pageCacheKillSwitchProperty in class LanguageNegotiationBrowser

The page cache disabling policy.

$ LanguageNegotiationContentEntity#pathsProperty in class LanguageNegotiationContentEntity

Static cache of outbound route paths per request.

LanguageNegotiationContentEntity::processOutbound() — Method in class LanguageNegotiationContentEntity

Processes the outbound path.

LanguageNegotiationSession::persist() — Method in class LanguageNegotiationSession

Notifies the plugin that the language code it returned has been accepted.

LanguageNegotiationSession::processOutbound() — Method in class LanguageNegotiationSession

Processes the outbound path.

LanguageNegotiationUrl::processInbound() — Method in class LanguageNegotiationUrl

Processes the inbound path.

LanguageNegotiationUrl::processOutbound() — Method in class LanguageNegotiationUrl

Processes the outbound path.

Language::prepareRow() — Method in class Language

Adds additional data to the row.

LanguageContentSettings::prepareRow() — Method in class LanguageContentSettings

Adds additional data to the row.

LanguageContentSettingsTaxonomyVocabulary::prepareRow() — Method in class LanguageContentSettingsTaxonomyVocabulary

Adds additional data to the row.

LanguageContentSettings::prepareRow() — Method in class LanguageContentSettings

Adds additional data to the row.

LayoutBuilder::preRender() — Method in class LayoutBuilder

Pre-render callback: Renders the Layout Builder UI.

LayoutBuilder::prepareLayout() — Method in class LayoutBuilder

Prepares a layout for use in the UI.

LayoutBuilderEntityViewDisplay::preSave() — Method in class LayoutBuilderEntityViewDisplay

Acts on an entity before the presave hook is invoked.

PrepareLayoutClass in namespace Drupal\layout_builder\EventSubscriber

An event subscriber to prepare section storage via the \Drupal\layout_builder\Event\PrepareLayoutEvent.

PrepareLayoutEventClass in namespace Drupal\layout_builder\Event

Event fired in #pre_render of \Drupal\layout_builder\Element\LayoutBuilder.

$ SectionComponentBuildRenderArrayEvent#pluginProperty in class SectionComponentBuildRenderArrayEvent

The plugin for the section component being built.

LayoutSectionItemList::preSave() — Method in class LayoutSectionItemList

Defines custom presave behavior for field values.

$ ConfigureBlockFormBase#pluginFormFactoryProperty in class ConfigureBlockFormBase

The plugin form manager.

$ ConfigureSectionForm#pluginFormFactoryProperty in class ConfigureSectionForm

The plugin form manager.

PreviewToggleTraitClass in namespace Drupal\layout_builder\Form

Provides a trait that provides a toggle for the content preview.

LayoutBuilderOverridesPermissions::permissions() — Method in class LayoutBuilderOverridesPermissions

Returns an array of permissions.

InlineBlock::processBlockForm() — Method in class InlineBlock

Process callback to insert a Custom Block form.

LayoutSectionItem::propertyDefinitions() — Method in class LayoutSectionItem

Defines field item properties.

SectionComponent::pluginManager() — Method in class SectionComponent

Wraps the component plugin manager.

$ LinkFormatter#pathValidatorProperty in class LinkFormatter

The path validator service.

LinkItem::propertyDefinitions() — Method in class LinkItem

Defines field item properties.

TranslationStatusForm::prepareUpdateData() — Method in class TranslationStatusForm

Prepare information about projects with available translation updates.

LocaleConfigManager::processTranslatableData() — Method in class LocaleConfigManager

Process the translatable data array with a given language.

LocaleConfigSubscriber::processTranslatableData() — Method in class LocaleConfigSubscriber

Process the translatable data array with a given language.

LocaleDefaultConfigStorage::predefinedConfiguredLanguages() — Method in class LocaleDefaultConfigStorage

Compute the list of configuration names that match predefined languages.

LocaleTranslation::processItem() — Method in class LocaleTranslation

Works on a single queue item.

PluralFormulaClass in namespace Drupal\locale

Manages the storage of plural formula per language in state.

PluralFormulaInterfaceClass in namespace Drupal\locale

An interface for a service providing plural formulae.

PoDatabaseReaderClass in namespace Drupal\locale

Gettext PO reader working with the locale module database.

PoDatabaseWriterClass in namespace Drupal\locale

Gettext PO writer working with the locale module database.

MediaFilterController::preview() — Method in class MediaFilterController

Returns a HTML response containing a preview of the text after filtering.

Media::preSave() — Method in class Media

Acts on an entity before the presave hook is invoked.

Media::postSave() — Method in class Media

Acts on a saved entity before the insert or update hook is invoked.

Media::preSaveRevision() — Method in class Media

Acts on a revision before it gets saved.

Media::prepareSave() — Method in class Media

Sets the media entity's field values from the source's metadata.

$ IFrameUrlHelper#privateKeyProperty in class IFrameUrlHelper

The private key service.

MediaSourceBase::prepareViewDisplay() — Method in class MediaSourceBase

Prepares the media type fields for this source in the view display.

MediaSourceBase::prepareFormDisplay() — Method in class MediaSourceBase

Prepares the media type fields for this source in the form display.

MediaSourceInterface::prepareViewDisplay() — Method in class MediaSourceInterface

Prepares the media type fields for this source in the view display.

MediaSourceInterface::prepareFormDisplay() — Method in class MediaSourceInterface

Prepares the media type fields for this source in the form display.

$ Endpoint#providerProperty in class Endpoint

The provider this endpoint belongs to.

ProviderClass in namespace Drupal\media\OEmbed

Value object for oEmbed providers.

ProviderExceptionClass in namespace Drupal\media\OEmbed

Exception thrown if an oEmbed provider causes an error.

$ ProviderException#providerProperty in class ProviderException

Information about the oEmbed provider which caused the exception.

ProviderRepositoryClass in namespace Drupal\media\OEmbed

Retrieves and caches information about oEmbed providers.

$ ProviderRepository#providersUrlProperty in class ProviderRepository

URL of a JSON document which contains a database of oEmbed providers.

ProviderRepositoryInterfaceClass in namespace Drupal\media\OEmbed

Defines an interface for a collection of oEmbed provider information.

$ Resource#providerProperty in class Resource

The resource provider.

Resource::photo() — Method in class Resource

Creates a photo resource.

$ ResourceFetcher#providersProperty in class ResourceFetcher

The oEmbed provider repository service.

ResourceFetcher::parseResourceXml() — Method in class ResourceFetcher

Parses XML resource data.

$ UrlResolver#providersProperty in class UrlResolver

The OEmbed provider repository service.

MediaEmbed::process() — Method in class MediaEmbed

Performs the filter processing.

ThumbnailDownloader::processItem() — Method in class ThumbnailDownloader

Works on a single queue item.

$ OEmbedResourceConstraint#providerErrorMessageProperty in class OEmbedResourceConstraint

The error message if an unexpected behavior occurs.

AudioFile::prepareViewDisplay() — Method in class AudioFile

Prepares the media type fields for this source in the view display.

Image::prepareViewDisplay() — Method in class Image

Prepares the media type fields for this source in the view display.

OEmbed::prepareViewDisplay() — Method in class OEmbed

Prepares the media type fields for this source in the view display.

OEmbed::prepareFormDisplay() — Method in class OEmbed

Prepares the media type fields for this source in the form display.

VideoFile::prepareViewDisplay() — Method in class VideoFile

Prepares the media type fields for this source in the view display.

AddFormBase::preRenderAddedMedia() — Method in class AddFormBase

Converts the set of newly added media into an item list for rendering.

AddFormBase::processInputValues() — Method in class AddFormBase

Creates media items from source field input values.

AddFormBase::prepareMediaEntityForSave() — Method in class AddFormBase

Prepares a created media item to be permanently saved.

FileUploadForm::processUploadElement() — Method in class FileUploadForm

Processes an upload (managed_file) element.

FileUploadForm::prepareMediaEntityForSave() — Method in class FileUploadForm

Prepares a created media item to be permanently saved.

MediaLibraryWidget::preRenderWidget() — Method in class MediaLibraryWidget

Prepares the widget's render element for rendering.

MenuLinkContent::preCreate() — Method in class MenuLinkContent

Changes the values of an entity before it is created.

MenuLinkContent::preSave() — Method in class MenuLinkContent

Acts on an entity before the presave hook is invoked.

MenuLinkContent::postSave() — Method in class MenuLinkContent

Acts on a saved entity before the insert or update hook is invoked.

MenuLinkContent::preDelete() — Method in class MenuLinkContent

Acts on entities before they are deleted and before hooks are invoked.

$ MenuLinkContentForm#pathValidatorProperty in class MenuLinkContentForm

The path validator.

MenuLink::prepareRow() — Method in class MenuLink

Adds additional data to the row.

MenuLinkTranslation::prepareRow() — Method in class MenuLinkTranslation

Adds additional data to the row.

MenuLinkLocalized::prepareRow() — Method in class MenuLinkLocalized

Adds additional data to the row.

MenuLinkTranslation::prepareRow() — Method in class MenuLinkTranslation

Adds additional data to the row.

AuditResult::passed() — Method in class AuditResult

Returns the boolean result of the audit.

AuditResult::pass() — Method in class AuditResult

Creates a passing audit result for a migration.

ImportAwareInterface::preImport() — Method in class ImportAwareInterface

Performs pre-import tasks.

ImportAwareInterface::postImport() — Method in class ImportAwareInterface

Performs post-import tasks.

RollbackAwareInterface::preRollback() — Method in class RollbackAwareInterface

Performs pre-rollback tasks.

RollbackAwareInterface::postRollback() — Method in class RollbackAwareInterface

Performs post-rollback tasks.

MigrateExecutable::processRow() — Method in class MigrateExecutable

Processes a row.

MigrateExecutable::processPipeline() — Method in class MigrateExecutable

Runs a process pipeline.

MigrateExecutableInterface::processRow() — Method in class MigrateExecutableInterface

Processes a row.

AnnotatedClassDiscoveryAutomatedProviders::prepareAnnotationDefinition() — Method in class AnnotatedClassDiscoveryAutomatedProviders

Prepares the annotation definition.

ProviderFilterDecoratorClass in namespace Drupal\migrate\Plugin\Discovery

Remove plugin definitions with non-existing providers.

$ ProviderFilterDecorator#providerExistsProperty in class ProviderFilterDecorator

A callable for testing if a provider exists.

MigrateIdMapInterface::prepareUpdate() — Method in class MigrateIdMapInterface

Prepares to run a full update.

MigrateIdMapInterface::processedCount() — Method in class MigrateIdMapInterface

Returns the number of processed items in the map.

MigrateSourceInterface::prepareRow() — Method in class MigrateSourceInterface

Adds additional data to the row.

$ Migration#processProperty in class Migration

The configuration describing the process plugins.

$ Migration#processPluginsProperty in class Migration

The cached process plugins.

$ Migration#processPluginManagerProperty in class Migration

The process plugin manager.

$ MigrationPluginManager#pluginInterfaceProperty in class MigrationPluginManager

The interface the plugins should implement.

PluginEventSubscriberClass in namespace Drupal\migrate\Plugin

Event subscriber to forward Migrate events to source and destination plugins.

PluginEventSubscriber::preImport() — Method in class PluginEventSubscriber

Forwards pre-import events to the source and destination plugins.

PluginEventSubscriber::postImport() — Method in class PluginEventSubscriber

Forwards post-import events to the source and destination plugins.

PluginEventSubscriber::preRollback() — Method in class PluginEventSubscriber

Forwards pre-rollback events to the source and destination plugins.

PluginEventSubscriber::postRollback() — Method in class PluginEventSubscriber

Forwards post-rollback events to the source and destination plugins.

EntityContentBase::processStubRow() — Method in class EntityContentBase

Populates as much of the stub row as possible.

PerComponentEntityDisplayClass in namespace Drupal\migrate\Plugin\migrate\destination

This class imports one component of an entity display.

PerComponentEntityFormDisplayClass in namespace Drupal\migrate\Plugin\migrate\destination

This class imports one component of an entity form display.

NullIdMap::prepareUpdate() — Method in class NullIdMap

Prepares to run a full update.

NullIdMap::processedCount() — Method in class NullIdMap

Returns the number of processed items in the map.

Sql::prepareUpdate() — Method in class Sql

Prepares to run a full update.

Sql::processedCount() — Method in class Sql

Returns the number of processed items in the map.

$ Route#pathValidatorProperty in class Route

The path validator service.

SkipOnEmpty::process() — Method in class SkipOnEmpty

Stops processing the current property when value is not set.

SourcePluginBase::prepareRow() — Method in class SourcePluginBase

Adds additional data to the row.

SourcePluginBase::preRollback() — Method in class SourcePluginBase

Performs pre-rollback tasks.

SourcePluginBase::postRollback() — Method in class SourcePluginBase

Performs post-rollback tasks.

SqlBase::prepareQuery() — Method in class SqlBase

Adds tags and metadata to the query.

ProcessPluginBaseClass in namespace Drupal\migrate

The base class for all migrate process plugins.

MigrationPluginManager::processDefinition() — Method in class MigrationPluginManager

Performs extra processing on plugin definitions.

MigrateFieldPluginManager::processDefinition() — Method in class MigrateFieldPluginManager

Performs extra processing on plugin definitions.

VariableMultiRow::prepareRow() — Method in class VariableMultiRow

Adds additional data to the row.

Config::prepareRow() — Method in class Config

Adds additional data to the row.

StubTestTrait::performStubTest() — Method in class StubTestTrait

Tests that a stub of the given entity type results in a valid entity.

ReviewForm::prepareOutput() — Method in class ReviewForm

Prepare the migration state data for output.

Connection::popCommittableTransactions() — Method in class Connection

Overridden to work around issues to MySQL not supporting transactional DDL.

$ Tasks#pdoDriverProperty in class Tasks

The PDO driver name for MySQL and equivalent databases.

Schema::processField() — Method in class Schema

Set database-engine specific properties for a field.

Schema::prepareComment() — Method in class Schema

Prepare a table or column comment for database query.

Node::preSave() — Method in class Node

Acts on an entity before the presave hook is invoked.

Node::preSaveRevision() — Method in class Node

Acts on a revision before it gets saved.

Node::postSave() — Method in class Node

Acts on a saved entity before the insert or update hook is invoked.

Node::preDelete() — Method in class Node

Acts on entities before they are deleted and before hooks are invoked.

Node::postDelete() — Method in class Node

Acts on deleted entities before the delete hook is invoked.

$ NodeType#preview_modeProperty in class NodeType

The preview mode.

NodeType::postSave() — Method in class NodeType

Acts on a saved entity before the insert or update hook is invoked.

NodeType::postDelete() — Method in class NodeType

Acts on deleted entities before the delete hook is invoked.

NodeRevisionRevertForm::prepareRevertedRevision() — Method in class NodeRevisionRevertForm

Prepares a revision to be reverted.

NodeRevisionRevertTranslationForm::prepareRevertedRevision() — Method in class NodeRevisionRevertTranslationForm

Prepares a revision to be reverted.

NodeForm::preview() — Method in class NodeForm

Form submission handler for the 'preview' action.

PromoteNodeClass in namespace Drupal\node\Plugin\Action

Promotes a node.

NodeSearch::prepareResults() — Method in class NodeSearch

Prepares search results for rendering.

NodeSearch::parseAdvancedDefaults() — Method in class NodeSearch

Parses the advanced search form default values.

Node::prepareRow() — Method in class Node

Adds additional data to the row.

NodeType::prepareRow() — Method in class NodeType

Adds additional data to the row.

Node::prepareRow() — Method in class Node

Adds additional data to the row.

NodeComplete::prepareRow() — Method in class NodeComplete

Adds additional data to the row.

NodeEntityTranslation::prepareRow() — Method in class NodeEntityTranslation

Adds additional data to the row.

NodeType::prepareRow() — Method in class NodeType

Adds additional data to the row.

Rss::preRender() — Method in class Rss

Allow the style to do stuff before each row is rendered.

Node::pageDisplayOptions() — Method in class Node

Retrieves the page display options.

ListFloatItem::propertyDefinitions() — Method in class ListFloatItem

Defines field item properties.

ListIntegerItem::propertyDefinitions() — Method in class ListIntegerItem

Defines field item properties.

ListStringItem::propertyDefinitions() — Method in class ListStringItem

Defines field item properties.

PageCacheClass in namespace Drupal\page_cache\StackMiddleware

Executes the page caching before the main kernel takes over the request.

PageCache::pass() — Method in class PageCache

Sidesteps the page cache and directly forwards a request to the backend.

PathFilterFormClass in namespace Drupal\path\Form

Provides the path admin overview filter form.

PathAliasFormClass in namespace Drupal\path

Form handler for the path alias edit forms.

PathAliasListBuilderClass in namespace Drupal\path

Defines a class to build a listing of path_alias entities.

PathFieldItemListClass in namespace Drupal\path\Plugin\Field\FieldType

Represents a configurable entity path field.

PathItemClass in namespace Drupal\path\Plugin\Field\FieldType

Defines the 'path' entity field type.

PathItem::propertyDefinitions() — Method in class PathItem

Defines field item properties.

PathItem::preSave() — Method in class PathItem

Defines custom presave behavior for field values.

PathItem::postSave() — Method in class PathItem

Defines custom post-save behavior for field values.

PathWidgetClass in namespace Drupal\path\Plugin\Field\FieldWidget

Plugin implementation of the 'path' widget.

PathAliasConstraintClass in namespace Drupal\path\Plugin\Validation\Constraint

Validation constraint for changing path aliases in pending revisions.

PathAliasConstraintValidatorClass in namespace Drupal\path\Plugin\Validation\Constraint

Constraint validator for changing path aliases in pending revisions.

PathSetTranslatedClass in namespace Drupal\path\Plugin\migrate\process

A process plugin to update the path of a translated node.

$ AliasManager#pathAliasRepositoryProperty in class AliasManager

The path alias repository.

$ AliasManager#preloadedPathLookupsProperty in class AliasManager

Holds an array of previously looked up paths for the current request path.

AliasManager::pathAliasWhitelistRebuild() — Method in class AliasManager

Rebuild the path alias white list.

AliasRepository::preloadPathAlias() — Method in class AliasRepository

Pre-loads path alias information for a given list of system paths.

AliasRepository::pathHasMatchingAlias() — Method in class AliasRepository

Check if any alias exists starting with $initial_substring.

AliasRepositoryInterface::preloadPathAlias() — Method in class AliasRepositoryInterface

Pre-loads path alias information for a given list of system paths.

AliasRepositoryInterface::pathHasMatchingAlias() — Method in class AliasRepositoryInterface

Check if any alias exists starting with $initial_substring.

$ AliasWhitelist#pathAliasRepositoryProperty in class AliasWhitelist

The path alias repository.

PathAliasClass in namespace Drupal\path_alias\Entity

Defines the path_alias entity class.

PathAlias::preSave() — Method in class PathAlias

Acts on an entity before the presave hook is invoked.

PathAlias::postSave() — Method in class PathAlias

Acts on a saved entity before the insert or update hook is invoked.

PathAlias::postDelete() — Method in class PathAlias

Acts on deleted entities before the delete hook is invoked.

PathAliasSubscriberClass in namespace Drupal\path_alias\EventSubscriber

Provides a path subscriber that converts path aliases.

PathAliasInterfaceClass in namespace Drupal\path_alias

Provides an interface defining a path_alias entity.

PathAliasStorageClass in namespace Drupal\path_alias

Defines the storage handler class for path_alias entities.

PathAliasStorageSchemaClass in namespace Drupal\path_alias

Defines the path_alias schema handler.

AliasPathProcessor::processInbound() — Method in class AliasPathProcessor

Processes the inbound path.

AliasPathProcessor::processOutbound() — Method in class AliasPathProcessor

Processes the outbound path.

$ Connection#postgresqlConditionOperatorMapProperty in class Connection

A map of condition operators to PostgreSQL operators.

Connection::prepareStatement() — Method in class Connection

Returns a prepared statement given a SQL string.

$ Tasks#pdoDriverProperty in class Tasks
{@inheritdoc}
Schema::processField() — Method in class Schema

Set database-engine specific properties for a field.

PlainTextEditorClass in namespace Drupal\quickedit\Plugin\InPlaceEditor

Defines the plain text in-place editor.

RdfMapping::postSave() — Method in class RdfMapping

Acts on a saved entity before the insert or update hook is invoked.

RdfMapping::prepareRow() — Method in class RdfMapping

Adds additional data to the row.

ResponsiveImageStyles::prepareRow() — Method in class ResponsiveImageStyles

Adds additional data to the row.

$ RestResourceConfig#plugin_idProperty in class RestResourceConfig

The REST resource plugin id.

$ RestResourceConfig#pluginManagerProperty in class RestResourceConfig

The rest resource plugin manager.

RestResourceConfig::postSave() — Method in class RestResourceConfig

Acts on a saved entity before the insert or update hook is invoked.

RestResourceConfig::postDelete() — Method in class RestResourceConfig

Acts on deleted entities before the delete hook is invoked.

ResourceBase::permissions() — Method in class ResourceBase

Implements ResourceInterface::permissions().

ResourceInterface::permissions() — Method in class ResourceInterface

Provides an array of permissions suitable for .permissions.yml files.

EntityResource::post() — Method in class EntityResource

Responds to entity POST requests and saves the new entity.

EntityResource::patch() — Method in class EntityResource

Responds to entity PATCH requests.

EntityResource::permissions() — Method in class EntityResource

Implements ResourceInterface::permissions().

RestExport::preview() — Method in class RestExport

Renders the display for the purposes of a live preview.

RequestHandler::prepareResponse() — Method in class RequestHandler

Prepares the REST resource response.

RestPermissions::permissions() — Method in class RestPermissions

Returns an array of REST permissions.

SearchController::performOperation() — Method in class SearchController

Performs an operation on the search page entity.

$ SearchPage#pluginProperty in class SearchPage

The search plugin ID.

$ SearchPage#pathProperty in class SearchPage

The path this search page will appear upon.

$ SearchPage#pluginCollectionProperty in class SearchPage

The plugin collection that stores search plugins.

SearchPage::postCreate() — Method in class SearchPage

Acts on a created entity before hooks are invoked.

SearchPage::postSave() — Method in class SearchPage

Acts on a saved entity before the insert or update hook is invoked.

SearchPage::postDelete() — Method in class SearchPage

Acts on deleted entities before the delete hook is invoked.

$ SearchPageFormBase#pluginProperty in class SearchPageFormBase

The search plugin being configured.

SearchPage::prepareRow() — Method in class SearchPage

Adds additional data to the row.

$ Search#parsedProperty in class Search

TRUE if the search query has been parsed.

SearchQuery::parseSearchExpression() — Method in class SearchQuery

Parses the search query into SQL conditions.

SearchQuery::parseWord() — Method in class SearchQuery

Parses a word or phrase for parseQuery().

SearchQuery::prepareAndNormalize() — Method in class SearchQuery

Prepares the query and calculates the normalization factor.

SearchQuery::preExecute() — Method in class SearchQuery

Generic preparation and validation for a SELECT query.

SearchTextProcessor::process() — Method in class SearchTextProcessor

Processes text into words for indexing.

SearchTextProcessorInterface::process() — Method in class SearchTextProcessorInterface

Processes text into words for indexing.

ViewsSearchQuery::publicParseSearchExpression() — Method in class ViewsSearchQuery

Executes and returns the protected parseSearchExpression method.

PrimitiveDataNormalizerClass in namespace Drupal\serialization\Normalizer

Converts primitive data objects to their casted values.

RegisterEntityResolversCompilerPass::process() — Method in class RegisterEntityResolversCompilerPass

Adds services to the Serializer.

RegisterSerializationClassesCompilerPass::process() — Method in class RegisterSerializationClassesCompilerPass

Adds services to the Serializer.

$ ShortcutSetController#pathValidatorProperty in class ShortcutSetController

The path validator.

Shortcut::postSave() — Method in class Shortcut

Acts on a saved entity before the insert or update hook is invoked.

ShortcutSet::postSave() — Method in class ShortcutSet

Acts on a saved entity before the insert or update hook is invoked.

ShortcutSet::preDelete() — Method in class ShortcutSet

Acts on entities before they are deleted and before hooks are invoked.

Connection::prepareStatement() — Method in class Connection

Returns a prepared statement given a SQL string.

$ Tasks#pdoDriverProperty in class Tasks
{@inheritdoc}
Schema::processField() — Method in class Schema

Set database-engine specific properties for a field.

$ SysLog#parserProperty in class SysLog

The message's placeholders parser.

$ DbUpdateController#postUpdateRegistryProperty in class DbUpdateController

The post update registry.

SystemInfoController::php() — Method in class SystemInfoController

Returns the contents of phpinfo().

StatusReportPage::preRenderGeneralInfo() — Method in class StatusReportPage

pre_render callback to get general info out of requirements.

StatusReportPage::preRenderCounters() — Method in class StatusReportPage

pre_render callback to create counter elements.

StatusReportPage::preRenderRequirements() — Method in class StatusReportPage

pre_render callback to create status report requirements.

$ Action#pluginProperty in class Action

The plugin ID of the action.

$ Action#pluginCollectionProperty in class Action

The plugin collection that stores action plugins.

Menu::preDelete() — Method in class Menu

Acts on entities before they are deleted and before hooks are invoked.

$ ModulesListForm#permissionHandlerProperty in class ModulesListForm

The permission handler.

PerformanceFormClass in namespace Drupal\system\Form

Configure performance settings for this site.

PrepareModulesEntityUninstallFormClass in namespace Drupal\system\Form

Provides a form removing module content entities data before uninstallation.

$ SiteInformationForm#pathValidatorProperty in class SiteInformationForm

The path validator.

$ SiteMaintenanceModeForm#permissionHandlerProperty in class SiteMaintenanceModeForm

The permission handler.

$ SystemBrandingOffCanvasForm#pluginProperty in class SystemBrandingOffCanvasForm

The block plugin.

$ SystemMenuOffCanvasForm#pluginProperty in class SystemMenuOffCanvasForm

The plugin.

PathBasedBreadcrumbBuilderClass in namespace Drupal\system

Class to define the menu_link breadcrumb builder.

$ PathBasedBreadcrumbBuilder#pathProcessorProperty in class PathBasedBreadcrumbBuilder

The inbound path processor.

$ PathBasedBreadcrumbBuilder#pathMatcherProperty in class PathBasedBreadcrumbBuilder

The patch matcher service.

PathProcessorFilesClass in namespace Drupal\system\PathProcessor

Defines a path processor to rewrite file URLs.

PathProcessorFiles::processInbound() — Method in class PathProcessorFiles

Processes the inbound path.

SystemMenuBlock::processMenuLevelParents() — Method in class SystemMenuBlock

Form API callback: Processes the menu_levels field element.

$ RequestPath#pathMatcherProperty in class RequestPath

The path matcher.

$ GDToolkit#preLoadInfoProperty in class GDToolkit

Image information from a file, available prior to loading the GD resource.

GDToolkit::parseFile() — Method in class GDToolkit

Determines if a file contains a valid image.

Extension::prepareRow() — Method in class Extension

Adds additional data to the row.

$ SecurityAdvisory#projectProperty in class SecurityAdvisory

The project name for the advisory.

MockRouteProvider::preLoadRoutes() — Method in class MockRouteProvider
{@inheritdoc}
Term::postDelete() — Method in class Term

Acts on deleted entities before the delete hook is invoked.

Term::preSave() — Method in class Term

Acts on an entity before the presave hook is invoked.

Vocabulary::preDelete() — Method in class Vocabulary

Acts on entities before they are deleted and before hooks are invoked.

Vocabulary::postDelete() — Method in class Vocabulary

Acts on deleted entities before the delete hook is invoked.

$ OverviewTerms#pagerManagerProperty in class OverviewTerms

The pager manager.

Term::prepareRow() — Method in class Term

Adds additional data to the row.

TermLocalizedTranslation::prepareRow() — Method in class TermLocalizedTranslation

Adds additional data to the row.

TermNode::prepareRow() — Method in class TermNode

Adds additional data to the row.

Vocabulary::prepareRow() — Method in class Vocabulary

Adds additional data to the row.

VocabularyPerType::prepareRow() — Method in class VocabularyPerType

Adds additional data to the row.

VocabularyTranslation::prepareRow() — Method in class VocabularyTranslation

Adds additional data to the row.

Term::prepareRow() — Method in class Term

Adds additional data to the row.

TermEntityTranslation::prepareRow() — Method in class TermEntityTranslation

Adds additional data to the row.

TermLocalizedTranslation::prepareRow() — Method in class TermLocalizedTranslation

Adds additional data to the row.

TermTranslation::prepareRow() — Method in class TermTranslation

Adds additional data to the row.

Vocabulary::prepareRow() — Method in class Vocabulary

Adds additional data to the row.

IndexTidDepthModifier::preQuery() — Method in class IndexTidDepthModifier

Run before the view is built.

TaxonomyIndexTid::preRender() — Method in class TaxonomyIndexTid

Runs before any fields are rendered.

TaxonomyPermissions::permissions() — Method in class TaxonomyPermissions

Get taxonomy permissions.

TelephoneItem::propertyDefinitions() — Method in class TelephoneItem

Defines field item properties.

PhoneFieldClass in namespace Drupal\telephone\Plugin\migrate\field\d7
TextTrimmedFormatter::preRenderSummary() — Method in class TextTrimmedFormatter

Pre-render callback: Renders a processed text element's #markup as a summary.

TextItemBase::propertyDefinitions() — Method in class TextItemBase

Defines field item properties.

TextWithSummaryItem::propertyDefinitions() — Method in class TextWithSummaryItem

Defines field item properties.

$ TextProcessed#processedProperty in class TextProcessed

Cached processed text.

ToolbarController::preRenderAdministrationTray() — Method in class ToolbarController

Renders the toolbar's administration tray.

ToolbarController::preRenderGetRenderedSubtrees() — Method in class ToolbarController

pre_render callback for toolbar_get_rendered_subtrees().

Toolbar::preRenderToolbar() — Method in class Toolbar

Builds the Toolbar as a structured array ready for rendering.

ToolbarItem::preRenderToolbarItem() — Method in class ToolbarItem

Provides markup for associating a tray trigger with a tray element.

$ TipsPluginCollection#pluginKeyProperty in class TipsPluginCollection
{@inheritdoc}
ProjectCoreCompatibilityClass in namespace Drupal\update

Utility class to set core compatibility messages for project releases.

$ ProjectCoreCompatibility#possibleCoreUpdateVersionsProperty in class ProjectCoreCompatibility

Cache of core versions that are available for updates.

ProjectReleaseClass in namespace Drupal\update

Provides a project release value object.

ProjectSecurityDataClass in namespace Drupal\update

Calculates a project's security coverage information.

ProjectSecurityRequirementClass in namespace Drupal\update

Class for generating a project's security requirement.

$ ProjectSecurityRequirement#projectTitleProperty in class ProjectSecurityRequirement

The project title.

$ UpdateManager#projectsProperty in class UpdateManager

An array of installed and enabled projects.

UpdateManager::projectStorage() — Method in class UpdateManager

Retrieves update storage data or empties it.

UpdateManagerInterface::projectStorage() — Method in class UpdateManagerInterface

Retrieves update storage data or empties it.

$ UpdateProcessor#privateKeyProperty in class UpdateProcessor

The private key.

UpdateProcessor::processFetchTask() — Method in class UpdateProcessor

Processes a task to fetch available update data for a single project.

UpdateProcessor::parseXml() — Method in class UpdateProcessor

Parses the XML of the Drupal release history info files.

UpdateProcessorInterface::processFetchTask() — Method in class UpdateProcessorInterface

Processes a task to fetch available update data for a single project.

PermissionAccessCheckClass in namespace Drupal\user\Access

Determines access to routes based on permissions defined via $module.permissions.yml files.

$ Role#permissionsProperty in class Role

The permissions belonging to this role.

Role::postLoad() — Method in class Role

Acts on loaded entities.

Role::preSave() — Method in class Role

Acts on an entity before the presave hook is invoked.

User::preSave() — Method in class User

Acts on an entity before the presave hook is invoked.

User::postSave() — Method in class User

Acts on a saved entity before the insert or update hook is invoked.

User::postDelete() — Method in class User

Acts on deleted entities before the delete hook is invoked.

UserPermissionsBundleForm::permissionsByProvider() — Method in class UserPermissionsBundleForm

Group permissions by the modules that provide them.

$ UserPermissionsForm#permissionHandlerProperty in class UserPermissionsForm

The permission handler.

UserPermissionsForm::permissionsByProvider() — Method in class UserPermissionsForm

Group permissions by the modules that provide them.

UserPermissionsModuleSpecificForm::permissionsByProvider() — Method in class UserPermissionsModuleSpecificForm

Group permissions by the modules that provide them.

PermissionHandlerClass in namespace Drupal\user

Provides the available permissions based on yml files.

PermissionHandlerInterfaceClass in namespace Drupal\user

Defines an interface to list available permissions.

$ LanguageNegotiationUserAdmin#pathProcessorManagerProperty in class LanguageNegotiationUserAdmin

The path processor manager.

ProtectedUserFieldConstraintClass in namespace Drupal\user\Plugin\Validation\Constraint

Checks if the plain text password is provided for editing a protected field.

ProtectedUserFieldConstraintValidatorClass in namespace Drupal\user\Plugin\Validation\Constraint

Validates the ProtectedUserFieldConstraint constraint.

ProfileValuesClass in namespace Drupal\user\Plugin\migrate

Plugin class for user migrations dealing with profile values.

$ EntityUser#passwordProperty in class EntityUser

The password service class.

EntityUser::processStubRow() — Method in class EntityUser

Populates as much of the stub row as possible.

ProfileFieldSettingsClass in namespace Drupal\user\Plugin\migrate\process
ProfileFieldOptionTranslationClass in namespace Drupal\user\Plugin\migrate\process\d6

Determines the settings property and translation.

ProfileFieldClass in namespace Drupal\user\Plugin\migrate\source

Drupal 6/7 profile field source from database.

ProfileField::prepareRow() — Method in class ProfileField

Adds additional data to the row.

ProfileFieldOptionTranslationClass in namespace Drupal\user\Plugin\migrate\source\d6

Drupal 6 i18n profile field option labels source from database.

ProfileFieldValuesClass in namespace Drupal\user\Plugin\migrate\source\d6

Drupal 6 profile fields values source from database.

ProfileFieldValues::prepareRow() — Method in class ProfileFieldValues

Adds additional data to the row.

Role::prepareRow() — Method in class Role

Adds additional data to the row.

User::prepareRow() — Method in class User

Adds additional data to the row.

UserPictureFile::prepareRow() — Method in class UserPictureFile

Adds additional data to the row.

Role::prepareRow() — Method in class Role

Adds additional data to the row.

User::prepareRow() — Method in class User

Adds additional data to the row.

UserEntityTranslation::prepareRow() — Method in class UserEntityTranslation

Adds additional data to the row.

UserRegistrationResource::post() — Method in class UserRegistrationResource

Responds to user registration POST request.

PermissionClass in namespace Drupal\user\Plugin\views\access

Access plugin that provides permission-based access control.

$ Permission#permissionHandlerProperty in class Permission

The permission handler.

UserName::processSummaryArguments() — Method in class UserName

Processes the summary arguments for displaying.

PermissionsClass in namespace Drupal\user\Plugin\views\field

Field handler to provide a list of permissions.

Permissions::preRender() — Method in class Permissions

Runs before any fields are rendered.

Roles::preRender() — Method in class Roles

Runs before any fields are rendered.

PermissionsClass in namespace Drupal\user\Plugin\views\filter

Filter handler for user roles.

$ Permissions#permissionHandlerProperty in class Permissions

The permission handler.

ProfileFormClass in namespace Drupal\user

Form handler for the profile forms.

ProfileTranslationHandlerClass in namespace Drupal\user

Defines the translation handler for users.

$ UserAuth#passwordCheckerProperty in class UserAuth

The password hashing service.

$ DisplayPluginCollection#pluginKeyProperty in class DisplayPluginCollection
{@inheritdoc}
View::preRenderViewElement() — Method in class View

View element pre render callback.

EntityViewsData::processViewsDataForLanguage() — Method in class EntityViewsData

Processes the views data for a language field.

EntityViewsData::processViewsDataForEntityReference() — Method in class EntityViewsData

Processes the views data for an entity reference field.

EntityViewsData::processViewsDataForTextLong() — Method in class EntityViewsData

Processes the views data for a text field with formatting.

EntityViewsData::processViewsDataForUuid() — Method in class EntityViewsData

Processes the views data for a UUID field.

$ EntityFieldRenderer#processedRowsProperty in class EntityFieldRenderer

A list of indexes of rows whose fields have already been rendered.

EntityTranslationRendererBase::preRender() — Method in class EntityTranslationRendererBase

Runs before each entity is rendered.

RendererBase::preRender() — Method in class RendererBase

Runs before each entity is rendered.

TranslationLanguageRenderer::preRender() — Method in class TranslationLanguageRenderer

Runs before each entity is rendered.

View::preSave() — Method in class View

Acts on an entity before the presave hook is invoked.

View::postSave() — Method in class View

Acts on a saved entity before the insert or update hook is invoked.

View::postLoad() — Method in class View

Acts on loaded entities.

View::preCreate() — Method in class View

Changes the values of an entity before it is created.

View::postCreate() — Method in class View

Acts on a created entity before hooks are invoked.

View::preDelete() — Method in class View

Acts on entities before they are deleted and before hooks are invoked.

View::postDelete() — Method in class View

Acts on deleted entities before the delete hook is invoked.

ViewsEntitySchemaSubscriber::processHandlers() — Method in class ViewsEntitySchemaSubscriber

Applies a callable onto all handlers of all passed in views.

ViewsFormMainForm::preRenderViewsForm() — Method in class ViewsFormMainForm

Replaces views substitution placeholders.

ManyToOneHelper::placeholder() — Method in class ManyToOneHelper

Provides a unique placeholders for handlers.

HandlerBase::preQuery() — Method in class HandlerBase

Run before the view is built.

HandlerBase::postExecute() — Method in class HandlerBase

Run after the view is executed, before the result is cached.

HandlerBase::placeholder() — Method in class HandlerBase

Provides a unique placeholders for handlers.

PluginBaseClass in namespace Drupal\views\Plugin\views

Base class for any views plugin types.

PluginBase::pluginTitle() — Method in class PluginBase

Return the human readable name of the display.

PluginBase::preRenderAddFieldsetMarkup() — Method in class PluginBase

Moves form elements into fieldsets for presentation purposes.

PluginBase::preRenderFlattenData() — Method in class PluginBase

Flattens the structure of form elements.

ViewsHandlerInterface::preQuery() — Method in class ViewsHandlerInterface

Run before the view is built.

ViewsHandlerInterface::postExecute() — Method in class ViewsHandlerInterface

Run after the view is executed, before the result is cached.

ViewsPluginInterface::pluginTitle() — Method in class ViewsPluginInterface

Return the human readable name of the display.

ViewsPluginInterface::preRenderAddFieldsetMarkup() — Method in class ViewsPluginInterface

Moves form elements into fieldsets for presentation purposes.

ViewsPluginInterface::preRenderFlattenData() — Method in class ViewsPluginInterface

Flattens the structure of form elements.

AreaPluginBase::preRender() — Method in class AreaPluginBase

Performs any operations needed before full rendering.

Text::preQuery() — Method in class Text

Run before the view is built.

Title::preRender() — Method in class Title

Performs any operations needed before full rendering.

ArgumentPluginBase::processSummaryArguments() — Method in class ArgumentPluginBase

Process the summary arguments for display.

ArgumentPluginBase::processContainerRadios() — Method in class ArgumentPluginBase

Custom form radios process function.

ArgumentPluginBase::preRenderMoveArgumentOptions() — Method in class ArgumentPluginBase

Moves argument options into their place.

ArgumentValidatorPluginBase::processSummaryArguments() — Method in class ArgumentValidatorPluginBase

Processes the summary arguments for displaying.

CachePluginBase::postRender() — Method in class CachePluginBase

Post process any rendered data.

CachePluginBase::prepareViewResult() — Method in class CachePluginBase

Prepares the view result before putting it into cache.

Block::preBlockBuild() — Method in class Block

Allows to change the display settings right before executing the block.

$ DisplayPluginBase#pluginsProperty in class DisplayPluginBase

An array of instantiated plugins used in this display.

DisplayPluginBase::preExecute() — Method in class DisplayPluginBase

Sets up any variables on the view prior to execution.

DisplayPluginBase::preview() — Method in class DisplayPluginBase

Renders the display for the purposes of a live preview.

DisplayPluginInterface::preExecute() — Method in class DisplayPluginInterface

Sets up any variables on the view prior to execution.

DisplayPluginInterface::preview() — Method in class DisplayPluginInterface

Renders the display for the purposes of a live preview.

Feed::preview() — Method in class Feed

Renders the display for the purposes of a live preview.

PageClass in namespace Drupal\views\Plugin\views\display

The plugin that handles a full page.

$ Page#pageRenderArrayProperty in class Page

The current page render array.

$ Page#parentFormSelectorProperty in class Page

The parent form selector service.

PathPluginBaseClass in namespace Drupal\views\Plugin\views\display

The base display plugin for path/callbacks. This is used for pages and feeds.

DisplayExtenderPluginBase::preExecute() — Method in class DisplayExtenderPluginBase

Set up any variables on the view prior to execution.

ExposedFormPluginBase::preRender() — Method in class ExposedFormPluginBase

Runs before the view is rendered.

ExposedFormPluginBase::postRender() — Method in class ExposedFormPluginBase

Runs after the view has been rendered.

ExposedFormPluginBase::preExecute() — Method in class ExposedFormPluginBase

Runs before the view has been executed.

ExposedFormPluginBase::postExecute() — Method in class ExposedFormPluginBase

Runs after the view has been executed.

ExposedFormPluginInterface::preRender() — Method in class ExposedFormPluginInterface

Runs before the view is rendered.

ExposedFormPluginInterface::postRender() — Method in class ExposedFormPluginInterface

Runs after the view has been rendered.

ExposedFormPluginInterface::preExecute() — Method in class ExposedFormPluginInterface

Runs before the view has been executed.

ExposedFormPluginInterface::postExecute() — Method in class ExposedFormPluginInterface

Runs after the view has been executed.

InputRequired::preRender() — Method in class InputRequired

Runs before the view is rendered.

BulkForm::preRender() — Method in class BulkForm

Runs before any fields are rendered.

Custom::preRenderCustomForm() — Method in class Custom

Prerender function to move the textarea to the top of a form.

EntityField::prepareItemsByDelta() — Method in class EntityField

Adapts the $items according to the delta configuration.

EntityField::preRender() — Method in class EntityField

Runs before any fields are rendered.

EntityLabel::preRender() — Method in class EntityLabel

Runs before any fields are rendered.

FieldHandlerInterface::preRender() — Method in class FieldHandlerInterface

Runs before any fields are rendered.

FieldHandlerInterface::postRender() — Method in class FieldHandlerInterface

Runs after every field has been rendered.

FieldPluginBase::preRender() — Method in class FieldPluginBase

Runs before any fields are rendered.

FieldPluginBase::postRender() — Method in class FieldPluginBase

Runs after every field has been rendered.

MachineName::preRender() — Method in class MachineName

Runs before any fields are rendered.

PrerenderListClass in namespace Drupal\views\Plugin\views\field

Field handler to provide a list of items.

UncacheableFieldHandlerTrait::postRender() — Method in class UncacheableFieldHandlerTrait
{@inheritdoc}
FilterPluginBase::prepareFilterSelectOptions() — Method in class FilterPluginBase

Sanitizes the HTML select element's options.

Mini::postExecute() — Method in class Mini

Perform any needed actions just after the query executing.

None::postExecute() — Method in class None

Perform any needed actions just after the query executing.

PagerPluginBaseClass in namespace Drupal\views\Plugin\views\pager

Base class for views pager plugins.

PagerPluginBase::preExecute() — Method in class PagerPluginBase

Perform any needed actions just prior to the query executing.

PagerPluginBase::postExecute() — Method in class PagerPluginBase

Perform any needed actions just after the query executing.

PagerPluginBase::preRender() — Method in class PagerPluginBase

Perform any needed actions just before rendering.

$ SqlBase#pagerManagerProperty in class SqlBase

The pager manager.

$ SqlBase#pagerParametersProperty in class SqlBase

The pager parameters.

PostgresqlDateSqlClass in namespace Drupal\views\Plugin\views\query

PostgreSQL-specific date handling.

$ QueryPluginBase#pagerProperty in class QueryPluginBase

A pager plugin that should be provided by the display.

Sql::placeholder() — Method in class Sql

Generates a unique placeholder used in the db query.

EntityReference::preRender() — Method in class EntityReference

Allow the style to do stuff before each row is rendered.

EntityRow::preRender() — Method in class EntityRow

Allow the style to do stuff before each row is rendered.

RowPluginBase::preRender() — Method in class RowPluginBase

Allow the style to do stuff before each row is rendered.

StylePluginBase::preRender() — Method in class StylePluginBase

Allow the style to do stuff before each row is rendered.

$ WizardPluginBase#parentFormSelectorProperty in class WizardPluginBase

The parent form selector service.

WizardPluginBase::pageDisplayOptions() — Method in class WizardPluginBase

Retrieves the page display options.

WizardPluginBase::pageFeedDisplayOptions() — Method in class WizardPluginBase

Retrieves the feed display options.

$ ViewExecutable#parent_viewsProperty in class ViewExecutable

To avoid recursion in views embedded into areas.

$ ViewExecutable#pagerProperty in class ViewExecutable

The used pager plugin used by the current executed view.

$ ViewExecutable#previewProperty in class ViewExecutable

If this view has been previewed.

ViewExecutable::preview() — Method in class ViewExecutable

Previews the given display, with the given arguments.

ViewExecutable::preExecute() — Method in class ViewExecutable

Runs attachments and lets the display do what it needs to before running.

ViewExecutable::postExecute() — Method in class ViewExecutable

Unsets the current view, mostly.

$ Views#pluginsProperty in class Views

A list of all available views plugin types.

Views::pluginManager() — Method in class Views

Returns the plugin manager for a certain views plugin type.

Views::pluginList() — Method in class Views

Returns a list of plugins and metadata about them.

ViewsConfigUpdater::processDisplayHandlers() — Method in class ViewsConfigUpdater

Processes all display handlers.

ViewsConfigUpdater::processEntityLinkUrlHandler() — Method in class ViewsConfigUpdater

Processes entity link URL fields.

ViewsConfigUpdater::processOperatorDefaultsHandler() — Method in class ViewsConfigUpdater

Processes operator defaults.

ViewsConfigUpdater::processMultivalueBaseFieldHandler() — Method in class ViewsConfigUpdater

Processes handlers affected by the multivalue base field update.

ViewsConfigUpdater::processSortFieldIdentifierUpdateHandler() — Method in class ViewsConfigUpdater

Processes sort handlers by adding the sort identifier.

ViewsData::prepareCid() — Method in class ViewsData

Prepares the cache ID by appending a language code.

ViewsData::processEntityTypes() — Method in class ViewsData

Links tables with 'entity type' to respective generic entity-type tables.

ViewAddForm::prepareEntity() — Method in class ViewAddForm

Prepares the entity object before the form is built first.

ViewDuplicateForm::prepareEntity() — Method in class ViewDuplicateForm

Prepares the entity object before the form is built first.

ViewFormBase::prepareEntity() — Method in class ViewFormBase

Prepares the entity object before the form is built first.

ViewUI::preSave() — Method in class ViewUI

Acts on an entity before the presave hook is invoked.

ViewUI::postSave() — Method in class ViewUI

Acts on a saved entity before the insert or update hook is invoked.

ViewUI::preCreate() — Method in class ViewUI

Changes the values of an entity before it is created.

ViewUI::postCreate() — Method in class ViewUI

Acts on a created entity before hooks are invoked.

ViewUI::preDelete() — Method in class ViewUI

Acts on entities before they are deleted and before hooks are invoked.

ViewUI::postDelete() — Method in class ViewUI

Acts on deleted entities before the delete hook is invoked.

ViewUI::postLoad() — Method in class ViewUI

Acts on loaded entities.

$ Workflow#pluginCollectionProperty in class Workflow

The workflow type plugin collection.

Workflow::preSave() — Method in class Workflow

Acts on an entity before the presave hook is invoked.

$ WorkflowEditForm#pluginFormFactoryProperty in class WorkflowEditForm

The plugin form factory.

$ WorkflowStateAddForm#pluginFormFactoryProperty in class WorkflowStateAddForm

The plugin form factory.

$ WorkflowStateEditForm#pluginFormFactoryProperty in class WorkflowStateEditForm

The plugin form factory.

$ WorkflowTransitionAddForm#pluginFormFactoryProperty in class WorkflowTransitionAddForm

The plugin form factory.

$ WorkflowTransitionEditForm#pluginFormFactoryProperty in class WorkflowTransitionEditForm

The plugin form factory.

PgsqlQueryFactoryClass in namespace Drupal\workspaces\EntityQuery

Workspaces PostgreSQL-specific entity query implementation.

Query::prepare() — Method in class Query

Prepares the basic query with proper metadata/tags and base fields.

QueryAggregate::prepare() — Method in class QueryAggregate

Prepares the basic query with proper metadata/tags and base fields.

QueryTrait::prepare() — Method in class QueryTrait
{@inheritdoc}
Workspace::publish() — Method in class Workspace

Publishes the contents of this workspace to the default (Live) workspace.

Workspace::preDelete() — Method in class Workspace

Acts on entities before they are deleted and before hooks are invoked.

Workspace::postDelete() — Method in class Workspace

Acts on deleted entities before the delete hook is invoked.

WorkspaceAssociation::postPublish() — Method in class WorkspaceAssociation

Triggers clean-up operations after publishing a workspace.

WorkspaceAssociationInterface::postPublish() — Method in class WorkspaceAssociationInterface

Triggers clean-up operations after publishing a workspace.

WorkspaceInterface::publish() — Method in class WorkspaceInterface

Publishes the contents of this workspace to the default (Live) workspace.

WorkspaceManager::purgeDeletedWorkspacesBatch() — Method in class WorkspaceManager

Deletes the revisions associated with deleted workspaces.

WorkspaceManagerInterface::purgeDeletedWorkspacesBatch() — Method in class WorkspaceManagerInterface

Deletes the revisions associated with deleted workspaces.

WorkspacePublisher::publish() — Method in class WorkspacePublisher

Publishes the contents of a workspace to the default (Live) workspace.

WorkspacePublisherInterface::publish() — Method in class WorkspacePublisherInterface

Publishes the contents of a workspace to the default (Live) workspace.

Q

Drupal::queue() — Method in class Drupal

Returns a queue for the given queue name.

QueueWorkerClass in namespace Drupal\Core\Annotation

Declare a worker class for processing a queue item.

$ BatchBuilder#queueProperty in class BatchBuilder

The details of the queue to use.

QueryArgsCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the QueryArgsCacheContext service, for "per query args" caching.

QuickStartCommandClass in namespace Drupal\Core\Command

Installs a Drupal site and starts a webserver for local testing/development.

QueryClass in namespace Drupal\Core\Config\Entity\Query

Defines the entity query for configuration entities.

QueryFactoryClass in namespace Drupal\Core\Config\Entity\Query

Provides a factory for creating entity query objects for the config backend.

$ Cron#queueFactoryProperty in class Cron

The queue service.

$ Cron#queueManagerProperty in class Cron

The queue plugin manager.

Connection::quoteIdentifiers() — Method in class Connection

Quotes all identifiers in a query.

Connection::query() — Method in class Connection

Executes a query string against the database.

Connection::queryRange() — Method in class Connection

Runs a limited-range query on this database object.

Connection::quote() — Method in class Connection

Quotes a string for use in a query.

$ Log#queryLogProperty in class Log

Cache of logged queries. This will only be used if the query logger is enabled.

$ Condition#queryPlaceholderIdentifierProperty in class Condition

The identifier of the query placeholder this condition has been compiled against.

QueryClass in namespace Drupal\Core\Database\Query

Base class for query builders.

$ Query#queryOptionsProperty in class Query

The query options to pass on to the connection object.

QueryConditionTraitClass in namespace Drupal\Core\Database\Query

Provides an implementation of ConditionInterface.

$ SelectExtender#queryProperty in class SelectExtender

The Select query object we are extending/decorating.

$ StatementPrefetch#queryStringProperty in class StatementPrefetch

The query string.

QueryClass in namespace Drupal\Core\Entity\KeyValueStore\Query

Defines the entity query for entities stored in a key value backend.

QueryFactoryClass in namespace Drupal\Core\Entity\KeyValueStore\Query

Provides a factory for creating the key value entity query.

$ ConditionFundamentals#queryProperty in class ConditionFundamentals

The query this condition belongs to.

QueryClass in namespace Drupal\Core\Entity\Query\Null

Defines the entity query for configuration entities.

QueryFactoryClass in namespace Drupal\Core\Entity\Query\Null

Provides a factory for creating entity query objects for the null backend.

QueryAggregateInterfaceClass in namespace Drupal\Core\Entity\Query

Defines an interface for aggregated entity queries.

QueryBaseClass in namespace Drupal\Core\Entity\Query

The base entity query class.

QueryExceptionClass in namespace Drupal\Core\Entity\Query

Exception thrown by Query() on unsupported query syntax.

QueryFactoryInterfaceClass in namespace Drupal\Core\Entity\Query

Defines an interface for QueryFactory classes.

QueryInterfaceClass in namespace Drupal\Core\Entity\Query

Interface for entity queries.

$ Condition#queryProperty in class Condition

The SQL entity query object this condition belongs to.

QueryClass in namespace Drupal\Core\Entity\Query\Sql

The SQL storage entity query class.

QueryAggregateClass in namespace Drupal\Core\Entity\Query\Sql

The SQL storage entity query aggregate class.

QueryFactoryClass in namespace Drupal\Core\Entity\Query\Sql

Factory class creating entity query objects for the SQL backend.

QueryFactoryClass in namespace Drupal\Core\Entity\Query\Sql\pgsql

PostgreSQL specific entity query implementation.

$ Memory#queueProperty in class Memory

The queue data.

QueueDatabaseFactoryClass in namespace Drupal\Core\Queue

Defines the key/value store factory for the database backend.

QueueFactoryClass in namespace Drupal\Core\Queue

Defines the queue factory.

$ QueueFactory#queuesProperty in class QueueFactory

Instantiated queues, keyed by name.

QueueGarbageCollectionInterfaceClass in namespace Drupal\Core\Queue

If the Drupal 'queue' service implements this interface, the garbageCollection() method will be called during cron.

QueueInterfaceClass in namespace Drupal\Core\Queue

Interface for a queue.

QueueWorkerBaseClass in namespace Drupal\Core\Queue

Provides a base implementation for a QueueWorker plugin.

QueueWorkerInterfaceClass in namespace Drupal\Core\Queue

Defines an interface for a QueueWorker plugin.

QueueWorkerManagerClass in namespace Drupal\Core\Queue

Defines the queue worker manager.

QueueWorkerManagerInterfaceClass in namespace Drupal\Core\Queue

Provides an interface for a queue worker manager.

Action::query() — Method in class Action
AggregatorFeed::query() — Method in class AggregatorFeed
AggregatorItem::query() — Method in class AggregatorItem
BlockedIps::query() — Method in class BlockedIps
Block::query() — Method in class Block
BlockTranslation::query() — Method in class BlockTranslation
BlockTranslation::query() — Method in class BlockTranslation
Box::query() — Method in class Box
BlockCustom::query() — Method in class BlockCustom
BlockCustomTranslation::query() — Method in class BlockCustomTranslation
Book::query() — Method in class Book
Color::query() — Method in class Color
CommentType::query() — Method in class CommentType
Comment::query() — Method in class Comment
Comment::query() — Method in class Comment
CommentEntityTranslation::query() — Method in class CommentEntityTranslation
UserUid::query() — Method in class UserUid

Set up the query for this argument.

EntityLink::query() — Method in class EntityLink

Called to add the field to a query.

NodeNewComments::query() — Method in class NodeNewComments

Called to add the field to a query.

StatisticsLastCommentName::query() — Method in class StatisticsLastCommentName

Called to add the field to a query.

StatisticsLastUpdated::query() — Method in class StatisticsLastUpdated

Called to add the field to a query.

StatisticsLastUpdated::query() — Method in class StatisticsLastUpdated

Add this filter to the query.

UserUid::query() — Method in class UserUid

Add this filter to the query.

StatisticsLastCommentName::query() — Method in class StatisticsLastCommentName

Called to add the sort to a query.

StatisticsLastUpdated::query() — Method in class StatisticsLastUpdated

Called to add the sort to a query.

Thread::query() — Method in class Thread

Called to add the sort to a query.

ProfileFieldTranslation::query() — Method in class ProfileFieldTranslation
ContactCategory::query() — Method in class ContactCategory
EntityTranslationSettings::query() — Method in class EntityTranslationSettings
ContextualLinks::query() — Method in class ContextualLinks

Called to add the field to a query.

Field::query() — Method in class Field
FieldInstance::query() — Method in class FieldInstance
FieldInstanceOptionTranslation::query() — Method in class FieldInstanceOptionTranslation
FieldInstancePerFormDisplay::query() — Method in class FieldInstancePerFormDisplay
FieldInstancePerViewMode::query() — Method in class FieldInstancePerViewMode
FieldLabelDescriptionTranslation::query() — Method in class FieldLabelDescriptionTranslation
FieldOptionTranslation::query() — Method in class FieldOptionTranslation
Field::query() — Method in class Field
FieldInstance::query() — Method in class FieldInstance
FieldLabelDescriptionTranslation::query() — Method in class FieldLabelDescriptionTranslation
FieldOptionTranslation::query() — Method in class FieldOptionTranslation
File::query() — Method in class File
Upload::query() — Method in class Upload
File::query() — Method in class File
FilterFormat::query() — Method in class FilterFormat
FilterFormat::query() — Method in class FilterFormat
HistoryUserTimestamp::query() — Method in class HistoryUserTimestamp

Called to add the field to a query.

HistoryUserTimestamp::query() — Method in class HistoryUserTimestamp

Add this filter to the query.

QuickEditImageControllerClass in namespace Drupal\image\Controller

Returns responses for our image routes.

ImageCachePreset::query() — Method in class ImageCachePreset
ImageStyles::query() — Method in class ImageStyles
Filter::queryCondition() — Method in class Filter

Applies the root condition to the given query.

$ LanguageNegotiationSession#queryRewriteProperty in class LanguageNegotiationSession

Flag used to determine whether query rewriting is active.

$ LanguageNegotiationSession#queryParamProperty in class LanguageNegotiationSession

The query parameter name to rewrite.

$ LanguageNegotiationSession#queryValueProperty in class LanguageNegotiationSession

The query parameter value to be set.

Language::query() — Method in class Language
LanguageContentSettings::query() — Method in class LanguageContentSettings
LanguageContentSettingsTaxonomyVocabulary::query() — Method in class LanguageContentSettingsTaxonomyVocabulary
LanguageContentSettings::query() — Method in class LanguageContentSettings
LanguageContentSettingsTaxonomyVocabulary::query() — Method in class LanguageContentSettingsTaxonomyVocabulary
QuickEditIntegrationClass in namespace Drupal\layout_builder

Helper methods for Quick Edit module integration.

QuickEditIntegration::quickEditRenderField() — Method in class QuickEditIntegration

Re-renders a field rendered by Layout Builder, edited with Quick Edit.

$ LocaleTranslation#queueProperty in class LocaleTranslation

The queue object.

$ MediaType#queue_thumbnail_downloadsProperty in class MediaType

Whether thumbnail downloads are queued.

Status::query() — Method in class Status

Add this filter to the query.

MenuLink::query() — Method in class MenuLink
MenuLinkTranslation::query() — Method in class MenuLinkTranslation
MenuLinkLocalized::query() — Method in class MenuLinkLocalized
MenuLinkTranslation::query() — Method in class MenuLinkTranslation
$ Sql#queryProperty in class Sql

The select query.

DummyQueryTrait::query() — Method in class DummyQueryTrait
{@inheritdoc}
$ SqlBase#queryProperty in class SqlBase

The query string.

SqlBase::query() — Method in class SqlBase
ContentEntity::query() — Method in class ContentEntity

Query to retrieve the entities.

Variable::query() — Method in class Variable
VariableMultiRow::query() — Method in class VariableMultiRow
VariableTranslation::query() — Method in class VariableTranslation
VariableTranslation::query() — Method in class VariableTranslation
Config::query() — Method in class Config
Connection::queryRange() — Method in class Connection

Runs a limited-range query on this database object.

Node::query() — Method in class Node
NodeComplete::query() — Method in class NodeComplete
NodeType::query() — Method in class NodeType
ViewMode::query() — Method in class ViewMode
Node::query() — Method in class Node
NodeComplete::query() — Method in class NodeComplete
NodeEntityTranslation::query() — Method in class NodeEntityTranslation
NodeType::query() — Method in class NodeType
UidRevision::query() — Method in class UidRevision

Set up the query for this argument.

Access::query() — Method in class Access

See _node_access_where_sql() for a non-views query based implementation.

Status::query() — Method in class Status

Add this filter to the query.

UidRevision::query() — Method in class UidRevision

Add this filter to the query.

UrlAliasBase::query() — Method in class UrlAliasBase
Connection::query() — Method in class Connection

Executes a query string against the database.

Connection::queryRange() — Method in class Connection

Runs a limited-range query on this database object.

Schema::queryTableInformation() — Method in class Schema

Fetch the list of blobs and sequences used on a table.

Schema::queryFieldInformation() — Method in class Schema

Fetches the list of constraints used on a field.

QuickEditEntityFieldAccessCheckClass in namespace Drupal\quickedit\Access

Access check for in-place editing entity fields.

QuickEditEntityFieldAccessCheckInterfaceClass in namespace Drupal\quickedit\Access

Access check for in-place editing entity fields.

QuickEditFieldFormClass in namespace Drupal\quickedit\Form

Builds and process a form for editing a single entity field.

QuickEditControllerClass in namespace Drupal\quickedit

Returns responses for Quick Edit module routes.

RdfMapping::query() — Method in class RdfMapping
ResponsiveImageStyles::query() — Method in class ResponsiveImageStyles
DataEntityRow::query() — Method in class DataEntityRow

Add anything to the query that we might need to.

Search::queryParseSearchExpression() — Method in class Search

Sets up and parses the search query.

Search::query() — Method in class Search

Set up the query for this argument.

Score::query() — Method in class Score

Called to add the field to a query.

Search::queryParseSearchExpression() — Method in class Search

Sets up and parses the search query.

Search::query() — Method in class Search

Add this filter to the query.

Score::query() — Method in class Score

Called to add the sort to a query.

Shortcut::query() — Method in class Shortcut
ShortcutSet::query() — Method in class ShortcutSet
ShortcutSetUsers::query() — Method in class ShortcutSetUsers
Connection::queryRange() — Method in class Connection

Runs a limited-range query on this database object.

NodeCounter::query() — Method in class NodeCounter
Extension::query() — Method in class Extension
Menu::query() — Method in class Menu
MenuTranslation::query() — Method in class MenuTranslation
ThemeSettings::query() — Method in class ThemeSettings
Term::query() — Method in class Term
TermLocalizedTranslation::query() — Method in class TermLocalizedTranslation
TermNode::query() — Method in class TermNode
Vocabulary::query() — Method in class Vocabulary
VocabularyPerType::query() — Method in class VocabularyPerType
VocabularyTranslation::query() — Method in class VocabularyTranslation
Term::query() — Method in class Term
TermEntityTranslation::query() — Method in class TermEntityTranslation
TermLocalizedTranslation::query() — Method in class TermLocalizedTranslation
TermTranslation::query() — Method in class TermTranslation
Vocabulary::query() — Method in class Vocabulary
VocabularyTranslation::query() — Method in class VocabularyTranslation
IndexTidDepth::query() — Method in class IndexTidDepth

Set up the query for this argument.

IndexTidDepthModifier::query() — Method in class IndexTidDepthModifier

Set up the query for this argument.

TaxonomyIndexTid::query() — Method in class TaxonomyIndexTid

Add this term to the query.

TaxonomyIndexTidDepth::query() — Method in class TaxonomyIndexTidDepth

Add this filter to the query.

NodeTermData::query() — Method in class NodeTermData

Called to implement a relationship in a query.

TrackerNode::query() — Method in class TrackerNode
TrackerUser::query() — Method in class TrackerUser
UserUid::query() — Method in class UserUid

Set up the query for this argument.

UserUid::query() — Method in class UserUid

Add this filter to the query.

ProfileField::query() — Method in class ProfileField
ProfileFieldOptionTranslation::query() — Method in class ProfileFieldOptionTranslation
ProfileFieldValues::query() — Method in class ProfileFieldValues
Role::query() — Method in class Role
User::query() — Method in class User
UserPicture::query() — Method in class UserPicture
UserPictureFile::query() — Method in class UserPictureFile
Role::query() — Method in class Role
User::query() — Method in class User
UserEntityTranslation::query() — Method in class UserEntityTranslation
Permissions::query() — Method in class Permissions

Called to add the field to a query.

Roles::query() — Method in class Roles

Called to add the field to a query.

Current::query() — Method in class Current

Add this filter to the query.

Permissions::query() — Method in class Permissions

Add this filter to the query.

EntityFieldRenderer::query() — Method in class EntityFieldRenderer

Alters the query if needed.

EntityTranslationRendererBase::query() — Method in class EntityTranslationRendererBase

Alters the query if needed.

RendererBase::query() — Method in class RendererBase

Alters the query if needed.

TranslationLanguageRenderer::query() — Method in class TranslationLanguageRenderer

Alters the query if needed.

BrokenHandlerTrait::query() — Method in class BrokenHandlerTrait

Modify the views query.

$ HandlerBase#queryProperty in class HandlerBase

Where the $query object will reside.

HandlerBase::query() — Method in class HandlerBase

Add anything to the query that we might need to.

PluginBase::query() — Method in class PluginBase

Add anything to the query that we might need to.

PluginBase::queryLanguageSubstitutions() — Method in class PluginBase

Returns substitutions for Views queries for languages.

ViewsPluginInterface::query() — Method in class ViewsPluginInterface

Add anything to the query that we might need to.

Result::query() — Method in class Result

Add anything to the query that we might need to.

ArgumentPluginBase::query() — Method in class ArgumentPluginBase

Set up the query for this argument.

Formula::query() — Method in class Formula

Build the query based upon the formula.

GroupByNumeric::query() — Method in class GroupByNumeric

Set up the query for this argument.

ManyToOne::query() — Method in class ManyToOne

Set up the query for this argument.

NullArgument::query() — Method in class NullArgument

Override the behavior of query() to prevent the query from being changed in any way.

NumericArgument::query() — Method in class NumericArgument

Set up the query for this argument.

StringArgument::query() — Method in class StringArgument

Build the query based upon the formula.

QueryParameterClass in namespace Drupal\views\Plugin\views\argument_default

A query parameter argument default handler.

DisplayPluginBase::query() — Method in class DisplayPluginBase

Add anything to the query that we might need to.

DisplayPluginInterface::query() — Method in class DisplayPluginInterface

Injects anything into the query that the display handler needs.

EntityReference::query() — Method in class EntityReference

Add anything to the query that we might need to.

DisplayExtenderPluginBase::query() — Method in class DisplayExtenderPluginBase

Inject anything into the query that the display_extender handler needs.

ExposedFormPluginBase::query() — Method in class ExposedFormPluginBase

Add anything to the query that we might need to.

InputRequired::query() — Method in class InputRequired

Add anything to the query that we might need to.

BulkForm::query() — Method in class BulkForm

Called to add the field to a query.

Counter::query() — Method in class Counter

Called to add the field to a query.

Custom::query() — Method in class Custom

Called to add the field to a query.

EntityField::query() — Method in class EntityField

Called to add the field to a query.

EntityOperations::query() — Method in class EntityOperations

Called to add the field to a query.

FieldPluginBase::query() — Method in class FieldPluginBase

Called to add the field to a query.

LinkBase::query() — Method in class LinkBase

Called to add the field to a query.

Links::query() — Method in class Links

Called to add the field to a query.

RenderedEntity::query() — Method in class RenderedEntity

Called to add the field to a query.

BooleanOperator::query() — Method in class BooleanOperator

Add this filter to the query.

BooleanOperator::queryOpBoolean() — Method in class BooleanOperator

Adds a where condition to the query for a boolean value.

BooleanOperatorString::query() — Method in class BooleanOperatorString

Add this filter to the query.

Bundle::query() — Method in class Bundle

Add this filter to the query.

$ Combine#queryProperty in class Combine
Combine::query() — Method in class Combine

Add this filter to the query.

FilterPluginBase::query() — Method in class FilterPluginBase

Add this filter to the query.

GroupByNumeric::query() — Method in class GroupByNumeric

Add this filter to the query.

InOperator::query() — Method in class InOperator

Add this filter to the query.

LanguageFilter::query() — Method in class LanguageFilter

Add this filter to the query.

LatestRevision::query() — Method in class LatestRevision

Add this filter to the query.

LatestTranslationAffectedRevision::query() — Method in class LatestTranslationAffectedRevision

Add this filter to the query.

NumericFilter::query() — Method in class NumericFilter

Add this filter to the query.

StringFilter::query() — Method in class StringFilter

Add this filter to the query.

Mini::query() — Method in class Mini

Modify the query for paging.

None::query() — Method in class None

Modify the query for paging.

PagerPluginBase::query() — Method in class PagerPluginBase

Modify the query for paging.

Some::query() — Method in class Some

Modify the query for paging.

SqlBase::query() — Method in class SqlBase

Modify the query for paging.

QueryPluginBaseClass in namespace Drupal\views\Plugin\views\query

Base plugin class for Views queries.

QueryPluginBase::query() — Method in class QueryPluginBase

Generate a query and a countquery from all of the information supplied to the object.

Sql::queueTable() — Method in class Sql

Add a table to the query without ensuring the path.

Sql::query() — Method in class Sql

Generate a query and a countquery from all of the information supplied to the object.

EntityReverse::query() — Method in class EntityReverse

Called to implement a relationship in a query.

GroupwiseMax::query() — Method in class GroupwiseMax

Add anything to the query that we might need to.

RelationshipPluginBase::query() — Method in class RelationshipPluginBase

Add anything to the query that we might need to.

EntityRow::query() — Method in class EntityRow

Add anything to the query that we might need to.

RowPluginBase::query() — Method in class RowPluginBase

Add anything to the query that we might need to.

Date::query() — Method in class Date

Called to add the sort to a query.

GroupByNumeric::query() — Method in class GroupByNumeric

Called to add the field to a query.

Random::query() — Method in class Random

Called to add the sort to a query.

SortPluginBase::query() — Method in class SortPluginBase

Called to add the sort to a query.

DefaultSummary::query() — Method in class DefaultSummary

Add anything to the query that we might need to.

StylePluginBase::query() — Method in class StylePluginBase

Add anything to the query that we might need to.

$ ViewExecutable#queryProperty in class ViewExecutable

Where the $query object will reside.

QueryClass in namespace Drupal\workspaces\EntityQuery

Alters entity queries to use a workspace revision instead of the default one.

QueryAggregateClass in namespace Drupal\workspaces\EntityQuery

Alters aggregate entity queries to use a workspace revision if possible.

QueryFactoryClass in namespace Drupal\workspaces\EntityQuery

Workspaces-specific entity query implementation.

QueryTraitClass in namespace Drupal\workspaces\EntityQuery

Provides workspaces-specific helpers for altering entity queries.

QueryParameterWorkspaceNegotiatorClass in namespace Drupal\workspaces\Negotiator

Defines the query parameter workspace negotiator.

R

Drupal::root() — Method in class Drupal

Gets the app root.

Drupal::request() — Method in class Drupal

Retrieves the currently active request object.

Drupal::requestStack() — Method in class Drupal

Retrieves the request stack.

Drupal::routeMatch() — Method in class Drupal

Retrieves the currently active route match object.

Handle::register() — Method in class Handle

Ensures exceptions are thrown when an assertion fails.

DateTimePlus::render() — Method in class DateTimePlus

Renders the timezone name.

$ Time#requestStackProperty in class Time

The request stack.

Container::reset() — Method in class Container

Resets shared services from the container.

Container::resolveServicesAndParameters() — Method in class Container

Resolves arguments that represent services or variables to the real values.

PhpArrayContainer::resolveServicesAndParameters() — Method in class PhpArrayContainer

Resolves arguments that represent services or variables to the real values.

Diff::reverse() — Method in class Diff

Compute reversed Diff.

DiffOp::reverse() — Method in class DiffOp
DiffOpAdd::reverse() — Method in class DiffOpAdd
DiffOpChange::reverse() — Method in class DiffOpChange
DiffOpCopy::reverse() — Method in class DiffOpCopy
DiffOpDelete::reverse() — Method in class DiffOpDelete
ContainerAwareEventDispatcher::removeListener() — Method in class ContainerAwareEventDispatcher
{@inheritdoc}
ContainerAwareEventDispatcher::removeSubscriber() — Method in class ContainerAwareEventDispatcher
{@inheritdoc}
FileCache::reset() — Method in class FileCache

Resets the static cache.

RegexDirectoryIteratorClass in namespace Drupal\Component\FileSystem

Iterates over files whose names match a regular expression in a directory.

$ RegexDirectoryIterator#regexProperty in class RegexDirectoryIterator

The regular expression to match.

PoReaderInterface::readItem() — Method in class PoReaderInterface

Reads and returns a PoItem (source/translation pair).

PoStreamReader::readItem() — Method in class PoStreamReader

Reads and returns a PoItem (source/translation pair).

ContextAwarePluginDefinitionInterface::removeContextDefinition() — Method in class ContextAwarePluginDefinitionInterface

Removes a context definition from this plugin.

ContextAwarePluginDefinitionTrait::removeContextDefinition() — Method in class ContextAwarePluginDefinitionTrait

Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::removeContextDefinition().

$ StaticDiscoveryDecorator#registerDefinitionsProperty in class StaticDiscoveryDecorator

A callback or closure used for registering additional definitions.

ReflectionFactoryClass in namespace Drupal\Component\Plugin\Factory

A plugin factory that maps instance configuration to constructor arguments.

LazyPluginCollection::remove() — Method in class LazyPluginCollection

Removes an initialized plugin.

LazyPluginCollection::removeInstanceId() — Method in class LazyPluginCollection

Removes an instance ID.

OutputStrategyInterface::renderFromHtml() — Method in class OutputStrategyInterface

Transforms a given HTML string into to a context-appropriate output string.

PlainTextOutput::renderFromHtml() — Method in class PlainTextOutput

Transforms a given HTML string into to a context-appropriate output string.

PhpTransliteration::removeDiacritics() — Method in class PhpTransliteration

Removes diacritics (accents) from certain letters.

PhpTransliteration::replace() — Method in class PhpTransliteration

Replaces a single Unicode character using the transliteration database.

PhpTransliteration::readLanguageOverrides() — Method in class PhpTransliteration

Reads in language overrides for a language code.

PhpTransliteration::readGenericData() — Method in class PhpTransliteration

Reads in generic transliteration data for a bank of characters.

TransliterationInterface::removeDiacritics() — Method in class TransliterationInterface

Removes diacritics (accents) from certain letters.

Color::rgbToHex() — Method in class Color

Converts RGB color arrays and RGB strings in CSS notation to lowercase simple colors like '#aabbcc'.

Crypt::randomBytesBase64() — Method in class Crypt

Returns a URL-safe, base64 encoded string of highly randomized bytes.

Html::resetSeenIds() — Method in class Html

Resets the list of seen IDs.

RandomClass in namespace Drupal\Component\Utility

Defines a utility class for creating random data.

RectangleClass in namespace Drupal\Component\Utility

Rectangle rotation algebra class.

Rectangle::rotate() — Method in class Rectangle

Rotates the rectangle.

ReflectionClass in namespace Drupal\Component\Utility

Provides helper methods for reflection.

Timer::read() — Method in class Timer

Reads the current timer value without stopping the timer.

ToStringTrait::render() — Method in class ToStringTrait

Renders the object as a string.

DrupalCoreComposer::rootComposerJson() — Method in class DrupalCoreComposer

Fetch the composer data from the root drupal/drupal project.

$ Message#rootPackageProperty in class Message

The root package.

AllowedPackages::recursiveGetAllowedPackages() — Method in class AllowedPackages

Builds a name-to-package mapping from a list of package names.

Handler::requireWasCalled() — Method in class Handler

Registers post-package events if the 'require' command was called.

Handler::rootPackageName() — Method in class Handler

Gets the root package name.

Interpolator::replacements() — Method in class Interpolator

Finds the tokens that exist in a message and builds a replacement array.

ReplaceOpClass in namespace Drupal\Composer\Plugin\Scaffold\Operations

Scaffold operation to copy or symlink from source to destination.

$ Plugin#requireWasCalledProperty in class Plugin

Record whether the 'require' command was called.

$ ScaffoldFilePath#relativePathProperty in class ScaffoldFilePath

The relative path to the file.

ScaffoldFilePath::relativePath() — Method in class ScaffoldFilePath

Gets the relative path to the source file (best to use in messages).

$ Config#rootPackageProperty in class Config

The root package.

VendorHardeningPlugin::removeBinBeforeCleanup() — Method in class VendorHardeningPlugin

Remove bin config for packages that would have the bin file removed.

$ AccessManager#routeProviderProperty in class AccessManager

The route provider.

AccessResult::resetCacheContexts() — Method in class AccessResult

Resets cache contexts (to the empty array).

AccessResult::resetCacheTags() — Method in class AccessResult

Resets cache tags (to the empty array).

$ AccessResultForbidden#reasonProperty in class AccessResultForbidden

The reason why access is forbidden. For use in error messages.

$ AccessResultNeutral#reasonProperty in class AccessResultNeutral

The reason why access is neutral. For use in messages.

RouteProcessorCsrfClass in namespace Drupal\Core\Access

Processes the outbound route to handle the CSRF token.

RouteProcessorCsrf::renderPlaceholderCsrfToken() — Method in class RouteProcessorCsrf

lazy_builder callback; gets a CSRF token for the given path.

$ MessageAction#rendererProperty in class MessageAction

The renderer.

AddCssCommand::render() — Method in class AddCssCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

AfterCommand::render() — Method in class AfterCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

$ AjaxResponseAttachmentsProcessor#requestStackProperty in class AjaxResponseAttachmentsProcessor

The request stack.

$ AjaxResponseAttachmentsProcessor#rendererProperty in class AjaxResponseAttachmentsProcessor

The renderer.

AlertCommand::render() — Method in class AlertCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

AnnounceCommand::render() — Method in class AnnounceCommand

Return an array to be run through json_encode and sent to the client.

AppendCommand::render() — Method in class AppendCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

BaseCommand::render() — Method in class BaseCommand

Return an array to be run through json_encode and sent to the client.

BeforeCommand::render() — Method in class BeforeCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

ChangedCommand::render() — Method in class ChangedCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

CloseDialogCommand::render() — Method in class CloseDialogCommand

Return an array to be run through json_encode and sent to the client.

CommandInterface::render() — Method in class CommandInterface

Return an array to be run through json_encode and sent to the client.

CssCommand::render() — Method in class CssCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

DataCommand::render() — Method in class DataCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

FocusFirstCommand::render() — Method in class FocusFirstCommand

Return an array to be run through json_encode and sent to the client.

HtmlCommand::render() — Method in class HtmlCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

InsertCommand::render() — Method in class InsertCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

InvokeCommand::render() — Method in class InvokeCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

MessageCommand::render() — Method in class MessageCommand

Return an array to be run through json_encode and sent to the client.

OpenDialogCommand::render() — Method in class OpenDialogCommand

Implements \Drupal\Core\Ajax\CommandInterface:render().

OpenOffCanvasDialogCommand::render() — Method in class OpenOffCanvasDialogCommand

Implements \Drupal\Core\Ajax\CommandInterface:render().

PrependCommand::render() — Method in class PrependCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

RedirectCommandClass in namespace Drupal\Core\Ajax

Defines an AJAX command to set the window.location, loading that URL.

RedirectCommand::render() — Method in class RedirectCommand

Implements \Drupal\Core\Ajax\CommandInterface:render().

RemoveCommandClass in namespace Drupal\Core\Ajax

AJAX command for calling the jQuery remove() method.

RemoveCommand::render() — Method in class RemoveCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

ReplaceCommandClass in namespace Drupal\Core\Ajax

AJAX command for calling the jQuery replace() method.

ReplaceCommand::render() — Method in class ReplaceCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

RestripeCommandClass in namespace Drupal\Core\Ajax

AJAX command for resetting the striping on a table.

RestripeCommand::render() — Method in class RestripeCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

SetDialogOptionCommand::render() — Method in class SetDialogOptionCommand

Return an array to be run through json_encode and sent to the client.

SettingsCommand::render() — Method in class SettingsCommand

Implements Drupal\Core\Ajax\CommandInterface:render().

UpdateBuildIdCommand::render() — Method in class UpdateBuildIdCommand

Return an array to be run through json_encode and sent to the client.

ArchiverInterface::remove() — Method in class ArchiverInterface

Removes the specified file from the archive.

Tar::remove() — Method in class Tar

Removes the specified file from the archive.

Zip::remove() — Method in class Zip

Removes the specified file from the archive.

AssetCollectionRendererInterface::render() — Method in class AssetCollectionRendererInterface

Renders an asset collection.

CssCollectionRenderer::render() — Method in class CssCollectionRenderer

Renders an asset collection.

$ CssOptimizer#rewriteFileURIBasePathProperty in class CssOptimizer

The base path used by rewriteFileURI().

CssOptimizer::rewriteFileURI() — Method in class CssOptimizer

Prefixes all paths within a CSS file for processFile().

JsCollectionRenderer::render() — Method in class JsCollectionRenderer

Renders an asset collection.

$ LibrariesDirectoryFileFinder#rootProperty in class LibrariesDirectoryFileFinder

The app root.

LibraryDiscoveryCollector::resolveCacheMiss() — Method in class LibraryDiscoveryCollector

Resolves a cache miss.

LibraryDiscoveryCollector::reset() — Method in class LibraryDiscoveryCollector

Resets the local cache.

$ LibraryDiscoveryParser#rootProperty in class LibraryDiscoveryParser

The app root.

LibraryDiscoveryParser::resolveThemeAssetPath() — Method in class LibraryDiscoveryParser

Ensures that a full path is returned for an overriding theme asset.

ApcuBackend::removeBin() — Method in class ApcuBackend

Remove a cache bin.

BackendChain::removeBin() — Method in class BackendChain

Remove a cache bin.

CacheBackendInterface::removeBin() — Method in class CacheBackendInterface

Remove a cache bin.

CacheCollector::resolveCacheMiss() — Method in class CacheCollector

Resolves a cache miss.

CacheCollector::reset() — Method in class CacheCollector

Resets the local cache.

CacheCollectorInterface::reset() — Method in class CacheCollectorInterface

Resets the local cache.

CacheTagsChecksumInterface::reset() — Method in class CacheTagsChecksumInterface

Reset statically cached tags.

CacheTagsChecksumTrait::rootTransactionEndCallback() — Method in class CacheTagsChecksumTrait

Callback to be invoked just after a database transaction gets committed.

CacheTagsChecksumTrait::reset() — Method in class CacheTagsChecksumTrait

Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset()

CacheTagsInvalidator::resetChecksums() — Method in class CacheTagsInvalidator

Reset statically cached tags in all cache tag checksum services.

ChainedFastBackend::removeBin() — Method in class ChainedFastBackend

Remove a cache bin.

ChainedFastBackend::reset() — Method in class ChainedFastBackend
RequestFormatCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the RequestFormatCacheContext service, for "per format" caching.

RequestStackCacheContextBaseClass in namespace Drupal\Core\Cache\Context

Defines a base class for cache contexts depending only on the request stack.

$ RequestStackCacheContextBase#requestStackProperty in class RequestStackCacheContextBase

The request stack.

RouteCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the RouteCacheContext service, for "per route" caching.

$ RouteCacheContext#routeMatchProperty in class RouteCacheContext

The route match.

RouteNameCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the RouteCacheContext service, for "per route name" caching.

$ SessionExistsCacheContext#requestStackProperty in class SessionExistsCacheContext

The request stack.

DatabaseBackend::removeBin() — Method in class DatabaseBackend

Remove a cache bin.

MemoryBackend::removeBin() — Method in class MemoryBackend

Remove a cache bin.

MemoryBackend::reset() — Method in class MemoryBackend

Reset statically cached variables.

MemoryCounterBackend::resetCounter() — Method in class MemoryCounterBackend

Resets the call counter.

NullBackend::removeBin() — Method in class NullBackend

Remove a cache bin.

PhpBackend::removeBin() — Method in class PhpBackend

Remove a cache bin.

RefinableCacheableDependencyInterfaceClass in namespace Drupal\Core\Cache

Allows to add cacheability metadata to an object for the current runtime.

RefinableCacheableDependencyTraitClass in namespace Drupal\Core\Cache

Trait for \Drupal\Core\Cache\RefinableCacheableDependencyInterface.

DbImportCommand::runScript() — Method in class DbImportCommand

Run the database script.

Composer::removeTimeout() — Method in class Composer

Removes Composer's timeout so that scripts can run indefinitely.

ConditionAccessResolverTrait::resolveConditions() — Method in class ConditionAccessResolverTrait

Resolves the given conditions based on the condition logic ('and'/'or').

CachedStorage::read() — Method in class CachedStorage

Reads configuration data from the storage.

CachedStorage::readMultiple() — Method in class CachedStorage

Reads configuration data from the storage.

CachedStorage::rename() — Method in class CachedStorage

Renames a configuration object in the storage.

CachedStorage::resetListCache() — Method in class CachedStorage

Clears the static list cache.

Config::resetOverriddenData() — Method in class Config

Resets the current data, so overrides are re-applied.

ConfigFactory::reset() — Method in class ConfigFactory

Resets and re-initializes configuration objects. Internal use only.

ConfigFactory::rename() — Method in class ConfigFactory

Renames a configuration object using the storage.

ConfigFactoryInterface::reset() — Method in class ConfigFactoryInterface

Resets and re-initializes configuration objects. Internal use only.

ConfigFactoryInterface::rename() — Method in class ConfigFactoryInterface

Renames a configuration object using the storage.

ConfigImporter::reset() — Method in class ConfigImporter

Resets the storage comparer and processed list.

ConfigImporter::reInjectMe() — Method in class ConfigImporter

Gets all the service dependencies from \Drupal.

DatabaseStorage::read() — Method in class DatabaseStorage

Reads configuration data from the storage.

DatabaseStorage::readMultiple() — Method in class DatabaseStorage

Reads configuration data from the storage.

DatabaseStorage::rename() — Method in class DatabaseStorage

Implements Drupal\Core\Config\StorageInterface::rename().

DraggableListBuilder::render() — Method in class DraggableListBuilder

Builds a listing of entities for the given entity type.

FileStorage::read() — Method in class FileStorage

Implements Drupal\Core\Config\StorageInterface::read().

FileStorage::readMultiple() — Method in class FileStorage

Reads configuration data from the storage.

FileStorage::rename() — Method in class FileStorage

Renames a configuration object in the storage.

$ ImportStorageTransformer#requestLockProperty in class ImportStorageTransformer

The normal lock for the duration of the request.

MissingContentEvent::resolveMissingContent() — Method in class MissingContentEvent

Resolves the missing content by removing it from the list.

InstallStorage::rename() — Method in class InstallStorage

Overrides Drupal\Core\Config\FileStorage::rename().

InstallStorage::reset() — Method in class InstallStorage

Resets the static cache.

ManagedStorage::read() — Method in class ManagedStorage

Reads configuration data from the storage.

ManagedStorage::readMultiple() — Method in class ManagedStorage

Reads configuration data from the storage.

ManagedStorage::rename() — Method in class ManagedStorage

Renames a configuration object in the storage.

MemoryStorage::read() — Method in class MemoryStorage

Reads configuration data from the storage.

MemoryStorage::readMultiple() — Method in class MemoryStorage

Reads configuration data from the storage.

MemoryStorage::rename() — Method in class MemoryStorage

Renames a configuration object in the storage.

NullStorage::read() — Method in class NullStorage

Reads configuration data from the storage.

NullStorage::readMultiple() — Method in class NullStorage

Reads configuration data from the storage.

NullStorage::rename() — Method in class NullStorage

Renames a configuration object in the storage.

ReadOnlyStorageClass in namespace Drupal\Core\Config

A ReadOnlyStorage decorates a storage and does not allow writing to it.

ReadOnlyStorage::read() — Method in class ReadOnlyStorage

Reads configuration data from the storage.

ReadOnlyStorage::readMultiple() — Method in class ReadOnlyStorage

Reads configuration data from the storage.

ReadOnlyStorage::rename() — Method in class ReadOnlyStorage

Renames a configuration object in the storage.

StorageCacheInterface::resetListCache() — Method in class StorageCacheInterface

Reset the static cache of the listAll() cache.

StorageComparer::removeFromChangelist() — Method in class StorageComparer

Removes the entry from the given operation changelist for the given name.

StorageComparer::reset() — Method in class StorageComparer

Recalculates the differences.

StorageComparerInterface::reset() — Method in class StorageComparerInterface

Recalculates the differences.

StorageCopyTrait::replaceStorageContents() — Method in class StorageCopyTrait

Copy the configuration from one storage to another and remove stale items.

StorageInterface::read() — Method in class StorageInterface

Reads configuration data from the storage.

StorageInterface::readMultiple() — Method in class StorageInterface

Reads configuration data from the storage.

StorageInterface::rename() — Method in class StorageInterface

Renames a configuration object in the storage.

TypedConfigManager::replaceName() — Method in class TypedConfigManager

Replaces variables in configuration name.

TypedConfigManager::replaceVariable() — Method in class TypedConfigManager

Replaces variable values in included names with configuration data.

Psr7RequestValueResolver::resolve() — Method in class Psr7RequestValueResolver
{@inheritdoc}
RouteMatchValueResolverClass in namespace Drupal\Core\Controller\ArgumentResolver

Yields a RouteMatch object based on the request object passed along.

RouteMatchValueResolver::resolve() — Method in class RouteMatchValueResolver
{@inheritdoc}
ControllerBase::redirect() — Method in class ControllerBase

Returns a redirect response object for the specified route.

CoreServiceProvider::register() — Method in class CoreServiceProvider

Registers services to the container.

CoreServiceProvider::registerTest() — Method in class CoreServiceProvider

Registers services and event subscribers for a site under test.

Cron::run() — Method in class Cron

Executes a cron run.

CronInterface::run() — Method in class CronInterface

Executes a cron run.

$ Connection#rootTransactionEndCallbacksProperty in class Connection

Post-root (non-nested) transaction commit callbacks.

Connection::rollBack() — Method in class Connection

Rolls back the transaction entirely or to a named savepoint.

Database::renameConnection() — Method in class Database

Rename a connection and its corresponding connection information.

Database::removeConnection() — Method in class Database

Remove a connection and its corresponding connection information.

$ Tasks#resultsProperty in class Tasks

Results from tasks.

Tasks::runTasks() — Method in class Tasks

Runs database tasks and tests to see if Drupal can run on the database.

Tasks::runTestQuery() — Method in class Tasks

Ensures the database can execute commands with the current user.

Log::removeDatabaseEntries() — Method in class Log

Removes database related calls from a backtrace array.

$ Select#rangeProperty in class Select

The range limiters for this query.

Select::range() — Method in class Select

Restricts a query to a given range in the result set.

SelectExtender::range() — Method in class SelectExtender

Restricts a query to a given range in the result set.

SelectInterface::range() — Method in class SelectInterface

Restricts a query to a given range in the result set.

ReplicaKillSwitchClass in namespace Drupal\Core\Database

Provides replica server kill switch to ignore it.

RowCountExceptionClass in namespace Drupal\Core\Database

Exception thrown if a SELECT query trying to execute rowCount() on result.

Schema::renameTable() — Method in class Schema

Rename a table.

StatementInterface::rowCount() — Method in class StatementInterface

Returns the number of rows affected by the last SQL statement.

$ StatementPrefetch#rowCountProperty in class StatementPrefetch

The number of rows affected by the last query.

$ StatementPrefetch#resultRowCountProperty in class StatementPrefetch

The number of rows in this result set.

$ StatementPrefetch#rowCountEnabledProperty in class StatementPrefetch

Is rowCount() execution allowed.

StatementPrefetch::rewind() — Method in class StatementPrefetch
{@inheritdoc}
StatementPrefetch::rowCount() — Method in class StatementPrefetch

Returns the number of rows affected by the last SQL statement.

$ StatementWrapper#rowCountEnabledProperty in class StatementWrapper

Is rowCount() execution allowed.

StatementWrapper::rowCount() — Method in class StatementWrapper

Returns the number of rows affected by the last SQL statement.

$ Transaction#rolledBackProperty in class Transaction

A boolean value to indicate whether this transaction has been rolled back.

Transaction::rollBack() — Method in class Transaction

Rolls back the current transaction.

$ DateFormatter#requestStackProperty in class DateFormatter

The request stack.

RegisterAccessChecksPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Adds services tagged 'access_check' to the access_manager service.

RegisterEventSubscribersPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Registers all event subscribers to the event dispatcher.

RegisterServicesForDestructionPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Adds services tagged "needs_destruction" to the "kernel_destruct_subscriber" service.

RegisterStreamWrappersPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Adds services tagged 'stream_wrapper' to the stream_wrapper_manager service.

ContainerBuilder::register() — Method in class ContainerBuilder
{@inheritdoc}
ServiceProviderBase::register() — Method in class ServiceProviderBase

Registers services to the container.

ServiceProviderInterface::register() — Method in class ServiceProviderInterface

Registers services to the container.

$ DiffFormatter#rowsProperty in class DiffFormatter

The diff represented as an array of rows.

$ DrupalKernel#rootProperty in class DrupalKernel

The app root.

DrupalKernel::rebuildContainer() — Method in class DrupalKernel

Force a container rebuild.

DrupalKernelInterface::rebuildContainer() — Method in class DrupalKernelInterface

Force a container rebuild.

$ ContentEntityBase#revisionTranslationAffectedKeyProperty in class ContentEntityBase

The revision translation affected entity key.

ContentEntityBase::removeTranslation() — Method in class ContentEntityBase

Removes the translation identified by the given language code.

ContentEntityBase::referencedEntities() — Method in class ContentEntityBase

Gets a list of entities referenced by this entity.

ContentEntityNullStorage::readFieldItemsToPurge() — Method in class ContentEntityNullStorage

Reads values to be purged for a single field.

ContentEntityStorageBase::readFieldItemsToPurge() — Method in class ContentEntityStorageBase

Reads values to be purged for a single field.

ContentEntityStorageBase::resetCache() — Method in class ContentEntityStorageBase

Resets the entity cache.

$ ContentEntityType#revision_metadata_keysProperty in class ContentEntityType

An array of entity revision metadata keys.

$ EntityController#rendererProperty in class EntityController

The renderer.

EntityController::redirect() — Method in class EntityController

Returns a redirect response object for the specified route.

$ EntityViewController#rendererProperty in class EntityViewController

The renderer service.

EntityDisplayInterface::removeComponent() — Method in class EntityDisplayInterface

Sets a component to be hidden.

EntityAccessControlHandler::resetCache() — Method in class EntityAccessControlHandler

Clears all cached access checks.

EntityAccessControlHandlerInterface::resetCache() — Method in class EntityAccessControlHandlerInterface

Clears all cached access checks.

EntityBase::referencedEntities() — Method in class EntityBase

Gets a list of entities referenced by this entity.

EntityConstraintViolationList::remove() — Method in class EntityConstraintViolationList
{@inheritdoc}
$ EntityCreateAccessCheck#requirementsKeyProperty in class EntityCreateAccessCheck

The key used by the routing requirement.

$ EntityCreateAnyAccessCheck#requirementsKeyProperty in class EntityCreateAnyAccessCheck

The key used by the routing requirement.

EntityDefinitionUpdateManager::requiresEntityStorageSchemaChanges() — Method in class EntityDefinitionUpdateManager

Checks if the changes to the entity type requires storage schema changes.

EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges() — Method in class EntityDefinitionUpdateManager

Checks if the changes to the storage definition requires schema changes.

EntityDefinitionUpdateManager::requiresEntityDataMigration() — Method in class EntityDefinitionUpdateManager

Checks if existing data would be lost if the schema changes were applied.

$ EntityDeleteMultipleAccessCheck#requestStackProperty in class EntityDeleteMultipleAccessCheck

Request stack service.

$ EntityDisplayBase#rendererProperty in class EntityDisplayBase

The renderer.

EntityDisplayBase::removeComponent() — Method in class EntityDisplayBase

Sets a component to be hidden.

EntityInterface::referencedEntities() — Method in class EntityInterface

Gets a list of entities referenced by this entity.

EntityListBuilder::render() — Method in class EntityListBuilder

Builds a listing of entities for the given entity type.

EntityListBuilderInterface::render() — Method in class EntityListBuilderInterface

Builds a listing of entities for the given entity type.

EntityStorageBase::resetCache() — Method in class EntityStorageBase

Resets the internal entity cache.

EntityStorageBase::restore() — Method in class EntityStorageBase

Restores a previously saved entity.

EntityStorageInterface::resetCache() — Method in class EntityStorageInterface

Resets the internal entity cache.

EntityStorageInterface::restore() — Method in class EntityStorageInterface

Restores a previously saved entity.

$ EntityType#render_cacheProperty in class EntityType

Indicates whether the rendered output of entities should be cached.

$ EntityType#revision_data_tableProperty in class EntityType

The name of the entity type's revision data table.

$ EntityType#revision_tableProperty in class EntityType

The name of the entity type's revision table.

EntityViewBuilder::resetCache() — Method in class EntityViewBuilder

Resets the entity render cache.

EntityViewBuilderInterface::resetCache() — Method in class EntityViewBuilderInterface

Resets the entity render cache.

DefaultSelection::reAlterQuery() — Method in class DefaultSelection

Helper method: Passes a query to the alteration system again.

ReferenceAccessConstraintClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Entity Reference valid reference constraint.

ReferenceAccessConstraintValidatorClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Checks if the current user has access to newly referenced entities.

$ QueryBase#rangeProperty in class QueryBase

The query range.

QueryBase::range() — Method in class QueryBase

Defines the range of the query.

QueryInterface::range() — Method in class QueryInterface

Defines the range of the query.

Query::result() — Method in class Query

Executes the query and returns the result.

QueryAggregate::result() — Method in class QueryAggregate

Overrides \Drupal\Core\Entity\Query\Sql\Query::result().

RevisionLogEntityTraitClass in namespace Drupal\Core\Entity

Provides a trait for accessing revision logging and ownership information.

RevisionLogEntityTrait::revisionLogBaseFieldDefinitions() — Method in class RevisionLogEntityTrait

Provides revision-related base field definitions for an entity type.

RevisionLogInterfaceClass in namespace Drupal\Core\Entity

Defines methods for an entity that supports revision logging and ownership.

RevisionableContentEntityBaseClass in namespace Drupal\Core\Entity

Provides a content entity with extended support for revisions.

RevisionableEntityBundleInterfaceClass in namespace Drupal\Core\Entity

Provides an interface defining a revisionable entity bundle.

RevisionableInterfaceClass in namespace Drupal\Core\Entity

Provides methods for an entity to support revisions.

RevisionableStorageInterfaceClass in namespace Drupal\Core\Entity

A storage that supports revisionable entity types.

DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges() — Method in class DynamicallyFieldableEntityStorageSchemaInterface

Checks if the changes to the storage definition requires schema changes.

DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration() — Method in class DynamicallyFieldableEntityStorageSchemaInterface

Checks if existing data would be lost if the schema changes were applied.

EntityStorageSchemaInterface::requiresEntityStorageSchemaChanges() — Method in class EntityStorageSchemaInterface

Checks if the changes to the entity type requires storage schema changes.

EntityStorageSchemaInterface::requiresEntityDataMigration() — Method in class EntityStorageSchemaInterface

Checks if existing data would be lost if the schema changes were applied.

$ DefaultTableMapping#revisionTableProperty in class DefaultTableMapping

The table that stores revisions, if the entity supports revisions.

$ DefaultTableMapping#revisionDataTableProperty in class DefaultTableMapping

The table that stores revision field data if the entity supports revisions and has multilingual support.

DefaultTableMapping::requiresDedicatedTableStorage() — Method in class DefaultTableMapping

Checks whether the given field has to be stored in a dedicated table.

$ SqlContentEntityStorage#revisionKeyProperty in class SqlContentEntityStorage

Name of entity's revision database table field, if it supports revisions.

$ SqlContentEntityStorage#revisionTableProperty in class SqlContentEntityStorage

The table that stores revisions, if the entity supports revisions.

$ SqlContentEntityStorage#revisionDataTableProperty in class SqlContentEntityStorage

The table that stores revision field data if the entity supports revisions.

SqlContentEntityStorage::restore() — Method in class SqlContentEntityStorage

Restores a previously saved entity.

SqlContentEntityStorage::requiresEntityStorageSchemaChanges() — Method in class SqlContentEntityStorage

Checks if the changes to the entity type requires storage schema changes.

SqlContentEntityStorage::requiresFieldStorageSchemaChanges() — Method in class SqlContentEntityStorage

Checks if the changes to the storage definition requires schema changes.

SqlContentEntityStorage::requiresEntityDataMigration() — Method in class SqlContentEntityStorage

Checks if existing data would be lost if the schema changes were applied.

SqlContentEntityStorage::requiresFieldDataMigration() — Method in class SqlContentEntityStorage

Checks if existing data would be lost if the schema changes were applied.

SqlContentEntityStorage::readFieldItemsToPurge() — Method in class SqlContentEntityStorage

Reads values to be purged for a single field.

SqlContentEntityStorageSchema::requiresEntityStorageSchemaChanges() — Method in class SqlContentEntityStorageSchema

Checks if the changes to the entity type requires storage schema changes.

SqlContentEntityStorageSchema::requiresFieldStorageSchemaChanges() — Method in class SqlContentEntityStorageSchema

Checks if the changes to the storage definition requires schema changes.

SqlContentEntityStorageSchema::requiresEntityDataMigration() — Method in class SqlContentEntityStorageSchema

Checks if existing data would be lost if the schema changes were applied.

SqlContentEntityStorageSchema::requiresFieldDataMigration() — Method in class SqlContentEntityStorageSchema

Checks if existing data would be lost if the schema changes were applied.

$ DefaultExceptionHtmlSubscriber#redirectDestinationProperty in class DefaultExceptionHtmlSubscriber

The redirect destination service.

$ EarlyRenderingControllerWrapperSubscriber#rendererProperty in class EarlyRenderingControllerWrapperSubscriber

The renderer.

$ EntityRouteAlterSubscriber#resolverManagerProperty in class EntityRouteAlterSubscriber

The entity resolver manager.

$ FinishResponseSubscriber#requestPolicyProperty in class FinishResponseSubscriber

A policy rule determining the cacheability of a request.

$ FinishResponseSubscriber#responsePolicyProperty in class FinishResponseSubscriber

A policy rule determining the cacheability of the response.

KernelDestructionSubscriber::registerService() — Method in class KernelDestructionSubscriber

Registers a service for destruction.

$ MainContentViewSubscriber#routeMatchProperty in class MainContentViewSubscriber

The current route match.

$ MenuRouterRebuildSubscriber#replicaKillSwitchProperty in class MenuRouterRebuildSubscriber

The replica kill switch.

$ OptionsRequestSubscriber#routeProviderProperty in class OptionsRequestSubscriber

The route provider.

RedirectLeadingSlashesSubscriberClass in namespace Drupal\Core\EventSubscriber

Redirects paths starting with multiple slashes to a single slash.

RedirectLeadingSlashesSubscriber::redirect() — Method in class RedirectLeadingSlashesSubscriber

Redirects paths starting with multiple slashes to a single slash.

RedirectResponseSubscriberClass in namespace Drupal\Core\EventSubscriber

Allows manipulation of the response object when performing a redirect.

RenderArrayNonHtmlSubscriberClass in namespace Drupal\Core\EventSubscriber

Throws 406 if requesting non-HTML format and controller returns render array.

RequestCloseSubscriberClass in namespace Drupal\Core\EventSubscriber

Subscriber for all responses.

ResponseGeneratorSubscriberClass in namespace Drupal\Core\EventSubscriber

Response subscriber to add X-Generator header tag.

RouteAccessResponseSubscriberClass in namespace Drupal\Core\EventSubscriber

Response subscriber to bubble the route's access result's cacheability.

RouteMethodSubscriberClass in namespace Drupal\Core\EventSubscriber

Provides a default value for the HTTP method restriction on routes.

RssResponseRelativeUrlFilterClass in namespace Drupal\Core\EventSubscriber

Subscribes to filter RSS responses, to make relative URIs absolute.

RecursiveExtensionFilterIteratorClass in namespace Drupal\Core\Extension\Discovery

Filters a RecursiveDirectoryIterator to discover extensions.

$ Extension#rootProperty in class Extension

The app root.

$ ExtensionDiscovery#rootProperty in class ExtensionDiscovery

The app root for the current operation.

$ ExtensionList#rootProperty in class ExtensionList

The app root.

ExtensionList::reset() — Method in class ExtensionList

Resets the stored extension list.

ExtensionList::recalculateInfo() — Method in class ExtensionList

Generates the information from .info.yml files for extensions of this type.

ExtensionList::recalculatePathnames() — Method in class ExtensionList

Generates a sorted list of .info.yml file locations for all extensions.

$ InfoParserDynamic#rootProperty in class InfoParserDynamic

The root directory of the Drupal installation.

$ ModuleHandler#rootProperty in class ModuleHandler

The app root.

ModuleHandler::reload() — Method in class ModuleHandler

Reloads all enabled modules.

ModuleHandler::resetImplementations() — Method in class ModuleHandler

Resets the cached list of hook implementations.

ModuleHandlerInterface::reload() — Method in class ModuleHandlerInterface

Reloads all enabled modules.

ModuleHandlerInterface::resetImplementations() — Method in class ModuleHandlerInterface

Resets the cached list of hook implementations.

$ ModuleInstaller#rootProperty in class ModuleInstaller

The app root.

ModuleInstaller::removeCacheBins() — Method in class ModuleInstaller

Helper method for removing all cache bins registered by a given module.

RequiredModuleUninstallValidatorClass in namespace Drupal\Core\Extension

Ensures that required modules cannot be uninstalled.

ThemeExtensionList::reset() — Method in class ThemeExtensionList

Resets the stored extension list.

$ ThemeHandler#rootProperty in class ThemeHandler

The app root.

ThemeHandler::refreshInfo() — Method in class ThemeHandler

Refreshes the theme info data of currently installed themes.

ThemeHandler::reset() — Method in class ThemeHandler

Resets the internal state of the theme handler.

ThemeHandler::rebuildThemeData() — Method in class ThemeHandler

Scans and collects theme extension data and their engines.

ThemeHandlerInterface::refreshInfo() — Method in class ThemeHandlerInterface

Refreshes the theme info data of currently installed themes.

ThemeHandlerInterface::reset() — Method in class ThemeHandlerInterface

Resets the internal state of the theme handler.

ThemeHandlerInterface::rebuildThemeData() — Method in class ThemeHandlerInterface

Scans and collects theme extension data and their engines.

$ ThemeInstaller#routeBuilderProperty in class ThemeInstaller
ThemeInstaller::resetSystem() — Method in class ThemeInstaller

Resets some other systems like rebuilding the route information or caches.

DeletedFieldsRepository::removeFieldDefinition() — Method in class DeletedFieldsRepository

Removes a field definition object from the deleted list.

DeletedFieldsRepository::removeFieldStorageDefinition() — Method in class DeletedFieldsRepository

Removes a field storage definition object from the deleted list.

DeletedFieldsRepositoryInterface::removeFieldDefinition() — Method in class DeletedFieldsRepositoryInterface

Removes a field definition object from the deleted list.

DeletedFieldsRepositoryInterface::removeFieldStorageDefinition() — Method in class DeletedFieldsRepositoryInterface

Removes a field storage definition object from the deleted list.

EntityReferenceFieldItemList::referencedEntities() — Method in class EntityReferenceFieldItemList

Gets the entities referenced by this field, preserving field item deltas.

EntityReferenceFieldItemListInterface::referencedEntities() — Method in class EntityReferenceFieldItemListInterface

Gets the entities referenced by this field, preserving field item deltas.

$ FieldConfigBase#requiredProperty in class FieldConfigBase

Flag indicating whether the field is required.

$ EntityReferenceEntityFormatter#recursiveRenderDepthProperty in class EntityReferenceEntityFormatter

An array of counters for the recursive rendering protection.

$ TimestampAgoFormatter#requestProperty in class TimestampAgoFormatter

The current Request object.

RequiredFieldStorageDefinitionInterfaceClass in namespace Drupal\Core\Field

Defines an interface for required field storage definitions.

FTPExtension::removeDirectoryJailed() — Method in class FTPExtension

Removes a directory.

FTPExtension::removeFileJailed() — Method in class FTPExtension

Removes a file.

FileTransfer::removeDirectory() — Method in class FileTransfer

Removes a directory.

FileTransfer::removeFile() — Method in class FileTransfer

Removes a file.

FileTransfer::removeDirectoryJailed() — Method in class FileTransfer

Removes a directory.

FileTransfer::removeFileJailed() — Method in class FileTransfer

Removes a file.

$ FileTransferAuthorizeForm#rootProperty in class FileTransferAuthorizeForm

The app root.

FileTransferAuthorizeForm::runOperation() — Method in class FileTransferAuthorizeForm

Runs the operation specified in 'authorize_operation' session property.

Local::removeDirectoryJailed() — Method in class Local

Removes a directory.

Local::removeFileJailed() — Method in class Local

Removes a file.

SSH::removeDirectoryJailed() — Method in class SSH

Removes a directory.

SSH::removeFileJailed() — Method in class SSH

Removes a file.

FileSystem::realpath() — Method in class FileSystem

Resolves the absolute filepath of a local URI or filepath.

FileSystem::rmdir() — Method in class FileSystem

Removes a directory.

FileSystemInterface::realpath() — Method in class FileSystemInterface

Resolves the absolute filepath of a local URI or filepath.

FileSystemInterface::rmdir() — Method in class FileSystemInterface

Removes a directory.

$ FileUrlGenerator#requestStackProperty in class FileUrlGenerator

The request stack.

MimeTypeGuesser::registerWithSymfonyGuesser() — Method in class MimeTypeGuesser

A helper function to register with Symfony's singleton MIME type guesser.

$ DatabaseBackend#requestStackProperty in class DatabaseBackend

The request stack.

DatabaseBackend::register() — Method in class DatabaseBackend

Registers an event for the current visitor to the flood control mechanism.

FloodInterface::register() — Method in class FloodInterface

Registers an event for the current visitor to the flood control mechanism.

$ MemoryBackend#requestStackProperty in class MemoryBackend

The request stack.

MemoryBackend::register() — Method in class MemoryBackend

Registers an event for the current visitor to the flood control mechanism.

$ EnforcedResponse#responseProperty in class EnforcedResponse

The wrapped response object.

$ EnforcedResponseException#responseProperty in class EnforcedResponseException

The response to be enforced.

$ FormAjaxResponseBuilder#routeMatchProperty in class FormAjaxResponseBuilder

The current route match.

$ FormBase#requestStackProperty in class FormBase

The request stack.

$ FormBase#routeMatchProperty in class FormBase

The route match.

FormBase::resetConfigFactory() — Method in class FormBase

Resets the configuration factory.

FormBase::redirect() — Method in class FormBase

Returns a redirect response object for the specified route.

$ FormBuilder#requestStackProperty in class FormBuilder

The request stack.

FormBuilder::rebuildForm() — Method in class FormBuilder

Constructs a new $form from the information in $form_state.

FormBuilder::retrieveForm() — Method in class FormBuilder

Retrieves the structured array that defines a given form.

FormBuilder::renderPlaceholderFormAction() — Method in class FormBuilder

Renders a form action URL. It's a #lazy_builder callback.

FormBuilder::renderFormTokenPlaceholder() — Method in class FormBuilder

Renders the form CSRF token. It's a #lazy_builder callback.

FormBuilder::redirectForm() — Method in class FormBuilder

Redirects the user to a URL after a form has been processed.

FormBuilderInterface::rebuildForm() — Method in class FormBuilderInterface

Constructs a new $form from the information in $form_state.

FormBuilderInterface::retrieveForm() — Method in class FormBuilderInterface

Retrieves the structured array that defines a given form.

$ FormCache#requestStackProperty in class FormCache

The request stack.

$ FormCache#requestPolicyProperty in class FormCache

A policy rule determining the cacheability of a request.

$ FormCache#rootProperty in class FormCache

The app root.

FormHelper::rewriteStatesSelector() — Method in class FormHelper

Rewrites #states selectors in a render element.

$ FormState#rebuild_infoProperty in class FormState

Similar to self::$build_info, but pertaining to \Drupal\Core\Form\FormBuilderInterface::rebuildForm().

$ FormState#rebuildProperty in class FormState

Normally, after the entire form processing is completed and submit handlers have run, a form is considered to be done and \Drupal\Core\Form\FormSubmitterInterface::redirectForm() will redirect the user to a new page using a GET request (so a browser refresh does not re-submit the form). However, if 'rebuild' has been set to TRUE, then a new copy of the form is immediately built and sent to the browser, instead of a redirect. This is used for multi-step forms, such as wizards and confirmation forms. Normally, self::$rebuild is set by a submit handler, since it is usually logic within a submit handler that determines whether a form is done or requires another step. However, a validation handler may already set self::$rebuild to cause the form processing to bypass submit handlers and rebuild the form instead, even if there are no validation errors.

$ FormState#responseProperty in class FormState

Used when a form needs to return some kind of a \Symfony\Component\HttpFoundation\Response object, e.g., a \Symfony\Component\HttpFoundation\BinaryFileResponse when triggering a file download. If you use self::setRedirect() or self::setRedirectUrl(), it will be used to build a \Symfony\Component\HttpFoundation\RedirectResponse and will populate this key.

$ FormState#redirectProperty in class FormState

Used to redirect the form on submission.

$ FormState#requestMethodProperty in class FormState

The HTTP method used by the request building or processing this form.

$ FormSubmitter#requestStackProperty in class FormSubmitter

The request stack.

FormSubmitter::redirectForm() — Method in class FormSubmitter

Redirects the user to a URL after a form has been processed.

FormSubmitterInterface::redirectForm() — Method in class FormSubmitterInterface

Redirects the user to a URL after a form has been processed.

$ FormValidator#requestStackProperty in class FormValidator

The request stack.

$ LinkRelationTypeManager#rootProperty in class LinkRelationTypeManager

The app root.

RequestStackClass in namespace Drupal\Core\Http

Forward-compatibility shim for Symfony's RequestStack.

Image::resize() — Method in class Image

Resizes an image to the given dimensions (ignoring aspect ratio).

Image::rotate() — Method in class Image

Rotates an image by the given number of degrees.

ImageInterface::resize() — Method in class ImageInterface

Resizes an image to the given dimensions (ignoring aspect ratio).

ImageInterface::rotate() — Method in class ImageInterface

Rotates an image by the given number of degrees.

ConfigOverride::register() — Method in class ConfigOverride

Registers services to the container.

$ SiteConfigureForm#rootProperty in class SiteConfigureForm

The app root.

$ SiteSettingsForm#rendererProperty in class SiteSettingsForm

The renderer.

InstallerKernel::resetConfigStorage() — Method in class InstallerKernel

Reset the bootstrap config storage.

InstallerServiceProvider::register() — Method in class InstallerServiceProvider

Registers services to the container.

NormalInstallerServiceProvider::register() — Method in class NormalInstallerServiceProvider

Registers services to the container.

DatabaseStorage::rename() — Method in class DatabaseStorage

Renames a key.

KeyValueStoreInterface::rename() — Method in class KeyValueStoreInterface

Renames a key.

MemoryStorage::rename() — Method in class MemoryStorage

Renames a key.

NullStorageExpirable::rename() — Method in class NullStorageExpirable

Renames a key.

LanguageManager::reset() — Method in class LanguageManager

Resets the given language type or all types if none specified.

LanguageManagerInterface::reset() — Method in class LanguageManagerInterface

Resets the given language type or all types if none specified.

$ Layout#regionsProperty in class Layout

An associative array of regions in this layout.

$ LayoutDefinition#regionsProperty in class LayoutDefinition

An associative array of regions in this layout.

DatabaseLockBackend::release() — Method in class DatabaseLockBackend

Releases the given lock.

DatabaseLockBackend::releaseAll() — Method in class DatabaseLockBackend

Releases all locks for the given lock token identifier.

LockBackendInterface::release() — Method in class LockBackendInterface

Releases the given lock.

LockBackendInterface::releaseAll() — Method in class LockBackendInterface

Releases all locks for the given lock token identifier.

NullLockBackend::release() — Method in class NullLockBackend

Releases the given lock.

NullLockBackend::releaseAll() — Method in class NullLockBackend

Releases all locks for the given lock token identifier.

$ LoggerChannel#requestStackProperty in class LoggerChannel

The request stack object.

RfcLogLevelClass in namespace Drupal\Core\Logger

Defines various logging severity levels.

RfcLoggerTraitClass in namespace Drupal\Core\Logger

A copy of \Psr\Log\LoggerTrait that uses RFC 5424 compliant log levels.

$ MailFormatHelper#regexpProperty in class MailFormatHelper

Quoted regex expression based on base path.

$ MailManager#rendererProperty in class MailManager

The renderer.

$ ContextualLinkManager#requestStackProperty in class ContextualLinkManager

The request stack.

$ LocalActionDefault#routeProviderProperty in class LocalActionDefault

The route provider to load routes by name.

$ LocalActionManager#requestStackProperty in class LocalActionManager

The request stack.

$ LocalActionManager#routeMatchProperty in class LocalActionManager

The current route match.

$ LocalActionManager#routeProviderProperty in class LocalActionManager

The route provider to load routes by name.

$ LocalTaskDefault#routeProviderProperty in class LocalTaskDefault

The route provider to load routes by name.

LocalTaskDefault::routeProvider() — Method in class LocalTaskDefault

Returns the route provider.

$ LocalTaskManager#requestStackProperty in class LocalTaskManager

The request stack.

$ LocalTaskManager#routeMatchProperty in class LocalTaskManager

The current route match.

$ LocalTaskManager#routeProviderProperty in class LocalTaskManager

The route provider to load routes by name.

$ MenuActiveTrail#routeMatchProperty in class MenuActiveTrail

The route match object for the current page.

MenuActiveTrail::resolveCacheMiss() — Method in class MenuActiveTrail

Resolves a cache miss.

MenuLinkManager::rebuild() — Method in class MenuLinkManager

Triggers discovery, save, and cleanup of discovered links.

MenuLinkManager::removeDefinition() — Method in class MenuLinkManager

Removes a single link definition from the menu tree storage.

MenuLinkManager::resetLink() — Method in class MenuLinkManager

Resets the values for a menu link based on the values found by discovery.

MenuLinkManager::resetInstance() — Method in class MenuLinkManager

Resets the menu link to its default settings.

MenuLinkManager::resetDefinitions() — Method in class MenuLinkManager

Resets any local definition cache. Used for testing.

MenuLinkManagerInterface::rebuild() — Method in class MenuLinkManagerInterface

Triggers discovery, save, and cleanup of discovered links.

MenuLinkManagerInterface::removeDefinition() — Method in class MenuLinkManagerInterface

Removes a single link definition from the menu tree storage.

MenuLinkManagerInterface::resetLink() — Method in class MenuLinkManagerInterface

Resets the values for a menu link based on the values found by discovery.

MenuLinkManagerInterface::resetDefinitions() — Method in class MenuLinkManagerInterface

Resets any local definition cache. Used for testing.

$ MenuLinkTree#routeProviderProperty in class MenuLinkTree

The route provider to load routes by name.

$ MenuTreeParameters#rootProperty in class MenuTreeParameters

A menu link plugin ID that should be used as the root.

MenuTreeStorage::resetDefinitions() — Method in class MenuTreeStorage

Clears all definitions cached in memory.

MenuTreeStorage::rebuild() — Method in class MenuTreeStorage

Rebuilds the stored menu link definitions.

MenuTreeStorageInterface::resetDefinitions() — Method in class MenuTreeStorageInterface

Clears all definitions cached in memory.

MenuTreeStorageInterface::rebuild() — Method in class MenuTreeStorageInterface

Rebuilds the stored menu link definitions.

$ LocalActionsBlock#routeMatchProperty in class LocalActionsBlock

The route match.

$ LocalTasksBlock#routeMatchProperty in class LocalTasksBlock

The route match.

StaticMenuLinkOverrides::reload() — Method in class StaticMenuLinkOverrides

Reloads the overrides from config.

StaticMenuLinkOverridesInterface::reload() — Method in class StaticMenuLinkOverridesInterface

Reloads the overrides from config.

$ ChainRequestPolicy#rulesProperty in class ChainRequestPolicy

A list of policy rules to apply when this policy is evaluated.

$ ChainResponsePolicy#rulesProperty in class ChainResponsePolicy

A list of policy rules to apply when this policy is checked.

RequestPolicyInterfaceClass in namespace Drupal\Core\PageCache

Defines the interface for request policy implementations.

ResponsePolicyInterfaceClass in namespace Drupal\Core\PageCache

Defines the interface for response policy implementations.

$ DenyNoCacheRoutes#routeMatchProperty in class DenyNoCacheRoutes

The current route match.

PagerManager::reservePagerElementId() — Method in class PagerManager

Reserve a pager element ID.

PagerManagerInterface::reservePagerElementId() — Method in class PagerManagerInterface

Reserve a pager element ID.

$ PagerParameters#requestStackProperty in class PagerParameters

The HTTP request stack.

$ ParamNotConvertedException#routeNameProperty in class ParamNotConvertedException

The route name that was not converted.

$ ParamNotConvertedException#rawParametersProperty in class ParamNotConvertedException

The raw parameters that were not converted.

$ CurrentPathStack#requestStackProperty in class CurrentPathStack

The request stack.

$ PathMatcher#regexesProperty in class PathMatcher

The cache of regular expressions.

$ PathMatcher#routeMatchProperty in class PathMatcher

The current route match.

DefaultLazyPluginCollection::removeInstanceId() — Method in class DefaultLazyPluginCollection

Removes an instance ID.

$ AnnotatedClassDiscovery#rootNamespacesIteratorProperty in class AnnotatedClassDiscovery

A list of base namespaces with their PSR-4 directories.

Cron::run() — Method in class Cron

Executes a cron run.

RequiredModuleUninstallValidatorClass in namespace Drupal\Core\ProxyClass\Extension

Provides a proxy class for \Drupal\Core\Extension\RequiredModuleUninstallValidator.

MimeTypeGuesser::registerWithSymfonyGuesser() — Method in class MimeTypeGuesser
{@inheritdoc}
DatabaseLockBackend::release() — Method in class DatabaseLockBackend

Releases the given lock.

DatabaseLockBackend::releaseAll() — Method in class DatabaseLockBackend

Releases all locks for the given lock token identifier.

PersistentDatabaseLockBackend::release() — Method in class PersistentDatabaseLockBackend

Releases the given lock.

PersistentDatabaseLockBackend::releaseAll() — Method in class PersistentDatabaseLockBackend

Releases all locks for the given lock token identifier.

BareHtmlPageRenderer::renderBarePage() — Method in class BareHtmlPageRenderer

Renders a bare page.

RouteBuilderClass in namespace Drupal\Core\ProxyClass\Routing

Provides a proxy class for \Drupal\Core\Routing\RouteBuilder.

RouteBuilder::rebuild() — Method in class RouteBuilder

Rebuilds the route information and dumps it.

RouteBuilder::rebuildIfNeeded() — Method in class RouteBuilder

Rebuilds the route information if necessary, and dumps it.

DatabaseQueue::releaseItem() — Method in class DatabaseQueue

Releases an item that the worker could not process.

Memory::releaseItem() — Method in class Memory

Releases an item that the worker could not process.

QueueInterface::releaseItem() — Method in class QueueInterface

Releases an item that the worker could not process.

ReliableQueueInterfaceClass in namespace Drupal\Core\Queue

Reliable queue interface.

RequeueExceptionClass in namespace Drupal\Core\Queue

Throw this exception to release the item allowing it to be processed again.

RenderElementClass in namespace Drupal\Core\Render\Annotation

Defines a render element plugin annotation object.

$ BareHtmlPageRenderer#rendererProperty in class BareHtmlPageRenderer

The renderer service.

BareHtmlPageRenderer::renderBarePage() — Method in class BareHtmlPageRenderer

Renders a bare page.

BareHtmlPageRendererInterface::renderBarePage() — Method in class BareHtmlPageRendererInterface

Renders a bare page.

RadioClass in namespace Drupal\Core\Render\Element

Provides a form element for a single radio button.

RadiosClass in namespace Drupal\Core\Render\Element

Provides a form element for a set of radio buttons.

RangeClass in namespace Drupal\Core\Render\Element

Provides a slider for input of a number within a specific range.

RenderCallbackInterfaceClass in namespace Drupal\Core\Render\Element

Indicates all public methods are safe to use in render callbacks.

RenderElementClass in namespace Drupal\Core\Render\Element

Provides a base class for render element plugins.

StatusMessages::renderMessages() — Method in class StatusMessages

lazy_builder callback; replaces placeholder with messages.

$ HtmlResponseAttachmentsProcessor#requestStackProperty in class HtmlResponseAttachmentsProcessor

The request stack.

$ HtmlResponseAttachmentsProcessor#rendererProperty in class HtmlResponseAttachmentsProcessor

The renderer.

HtmlResponseAttachmentsProcessor::renderPlaceholders() — Method in class HtmlResponseAttachmentsProcessor

Renders placeholders (#attached['placeholders']).

HtmlResponseAttachmentsProcessor::renderHtmlResponseAttachmentPlaceholders() — Method in class HtmlResponseAttachmentsProcessor

Renders HTML response attachment placeholders.

$ AjaxRenderer#rendererProperty in class AjaxRenderer

The renderer.

AjaxRenderer::renderResponse() — Method in class AjaxRenderer

Renders the main content render array into a response.

$ DialogRenderer#rendererProperty in class DialogRenderer

The renderer.

DialogRenderer::renderResponse() — Method in class DialogRenderer

Renders the main content render array into a response.

$ HtmlRenderer#rendererProperty in class HtmlRenderer

The renderer service.

$ HtmlRenderer#renderCacheProperty in class HtmlRenderer

The render cache service.

$ HtmlRenderer#rendererConfigProperty in class HtmlRenderer

The renderer configuration array.

HtmlRenderer::renderResponse() — Method in class HtmlRenderer

Renders the main content render array into a response.

MainContentRendererInterface::renderResponse() — Method in class MainContentRendererInterface

Renders the main content render array into a response.

ModalRenderer::renderResponse() — Method in class ModalRenderer

Renders the main content render array into a response.

$ OffCanvasRenderer#rendererProperty in class OffCanvasRenderer

The renderer.

OffCanvasRenderer::renderResponse() — Method in class OffCanvasRenderer

Renders the main content render array into a response.

$ MetadataBubblingUrlGenerator#rendererProperty in class MetadataBubblingUrlGenerator

The renderer.

$ PageDisplayVariantSelectionEvent#routeMatchProperty in class PageDisplayVariantSelectionEvent

The current route match.

$ PlaceholderGenerator#rendererConfigProperty in class PlaceholderGenerator

The renderer configuration array.

RenderCacheClass in namespace Drupal\Core\Render

Wraps the caching logic for the render caching system.

$ RenderCache#requestStackProperty in class RenderCache

The request stack.

RenderCacheInterfaceClass in namespace Drupal\Core\Render

Defines an interface for caching rendered render arrays.

RenderContextClass in namespace Drupal\Core\Render

The render context: a stack containing bubbleable rendering metadata.

RenderEventsClass in namespace Drupal\Core\Render

Defines events for the render system.

RenderableInterfaceClass in namespace Drupal\Core\Render

Defines an object which can be rendered by the Render API.

RendererClass in namespace Drupal\Core\Render

Turns a render array into an HTML string.

$ Renderer#renderCacheProperty in class Renderer

The render cache service.

$ Renderer#rendererConfigProperty in class Renderer

The renderer configuration array.

$ Renderer#requestStackProperty in class Renderer

The request stack.

Renderer::renderRoot() — Method in class Renderer

Renders final HTML given a structured array tree.

Renderer::renderPlain() — Method in class Renderer

Renders final HTML in situations where no assets are needed.

Renderer::renderPlaceholder() — Method in class Renderer

Renders final HTML for a placeholder.

Renderer::render() — Method in class Renderer

Renders HTML given a structured array tree.

Renderer::replacePlaceholders() — Method in class Renderer

Replaces placeholders.

RendererInterfaceClass in namespace Drupal\Core\Render

Defines an interface for turning a render array into a string.

RendererInterface::renderRoot() — Method in class RendererInterface

Renders final HTML given a structured array tree.

RendererInterface::renderPlain() — Method in class RendererInterface

Renders final HTML in situations where no assets are needed.

RendererInterface::renderPlaceholder() — Method in class RendererInterface

Renders final HTML for a placeholder.

RendererInterface::render() — Method in class RendererInterface

Renders HTML given a structured array tree.

RouteProcessorCurrentClass in namespace Drupal\Core\RouteProcessor

Provides a route processor to replace .

$ RouteProcessorCurrent#routeMatchProperty in class RouteProcessorCurrent

The current route match.

RouteProcessorManagerClass in namespace Drupal\Core\RouteProcessor

Route processor manager.

$ AccessAwareRouter#routerProperty in class AccessAwareRouter

The router doing the actual routing.

$ AdminContext#routeMatchProperty in class AdminContext

The route match.

$ CurrentRouteMatch#requestStackProperty in class CurrentRouteMatch

The related request stack.

$ CurrentRouteMatch#routeMatchesProperty in class CurrentRouteMatch

Internal cache of RouteMatch objects.

CurrentRouteMatch::resetRouteMatch() — Method in class CurrentRouteMatch

Resets the route match static cache.

$ LocalAwareRedirectResponseTrait#requestContextProperty in class LocalAwareRedirectResponseTrait

The request context.

$ MatcherDumper#routesProperty in class MatcherDumper

The routes to be dumped.

$ NullMatcherDumper#routesProperty in class NullMatcherDumper

The routes to be dumped.

RedirectDestinationClass in namespace Drupal\Core\Routing

Provides helpers for redirect destinations.

$ RedirectDestination#requestStackProperty in class RedirectDestination

The request stack.

RedirectDestinationInterfaceClass in namespace Drupal\Core\Routing

Provides an interface for redirect destinations.

RedirectDestinationTraitClass in namespace Drupal\Core\Routing

Wrapper methods for the Redirect Destination.

$ RedirectDestinationTrait#redirectDestinationProperty in class RedirectDestinationTrait

The redirect destination service.

RequestContextClass in namespace Drupal\Core\Routing

Holds information about the current request.

RequestFormatRouteFilterClass in namespace Drupal\Core\Routing

Provides a route filter, which filters by the request format.

RequestHelperClass in namespace Drupal\Core\Routing

Provides some helper methods for dealing with the request.

ResettableStackedRouteMatchInterfaceClass in namespace Drupal\Core\Routing

Defines an interface for a resettable stack of route matches.

ResettableStackedRouteMatchInterface::resetRouteMatch() — Method in class ResettableStackedRouteMatchInterface

Resets the route match static cache.

RouteBuildEventClass in namespace Drupal\Core\Routing

Represents route building information as event.

$ RouteBuildEvent#routeCollectionProperty in class RouteBuildEvent

The route collection.

RouteBuilderClass in namespace Drupal\Core\Routing

Managing class for rebuilding the router table.

$ RouteBuilder#routeCollectionProperty in class RouteBuilder

The route collection during the rebuild.

$ RouteBuilder#rebuildNeededProperty in class RouteBuilder

Flag that indicates if we should rebuild at the end of the request.

RouteBuilder::rebuild() — Method in class RouteBuilder

Rebuilds the route information and dumps it.

RouteBuilder::rebuildIfNeeded() — Method in class RouteBuilder

Rebuilds the route information if necessary, and dumps it.

RouteBuilderInterfaceClass in namespace Drupal\Core\Routing

Rebuilds the route information and dumps it.

RouteBuilderInterface::rebuild() — Method in class RouteBuilderInterface

Rebuilds the route information and dumps it.

RouteBuilderInterface::rebuildIfNeeded() — Method in class RouteBuilderInterface

Rebuilds the route information if necessary, and dumps it.

RouteCompilerClass in namespace Drupal\Core\Routing

Compiler to generate derived information from a Route necessary for matching.

RouteMatchClass in namespace Drupal\Core\Routing

Default object representing the results of routing.

$ RouteMatch#routeNameProperty in class RouteMatch

The route name.

$ RouteMatch#routeProperty in class RouteMatch

The route.

$ RouteMatch#rawParametersProperty in class RouteMatch

A key|value store of raw parameters.

RouteMatchInterfaceClass in namespace Drupal\Core\Routing

Provides an interface for classes representing the result of routing.

RouteObjectInterfaceClass in namespace Drupal\Core\Routing

Provides constants used for retrieving matched routes.

RoutePreloaderClass in namespace Drupal\Core\Routing

Defines a class which preloads non-admin routes.

$ RoutePreloader#routeProviderProperty in class RoutePreloader

The route provider.

RouteProviderClass in namespace Drupal\Core\Routing

A Route Provider front-end for all Drupal-stored routes.

$ RouteProvider#routesProperty in class RouteProvider

A cache of already-loaded routes, keyed by route name.

RouteProvider::routeProviderRouteCompare() — Method in class RouteProvider

Comparison function for usort on routes.

RouteProvider::reset() — Method in class RouteProvider

Resets the route provider object.

RouteProviderInterfaceClass in namespace Drupal\Core\Routing

Defines the route provider interface.

RouteProviderInterface::reset() — Method in class RouteProviderInterface

Resets the route provider object.

RouteProviderLazyBuilderClass in namespace Drupal\Core\Routing

A Route Provider front-end for all Drupal-stored routes.

$ RouteProviderLazyBuilder#routeProviderProperty in class RouteProviderLazyBuilder

The route provider service.

$ RouteProviderLazyBuilder#routeBuilderProperty in class RouteProviderLazyBuilder

The route building service.

$ RouteProviderLazyBuilder#rebuiltProperty in class RouteProviderLazyBuilder

Flag to determine if the router has been rebuilt.

$ RouteProviderLazyBuilder#rebuildingProperty in class RouteProviderLazyBuilder

Flag to determine if router is currently being rebuilt.

RouteProviderLazyBuilder::reset() — Method in class RouteProviderLazyBuilder

Resets the route provider object.

RouteProviderLazyBuilder::routerRebuilding() — Method in class RouteProviderLazyBuilder

Sets the router rebuilding flag to TRUE.

RouteProviderLazyBuilder::routerRebuildFinished() — Method in class RouteProviderLazyBuilder

Sets the router rebuilding flag to FALSE.

RouteSubscriberBaseClass in namespace Drupal\Core\Routing

Provides a base implementation for RouteSubscriber.

RouterClass in namespace Drupal\Core\Routing

Router implementation in Drupal.

$ Router#routeProviderProperty in class Router

The route provider responsible for the first-pass match.

RoutingEventsClass in namespace Drupal\Core\Routing

Contains all events thrown in the core routing component.

$ UrlGenerator#requestStackProperty in class UrlGenerator

A request stack object.

$ UrlGenerator#routeProcessorProperty in class UrlGenerator

The route processor.

RequestSanitizerClass in namespace Drupal\Core\Security

Sanitizes user input.

$ SessionHandler#requestStackProperty in class SessionHandler

The request stack.

SessionHandler::read() — Method in class SessionHandler
{@inheritdoc}
$ SessionManager#requestStackProperty in class SessionManager

The request stack.

SessionManager::regenerate() — Method in class SessionManager
{@inheritdoc}
$ UserSession#rolesProperty in class UserSession

List of the roles this user has.

WriteSafeSessionHandler::read() — Method in class WriteSafeSessionHandler
{@inheritdoc}
NegotiationMiddleware::registerFormat() — Method in class NegotiationMiddleware

Registers a format for a given MIME type.

ReverseProxyMiddlewareClass in namespace Drupal\Core\StackMiddleware

Provides support for reverse proxies.

State::resetCache() — Method in class State

Resets the static cache.

StateInterface::resetCache() — Method in class StateInterface

Resets the static cache.

LocalReadOnlyStream::rename() — Method in class LocalReadOnlyStream

Support for rename().

LocalReadOnlyStream::rmdir() — Method in class LocalReadOnlyStream

Support for rmdir().

LocalStream::realpath() — Method in class LocalStream

Returns canonical, absolute path of the resource.

LocalStream::rename() — Method in class LocalStream

Renames a file or directory.

LocalStream::rmdir() — Method in class LocalStream

Removes a directory.

PhpStreamWrapperInterface::rename() — Method in class PhpStreamWrapperInterface

Renames a file or directory.

PhpStreamWrapperInterface::rmdir() — Method in class PhpStreamWrapperInterface

Removes a directory.

ReadOnlyStreamClass in namespace Drupal\Core\StreamWrapper

Defines a read-only Drupal stream wrapper base class.

ReadOnlyStream::rename() — Method in class ReadOnlyStream

Support for rename().

ReadOnlyStream::rmdir() — Method in class ReadOnlyStream

Support for rmdir().

StreamWrapperInterface::realpath() — Method in class StreamWrapperInterface

Returns canonical, absolute path of the resource.

StreamWrapperManager::register() — Method in class StreamWrapperManager

Registers the tagged stream wrappers.

StreamWrapperManager::registerWrapper() — Method in class StreamWrapperManager

Registers stream wrapper with PHP.

StreamWrapperManagerInterface::registerWrapper() — Method in class StreamWrapperManagerInterface

Registers stream wrapper with PHP.

PluralTranslatableMarkup::render() — Method in class PluralTranslatableMarkup

Renders the object as a string.

TranslatableMarkup::render() — Method in class TranslatableMarkup

Renders the object as a string.

TranslationManager::reset() — Method in class TranslationManager

Resets translation cache.

StaticTranslation::reset() — Method in class StaticTranslation

Resets translation cache.

TranslatorInterface::reset() — Method in class TranslatorInterface

Resets translation cache.

$ BreakLockLink#rendererProperty in class BreakLockLink

The renderer.

$ PrivateTempStore#requestStackProperty in class PrivateTempStore

The request stack.

$ PrivateTempStoreFactory#requestStackProperty in class PrivateTempStoreFactory

The request stack.

$ SharedTempStore#requestStackProperty in class SharedTempStore

The request stack.

$ SharedTempStoreFactory#requestStackProperty in class SharedTempStoreFactory

The request stack.

Attribute::removeAttribute() — Method in class Attribute

Removes an attribute from an Attribute object.

Attribute::removeClass() — Method in class Attribute

Removes argument values from array of existing CSS classes.

AttributeBoolean::render() — Method in class AttributeBoolean

Returns a string representation of the attribute.

AttributeValueBase::render() — Method in class AttributeValueBase

Returns a string representation of the attribute.

TwigEnvironment::renderInline() — Method in class TwigEnvironment

Renders a twig string directly.

$ TwigExtension#rendererProperty in class TwigExtension

The renderer.

TwigExtension::renderVar() — Method in class TwigExtension

Wrapper around render() for twig printed output.

$ EnvironmentCleaner#rootProperty in class EnvironmentCleaner

Path to Drupal root directory.

$ EnvironmentCleaner#resultsDatabaseProperty in class EnvironmentCleaner

Connection to the database where test results are stored.

$ FunctionalTestSetupTrait#rootUserProperty in class FunctionalTestSetupTrait

The "#1" admin user.

FunctionalTestSetupTrait::rebuildContainer() — Method in class FunctionalTestSetupTrait

Rebuilds \Drupal::getContainer().

FunctionalTestSetupTrait::resetAll() — Method in class FunctionalTestSetupTrait

Resets all data structures after having enabled new modules.

FunctionalTestSetupTrait::rebuildAll() — Method in class FunctionalTestSetupTrait

Resets and rebuilds the environment after setup.

$ PerformanceTestRecorder#recordProperty in class PerformanceTestRecorder
PerformanceTestRecorder::record() — Method in class PerformanceTestRecorder

Records the occurrence of an event.

PerformanceTestRecorder::registerService() — Method in class PerformanceTestRecorder

Registers core.performance.test.recorder service.

PhpUnitTestRunner::runCommand() — Method in class PhpUnitTestRunner

Executes the PHPUnit command.

PhpUnitTestRunner::runTests() — Method in class PhpUnitTestRunner

Executes PHPUnit tests and returns the results of the run.

RefreshVariablesTraitClass in namespace Drupal\Core\Test

Provides a method to refresh in-memory configuration and state information.

RefreshVariablesTrait::refreshVariables() — Method in class RefreshVariablesTrait

Refreshes in-memory configuration and state information.

TestDatabase::releaseLock() — Method in class TestDatabase

Releases a lock.

TestDatabase::releaseAllTestLocks() — Method in class TestDatabase

Releases all test locks.

$ TestDiscovery#rootProperty in class TestDiscovery

The app root.

TestDiscovery::registerTestNamespaces() — Method in class TestDiscovery

Registers test namespaces of all extensions and core test classes.

$ ActiveTheme#regionsProperty in class ActiveTheme

The regions provided by the theme.

$ AjaxBasePageNegotiator#requestStackProperty in class AjaxBasePageNegotiator

The request stack.

RegistryClass in namespace Drupal\Core\Theme

Defines the theme registry service.

$ Registry#registryProperty in class Registry

The complete theme registry.

$ Registry#runtimeRegistryProperty in class Registry

An array of incomplete, runtime theme registries, keyed by theme name.

$ Registry#rootProperty in class Registry

The app root.

$ Registry#runtimeCacheProperty in class Registry

The runtime cache.

Registry::reset() — Method in class Registry

Invalidates theme registry caches.

$ ThemeInitialization#rootProperty in class ThemeInitialization

The app root.

ThemeInitialization::resolveStyleSheetPlaceholders() — Method in class ThemeInitialization

Gets CSS file where tokens have been resolved.

$ ThemeManager#rootProperty in class ThemeManager

The app root.

ThemeManager::resetActiveTheme() — Method in class ThemeManager

Resets the current active theme.

ThemeManager::render() — Method in class ThemeManager

Generates themed output.

ThemeManagerInterface::render() — Method in class ThemeManagerInterface

Generates themed output.

ThemeManagerInterface::resetActiveTheme() — Method in class ThemeManagerInterface

Resets the current active theme.

PhpTransliteration::readLanguageOverrides() — Method in class PhpTransliteration

Overrides \Drupal\Component\Transliteration\PhpTransliteration::readLanguageOverrides().

ComputedItemListTrait::removeItem() — Method in class ComputedItemListTrait
{@inheritdoc}
ReadOnlyExceptionClass in namespace Drupal\Core\TypedData\Exception

Exception thrown when trying to write or set ready-only data.

ListInterface::removeItem() — Method in class ListInterface

Removes the item at the specified position.

ItemList::removeItem() — Method in class ItemList

Removes the item at the specified position.

ItemList::rekey() — Method in class ItemList

Renumbers the items in the list.

TranslatableInterface::removeTranslation() — Method in class TranslatableInterface

Removes the translation identified by the given language code.

$ ConstraintViolationBuilder#rootProperty in class ConstraintViolationBuilder

The root path.

$ ExecutionContext#rootProperty in class ExecutionContext

The root value of the validated object graph.

RecursiveContextualValidatorClass in namespace Drupal\Core\TypedData\Validation

Defines a recursive contextual validator for Typed Data.

RecursiveValidatorClass in namespace Drupal\Core\TypedData\Validation

Defines a recursive validator for Typed Data.

RemovedPostUpdateNameExceptionClass in namespace Drupal\Core\Update

An exception thrown for removed post-update functions.

$ UpdateRegistry#rootProperty in class UpdateRegistry

The app root.

UpdateRegistry::registerInvokedUpdates() — Method in class UpdateRegistry

Registers that update functions were executed.

UpdateServiceProvider::register() — Method in class UpdateServiceProvider

Registers services to the container.

$ Updater#rootProperty in class Updater

The root directory under which new projects will be copied.

$ Url#routeNameProperty in class Url

The route name.

$ Url#routeParametersProperty in class Url

The route parameters.

Url::renderAccess() — Method in class Url

Checks a Url render element against applicable access check services.

Error::renderExceptionSafe() — Method in class Error

Renders an exception error message without further exceptions.

$ LinkGenerator#rendererProperty in class LinkGenerator

The renderer service.

ThemeRegistry::resolveCacheMiss() — Method in class ThemeRegistry

Resolves a cache miss.

$ Token#rendererProperty in class Token

The renderer.

Token::replace() — Method in class Token

Replaces all tokens in a given string with appropriate values.

Token::resetInfo() — Method in class Token

Resets metadata describing supported tokens.

$ UnroutedUrlAssembler#requestStackProperty in class UnroutedUrlAssembler

A request stack object.

ConstraintManager::registerDefinitions() — Method in class ConstraintManager

Callback for registering definitions for constraints shipped with Symfony.

RangeConstraintClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Range constraint.

RangeConstraintValidatorClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Validator for the Drupal 'range' constraint.

RegexConstraintClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Regex constraint.

ActionListBuilder::render() — Method in class ActionListBuilder

Builds a listing of entities for the given entity type.

Feed::refreshItems() — Method in class Feed

Updates the feed items by triggering the import process.

FeedInterface::refreshItems() — Method in class FeedInterface

Updates the feed items by triggering the import process.

ItemsImporter::refresh() — Method in class ItemsImporter

Updates the feed items by triggering the import process.

ItemsImporterInterface::refresh() — Method in class ItemsImporterInterface

Updates the feed items by triggering the import process.

RssClass in namespace Drupal\aggregator\Plugin\views\row

Defines a row plugin which loads an aggregator item and renders as RSS.

Rss::render() — Method in class Rss

Render a row object. This usually passes through to a theme template of some form, but not always.

$ BigPipe#rendererProperty in class BigPipe

The renderer.

$ BigPipe#requestStackProperty in class BigPipe

The request stack.

BigPipe::renderPlaceholder() — Method in class BigPipe

Renders a placeholder, and just that placeholder.

$ BigPipeStrategy#requestStackProperty in class BigPipeStrategy

The request stack.

$ BigPipeStrategy#routeMatchProperty in class BigPipeStrategy

The current route match.

$ BlockListBuilder#requestProperty in class BlockListBuilder

The current request.

BlockListBuilder::render() — Method in class BlockListBuilder

Builds a listing of entities for the given entity type.

$ BlockLibraryController#routeMatchProperty in class BlockLibraryController

The route match.

$ Block#regionProperty in class Block

The region this block is placed in.

$ BlockRegion#regionsProperty in class BlockRegion

List of regions, keyed by theme.

RefinableDependentAccessInterfaceClass in namespace Drupal\block_content\Access

An interface to allow adding an access dependency.

RefinableDependentAccessTraitClass in namespace Drupal\block_content\Access

Trait for \Drupal\block_content\Access\RefinableDependentAccessInterface.

BlockContentUuidLookup::resolveCacheMiss() — Method in class BlockContentUuidLookup

Resolves a cache miss.

$ BlockContentType#revisionProperty in class BlockContentType

The default revision setting for custom blocks of this type.

ListingEmpty::render() — Method in class ListingEmpty

Render the area.

$ BookManager#rendererProperty in class BookManager

The renderer.

BookManager::recurseTableOfContents() — Method in class BookManager

Recursively processes and formats book links for getTableOfContents().

$ BookNavigationCacheContext#routeMatchProperty in class BookNavigationCacheContext

The current route match.

$ BookController#rendererProperty in class BookController

The renderer.

$ BookNavigationBlock#routeMatchProperty in class BookNavigationBlock

The current route match.

$ CKEditor5MediaController#requestStackProperty in class CKEditor5MediaController

The request stack.

AddStyleSheetCommand::render() — Method in class AddStyleSheetCommand

Return an array to be run through json_encode and sent to the client.

$ CKEditor#rendererProperty in class CKEditor

The renderer.

$ CommentForm#rendererProperty in class CommentForm

The renderer.

$ CommentLazyBuilders#rendererProperty in class CommentLazyBuilders

The renderer service.

CommentLazyBuilders::renderForm() — Method in class CommentLazyBuilders

lazy_builder callback; builds the comment form.

CommentLazyBuilders::renderLinks() — Method in class CommentLazyBuilders

lazy_builder callback; builds a comment's links.

CommentStatistics::read() — Method in class CommentStatistics

Read comment statistics records for an array of entities.

CommentStatisticsInterface::read() — Method in class CommentStatisticsInterface

Read comment statistics records for an array of entities.

CommentController::redirectNode() — Method in class CommentController

Redirects legacy node links to the new path.

CommentController::replyFormAccess() — Method in class CommentController

Access check for the reply form.

CommentController::renderNewCommentsNodeLinks() — Method in class CommentController

Returns a set of nodes' last read timestamps.

Comment::releaseThreadLock() — Method in class Comment

Release the lock acquired for the thread in preSave().

Comment::referencedEntities() — Method in class Comment

Gets a list of entities referenced by this entity.

$ UnpublishByKeywordComment#rendererProperty in class UnpublishByKeywordComment

The renderer.

$ CommentDefaultFormatter#routeMatchProperty in class CommentDefaultFormatter
EntityLink::render() — Method in class EntityLink

Renders the field.

LastTimestamp::render() — Method in class LastTimestamp

Renders the field.

LinkApprove::renderLink() — Method in class LinkApprove

Prepares the link to view an entity.

NodeNewComments::renderLink() — Method in class NodeNewComments

Prepares the link to the first new comment.

NodeNewComments::render() — Method in class NodeNewComments

Renders the field.

StatisticsLastCommentName::render() — Method in class StatisticsLastCommentName

Renders the field.

RssClass in namespace Drupal\comment\Plugin\views\row

Plugin which formats the comments as RSS items.

Rss::render() — Method in class Rss

Render a row object. This usually passes through to a theme template of some form, but not always.

Comment::rowStyleOptions() — Method in class Comment

Retrieves row style plugin names.

$ ConfigSingleImportForm#rendererProperty in class ConfigSingleImportForm

The renderer service.

$ ConfigSync#rendererProperty in class ConfigSync

The renderer.

$ StorageReplaceDataWrapper#replacementDataProperty in class StorageReplaceDataWrapper

The configuration replacement data, keyed by configuration object name.

StorageReplaceDataWrapper::read() — Method in class StorageReplaceDataWrapper

Reads configuration data from the storage.

StorageReplaceDataWrapper::readMultiple() — Method in class StorageReplaceDataWrapper

Reads configuration data from the storage.

StorageReplaceDataWrapper::rename() — Method in class StorageReplaceDataWrapper

Renames a configuration object in the storage.

StorageReplaceDataWrapper::replaceData() — Method in class StorageReplaceDataWrapper

Replaces the configuration object data with the supplied data.

$ ConfigNamesMapper#routeProviderProperty in class ConfigNamesMapper

The route provider.

$ ConfigNamesMapper#routeCollectionProperty in class ConfigNamesMapper

The available routes.

$ ConfigTranslationController#routerProperty in class ConfigTranslationController

The dynamic router service.

$ ConfigTranslationController#rendererProperty in class ConfigTranslationController

The renderer.

ConfigTranslationEntityListBuilder::render() — Method in class ConfigTranslationEntityListBuilder

Builds a listing of entities for the given entity type.

ConfigTranslationMapperList::render() — Method in class ConfigTranslationMapperList

Builds the mappers as a renderable array for table.html.twig.

$ ConfigMapperPopulateEvent#routeMatchProperty in class ConfigMapperPopulateEvent

The route match this event is related to.

RouteSubscriberClass in namespace Drupal\config_translation\Routing

Listens to the dynamic route events.

$ ContactController#rendererProperty in class ContactController

The renderer.

$ ContactForm#recipientsProperty in class ContactForm

List of recipient email addresses.

$ ContactForm#redirectProperty in class ContactForm

The path to redirect to on form submission.

$ ContactForm#replyProperty in class ContactForm

An auto-reply message.

ContactLink::renderLink() — Method in class ContactLink

Prepares the link to view an entity.

$ ContentPreprocess#routeMatchProperty in class ContentPreprocess

The route match service.

$ EntityOperations#routerBuilderProperty in class EntityOperations

The router builder service.

ContentModerationState::realSave() — Method in class ContentModerationState

Saves an entity permanently.

ModeratedNodeListBuilder::render() — Method in class ModeratedNodeListBuilder

Builds a listing of entities for the given entity type.

$ DynamicLocalTasks#routerProperty in class DynamicLocalTasks

The router.

ContentModeration::removeEntityTypeAndBundle() — Method in class ContentModeration

Removes an entity type ID / bundle ID from the workflow.

ContentModerationInterface::removeEntityTypeAndBundle() — Method in class ContentModerationInterface

Removes an entity type ID / bundle ID from the workflow.

ContentTranslationHandler::retranslate() — Method in class ContentTranslationHandler

Marks translations as outdated.

ContentTranslationHandlerInterface::retranslate() — Method in class ContentTranslationHandlerInterface

Marks translations as outdated.

$ ContextualController#rendererProperty in class ContextualController

The renderer.

ContextualController::render() — Method in class ContextualController

Returns the requested rendered contextual links.

ContextualLinks::render() — Method in class ContextualLinks

Overrides \Drupal\views\Plugin\views\field\FieldPluginBase::render().

$ Date#requestStackProperty in class Date

The request stack used to determine current time.

DblogFilterForm::resetForm() — Method in class DblogFilterForm

Resets the filter form.

DblogMessage::render() — Method in class DblogMessage

Renders the field.

DblogOperations::render() — Method in class DblogOperations

Renders the field.

InstallHelper::readMultilingualContent() — Method in class InstallHelper

Read multilingual content.

$ DynamicPageCacheSubscriber#requestPolicyProperty in class DynamicPageCacheSubscriber

A request policy rule determining the cacheability of a response.

$ DynamicPageCacheSubscriber#responsePolicyProperty in class DynamicPageCacheSubscriber

A response policy rule determining the cacheability of the response.

$ DynamicPageCacheSubscriber#renderCacheProperty in class DynamicPageCacheSubscriber

The render cache.

$ DynamicPageCacheSubscriber#rendererConfigProperty in class DynamicPageCacheSubscriber

The renderer configuration array.

$ DynamicPageCacheSubscriber#requestPolicyResultsProperty in class DynamicPageCacheSubscriber

Internal cache of request policy results.

DynamicPageCacheSubscriber::responseToRenderArray() — Method in class DynamicPageCacheSubscriber

Embeds a Response object in a render array so that RenderCache can cache it.

DynamicPageCacheSubscriber::renderArrayToResponse() — Method in class DynamicPageCacheSubscriber

Gets the embedded Response object in a render array.

$ DenyAdminRoutes#routeMatchProperty in class DenyAdminRoutes

The current route match.

EditorDialogSave::render() — Method in class EditorDialogSave

Return an array to be run through json_encode and sent to the client.

EntityDisplayRebuilder::rebuildEntityTypeDisplays() — Method in class EntityDisplayRebuilder

Rebuild displays for single Entity Type.

FieldUiTable::reduceOrder() — Method in class FieldUiTable

Determines the rendering order of an array representing a tree.

EntityDisplayModeListBuilder::render() — Method in class EntityDisplayModeListBuilder

Builds a listing of entities for the given entity type.

FieldConfigListBuilder::render() — Method in class FieldConfigListBuilder

Builds a listing of entities for the given entity type.

$ FieldUiLocalTask#routeProviderProperty in class FieldUiLocalTask

The route provider.

RouteSubscriberClass in namespace Drupal\field_ui\Routing

Subscriber for Field UI routes.

RSSEnclosureFormatterClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Plugin implementation of the 'file_rss_enclosure' formatter.

File::renderLink() — Method in class File

Prepares link to the file.

File::render() — Method in class File

Renders the field.

$ FileUploadHandler#requestStackProperty in class FileUploadHandler

The request stack.

$ FilterFormat#rolesProperty in class FilterFormat

List of user role IDs to grant access to use this format on initial creation.

FilterFormat::removeFilter() — Method in class FilterFormat

Removes a filter.

FilterFormatInterface::removeFilter() — Method in class FilterFormatInterface

Removes a filter.

$ FilterHtml#restrictionsProperty in class FilterHtml

The processed HTML restrictions.

$ ForumController#rendererProperty in class ForumController

The renderer.

ForumIndexStorage::read() — Method in class ForumIndexStorage

Reads an array of {forum} records for the given revision ids.

ForumIndexStorageInterface::read() — Method in class ForumIndexStorageInterface

Reads an array of {forum} records for the given revision ids.

ForumManager::resetCache() — Method in class ForumManager

Resets the ForumManager index and history.

ForumManagerInterface::resetCache() — Method in class ForumManagerInterface

Resets the ForumManager index and history.

$ LinkManager#relationLinkManagerProperty in class LinkManager

The relation link manager.

$ LinkManagerBase#requestStackProperty in class LinkManagerBase

The request stack.

RelationLinkManagerClass in namespace Drupal\hal\LinkManager
RelationLinkManagerInterfaceClass in namespace Drupal\hal\LinkManager
$ HelpController#routeMatchProperty in class HelpController

The current route match.

$ HelpBlock#requestProperty in class HelpBlock

The current request.

$ HelpBlock#routeMatchProperty in class HelpBlock

The current route match.

$ HelpTopicPluginController#rendererProperty in class HelpTopicPluginController

The renderer service.

$ HelpTopicPluginManager#rootProperty in class HelpTopicPluginManager

The app root.

$ HelpTopicSection#rendererProperty in class HelpTopicSection

The Renderer service to format the username and node.

HelpTopicSection::renderTopicForSearch() — Method in class HelpTopicSection

Renders one topic for search indexing or search results.

HelpSearch::removeItemsFromIndex() — Method in class HelpSearch

Removes an item or items from the search index.

SearchableHelpInterface::renderTopicForSearch() — Method in class SearchableHelpInterface

Renders one topic for search indexing or search results.

HistoryController::readNode() — Method in class HistoryController

Marks a node as read by the current user right now.

HistoryUserTimestamp::render() — Method in class HistoryUserTimestamp

Renders the field.

$ QuickEditImageController#rendererProperty in class QuickEditImageController

The renderer.

ImageStyle::replaceImageStyle() — Method in class ImageStyle

Update field settings if the image style name is changed.

$ ImageStyleDeleteForm#replacementOptionsProperty in class ImageStyleDeleteForm

Replacement options.

ImageStyleListBuilder::render() — Method in class ImageStyleListBuilder

Builds a listing of entities for the given entity type.

$ ImageStyleStorage#replacementProperty in class ImageStyleStorage

Image style replacement memory storage.

$ DenyPrivateImageStyleDownload#routeMatchProperty in class DenyPrivateImageStyleDownload

The current route match.

ResizeImageEffectClass in namespace Drupal\image\Plugin\ImageEffect

Resizes an image resource.

RotateImageEffectClass in namespace Drupal\image\Plugin\ImageEffect

Rotates an image resource.

ImageStyleRoutes::routes() — Method in class ImageStyleRoutes

Returns an array of route objects.

$ FormErrorHandler#rendererProperty in class FormErrorHandler

The renderer service.

RenderElementHelperClass in namespace Drupal\inline_form_errors

Provides functionality to process render elements.

$ EntityAccessChecker#resourceTypeRepositoryProperty in class EntityAccessChecker

The JSON:API resource type repository.

$ EntityAccessChecker#routerProperty in class EntityAccessChecker

The router.

RelationshipFieldAccessClass in namespace Drupal\jsonapi\Access

Defines a class to check access to related and relationship routes.

RelationshipRouteAccessCheckClass in namespace Drupal\jsonapi\Access

Defines a class to check access to related and relationship routes.

$ FieldResolver#resourceTypeRepositoryProperty in class FieldResolver

The JSON:API resource type repository service.

FieldResolver::resolveInternalIncludePath() — Method in class FieldResolver

Validates and resolves an include path into its internal possibilities.

FieldResolver::resolveInternalEntityQueryPath() — Method in class FieldResolver

Resolves external field expressions into entity query compatible paths.

FieldResolver::resourceTypesAreTraversable() — Method in class FieldResolver

Whether the given resources can be traversed to other resources.

$ EntityResource#resourceTypeRepositoryProperty in class EntityResource

The resource type repository.

$ EntityResource#rendererProperty in class EntityResource

The renderer.

EntityResource::replaceRelationshipData() — Method in class EntityResource

Updates the relationship of an entity.

EntityResource::removeFromRelationshipData() — Method in class EntityResource

Deletes the relationship of an entity.

EntityResource::relationshipResponseRequiresBody() — Method in class EntityResource

Determines if the client needs to be updated with new relationship data.

EntityResource::respondWithCollection() — Method in class EntityResource

Respond with an entity collection.

$ EntryPoint#resourceTypeRepositoryProperty in class EntryPoint

The JSON:API resource type repository.

RegisterSerializationClassesCompilerPassClass in namespace Drupal\jsonapi\DependencyInjection\Compiler

Adds services tagged JSON:API-only normalizers to the Serializer.

ResourceObjectNormalizationCacherClass in namespace Drupal\jsonapi\EventSubscriber

Caches entity normalizations after the response has been sent.

$ ResourceObjectNormalizationCacher#renderCacheProperty in class ResourceObjectNormalizationCacher

The render cache.

ResourceResponseSubscriberClass in namespace Drupal\jsonapi\EventSubscriber

Response subscriber that serializes and removes ResourceResponses' data.

ResourceResponseSubscriber::renderResponseBody() — Method in class ResourceResponseSubscriber

Renders a resource response body.

ResourceResponseValidatorClass in namespace Drupal\jsonapi\EventSubscriber

Response subscriber that validates a JSON:API response.

IncludeResolver::resolve() — Method in class IncludeResolver

Resolves included resources.

IncludeResolver::resolveIncludeTree() — Method in class IncludeResolver

Receives a tree of include field names and resolves resources for it.

IncludeResolver::resolveInternalIncludePaths() — Method in class IncludeResolver

Resolves an array of public field paths.

$ Link#relProperty in class Link

The link relation types.

RelationshipClass in namespace Drupal\jsonapi\JsonApiResource

Represents references from one resource object to other resource object(s).

RelationshipDataClass in namespace Drupal\jsonapi\JsonApiResource

Represents the data of a relationship object or relationship document.

ResourceIdentifierClass in namespace Drupal\jsonapi\JsonApiResource

Represents a JSON:API resource identifier object.

$ ResourceIdentifier#resourceTypeNameProperty in class ResourceIdentifier

The JSON:API resource type name.

$ ResourceIdentifier#resourceTypeProperty in class ResourceIdentifier

The JSON:API resource type.

ResourceIdentifierInterfaceClass in namespace Drupal\jsonapi\JsonApiResource

An interface for identifying a related resource.

ResourceIdentifierTraitClass in namespace Drupal\jsonapi\JsonApiResource

Used to associate an object like an exception to a particular resource.

$ ResourceIdentifierTrait#resourceIdentifierProperty in class ResourceIdentifierTrait

A ResourceIdentifier object.

$ ResourceIdentifierTrait#resourceTypeProperty in class ResourceIdentifierTrait

The JSON:API resource type of the identified resource object.

ResourceObjectClass in namespace Drupal\jsonapi\JsonApiResource

Represents a JSON:API resource object.

ResourceObjectDataClass in namespace Drupal\jsonapi\JsonApiResource

Represents the primary data for individual and collection documents.

JsonapiServiceProvider::register() — Method in class JsonapiServiceProvider

Registers services to the container.

$ EntityDenormalizerBase#resourceTypeRepositoryProperty in class EntityDenormalizerBase

The JSON:API resource type repository.

$ JsonApiDocumentTopLevelNormalizer#resourceTypeRepositoryProperty in class JsonApiDocumentTopLevelNormalizer

The JSON:API resource type repository.

NormalizerBase::rasterizeValueRecursive() — Method in class NormalizerBase

Rasterizes a value recursively.

RelationshipNormalizerClass in namespace Drupal\jsonapi\Normalizer

Normalizes a JSON:API relationship object.

ResourceIdentifierNormalizerClass in namespace Drupal\jsonapi\Normalizer

Normalizes a Relationship according to the JSON:API specification.

ResourceObjectNormalizerClass in namespace Drupal\jsonapi\Normalizer

Converts the JSON:API module ResourceObject into a JSON:API array structure.

ResourceTypeConverterClass in namespace Drupal\jsonapi\ParamConverter

Parameter converter for upcasting JSON:API resource type names to objects.

$ ResourceTypeConverter#resourceTypeRepositoryProperty in class ResourceTypeConverter

The JSON:API resource type repository.

$ Filter#rootProperty in class Filter

The root condition group.

Filter::root() — Method in class Filter

Gets the root condition group.

ResourceResponseClass in namespace Drupal\jsonapi

Contains data for serialization before sending the response.

$ ResourceResponse#responseDataProperty in class ResourceResponse

Response data that should be serialized.

ResourceTypeClass in namespace Drupal\jsonapi\ResourceType

Value object containing all metadata for a JSON:API resource type.

$ ResourceType#relatableResourceTypesByFieldProperty in class ResourceType

An array of arrays of relatable resource types, keyed by public field name.

ResourceTypeAttributeClass in namespace Drupal\jsonapi\ResourceType

Specialization of a ResourceTypeField to represent a resource type attribute.

ResourceTypeBuildEventClass in namespace Drupal\jsonapi\ResourceType

An event used to configure the construction of a JSON:API resource type.

$ ResourceTypeBuildEvent#resourceTypeNameProperty in class ResourceTypeBuildEvent

The JSON:API resource type name of the instance to be built.

ResourceTypeBuildEvent::resourceTypeShouldBeDisabled() — Method in class ResourceTypeBuildEvent

Whether the resource type to be built should be disabled.

ResourceTypeBuildEventsClass in namespace Drupal\jsonapi\ResourceType

Contains all events emitted during the resource type build process.

ResourceTypeFieldClass in namespace Drupal\jsonapi\ResourceType

Abstract value object containing all metadata for a JSON:API resource field.

ResourceTypeRelationshipClass in namespace Drupal\jsonapi\ResourceType

Specialization of a ResourceTypeField to represent a resource relationship.

$ ResourceTypeRelationship#relatableResourceTypesProperty in class ResourceTypeRelationship

The resource type to which this relationships can relate.

ResourceTypeRepositoryClass in namespace Drupal\jsonapi\ResourceType

Provides a repository of all JSON:API resource types.

ResourceTypeRepositoryInterfaceClass in namespace Drupal\jsonapi\ResourceType

Provides a repository of all JSON:API resource types.

ResourceVersionRouteEnhancerClass in namespace Drupal\jsonapi\Revisions

Loads an appropriate revision for the requested resource version.

ReadOnlyModeMethodFilterClass in namespace Drupal\jsonapi\Routing

Filters routes based on the HTTP method and JSON:API's read-only mode.

$ ReadOnlyModeMethodFilter#readOnlyModeIsEnabledProperty in class ReadOnlyModeMethodFilter

Whether JSON:API's read-only mode is enabled.

RouteEnhancerClass in namespace Drupal\jsonapi\Routing

Ensures the loaded entity matches the requested resource type.

RoutesClass in namespace Drupal\jsonapi\Routing

Defines dynamic routes.

$ Routes#resourceTypeRepositoryProperty in class Routes

The JSON:API resource type repository.

Routes::routes() — Method in class Routes
{@inheritdoc}
Routes::rebuild() — Method in class Routes

Invalidates any JSON:API resource type dependent responses and routes.

$ ConfigurableLanguageManager#requestStackProperty in class ConfigurableLanguageManager

The request object.

ConfigurableLanguageManager::rebuildServices() — Method in class ConfigurableLanguageManager

Rebuild the container to register services needed on multilingual sites.

ConfigurableLanguageManager::reset() — Method in class ConfigurableLanguageManager

Resets the given language type or all types if none specified.

ConfigurableLanguageManagerInterface::rebuildServices() — Method in class ConfigurableLanguageManagerInterface

Rebuild the container to register services needed on multilingual sites.

PathProcessorLanguage::reset() — Method in class PathProcessorLanguage

Resets the collected processors instances.

$ LanguageNegotiator#requestStackProperty in class LanguageNegotiator

The request stack object.

LanguageNegotiator::reset() — Method in class LanguageNegotiator

Resets the negotiated languages and the method instances.

LanguageNegotiatorInterface::reset() — Method in class LanguageNegotiatorInterface

Resets the negotiated languages and the method instances.

LanguageServiceProvider::register() — Method in class LanguageServiceProvider

Registers services to the container.

$ LayoutBuilderIsActiveCacheContext#routeMatchProperty in class LayoutBuilderIsActiveCacheContext

The current route match.

LayoutRebuildTrait::rebuildAndClose() — Method in class LayoutRebuildTrait

Rebuilds the layout.

LayoutRebuildTrait::rebuildLayout() — Method in class LayoutRebuildTrait

Rebuilds the layout.

LayoutBuilderEntityViewDisplay::removeSectionField() — Method in class LayoutBuilderEntityViewDisplay

Removes a layout section field if it is no longer needed.

$ ConfigureBlockFormBase#regionProperty in class ConfigureBlockFormBase

The current region.

DefaultsEntityForm::redirectOnSubmit() — Method in class DefaultsEntityForm

Form submission handler.

$ MoveBlockForm#regionProperty in class MoveBlockForm

The region name.

OverridesEntityForm::redirectOnSubmit() — Method in class OverridesEntityForm

Form submission handler.

RemoveBlockFormClass in namespace Drupal\layout_builder\Form

Provides a form to confirm the removal of a block.

$ RemoveBlockForm#regionProperty in class RemoveBlockForm

The current region.

RemoveSectionFormClass in namespace Drupal\layout_builder\Form

Provides a form to confirm the removal of a section.

RevertOverridesFormClass in namespace Drupal\layout_builder\Form

Reverts the overridden layout to the defaults.

InlineBlockEntityOperations::removeUnusedForEntityOnSave() — Method in class InlineBlockEntityOperations

Remove all unused inline blocks on save.

InlineBlockEntityOperations::removeUnused() — Method in class InlineBlockEntityOperations

Removes unused inline blocks.

InlineBlockUsage::removeByLayoutEntity() — Method in class InlineBlockUsage

Remove usage record by layout entity.

InlineBlockUsageInterface::removeByLayoutEntity() — Method in class InlineBlockUsageInterface

Remove usage record by layout entity.

LayoutBuilderServiceProvider::register() — Method in class LayoutBuilderServiceProvider

Registers services to the container.

ExtraFieldBlock::replaceFieldPlaceholder() — Method in class ExtraFieldBlock

Replaces all placeholders for a given field.

SectionStorageBase::removeSection() — Method in class SectionStorageBase

Removes the section at the given delta.

SectionStorageBase::removeAllSections() — Method in class SectionStorageBase

Removes all of the sections.

Section::removeComponent() — Method in class Section

Removes a given component from a region.

$ SectionComponent#regionProperty in class SectionComponent

The region the component is placed in.

SectionListInterface::removeSection() — Method in class SectionListInterface

Removes the section at the given delta.

SectionListInterface::removeAllSections() — Method in class SectionListInterface

Removes all of the sections.

SectionListTrait::removeSection() — Method in class SectionListTrait
{@inheritdoc}
SectionListTrait::removeAllSections() — Method in class SectionListTrait
{@inheritdoc}
TranslateFilterForm::resetForm() — Method in class TranslateFilterForm

Provides a submit handler for the reset button.

LocaleConfigManager::reset() — Method in class LocaleConfigManager

Reset static cache of configuration string translations.

LocaleConfigSubscriber::resetExistingTranslations() — Method in class LocaleConfigSubscriber

Reset existing locale translations to their source values.

$ LocaleDefaultConfigStorage#requiredInstallStorageProperty in class LocaleDefaultConfigStorage

The storage instance for reading required default configuration data.

LocaleDefaultConfigStorage::read() — Method in class LocaleDefaultConfigStorage

Read a configuration from install storage or default languages.

$ LocaleLookup#requestStackProperty in class LocaleLookup

The request stack.

LocaleLookup::resolveCacheMiss() — Method in class LocaleLookup

Resolves a cache miss.

LocaleProjectStorage::resetCache() — Method in class LocaleProjectStorage

Resets the project storage cache.

LocaleProjectStorageInterface::resetCache() — Method in class LocaleProjectStorageInterface

Resets the project storage cache.

$ LocaleTranslation#requestStackProperty in class LocaleTranslation

The request stack.

LocaleTranslation::reset() — Method in class LocaleTranslation

Resets translation cache.

PluralFormula::reset() — Method in class PluralFormula

Resets the static formulae cache.

PluralFormulaInterface::reset() — Method in class PluralFormulaInterface

Resets the static formulae cache.

PoDatabaseReader::readItem() — Method in class PoDatabaseReader

Reads and returns a PoItem (source/translation pair).

$ MediaFilterController#rendererProperty in class MediaFilterController

The renderer service.

$ OEmbedIframeController#resourceFetcherProperty in class OEmbedIframeController

The oEmbed resource fetcher service.

$ OEmbedIframeController#rendererProperty in class OEmbedIframeController

The renderer service.

OEmbedIframeController::render() — Method in class OEmbedIframeController

Renders an oEmbed resource.

$ MediaConfigSubscriber#routeBuilderProperty in class MediaConfigSubscriber

The route builder.

$ IFrameUrlHelper#requestContextProperty in class IFrameUrlHelper

The request context service.

MediaTypeListBuilder::render() — Method in class MediaTypeListBuilder

Builds a listing of entities for the given entity type.

ResourceClass in namespace Drupal\media\OEmbed

Value object representing an oEmbed resource.

Resource::rich() — Method in class Resource

Creates a rich resource.

ResourceExceptionClass in namespace Drupal\media\OEmbed

Exception thrown if an oEmbed resource cannot be fetched or parsed.

ResourceFetcherClass in namespace Drupal\media\OEmbed

Fetches and caches oEmbed resources.

ResourceFetcherInterfaceClass in namespace Drupal\media\OEmbed

Defines an interface for an oEmbed resource fetcher service.

$ UrlResolver#resourceFetcherProperty in class UrlResolver

The OEmbed resource fetcher service.

$ MediaThumbnailFormatter#rendererProperty in class MediaThumbnailFormatter

The renderer service.

$ OEmbedFormatter#resourceFetcherProperty in class OEmbedFormatter

The oEmbed resource fetcher.

$ MediaEmbed#rendererProperty in class MediaEmbed

The renderer.

$ MediaEmbed#recursiveRenderDepthProperty in class MediaEmbed

An array of counters for the recursive rendering protection.

MediaEmbed::renderMedia() — Method in class MediaEmbed

Builds the render array for the given media entity in the given langcode.

MediaEmbed::renderMissingMediaIndicator() — Method in class MediaEmbed

Builds the render array for the indicator when media cannot be loaded.

MediaEmbed::renderIntoDomNode() — Method in class MediaEmbed

Renders the given render array into the given DOM node.

MediaEmbed::replaceNodeContent() — Method in class MediaEmbed

Replaces the contents of a DOMNode.

$ OEmbedResourceConstraintValidator#resourceFetcherProperty in class OEmbedResourceConstraintValidator

The resource fetcher service.

$ OEmbed#resourceFetcherProperty in class OEmbed

The oEmbed resource fetcher service.

UpdateSelectionCommand::render() — Method in class UpdateSelectionCommand

Return an array to be run through json_encode and sent to the client.

AddFormBase::removeButtonSubmit() — Method in class AddFormBase

Submit handler for the remove button.

$ FileUploadForm#rendererProperty in class FileUploadForm

The renderer service.

FileUploadForm::removeButtonSubmit() — Method in class FileUploadForm

Submit handler for the remove button.

$ OEmbedForm#resourceFetcherProperty in class OEmbedForm

The oEmbed resource fetcher service.

$ MediaLibraryUiBuilder#requestProperty in class MediaLibraryUiBuilder

The currently active request object.

MediaLibraryWidget::removeItem() — Method in class MediaLibraryWidget

Submit callback for remove buttons.

MediaLibrarySelectForm::render() — Method in class MediaLibrarySelectForm

Renders the field.

RouteSubscriberClass in namespace Drupal\media_library\Routing

Subscriber for media library routes.

MenuLinkContent::requiresRediscovery() — Method in class MenuLinkContent

Returns whether the menu link requires rediscovery.

MenuLinkContentInterface::requiresRediscovery() — Method in class MenuLinkContentInterface

Returns whether the menu link requires rediscovery.

MenuListBuilder::render() — Method in class MenuListBuilder

Builds a listing of entities for the given entity type.

$ MigrateDestination#requirements_metProperty in class MigrateDestination

Whether requirements are met.

$ MigrateSource#requirements_metProperty in class MigrateSource

Whether requirements are met.

$ AuditResult#reasonsProperty in class AuditResult

The reasons why the migration passed or failed the audit.

$ MigratePreRowSaveEvent#rowProperty in class MigratePreRowSaveEvent

Row object.

RollbackAwareInterfaceClass in namespace Drupal\migrate\Event

Interface for plugins that react to pre- or post-rollback events.

RequirementsExceptionClass in namespace Drupal\migrate\Exception

Defines an exception thrown when a migration does not meet the requirements.

$ RequirementsException#requirementsProperty in class RequirementsException

The missing requirements.

MigrateExecutable::rollback() — Method in class MigrateExecutable

Performs a rollback operation - remove previously-imported items.

MigrateExecutableInterface::rollback() — Method in class MigrateExecutableInterface

Performs a rollback operation - remove previously-imported items.

MigrateDestinationInterface::rollback() — Method in class MigrateDestinationInterface

Delete the specified destination object from the target Drupal.

MigrateDestinationInterface::rollbackAction() — Method in class MigrateDestinationInterface

The rollback action for the last imported item.

$ Migration#rowProperty in class Migration

The plugin ID for the row.

$ Migration#requirementsProperty in class Migration

These migrations must be already executed before this migration can run.

RequirementsInterfaceClass in namespace Drupal\migrate\Plugin

An interface to check for a migrate plugin requirements.

Config::rollback() — Method in class Config

Delete the specified destination object from the target Drupal.

$ DestinationBase#rollbackActionProperty in class DestinationBase

The rollback action to be saved for the last imported item.

DestinationBase::rollbackAction() — Method in class DestinationBase

The rollback action for the last imported item.

DestinationBase::rollback() — Method in class DestinationBase

Delete the specified destination object from the target Drupal.

Entity::rollback() — Method in class Entity

Delete the specified destination object from the target Drupal.

EntityConfigBase::rollback() — Method in class EntityConfigBase

Delete the specified destination object from the target Drupal.

EntityContentBase::rollback() — Method in class EntityContentBase

Delete the specified destination object from the target Drupal.

EntityContentComplete::rollback() — Method in class EntityContentComplete

Delete the specified destination object from the target Drupal.

EntityFieldStorageConfig::rollback() — Method in class EntityFieldStorageConfig

Delete the specified destination object from the target Drupal.

EntityViewMode::rollback() — Method in class EntityViewMode

Delete the specified destination object from the target Drupal.

NullIdMap::rewind() — Method in class NullIdMap
{@inheritdoc}
$ Sql#resultProperty in class Sql

The result.

Sql::rewind() — Method in class Sql

Implementation of \Iterator::rewind().

$ MachineName#replacePatternProperty in class MachineName

The regular expression pattern.

RouteClass in namespace Drupal\migrate\Plugin\migrate\process

Sets the destination route information based on the source link_path.

SkipOnEmpty::row() — Method in class SkipOnEmpty

Skips the current row when value is not set.

SourcePluginBase::rewind() — Method in class SourcePluginBase

Rewinds the iterator.

SourcePluginBase::rowChanged() — Method in class SourcePluginBase

Checks if the incoming row has changed since our last import.

RowClass in namespace Drupal\migrate

Stores a row.

$ Row#rawDestinationProperty in class Row

The raw destination properties.

Row::removeDestinationProperty() — Method in class Row

Removes destination property.

Row::rehash() — Method in class Row

Recalculates the hash for the row.

ReferenceBaseClass in namespace Drupal\migrate_drupal\Plugin\migrate\field

Base class for Drupal reference fields.

$ DrupalSqlBase#requirementsProperty in class DrupalSqlBase

If the source provider is missing.

MigrateUpgradeImportBatch::run() — Method in class MigrateUpgradeImportBatch

Runs a single migrate batch import.

MigrateUpgradeFormBase::restartUpgradeForm() — Method in class MigrateUpgradeFormBase

Helper to redirect to the Overview form.

ReviewFormClass in namespace Drupal\migrate_drupal_ui\Form

Migrate Upgrade review form.

Connection::rollBack() — Method in class Connection

Rolls back the transaction entirely or to a named savepoint.

Schema::renameTable() — Method in class Schema

Rename a table.

$ NodeRouteContext#routeMatchProperty in class NodeRouteContext

The route match object.

$ NodeController#rendererProperty in class NodeController

The renderer service.

NodeController::revisionShow() — Method in class NodeController

Displays a node revision.

NodeController::revisionPageTitle() — Method in class NodeController

Page title callback for a node revision.

NodeController::revisionOverview() — Method in class NodeController

Generates an overview table of older revisions of a node.

$ NodeAdminRouteSubscriber#routerBuilderProperty in class NodeAdminRouteSubscriber

The router builder.

$ NodeRevisionDeleteForm#revisionProperty in class NodeRevisionDeleteForm

The node revision.

$ NodeRevisionRevertForm#revisionProperty in class NodeRevisionRevertForm

The node revision.

RebuildPermissionsFormClass in namespace Drupal\node\Form

Form for rebuilding permissions.

NodeServiceProvider::register() — Method in class NodeServiceProvider

Registers services to the container.

NodeStorage::revisionIds() — Method in class NodeStorage

Gets a list of node revision IDs for a specific node.

NodeStorageInterface::revisionIds() — Method in class NodeStorageInterface

Gets a list of node revision IDs for a specific node.

NodeTypeListBuilder::render() — Method in class NodeTypeListBuilder

Builds a listing of entities for the given entity type.

NodeViewBuilder::renderLinks() — Method in class NodeViewBuilder

lazy_builder callback; builds a node's links.

$ DenyNodePreview#routeMatchProperty in class DenyNodePreview

The current route match.

$ NodeSearch#rendererProperty in class NodeSearch

The Renderer service to format the username and node.

$ NodeSearch#rankingsProperty in class NodeSearch

An array of additional rankings from hook_ranking().

NodeSearch::removeSubmittedInfo() — Method in class NodeSearch

Removes the submitted by information from the build array.

ListingEmpty::render() — Method in class ListingEmpty

Render the area.

$ Node#routeMatchProperty in class Node

The route match.

Node::renderLink() — Method in class Node

Prepares link to the node.

Node::render() — Method in class Node

Renders the field.

RevisionLinkClass in namespace Drupal\node\Plugin\views\field

Field handler to present a link to a node revision.

RevisionLink::renderLink() — Method in class RevisionLink

Prepares the link to view an entity.

RevisionLinkDeleteClass in namespace Drupal\node\Plugin\views\field

Field handler to present link to delete a node revision.

RevisionLinkRevertClass in namespace Drupal\node\Plugin\views\field

Field handler to present a link to revert a node to a revision.

RssClass in namespace Drupal\node\Plugin\views\row

Plugin which performs a node_view on the resulting object and formats it as an RSS item.

Rss::render() — Method in class Rss

Render a row object. This usually passes through to a theme template of some form, but not always.

Node::rowStyleOptions() — Method in class Node

Retrieves row style plugin names.

NodeRevision::rowStyleOptions() — Method in class NodeRevision

Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::rowStyleOptions().

RouteSubscriberClass in namespace Drupal\node\Routing

Listens to the dynamic route events.

$ PageCache#requestPolicyProperty in class PageCache

A policy rule determining the cacheability of a request.

$ PageCache#responsePolicyProperty in class PageCache

A policy rule determining the cacheability of the response.

PathFilterForm::resetForm() — Method in class PathFilterForm

Resets the filter selections.

PathAliasListBuilder::render() — Method in class PathAliasListBuilder

Builds a listing of entities for the given entity type.

AliasWhitelist::resolveCacheMiss() — Method in class AliasWhitelist

Resolves a cache miss.

Connection::releaseSavepoint() — Method in class Connection

Release a savepoint by name.

Connection::rollbackSavepoint() — Method in class Connection

Rollback a savepoint by name if it exists.

Schema::resetTableInformation() — Method in class Schema

Resets information about table blobs, sequences and serial fields.

Schema::renameTable() — Method in class Schema

Rename a table.

FieldFormSavedCommand::render() — Method in class FieldFormSavedCommand

Return an array to be run through json_encode and sent to the client.

$ QuickEditController#rendererProperty in class QuickEditController

The renderer.

QuickEditController::renderField() — Method in class QuickEditController

Renders a field.

CommonDataConverter::rawValue() — Method in class CommonDataConverter

Provides a passthrough to place unformatted values in content attributes.

RdfMappingClass in namespace Drupal\rdf\Entity

Config entity for working with RDF mappings.

RdfMappingClass in namespace Drupal\rdf\Plugin\migrate\source\d7

Drupal 7 rdf source from database.

RdfMappingInterfaceClass in namespace Drupal\rdf

Provides an interface defining an RDF mapping entity.

ResponsiveImageClass in namespace Drupal\responsive_image\Element

Provides a responsive image element.

ResponsiveImageStyleClass in namespace Drupal\responsive_image\Entity

Defines the responsive image style entity.

ResponsiveImageStyle::removeImageStyleMappings() — Method in class ResponsiveImageStyle

Removes all image style mappings from the responsive image style.

ResponsiveImageFormatterClass in namespace Drupal\responsive_image\Plugin\Field\FieldFormatter

Plugin for responsive image formatter.

$ ResponsiveImageFormatter#responsiveImageStyleStorageProperty in class ResponsiveImageFormatter
ResponsiveImageStylesClass in namespace Drupal\responsive_image\Plugin\migrate\source\d7

Gets Drupal responsive image styles source from database.

ResponsiveImageStyleFormClass in namespace Drupal\responsive_image

Form controller for the responsive image edit/add forms.

ResponsiveImageStyleInterfaceClass in namespace Drupal\responsive_image

Provides an interface defining a responsive_image mapping entity.

ResponsiveImageStyleInterface::removeImageStyleMappings() — Method in class ResponsiveImageStyleInterface

Removes all image style mappings from the responsive image style.

ResponsiveImageStyleListBuilderClass in namespace Drupal\responsive_image

Provides a listing of responsive image styles.

RestResourceClass in namespace Drupal\rest\Annotation

Defines a REST resource annotation object.

RestResourceConfigClass in namespace Drupal\rest\Entity

Defines a RestResourceConfig configuration entity class.

$ EntityResourcePostRouteSubscriber#resourceConfigStorageProperty in class EntityResourcePostRouteSubscriber

The REST resource config storage.

ResourceResponseSubscriberClass in namespace Drupal\rest\EventSubscriber

Response subscriber that serializes and removes ResourceResponses' data.

$ ResourceResponseSubscriber#rendererProperty in class ResourceResponseSubscriber

The renderer.

$ ResourceResponseSubscriber#routeMatchProperty in class ResourceResponseSubscriber

The current route match.

ResourceResponseSubscriber::renderResponseBody() — Method in class ResourceResponseSubscriber

Renders a resource response body.

ResourceBaseClass in namespace Drupal\rest\Plugin

Common base class for resource plugins.

ResourceBase::routes() — Method in class ResourceBase

Returns a collection of routes with URL path information for the resource.

ResourceBase::requestMethods() — Method in class ResourceBase

Provides predefined HTTP request methods.

ResourceInterfaceClass in namespace Drupal\rest\Plugin

Specifies the publicly available methods of a resource plugin.

ResourceInterface::routes() — Method in class ResourceInterface

Returns a collection of routes with URL path information for the resource.

ResourcePluginManagerClass in namespace Drupal\rest\Plugin\Type

Manages discovery and instantiation of resource plugins.

RestExportClass in namespace Drupal\rest\Plugin\views\display

The plugin that handles Data response callbacks for REST resources.

$ RestExport#rendererProperty in class RestExport

The renderer.

RestExport::render() — Method in class RestExport

Renders this display.

DataEntityRow::render() — Method in class DataEntityRow

Render a row object. This usually passes through to a theme template of some form, but not always.

$ DataFieldRow#replacementAliasesProperty in class DataFieldRow

Stores an array of prepared field aliases from options.

$ DataFieldRow#rawOutputOptionsProperty in class DataFieldRow

Stores an array of options to determine if the raw field output is used.

DataFieldRow::render() — Method in class DataFieldRow

Render a row object. This usually passes through to a theme template of some form, but not always.

Serializer::render() — Method in class Serializer

Render the display in this style.

RequestHandlerClass in namespace Drupal\rest

Acts as intermediate request forwarder for resource plugins.

ResourceResponseClass in namespace Drupal\rest

Contains data for serialization before sending the response.

ResourceResponseInterfaceClass in namespace Drupal\rest

Defines a common interface for resource responses.

ResourceResponseTraitClass in namespace Drupal\rest
$ ResourceResponseTrait#responseDataProperty in class ResourceResponseTrait

Response data that should be serialized.

RestPermissionsClass in namespace Drupal\rest

Provides rest module permissions.

$ RestPermissions#restPluginManagerProperty in class RestPermissions

The rest resource plugin manager.

$ RestPermissions#resourceConfigStorageProperty in class RestPermissions

The REST resource config storage.

RestResourceConfigInterfaceClass in namespace Drupal\rest

Defines a configuration entity to store enabled REST resources.

ResourceRoutesClass in namespace Drupal\rest\Routing

Subscriber for REST-style routes.

$ ResourceRoutes#resourceConfigStorageProperty in class ResourceRoutes

The REST resource config storage.

$ SearchController#rendererProperty in class SearchController

The renderer.

SearchController::redirectSearchPage() — Method in class SearchController

Redirects to a search page.

SearchPage::routeBuilder() — Method in class SearchPage

Wraps the route builder.

ReindexConfirmClass in namespace Drupal\search\Form

Provides the search reindex confirmation form.

$ SearchBlockForm#rendererProperty in class SearchBlockForm

The renderer.

Score::render() — Method in class Score

Renders the field.

SearchRow::render() — Method in class SearchRow

Render a row object. This usually passes through to a theme template of some form, but not always.

SearchPageRoutes::routes() — Method in class SearchPageRoutes

Returns an array of route objects.

$ SearchIndex#replicaProperty in class SearchIndex

The database replica connection.

$ SearchQuery#relevance_countProperty in class SearchQuery

The number of 'i.relevance' occurrences in score expressions.

$ ChainEntityResolver#resolversProperty in class ChainEntityResolver

The concrete resolvers.

ChainEntityResolver::resolve() — Method in class ChainEntityResolver

Returns the local ID of an entity referenced by serialized data.

EntityResolverInterface::resolve() — Method in class EntityResolverInterface

Returns the local ID of an entity referenced by serialized data.

TargetIdResolver::resolve() — Method in class TargetIdResolver

Returns the local ID of an entity referenced by serialized data.

UuidResolver::resolve() — Method in class UuidResolver

Returns the local ID of an entity referenced by serialized data.

RegisterEntityResolversCompilerPassClass in namespace Drupal\serialization

Adds services tagged 'entity_resolver' to the Serializer.

RegisterSerializationClassesCompilerPassClass in namespace Drupal\serialization

Adds services tagged 'normalizer' and 'encoder' to the Serializer.

SerializationServiceProvider::register() — Method in class SerializationServiceProvider

Registers services to the container.

ShortcutSet::resetLinkWeights() — Method in class ShortcutSet

Resets the link weights in a shortcut set to match their current order.

$ ShortcutLazyBuilders#rendererProperty in class ShortcutLazyBuilders

The renderer service.

ShortcutSetInterface::resetLinkWeights() — Method in class ShortcutSetInterface

Resets the link weights in a shortcut set to match their current order.

Schema::renameTable() — Method in class Schema

Rename a table.

$ NodeStatisticsDatabaseStorage#requestStackProperty in class NodeStatisticsDatabaseStorage

The request stack.

NodeStatisticsDatabaseStorage::recordView() — Method in class NodeStatisticsDatabaseStorage

Counts an entity view.

NodeStatisticsDatabaseStorage::resetDayCount() — Method in class NodeStatisticsDatabaseStorage

Reset the day counter for all entities once every day.

$ StatisticsPopularBlock#rendererProperty in class StatisticsPopularBlock
StatisticsStorageInterface::recordView() — Method in class StatisticsStorageInterface

Counts an entity view.

StatisticsStorageInterface::resetDayCount() — Method in class StatisticsStorageInterface

Reset the day counter for all entities once every day.

$ BatchController#rootProperty in class BatchController

The app root.

$ DbUpdateController#rootProperty in class DbUpdateController

The app root.

DbUpdateController::results() — Method in class DbUpdateController

Displays results of the update script with any accompanying errors.

DbUpdateController::requirements() — Method in class DbUpdateController

Renders a list of requirement errors or warnings.

CronController::run() — Method in class CronController

Run Cron once.

CronController::runManually() — Method in class CronController

Run cron manually.

CronForm::runCron() — Method in class CronForm

Form submission handler for running cron manually.

RegionalFormClass in namespace Drupal\system\Form

Configure regional settings for this site.

RssFeedsFormClass in namespace Drupal\system\Form

Configure RSS settings for this site.

$ SiteInformationForm#requestContextProperty in class SiteInformationForm

The request context.

$ PathBasedBreadcrumbBuilder#routerProperty in class PathBasedBreadcrumbBuilder

The dynamic router service.

$ SystemBreadcrumbBlock#routeMatchProperty in class SystemBreadcrumbBlock

The current route match.

RequestPathClass in namespace Drupal\system\Plugin\Condition

Provides a 'Request Path' condition.

$ RequestPath#requestStackProperty in class RequestPath

The request stack.

$ GDToolkit#resourceProperty in class GDToolkit

A GD image resource.

ResizeClass in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd

Defines GD2 resize operation.

RotateClass in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd

Defines GD2 rotate operation.

$ SystemConfigSubscriber#routerBuilderProperty in class SystemConfigSubscriber

The router builder.

$ SystemManager#requestStackProperty in class SystemManager

The request stack.

$ MockRouteProvider#routesProperty in class MockRouteProvider

A collection of routes for this route provider.

MockRouteProvider::reset() — Method in class MockRouteProvider

Resets the route provider object.

$ BatchNegotiator#requestStackProperty in class BatchNegotiator

The request stack.

$ TermRouteContext#routeMatchProperty in class TermRouteContext

The route match object.

$ OverviewTerms#rendererProperty in class OverviewTerms

The renderer service.

$ Tid#routeMatchProperty in class Tid

The route match.

TaxonomyIndexTid::render_item() — Method in class TaxonomyIndexTid

Renders a single item of a row.

TermStorage::resetCache() — Method in class TermStorage

Resets the entity cache.

TermStorage::resetWeights() — Method in class TermStorage

Reset the weights for a given vocabulary ID.

TermStorageInterface::resetWeights() — Method in class TermStorageInterface

Reset the weights for a given vocabulary ID.

$ VocabularyListBuilder#rendererProperty in class VocabularyListBuilder

The renderer service.

VocabularyListBuilder::render() — Method in class VocabularyListBuilder

Builds a listing of entities for the given entity type.

SetSubtreesCommand::render() — Method in class SetSubtreesCommand

Return an array to be run through json_encode and sent to the client.

$ Tour#routesProperty in class Tour

The routes on which this tour should be displayed.

Tour::resetKeyedRoutes() — Method in class Tour

Resets the statically cached keyed routes.

TourInterface::resetKeyedRoutes() — Method in class TourInterface

Resets the statically cached keyed routes.

$ UpdateController#rendererProperty in class UpdateController

The renderer.

$ UpdateManagerInstall#rootProperty in class UpdateManagerInstall

The root location under which installed projects will be saved.

UpdateManagerUpdate::removeCheckboxFromRow() — Method in class UpdateManagerUpdate

Prepares a row entry for use in a regular table, not a 'tableselect'.

$ UpdateReady#rootProperty in class UpdateReady

The root location under which updated projects will be saved.

$ ProjectSecurityData#releasesProperty in class ProjectSecurityData

Releases as returned by update_get_available().

UpdateManager::refreshUpdateData() — Method in class UpdateManager

Clears out all the available update data and initiates re-fetching.

UpdateManagerInterface::refreshUpdateData() — Method in class UpdateManagerInterface

Clears out all the available update data and initiates re-fetching.

$ UpdateRoot#requestStackProperty in class UpdateRoot

The request stack.

RegisterAccessCheckClass in namespace Drupal\user\Access

Access check for user registration routes.

RoleAccessCheckClass in namespace Drupal\user\Access

Determines access to routes based on roles.

$ AccountSettingsForm#roleStorageProperty in class AccountSettingsForm

The role storage used when changing the admin role.

$ UserAuthenticationController#routeProviderProperty in class UserAuthenticationController

The route provider.

UserAuthenticationController::resetPassword() — Method in class UserAuthenticationController

Resets a user password.

UserController::resetPass() — Method in class UserController

Redirects to the user password reset form.

UserController::resetPassLogin() — Method in class UserController

Validates user, hash, and timestamp; logs the user in if correct.

RoleClass in namespace Drupal\user\Entity

Defines the user role entity class.

Role::revokePermission() — Method in class Role

Revokes a permissions from the user role.

User::removeRole() — Method in class User

Remove a role from a user.

RoleSettingsFormClass in namespace Drupal\user\Form

Configure administrator role settings for this site.

$ RoleSettingsForm#roleStorageProperty in class RoleSettingsForm

The role storage used when changing the admin role.

$ UserLoginForm#rendererProperty in class UserLoginForm

The renderer.

$ UserPermissionsForm#roleStorageProperty in class UserPermissionsForm

The role storage.

RemoveRoleUserClass in namespace Drupal\user\Plugin\Action

Removes a role from a user.

$ UserLoginBlock#routeMatchProperty in class UserLoginBlock

The route match.

UserLoginBlock::renderPlaceholderFormAction() — Method in class UserLoginBlock

lazy_builder callback; renders a form action URL including destination.

$ LanguageNegotiationUserAdmin#routerProperty in class LanguageNegotiationUserAdmin

The router.

RoleClass in namespace Drupal\user\Plugin\migrate\source\d6

Drupal 6 role source from database.

RoleClass in namespace Drupal\user\Plugin\migrate\source\d7

Drupal 7 role source from database.

RoleClass in namespace Drupal\user\Plugin\views\access

Access plugin that provides role-based access control.

$ Role#roleStorageProperty in class Role

The role storage.

RolesRidClass in namespace Drupal\user\Plugin\views\argument

Allow role ID(s) as argument.

$ RolesRid#roleStorageProperty in class RolesRid

The role entity storage.

$ User#routeMatchProperty in class User

The route match.

$ Permissions#roleStorageProperty in class Permissions

The role storage.

Permissions::render_item() — Method in class Permissions

Renders a single item of a row.

RolesClass in namespace Drupal\user\Plugin\views\field

Field handler to provide a list of roles.

Roles::render_item() — Method in class Roles

Renders a single item of a row.

UserData::render() — Method in class UserData

Renders the field.

RolesClass in namespace Drupal\user\Plugin\views\filter

Filter handler for user roles.

$ Roles#roleStorageProperty in class Roles

The role storage.

RegisterFormClass in namespace Drupal\user

Form handler for the user register forms.

RoleAccessControlHandlerClass in namespace Drupal\user

Defines the access control handler for the user role entity type.

RoleFormClass in namespace Drupal\user

Form controller for the role entity edit forms.

RoleInterfaceClass in namespace Drupal\user

Provides an interface defining a user role entity.

RoleInterface::revokePermission() — Method in class RoleInterface

Revokes a permissions from the user role.

RoleListBuilderClass in namespace Drupal\user

Defines a class to build a listing of user role entities.

RoleStorageClass in namespace Drupal\user

Controller class for user roles.

RoleStorageInterfaceClass in namespace Drupal\user

Defines an interface for role entity storage classes.

RouteSubscriberClass in namespace Drupal\user\Routing

User route subscriber.

ToolbarLinkBuilder::renderToolbarLinks() — Method in class ToolbarLinkBuilder

Lazy builder callback for rendering toolbar links.

ToolbarLinkBuilder::renderDisplayName() — Method in class ToolbarLinkBuilder

Lazy builder callback for rendering the username.

$ UserFloodControl#requestStackProperty in class UserFloodControl

The request stack.

UserFloodControl::register() — Method in class UserFloodControl

Registers an event for the current visitor to the flood control mechanism.

UserInterface::removeRole() — Method in class UserInterface

Remove a role from a user.

$ UserListBuilder#redirectDestinationProperty in class UserListBuilder

The redirect destination service.

UserListBuilder::render() — Method in class UserListBuilder

Builds a listing of entities for the given entity type.

HighlightCommand::render() — Method in class HighlightCommand

Return an array to be run through json_encode and sent to the client.

ReplaceTitleCommandClass in namespace Drupal\views\Ajax

Provides an AJAX command for replacing the page title.

ReplaceTitleCommand::render() — Method in class ReplaceTitleCommand

Return an array to be run through json_encode and sent to the client.

ScrollTopCommand::render() — Method in class ScrollTopCommand

Return an array to be run through json_encode and sent to the client.

ShowButtonsCommand::render() — Method in class ShowButtonsCommand

Return an array to be run through json_encode and sent to the client.

TriggerPreviewCommand::render() — Method in class TriggerPreviewCommand

Return an array to be run through json_encode and sent to the client.

$ ViewsDisplay#returns_responseProperty in class ViewsDisplay

Whether the display returns a response object.

$ ViewsPluginAnnotationBase#register_themeProperty in class ViewsPluginAnnotationBase

Whether or not to register a theme function automatically.

$ ViewAjaxController#rendererProperty in class ViewAjaxController

The renderer.

$ ViewAjaxController#redirectDestinationProperty in class ViewAjaxController

The redirect destination.

DisplayPluginCollection::remove() — Method in class DisplayPluginCollection

Removes an initialized plugin.

$ EntityFieldRenderer#relationshipProperty in class EntityFieldRenderer

The relationship being handled.

EntityFieldRenderer::render() — Method in class EntityFieldRenderer

Renders entity field data.

EntityTranslationRendererBase::render() — Method in class EntityTranslationRendererBase

Renders entity data.

RendererBaseClass in namespace Drupal\views\Entity\Render

Defines a base class for entity renderers.

RendererBase::render() — Method in class RendererBase

Renders entity data.

TranslationLanguageRenderer::render() — Method in class TranslationLanguageRenderer

Renders entity data.

RouteSubscriberClass in namespace Drupal\views\EventSubscriber

Builds up the routes of all views.

RouteSubscriber::reset() — Method in class RouteSubscriber

Resets the internal state of the route subscriber.

RouteSubscriber::routes() — Method in class RouteSubscriber

Returns a set of route objects.

RouteSubscriber::routeRebuildFinished() — Method in class RouteSubscriber

Stores the new route names after they have been rebuilt.

ViewsEntitySchemaSubscriber::revisionRemoval() — Method in class ViewsEntitySchemaSubscriber

Updates views if revision support is removed.

ExposedFormCache::reset() — Method in class ExposedFormCache

Rests the form cache.

$ ViewsForm#requestStackProperty in class ViewsForm

The request stack.

$ ViewsLocalTask#routeProviderProperty in class ViewsLocalTask

The route provider.

$ ViewsSelection#rendererProperty in class ViewsSelection

The renderer.

$ HandlerBase#realFieldProperty in class HandlerBase

The actual field in the database table, maybe different on other kind of query plugins/special handlers.

$ HandlerBase#relationshipProperty in class HandlerBase

The relationship used for this field.

$ PluginBase#rendererProperty in class PluginBase

Stores the render API renderer.

AreaPluginBase::render() — Method in class AreaPluginBase

Render the area.

Broken::render() — Method in class Broken

Render the area.

DisplayLink::render() — Method in class DisplayLink

Render the area.

Entity::render() — Method in class Entity

Render the area.

HTTPStatusCode::render() — Method in class HTTPStatusCode

Render the area.

Messages::render() — Method in class Messages

Render the area.

ResultClass in namespace Drupal\views\Plugin\views\area

Views area handler to display some configurable result summary.

Result::render() — Method in class Result

Render the area.

Text::render() — Method in class Text

Render the area.

TextCustom::render() — Method in class TextCustom

Render the area.

TextCustom::renderTextarea() — Method in class TextCustom

Render a text area with \Drupal\Component\Utility\Xss::filterAdmin().

Title::render() — Method in class Title

Render the area.

View::render() — Method in class View

Render the area.

$ Date#routeMatchProperty in class Date

The route match.

RawClass in namespace Drupal\views\Plugin\views\argument_default

Default argument plugin to use the raw value from the URL.

$ CachePluginBase#resultsBinProperty in class CachePluginBase

Which cache bin to store query results in.

$ CachePluginBase#resultsKeyProperty in class CachePluginBase

Stores the cache ID used for the results cache.

Attachment::renderPager() — Method in class Attachment

Checks to see if the display plugins support pager rendering.

Block::remove() — Method in class Block

Reacts on deleting a display.

DisplayPluginBase::renderFilters() — Method in class DisplayPluginBase

Does nothing (obsolete function).

DisplayPluginBase::renderPager() — Method in class DisplayPluginBase

Checks to see if the display plugins support pager rendering.

DisplayPluginBase::renderMoreLink() — Method in class DisplayPluginBase

Renders the 'more' link.

DisplayPluginBase::render() — Method in class DisplayPluginBase

Renders this display.

DisplayPluginBase::renderArea() — Method in class DisplayPluginBase

Renders one of the available areas.

DisplayPluginBase::remove() — Method in class DisplayPluginBase

Reacts on deleting a display.

DisplayPluginInterface::renderFilters() — Method in class DisplayPluginInterface

Does nothing (obsolete function).

DisplayPluginInterface::renderPager() — Method in class DisplayPluginInterface

Checks to see if the display plugins support pager rendering.

DisplayPluginInterface::renderMoreLink() — Method in class DisplayPluginInterface

Renders the 'more' link.

DisplayPluginInterface::render() — Method in class DisplayPluginInterface

Renders this display.

DisplayPluginInterface::renderArea() — Method in class DisplayPluginInterface

Renders one of the available areas.

DisplayPluginInterface::remove() — Method in class DisplayPluginInterface

Reacts on deleting a display.

EntityReference::render() — Method in class EntityReference

Builds the view result as a renderable array.

$ Feed#rendererProperty in class Feed

The renderer.

Feed::render() — Method in class Feed

Renders this display.

$ PathPluginBase#routeProviderProperty in class PathPluginBase

The route provider.

PathPluginBase::remove() — Method in class PathPluginBase

Reacts on deleting a display.

ResponseDisplayPluginInterfaceClass in namespace Drupal\views\Plugin\views\display

Defines a display which returns a Response object.

ExposedFormPluginBase::renderExposedForm() — Method in class ExposedFormPluginBase

Renders the exposed form.

ExposedFormPluginBase::resetForm() — Method in class ExposedFormPluginBase

Resets all the states of the exposed form.

ExposedFormPluginInterface::renderExposedForm() — Method in class ExposedFormPluginInterface

Renders the exposed form.

Boolean::render() — Method in class Boolean

Renders the field.

Custom::render() — Method in class Custom

Renders the field.

Date::render() — Method in class Date

Renders the field.

Dropbutton::render() — Method in class Dropbutton

Renders the field.

$ EntityField#rendererProperty in class EntityField

The renderer.

EntityField::renderItems() — Method in class EntityField

Render all items in this field together.

EntityField::render_item() — Method in class EntityField

Renders a single item of a row.

EntityLabel::render() — Method in class EntityLabel

Renders the field.

EntityLink::render() — Method in class EntityLink

Renders the field.

EntityLink::renderLink() — Method in class EntityLink

Prepares the link to view an entity.

EntityLinkDelete::renderLink() — Method in class EntityLinkDelete

Prepares the link to view an entity.

EntityLinkEdit::renderLink() — Method in class EntityLinkEdit

Prepares the link to view an entity.

EntityOperations::render() — Method in class EntityOperations

Renders the field.

FieldHandlerInterface::render() — Method in class FieldHandlerInterface

Renders the field.

FieldHandlerInterface::renderText() — Method in class FieldHandlerInterface

Performs an advanced text render for the item.

$ FieldPluginBase#rendererProperty in class FieldPluginBase

Stores the render API renderer.

FieldPluginBase::render() — Method in class FieldPluginBase

Renders the field.

FieldPluginBase::renderText() — Method in class FieldPluginBase

Performs an advanced text render for the item.

FieldPluginBase::renderAltered() — Method in class FieldPluginBase

Render this field as user-defined altered text.

FieldPluginBase::renderTrimText() — Method in class FieldPluginBase

Trims the field down to the specified length.

FieldPluginBase::renderAsLink() — Method in class FieldPluginBase

Render this field as a link, with the info from a fieldset set by the user.

FileSize::render() — Method in class FileSize

Renders the field.

LanguageField::render() — Method in class LanguageField

Renders the field.

LinkBase::render() — Method in class LinkBase

Renders the field.

LinkBase::renderLink() — Method in class LinkBase

Prepares the link to view an entity.

MachineName::render() — Method in class MachineName

Renders the field.

Markup::render() — Method in class Markup

Renders the field.

MultiItemsFieldHandlerInterface::render_item() — Method in class MultiItemsFieldHandlerInterface

Renders a single item of a row.

MultiItemsFieldHandlerInterface::renderItems() — Method in class MultiItemsFieldHandlerInterface

Render all items in this field together.

NumericField::render() — Method in class NumericField

Renders the field.

PrerenderList::renderItems() — Method in class PrerenderList

Render all items in this field together.

RenderedEntityClass in namespace Drupal\views\Plugin\views\field

Provides a field handler which renders an entity in a certain view mode.

RenderedEntity::render() — Method in class RenderedEntity

Renders the field.

Serialized::render() — Method in class Serialized

Renders the field.

TimeInterval::render() — Method in class TimeInterval

Renders the field.

UncacheableFieldHandlerTrait::render() — Method in class UncacheableFieldHandlerTrait
{@inheritdoc}
Url::render() — Method in class Url

Renders the field.

InOperator::reduceValueOptions() — Method in class InOperator

When using exposed filters, we may be required to reduce the set.

Full::render() — Method in class Full

Return the renderable array of the pager.

Mini::render() — Method in class Mini

Return the renderable array of the pager.

PagerPluginBase::render() — Method in class PagerPluginBase

Return the renderable array of the pager.

$ MysqlDateSql#replaceProperty in class MysqlDateSql

An array of PHP-to-MySQL replacement patterns.

$ PostgresqlDateSql#replaceProperty in class PostgresqlDateSql

An array of PHP-to-PostgreSQL replacement patterns.

$ Sql#relationshipsProperty in class Sql

Holds an array of relationships, which are aliases of the primary table that represent different ways to join the same table in.

$ SqliteDateSql#replaceProperty in class SqliteDateSql

An array of PHP-to-SQLite date replacement patterns.

RelationshipPluginBaseClass in namespace Drupal\views\Plugin\views\relationship

Simple relationship handler that allows a new version of the primary table to be linked in.

EntityRow::render() — Method in class EntityRow

Render a row object. This usually passes through to a theme template of some form, but not always.

OpmlFields::render() — Method in class OpmlFields

Render a row object. This usually passes through to a theme template of some form, but not always.

RowPluginBaseClass in namespace Drupal\views\Plugin\views\row

Base class for Views row plugins.

RowPluginBase::render() — Method in class RowPluginBase

Render a row object. This usually passes through to a theme template of some form, but not always.

RssFieldsClass in namespace Drupal\views\Plugin\views\row

Renders an RSS item based on fields.

RssFields::render() — Method in class RssFields

Render a row object. This usually passes through to a theme template of some form, but not always.

RssPluginBaseClass in namespace Drupal\views\Plugin\views\row

Base class for Views RSS row plugins.

RandomClass in namespace Drupal\views\Plugin\views\sort

Handle a random sort.

DefaultSummary::render() — Method in class DefaultSummary

Render the display in this style.

EntityReference::render() — Method in class EntityReference

Render the display in this style.

Mapping::render() — Method in class Mapping

Overrides Drupal\views\Plugin\views\style\StylePluginBase::render().

Opml::render() — Method in class Opml

Render the display in this style.

RssClass in namespace Drupal\views\Plugin\views\style

Default style plugin to render an RSS feed.

Rss::render() — Method in class Rss

Render the display in this style.

$ StylePluginBase#rowTokensProperty in class StylePluginBase

Store all available tokens row rows.

$ StylePluginBase#rendered_fieldsProperty in class StylePluginBase

Stores the rendered field values, keyed by the row index and field name.

StylePluginBase::renderRowGroup() — Method in class StylePluginBase

Renders a group of rows of the grouped view.

StylePluginBase::render() — Method in class StylePluginBase

Render the display in this style.

StylePluginBase::renderGroupingSets() — Method in class StylePluginBase

Render the grouping sets.

StylePluginBase::renderGrouping() — Method in class StylePluginBase

Group records as needed for rendering.

StylePluginBase::renderFields() — Method in class StylePluginBase

Renders all of the fields for a given style and store them on the object.

WizardPluginBase::rowStyleOptions() — Method in class WizardPluginBase

Retrieves row style plugin names.

WizardPluginBase::restExportDisplayOptions() — Method in class WizardPluginBase

Retrieves the REST export display options from the submitted form values.

WizardPluginBase::retrieveValidatedView() — Method in class WizardPluginBase

Retrieves a validated view for a form submission.

ResultRowClass in namespace Drupal\views

A class representing a view result row.

ResultRow::resetEntityData() — Method in class ResultRow

Resets the _entity and _relationship_entities properties.

$ ViewExecutable#resultProperty in class ViewExecutable

Where the results of a query will go.

$ ViewExecutable#rowPluginProperty in class ViewExecutable

The current used row plugin, if the style plugin supports row plugins.

$ ViewExecutable#row_indexProperty in class ViewExecutable

Stores the current active row while rendering.

$ ViewExecutable#relationshipProperty in class ViewExecutable

Stores the relationship handlers which are initialized on this view.

$ ViewExecutable#responseProperty in class ViewExecutable

Stores the current response object.

$ ViewExecutable#requestProperty in class ViewExecutable

Stores the current request object.

$ ViewExecutable#routeProviderProperty in class ViewExecutable

The route provider.

ViewExecutable::renderPager() — Method in class ViewExecutable

Renders the pager, if necessary.

ViewExecutable::render() — Method in class ViewExecutable

Renders this view for a certain display.

ViewExecutable::removeHandler() — Method in class ViewExecutable

Removes configuration for a handler instance on a given display.

$ ViewExecutableFactory#requestStackProperty in class ViewExecutableFactory

The request stack.

$ ViewExecutableFactory#routeProviderProperty in class ViewExecutableFactory

The route provider.

SetFormCommand::render() — Method in class SetFormCommand

Return an array to be run through json_encode and sent to the client.

ViewsUIController::reportFields() — Method in class ViewsUIController

Lists all instances of fields on any views.

ViewsUIController::reportPlugins() — Method in class ViewsUIController

Lists all plugins and what enabled Views use them.

ConfigHandler::remove() — Method in class ConfigHandler

Submit handler for removing an item from a view.

RearrangeClass in namespace Drupal\views_ui\Form\Ajax

Provides a rearrange form for Views handlers.

RearrangeFilterClass in namespace Drupal\views_ui\Form\Ajax

Provides a rearrange form for Views filters.

ReorderDisplaysClass in namespace Drupal\views_ui\Form\Ajax

Displays the display reorder form.

$ ViewEditForm#requestStackProperty in class ViewEditForm

The request object.

ViewEditForm::rebuildCurrentTab() — Method in class ViewEditForm

Regenerate the current tab for AJAX updates.

ViewEditForm::renderDisplayTop() — Method in class ViewEditForm

Render the top of the display so it can be updated during ajax operations.

ViewListBuilder::render() — Method in class ViewListBuilder

Builds a listing of entities for the given entity type.

$ ViewUI#render_timeProperty in class ViewUI

How long the view takes to render in microseconds.

$ ViewUI#renderPreviewProperty in class ViewUI
ViewUI::renderPreview() — Method in class ViewUI
ViewUI::referencedEntities() — Method in class ViewUI

Gets a list of entities referenced by this entity.

$ WorkflowType#required_statesProperty in class WorkflowType

States required to exist.

RequiredStateMissingExceptionClass in namespace Drupal\workflows\Exception

Indicates that a workflow does not contain a required state.

WorkflowListBuilder::render() — Method in class WorkflowListBuilder

Builds a listing of entities for the given entity type.

$ WorkspaceRequestSubscriber#routeProviderProperty in class WorkspaceRequestSubscriber

The route provider to load routes by name.

$ WorkspaceListBuilder#rendererProperty in class WorkspaceListBuilder

The renderer service.

WorkspaceListBuilder::render() — Method in class WorkspaceListBuilder

Builds a listing of entities for the given entity type.

$ WorkspaceManager#requestStackProperty in class WorkspaceManager

The request stack.

WorkspaceRepository::resetCache() — Method in class WorkspaceRepository

Resets the cached workspace tree.

WorkspaceRepositoryInterface::resetCache() — Method in class WorkspaceRepositoryInterface

Resets the cached workspace tree.

S

Drupal::setContainer() — Method in class Drupal

Sets a new global container.

Drupal::service() — Method in class Drupal

Retrieves a service from the container.

Drupal::state() — Method in class Drupal

Returns the state storage service.

AnnotationBase::setProvider() — Method in class AnnotationBase

Sets the name of the provider of the annotated class.

AnnotationBase::setClass() — Method in class AnnotationBase

Sets the class of the annotated class.

AnnotationInterface::setProvider() — Method in class AnnotationInterface

Sets the name of the provider of the annotated class.

AnnotationInterface::setClass() — Method in class AnnotationInterface

Sets the class of the annotated class.

DocParser::setIgnoredAnnotationNames() — Method in class DocParser

Sets the annotation names that are ignored during the parsing process.

DocParser::setIgnoreNotImportedAnnotations() — Method in class DocParser

Sets ignore on not-imported annotations.

DocParser::setImports() — Method in class DocParser

Sets the imports.

DocParser::setTarget() — Method in class DocParser

Sets current target context as bitmask.

SimpleAnnotationReaderClass in namespace Drupal\Component\Annotation\Doctrine

Simple Annotation Reader.

StaticReflectionClassClass in namespace Drupal\Component\Annotation\Doctrine
StaticReflectionClass::setStaticPropertyValue() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionParserClass in namespace Drupal\Component\Annotation\Doctrine

Parses a file for namespaces/use/class declarations.

$ StaticReflectionParser#shortClassNameProperty in class StaticReflectionParser

The short class name.

Plugin::setProvider() — Method in class Plugin

Sets the name of the provider of the annotated class.

Plugin::setClass() — Method in class Plugin

Sets the class of the annotated class.

$ ZfExtensionManagerSfContainer#standaloneProperty in class ZfExtensionManagerSfContainer
ZfExtensionManagerSfContainer::setContainer() — Method in class ZfExtensionManagerSfContainer
{@inheritdoc}
ZfExtensionManagerSfContainer::setStandalone() — Method in class ZfExtensionManagerSfContainer
DateTimePlus::setDefaultDateTime() — Method in class DateTimePlus

Sets the default time for an object built from date-only data.

DateTimePlus::setDate() — Method in class DateTimePlus
DateTimePlus::setISODate() — Method in class DateTimePlus
DateTimePlus::setTime() — Method in class DateTimePlus
DateTimePlus::setTimestamp() — Method in class DateTimePlus
DateTimePlus::setTimezone() — Method in class DateTimePlus
DateTimePlus::sub() — Method in class DateTimePlus
$ Container#serviceDefinitionsProperty in class Container

The service definitions of the container.

$ Container#servicesProperty in class Container

The instantiated services.

Container::set() — Method in class Container
{@inheritdoc}
Container::setParameter() — Method in class Container
{@inheritdoc}
$ OptimizedPhpArrayDumper#serializeProperty in class OptimizedPhpArrayDumper

Whether to serialize service definitions or not.

OptimizedPhpArrayDumper::supportsMachineFormat() — Method in class OptimizedPhpArrayDumper

Whether this supports the machine-optimized format or not.

PhpArrayDumper::supportsMachineFormat() — Method in class PhpArrayDumper

Whether this supports the machine-optimized format or not.

$ DiffFormatter#show_headerProperty in class DiffFormatter

Should a block header be shown?

ApcuFileCacheBackend::store() — Method in class ApcuFileCacheBackend

Stores data into a cache backend.

FileCache::set() — Method in class FileCache

Stores data based on a filename.

FileCacheBackendInterface::store() — Method in class FileCacheBackendInterface

Stores data into a cache backend.

FileCacheFactory::setConfiguration() — Method in class FileCacheFactory

Sets the configuration to use for constructing future file cache objects.

FileCacheFactory::setPrefix() — Method in class FileCacheFactory

Sets the cache prefix that should be used.

FileCacheInterface::set() — Method in class FileCacheInterface

Stores data based on a filename.

NullFileCache::set() — Method in class NullFileCache

Stores data based on a filename.

$ FrontMatterParseException#sourceLineProperty in class FrontMatterParseException

The line number of where the parse error occurred.

$ FrontMatter#serializerProperty in class FrontMatter

A serializer.

$ FrontMatter#sourceProperty in class FrontMatter

The source.

PoHeader::setLanguageName() — Method in class PoHeader

Set the human readable language name.

PoHeader::setProjectName() — Method in class PoHeader

Set the project name.

PoHeader::setFromString() — Method in class PoHeader

Populate internal values from a string.

$ PoItem#sourceProperty in class PoItem

The source string or array of strings if it has plurals.

PoItem::setLangcode() — Method in class PoItem

Set the language code of the current language.

PoItem::setContext() — Method in class PoItem

Set the context this translation belongs to.

PoItem::setSource() — Method in class PoItem

Set the source string or the array of strings if the translation has plurals.

PoItem::setTranslation() — Method in class PoItem

Set the translation string or the array of strings if the translation has plurals.

PoItem::setPlural() — Method in class PoItem

Set if the translation has plural values.

PoItem::setComment() — Method in class PoItem

Set the comment of this translation.

PoItem::setFromArray() — Method in class PoItem

Create the PoItem from a structured array.

PoMemoryWriter::setLangcode() — Method in class PoMemoryWriter

Implements Drupal\Component\Gettext\PoMetadataInterface:setLangcode().

PoMemoryWriter::setHeader() — Method in class PoMemoryWriter

Implements Drupal\Component\Gettext\PoMetadataInterface:setHeader().

PoMetadataInterface::setLangcode() — Method in class PoMetadataInterface

Set language code.

PoMetadataInterface::setHeader() — Method in class PoMetadataInterface

Set header metadata.

PoStreamInterface::setURI() — Method in class PoStreamInterface

Set the URI of the PO stream that is going to be read or written.

PoStreamReader::setLangcode() — Method in class PoStreamReader

Set language code.

PoStreamReader::setHeader() — Method in class PoStreamReader

Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader().

PoStreamReader::setURI() — Method in class PoStreamReader

Set the URI of the PO stream that is going to be read or written.

PoStreamReader::setSeek() — Method in class PoStreamReader

Sets the seek position for the current PO stream.

PoStreamReader::setItemFromArray() — Method in class PoStreamReader

Store the parsed values as a PoItem object.

PoStreamWriter::setHeader() — Method in class PoStreamWriter

Set the PO header for the current stream.

PoStreamWriter::setLangcode() — Method in class PoStreamWriter

Set the language code.

PoStreamWriter::setURI() — Method in class PoStreamWriter

Set the URI of the PO stream that is going to be read or written.

Graph::searchAndSort() — Method in class Graph

Performs a depth-first search and sort on the directed acyclic graph.

SecuredRedirectResponseClass in namespace Drupal\Component\HttpFoundation

Provides a common base class for safe redirects.

SecuredRedirectResponse::setTargetUrl() — Method in class SecuredRedirectResponse
{@inheritdoc}
FileReadOnlyStorage::save() — Method in class FileReadOnlyStorage

Saves PHP code to storage.

FileStorage::save() — Method in class FileStorage

Saves PHP code to storage.

$ MTimeProtectedFastFileStorage#secretProperty in class MTimeProtectedFastFileStorage

The secret used in the HMAC.

MTimeProtectedFastFileStorage::save() — Method in class MTimeProtectedFastFileStorage

Saves PHP code to storage.

PhpStorageInterface::save() — Method in class PhpStorageInterface

Saves PHP code to storage.

ConfigurableInterface::setConfiguration() — Method in class ConfigurableInterface

Sets the configuration for this plugin instance.

ContextAwarePluginBase::setContext() — Method in class ContextAwarePluginBase

Set a context on this plugin.

ContextAwarePluginBase::setContextValue() — Method in class ContextAwarePluginBase

Sets the value for a defined context.

ContextAwarePluginInterface::setContext() — Method in class ContextAwarePluginInterface

Set a context on this plugin.

ContextAwarePluginInterface::setContextValue() — Method in class ContextAwarePluginInterface

Sets the value for a defined context.

ContextAwarePluginInterface::setContextMapping() — Method in class ContextAwarePluginInterface

Sets a mapping of the expected assignment names to their context names.

ContextDefinitionInterface::setLabel() — Method in class ContextDefinitionInterface

Sets the human readable label.

ContextDefinitionInterface::setDescription() — Method in class ContextDefinitionInterface

Sets the human readable description.

ContextDefinitionInterface::setDataType() — Method in class ContextDefinitionInterface

Sets the data type needed by the context.

ContextDefinitionInterface::setMultiple() — Method in class ContextDefinitionInterface

Sets whether the data is multi-valued.

ContextDefinitionInterface::setRequired() — Method in class ContextDefinitionInterface

Sets whether the data is required.

ContextDefinitionInterface::setDefaultValue() — Method in class ContextDefinitionInterface

Sets the default data value.

ContextDefinitionInterface::setConstraints() — Method in class ContextDefinitionInterface

Sets the array of validation constraints.

DerivablePluginDefinitionInterface::setDeriver() — Method in class DerivablePluginDefinitionInterface

Sets the deriver of this plugin definition.

PluginDefinition::setClass() — Method in class PluginDefinition

Sets the class.

PluginDefinitionInterface::setClass() — Method in class PluginDefinitionInterface

Sets the class.

StaticDiscoveryClass in namespace Drupal\Component\Plugin\Discovery

A discovery mechanism that allows plugin definitions to be manually registered rather than actively discovered.

StaticDiscovery::setDefinition() — Method in class StaticDiscovery

Sets a plugin definition.

StaticDiscoveryDecoratorClass in namespace Drupal\Component\Plugin\Discovery

A decorator that allows manual registration of undiscoverable definitions.

LazyPluginCollection::setConfiguration() — Method in class LazyPluginCollection

Sets the configuration for all plugins in this collection.

LazyPluginCollection::set() — Method in class LazyPluginCollection

Stores an initialized plugin.

PluginAwareInterface::setPlugin() — Method in class PluginAwareInterface

Sets the plugin for this object.

$ FormattableMarkup#stringProperty in class FormattableMarkup

The string containing placeholders.

$ HtmlEscapedText#stringProperty in class HtmlEscapedText

The string to escape.

$ MarkupTrait#stringProperty in class MarkupTrait

The safe string.

SerializationInterfaceClass in namespace Drupal\Component\Serialization

Defines an interface for serialization formats.

$ Yaml#serializerProperty in class Yaml

The YAML implementation to use.

$ ArgumentsResolver#scalarsProperty in class ArgumentsResolver

An associative array of parameter names to scalar candidate values.

DeprecatedArray::serialize() — Method in class DeprecatedArray
{@inheritdoc}
Environment::setTimeLimit() — Method in class Environment

Attempts to set the PHP maximum execution time.

$ Html#seenIdsInitProperty in class Html

An array of the initial IDs used in one request.

$ Html#seenIdsProperty in class Html

An array of IDs, including incremented versions when an ID is duplicated.

Html::setIsAjax() — Method in class Html

Sets if this request is an Ajax request.

Html::serialize() — Method in class Html

Converts the body of a \DOMDocument back to an HTML snippet.

Image::scaleDimensions() — Method in class Image

Scales image dimensions while maintaining aspect ratio.

NestedArray::setValue() — Method in class NestedArray

Sets a value in a nested array with variable depth.

$ Random#stringsProperty in class Random

A list of unique strings generated by string().

Random::string() — Method in class Random

Generates a random string of ASCII characters of codes 32 to 126.

Random::sentences() — Method in class Random

Generates sentences Latin words, often used as placeholder text.

SortArrayClass in namespace Drupal\Component\Utility

Provides generic array sorting helper methods.

SortArray::sortByWeightElement() — Method in class SortArray

Sorts a structured array by the 'weight' element.

SortArray::sortByWeightProperty() — Method in class SortArray

Sorts a structured array by '#weight' property.

SortArray::sortByTitleElement() — Method in class SortArray

Sorts a structured array by 'title' key (no # prefix).

SortArray::sortByTitleProperty() — Method in class SortArray

Sorts a structured array by '#title' property.

SortArray::sortByKeyString() — Method in class SortArray

Sorts a string array item by an arbitrary key.

SortArray::sortByKeyInt() — Method in class SortArray

Sorts an integer array item by an arbitrary key.

Timer::start() — Method in class Timer

Starts the timer with the specified name.

Timer::stop() — Method in class Timer

Stops the timer with the specified name.

Unicode::strcasecmp() — Method in class Unicode

Compares UTF-8-encoded strings in a binary safe case-insensitive manner.

UrlHelper::setAllowedProtocols() — Method in class UrlHelper

Sets the allowed protocols.

UrlHelper::stripDangerousProtocols() — Method in class UrlHelper

Strips dangerous protocols (for example, 'javascript:') from a URI.

Xss::split() — Method in class Xss

Processes an HTML tag.

Composer::setDrupalVersion() — Method in class Composer

Set the version of Drupal; used in release process and by the test suite.

Composer::setTemplateProjectStability() — Method in class Composer

Set the stability of the template projects to match the Drupal version.

Handler::scaffold() — Method in class Handler

Copies all scaffold files from source to destination.

$ Interpolator#startTokenProperty in class Interpolator

The character sequence that identifies the start of a token.

Interpolator::setData() — Method in class Interpolator

Sets the data set to use when interpolating.

AbstractOperation::scaffoldOverExistingTarget() — Method in class AbstractOperation

Determines what to do if operation is used at same path as a previous op.

AbstractOperation::scaffoldAtNewLocation() — Method in class AbstractOperation

Determines what to do if operation is used without a previous operation.

AppendOp::scaffoldOverExistingTarget() — Method in class AppendOp

Determines what to do if operation is used at same path as a previous op.

AppendOp::scaffoldAtNewLocation() — Method in class AppendOp

Determines what to do if operation is used without a previous operation.

OperationInterface::scaffoldOverExistingTarget() — Method in class OperationInterface

Determines what to do if operation is used at same path as a previous op.

OperationInterface::scaffoldAtNewLocation() — Method in class OperationInterface

Determines what to do if operation is used without a previous operation.

$ ReplaceOp#sourceProperty in class ReplaceOp

The relative path to the source file.

ReplaceOp::symlinkScaffold() — Method in class ReplaceOp

Symlinks the scaffold file.

ScaffoldFileCollectionClass in namespace Drupal\Composer\Plugin\Scaffold\Operations

Collection of scaffold files.

$ ScaffoldFileCollection#scaffoldFilesByProjectProperty in class ScaffoldFileCollection

Nested list of all scaffold files.

ScaffoldResultClass in namespace Drupal\Composer\Plugin\Scaffold\Operations

Record the result of a scaffold operation.

SkipOpClass in namespace Drupal\Composer\Plugin\Scaffold\Operations

Scaffold operation to skip a scaffold file (do nothing).

ScaffoldFileInfoClass in namespace Drupal\Composer\Plugin\Scaffold

Data object that keeps track of one scaffold file.

ScaffoldFilePathClass in namespace Drupal\Composer\Plugin\Scaffold

Manage the path to a file to scaffold.

ScaffoldFilePath::sourcePath() — Method in class ScaffoldFilePath

Converts the relative source path into an absolute path.

ScaffoldOptionsClass in namespace Drupal\Composer\Plugin\Scaffold

Per-project options from the 'extras' section of the composer.json file.

ScaffoldOptions::symlink() — Method in class ScaffoldOptions

Determines if symlink mode is set.

AccessResult::setCacheMaxAge() — Method in class AccessResult

Sets the maximum age for which this access result may be cached.

AccessResultForbidden::setReason() — Method in class AccessResultForbidden

Sets the reason for this access result.

AccessResultNeutral::setReason() — Method in class AccessResultNeutral

Sets the reason for this access result.

AccessResultReasonInterface::setReason() — Method in class AccessResultReasonInterface

Sets the reason for this access result.

$ CheckProvider#staticRequirementMapProperty in class CheckProvider

An array to map static requirement keys to service IDs.

CheckProvider::setChecks() — Method in class CheckProvider

For each route, saves a list of applicable access checks to the route.

CheckProviderInterface::setChecks() — Method in class CheckProviderInterface

For each route, saves a list of applicable access checks to the route.

$ CsrfRequestHeaderAccessCheck#sessionConfigurationProperty in class CsrfRequestHeaderAccessCheck

The session configuration.

$ CsrfTokenGenerator#sessionMetadataProperty in class CsrfTokenGenerator

The session metadata bag.

ConfigurableActionBase::setConfiguration() — Method in class ConfigurableActionBase

Sets the configuration for this plugin instance.

$ EmailAction#storageProperty in class EmailAction

The user storage.

EmailAction::submitConfigurationForm() — Method in class EmailAction

Form submission handler.

GotoAction::submitConfigurationForm() — Method in class GotoAction

Form submission handler.

MessageAction::submitConfigurationForm() — Method in class MessageAction

Form submission handler.

SaveActionClass in namespace Drupal\Core\Action\Plugin\Action

Provides an action that can save any entity.

$ AddCssCommand#stylesProperty in class AddCssCommand

A string that contains the styles to be added to the page.

AjaxFormHelperTrait::successfulAjaxSubmit() — Method in class AjaxFormHelperTrait

Allows the form to respond to a successful AJAX submission.

$ ChangedCommand#selectorProperty in class ChangedCommand

A CSS selector string.

$ CloseDialogCommand#selectorProperty in class CloseDialogCommand

A CSS selector string of the dialog to close.

$ CssCommand#selectorProperty in class CssCommand

A CSS selector string.

CssCommand::setProperty() — Method in class CssCommand

Adds a property/value pair to the CSS to be added to this element.

$ DataCommand#selectorProperty in class DataCommand

A CSS selector string for elements to which data will be attached.

$ FocusFirstCommand#selectorProperty in class FocusFirstCommand

The selector of the container with tabbable elements.

$ InsertCommand#selectorProperty in class InsertCommand

A CSS selector string.

$ InsertCommand#settingsProperty in class InsertCommand

A settings array to be passed to any attached JavaScript behavior.

$ InvokeCommand#selectorProperty in class InvokeCommand

A CSS selector string.

$ OpenDialogCommand#selectorProperty in class OpenDialogCommand

The selector of the dialog.

$ OpenDialogCommand#settingsProperty in class OpenDialogCommand

Custom settings that will be passed to the Drupal behaviors on the content of the dialog.

OpenDialogCommand::setDialogOptions() — Method in class OpenDialogCommand

Sets the dialog options array.

OpenDialogCommand::setDialogOption() — Method in class OpenDialogCommand

Sets a single dialog option value.

OpenDialogCommand::setDialogTitle() — Method in class OpenDialogCommand

Sets the dialog title (an alias of setDialogOptions).

$ RemoveCommand#selectorProperty in class RemoveCommand

The CSS selector for the element(s) to be removed.

$ RestripeCommand#selectorProperty in class RestripeCommand

A CSS selector string.

SetDialogOptionCommandClass in namespace Drupal\Core\Ajax

Defines an AJAX command that sets jQuery UI dialog properties.

$ SetDialogOptionCommand#selectorProperty in class SetDialogOptionCommand

A CSS selector string.

SetDialogTitleCommandClass in namespace Drupal\Core\Ajax

Defines an AJAX command that sets jQuery UI dialog properties.

SettingsCommandClass in namespace Drupal\Core\Ajax

AJAX command for adjusting Drupal's JavaScript settings.

$ SettingsCommand#settingsProperty in class SettingsCommand

An array of key/value pairs of JavaScript settings.

$ PluralTranslation#singularProperty in class PluralTranslation

The string for the singular case.

AssetResolver::sort() — Method in class AssetResolver

Sorts CSS and JavaScript resources.

$ AttachedAssets#settingsProperty in class AttachedAssets

The JavaScript settings attached to the current response.

AttachedAssets::setLibraries() — Method in class AttachedAssets

Sets the asset libraries attached to the current response.

AttachedAssets::setSettings() — Method in class AttachedAssets

Sets the JavaScript settings that are attached to the current response.

AttachedAssets::setAlreadyLoadedLibraries() — Method in class AttachedAssets

Sets the asset libraries that the current request marked as already loaded.

AttachedAssetsInterface::setLibraries() — Method in class AttachedAssetsInterface

Sets the asset libraries attached to the current response.

AttachedAssetsInterface::setSettings() — Method in class AttachedAssetsInterface

Sets the JavaScript settings that are attached to the current response.

AttachedAssetsInterface::setAlreadyLoadedLibraries() — Method in class AttachedAssetsInterface

Sets the asset libraries that the current request marked as already loaded.

$ CssCollectionOptimizer#stateProperty in class CssCollectionOptimizer

The state key/value store.

$ CssCollectionRenderer#stateProperty in class CssCollectionRenderer

The state key/value store.

$ JsCollectionOptimizer#stateProperty in class JsCollectionOptimizer

The state key/value store.

$ JsCollectionRenderer#stateProperty in class JsCollectionRenderer

The state key/value store.

$ LibrariesDirectoryFileFinder#sitePathProperty in class LibrariesDirectoryFileFinder

The site path.

$ LibraryDiscoveryParser#streamWrapperManagerProperty in class LibraryDiscoveryParser

The stream wrapper manager.

LibraryDiscoveryParser::setOverrideValue() — Method in class LibraryDiscoveryParser

Overrides the specified library asset.

$ AuthenticationCollector#sortedProvidersProperty in class AuthenticationCollector

Sorted list of registered providers.

BatchBuilder::setTitle() — Method in class BatchBuilder

Sets the title.

BatchBuilder::setFinishCallback() — Method in class BatchBuilder

Sets the finished callback.

BatchBuilder::setInitMessage() — Method in class BatchBuilder

Sets the displayed message while processing is initialized.

BatchBuilder::setProgressMessage() — Method in class BatchBuilder

Sets the message to display when the batch is being processed.

BatchBuilder::setErrorMessage() — Method in class BatchBuilder

Sets the message to display if an error occurs while processing.

BatchBuilder::setFile() — Method in class BatchBuilder

Sets the file that contains the callback functions.

BatchBuilder::setLibraries() — Method in class BatchBuilder

Sets the libraries to use when processing the batch.

BatchBuilder::setUrlOptions() — Method in class BatchBuilder

Sets the options for redirect URLs.

BatchBuilder::setProgressive() — Method in class BatchBuilder

Sets the batch to run progressively.

BatchBuilder::setQueue() — Method in class BatchBuilder

Sets an override for the default queue.

$ BatchStorage#sessionProperty in class BatchStorage

The session.

BatchStorage::schemaDefinition() — Method in class BatchStorage

Defines the schema for the batch table.

BlockPluginInterface::setConfigurationValue() — Method in class BlockPluginInterface

Sets a particular value in the block settings.

BlockPluginTrait::setConfiguration() — Method in class BlockPluginTrait
{@inheritdoc}
BlockPluginTrait::setConfigurationValue() — Method in class BlockPluginTrait
{@inheritdoc}
BlockPluginTrait::submitConfigurationForm() — Method in class BlockPluginTrait
{@inheritdoc}
BlockPluginTrait::setTransliteration() — Method in class BlockPluginTrait

Sets the transliteration service.

MainContentBlockPluginInterface::setMainContent() — Method in class MainContentBlockPluginInterface

Sets the main content render array.

PageTitleBlock::setTitle() — Method in class PageTitleBlock

Sets the title.

TitleBlockPluginInterface::setTitle() — Method in class TitleBlockPluginInterface

Sets the title.

Breadcrumb::setLinks() — Method in class Breadcrumb

Sets the breadcrumb links.

$ BreadcrumbManager#sortedBuildersProperty in class BreadcrumbManager

Holds the array of breadcrumb builders sorted by priority.

CacheDecoratorInterface::setCacheKey() — Method in class CacheDecoratorInterface

Specify the key to use when writing the cache.

$ ApcuBackend#sitePrefixProperty in class ApcuBackend

Prefix for all keys in the storage that belong to this site.

ApcuBackend::set() — Method in class ApcuBackend

Stores data in the persistent cache.

ApcuBackend::setMultiple() — Method in class ApcuBackend

Store multiple items in the persistent cache.

$ ApcuBackendFactory#sitePrefixProperty in class ApcuBackendFactory

The site prefix string.

BackendChain::set() — Method in class BackendChain

Stores data in the persistent cache.

BackendChain::setMultiple() — Method in class BackendChain

Store multiple items in the persistent cache.

CacheBackendInterface::set() — Method in class CacheBackendInterface

Stores data in the persistent cache.

CacheBackendInterface::setMultiple() — Method in class CacheBackendInterface

Store multiple items in the persistent cache.

$ CacheCollector#storageProperty in class CacheCollector

Storage for the data itself.

CacheCollector::set() — Method in class CacheCollector

Implements \Drupal\Core\Cache\CacheCollectorInterface::set().

CacheCollectorInterface::set() — Method in class CacheCollectorInterface

Sets cache data.

$ CacheFactory#settingsProperty in class CacheFactory

The site settings.

CacheableDependencyTrait::setCacheability() — Method in class CacheableDependencyTrait

Sets cacheability; useful for value object constructors.

CacheableMetadata::setCacheTags() — Method in class CacheableMetadata

Sets cache tags.

CacheableMetadata::setCacheContexts() — Method in class CacheableMetadata

Sets cache contexts.

CacheableMetadata::setCacheMaxAge() — Method in class CacheableMetadata

Sets the maximum age (in seconds).

ChainedFastBackend::set() — Method in class ChainedFastBackend

Stores data in the persistent cache.

ChainedFastBackend::setMultiple() — Method in class ChainedFastBackend

Store multiple items in the persistent cache.

SessionCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the SessionCacheContext service, for "per session" caching.

SessionExistsCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the SessionExistsCacheContext service, for "session or not" caching.

$ SessionExistsCacheContext#sessionConfigurationProperty in class SessionExistsCacheContext

The session configuration.

SiteCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the SiteCacheContext service, for "per site" caching.

DatabaseBackend::set() — Method in class DatabaseBackend

Stores data in the persistent cache.

DatabaseBackend::setMultiple() — Method in class DatabaseBackend

Store multiple items in the persistent cache.

DatabaseBackend::schemaDefinition() — Method in class DatabaseBackend

Defines the schema for the {cache_*} bin tables.

$ DatabaseBackendFactory#settingsProperty in class DatabaseBackendFactory

The site settings.

DatabaseCacheTagsChecksum::schemaDefinition() — Method in class DatabaseCacheTagsChecksum

Defines the schema for the {cachetags} table.

MemoryBackend::set() — Method in class MemoryBackend

Stores data in the persistent cache.

MemoryBackend::setMultiple() — Method in class MemoryBackend

Store multiple items in the persistent cache.

MemoryCache::set() — Method in class MemoryCache

Stores data in the persistent cache.

MemoryCounterBackend::set() — Method in class MemoryCounterBackend

Stores data in the persistent cache.

NullBackend::set() — Method in class NullBackend

Stores data in the persistent cache.

NullBackend::setMultiple() — Method in class NullBackend

Store multiple items in the persistent cache.

PhpBackend::setMultiple() — Method in class PhpBackend

Store multiple items in the persistent cache.

PhpBackend::set() — Method in class PhpBackend

Stores data in the persistent cache.

PhpBackend::storage() — Method in class PhpBackend

Gets the PHP code storage object to use.

InstallCommand::selectProfile() — Method in class InstallCommand

Selects the install profile to use.

ServerCommandClass in namespace Drupal\Core\Command

Runs the PHP webserver for a Drupal site for local testing/development.

ServerCommand::start() — Method in class ServerCommand

Starts up a webserver with a running Drupal.

ConditionInterface::summary() — Method in class ConditionInterface

Provides a human readable summary of the condition's configuration.

ConditionInterface::setExecutableManager() — Method in class ConditionInterface

Sets the executable manager class.

ConditionPluginBase::submitConfigurationForm() — Method in class ConditionPluginBase

Form submission handler.

ConditionPluginBase::setConfiguration() — Method in class ConditionPluginBase

Sets the configuration for this plugin instance.

ConditionPluginBase::setExecutableManager() — Method in class ConditionPluginBase

Sets the executable manager class.

$ CachedStorage#storageProperty in class CachedStorage

The configuration storage to be cached.

$ Config#settingsOverridesProperty in class Config

The current settings overrides.

Config::setData() — Method in class Config

Replaces the data of this configuration object.

Config::setSettingsOverride() — Method in class Config

Sets settings.php overrides for this configuration object.

Config::setModuleOverride() — Method in class Config

Sets module overrides for this configuration object.

Config::setOverriddenData() — Method in class Config

Sets the current data for this configuration object.

Config::set() — Method in class Config

Sets a value in this configuration object.

Config::save() — Method in class Config

Saves the configuration object.

ConfigBase::setName() — Method in class ConfigBase

Sets the name of this configuration object.

ConfigBase::setData() — Method in class ConfigBase

Replaces the data of this configuration object.

ConfigBase::set() — Method in class ConfigBase

Sets a value in this configuration object.

$ ConfigFactory#storageProperty in class ConfigFactory

A storage instance for reading and writing configuration data.

$ ConfigImporter#storageComparerProperty in class ConfigImporter

The storage comparer used to discover configuration changes.

ConfigImporter::setProcessedConfiguration() — Method in class ConfigImporter

Sets a change as processed.

ConfigImporter::setProcessedExtension() — Method in class ConfigImporter

Sets an extension change as processed.

$ ConfigInstaller#sourceStorageProperty in class ConfigInstaller

The configuration storage that provides the default configuration.

ConfigInstaller::setSourceStorage() — Method in class ConfigInstaller

Sets the configuration storage that provides the default configuration.

ConfigInstaller::setSyncing() — Method in class ConfigInstaller

Sets the status of the isSyncing flag.

ConfigInstallerInterface::setSourceStorage() — Method in class ConfigInstallerInterface

Sets the configuration storage that provides the default configuration.

ConfigInstallerInterface::setSyncing() — Method in class ConfigInstallerInterface

Sets the status of the isSyncing flag.

$ ConfigManager#storagesProperty in class ConfigManager

The configuration storages keyed by collection name.

ConfigModuleOverridesEvent::setOverride() — Method in class ConfigModuleOverridesEvent

Sets a configuration override for the given name.

DatabaseStorage::schemaDefinition() — Method in class DatabaseStorage

Defines the schema for the configuration table.

ConfigDependencyManager::sortAll() — Method in class ConfigDependencyManager

Sorts the dependencies in order of most dependent last.

ConfigDependencyManager::setData() — Method in class ConfigDependencyManager

Sets data to calculate dependencies for.

$ ConfigEntityBase#statusProperty in class ConfigEntityBase

The enabled/disabled status of the configuration entity.

ConfigEntityBase::setOriginalId() — Method in class ConfigEntityBase

Sets the original ID.

ConfigEntityBase::set() — Method in class ConfigEntityBase

Sets the value of a property.

ConfigEntityBase::setStatus() — Method in class ConfigEntityBase

Sets the status of the configuration entity.

ConfigEntityBase::status() — Method in class ConfigEntityBase

Returns whether the configuration entity is enabled.

ConfigEntityBase::setUninstalling() — Method in class ConfigEntityBase
{@inheritdoc}
ConfigEntityBase::sort() — Method in class ConfigEntityBase

Helper callback for uasort() to sort configuration entities by weight and label.

ConfigEntityBase::setThirdPartySetting() — Method in class ConfigEntityBase

Sets the value of a third-party setting.

ConfigEntityBase::save() — Method in class ConfigEntityBase

Saves an entity permanently.

ConfigEntityInterface::setStatus() — Method in class ConfigEntityInterface

Sets the status of the configuration entity.

ConfigEntityInterface::status() — Method in class ConfigEntityInterface

Returns whether the configuration entity is enabled.

ConfigEntityInterface::set() — Method in class ConfigEntityInterface

Sets the value of a property.

ConfigEntityStorage::save() — Method in class ConfigEntityStorage

Implements Drupal\Core\Entity\EntityStorageInterface::save().

$ ConfigEntityType#static_cacheProperty in class ConfigEntityType
{@inheritdoc}
DraggableListBuilder::submitForm() — Method in class DraggableListBuilder

Form submission handler.

ThirdPartySettingsInterface::setThirdPartySetting() — Method in class ThirdPartySettingsInterface

Sets the value of a third-party setting.

$ ExportStorageManager#storageProperty in class ExportStorageManager

The database storage.

ImmutableConfig::set() — Method in class ImmutableConfig

Sets a value in this configuration object.

ImmutableConfig::save() — Method in class ImmutableConfig

Saves the configuration object.

$ ManagedStorage#storageProperty in class ManagedStorage

The decorated storage.

$ ReadOnlyStorage#storageProperty in class ReadOnlyStorage

The config storage that we are decorating.

ArrayElement::set() — Method in class ArrayElement

Sets a property value.

$ ConfigSchemaDiscovery#schemaStorageProperty in class ConfigSchemaDiscovery

A storage instance for reading configuration schema data.

Element::setTypedDataManager() — Method in class Element

Sets the typed config manager.

SchemaCheckTraitClass in namespace Drupal\Core\Config\Schema

Provides a trait for checking configuration schema.

$ SchemaCheckTrait#schemaProperty in class SchemaCheckTrait

The config schema wrapper object for the configuration object under test.

SchemaIncompleteExceptionClass in namespace Drupal\Core\Config\Schema

An exception thrown when a config schema is incomplete.

SequenceClass in namespace Drupal\Core\Config\Schema

Defines a configuration element of type Sequence.

SequenceDataDefinitionClass in namespace Drupal\Core\Config\Schema

A typed data definition class for defining sequences in configuration.

StorableConfigBaseClass in namespace Drupal\Core\Config

Provides a base class for configuration objects with storage support.

$ StorableConfigBase#storageProperty in class StorableConfigBase

The storage used to load and save this configuration object.

$ StorableConfigBase#schemaWrapperProperty in class StorableConfigBase

The config schema wrapper object for this configuration object.

StorableConfigBase::save() — Method in class StorableConfigBase

Saves the configuration object.

StorageCacheInterfaceClass in namespace Drupal\Core\Config

Defines an interface for cached configuration storage.

StorageComparerClass in namespace Drupal\Core\Config

Defines a config storage comparer.

$ StorageComparer#sourceStorageProperty in class StorageComparer

The source storage used to discover configuration changes.

$ StorageComparer#sourceStoragesProperty in class StorageComparer

The source storages keyed by collection.

$ StorageComparer#sourceNamesProperty in class StorageComparer

Sorted list of all the configuration object names in the source storage.

$ StorageComparer#sourceCacheStorageProperty in class StorageComparer

A memory cache backend to statically cache source configuration data.

StorageComparerInterfaceClass in namespace Drupal\Core\Config

Defines an interface for comparison of configuration storage objects.

StorageCopyTraitClass in namespace Drupal\Core\Config

Utility trait to copy configuration from one storage to another.

StorageExceptionClass in namespace Drupal\Core\Config

An exception thrown in case of storage operation errors.

StorageInterfaceClass in namespace Drupal\Core\Config

Defines an interface for configuration storage.

StorageManagerInterfaceClass in namespace Drupal\Core\Config

Interface for a storage manager.

StorageTransformEventClass in namespace Drupal\Core\Config

Class StorageTransformEvent.

$ StorageTransformEvent#storageProperty in class StorageTransformEvent

The configuration storage which is transformed.

StorageTransformerExceptionClass in namespace Drupal\Core\Config

Thrown by config storage transformers if they cannot acquire a lock.

$ TypedConfigManager#schemaStorageProperty in class TypedConfigManager

A storage instance for reading configuration schema data.

Psr7RequestValueResolver::supports() — Method in class Psr7RequestValueResolver
{@inheritdoc}
RouteMatchValueResolver::supports() — Method in class RouteMatchValueResolver
{@inheritdoc}
$ ControllerBase#stateServiceProperty in class ControllerBase

The state service.

ControllerBase::state() — Method in class ControllerBase

Returns the state storage service.

$ Cron#stateProperty in class Cron

The state service.

Cron::setCronLastTime() — Method in class Cron

Records and logs the request time for this cron invocation.

$ Connection#statementWrapperClassProperty in class Connection

The name of the StatementWrapper class for this connection.

$ Connection#schemaProperty in class Connection

The schema object for this connection.

Connection::setPrefix() — Method in class Connection

Set the list of prefixes used by this database connection.

Connection::setTarget() — Method in class Connection

Tells this connection object what its target value is.

Connection::setKey() — Method in class Connection

Tells this connection object what its key is.

Connection::setLogger() — Method in class Connection

Associates a logging object with this connection.

Connection::select() — Method in class Connection

Prepares and returns a SELECT query object.

Connection::schema() — Method in class Connection

Returns a DatabaseSchema object for manipulating the schema.

Connection::startTransaction() — Method in class Connection

Returns a new DatabaseTransaction object on this connection.

Connection::supportsTransactionalDDL() — Method in class Connection

Determines if this driver supports transactional DDL.

Database::startLog() — Method in class Database

Starts logging a given logging key on the specified connection.

Database::setActiveConnection() — Method in class Database

Sets the active connection to the specified key.

Database::setMultipleConnectionInfo() — Method in class Database

Sets connection information for multiple databases.

SchemaClass in namespace Drupal\Core\Database\Driver\mysql

MySQL implementation of \Drupal\Core\Database\Schema.

SchemaClass in namespace Drupal\Core\Database\Driver\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Schema.

SelectClass in namespace Drupal\Core\Database\Driver\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Select.

SchemaClass in namespace Drupal\Core\Database\Driver\sqlite

SQLite implementation of \Drupal\Core\Database\Schema.

SelectClass in namespace Drupal\Core\Database\Driver\sqlite

SQLite implementation of \Drupal\Core\Database\Query\Select.

StatementClass in namespace Drupal\Core\Database\Driver\sqlite

SQLite implementation of \Drupal\Core\Database\Statement.

Log::start() — Method in class Log

Begin logging queries to the specified connection and logging key.

$ Condition#stringVersionProperty in class Condition

Contains the string version of the Condition.

PagerSelectExtender::setCountQuery() — Method in class PagerSelectExtender

Specify the count query object to use for this pager.

SelectClass in namespace Drupal\Core\Database\Query

Query builder for SELECT statements.

SelectExtenderClass in namespace Drupal\Core\Database\Query

The base extender class for Select queries.

SelectInterfaceClass in namespace Drupal\Core\Database\Query

Interface definition for a Select Query object.

$ ReplicaKillSwitch#settingsProperty in class ReplicaKillSwitch

The settings object.

$ ReplicaKillSwitch#sessionProperty in class ReplicaKillSwitch

The session.

SchemaClass in namespace Drupal\Core\Database

Provides a base implementation for Database Schema.

SchemaExceptionClass in namespace Drupal\Core\Database

Base exception for Schema-related errors.

SchemaObjectDoesNotExistExceptionClass in namespace Drupal\Core\Database

Exception thrown if an object being modified doesn't exist yet.

SchemaObjectExistsExceptionClass in namespace Drupal\Core\Database

Exception thrown if an object being created already exists.

StatementInterfaceClass in namespace Drupal\Core\Database

Represents a prepared statement.

StatementInterface::setFetchMode() — Method in class StatementInterface

Sets the default fetch mode for this statement.

StatementPrefetchClass in namespace Drupal\Core\Database

An implementation of StatementInterface that prefetches all data.

StatementPrefetch::setFetchMode() — Method in class StatementPrefetch

Sets the default fetch mode for this statement.

StatementWrapperClass in namespace Drupal\Core\Database

Implementation of StatementInterface encapsulating PDOStatement.

StatementWrapper::setFetchMode() — Method in class StatementWrapper

Sets the default fetch mode for this statement.

DateFormatInterface::setPattern() — Method in class DateFormatInterface

Sets the date pattern for this format.

DateHelper::seconds() — Method in class DateHelper

Constructs an array of seconds.

DateFormat::setPattern() — Method in class DateFormat

Sets the date pattern for this format.

DateFormat::sort() — Method in class DateFormat

Helper callback for uasort() to sort configuration entities by weight and label.

$ FormattedDateDiff#stringProperty in class FormattedDateDiff

The actual formatted time difference.

StackedKernelPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Provides a compiler pass for stacked HTTP kernels.

StackedSessionHandlerPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Provides a compiler pass for stacked session save handlers.

Container::set() — Method in class Container
{@inheritdoc}
ContainerBuilder::shareService() — Method in class ContainerBuilder

A 1to1 copy of parent::shareService.

ContainerBuilder::set() — Method in class ContainerBuilder

Overrides Symfony\Component\DependencyInjection\ContainerBuilder::set().

ContainerBuilder::setAlias() — Method in class ContainerBuilder
{@inheritdoc}
ContainerBuilder::setDefinition() — Method in class ContainerBuilder
{@inheritdoc}
ContainerBuilder::setParameter() — Method in class ContainerBuilder
{@inheritdoc}
ServiceModifierInterfaceClass in namespace Drupal\Core\DependencyInjection

Interface that service providers can implement to modify services.

ServiceProviderBaseClass in namespace Drupal\Core\DependencyInjection

Base service provider implementation.

ServiceProviderInterfaceClass in namespace Drupal\Core\DependencyInjection

Interface that all service providers must implement.

ContextAwareVariantInterface::setContexts() — Method in class ContextAwareVariantInterface

Sets the context values for this display variant.

PageVariantInterface::setMainContent() — Method in class PageVariantInterface

Sets the main content for the page being rendered.

PageVariantInterface::setTitle() — Method in class PageVariantInterface

Sets the title for the page being rendered.

VariantBase::setWeight() — Method in class VariantBase

Sets the weight of the display variant.

VariantBase::setConfiguration() — Method in class VariantBase

Sets the configuration for this plugin instance.

VariantBase::submitConfigurationForm() — Method in class VariantBase

Form submission handler.

VariantInterface::setWeight() — Method in class VariantInterface

Sets the weight of the display variant.

$ DrupalKernel#serviceYamlsProperty in class DrupalKernel

List of discovered services.yml pathnames.

$ DrupalKernel#serviceProviderClassesProperty in class DrupalKernel

List of discovered service provider class names or objects.

$ DrupalKernel#serviceProvidersProperty in class DrupalKernel

List of instantiated service provider classes.

$ DrupalKernel#sitePathProperty in class DrupalKernel

The site directory.

DrupalKernel::setSitePath() — Method in class DrupalKernel

Set the current site path.

DrupalKernel::shutdown() — Method in class DrupalKernel

Shuts down the kernel.

DrupalKernel::setContainer() — Method in class DrupalKernel
{@inheritdoc}
DrupalKernel::setupTrustedHosts() — Method in class DrupalKernel

Sets up the lists of trusted HTTP Host headers.

DrupalKernelInterface::shutdown() — Method in class DrupalKernelInterface

Shuts down the kernel.

DrupalKernelInterface::setSitePath() — Method in class DrupalKernelInterface

Set the current site path.

ContentEntityBase::setNewRevision() — Method in class ContentEntityBase

Enforces an entity to be saved as a new revision.

ContentEntityBase::setRevisionTranslationAffected() — Method in class ContentEntityBase

Marks the current revision translation as affected.

ContentEntityBase::setRevisionTranslationAffectedEnforced() — Method in class ContentEntityBase

Enforces the revision translation affected flag value.

ContentEntityBase::setValidationRequired() — Method in class ContentEntityBase

Sets whether entity validation is required before saving the entity.

ContentEntityBase::set() — Method in class ContentEntityBase

Sets a field value.

ContentEntityBase::setDefaultLangcode() — Method in class ContentEntityBase

Populates the local cache for the default language code.

ContentEntityConfirmFormBase::save() — Method in class ContentEntityConfirmFormBase

Form submission handler for the 'save' action.

ContentEntityDeleteForm::submitForm() — Method in class ContentEntityDeleteForm

Form submission handler.

ContentEntityForm::submitForm() — Method in class ContentEntityForm

Form submission handler.

ContentEntityForm::setFormDisplay() — Method in class ContentEntityForm

Sets the form display.

ContentEntityForm::showRevisionUi() — Method in class ContentEntityForm

Checks whether the revision form fields should be added to the form.

ContentEntityFormInterface::setFormDisplay() — Method in class ContentEntityFormInterface

Sets the form display.

ContentEntityNullStorage::save() — Method in class ContentEntityNullStorage

Saves the entity permanently.

ContentEntityStorageBase::setPersistentCache() — Method in class ContentEntityStorageBase

Stores entities in the persistent cache backend.

ContentEntityType::setRevisionMetadataKey() — Method in class ContentEntityType

Sets a revision metadata key.

ContentEntityTypeInterface::setRevisionMetadataKey() — Method in class ContentEntityTypeInterface

Sets a revision metadata key.

EntityDisplayInterface::setComponent() — Method in class EntityDisplayInterface

Sets the display options for a component.

EntityDisplayInterface::setTargetBundle() — Method in class EntityDisplayInterface

Sets the bundle to be displayed.

EntityAccessControlHandler::setCache() — Method in class EntityAccessControlHandler

Statically caches whether the given user has access.

EntityAccessControlHandlerInterface::setModuleHandler() — Method in class EntityAccessControlHandlerInterface

Sets the module handler for this access control handler.

$ EntityAutocompleteMatcher#selectionManagerProperty in class EntityAutocompleteMatcher

The entity reference selection handler plugin manager.

EntityBase::save() — Method in class EntityBase

Saves an entity permanently.

EntityBase::setOriginalId() — Method in class EntityBase

Sets the original ID.

EntityChangedInterface::setChangedTime() — Method in class EntityChangedInterface

Sets the timestamp of the last entity change for the current translation.

EntityChangedTrait::setChangedTime() — Method in class EntityChangedTrait

Sets the timestamp of the last entity change for the current translation.

EntityConfirmFormBase::save() — Method in class EntityConfirmFormBase

Form submission handler for the 'save' action.

EntityConstraintViolationList::set() — Method in class EntityConstraintViolationList
{@inheritdoc}
EntityDeleteFormTrait::submitForm() — Method in class EntityDeleteFormTrait
{@inheritdoc}
EntityDescriptionInterface::setDescription() — Method in class EntityDescriptionInterface

Sets the entity description.

$ EntityDisplayBase#statusProperty in class EntityDisplayBase

Whether this display is enabled or not. If the entity (form) display is disabled, we'll fall back to the 'default' display.

EntityDisplayBase::setTargetBundle() — Method in class EntityDisplayBase

Sets the bundle to be displayed.

EntityDisplayBase::setComponent() — Method in class EntityDisplayBase

Sets the display options for a component.

$ EntityDisplayModeBase#statusProperty in class EntityDisplayModeBase

Whether or not this form or view mode has custom settings by default.

EntityDisplayModeBase::sort() — Method in class EntityDisplayModeBase

Helper callback for uasort() to sort configuration entities by weight and label.

EntityDisplayModeBase::setTargetType() — Method in class EntityDisplayModeBase

Set the entity type this display mode is used for.

EntityDisplayModeInterface::setTargetType() — Method in class EntityDisplayModeInterface

Set the entity type this display mode is used for.

EntityFieldManager::setFieldMap() — Method in class EntityFieldManager

Sets a lightweight map of fields across bundles.

EntityFieldManagerInterface::setFieldMap() — Method in class EntityFieldManagerInterface

Sets a lightweight map of fields across bundles.

EntityForm::setOperation() — Method in class EntityForm

Sets the operation for this form.

EntityForm::submitForm() — Method in class EntityForm

Form submission handler.

EntityForm::save() — Method in class EntityForm

Form submission handler for the 'save' action.

EntityForm::setEntity() — Method in class EntityForm

Sets the form entity.

EntityForm::setModuleHandler() — Method in class EntityForm

Sets the module handler for this form.

EntityForm::setEntityTypeManager() — Method in class EntityForm

Sets the entity type manager for this form.

EntityFormInterface::setOperation() — Method in class EntityFormInterface

Sets the operation for this form.

EntityFormInterface::setEntity() — Method in class EntityFormInterface

Sets the form entity.

EntityFormInterface::save() — Method in class EntityFormInterface

Form submission handler for the 'save' action.

EntityFormInterface::setStringTranslation() — Method in class EntityFormInterface

Sets the string translation service for this form.

EntityFormInterface::setModuleHandler() — Method in class EntityFormInterface

Sets the module handler for this form.

EntityFormInterface::setEntityTypeManager() — Method in class EntityFormInterface

Sets the entity type manager for this form.

EntityHandlerBase::setModuleHandler() — Method in class EntityHandlerBase

Sets the module handler for this handler.

EntityInterface::save() — Method in class EntityInterface

Saves an entity permanently.

EntityInterface::setOriginalId() — Method in class EntityInterface

Sets the original ID.

EntityLastInstalledSchemaRepository::setLastInstalledDefinition() — Method in class EntityLastInstalledSchemaRepository

Stores the entity type definition in the application state.

EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions() — Method in class EntityLastInstalledSchemaRepository

Stores the entity type's field storage definitions in the application state.

EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition() — Method in class EntityLastInstalledSchemaRepository

Stores the field storage definition in the application state.

EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition() — Method in class EntityLastInstalledSchemaRepositoryInterface

Stores the entity type definition in the application state.

EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions() — Method in class EntityLastInstalledSchemaRepositoryInterface

Stores the entity type's field storage definitions in the application state.

EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition() — Method in class EntityLastInstalledSchemaRepositoryInterface

Stores the field storage definition in the application state.

$ EntityListBuilder#storageProperty in class EntityListBuilder

The entity storage class.

EntityPublishedInterface::setPublished() — Method in class EntityPublishedInterface

Sets the entity as published.

EntityPublishedInterface::setUnpublished() — Method in class EntityPublishedInterface

Sets the entity as unpublished.

EntityPublishedTrait::setPublished() — Method in class EntityPublishedTrait
{@inheritdoc}
EntityPublishedTrait::setUnpublished() — Method in class EntityPublishedTrait
{@inheritdoc}
SelectionInterfaceClass in namespace Drupal\Core\Entity\EntityReferenceSelection

Interface definition for Entity Reference Selection plugins.

SelectionPluginBaseClass in namespace Drupal\Core\Entity\EntityReferenceSelection

Provides a base class for configurable selection handlers.

SelectionPluginBase::setConfiguration() — Method in class SelectionPluginBase

Sets the configuration for this plugin instance.

SelectionPluginBase::submitConfigurationForm() — Method in class SelectionPluginBase

Form submission handler.

SelectionPluginManagerClass in namespace Drupal\Core\Entity\EntityReferenceSelection

Plugin type manager for Entity Reference Selection plugins.

SelectionPluginManagerInterfaceClass in namespace Drupal\Core\Entity\EntityReferenceSelection

Defines an interface for the entity reference selection plugin manager.

SelectionWithAutocreateInterfaceClass in namespace Drupal\Core\Entity\EntityReferenceSelection

Interface for Selection plugins that support newly created entities.

EntityResolverManager::setParametersFromReflection() — Method in class EntityResolverManager

Sets the upcasting information using reflection.

EntityResolverManager::setParametersFromEntityInformation() — Method in class EntityResolverManager

Sets the upcasting information using the entity* route defaults.

EntityResolverManager::setRouteOptions() — Method in class EntityResolverManager

Set the upcasting route objects.

EntityStorageBase::setStaticCache() — Method in class EntityStorageBase

Stores entities in the static entity cache.

EntityStorageBase::save() — Method in class EntityStorageBase

Saves the entity permanently.

EntityStorageInterface::save() — Method in class EntityStorageInterface

Saves the entity permanently.

$ EntityType#static_cacheProperty in class EntityType

Indicates whether entities should be statically cached.

$ EntityType#show_revision_uiProperty in class EntityType

Indicates whether the revision form fields should be added to the form.

EntityType::set() — Method in class EntityType

Sets a value to an arbitrary property.

EntityType::setClass() — Method in class EntityType

Sets the class.

EntityType::setHandlerClass() — Method in class EntityType

Sets the handlers for a given type.

EntityType::setStorageClass() — Method in class EntityType

Sets the storage class.

EntityType::setFormClass() — Method in class EntityType

Sets a form class for a specific operation.

EntityType::setListBuilderClass() — Method in class EntityType

Sets the list class.

EntityType::setViewBuilderClass() — Method in class EntityType

Gets the view builder class.

EntityType::setAccessClass() — Method in class EntityType

Sets the access control handler class.

EntityType::setLinkTemplate() — Method in class EntityType

Sets a single link template.

EntityType::showRevisionUi() — Method in class EntityType

Indicates whether the revision form fields should be added to the form.

EntityType::setUriCallback() — Method in class EntityType

Sets a callable to use to provide the entity URI.

EntityType::setConstraints() — Method in class EntityType

Sets the array of validation constraints for the FieldItemList.

EntityTypeInterface::set() — Method in class EntityTypeInterface

Sets a value to an arbitrary property.

EntityTypeInterface::setStorageClass() — Method in class EntityTypeInterface

Sets the storage class.

EntityTypeInterface::setFormClass() — Method in class EntityTypeInterface

Sets a form class for a specific operation.

EntityTypeInterface::setListBuilderClass() — Method in class EntityTypeInterface

Sets the list class.

EntityTypeInterface::setViewBuilderClass() — Method in class EntityTypeInterface

Gets the view builder class.

EntityTypeInterface::setAccessClass() — Method in class EntityTypeInterface

Sets the access control handler class.

EntityTypeInterface::setHandlerClass() — Method in class EntityTypeInterface

Sets the handlers for a given type.

EntityTypeInterface::setLinkTemplate() — Method in class EntityTypeInterface

Sets a single link template.

EntityTypeInterface::showRevisionUi() — Method in class EntityTypeInterface

Indicates whether the revision form fields should be added to the form.

EntityTypeInterface::setUriCallback() — Method in class EntityTypeInterface

Sets a callable to use to provide the entity URI.

EntityTypeInterface::setConstraints() — Method in class EntityTypeInterface

Sets the array of validation constraints for the FieldItemList.

$ EntityTypeManager#stringTranslationProperty in class EntityTypeManager

The string translation service.

$ EntityViewBuilder#singleFieldDisplaysProperty in class EntityViewBuilder

The EntityViewDisplay objects created for individual field rendering.

FieldableEntityInterface::set() — Method in class FieldableEntityInterface

Sets a field value.

FieldableEntityInterface::setValidationRequired() — Method in class FieldableEntityInterface

Sets whether entity validation is required before saving the entity.

$ DeleteMultipleForm#selectionProperty in class DeleteMultipleForm

The selection, in the entity_id => langcodes format.

DeleteMultipleForm::submitForm() — Method in class DeleteMultipleForm

Form submission handler.

KeyValueEntityStorage::save() — Method in class KeyValueEntityStorage

Saves the entity permanently.

EntityBundle::submitConfigurationForm() — Method in class EntityBundle

Form submission handler.

EntityBundle::summary() — Method in class EntityBundle

Provides a human readable summary of the condition's configuration.

ConfigEntityAdapter::set() — Method in class ConfigEntityAdapter

Sets a property value.

ConfigEntityAdapter::setTypedDataManager() — Method in class ConfigEntityAdapter

Sets the typed data manager.

EntityAdapter::setValue() — Method in class EntityAdapter

Sets the data value.

EntityAdapter::set() — Method in class EntityAdapter

Sets a property value.

EntityReference::setValue() — Method in class EntityReference

Sets the data value.

$ ValidReferenceConstraintValidator#selectionManagerProperty in class ValidReferenceConstraintValidator

The selection plugin manager.

QueryAggregateInterface::sortAggregate() — Method in class QueryAggregateInterface

Sorts by an aggregated value.

$ QueryBase#sortProperty in class QueryBase

The list of sorts.

$ QueryBase#sortAggregateProperty in class QueryBase

The list of sorts over the aggregate results.

QueryBase::sort() — Method in class QueryBase

Sorts the result set by a given field.

QueryBase::sortAggregate() — Method in class QueryBase
{@inheritdoc}
QueryInterface::sort() — Method in class QueryInterface

Sorts the result set by a given field.

$ Query#sqlQueryProperty in class Query

The build sql select query.

$ Query#sqlFieldsProperty in class Query

An array of fields keyed by the field alias.

$ Query#sqlGroupByProperty in class Query

An array of strings added as to the group by, keyed by the string to avoid duplicates.

$ QueryAggregate#sqlExpressionsProperty in class QueryAggregate

Stores the sql expressions used to build the sql query.

$ Tables#sqlQueryProperty in class Tables
RevisionLogEntityTrait::setRevisionCreationTime() — Method in class RevisionLogEntityTrait

Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionCreationTime().

RevisionLogEntityTrait::setRevisionUser() — Method in class RevisionLogEntityTrait

Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser().

RevisionLogEntityTrait::setRevisionUserId() — Method in class RevisionLogEntityTrait

Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId().

RevisionLogEntityTrait::setRevisionLogMessage() — Method in class RevisionLogEntityTrait

Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionLogMessage().

RevisionLogInterface::setRevisionCreationTime() — Method in class RevisionLogInterface

Sets the entity revision creation timestamp.

RevisionLogInterface::setRevisionUser() — Method in class RevisionLogInterface

Sets the entity revision author.

RevisionLogInterface::setRevisionUserId() — Method in class RevisionLogInterface

Sets the entity revision author by ID.

RevisionLogInterface::setRevisionLogMessage() — Method in class RevisionLogInterface

Sets the entity revision log message.

RevisionableEntityBundleInterface::shouldCreateNewRevision() — Method in class RevisionableEntityBundleInterface

Gets whether a new revision should be created by default.

RevisionableInterface::setNewRevision() — Method in class RevisionableInterface

Enforces an entity to be saved as a new revision.

DefaultTableMapping::setFieldNames() — Method in class DefaultTableMapping

Adds field columns for a table to the table mapping.

DefaultTableMapping::setExtraColumns() — Method in class DefaultTableMapping

Adds extra columns for a table to the table mapping.

SqlContentEntityStorageClass in namespace Drupal\Core\Entity\Sql

A content entity database storage implementation.

$ SqlContentEntityStorage#storageSchemaProperty in class SqlContentEntityStorage

The entity type's storage schema object.

SqlContentEntityStorage::setEntityType() — Method in class SqlContentEntityStorage

Updates the wrapped entity type definition.

SqlContentEntityStorage::setFieldStorageDefinitions() — Method in class SqlContentEntityStorage

Updates the internal list of field storage definitions.

SqlContentEntityStorage::setTableMapping() — Method in class SqlContentEntityStorage

Sets the wrapped table mapping definition.

SqlContentEntityStorage::setTemporary() — Method in class SqlContentEntityStorage

Changes the temporary state of the storage.

SqlContentEntityStorage::save() — Method in class SqlContentEntityStorage

Saves the entity permanently.

SqlContentEntityStorage::saveToSharedTables() — Method in class SqlContentEntityStorage

Saves fields that use the shared tables.

SqlContentEntityStorage::saveRevision() — Method in class SqlContentEntityStorage

Saves an entity revision.

SqlContentEntityStorage::saveToDedicatedTables() — Method in class SqlContentEntityStorage

Saves values of fields that use dedicated tables.

SqlContentEntityStorageExceptionClass in namespace Drupal\Core\Entity\Sql

Exception thrown when a SQL storage operation fails.

SqlContentEntityStorageSchemaClass in namespace Drupal\Core\Entity\Sql

Defines a schema handler that supports revisionable, translatable entities.

$ SqlContentEntityStorageSchema#storageProperty in class SqlContentEntityStorageSchema

The storage object for the given entity type.

$ SqlContentEntityStorageSchema#schemaProperty in class SqlContentEntityStorageSchema

A static cache of the generated schema array.

SqlContentEntityStorageSchema::saveEntitySchemaData() — Method in class SqlContentEntityStorageSchema

Stores schema data for the given entity type definition.

SqlContentEntityStorageSchema::saveFieldSchemaData() — Method in class SqlContentEntityStorageSchema

Stores schema data for the given field storage definition.

SqlEntityStorageInterfaceClass in namespace Drupal\Core\Entity\Sql

A common interface for SQL-based entity storage implementations.

SqlFieldableEntityTypeListenerTraitClass in namespace Drupal\Core\Entity\Sql

Helper methods for EntityTypeListenerInterface.

SynchronizableEntityTraitClass in namespace Drupal\Core\Entity

Provides a trait for accessing synchronization information.

SynchronizableEntityTrait::setSyncing() — Method in class SynchronizableEntityTrait
{@inheritdoc}
SynchronizableInterfaceClass in namespace Drupal\Core\Entity

Defines methods for an entity that supports synchronization.

SynchronizableInterface::setSyncing() — Method in class SynchronizableInterface

Sets the status of the synchronization flag.

TranslatableRevisionableInterface::setRevisionTranslationAffected() — Method in class TranslatableRevisionableInterface

Marks the current revision translation as affected.

TranslatableRevisionableInterface::setRevisionTranslationAffectedEnforced() — Method in class TranslatableRevisionableInterface

Enforces the revision translation affected flag value.

EntityDataDefinition::setEntityTypeId() — Method in class EntityDataDefinition

Sets the entity type ID.

EntityDataDefinition::setBundles() — Method in class EntityDataDefinition

Sets the array of possible entity bundles.

EntityDataDefinitionInterface::setEntityTypeId() — Method in class EntityDataDefinitionInterface

Sets the entity type ID.

EntityDataDefinitionInterface::setBundles() — Method in class EntityDataDefinitionInterface

Sets the array of possible entity bundles.

ActiveLinkResponseFilter::setLinkActiveClass() — Method in class ActiveLinkResponseFilter

Sets the "is-active" class on relevant links.

$ ConfigSnapshotSubscriber#sourceStorageProperty in class ConfigSnapshotSubscriber

The source storage used to discover configuration changes.

$ ConfigSnapshotSubscriber#snapshotStorageProperty in class ConfigSnapshotSubscriber

The snapshot storage used to write configuration changes.

FinalExceptionSubscriber::simplifyFileInError() — Method in class FinalExceptionSubscriber

Attempts to reduce error verbosity in the error message's file path.

FinishResponseSubscriber::setResponseNotCacheable() — Method in class FinishResponseSubscriber

Add Cache-Control and Expires headers to a response which is not cacheable.

FinishResponseSubscriber::setResponseCacheable() — Method in class FinishResponseSubscriber

Add Cache-Control and Expires headers to a cacheable response.

FinishResponseSubscriber::setCacheControlNoCache() — Method in class FinishResponseSubscriber

Disable caching in the browser and for HTTP/1.1 proxies and clients.

FinishResponseSubscriber::setExpiresNoCache() — Method in class FinishResponseSubscriber

Disable caching in ancient browsers and for HTTP/1.0 proxies and clients.

$ KernelDestructionSubscriber#servicesProperty in class KernelDestructionSubscriber

Holds an array of service ID's that will require destruction.

$ PathRootsSubscriber#stateProperty in class PathRootsSubscriber

The state key value store.

SpecialAttributesRouteSubscriberClass in namespace Drupal\Core\EventSubscriber

Provides a route subscriber which checks for invalid pattern variables.

ExecutablePluginBase::setConfig() — Method in class ExecutablePluginBase

Sets the value of a particular configuration option.

$ RecursiveExtensionFilterIterator#skippedFoldersProperty in class RecursiveExtensionFilterIterator

List of directory names to skip when recursing.

$ Extension#splFileInfoProperty in class Extension

An SplFileInfo instance for the extension's info file.

$ ExtensionDiscovery#sitePathProperty in class ExtensionDiscovery

The site path.

ExtensionDiscovery::scan() — Method in class ExtensionDiscovery

Discovers available extensions of a given type.

ExtensionDiscovery::setProfileDirectoriesFromSettings() — Method in class ExtensionDiscovery

Sets installation profile directories based on current site settings.

ExtensionDiscovery::setProfileDirectories() — Method in class ExtensionDiscovery

Sets explicit profile directories to scan.

ExtensionDiscovery::sort() — Method in class ExtensionDiscovery

Sorts the discovered extensions.

ExtensionDiscovery::scanDirectory() — Method in class ExtensionDiscovery

Recursively scans a base directory for the extensions it contains.

$ ExtensionList#stateProperty in class ExtensionList

The state store.

ExtensionList::setPathname() — Method in class ExtensionList

Sets the pathname for an extension.

ExtensionList::sortByName() — Method in class ExtensionList

Array sorting callback; sorts extensions by their name.

ModuleHandler::setModuleList() — Method in class ModuleHandler

Sets an explicit list of currently active modules.

ModuleHandlerInterface::setModuleList() — Method in class ModuleHandlerInterface

Sets an explicit list of currently active modules.

$ ThemeInstaller#stateProperty in class ThemeInstaller
$ BaseFieldDefinition#schemaProperty in class BaseFieldDefinition

The field schema.

BaseFieldDefinition::setName() — Method in class BaseFieldDefinition

Sets the field name.

BaseFieldDefinition::setSettings() — Method in class BaseFieldDefinition

Sets the array of settings, as required by the used class.

BaseFieldDefinition::setSetting() — Method in class BaseFieldDefinition

Sets a definition setting.

BaseFieldDefinition::setProvider() — Method in class BaseFieldDefinition

Sets the name of the provider of this field.

BaseFieldDefinition::setTranslatable() — Method in class BaseFieldDefinition

Sets whether the field is translatable.

BaseFieldDefinition::setRevisionable() — Method in class BaseFieldDefinition

Sets whether the field is revisionable.

BaseFieldDefinition::setCardinality() — Method in class BaseFieldDefinition

Sets the maximum number of items allowed for the field.

BaseFieldDefinition::setPropertyConstraints() — Method in class BaseFieldDefinition

Sets constraints for a given field item property.

BaseFieldDefinition::setDisplayOptions() — Method in class BaseFieldDefinition

Sets the display options for the field in forms or rendered entities.

BaseFieldDefinition::setDisplayConfigurable() — Method in class BaseFieldDefinition

Sets whether the display for the field can be configured.

BaseFieldDefinition::setDefaultValue() — Method in class BaseFieldDefinition
{@inheritdoc}
BaseFieldDefinition::setDefaultValueCallback() — Method in class BaseFieldDefinition
{@inheritdoc}
BaseFieldDefinition::setInitialValue() — Method in class BaseFieldDefinition

Sets an initial value for the field.

BaseFieldDefinition::setInitialValueFromField() — Method in class BaseFieldDefinition

Sets a field that will be used for getting initial values.

BaseFieldDefinition::setTargetEntityTypeId() — Method in class BaseFieldDefinition

Sets the ID of the type of the entity this field is attached to.

BaseFieldDefinition::setTargetBundle() — Method in class BaseFieldDefinition

Sets the bundle this field is defined for.

BaseFieldDefinition::setCustomStorage() — Method in class BaseFieldDefinition

Sets the storage behavior for this field.

BaseFieldDefinition::setDeleted() — Method in class BaseFieldDefinition

Sets whether the field storage is deleted.

BaseFieldDefinition::setStorageRequired() — Method in class BaseFieldDefinition

Sets whether the field storage is required.

$ DeletedFieldsRepository#stateProperty in class DeletedFieldsRepository

The state key/value store.

$ FieldConfigBase#settingsProperty in class FieldConfigBase

Field-type specific settings.

FieldConfigBase::setLabel() — Method in class FieldConfigBase

Sets the field definition label.

FieldConfigBase::setDescription() — Method in class FieldConfigBase

Sets a human readable description.

FieldConfigBase::setTranslatable() — Method in class FieldConfigBase

Sets whether the field is translatable.

FieldConfigBase::setSettings() — Method in class FieldConfigBase

Sets field settings.

FieldConfigBase::setSetting() — Method in class FieldConfigBase

Sets the value for a field setting by name.

FieldConfigBase::setRequired() — Method in class FieldConfigBase

Sets whether the field can be empty.

FieldConfigBase::setDefaultValue() — Method in class FieldConfigBase

Sets a default value.

FieldConfigBase::setDefaultValueCallback() — Method in class FieldConfigBase

Sets a custom default value callback.

FieldConfigBase::setConstraints() — Method in class FieldConfigBase

Sets the array of validation constraints for the FieldItemList.

FieldConfigBase::setPropertyConstraints() — Method in class FieldConfigBase

Sets constraints for a given field item property.

FieldConfigInterface::setLabel() — Method in class FieldConfigInterface

Sets the field definition label.

FieldConfigInterface::setDescription() — Method in class FieldConfigInterface

Sets a human readable description.

FieldConfigInterface::setTranslatable() — Method in class FieldConfigInterface

Sets whether the field is translatable.

FieldConfigInterface::setSettings() — Method in class FieldConfigInterface

Sets field settings.

FieldConfigInterface::setSetting() — Method in class FieldConfigInterface

Sets the value for a field setting by name.

FieldConfigInterface::setRequired() — Method in class FieldConfigInterface

Sets whether the field can be empty.

FieldConfigInterface::setDefaultValue() — Method in class FieldConfigInterface

Sets a default value.

FieldConfigInterface::setDefaultValueCallback() — Method in class FieldConfigInterface

Sets a custom default value callback.

FieldConfigInterface::setPropertyConstraints() — Method in class FieldConfigInterface

Sets constraints for a given field item property.

FieldConfigInterface::setConstraints() — Method in class FieldConfigInterface

Sets the array of validation constraints for the FieldItemList.

FieldDefinition::setTargetBundle() — Method in class FieldDefinition

Set the target bundle.

FieldDefinition::setDisplayConfigurable() — Method in class FieldDefinition

Sets whether the display for the field can be configured.

FieldDefinition::setDisplayOptions() — Method in class FieldDefinition

Sets the display options for the field in forms or rendered entities.

FieldDefinition::setDefaultValueCallback() — Method in class FieldDefinition

Set the default value callback for the field.

FieldDefinition::setDefaultValue() — Method in class FieldDefinition

Set a default value for the field.

FieldDefinition::setTranslatable() — Method in class FieldDefinition

Sets whether the field is translatable.

FieldDefinition::setFieldStorageDefinition() — Method in class FieldDefinition

Set the field storage definition.

FieldDefinition::setSetting() — Method in class FieldDefinition

Sets a definition setting.

FieldDefinition::setSettings() — Method in class FieldDefinition

Sets the array of settings, as required by the used class.

FieldItemBase::setValue() — Method in class FieldItemBase

Overrides \Drupal\Core\TypedData\TypedData::setValue().

FieldItemBase::storageSettingsForm() — Method in class FieldItemBase

Returns a form for the storage-level settings.

FieldItemBase::storageSettingsToConfigData() — Method in class FieldItemBase

Returns a settings array that can be stored as a configuration value.

FieldItemBase::storageSettingsFromConfigData() — Method in class FieldItemBase

Returns a settings array in the field type's canonical representation.

FieldItemInterface::schema() — Method in class FieldItemInterface

Returns the schema for the field.

FieldItemInterface::storageSettingsToConfigData() — Method in class FieldItemInterface

Returns a settings array that can be stored as a configuration value.

FieldItemInterface::storageSettingsFromConfigData() — Method in class FieldItemInterface

Returns a settings array in the field type's canonical representation.

FieldItemInterface::storageSettingsForm() — Method in class FieldItemInterface

Returns a form for the storage-level settings.

FieldItemList::setLangcode() — Method in class FieldItemList

Sets the langcode of the field values held in the object.

FieldItemList::setValue() — Method in class FieldItemList

Overrides \Drupal\Core\TypedData\TypedData::setValue().

FieldItemListInterface::setLangcode() — Method in class FieldItemListInterface

Sets the langcode of the field values held in the object.

FieldStorageDefinitionInterface::setTranslatable() — Method in class FieldStorageDefinitionInterface

Sets whether the field supports translation.

$ FormatterBase#settingsProperty in class FormatterBase

The formatter settings.

FormatterBase::settingsForm() — Method in class FormatterBase

Returns a form to configure settings for the formatter.

FormatterBase::settingsSummary() — Method in class FormatterBase

Returns a short summary for the current formatter settings.

FormatterInterface::settingsForm() — Method in class FormatterInterface

Returns a form to configure settings for the formatter.

FormatterInterface::settingsSummary() — Method in class FormatterInterface

Returns a short summary for the current formatter settings.

$ PluginSettingsBase#settingsProperty in class PluginSettingsBase

The plugin settings.

PluginSettingsBase::setSettings() — Method in class PluginSettingsBase

Sets the settings for the plugin.

PluginSettingsBase::setSetting() — Method in class PluginSettingsBase

Sets the value of a setting for the plugin.

PluginSettingsBase::setThirdPartySetting() — Method in class PluginSettingsBase

Sets the value of a third-party setting.

PluginSettingsInterface::setSettings() — Method in class PluginSettingsInterface

Sets the settings for the plugin.

PluginSettingsInterface::setSetting() — Method in class PluginSettingsInterface

Sets the value of a setting for the plugin.

BooleanFormatter::settingsForm() — Method in class BooleanFormatter

Returns a form to configure settings for the formatter.

BooleanFormatter::settingsSummary() — Method in class BooleanFormatter

Returns a short summary for the current formatter settings.

DecimalFormatter::settingsForm() — Method in class DecimalFormatter

Returns a form to configure settings for the formatter.

EntityReferenceEntityFormatter::settingsForm() — Method in class EntityReferenceEntityFormatter

Returns a form to configure settings for the formatter.

EntityReferenceEntityFormatter::settingsSummary() — Method in class EntityReferenceEntityFormatter

Returns a short summary for the current formatter settings.

EntityReferenceLabelFormatter::settingsForm() — Method in class EntityReferenceLabelFormatter

Returns a form to configure settings for the formatter.

EntityReferenceLabelFormatter::settingsSummary() — Method in class EntityReferenceLabelFormatter

Returns a short summary for the current formatter settings.

LanguageFormatter::settingsForm() — Method in class LanguageFormatter

Returns a form to configure settings for the formatter.

LanguageFormatter::settingsSummary() — Method in class LanguageFormatter

Returns a short summary for the current formatter settings.

NumericFormatterBase::settingsForm() — Method in class NumericFormatterBase

Returns a form to configure settings for the formatter.

NumericFormatterBase::settingsSummary() — Method in class NumericFormatterBase

Returns a short summary for the current formatter settings.

StringFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'string' formatter.

StringFormatter::settingsForm() — Method in class StringFormatter

Returns a form to configure settings for the formatter.

StringFormatter::settingsSummary() — Method in class StringFormatter

Returns a short summary for the current formatter settings.

TimestampAgoFormatter::settingsForm() — Method in class TimestampAgoFormatter

Returns a form to configure settings for the formatter.

TimestampAgoFormatter::settingsSummary() — Method in class TimestampAgoFormatter

Returns a short summary for the current formatter settings.

TimestampFormatter::settingsForm() — Method in class TimestampFormatter

Returns a form to configure settings for the formatter.

TimestampFormatter::settingsSummary() — Method in class TimestampFormatter

Returns a short summary for the current formatter settings.

BooleanItem::schema() — Method in class BooleanItem

Returns the schema for the field.

DecimalItem::schema() — Method in class DecimalItem

Returns the schema for the field.

DecimalItem::storageSettingsForm() — Method in class DecimalItem

Returns a form for the storage-level settings.

EmailItem::schema() — Method in class EmailItem

Returns the schema for the field.

EntityReferenceItem::schema() — Method in class EntityReferenceItem

Returns the schema for the field.

EntityReferenceItem::setValue() — Method in class EntityReferenceItem

Overrides \Drupal\Core\TypedData\TypedData::setValue().

EntityReferenceItem::storageSettingsForm() — Method in class EntityReferenceItem

Returns a form for the storage-level settings.

EntityReferenceItem::settingsAjax() — Method in class EntityReferenceItem

Ajax callback for the handler settings form.

EntityReferenceItem::settingsAjaxSubmit() — Method in class EntityReferenceItem

Submit handler for the non-JS case.

FloatItem::schema() — Method in class FloatItem

Returns the schema for the field.

IntegerItem::schema() — Method in class IntegerItem

Returns the schema for the field.

LanguageItem::schema() — Method in class LanguageItem

Returns the schema for the field.

LanguageItem::setValue() — Method in class LanguageItem

Overrides \Drupal\Core\TypedData\TypedData::setValue().

MapItem::schema() — Method in class MapItem

Returns the schema for the field.

MapItem::setValue() — Method in class MapItem

Overrides \Drupal\Core\TypedData\TypedData::setValue().

StringItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'string' entity field type.

StringItem::schema() — Method in class StringItem

Returns the schema for the field.

StringItem::storageSettingsForm() — Method in class StringItem

Returns a form for the storage-level settings.

StringItemBaseClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Base class for string field types.

StringLongItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'string_long' field type.

StringLongItem::schema() — Method in class StringLongItem

Returns the schema for the field.

TimestampItem::schema() — Method in class TimestampItem

Returns the schema for the field.

UriItem::schema() — Method in class UriItem

Returns the schema for the field.

UuidItem::schema() — Method in class UuidItem

Returns the schema for the field.

BooleanCheckboxWidget::settingsForm() — Method in class BooleanCheckboxWidget

Returns a form to configure settings for the widget.

BooleanCheckboxWidget::settingsSummary() — Method in class BooleanCheckboxWidget

Returns a short summary for the current widget settings.

EmailDefaultWidget::settingsForm() — Method in class EmailDefaultWidget

Returns a form to configure settings for the widget.

EmailDefaultWidget::settingsSummary() — Method in class EmailDefaultWidget

Returns a short summary for the current widget settings.

EntityReferenceAutocompleteWidget::settingsForm() — Method in class EntityReferenceAutocompleteWidget

Returns a form to configure settings for the widget.

EntityReferenceAutocompleteWidget::settingsSummary() — Method in class EntityReferenceAutocompleteWidget

Returns a short summary for the current widget settings.

LanguageSelectWidget::settingsForm() — Method in class LanguageSelectWidget

Returns a form to configure settings for the widget.

NumberWidget::settingsForm() — Method in class NumberWidget

Returns a form to configure settings for the widget.

NumberWidget::settingsSummary() — Method in class NumberWidget

Returns a short summary for the current widget settings.

OptionsSelectWidget::sanitizeLabel() — Method in class OptionsSelectWidget

Sanitizes a string label to display as an option.

OptionsSelectWidget::supportsGroups() — Method in class OptionsSelectWidget

Indicates whether the widgets support optgroups.

OptionsWidgetBase::supportsGroups() — Method in class OptionsWidgetBase

Indicates whether the widgets support optgroups.

OptionsWidgetBase::sanitizeLabel() — Method in class OptionsWidgetBase

Sanitizes a string label to display as an option.

StringTextareaWidgetClass in namespace Drupal\Core\Field\Plugin\Field\FieldWidget

Plugin implementation of the 'string_textarea' widget.

StringTextareaWidget::settingsForm() — Method in class StringTextareaWidget

Returns a form to configure settings for the widget.

StringTextareaWidget::settingsSummary() — Method in class StringTextareaWidget

Returns a short summary for the current widget settings.

StringTextfieldWidgetClass in namespace Drupal\Core\Field\Plugin\Field\FieldWidget

Plugin implementation of the 'string_textfield' widget.

StringTextfieldWidget::settingsForm() — Method in class StringTextfieldWidget

Returns a form to configure settings for the widget.

StringTextfieldWidget::settingsSummary() — Method in class StringTextfieldWidget

Returns a short summary for the current widget settings.

UriWidget::settingsForm() — Method in class UriWidget

Returns a form to configure settings for the widget.

UriWidget::settingsSummary() — Method in class UriWidget

Returns a short summary for the current widget settings.

FieldItemDataDefinition::setFieldDefinition() — Method in class FieldItemDataDefinition

Sets the field item's field definition.

FieldItemDataDefinitionInterface::setFieldDefinition() — Method in class FieldItemDataDefinitionInterface

Sets the field item's field definition.

$ WidgetBase#settingsProperty in class WidgetBase

The widget settings.

WidgetBase::setWidgetState() — Method in class WidgetBase

Stores processing information about the widget in $form_state.

WidgetBase::settingsForm() — Method in class WidgetBase

Returns a form to configure settings for the widget.

WidgetBase::settingsSummary() — Method in class WidgetBase

Returns a short summary for the current widget settings.

WidgetBaseInterface::setWidgetState() — Method in class WidgetBaseInterface

Stores processing information about the widget in $form_state.

WidgetInterface::settingsForm() — Method in class WidgetInterface

Returns a form to configure settings for the widget.

WidgetInterface::settingsSummary() — Method in class WidgetInterface

Returns a short summary for the current widget settings.

FileTransfer::sanitizePath() — Method in class FileTransfer

Changes backslashes to slashes, also removes a trailing slash.

FileTransfer::setChroot() — Method in class FileTransfer

Sets the chroot and changes the jail to match the correct path scheme.

FileTransferAuthorizeForm::submitForm() — Method in class FileTransferAuthorizeForm

Form submission handler.

FileTransferAuthorizeForm::setConnectionSettingsDefaults() — Method in class FileTransferAuthorizeForm

Sets the default settings on a file transfer connection form recursively.

SSHClass in namespace Drupal\Core\FileTransfer

The SSH connection class for the update module.

FileUploadSanitizeNameEvent::setFilename() — Method in class FileUploadSanitizeNameEvent

Sets the filename.

FileUploadSanitizeNameEvent::setSecurityRename() — Method in class FileUploadSanitizeNameEvent

Sets the security rename flag.

FileUploadSanitizeNameEvent::stopPropagation() — Method in class FileUploadSanitizeNameEvent
{@inheritdoc}
$ FileSystem#settingsProperty in class FileSystem

The site settings.

$ FileSystem#streamWrapperManagerProperty in class FileSystem

The stream wrapper manager.

FileSystem::saveData() — Method in class FileSystem

Saves a file to the specified destination without invoking file API.

FileSystem::scanDirectory() — Method in class FileSystem

Finds all files that match a given mask in a given directory.

FileSystemInterface::saveData() — Method in class FileSystemInterface

Saves a file to the specified destination without invoking file API.

FileSystemInterface::scanDirectory() — Method in class FileSystemInterface

Finds all files that match a given mask in a given directory.

$ FileUrlGenerator#streamWrapperManagerProperty in class FileUrlGenerator

The stream wrapper manager.

$ HtaccessWriter#streamWrapperManagerProperty in class HtaccessWriter

The stream wrapper manager.

ExtensionMimeTypeGuesser::setMapping() — Method in class ExtensionMimeTypeGuesser

Sets the mimetypes/extension mapping to use when guessing mimetype.

$ MimeTypeGuesser#sortedGuessersProperty in class MimeTypeGuesser

Holds the array of guessers sorted by priority.

$ MimeTypeGuesser#streamWrapperManagerProperty in class MimeTypeGuesser

The stream wrapper manager.

MimeTypeGuesser::sortGuessers() — Method in class MimeTypeGuesser

Sorts guessers according to priority.

DatabaseBackend::schemaDefinition() — Method in class DatabaseBackend

Defines the schema for the flood table.

ConfigFormBase::submitForm() — Method in class ConfigFormBase

Form submission handler.

$ BrokenPostRequestException#sizeProperty in class BrokenPostRequestException

The maximum upload size.

FormBase::setConfigFactory() — Method in class FormBase

Sets the config factory for this form.

FormBase::setRequestStack() — Method in class FormBase

Sets the request stack object to use.

$ FormBuilder#safeCoreValueCallablesProperty in class FormBuilder

Defines element value callables which are safe to run even when the form state has an invalid CSRF token.

FormBuilder::setCache() — Method in class FormBuilder

Stores a form in the cache.

FormBuilder::submitForm() — Method in class FormBuilder

Retrieves, populates, and processes a form.

FormBuilder::setInvalidTokenError() — Method in class FormBuilder

Sets a form_token error on the given form state.

FormBuilderInterface::submitForm() — Method in class FormBuilderInterface

Retrieves, populates, and processes a form.

FormCache::setCache() — Method in class FormCache

Stores a form in the cache.

FormCacheInterface::setCache() — Method in class FormCacheInterface

Stores a form in the cache.

FormErrorHandler::setElementErrorsFromFormState() — Method in class FormErrorHandler

Stores errors and a list of child element errors directly on each element.

FormInterface::submitForm() — Method in class FormInterface

Form submission handler.

$ FormState#submittedProperty in class FormState

If TRUE, the form has been submitted. Defaults to FALSE.

$ FormState#storageProperty in class FormState

This is not a special key, and no specific support is provided for it in the Form API. By tradition it was the location where application-specific data was stored for communication between the submit, validation, and form builder functions, especially in a multi-step-style form. Form implementations may use any key(s) within $form_state (other than the keys listed here and other reserved ones used by Form API internals) for this kind of storage. The recommended way to ensure that the chosen key doesn't conflict with ones used by the Form API or other modules is to use the module name as the key name or a prefix for the key name. For example, the entity form classes use $this->entity in entity forms, or $form_state->getFormObject()->getEntity() outside the controller, to store information about the entity being edited, and this information stays available across successive clicks of the "Preview" button (if available) as well as when the "Save" button is finally clicked.

$ FormState#submit_handlersProperty in class FormState

Stores the gathered submission handlers.

FormState::setFormState() — Method in class FormState

Sets the value of the form state.

FormState::setAlwaysProcess() — Method in class FormState

Sets this form to always be processed.

FormState::setButtons() — Method in class FormState

Stores the submit and button elements for the form.

FormState::setCached() — Method in class FormState

Sets this form to be cached.

FormState::setExecuted() — Method in class FormState

Sets that the form was submitted and has been processed and executed.

FormState::setGroups() — Method in class FormState

Sets references to details elements to render them within vertical tabs.

FormState::setHasFileElement() — Method in class FormState

Sets that this form has a file element.

FormState::setLimitValidationErrors() — Method in class FormState

Sets the limited validation error sections.

FormState::setMethod() — Method in class FormState

Sets the HTTP method to use for the form's submission.

FormState::setRequestMethod() — Method in class FormState

Sets the HTTP method used by the request that is building the form.

FormState::setValidationEnforced() — Method in class FormState

Enforces that validation is run.

FormState::setProcessInput() — Method in class FormState

Sets that the form should process input.

FormState::setProgrammed() — Method in class FormState

Sets that this form was submitted programmatically.

FormState::setProgrammedBypassAccessCheck() — Method in class FormState

Sets if this form submission should bypass #access.

FormState::setRebuildInfo() — Method in class FormState

Sets the rebuild info.

FormState::setStorage() — Method in class FormState

Sets the entire set of arbitrary data.

FormState::setSubmitHandlers() — Method in class FormState

Sets the submit handlers.

FormState::setSubmitted() — Method in class FormState

Sets that the form has been submitted.

FormState::setTemporary() — Method in class FormState

Sets temporary data.

FormState::setTemporaryValue() — Method in class FormState

Sets an arbitrary value in temporary storage.

FormState::setTriggeringElement() — Method in class FormState

Sets the form element that triggered submission.

FormState::setValidateHandlers() — Method in class FormState

Sets the validate handlers.

FormState::setValidationComplete() — Method in class FormState

Sets that validation has been completed.

FormState::setCompleteForm() — Method in class FormState

Stores the complete form array.

FormState::set() — Method in class FormState

Sets a value to an arbitrary property.

FormState::setBuildInfo() — Method in class FormState

Sets the build info for the form.

FormState::setUserInput() — Method in class FormState

Sets the form values as though they were submitted by a user.

FormState::setResponse() — Method in class FormState

Sets a response for this form.

FormState::setRedirect() — Method in class FormState

Sets the redirect for the form.

FormState::setRedirectUrl() — Method in class FormState

Sets the redirect URL for the form.

FormState::setAnyErrors() — Method in class FormState

Sets the global status of errors.

FormState::setErrorByName() — Method in class FormState

Files an error against a form element.

FormState::setError() — Method in class FormState

Flags an element as having an error.

FormState::setRebuild() — Method in class FormState

Sets the form to be rebuilt after processing.

FormState::setFormObject() — Method in class FormState

Sets the form object that is responsible for building this form.

FormState::setCleanValueKeys() — Method in class FormState

Sets the keys of the form values that will be cleaned.

FormState::setInvalidToken() — Method in class FormState

Flags the form state as having or not an invalid token.

FormStateDecoratorBase::setFormState() — Method in class FormStateDecoratorBase

Sets the value of the form state.

FormStateDecoratorBase::setAlwaysProcess() — Method in class FormStateDecoratorBase

Sets this form to always be processed.

FormStateDecoratorBase::setButtons() — Method in class FormStateDecoratorBase

Stores the submit and button elements for the form.

FormStateDecoratorBase::setCached() — Method in class FormStateDecoratorBase

Sets this form to be cached.

FormStateDecoratorBase::setExecuted() — Method in class FormStateDecoratorBase

Sets that the form was submitted and has been processed and executed.

FormStateDecoratorBase::setGroups() — Method in class FormStateDecoratorBase

Sets references to details elements to render them within vertical tabs.

FormStateDecoratorBase::setHasFileElement() — Method in class FormStateDecoratorBase

Sets that this form has a file element.

FormStateDecoratorBase::setLimitValidationErrors() — Method in class FormStateDecoratorBase

Sets the limited validation error sections.

FormStateDecoratorBase::setMethod() — Method in class FormStateDecoratorBase

Sets the HTTP method to use for the form's submission.

FormStateDecoratorBase::setRequestMethod() — Method in class FormStateDecoratorBase

Sets the HTTP method used by the request that is building the form.

FormStateDecoratorBase::setValidationEnforced() — Method in class FormStateDecoratorBase

Enforces that validation is run.

FormStateDecoratorBase::setProcessInput() — Method in class FormStateDecoratorBase

Sets that the form should process input.

FormStateDecoratorBase::setProgrammed() — Method in class FormStateDecoratorBase

Sets that this form was submitted programmatically.

FormStateDecoratorBase::setProgrammedBypassAccessCheck() — Method in class FormStateDecoratorBase

Sets if this form submission should bypass #access.

FormStateDecoratorBase::setRebuildInfo() — Method in class FormStateDecoratorBase

Sets the rebuild info.

FormStateDecoratorBase::setStorage() — Method in class FormStateDecoratorBase

Sets the entire set of arbitrary data.

FormStateDecoratorBase::setSubmitHandlers() — Method in class FormStateDecoratorBase

Sets the submit handlers.

FormStateDecoratorBase::setSubmitted() — Method in class FormStateDecoratorBase

Sets that the form has been submitted.

FormStateDecoratorBase::setTemporary() — Method in class FormStateDecoratorBase

Sets temporary data.

FormStateDecoratorBase::setTemporaryValue() — Method in class FormStateDecoratorBase

Sets an arbitrary value in temporary storage.

FormStateDecoratorBase::setTriggeringElement() — Method in class FormStateDecoratorBase

Sets the form element that triggered submission.

FormStateDecoratorBase::setValidateHandlers() — Method in class FormStateDecoratorBase

Sets the validate handlers.

FormStateDecoratorBase::setValidationComplete() — Method in class FormStateDecoratorBase

Sets that validation has been completed.

FormStateDecoratorBase::setCompleteForm() — Method in class FormStateDecoratorBase

Stores the complete form array.

FormStateDecoratorBase::set() — Method in class FormStateDecoratorBase

Sets a value to an arbitrary property.

FormStateDecoratorBase::setBuildInfo() — Method in class FormStateDecoratorBase

Sets the build info for the form.

FormStateDecoratorBase::setUserInput() — Method in class FormStateDecoratorBase

Sets the form values as though they were submitted by a user.

FormStateDecoratorBase::setValues() — Method in class FormStateDecoratorBase

Sets the submitted form values.

FormStateDecoratorBase::setValue() — Method in class FormStateDecoratorBase

Sets the submitted form value for a specific key.

FormStateDecoratorBase::setValueForElement() — Method in class FormStateDecoratorBase

Changes submitted form values during form validation.

FormStateDecoratorBase::setResponse() — Method in class FormStateDecoratorBase

Sets a response for this form.

FormStateDecoratorBase::setRedirect() — Method in class FormStateDecoratorBase

Sets the redirect for the form.

FormStateDecoratorBase::setRedirectUrl() — Method in class FormStateDecoratorBase

Sets the redirect URL for the form.

FormStateDecoratorBase::setErrorByName() — Method in class FormStateDecoratorBase

Files an error against a form element.

FormStateDecoratorBase::setError() — Method in class FormStateDecoratorBase

Flags an element as having an error.

FormStateDecoratorBase::setRebuild() — Method in class FormStateDecoratorBase

Sets the form to be rebuilt after processing.

FormStateDecoratorBase::setInvalidToken() — Method in class FormStateDecoratorBase

Flags the form state as having or not an invalid token.

FormStateDecoratorBase::setFormObject() — Method in class FormStateDecoratorBase

Sets the form object that is responsible for building this form.

FormStateDecoratorBase::setCleanValueKeys() — Method in class FormStateDecoratorBase

Sets the keys of the form values that will be cleaned.

FormStateInterface::setCompleteForm() — Method in class FormStateInterface

Stores the complete form array.

FormStateInterface::setFormState() — Method in class FormStateInterface

Sets the value of the form state.

FormStateInterface::setResponse() — Method in class FormStateInterface

Sets a response for this form.

FormStateInterface::setRedirect() — Method in class FormStateInterface

Sets the redirect for the form.

FormStateInterface::setRedirectUrl() — Method in class FormStateInterface

Sets the redirect URL for the form.

FormStateInterface::setStorage() — Method in class FormStateInterface

Sets the entire set of arbitrary data.

FormStateInterface::set() — Method in class FormStateInterface

Sets a value to an arbitrary property.

FormStateInterface::setBuildInfo() — Method in class FormStateInterface

Sets the build info for the form.

FormStateInterface::setUserInput() — Method in class FormStateInterface

Sets the form values as though they were submitted by a user.

FormStateInterface::setValues() — Method in class FormStateInterface

Sets the submitted form values.

FormStateInterface::setValue() — Method in class FormStateInterface

Sets the submitted form value for a specific key.

FormStateInterface::setValueForElement() — Method in class FormStateInterface

Changes submitted form values during form validation.

FormStateInterface::setErrorByName() — Method in class FormStateInterface

Files an error against a form element.

FormStateInterface::setError() — Method in class FormStateInterface

Flags an element as having an error.

FormStateInterface::setRebuild() — Method in class FormStateInterface

Sets the form to be rebuilt after processing.

FormStateInterface::setInvalidToken() — Method in class FormStateInterface

Flags the form state as having or not an invalid token.

FormStateInterface::setFormObject() — Method in class FormStateInterface

Sets the form object that is responsible for building this form.

FormStateInterface::setAlwaysProcess() — Method in class FormStateInterface

Sets this form to always be processed.

FormStateInterface::setButtons() — Method in class FormStateInterface

Stores the submit and button elements for the form.

FormStateInterface::setCached() — Method in class FormStateInterface

Sets this form to be cached.

FormStateInterface::setExecuted() — Method in class FormStateInterface

Sets that the form was submitted and has been processed and executed.

FormStateInterface::setGroups() — Method in class FormStateInterface

Sets references to details elements to render them within vertical tabs.

FormStateInterface::setHasFileElement() — Method in class FormStateInterface

Sets that this form has a file element.

FormStateInterface::setLimitValidationErrors() — Method in class FormStateInterface

Sets the limited validation error sections.

FormStateInterface::setMethod() — Method in class FormStateInterface

Sets the HTTP method to use for the form's submission.

FormStateInterface::setRequestMethod() — Method in class FormStateInterface

Sets the HTTP method used by the request that is building the form.

FormStateInterface::setValidationEnforced() — Method in class FormStateInterface

Enforces that validation is run.

FormStateInterface::setProcessInput() — Method in class FormStateInterface

Sets that the form should process input.

FormStateInterface::setProgrammed() — Method in class FormStateInterface

Sets that this form was submitted programmatically.

FormStateInterface::setProgrammedBypassAccessCheck() — Method in class FormStateInterface

Sets if this form submission should bypass #access.

FormStateInterface::setRebuildInfo() — Method in class FormStateInterface

Sets the rebuild info.

FormStateInterface::setSubmitHandlers() — Method in class FormStateInterface

Sets the submit handlers.

FormStateInterface::setSubmitted() — Method in class FormStateInterface

Sets that the form has been submitted.

FormStateInterface::setTemporary() — Method in class FormStateInterface

Sets temporary data.

FormStateInterface::setTemporaryValue() — Method in class FormStateInterface

Sets an arbitrary value in temporary storage.

FormStateInterface::setTriggeringElement() — Method in class FormStateInterface

Sets the form element that triggered submission.

FormStateInterface::setValidateHandlers() — Method in class FormStateInterface

Sets the validate handlers.

FormStateInterface::setValidationComplete() — Method in class FormStateInterface

Sets that validation has been completed.

FormStateInterface::setCleanValueKeys() — Method in class FormStateInterface

Sets the keys of the form values that will be cleaned.

FormStateValuesTrait::setValues() — Method in class FormStateValuesTrait

Implements \Drupal\Core\Form\FormStateInterface::setValues()

FormStateValuesTrait::setValue() — Method in class FormStateValuesTrait

Implements \Drupal\Core\Form\FormStateInterface::setValue()

FormStateValuesTrait::setValueForElement() — Method in class FormStateValuesTrait

Implements \Drupal\Core\Form\FormStateInterface::setValueForElement()

FormValidator::setInvalidTokenError() — Method in class FormValidator

Sets a form_token error on the given form state.

FormValidatorInterface::setInvalidTokenError() — Method in class FormValidatorInterface

Sets a form_token error on the given form state.

SubformStateClass in namespace Drupal\Core\Form

Stores information about the state of a subform.

$ SubformState#subformProperty in class SubformState

The subform.

SubformState::setLimitValidationErrors() — Method in class SubformState

Sets the limited validation error sections.

SubformState::setErrorByName() — Method in class SubformState

Files an error against a form element.

SubformStateInterfaceClass in namespace Drupal\Core\Form

Stores information about the state of a subform.

GeneratedLink::setGeneratedLink() — Method in class GeneratedLink

Sets the generated link.

GeneratedUrl::setGeneratedUrl() — Method in class GeneratedUrl

Sets the generated URL.

$ ClientFactory#stackProperty in class ClientFactory

The handler stack.

$ ImageToolkitBase#sourceProperty in class ImageToolkitBase

Path of the image file.

ImageToolkitBase::setSource() — Method in class ImageToolkitBase

Sets the source path of the image file.

ImageToolkitInterface::setSource() — Method in class ImageToolkitInterface

Sets the source path of the image file.

ImageToolkitInterface::save() — Method in class ImageToolkitInterface

Writes an image resource to a destination file.

$ Image#sourceProperty in class Image

Path of the image file.

Image::save() — Method in class Image

Closes the image and saves the changes to a file.

Image::scaleAndCrop() — Method in class Image

Scales an image to the exact width and height given.

Image::scale() — Method in class Image

Scales an image while maintaining aspect ratio.

ImageFactory::setToolkitId() — Method in class ImageFactory

Sets the ID of the image toolkit.

ImageInterface::save() — Method in class ImageInterface

Closes the image and saves the changes to a file.

ImageInterface::scale() — Method in class ImageInterface

Scales an image while maintaining aspect ratio.

ImageInterface::scaleAndCrop() — Method in class ImageInterface

Scales an image to the exact width and height given.

$ ExtensionListTrait#staticAddedPathNamesProperty in class ExtensionListTrait

Static version of the added file names during the installer.

ExtensionListTrait::setPathname() — Method in class ExtensionListTrait
SelectLanguageFormClass in namespace Drupal\Core\Installer\Form

Provides the language selection form.

SelectLanguageForm::submitForm() — Method in class SelectLanguageForm

Form submission handler.

SelectProfileFormClass in namespace Drupal\Core\Installer\Form

Provides the profile selection form.

SelectProfileForm::submitForm() — Method in class SelectProfileForm

Form submission handler.

SiteConfigureFormClass in namespace Drupal\Core\Installer\Form

Provides the site configuration form.

$ SiteConfigureForm#sitePathProperty in class SiteConfigureForm

The site path.

SiteConfigureForm::submitForm() — Method in class SiteConfigureForm

Form submission handler.

SiteSettingsFormClass in namespace Drupal\Core\Installer\Form

Provides a form to configure and rewrite settings.php.

$ SiteSettingsForm#sitePathProperty in class SiteSettingsForm

The site path.

SiteSettingsForm::submitForm() — Method in class SiteSettingsForm

Form submission handler.

InstallerRedirectTrait::shouldRedirectToInstaller() — Method in class InstallerRedirectTrait

Determines if an exception handler should redirect to the installer.

$ DatabaseStorage#serializerProperty in class DatabaseStorage

The serialization class to use.

DatabaseStorage::set() — Method in class DatabaseStorage

Saves a value for a given key.

DatabaseStorage::setIfNotExists() — Method in class DatabaseStorage

Saves a value for a given key if it does not exist yet.

DatabaseStorage::schemaDefinition() — Method in class DatabaseStorage

Defines the schema for the key_value table.

DatabaseStorageExpirable::setWithExpire() — Method in class DatabaseStorageExpirable

Saves a value for a given key with a time to live.

DatabaseStorageExpirable::setWithExpireIfNotExists() — Method in class DatabaseStorageExpirable

Sets a value for a given key with a time to live if it does not yet exist.

DatabaseStorageExpirable::setMultipleWithExpire() — Method in class DatabaseStorageExpirable

Saves an array of values with a time to live.

DatabaseStorageExpirable::schemaDefinition() — Method in class DatabaseStorageExpirable

Defines the schema for the key_value_expire table.

$ KeyValueDatabaseExpirableFactory#storagesProperty in class KeyValueDatabaseExpirableFactory

Holds references to each instantiation so they can be terminated.

$ KeyValueDatabaseExpirableFactory#serializerProperty in class KeyValueDatabaseExpirableFactory

The serialization class to use.

$ KeyValueDatabaseFactory#serializerProperty in class KeyValueDatabaseFactory

The serialization class to use.

$ KeyValueFactory#storesProperty in class KeyValueFactory

Instantiated stores, keyed by collection name.

KeyValueStoreExpirableInterface::setWithExpire() — Method in class KeyValueStoreExpirableInterface

Saves a value for a given key with a time to live.

KeyValueStoreExpirableInterface::setWithExpireIfNotExists() — Method in class KeyValueStoreExpirableInterface

Sets a value for a given key with a time to live if it does not yet exist.

KeyValueStoreExpirableInterface::setMultipleWithExpire() — Method in class KeyValueStoreExpirableInterface

Saves an array of values with a time to live.

KeyValueStoreInterface::set() — Method in class KeyValueStoreInterface

Saves a value for a given key.

KeyValueStoreInterface::setIfNotExists() — Method in class KeyValueStoreInterface

Saves a value for a given key if it does not exist yet.

KeyValueStoreInterface::setMultiple() — Method in class KeyValueStoreInterface

Saves key/value pairs.

MemoryStorage::set() — Method in class MemoryStorage

Saves a value for a given key.

MemoryStorage::setIfNotExists() — Method in class MemoryStorage

Saves a value for a given key if it does not exist yet.

MemoryStorage::setMultiple() — Method in class MemoryStorage

Saves key/value pairs.

NullStorageExpirable::set() — Method in class NullStorageExpirable

Saves a value for a given key.

NullStorageExpirable::setIfNotExists() — Method in class NullStorageExpirable

Saves a value for a given key if it does not exist yet.

NullStorageExpirable::setMultiple() — Method in class NullStorageExpirable

Saves key/value pairs.

NullStorageExpirable::setMultipleWithExpire() — Method in class NullStorageExpirable

Saves an array of values with a time to live.

NullStorageExpirable::setWithExpire() — Method in class NullStorageExpirable

Saves a value for a given key with a time to live.

NullStorageExpirable::setWithExpireIfNotExists() — Method in class NullStorageExpirable

Sets a value for a given key with a time to live if it does not yet exist.

StorageBaseClass in namespace Drupal\Core\KeyValueStore

Provides a base class for key/value storage implementations.

StorageBase::setMultiple() — Method in class StorageBase

Saves key/value pairs.

Language::sort() — Method in class Language

Sort language objects.

LanguageDefault::set() — Method in class LanguageDefault

Sets the default language.

LanguageManager::setConfigOverrideLanguage() — Method in class LanguageManager

Sets the configuration override language.

LanguageManagerInterface::setConfigOverrideLanguage() — Method in class LanguageManagerInterface

Sets the configuration override language.

IconBuilderInterface::setId() — Method in class IconBuilderInterface

Sets the ID.

IconBuilderInterface::setLabel() — Method in class IconBuilderInterface

Sets the label.

IconBuilderInterface::setWidth() — Method in class IconBuilderInterface

Sets the width.

IconBuilderInterface::setHeight() — Method in class IconBuilderInterface

Sets the height.

IconBuilderInterface::setPadding() — Method in class IconBuilderInterface

Sets the padding.

IconBuilderInterface::setStrokeWidth() — Method in class IconBuilderInterface

Sets the stroke width.

SvgIconBuilderClass in namespace Drupal\Core\Layout\Icon

Builds SVG layout icons.

$ SvgIconBuilder#strokeWidthProperty in class SvgIconBuilder

The width of region borders.

SvgIconBuilder::setId() — Method in class SvgIconBuilder

Sets the ID.

SvgIconBuilder::setLabel() — Method in class SvgIconBuilder

Sets the label.

SvgIconBuilder::setWidth() — Method in class SvgIconBuilder

Sets the width.

SvgIconBuilder::setHeight() — Method in class SvgIconBuilder

Sets the height.

SvgIconBuilder::setPadding() — Method in class SvgIconBuilder

Sets the padding.

SvgIconBuilder::setStrokeWidth() — Method in class SvgIconBuilder

Sets the stroke width.

LayoutDefault::setConfiguration() — Method in class LayoutDefault

Sets the configuration for this plugin instance.

LayoutDefault::submitConfigurationForm() — Method in class LayoutDefault

Form submission handler.

LayoutDefinition::set() — Method in class LayoutDefinition

Sets a value to an arbitrary property.

LayoutDefinition::setLabel() — Method in class LayoutDefinition

Sets the human-readable name of the layout definition.

LayoutDefinition::setDescription() — Method in class LayoutDefinition

Sets the description of the layout definition.

LayoutDefinition::setCategory() — Method in class LayoutDefinition

Sets the human-readable category of the layout definition.

LayoutDefinition::setTemplate() — Method in class LayoutDefinition

Sets the template name.

LayoutDefinition::setTemplatePath() — Method in class LayoutDefinition

Sets the template path.

LayoutDefinition::setThemeHook() — Method in class LayoutDefinition

Sets the theme hook.

LayoutDefinition::setPath() — Method in class LayoutDefinition

Sets the base path for this layout definition.

LayoutDefinition::setLibrary() — Method in class LayoutDefinition

Sets the asset library for this layout definition.

LayoutDefinition::setIconPath() — Method in class LayoutDefinition

Sets the icon path for this layout definition.

LayoutDefinition::setIconMap() — Method in class LayoutDefinition

Sets the icon map for this layout definition.

LayoutDefinition::setRegions() — Method in class LayoutDefinition

Sets the regions for this layout definition.

LayoutDefinition::setDefaultRegion() — Method in class LayoutDefinition

Sets the default region.

LayoutDefinition::setDeriver() — Method in class LayoutDefinition

Sets the deriver of this plugin definition.

Link::setText() — Method in class Link

Sets the new text of the link.

Link::setUrl() — Method in class Link

Sets the URL of this link.

Link::setLinkGenerator() — Method in class Link

Sets the link generator service.

DatabaseLockBackend::schemaDefinition() — Method in class DatabaseLockBackend

Defines the schema for the semaphore table.

LoggerChannel::setRequestStack() — Method in class LoggerChannel

Sets the request stack.

LoggerChannel::setCurrentUser() — Method in class LoggerChannel

Sets the current user.

LoggerChannel::setLoggers() — Method in class LoggerChannel

Sets the loggers for this channel.

LoggerChannel::sortLoggers() — Method in class LoggerChannel

Sorts loggers according to priority.

LoggerChannelInterface::setRequestStack() — Method in class LoggerChannelInterface

Sets the request stack.

LoggerChannelInterface::setCurrentUser() — Method in class LoggerChannelInterface

Sets the current user.

LoggerChannelInterface::setLoggers() — Method in class LoggerChannelInterface

Sets the loggers for this channel.

LoggerChannelTrait::setLoggerFactory() — Method in class LoggerChannelTrait

Injects the logger channel factory.

$ MailFormatHelper#supportedTagsProperty in class MailFormatHelper

Array of tags supported.

MenuLinkDefaultForm::setMenuLinkInstance() — Method in class MenuLinkDefaultForm

Injects the menu link plugin instance.

MenuLinkDefaultForm::submitConfigurationForm() — Method in class MenuLinkDefaultForm

Form submission handler.

MenuLinkFormInterface::setMenuLinkInstance() — Method in class MenuLinkFormInterface

Injects the menu link plugin instance.

LocalTaskDefault::setActive() — Method in class LocalTaskDefault

Sets the active status.

LocalTaskInterface::setActive() — Method in class LocalTaskInterface

Sets the active status.

$ MenuLinkDefault#staticOverrideProperty in class MenuLinkDefault

The static menu link service used to store updates to weight/parent etc.

$ MenuLinkTreeElement#subtreeProperty in class MenuLinkTreeElement

The subtree of this element in the menu link tree (this link's children).

MenuTreeParameters::setRoot() — Method in class MenuTreeParameters

Sets a root for menu tree loading.

MenuTreeParameters::setMinDepth() — Method in class MenuTreeParameters

Sets a minimum depth for menu tree loading.

MenuTreeParameters::setMaxDepth() — Method in class MenuTreeParameters

Sets a maximum depth for menu tree loading.

MenuTreeParameters::setActiveTrail() — Method in class MenuTreeParameters

Sets the active trail IDs used to set the inActiveTrail property.

MenuTreeParameters::setTopLevelOnly() — Method in class MenuTreeParameters

Ensures only the top level of the tree is loaded.

MenuTreeParameters::serialize() — Method in class MenuTreeParameters
{@inheritdoc}
$ MenuTreeStorage#serializedFieldsProperty in class MenuTreeStorage

List of serialized fields.

MenuTreeStorage::safeExecuteSelect() — Method in class MenuTreeStorage

Executes a select query while making sure the database table exists.

MenuTreeStorage::save() — Method in class MenuTreeStorage

Saves a plugin definition to the storage.

MenuTreeStorage::setParents() — Method in class MenuTreeStorage

Sets the materialized path field values based on the parent.

MenuTreeStorage::saveRecursive() — Method in class MenuTreeStorage

Saves menu links recursively.

MenuTreeStorage::serializedFields() — Method in class MenuTreeStorage

Determines serialized fields in the storage.

MenuTreeStorage::schemaDefinition() — Method in class MenuTreeStorage

Defines the schema for the tree table.

MenuTreeStorageInterface::save() — Method in class MenuTreeStorageInterface

Saves a plugin definition to the storage.

StaticMenuLinkOverridesClass in namespace Drupal\Core\Menu

Defines an implementation of the menu link override using a config file.

StaticMenuLinkOverrides::saveOverride() — Method in class StaticMenuLinkOverrides

Saves the override.

StaticMenuLinkOverridesInterfaceClass in namespace Drupal\Core\Menu

Defines an interface for objects which overrides menu links defined in YAML.

StaticMenuLinkOverridesInterface::saveOverride() — Method in class StaticMenuLinkOverridesInterface

Saves the override.

MessengerTrait::setMessenger() — Method in class MessengerTrait

Sets the messenger.

$ NoSessionOpen#sessionConfigurationProperty in class NoSessionOpen

The session configuration.

Pager::setCurrentPage() — Method in class Pager

Sets the current page to a valid value within range.

Pager::setTotalPages() — Method in class Pager

Sets the total number of pages.

PagerManager::setPager() — Method in class PagerManager

Saves a pager to the static cache.

ParamConverterManager::setRouteParameterConverters() — Method in class ParamConverterManager

Saves a list of applicable converters to each route.

ParamConverterManagerInterface::setRouteParameterConverters() — Method in class ParamConverterManagerInterface

Saves a list of applicable converters to each route.

$ PathProcessorManager#sortedInboundProperty in class PathProcessorManager

Holds the array of inbound processors, sorted by priority.

$ PathProcessorManager#sortedOutboundProperty in class PathProcessorManager

Holds the array of outbound processors, sorted by priority.

PathProcessorManager::sortProcessors() — Method in class PathProcessorManager

Sorts the processors according to priority.

CurrentPathStack::setPath() — Method in class CurrentPathStack

Sets the current path.

ContextAwarePluginTrait::setContext() — Method in class ContextAwarePluginTrait
{@inheritdoc}
ContextAwarePluginTrait::setContextValue() — Method in class ContextAwarePluginTrait
{@inheritdoc}
ContextAwarePluginTrait::setContextMapping() — Method in class ContextAwarePluginTrait
{@inheritdoc}
Context::setContextValue() — Method in class Context

Sets the context value.

ContextDefinition::setDataType() — Method in class ContextDefinition

Sets the data type needed by the context.

ContextDefinition::setLabel() — Method in class ContextDefinition

Sets the human readable label.

ContextDefinition::setDescription() — Method in class ContextDefinition

Sets the human readable description.

ContextDefinition::setMultiple() — Method in class ContextDefinition

Sets whether the data is multi-valued.

ContextDefinition::setRequired() — Method in class ContextDefinition

Sets whether the data is required.

ContextDefinition::setDefaultValue() — Method in class ContextDefinition

Sets the default data value.

ContextDefinition::setConstraints() — Method in class ContextDefinition

Sets the array of validation constraints.

DefaultLazyPluginCollection::sort() — Method in class DefaultLazyPluginCollection

Sorts all plugin instances in this collection.

DefaultLazyPluginCollection::sortHelper() — Method in class DefaultLazyPluginCollection

Provides uasort() callback to sort plugins.

DefaultLazyPluginCollection::setConfiguration() — Method in class DefaultLazyPluginCollection

Sets the configuration for all plugins in this collection.

DefaultLazyPluginCollection::setInstanceConfiguration() — Method in class DefaultLazyPluginCollection

Updates the configuration for a plugin instance.

$ DefaultPluginManager#subdirProperty in class DefaultPluginManager

The subdirectory within a namespace to look for plugins, or FALSE if the plugins are in the top level of the namespace.

DefaultPluginManager::setCacheBackend() — Method in class DefaultPluginManager

Initialize the cache backend.

DefaultPluginManager::setCachedDefinitions() — Method in class DefaultPluginManager

Sets a cache of plugin definitions for the decorated discovery class.

DefaultSingleLazyPluginCollection::setConfiguration() — Method in class DefaultSingleLazyPluginCollection

Sets the configuration for all plugins in this collection.

DependentPluginDefinitionInterface::setConfigDependencies() — Method in class DependentPluginDefinitionInterface

Sets the config dependencies of this plugin definition.

DependentPluginDefinitionTrait::setConfigDependencies() — Method in class DependentPluginDefinitionTrait
{@inheritdoc}
PluginFormBase::setPlugin() — Method in class PluginFormBase

Sets the plugin for this object.

PluginFormInterface::submitConfigurationForm() — Method in class PluginFormInterface

Form submission handler.

$ PrivateKey#stateProperty in class PrivateKey

The state service.

PrivateKey::set() — Method in class PrivateKey

Sets the private key.

$ BatchStorage#serviceProperty in class BatchStorage

The real proxied service, after it was lazy loaded.

BatchStorage::schemaDefinition() — Method in class BatchStorage
{@inheritdoc}
$ ConfigInstaller#serviceProperty in class ConfigInstaller

The real proxied service, after it was lazy loaded.

ConfigInstaller::setSourceStorage() — Method in class ConfigInstaller

Sets the configuration storage that provides the default configuration.

ConfigInstaller::setSyncing() — Method in class ConfigInstaller

Sets the status of the isSyncing flag.

$ Cron#serviceProperty in class Cron

The real proxied service, after it was lazy loaded.

$ ContentUninstallValidator#serviceProperty in class ContentUninstallValidator

The real proxied service, after it was lazy loaded.

ContentUninstallValidator::setStringTranslation() — Method in class ContentUninstallValidator
{@inheritdoc}
$ DatabaseDriverUninstallValidator#serviceProperty in class DatabaseDriverUninstallValidator

The real proxied service, after it was lazy loaded.

DatabaseDriverUninstallValidator::setStringTranslation() — Method in class DatabaseDriverUninstallValidator
{@inheritdoc}
$ ModuleInstaller#serviceProperty in class ModuleInstaller

The real proxied service, after it was lazy loaded.

$ ModuleRequiredByThemesUninstallValidator#serviceProperty in class ModuleRequiredByThemesUninstallValidator

The real proxied service, after it was lazy loaded.

ModuleRequiredByThemesUninstallValidator::setStringTranslation() — Method in class ModuleRequiredByThemesUninstallValidator
{@inheritdoc}
$ RequiredModuleUninstallValidator#serviceProperty in class RequiredModuleUninstallValidator

The real proxied service, after it was lazy loaded.

RequiredModuleUninstallValidator::setStringTranslation() — Method in class RequiredModuleUninstallValidator
{@inheritdoc}
$ ExtensionMimeTypeGuesser#serviceProperty in class ExtensionMimeTypeGuesser

The real proxied service, after it was lazy loaded.

ExtensionMimeTypeGuesser::setMapping() — Method in class ExtensionMimeTypeGuesser
{@inheritdoc}
$ MimeTypeGuesser#serviceProperty in class MimeTypeGuesser

The real proxied service, after it was lazy loaded.

$ DatabaseLockBackend#serviceProperty in class DatabaseLockBackend

The real proxied service, after it was lazy loaded.

DatabaseLockBackend::schemaDefinition() — Method in class DatabaseLockBackend
{@inheritdoc}
$ PersistentDatabaseLockBackend#serviceProperty in class PersistentDatabaseLockBackend

The real proxied service, after it was lazy loaded.

PersistentDatabaseLockBackend::schemaDefinition() — Method in class PersistentDatabaseLockBackend
{@inheritdoc}
$ ChainResponsePolicy#serviceProperty in class ChainResponsePolicy

The real proxied service, after it was lazy loaded.

$ AdminPathConfigEntityConverter#serviceProperty in class AdminPathConfigEntityConverter

The real proxied service, after it was lazy loaded.

$ MenuLinkPluginConverter#serviceProperty in class MenuLinkPluginConverter

The real proxied service, after it was lazy loaded.

$ CachedDiscoveryClearer#serviceProperty in class CachedDiscoveryClearer

The real proxied service, after it was lazy loaded.

$ BareHtmlPageRenderer#serviceProperty in class BareHtmlPageRenderer

The real proxied service, after it was lazy loaded.

$ MatcherDumper#serviceProperty in class MatcherDumper

The real proxied service, after it was lazy loaded.

$ RouteBuilder#serviceProperty in class RouteBuilder

The real proxied service, after it was lazy loaded.

RouteBuilder::setRebuildNeeded() — Method in class RouteBuilder

Sets the router to be rebuilt next time rebuildIfNeeded() is called.

DatabaseQueue::schemaDefinition() — Method in class DatabaseQueue

Defines the schema for the queue table.

$ QueueFactory#settingsProperty in class QueueFactory

The settings object.

SuspendQueueExceptionClass in namespace Drupal\Core\Queue

Exception class to throw to indicate that a cron queue should be skipped.

AttachmentsInterface::setAttachments() — Method in class AttachmentsInterface

Sets attachments.

AttachmentsTrait::setAttachments() — Method in class AttachmentsTrait
{@inheritdoc}
Element::setAttributes() — Method in class Element

Sets HTML attributes based on element properties.

ElementInterface::setAttributes() — Method in class ElementInterface

Sets a form element's class attribute.

RenderElement::setAttributes() — Method in class RenderElement

Sets a form element's class attribute.

SearchClass in namespace Drupal\Core\Render\Element

Provides an HTML5 input element with type of "search".

SelectClass in namespace Drupal\Core\Render\Element

Provides a form element for a drop-down menu or scrolling selection box.

StatusMessagesClass in namespace Drupal\Core\Render\Element

Provides a messages element.

StatusReportClass in namespace Drupal\Core\Render\Element

Creates status report page element.

SubmitClass in namespace Drupal\Core\Render\Element

Provides a form submit button.

SystemCompactLinkClass in namespace Drupal\Core\Render\Element

Provides a link to show or hide help text on administration pages.

HtmlResponse::setContent() — Method in class HtmlResponse

Sets the response content.

HtmlResponseAttachmentsProcessor::setHeaders() — Method in class HtmlResponseAttachmentsProcessor

Sets headers on a response object.

MetadataBubblingUrlGenerator::setContext() — Method in class MetadataBubblingUrlGenerator
{@inheritdoc}
MetadataBubblingUrlGenerator::supports() — Method in class MetadataBubblingUrlGenerator
{@inheritdoc}
PageDisplayVariantSelectionEvent::setPluginId() — Method in class PageDisplayVariantSelectionEvent

The selected page display variant plugin ID.

PageDisplayVariantSelectionEvent::setPluginConfiguration() — Method in class PageDisplayVariantSelectionEvent

Set the configuration for the selected page display variant.

PageDisplayVariantSelectionEvent::setContexts() — Method in class PageDisplayVariantSelectionEvent

Sets the contexts to be passed to the page display variant.

PlaceholderGenerator::shouldAutomaticallyPlaceholder() — Method in class PlaceholderGenerator

Whether the given render array should be automatically placeholdered.

PlaceholderGeneratorInterface::shouldAutomaticallyPlaceholder() — Method in class PlaceholderGeneratorInterface

Whether the given render array should be automatically placeholdered.

SingleFlushStrategyClass in namespace Drupal\Core\Render\Placeholder

Defines the 'single_flush' placeholder strategy.

PlaceholderingRenderCache::set() — Method in class PlaceholderingRenderCache

Caches the rendered output of a renderable array.

SimplePageVariantClass in namespace Drupal\Core\Render\Plugin\DisplayVariant

Provides a page display variant that simply renders the main content.

SimplePageVariant::setMainContent() — Method in class SimplePageVariant

Sets the main content for the page being rendered.

SimplePageVariant::setTitle() — Method in class SimplePageVariant

Sets the title for the page being rendered.

RenderCache::set() — Method in class RenderCache

Caches the rendered output of a renderable array.

RenderCacheInterface::set() — Method in class RenderCacheInterface

Caches the rendered output of a renderable array.

Renderer::setCurrentRenderContext() — Method in class Renderer

Sets the current render context.

$ RouteProcessorManager#sortedOutboundProperty in class RouteProcessorManager

Holds the array of outbound processors, sorted by priority.

RouteProcessorManager::sortProcessors() — Method in class RouteProcessorManager

Sorts the processors according to priority.

AccessAwareRouter::setContext() — Method in class AccessAwareRouter
{@inheritdoc}
LocalAwareRedirectResponseTrait::setRequestContext() — Method in class LocalAwareRedirectResponseTrait

Sets the request context.

$ MatcherDumper#stateProperty in class MatcherDumper

The state.

MatcherDumper::schemaDefinition() — Method in class MatcherDumper

Defines the schema for the router table.

RedirectDestination::set() — Method in class RedirectDestination

Sets the destination as URL.

RedirectDestinationInterface::set() — Method in class RedirectDestinationInterface

Sets the destination as URL.

RedirectDestinationTrait::setRedirectDestination() — Method in class RedirectDestinationTrait

Sets the redirect destination service.

RequestContext::setCompleteBaseUrl() — Method in class RequestContext

Sets the complete base URL for the Request context.

RouteBuilder::setRebuildNeeded() — Method in class RouteBuilder

Sets the router to be rebuilt next time rebuildIfNeeded() is called.

RouteBuilderInterface::setRebuildNeeded() — Method in class RouteBuilderInterface

Sets the router to be rebuilt next time rebuildIfNeeded() is called.

$ RoutePreloader#stateProperty in class RoutePreloader

The state key value store.

$ RouteProvider#stateProperty in class RouteProvider

The state.

$ RouteProvider#serializedRoutesProperty in class RouteProvider

A cache of already-loaded serialized routes, keyed by route name.

StackedRouteMatchInterfaceClass in namespace Drupal\Core\Routing

Defines an interface for a stack of route matches.

TrustedRedirectResponse::setTrustedTargetUrl() — Method in class TrustedRedirectResponse

Sets the target URL to a trusted URL.

UrlGenerator::setContext() — Method in class UrlGenerator
{@inheritdoc}
UrlGenerator::setStrictRequirements() — Method in class UrlGenerator
{@inheritdoc}
UrlGenerator::supports() — Method in class UrlGenerator
{@inheritdoc}
RequestSanitizer::sanitize() — Method in class RequestSanitizer

Strips dangerous keys from user input.

RequestSanitizer::stripDangerousValues() — Method in class RequestSanitizer

Strips dangerous keys from $input.

StaticTrustedCallbackHelperClass in namespace Drupal\Core\Security

Defines a class for performing trusted callbacks in a static context.

AccountProxy::setAccount() — Method in class AccountProxy

Sets the currently wrapped account.

AccountProxy::setInitialAccountId() — Method in class AccountProxy

Sets the id of the initial account.

AccountProxyInterface::setAccount() — Method in class AccountProxyInterface

Sets the currently wrapped account.

AccountProxyInterface::setInitialAccountId() — Method in class AccountProxyInterface

Sets the id of the initial account.

AccountSwitcher::switchTo() — Method in class AccountSwitcher

Safely switches to another account.

AccountSwitcher::switchBack() — Method in class AccountSwitcher

Reverts to a previous account after switching.

AccountSwitcherInterface::switchTo() — Method in class AccountSwitcherInterface

Safely switches to another account.

AccountSwitcherInterface::switchBack() — Method in class AccountSwitcherInterface

Reverts to a previous account after switching.

MetadataBag::setCsrfTokenSeed() — Method in class MetadataBag

Set the CSRF token seed.

MetadataBag::stampNew() — Method in class MetadataBag
{@inheritdoc}
$ PermissionsHashGenerator#staticProperty in class PermissionsHashGenerator

The cache backend interface to use for the static cache.

SessionConfigurationClass in namespace Drupal\Core\Session

Defines the default session configuration generator.

SessionConfigurationInterfaceClass in namespace Drupal\Core\Session

Defines an interface for session configuration generators.

SessionHandlerClass in namespace Drupal\Core\Session

Default session handler.

SessionManagerClass in namespace Drupal\Core\Session

Manages user sessions.

$ SessionManager#sessionConfigurationProperty in class SessionManager

The session configuration.

$ SessionManager#startedLazyProperty in class SessionManager

Whether a lazy session has been started.

SessionManager::start() — Method in class SessionManager
{@inheritdoc}
SessionManager::startNow() — Method in class SessionManager

Forcibly start a PHP session.

SessionManager::save() — Method in class SessionManager
{@inheritdoc}
SessionManager::setWriteSafeHandler() — Method in class SessionManager

Sets the write safe session handler.

SessionManagerInterfaceClass in namespace Drupal\Core\Session

Defines the session manager interface.

SessionManagerInterface::setWriteSafeHandler() — Method in class SessionManagerInterface

Sets the write safe session handler.

$ WriteSafeSessionHandler#sessionWritableProperty in class WriteSafeSessionHandler

Whether or not the session is enabled for writing.

WriteSafeSessionHandler::setSessionWritable() — Method in class WriteSafeSessionHandler

Sets whether or not a session may be written to storage.

WriteSafeSessionHandlerInterface::setSessionWritable() — Method in class WriteSafeSessionHandlerInterface

Sets whether or not a session may be written to storage.

SitePathFactoryClass in namespace Drupal\Core

Gets the site path from the kernel.

$ MaintenanceMode#stateProperty in class MaintenanceMode

The state.

SettingsClass in namespace Drupal\Core\Site

Read only settings that are initialized with the class.

$ ReverseProxyMiddleware#settingsProperty in class ReverseProxyMiddleware

The site settings.

ReverseProxyMiddleware::setSettingsOnRequest() — Method in class ReverseProxyMiddleware

Sets reverse proxy settings on Request object.

SessionClass in namespace Drupal\Core\StackMiddleware

Wrap session logic around a HTTP request.

$ Session#sessionServiceNameProperty in class Session

The session service name.

StateClass in namespace Drupal\Core\State

Provides the state system using a key value store.

State::set() — Method in class State

Saves a value for a given key.

State::setMultiple() — Method in class State

Saves key/value pairs.

StateInterfaceClass in namespace Drupal\Core\State

Defines the interface for the state system.

StateInterface::set() — Method in class StateInterface

Saves a value for a given key.

StateInterface::setMultiple() — Method in class StateInterface

Saves key/value pairs.

LocalReadOnlyStream::stream_open() — Method in class LocalReadOnlyStream

Opens file or URL.

LocalReadOnlyStream::stream_lock() — Method in class LocalReadOnlyStream

Support for flock().

LocalReadOnlyStream::stream_write() — Method in class LocalReadOnlyStream

Support for fwrite(), file_put_contents() etc.

LocalReadOnlyStream::stream_flush() — Method in class LocalReadOnlyStream

Support for fflush().

LocalReadOnlyStream::stream_metadata() — Method in class LocalReadOnlyStream

Sets metadata on the stream.

LocalReadOnlyStream::stream_truncate() — Method in class LocalReadOnlyStream

Truncate stream.

LocalStream::setUri() — Method in class LocalStream

Sets the absolute stream resource URI.

LocalStream::stream_open() — Method in class LocalStream

Opens file or URL.

LocalStream::stream_lock() — Method in class LocalStream

Advisory file locking.

LocalStream::stream_read() — Method in class LocalStream

Read from stream.

LocalStream::stream_write() — Method in class LocalStream

Write to stream.

LocalStream::stream_eof() — Method in class LocalStream

Tests for end-of-file on a file pointer.

LocalStream::stream_seek() — Method in class LocalStream

Seeks to specific location in a stream.

LocalStream::stream_flush() — Method in class LocalStream

Flushes the output.

LocalStream::stream_tell() — Method in class LocalStream

Retrieve the current position of a stream.

LocalStream::stream_stat() — Method in class LocalStream

Retrieve information about a file resource.

LocalStream::stream_close() — Method in class LocalStream

Closes stream.

LocalStream::stream_cast() — Method in class LocalStream

Retrieve the underlying stream resource.

LocalStream::stream_metadata() — Method in class LocalStream

Sets metadata on the stream.

LocalStream::stream_set_option() — Method in class LocalStream

Change stream options.

LocalStream::stream_truncate() — Method in class LocalStream

Truncate stream.

PhpStreamWrapperInterface::stream_cast() — Method in class PhpStreamWrapperInterface

Retrieve the underlying stream resource.

PhpStreamWrapperInterface::stream_close() — Method in class PhpStreamWrapperInterface

Closes stream.

PhpStreamWrapperInterface::stream_eof() — Method in class PhpStreamWrapperInterface

Tests for end-of-file on a file pointer.

PhpStreamWrapperInterface::stream_flush() — Method in class PhpStreamWrapperInterface

Flushes the output.

PhpStreamWrapperInterface::stream_lock() — Method in class PhpStreamWrapperInterface

Advisory file locking.

PhpStreamWrapperInterface::stream_metadata() — Method in class PhpStreamWrapperInterface

Sets metadata on the stream.

PhpStreamWrapperInterface::stream_open() — Method in class PhpStreamWrapperInterface

Opens file or URL.

PhpStreamWrapperInterface::stream_read() — Method in class PhpStreamWrapperInterface

Read from stream.

PhpStreamWrapperInterface::stream_seek() — Method in class PhpStreamWrapperInterface

Seeks to specific location in a stream.

PhpStreamWrapperInterface::stream_set_option() — Method in class PhpStreamWrapperInterface

Change stream options.

PhpStreamWrapperInterface::stream_stat() — Method in class PhpStreamWrapperInterface

Retrieve information about a file resource.

PhpStreamWrapperInterface::stream_tell() — Method in class PhpStreamWrapperInterface

Retrieve the current position of a stream.

PhpStreamWrapperInterface::stream_truncate() — Method in class PhpStreamWrapperInterface

Truncate stream.

PhpStreamWrapperInterface::stream_write() — Method in class PhpStreamWrapperInterface

Write to stream.

ReadOnlyStream::setUri() — Method in class ReadOnlyStream

Sets the absolute stream resource URI.

ReadOnlyStream::stream_open() — Method in class ReadOnlyStream

Support for fopen(), file_get_contents(), etc.

ReadOnlyStream::stream_lock() — Method in class ReadOnlyStream

Support for flock().

ReadOnlyStream::stream_write() — Method in class ReadOnlyStream

Support for fwrite(), file_put_contents() etc.

ReadOnlyStream::stream_flush() — Method in class ReadOnlyStream

Support for fflush().

ReadOnlyStream::stream_metadata() — Method in class ReadOnlyStream

Sets metadata on the stream.

ReadOnlyStream::stream_truncate() — Method in class ReadOnlyStream

Truncate stream.

StreamWrapperInterfaceClass in namespace Drupal\Core\StreamWrapper

Defines a Drupal stream wrapper extension.

StreamWrapperInterface::setUri() — Method in class StreamWrapperInterface

Sets the absolute stream resource URI.

StreamWrapperManagerClass in namespace Drupal\Core\StreamWrapper

Provides a StreamWrapper manager.

StreamWrapperManagerInterfaceClass in namespace Drupal\Core\StreamWrapper

Provides a StreamWrapper manager.

StringTranslationTraitClass in namespace Drupal\Core\StringTranslation

Wrapper methods for \Drupal\Core\StringTranslation\TranslationInterface.

$ StringTranslationTrait#stringTranslationProperty in class StringTranslationTrait

The string translation service.

StringTranslationTrait::setStringTranslation() — Method in class StringTranslationTrait

Sets the string translation service to use.

$ TranslatableMarkup#stringTranslationProperty in class TranslatableMarkup

The string translation service.

$ TranslationManager#sortedTranslatorsProperty in class TranslationManager

An array of translators, sorted by priority.

TranslationManager::sortTranslators() — Method in class TranslationManager

Sorts translators according to priority.

TranslationManager::setDefaultLangcode() — Method in class TranslationManager

Sets the default langcode.

$ CustomStrings#settingsProperty in class CustomStrings

The settings read only object.

StaticTranslationClass in namespace Drupal\Core\StringTranslation\Translator

String translator with a static cache for translations.

$ PrivateTempStore#storageProperty in class PrivateTempStore

The key/value storage object used for this data.

PrivateTempStore::set() — Method in class PrivateTempStore

Stores a particular key/value pair in this PrivateTempStore.

PrivateTempStore::startSession() — Method in class PrivateTempStore

Start session because it is required for a private temp store.

$ PrivateTempStoreFactory#storageFactoryProperty in class PrivateTempStoreFactory

The storage factory creating the backend to store the data.

SharedTempStoreClass in namespace Drupal\Core\TempStore

Stores and retrieves temporary data for a given owner.

$ SharedTempStore#storageProperty in class SharedTempStore

The key/value storage object used for this data.

SharedTempStore::setIfNotExists() — Method in class SharedTempStore

Stores a particular key/value pair only if the key doesn't already exist.

SharedTempStore::setIfOwner() — Method in class SharedTempStore

Stores a particular key/value pair in this SharedTempStore.

SharedTempStore::set() — Method in class SharedTempStore

Stores a particular key/value pair in this SharedTempStore.

SharedTempStoreFactoryClass in namespace Drupal\Core\TempStore

Creates a shared temporary storage for a collection.

$ SharedTempStoreFactory#storageFactoryProperty in class SharedTempStoreFactory

The storage factory creating the backend to store the data.

$ Attribute#storageProperty in class Attribute

Stores the attribute data.

Attribute::setAttribute() — Method in class Attribute

Sets values for an attribute key.

Attribute::storage() — Method in class Attribute

Returns the whole array.

StringLoaderClass in namespace Drupal\Core\Template\Loader

Loads string templates, also known as inline templates.

$ TwigEnvironment#stateProperty in class TwigEnvironment

The state service.

TwigExtension::safeJoin() — Method in class TwigExtension

Joins several strings together safely.

$ TwigPhpStorageCache#storageProperty in class TwigPhpStorageCache

The PhpStorage object used for storing the templates.

TwigPhpStorageCache::storage() — Method in class TwigPhpStorageCache

Gets the PHP code storage object to use for the compiled Twig files.

FunctionalTestSetupTrait::setContainerParameter() — Method in class FunctionalTestSetupTrait

Changes parameters in the services.yml file.

FunctionalTestSetupTrait::setupBaseUrl() — Method in class FunctionalTestSetupTrait

Sets up the base URL based upon the environment variable.

$ PerformanceTestRecorder#serviceProperty in class PerformanceTestRecorder

The state service for persistent storage if necessary.

PhpUnitTestRunner::summarizeResults() — Method in class PhpUnitTestRunner

Tallies test results per test class.

TestDiscovery::scanDirectory() — Method in class TestDiscovery

Scans a given directory for class files.

$ TestSetupTrait#siteDirectoryProperty in class TestSetupTrait

The site directory of this test run.

$ TestSetupTrait#strictConfigSchemaProperty in class TestSetupTrait

Set to TRUE to strict check all configuration saved.

$ ActiveTheme#styleSheetsRemoveProperty in class ActiveTheme

The stylesheets which are set to be removed by the theme.

Registry::setThemeManager() — Method in class Registry

Sets the theme manager.

Registry::setCache() — Method in class Registry

Persists the theme registry in the cache backend.

ThemeManager::setThemeRegistry() — Method in class ThemeManager

Sets the theme registry.

ThemeManager::setActiveTheme() — Method in class ThemeManager

Sets the current active theme manually.

ThemeManagerInterface::setActiveTheme() — Method in class ThemeManagerInterface

Sets the current active theme manually.

ComplexDataInterface::set() — Method in class ComplexDataInterface

Sets a property value.

ComputedItemListTrait::setValue() — Method in class ComputedItemListTrait
{@inheritdoc}
ComputedItemListTrait::set() — Method in class ComputedItemListTrait
{@inheritdoc}
DataDefinition::setDataType() — Method in class DataDefinition

Sets the data type.

DataDefinition::setLabel() — Method in class DataDefinition

Sets the human-readable label.

DataDefinition::setDescription() — Method in class DataDefinition

Sets the human-readable description.

DataDefinition::setReadOnly() — Method in class DataDefinition

Sets whether the data is read-only.

DataDefinition::setComputed() — Method in class DataDefinition

Sets whether the data is computed.

DataDefinition::setRequired() — Method in class DataDefinition

Sets whether the data is required.

DataDefinition::setClass() — Method in class DataDefinition

Sets the class used for creating the typed data object.

DataDefinition::setSettings() — Method in class DataDefinition

Sets the array of settings, as required by the used class.

DataDefinition::setSetting() — Method in class DataDefinition

Sets a definition setting.

DataDefinition::setConstraints() — Method in class DataDefinition

Sets an array of validation constraints.

DataDefinition::setInternal() — Method in class DataDefinition

Sets the whether the data value should be internal.

DataReferenceBase::setValue() — Method in class DataReferenceBase

Sets the data value.

DataReferenceDefinition::setTargetDefinition() — Method in class DataReferenceDefinition

Sets the definition of the referenced data.

ListDataDefinition::setDataType() — Method in class ListDataDefinition

Sets the data type.

ListDataDefinition::setItemDefinition() — Method in class ListDataDefinition

Sets the item definition.

ListInterface::set() — Method in class ListInterface

Sets the value of the item at a given position in the list.

MapDataDefinition::setPropertyDefinition() — Method in class MapDataDefinition

Sets the definition of a map property.

MapDataDefinition::setMainPropertyName() — Method in class MapDataDefinition

Sets the main property name.

BinaryData::setValue() — Method in class BinaryData

Overrides TypedData::setValue().

DateTimeIso8601::setDateTime() — Method in class DateTimeIso8601

Sets the date time object.

DurationIso8601::setDuration() — Method in class DurationIso8601

Sets the duration.

ItemList::setValue() — Method in class ItemList

Overrides \Drupal\Core\TypedData\TypedData::setValue().

ItemList::set() — Method in class ItemList

Sets the value of the item at a given position in the list.

Language::setValue() — Method in class Language

Overrides TypedData::setValue().

Map::setValue() — Method in class Map

Overrides \Drupal\Core\TypedData\TypedData::setValue().

Map::set() — Method in class Map

Sets a property value.

StringDataClass in namespace Drupal\Core\TypedData\Plugin\DataType

The string data type.

TimeSpan::setDuration() — Method in class TimeSpan

Sets the duration.

Timestamp::setDateTime() — Method in class Timestamp

Sets the date time object.

PrimitiveBase::setValue() — Method in class PrimitiveBase

Sets the data value.

PrimitiveInterface::setValue() — Method in class PrimitiveInterface

Sets the primitive data value.

DateTimeInterface::setDateTime() — Method in class DateTimeInterface

Sets the date time object.

DurationInterface::setDuration() — Method in class DurationInterface

Sets the duration.

StringInterfaceClass in namespace Drupal\Core\TypedData\Type

Interface for strings.

TypedData::setValue() — Method in class TypedData

Sets the data value.

TypedData::setContext() — Method in class TypedData

Sets the context of a property or item via a context aware parent.

TypedDataInterface::setValue() — Method in class TypedDataInterface

Sets the data value.

TypedDataInterface::setContext() — Method in class TypedDataInterface

Sets the context of a property or item via a context aware parent.

TypedDataManager::setValidator() — Method in class TypedDataManager

Sets the validator for validating typed data.

TypedDataManager::setValidationConstraintManager() — Method in class TypedDataManager

Sets the validation constraint manager.

TypedDataManagerInterface::setValidator() — Method in class TypedDataManagerInterface

Sets the validator for validating typed data.

TypedDataManagerInterface::setValidationConstraintManager() — Method in class TypedDataManagerInterface

Sets the validation constraint manager.

TypedDataTrait::setTypedDataManager() — Method in class TypedDataTrait

Sets the typed data manager.

ConstraintViolationBuilder::setParameter() — Method in class ConstraintViolationBuilder
{@inheritdoc}
ConstraintViolationBuilder::setParameters() — Method in class ConstraintViolationBuilder
{@inheritdoc}
ConstraintViolationBuilder::setTranslationDomain() — Method in class ConstraintViolationBuilder
{@inheritdoc}
ConstraintViolationBuilder::setInvalidValue() — Method in class ConstraintViolationBuilder
{@inheritdoc}
ConstraintViolationBuilder::setPlural() — Method in class ConstraintViolationBuilder
{@inheritdoc}
ConstraintViolationBuilder::setCode() — Method in class ConstraintViolationBuilder
{@inheritdoc}
ConstraintViolationBuilder::setCause() — Method in class ConstraintViolationBuilder
{@inheritdoc}
ExecutionContext::setNode() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::setGroup() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::setConstraint() — Method in class ExecutionContext
{@inheritdoc}
RecursiveValidator::startContext() — Method in class RecursiveValidator
{@inheritdoc}
UpdateHookRegistry::setInstalledVersion() — Method in class UpdateHookRegistry

Updates the installed version information for a module.

UpdateKernel::shutdownSession() — Method in class UpdateKernel

Ensures that the session is saved.

UpdateKernel::setupRequestMatch() — Method in class UpdateKernel

Set up the request with fake routing data for update.php.

$ UpdateRegistry#sitePathProperty in class UpdateRegistry

The site path.

UpdateRegistry::scanExtensionsAndLoadUpdateFiles() — Method in class UpdateRegistry

Scans all module + profile extensions and load the update files.

$ Updater#sourceProperty in class Updater

Directory to install from.

Url::setUnrouted() — Method in class Url

Sets this Url to encapsulate an unrouted URI.

Url::setRouteParameters() — Method in class Url

Sets the route parameters.

Url::setRouteParameter() — Method in class Url

Sets a specific route parameter.

Url::setOptions() — Method in class Url

Sets the URL options.

Url::setOption() — Method in class Url

Sets a specific option.

Url::setAbsolute() — Method in class Url

Sets the value of the absolute option for this Url.

Url::setUrlGenerator() — Method in class Url

Sets the URL generator.

Url::setUnroutedUrlAssembler() — Method in class Url

Sets the unrouted URL assembler.

Token::scan() — Method in class Token

Builds a list of all token-like patterns that appear in the text.

Token::setInfo() — Method in class Token

Sets metadata describing supported tokens.

DrupalTranslator::setLocale() — Method in class DrupalTranslator
{@inheritdoc}
$ AllowedValuesConstraint#strictProperty in class AllowedValuesConstraint
UmamiMultilingualInstallTest::setUpLanguage() — Method in class UmamiMultilingualInstallTest
{@inheritdoc}
SystemListingCrossProfileCompatibleTestClass in namespace Drupal\Tests\drupal_system_listing_compatible_test\Kernel

Verifies that tests in installation profile modules are found and may use another profile for running tests.

SystemListingCrossProfileCompatibleTest::setUp() — Method in class SystemListingCrossProfileCompatibleTest
{@inheritdoc}
StandardJavascriptTestClass in namespace Drupal\Tests\standard\FunctionalJavascript

Tests Standard installation profile JavaScript expectations.

StandardTestClass in namespace Drupal\Tests\standard\Functional

Tests Standard installation profile expectations.

ActionAdminManageForm::submitForm() — Method in class ActionAdminManageForm

Form submission handler.

$ ActionFormBase#storageProperty in class ActionFormBase

The action storage.

ActionFormBase::submitForm() — Method in class ActionFormBase

Form submission handler.

ActionFormBase::save() — Method in class ActionFormBase

Form submission handler for the 'save' action.

Feed::setTitle() — Method in class Feed

Sets the title of the feed.

Feed::setUrl() — Method in class Feed

Sets the url to the feed.

Feed::setRefreshRate() — Method in class Feed

Sets the refresh rate of the feed in seconds.

Feed::setLastCheckedTime() — Method in class Feed

Sets the time when this feed was queued for refresh, 0 if not queued.

Feed::setQueuedTime() — Method in class Feed

Sets the time when this feed was queued for refresh, 0 if not queued.

Feed::setWebsiteUrl() — Method in class Feed

Sets the parent website of the feed.

Feed::setDescription() — Method in class Feed

Sets the description of the feed.

Feed::setImage() — Method in class Feed

Sets the primary image attached to the feed.

Feed::setHash() — Method in class Feed

Sets the calculated hash of the feed data, used for validating cache.

Feed::setEtag() — Method in class Feed

Sets the entity tag HTTP response header, used for validating cache.

Feed::setLastModified() — Method in class Feed

Sets the last modification of the feed.

Item::setFeedId() — Method in class Item

Sets the feed id of aggregator item.

Item::setTitle() — Method in class Item

Sets the title of the feed item.

Item::setLink() — Method in class Item

Sets the link to the feed item.

Item::setAuthor() — Method in class Item

Sets the author of the feed item.

Item::setDescription() — Method in class Item

Sets the body of the feed item.

Item::setPostedTime() — Method in class Item

Sets the posted date of the feed item, as a Unix timestamp.

Item::setGuid() — Method in class Item

Sets the unique identifier for the feed item.

FeedForm::save() — Method in class FeedForm

Form submission handler for the 'save' action.

FeedInterface::setTitle() — Method in class FeedInterface

Sets the title of the feed.

FeedInterface::setUrl() — Method in class FeedInterface

Sets the url to the feed.

FeedInterface::setRefreshRate() — Method in class FeedInterface

Sets the refresh rate of the feed in seconds.

FeedInterface::setLastCheckedTime() — Method in class FeedInterface

Sets the time when this feed was queued for refresh, 0 if not queued.

FeedInterface::setQueuedTime() — Method in class FeedInterface

Sets the time when this feed was queued for refresh, 0 if not queued.

FeedInterface::setWebsiteUrl() — Method in class FeedInterface

Sets the parent website of the feed.

FeedInterface::setDescription() — Method in class FeedInterface

Sets the description of the feed.

FeedInterface::setImage() — Method in class FeedInterface

Sets the primary image attached to the feed.

FeedInterface::setHash() — Method in class FeedInterface

Sets the calculated hash of the feed data, used for validating cache.

FeedInterface::setEtag() — Method in class FeedInterface

Sets the entity tag HTTP response header, used for validating cache.

FeedInterface::setLastModified() — Method in class FeedInterface

Sets the last modification of the feed.

FeedItemsDeleteForm::submitForm() — Method in class FeedItemsDeleteForm

Form submission handler.

OpmlFeedAdd::submitForm() — Method in class OpmlFeedAdd

Form submission handler.

SettingsFormClass in namespace Drupal\aggregator\Form

Configures aggregator settings for this site.

SettingsForm::submitForm() — Method in class SettingsForm

Form submission handler.

ItemInterface::setFeedId() — Method in class ItemInterface

Sets the feed id of aggregator item.

ItemInterface::setTitle() — Method in class ItemInterface

Sets the title of the feed item.

ItemInterface::setLink() — Method in class ItemInterface

Sets the link to the feed item.

ItemInterface::setAuthor() — Method in class ItemInterface

Sets the author of the feed item.

ItemInterface::setDescription() — Method in class ItemInterface

Sets the body of the feed item.

ItemInterface::setPostedTime() — Method in class ItemInterface

Sets the posted date of the feed item, as a Unix timestamp.

ItemInterface::setGuid() — Method in class ItemInterface

Sets the unique identifier for the feed item.

AggregatorTitleFormatter::settingsForm() — Method in class AggregatorTitleFormatter

Returns a form to configure settings for the formatter.

DefaultProcessor::submitConfigurationForm() — Method in class DefaultProcessor

Form submission handler.

DefaultProcessor::setConfiguration() — Method in class DefaultProcessor

Sets the configuration for this plugin instance.

$ AutomatedCron#stateProperty in class AutomatedCron

The state key value store.

BanAdmin::submitForm() — Method in class BanAdmin

Form submission handler.

BanDelete::submitForm() — Method in class BanDelete

Form submission handler.

BigPipeController::setNoJsCookie() — Method in class BigPipeController

Sets a BigPipe no-JS cookie, redirects back to the original location.

$ BigPipe#sessionProperty in class BigPipe

The session.

BigPipe::sendChunk() — Method in class BigPipe

Sends a chunk.

BigPipe::sendContent() — Method in class BigPipe

Sends an HTML response in chunks using the BigPipe technique.

BigPipe::sendPreBody() — Method in class BigPipe

Sends everything until just before .

BigPipe::sendNoJsPlaceholders() — Method in class BigPipe

Sends no-JS BigPipe placeholders' replacements as embedded HTML responses.

BigPipe::sendPlaceholders() — Method in class BigPipe

Sends BigPipe placeholders' replacements as embedded AJAX responses.

BigPipe::sendPostBody() — Method in class BigPipe

Sends and everything after it.

BigPipeResponse::setBigPipeService() — Method in class BigPipeResponse

Sets the BigPipe service to use.

BigPipeResponse::sendContent() — Method in class BigPipeResponse
{@inheritdoc}
$ BigPipeStrategy#sessionConfigurationProperty in class BigPipeStrategy

The session configuration.

$ BlockForm#storageProperty in class BlockForm

The block storage.

BlockForm::submitForm() — Method in class BlockForm

Form submission handler.

BlockForm::submitVisibility() — Method in class BlockForm

Helper function to independently submit the visibility UI.

BlockInterface::setVisibilityConfig() — Method in class BlockInterface

Sets the visibility condition configuration.

BlockInterface::setRegion() — Method in class BlockInterface

Sets the region this block is placed in.

BlockInterface::setWeight() — Method in class BlockInterface

Sets the block weight.

BlockListBuilder::submitForm() — Method in class BlockListBuilder

Form submission handler.

BlockListBuilder::systemRegionList() — Method in class BlockListBuilder

Wraps system_region_list().

$ Block#settingsProperty in class Block

The plugin instance settings.

Block::sort() — Method in class Block

Sorts active blocks by weight; sorts inactive blocks by name.

Block::setVisibilityConfig() — Method in class Block

Sets the visibility condition configuration.

Block::setRegion() — Method in class Block

Sets the region this block is placed in.

Block::setWeight() — Method in class Block

Sets the block weight.

BlockDeleteForm::systemRegionList() — Method in class BlockDeleteForm

Wraps system_region_list().

BlockPageVariant::setMainContent() — Method in class BlockPageVariant

Sets the main content for the page being rendered.

BlockPageVariant::setTitle() — Method in class BlockPageVariant

Sets the title for the page being rendered.

$ BlockVisibility#skipPHPProperty in class BlockVisibility

Whether or not to skip blocks that use PHP for visibility. Only applies if the PHP module is not enabled.

RefinableDependentAccessInterface::setAccessDependency() — Method in class RefinableDependentAccessInterface

Sets the access dependency.

RefinableDependentAccessTrait::setAccessDependency() — Method in class RefinableDependentAccessTrait
{@inheritdoc}
BlockContentForm::save() — Method in class BlockContentForm

Form submission handler for the 'save' action.

BlockContentInterface::setInfo() — Method in class BlockContentInterface

Sets the block description.

BlockContentInterface::setReusable() — Method in class BlockContentInterface

Sets the block to be reusable.

BlockContentInterface::setNonReusable() — Method in class BlockContentInterface

Sets the block to be non-reusable.

BlockContentInterface::setTheme() — Method in class BlockContentInterface

Sets the theme value.

BlockContentTypeForm::save() — Method in class BlockContentTypeForm

Form submission handler for the 'save' action.

BlockContent::setTheme() — Method in class BlockContent

Sets the theme value.

BlockContent::setInfo() — Method in class BlockContent

Sets the block description.

BlockContent::setRevisionCreationTime() — Method in class BlockContent

Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionCreationTime().

BlockContent::setRevisionUser() — Method in class BlockContent

Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser().

BlockContent::setRevisionUserId() — Method in class BlockContent

Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId().

BlockContent::setRevisionLogMessage() — Method in class BlockContent

Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionLogMessage().

BlockContent::setReusable() — Method in class BlockContent

Sets the block to be reusable.

BlockContent::setNonReusable() — Method in class BlockContent

Sets the block to be non-reusable.

BlockContentType::shouldCreateNewRevision() — Method in class BlockContentType

Gets whether a new revision should be created by default.

BlockContentGetDependencyEvent::setAccessDependency() — Method in class BlockContentGetDependencyEvent

Sets the access dependency.

BookManager::saveBookLink() — Method in class BookManager

Saves a single book entry.

BookManager::setParents() — Method in class BookManager

Sets the p1 through p9 properties for a book link being saved.

BookManagerInterface::saveBookLink() — Method in class BookManagerInterface

Saves a single book entry.

BookAdminEditForm::submitForm() — Method in class BookAdminEditForm

Form submission handler.

BookOutlineForm::save() — Method in class BookOutlineForm

Form submission handler for the 'save' action.

BookRemoveForm::submitForm() — Method in class BookRemoveForm

Form submission handler.

BookSettingsForm::submitForm() — Method in class BookSettingsForm

Form submission handler.

$ BookUninstallValidator#serviceProperty in class BookUninstallValidator

The real proxied service, after it was lazy loaded.

BookUninstallValidator::setStringTranslation() — Method in class BookUninstallValidator
{@inheritdoc}
CKEditor5Plugin::setClass() — Method in class CKEditor5Plugin

Sets the class of the annotated class.

CKEditor5PluginConfigurableTrait::setConfiguration() — Method in class CKEditor5PluginConfigurableTrait
{@inheritdoc}
CKEditor5PluginDefinition::setClass() — Method in class CKEditor5PluginDefinition

Sets the class.

Heading::submitConfigurationForm() — Method in class Heading

Form submission handler.

ImageUpload::submitConfigurationForm() — Method in class ImageUpload

Form submission handler.

Language::submitConfigurationForm() — Method in class Language

Form submission handler.

SourceEditingClass in namespace Drupal\ckeditor5\Plugin\CKEditor5Plugin

CKEditor 5 Source Editing plugin configuration.

SourceEditing::submitConfigurationForm() — Method in class SourceEditing

Form submission handler.

$ CKEditor5#smartDefaultSettingsProperty in class CKEditor5

Smart default settings utility.

CKEditor5::submitConfigurationForm() — Method in class CKEditor5

Form submission handler.

SourceEditingRedundantTagsConstraintClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

For disallowing Source Editing tags that are already supported by a plugin.

SourceEditingRedundantTagsConstraintValidatorClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

Ensures tags already available via plugin are not be added to Source Editing.

$ ToolbarItemConditionsMetConstraint#singleMissingRequiredPluginMessageProperty in class ToolbarItemConditionsMetConstraint

The violation message when 1 required plugin is missing.

SmartDefaultSettingsClass in namespace Drupal\ckeditor5

Generates CKEditor 5 settings for existing text editors/formats.

$ AddStyleSheetCommand#styleSheetsProperty in class AddStyleSheetCommand

The style sheet URLs to add to the CKEditor instance.

CKEditorPluginConfigurableInterface::settingsForm() — Method in class CKEditorPluginConfigurableInterface

Returns a settings form to configure this CKEditor plugin.

DrupalImage::settingsForm() — Method in class DrupalImage

Returns a settings form to configure this CKEditor plugin.

Language::settingsForm() — Method in class Language

Returns a settings form to configure this CKEditor plugin.

StylesComboClass in namespace Drupal\ckeditor\Plugin\CKEditorPlugin

Defines the "stylescombo" plugin.

StylesCombo::settingsForm() — Method in class StylesCombo

Returns a settings form to configure this CKEditor plugin.

$ CKEditor#stateProperty in class CKEditor

The state key/value store.

CKEditor::submitConfigurationForm() — Method in class CKEditor

Form submission handler.

CommentForm::save() — Method in class CommentForm

Form submission handler for the 'save' action.

CommentInterface::setFieldName() — Method in class CommentInterface

Sets the field ID for which this comment is attached.

CommentInterface::setSubject() — Method in class CommentInterface

Sets the subject of the comment.

CommentInterface::setAuthorName() — Method in class CommentInterface

Sets the name of the author of the comment.

CommentInterface::setHomepage() — Method in class CommentInterface

Sets the comment author's home page address.

CommentInterface::setHostname() — Method in class CommentInterface

Sets the hostname of the author of the comment.

CommentInterface::setCreatedTime() — Method in class CommentInterface

Sets the creation date of the comment.

CommentInterface::setThread() — Method in class CommentInterface

Sets the alphadecimal representation of the comment's place in a thread.

$ CommentStatistics#stateProperty in class CommentStatistics

The state service.

CommentTypeForm::save() — Method in class CommentTypeForm

Form submission handler for the 'save' action.

CommentTypeInterface::setDescription() — Method in class CommentTypeInterface

Sets the description of the comment type.

Comment::setFieldName() — Method in class Comment

Sets the field ID for which this comment is attached.

Comment::setSubject() — Method in class Comment

Sets the subject of the comment.

Comment::setAuthorName() — Method in class Comment

Sets the name of the author of the comment.

Comment::setHomepage() — Method in class Comment

Sets the comment author's home page address.

Comment::setHostname() — Method in class Comment

Sets the hostname of the author of the comment.

Comment::setCreatedTime() — Method in class Comment

Sets the creation date of the comment.

Comment::setThread() — Method in class Comment

Sets the alphadecimal representation of the comment's place in a thread.

CommentType::setDescription() — Method in class CommentType

Sets the description of the comment type.

CommentAdminOverview::submitForm() — Method in class CommentAdminOverview

Form submission handler.

UnpublishByKeywordComment::submitConfigurationForm() — Method in class UnpublishByKeywordComment

Form submission handler.

$ CommentDefaultFormatter#storageProperty in class CommentDefaultFormatter

The comment storage.

CommentDefaultFormatter::settingsForm() — Method in class CommentDefaultFormatter

Returns a form to configure settings for the formatter.

CommentDefaultFormatter::settingsSummary() — Method in class CommentDefaultFormatter

Returns a short summary for the current formatter settings.

CommentItem::schema() — Method in class CommentItem

Returns the schema for the field.

CommentItem::storageSettingsForm() — Method in class CommentItem

Returns a form for the storage-level settings.

$ EntityComment#stateProperty in class EntityComment

The state storage object.

$ EntityComment#stubCommentedEntityIdsProperty in class EntityComment

An array of entity IDs for the 'commented entity' keyed by entity type.

StatisticsLastCommentNameClass in namespace Drupal\comment\Plugin\views\field

Field handler to present the name of the last comment poster.

StatisticsLastUpdatedClass in namespace Drupal\comment\Plugin\views\field

Field handler to display the newer of last comment / node updated.

StatisticsLastUpdatedClass in namespace Drupal\comment\Plugin\views\filter

Filter handler for the newer of last comment / node updated.

StatisticsLastCommentNameClass in namespace Drupal\comment\Plugin\views\sort

Sort handler to sort by last comment name which might be in 2 different fields.

StatisticsLastUpdatedClass in namespace Drupal\comment\Plugin\views\sort

Sort handler for the newer of last comment / entity updated.

$ ConfigController#syncStorageProperty in class ConfigController

The sync storage.

ConfigExportForm::submitForm() — Method in class ConfigExportForm

Form submission handler.

$ ConfigImportForm#settingsProperty in class ConfigImportForm

The settings object.

ConfigImportForm::submitForm() — Method in class ConfigImportForm

Form submission handler.

ConfigSingleExportForm::submitForm() — Method in class ConfigSingleExportForm

Form submission handler.

ConfigSingleImportForm::submitForm() — Method in class ConfigSingleImportForm

Form submission handler.

$ ConfigSync#syncStorageProperty in class ConfigSync

The sync configuration object.

$ ConfigSync#snapshotStorageProperty in class ConfigSync

The snapshot configuration object.

ConfigSync::submitForm() — Method in class ConfigSync

Form submission handler.

StorageReplaceDataWrapperClass in namespace Drupal\config

Wraps a configuration storage to allow replacing specific configuration data.

$ StorageReplaceDataWrapper#storageProperty in class StorageReplaceDataWrapper

The configuration storage to be wrapped.

ConfigEntityMapper::setEntity() — Method in class ConfigEntityMapper

Sets the entity instance for this mapper.

ConfigEntityMapper::setType() — Method in class ConfigEntityMapper

Set entity type for this mapper.

ConfigFieldMapper::setEntity() — Method in class ConfigFieldMapper

Sets the entity instance for this mapper.

ConfigMapperInterface::setRouteCollection() — Method in class ConfigMapperInterface

Sets the route collection.

ConfigMapperInterface::setLangcode() — Method in class ConfigMapperInterface

Sets the original language code.

ConfigNamesMapper::setRouteCollection() — Method in class ConfigNamesMapper

Sets the route collection.

ConfigNamesMapper::setLangcode() — Method in class ConfigNamesMapper

Sets the original language code.

ConfigTranslationBlockListBuilder::sortRows() — Method in class ConfigTranslationBlockListBuilder

Sorts an array by value.

ConfigTranslationEntityListBuilder::sortRows() — Method in class ConfigTranslationEntityListBuilder

Sorts an array by value.

ConfigTranslationEntityListBuilder::sortRowsMultiple() — Method in class ConfigTranslationEntityListBuilder

Sorts an array by multiple criteria.

ConfigTranslationEntityListBuilder::setMapperDefinition() — Method in class ConfigTranslationEntityListBuilder

Sets the config translation mapper definition.

ConfigTranslationEntityListBuilderInterface::sortRows() — Method in class ConfigTranslationEntityListBuilderInterface

Sorts an array by value.

ConfigTranslationEntityListBuilderInterface::setMapperDefinition() — Method in class ConfigTranslationEntityListBuilderInterface

Sets the config translation mapper definition.

ConfigTranslationFieldListBuilder::setMapperDefinition() — Method in class ConfigTranslationFieldListBuilder

Sets the config translation mapper definition.

ConfigTranslationFieldListBuilder::sortRows() — Method in class ConfigTranslationFieldListBuilder

Sorts an array by value.

ElementInterface::setConfig() — Method in class ElementInterface

Sets configuration based on a nested form value array.

FormElementBase::setConfig() — Method in class FormElementBase

Sets configuration based on a nested form value array.

ListElement::setConfig() — Method in class ListElement

Sets configuration based on a nested form value array.

PluralVariants::setConfig() — Method in class PluralVariants

Sets configuration based on a nested form value array.

ConfigTranslationAddForm::submitForm() — Method in class ConfigTranslationAddForm

Form submission handler.

ConfigTranslationDeleteForm::submitForm() — Method in class ConfigTranslationDeleteForm

Form submission handler.

ConfigTranslationEditForm::submitForm() — Method in class ConfigTranslationEditForm

Form submission handler.

$ ConfigTranslationFormBase#sourceLanguageProperty in class ConfigTranslationFormBase

The language of the configuration translation source.

ConfigTranslationFormBase::submitForm() — Method in class ConfigTranslationFormBase

Form submission handler.

ContactFormEditForm::save() — Method in class ContactFormEditForm

Form submission handler for the 'save' action.

ContactFormInterface::setMessage() — Method in class ContactFormInterface

Sets the message to be displayed to the user.

ContactFormInterface::setRecipients() — Method in class ContactFormInterface

Sets list of recipient email addresses.

ContactFormInterface::setRedirectPath() — Method in class ContactFormInterface

Sets the redirect path.

ContactFormInterface::setReply() — Method in class ContactFormInterface

Sets an auto-reply message to send to the message author.

ContactFormInterface::setWeight() — Method in class ContactFormInterface

Sets the weight.

ContactForm::setMessage() — Method in class ContactForm

Sets the message to be displayed to the user.

ContactForm::setRecipients() — Method in class ContactForm

Sets list of recipient email addresses.

ContactForm::setRedirectPath() — Method in class ContactForm

Sets the redirect path.

ContactForm::setReply() — Method in class ContactForm

Sets an auto-reply message to send to the message author.

ContactForm::setWeight() — Method in class ContactForm

Sets the weight.

Message::setSenderName() — Method in class Message

Sets the name of the message sender.

Message::setSenderMail() — Method in class Message

Sets the email address of the sender.

Message::setSubject() — Method in class Message

Sets the subject for the email.

Message::setMessage() — Method in class Message

Sets the email message to send.

Message::setCopySender() — Method in class Message

Sets if the sender should receive a copy of this email or not.

MailHandler::sendMailMessages() — Method in class MailHandler

Sends mail messages as appropriate for a given Message form submission.

MailHandlerInterface::sendMailMessages() — Method in class MailHandlerInterface

Sends mail messages as appropriate for a given Message form submission.

MessageForm::save() — Method in class MessageForm

Form submission handler for the 'save' action.

MessageInterface::setSenderName() — Method in class MessageInterface

Sets the name of the message sender.

MessageInterface::setSenderMail() — Method in class MessageInterface

Sets the email address of the sender.

MessageInterface::setSubject() — Method in class MessageInterface

Sets the subject for the email.

MessageInterface::setMessage() — Method in class MessageInterface

Sets the email message to send.

MessageInterface::setCopySender() — Method in class MessageInterface

Sets if the sender should receive a copy of this email or not.

$ ContentModerationState#stateProperty in class ContentModerationState

The vanilla state object from the Workflow module.

ContentModerationState::save() — Method in class ContentModerationState

Saves an entity permanently.

ContentModerationConfigureEntityTypesForm::submitForm() — Method in class ContentModerationConfigureEntityTypesForm

Form submission handler.

ContentModerationConfigureForm::submitConfigurationForm() — Method in class ContentModerationConfigureForm

Form submission handler.

EntityModerationForm::submitForm() — Method in class EntityModerationForm

Form submission handler.

$ ModeratedNodeListBuilder#storageProperty in class ModeratedNodeListBuilder

The entity storage class.

ModerationInformation::shouldModerateEntitiesOfBundle() — Method in class ModerationInformation

Determines if an entity type/bundle entities should be moderated.

ModerationInformationInterface::shouldModerateEntitiesOfBundle() — Method in class ModerationInformationInterface

Determines if an entity type/bundle entities should be moderated.

ModerationStateFieldItemList::setValue() — Method in class ModerationStateFieldItemList

Overrides \Drupal\Core\TypedData\TypedData::setValue().

$ ModerationStateConstraintValidator#stateTransitionValidationProperty in class ModerationStateConstraintValidator

The state transition validation service.

ContentModerationRouteSubscriber::setLatestRevisionFlag() — Method in class ContentModerationRouteSubscriber

Ensure revisionable entities load the latest revision on entity forms.

StateTransitionValidationClass in namespace Drupal\content_moderation

Validates whether a certain state transition is allowed.

StateTransitionValidationInterfaceClass in namespace Drupal\content_moderation

Validates whether a certain state transition is allowed.

BundleTranslationSettingsInterface::setBundleTranslationSettings() — Method in class BundleTranslationSettingsInterface

Sets translation settings for the specified bundle.

ContentTranslationManager::setEnabled() — Method in class ContentTranslationManager

Sets the value for translatability of the given entity type bundle.

ContentTranslationManager::setBundleTranslationSettings() — Method in class ContentTranslationManager

Sets translation settings for the specified bundle.

ContentTranslationManagerInterface::setEnabled() — Method in class ContentTranslationManagerInterface

Sets the value for translatability of the given entity type bundle.

ContentTranslationMetadataWrapper::setSource() — Method in class ContentTranslationMetadataWrapper

Sets the source language for this translation.

ContentTranslationMetadataWrapper::setOutdated() — Method in class ContentTranslationMetadataWrapper

Sets the translation outdated status.

ContentTranslationMetadataWrapper::setAuthor() — Method in class ContentTranslationMetadataWrapper

Sets the translation author.

ContentTranslationMetadataWrapper::setPublished() — Method in class ContentTranslationMetadataWrapper

Sets the translation published status.

ContentTranslationMetadataWrapper::setCreatedTime() — Method in class ContentTranslationMetadataWrapper

Sets the translation creation timestamp.

ContentTranslationMetadataWrapper::setChangedTime() — Method in class ContentTranslationMetadataWrapper

Sets the translation modification timestamp.

ContentTranslationMetadataWrapper::setFieldOnlyIfTranslatable() — Method in class ContentTranslationMetadataWrapper

Updates a field value, only if the field is translatable.

ContentTranslationMetadataWrapperInterface::setSource() — Method in class ContentTranslationMetadataWrapperInterface

Sets the source language for this translation.

ContentTranslationMetadataWrapperInterface::setOutdated() — Method in class ContentTranslationMetadataWrapperInterface

Sets the translation outdated status.

ContentTranslationMetadataWrapperInterface::setAuthor() — Method in class ContentTranslationMetadataWrapperInterface

Sets the translation author.

ContentTranslationMetadataWrapperInterface::setPublished() — Method in class ContentTranslationMetadataWrapperInterface

Sets the translation published status.

ContentTranslationMetadataWrapperInterface::setCreatedTime() — Method in class ContentTranslationMetadataWrapperInterface

Sets the translation creation timestamp.

ContentTranslationMetadataWrapperInterface::setChangedTime() — Method in class ContentTranslationMetadataWrapperInterface

Sets the translation modification timestamp.

FieldTranslationSynchronizer::synchronizeFields() — Method in class FieldTranslationSynchronizer

Performs field column synchronization on the given entity.

FieldTranslationSynchronizer::synchronizeItems() — Method in class FieldTranslationSynchronizer

Synchronize the items of a single field.

FieldTranslationSynchronizerInterface::synchronizeFields() — Method in class FieldTranslationSynchronizerInterface

Performs field column synchronization on the given entity.

FieldTranslationSynchronizerInterface::synchronizeItems() — Method in class FieldTranslationSynchronizerInterface

Synchronize the items of a single field.

$ ContentTranslationSynchronizedFieldsConstraintValidator#synchronizerProperty in class ContentTranslationSynchronizedFieldsConstraintValidator

The field translation synchronizer.

DateTimeComputed::setValue() — Method in class DateTimeComputed

Sets the data value.

DateTimeCustomFormatter::settingsForm() — Method in class DateTimeCustomFormatter

Returns a form to configure settings for the formatter.

DateTimeCustomFormatter::settingsSummary() — Method in class DateTimeCustomFormatter

Returns a short summary for the current formatter settings.

DateTimeDefaultFormatter::settingsForm() — Method in class DateTimeDefaultFormatter

Returns a form to configure settings for the formatter.

DateTimeDefaultFormatter::settingsSummary() — Method in class DateTimeDefaultFormatter

Returns a short summary for the current formatter settings.

DateTimeFormatterBase::settingsForm() — Method in class DateTimeFormatterBase

Returns a form to configure settings for the formatter.

DateTimeFormatterBase::settingsSummary() — Method in class DateTimeFormatterBase

Returns a short summary for the current formatter settings.

DateTimeFormatterBase::setTimeZone() — Method in class DateTimeFormatterBase

Sets the proper time zone on a DrupalDateTime object for the current user.

DateTimeItem::schema() — Method in class DateTimeItem

Returns the schema for the field.

DateTimeItem::storageSettingsForm() — Method in class DateTimeItem

Returns a form for the storage-level settings.

DateTimeDatelistWidget::settingsForm() — Method in class DateTimeDatelistWidget

Returns a form to configure settings for the widget.

DateTimeDatelistWidget::settingsSummary() — Method in class DateTimeDatelistWidget

Returns a short summary for the current widget settings.

DateRangeCustomFormatter::settingsForm() — Method in class DateRangeCustomFormatter

Returns a form to configure settings for the formatter.

DateRangeCustomFormatter::settingsSummary() — Method in class DateRangeCustomFormatter

Returns a short summary for the current formatter settings.

DateRangeDefaultFormatter::settingsForm() — Method in class DateRangeDefaultFormatter

Returns a form to configure settings for the formatter.

DateRangeDefaultFormatter::settingsSummary() — Method in class DateRangeDefaultFormatter

Returns a short summary for the current formatter settings.

DateRangePlainFormatter::settingsForm() — Method in class DateRangePlainFormatter

Returns a form to configure settings for the formatter.

DateRangePlainFormatter::settingsSummary() — Method in class DateRangePlainFormatter

Returns a short summary for the current formatter settings.

DateRangeItem::schema() — Method in class DateRangeItem

Returns the schema for the field.

DateRangeItem::storageSettingsForm() — Method in class DateRangeItem

Returns a form for the storage-level settings.

DateRangeDatelistWidget::settingsForm() — Method in class DateRangeDatelistWidget

Returns a form to configure settings for the widget.

DateRangeDatelistWidget::settingsSummary() — Method in class DateRangeDatelistWidget

Returns a short summary for the current widget settings.

DblogClearLogConfirmForm::submitForm() — Method in class DblogClearLogConfirmForm

Form submission handler.

DblogFilterForm::submitForm() — Method in class DblogFilterForm

Form submission handler.

$ InstallHelper#stateProperty in class InstallHelper
State.
InstallHelper::saveTermId() — Method in class InstallHelper

Saves a Term ID generated when saving a taxonomy term.

InstallHelper::saveMediaImageId() — Method in class InstallHelper

Saves a Media Image ID generated when saving a media image.

InstallHelper::saveNodePath() — Method in class InstallHelper

Saves a node CSV ID generated when saving content.

InstallHelper::storeCreatedContentUuids() — Method in class InstallHelper

Stores record of content entities created by this import.

DynamicPageCacheSubscriber::shouldCacheResponse() — Method in class DynamicPageCacheSubscriber

Whether the given response should be cached by Dynamic Page Cache.

$ Editor#supports_content_filteringProperty in class Editor

Whether the editor supports "allowed content only" filtering.

$ Editor#supports_inline_editingProperty in class Editor

Whether the editor supports the inline editing provided by the Edit module.

$ Editor#supported_element_typesProperty in class Editor

A list of element types this text editor supports.

EditorInterface::setEditor() — Method in class EditorInterface

Set the text editor plugin ID.

EditorInterface::setSettings() — Method in class EditorInterface

Sets the text editor plugin-specific settings.

EditorInterface::setImageUploadSettings() — Method in class EditorInterface

Sets the image upload settings.

StandardClass in namespace Drupal\editor\EditorXssFilter

Defines the standard text editor XSS filter.

$ Editor#settingsProperty in class Editor

The structured array of text editor plugin-specific settings.

Editor::setEditor() — Method in class Editor

Set the text editor plugin ID.

Editor::setSettings() — Method in class Editor

Sets the text editor plugin-specific settings.

Editor::setImageUploadSettings() — Method in class Editor

Sets the image upload settings.

EditorImageDialog::submitForm() — Method in class EditorImageDialog

Form submission handler.

EditorLinkDialog::submitForm() — Method in class EditorLinkDialog

Form submission handler.

EditorBase::submitConfigurationForm() — Method in class EditorBase

Form submission handler.

$ FieldStorageConfig#settingsProperty in class FieldStorageConfig

Field-type specific settings.

$ FieldStorageConfig#schemaProperty in class FieldStorageConfig

The field schema.

FieldStorageConfig::setSetting() — Method in class FieldStorageConfig

Sets the value for a field setting by name.

FieldStorageConfig::setSettings() — Method in class FieldStorageConfig

Sets field storage settings.

FieldStorageConfig::setTranslatable() — Method in class FieldStorageConfig

Sets whether the field is translatable.

FieldStorageConfig::setCardinality() — Method in class FieldStorageConfig

Sets the maximum number of items allowed for the field.

FieldStorageConfig::setLocked() — Method in class FieldStorageConfig

Sets the locked flag.

FieldStorageConfig::setIndexes() — Method in class FieldStorageConfig

Sets the custom storage indexes for the field data storage.

FieldStorageConfigInterface::setLocked() — Method in class FieldStorageConfigInterface

Sets the locked flag.

FieldStorageConfigInterface::setCardinality() — Method in class FieldStorageConfigInterface

Sets the maximum number of items allowed for the field.

FieldStorageConfigInterface::setSetting() — Method in class FieldStorageConfigInterface

Sets the value for a field setting by name.

FieldStorageConfigInterface::setSettings() — Method in class FieldStorageConfigInterface

Sets field storage settings.

FieldStorageConfigInterface::setTranslatable() — Method in class FieldStorageConfigInterface

Sets whether the field is translatable.

FieldStorageConfigInterface::setIndexes() — Method in class FieldStorageConfigInterface

Sets the custom storage indexes for the field data storage.

$ FieldUninstallValidator#serviceProperty in class FieldUninstallValidator

The real proxied service, after it was lazy loaded.

FieldUninstallValidator::setStringTranslation() — Method in class FieldUninstallValidator
{@inheritdoc}
EntityDisplayWithLayoutInterface::setLayoutId() — Method in class EntityDisplayWithLayoutInterface

Sets the layout plugin ID for this display.

EntityDisplayWithLayoutInterface::setLayout() — Method in class EntityDisplayWithLayoutInterface

Sets the layout plugin for this display.

FieldLayoutEntityDisplayTrait::setLayoutId() — Method in class FieldLayoutEntityDisplayTrait

Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::setLayoutId().

FieldLayoutEntityDisplayTrait::setLayout() — Method in class FieldLayoutEntityDisplayTrait

Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::setLayout().

FieldLayoutEntityDisplayFormTrait::settingsAjax() — Method in class FieldLayoutEntityDisplayFormTrait

Ajax callback for the field layout settings form.

FieldLayoutEntityDisplayFormTrait::settingsAjaxSubmit() — Method in class FieldLayoutEntityDisplayFormTrait

Submit handler for the non-JS case.

FieldLayoutEntityDisplayFormTrait::submitForm() — Method in class FieldLayoutEntityDisplayFormTrait

Overrides \Drupal\field_ui\Form\EntityDisplayFormBase::submitForm().

EntityDisplayFormBase::submitForm() — Method in class EntityDisplayFormBase

Form submission handler.

EntityDisplayFormBase::saveDisplayStatuses() — Method in class EntityDisplayFormBase

Saves the updated display mode statuses.

EntityDisplayModeFormBase::save() — Method in class EntityDisplayModeFormBase

Form submission handler for the 'save' action.

FieldConfigDeleteForm::submitForm() — Method in class FieldConfigDeleteForm
{@inheritdoc}
FieldConfigEditForm::submitForm() — Method in class FieldConfigEditForm

Form submission handler.

FieldConfigEditForm::save() — Method in class FieldConfigEditForm

Form submission handler for the 'save' action.

FieldStorageAddForm::submitForm() — Method in class FieldStorageAddForm

Form submission handler.

FieldStorageConfigEditForm::save() — Method in class FieldStorageConfigEditForm

Form submission handler for the 'save' action.

ComputedFileUrl::setValue() — Method in class ComputedFileUrl

Sets the data value.

File::setFilename() — Method in class File

Sets the name of the file.

File::setFileUri() — Method in class File

Sets the URI of the file.

File::setMimeType() — Method in class File

Sets the MIME type of the file.

File::setSize() — Method in class File

Sets the size of the file.

File::setPermanent() — Method in class File

Sets the file status to permanent.

File::setTemporary() — Method in class File

Sets the file status to temporary.

FileInterface::setFilename() — Method in class FileInterface

Sets the name of the file.

FileInterface::setFileUri() — Method in class FileInterface

Sets the URI of the file.

FileInterface::setMimeType() — Method in class FileInterface

Sets the MIME type of the file.

FileInterface::setSize() — Method in class FileInterface

Sets the size of the file.

FileInterface::setPermanent() — Method in class FileInterface

Sets the file status to permanent.

FileInterface::setTemporary() — Method in class FileInterface

Sets the file status to temporary.

$ FileRepository#streamWrapperManagerProperty in class FileRepository

The stream wrapper manager.

FileStorage::spaceUsed() — Method in class FileStorage

Determines total disk space used by a single user or the whole filesystem.

FileStorageInterface::spaceUsed() — Method in class FileStorageInterface

Determines total disk space used by a single user or the whole filesystem.

BaseFieldFileFormatterBase::settingsForm() — Method in class BaseFieldFileFormatterBase

Returns a form to configure settings for the formatter.

DefaultFileFormatter::settingsForm() — Method in class DefaultFileFormatter

Returns a form to configure settings for the formatter.

DescriptionAwareFileFormatterBase::settingsForm() — Method in class DescriptionAwareFileFormatterBase

Returns a form to configure settings for the formatter.

DescriptionAwareFileFormatterBase::settingsSummary() — Method in class DescriptionAwareFileFormatterBase

Returns a short summary for the current formatter settings.

FileExtensionFormatter::settingsForm() — Method in class FileExtensionFormatter

Returns a form to configure settings for the formatter.

FileMediaFormatterBase::settingsForm() — Method in class FileMediaFormatterBase

Returns a form to configure settings for the formatter.

FileMediaFormatterBase::settingsSummary() — Method in class FileMediaFormatterBase

Returns a short summary for the current formatter settings.

FileUriFormatter::settingsForm() — Method in class FileUriFormatter

Returns a form to configure settings for the formatter.

FileVideoFormatter::settingsForm() — Method in class FileVideoFormatter

Returns a form to configure settings for the formatter.

FileVideoFormatter::settingsSummary() — Method in class FileVideoFormatter

Returns a short summary for the current formatter settings.

FilemimeFormatter::settingsForm() — Method in class FilemimeFormatter

Returns a form to configure settings for the formatter.

FileItem::schema() — Method in class FileItem

Returns the schema for the field.

FileItem::storageSettingsForm() — Method in class FileItem

Returns a form for the storage-level settings.

FileWidget::settingsForm() — Method in class FileWidget

Returns a form to configure settings for the widget.

FileWidget::settingsSummary() — Method in class FileWidget

Returns a short summary for the current widget settings.

FileWidget::submit() — Method in class FileWidget

Form submission handler for upload/remove button of formElement().

$ FileUploadResource#systemFileConfigProperty in class FileUploadResource
FileUploadResource::streamUploadData() — Method in class FileUploadResource

Streams file upload data to temporary file and moves to file destination.

StatusClass in namespace Drupal\file\Plugin\views\filter

Filter by file status.

$ FileUploadHandler#streamWrapperManagerProperty in class FileUploadHandler

The stream wrapper manager.

$ FileUploadResult#securityRenameProperty in class FileUploadResult

If the filename was renamed for security reasons.

$ FileUploadResult#sanitizedFilenameProperty in class FileUploadResult

The sanitized filename.

FileUploadResult::setSecurityRename() — Method in class FileUploadResult

Flags the result as having had a security rename.

FileUploadResult::setSanitizedFilename() — Method in class FileUploadResult

Sets the sanitized filename.

FileUploadResult::setOriginalFilename() — Method in class FileUploadResult

Sets the original filename.

FileUploadResult::setFile() — Method in class FileUploadResult

Sets the File entity.

$ Filter#statusProperty in class Filter

Whether this filter is enabled or disabled by default.

$ Filter#settingsProperty in class Filter

The default settings for the filter.

FilterFormat::setFilterConfig() — Method in class FilterFormat

Sets the configuration for a filter plugin instance.

FilterFormatAddForm::submitForm() — Method in class FilterFormatAddForm

Form submission handler.

FilterFormatEditForm::submitForm() — Method in class FilterFormatEditForm

Form submission handler.

FilterFormatFormBase::submitForm() — Method in class FilterFormatFormBase

Form submission handler.

FilterFormatInterface::setFilterConfig() — Method in class FilterFormatInterface

Sets the configuration for a filter plugin instance.

FilterFormatListBuilder::submitForm() — Method in class FilterFormatListBuilder

Form submission handler.

FilterPluginCollection::sort() — Method in class FilterPluginCollection

Sorts all plugin instances in this collection.

FilterPluginCollection::sortHelper() — Method in class FilterPluginCollection

Provides uasort() callback to sort plugins.

FilterProcessResult::setProcessedText() — Method in class FilterProcessResult

Sets the processed text.

FilterDisableForm::submitForm() — Method in class FilterDisableForm

Form submission handler.

$ FilterBase#statusProperty in class FilterBase

A Boolean indicating whether this filter is enabled.

$ FilterBase#settingsProperty in class FilterBase

An associative array containing the configured settings of this filter.

FilterBase::setConfiguration() — Method in class FilterBase

Sets the configuration for this plugin instance.

FilterBase::settingsForm() — Method in class FilterBase

Generates a filter's settings form.

FilterInterface::settingsForm() — Method in class FilterInterface

Generates a filter's settings form.

FilterHtml::settingsForm() — Method in class FilterHtml

Generates a filter's settings form.

FilterHtml::setConfiguration() — Method in class FilterHtml

Sets the configuration for this plugin instance.

FilterUrl::settingsForm() — Method in class FilterUrl

Generates a filter's settings form.

$ FilterUninstallValidator#serviceProperty in class FilterUninstallValidator

The real proxied service, after it was lazy loaded.

FilterUninstallValidator::setStringTranslation() — Method in class FilterUninstallValidator
{@inheritdoc}
DeleteForm::submitForm() — Method in class DeleteForm

Form submission handler.

ForumForm::save() — Method in class ForumForm

Form submission handler for the 'save' action.

ForumSettingsForm::submitForm() — Method in class ForumSettingsForm

Form submission handler.

$ ForumLeafConstraint#selectForumProperty in class ForumLeafConstraint
$ ForumUninstallValidator#serviceProperty in class ForumUninstallValidator

The real proxied service, after it was lazy loaded.

ForumUninstallValidator::setStringTranslation() — Method in class ForumUninstallValidator
{@inheritdoc}
ConfigurableLinkManagerInterface::setLinkDomain() — Method in class ConfigurableLinkManagerInterface

Sets the link domain used in constructing link URIs.

LinkManager::setLinkDomain() — Method in class LinkManager

Sets the link domain used in constructing link URIs.

LinkManagerBase::setLinkDomain() — Method in class LinkManagerBase
{@inheritdoc}
$ ContentEntityNormalizer#supportedInterfaceOrClassProperty in class ContentEntityNormalizer
{@inheritdoc}
$ EntityReferenceItemNormalizer#supportedInterfaceOrClassProperty in class EntityReferenceItemNormalizer
{@inheritdoc}
$ FieldItemNormalizer#supportedInterfaceOrClassProperty in class FieldItemNormalizer
{@inheritdoc}
$ FileEntityNormalizer#supportedInterfaceOrClassProperty in class FileEntityNormalizer
{@inheritdoc}
$ TimestampItemNormalizer#supportedInterfaceOrClassProperty in class TimestampItemNormalizer
{@inheritdoc}
$ HelpSectionManager#searchManagerProperty in class HelpSectionManager

The search manager.

HelpSectionManager::setSearchManager() — Method in class HelpSectionManager

Sets the search manager.

$ HelpTopicSection#stringTranslationProperty in class HelpTopicSection

The string translation service.

$ HelpSearch#searchSettingsProperty in class HelpSearch

A config object for 'search.settings'.

$ HelpSearch#stateProperty in class HelpSearch

The state object.

$ HelpSearch#searchIndexProperty in class HelpSearch

The search index.

SearchableHelpInterfaceClass in namespace Drupal\help_topics

Provides an interface for a HelpSection plugin that also supports search.

ConfigurableImageEffectBase::submitConfigurationForm() — Method in class ConfigurableImageEffectBase

Form submission handler.

ImageStyle::supportsUri() — Method in class ImageStyle

Determines if this style can be applied to a given image.

ImageStyle::setName() — Method in class ImageStyle

Sets the name of the image style.

ImageEffectDeleteForm::submitForm() — Method in class ImageEffectDeleteForm

Form submission handler.

ImageEffectFormBase::submitForm() — Method in class ImageEffectFormBase

Form submission handler.

ImageStyleAddForm::submitForm() — Method in class ImageStyleAddForm

Form submission handler.

ImageStyleDeleteForm::submitForm() — Method in class ImageStyleDeleteForm
{@inheritdoc}
ImageStyleEditForm::submitForm() — Method in class ImageStyleEditForm

Form submission handler.

ImageStyleEditForm::save() — Method in class ImageStyleEditForm

Form submission handler for the 'save' action.

ImageStyleFlushForm::submitForm() — Method in class ImageStyleFlushForm

Form submission handler.

ImageStyleFormBase::save() — Method in class ImageStyleFormBase

Form submission handler for the 'save' action.

ImageEffectBase::setWeight() — Method in class ImageEffectBase

Sets the weight for this image effect.

ImageEffectBase::setConfiguration() — Method in class ImageEffectBase

Sets the configuration for this plugin instance.

ImageEffectInterface::setWeight() — Method in class ImageEffectInterface

Sets the weight for this image effect.

ImageEffectPluginCollection::sortHelper() — Method in class ImageEffectPluginCollection

Provides uasort() callback to sort plugins.

ImageStyleInterface::setName() — Method in class ImageStyleInterface

Sets the name of the image style.

ImageStyleInterface::supportsUri() — Method in class ImageStyleInterface

Determines if this style can be applied to a given image.

ImageStyleStorage::setReplacementId() — Method in class ImageStyleStorage

Stores a replacement ID for an image style being deleted.

ImageStyleStorageInterface::setReplacementId() — Method in class ImageStyleStorageInterface

Stores a replacement ID for an image style being deleted.

$ PathProcessorImageStyles#streamWrapperManagerProperty in class PathProcessorImageStyles

The stream wrapper manager service.

ImageFormatter::settingsForm() — Method in class ImageFormatter

Returns a form to configure settings for the formatter.

ImageFormatter::settingsSummary() — Method in class ImageFormatter

Returns a short summary for the current formatter settings.

ImageUrlFormatter::settingsForm() — Method in class ImageUrlFormatter

Returns a form to configure settings for the formatter.

ImageUrlFormatter::settingsSummary() — Method in class ImageUrlFormatter

Returns a short summary for the current formatter settings.

ImageItem::schema() — Method in class ImageItem

Returns the schema for the field.

ImageItem::storageSettingsForm() — Method in class ImageItem

Returns a form for the storage-level settings.

ImageWidget::settingsForm() — Method in class ImageWidget

Returns a form to configure settings for the widget.

ImageWidget::settingsSummary() — Method in class ImageWidget

Returns a short summary for the current widget settings.

ConvertImageEffect::submitConfigurationForm() — Method in class ConvertImageEffect

Form submission handler.

CropImageEffect::submitConfigurationForm() — Method in class CropImageEffect

Form submission handler.

ResizeImageEffect::submitConfigurationForm() — Method in class ResizeImageEffect

Form submission handler.

RotateImageEffect::submitConfigurationForm() — Method in class RotateImageEffect

Form submission handler.

ScaleAndCropImageEffectClass in namespace Drupal\image\Plugin\ImageEffect

Scales and crops an image resource.

ScaleImageEffectClass in namespace Drupal\image\Plugin\ImageEffect

Scales an image resource.

ScaleImageEffect::submitConfigurationForm() — Method in class ScaleImageEffect

Form submission handler.

$ ImageStyleRoutes#streamWrapperManagerProperty in class ImageStyleRoutes

The stream wrapper manager service.

EntityAccessChecker::setLatestRevisionCheck() — Method in class EntityAccessChecker

Sets the media revision access check service.

TemporaryQueryGuard::setFieldManager() — Method in class TemporaryQueryGuard

Sets the entity field manager.

TemporaryQueryGuard::setModuleHandler() — Method in class TemporaryQueryGuard

Sets the module handler.

TemporaryQueryGuard::secureQuery() — Method in class TemporaryQueryGuard

Applies tags, metadata and conditions to secure an entity query.

$ EntityResource#serializerProperty in class EntityResource

The JSON:API serializer.

$ TemporaryJsonapiFileFieldUploader#systemFileConfigProperty in class TemporaryJsonapiFileFieldUploader

System file configuration.

TemporaryJsonapiFileFieldUploader::streamUploadData() — Method in class TemporaryJsonapiFileFieldUploader

Streams file upload data to temporary file and moves to file destination.

DefaultExceptionSubscriber::setEventResponse() — Method in class DefaultExceptionSubscriber
{@inheritdoc}
ResourceObjectNormalizationCacher::setRenderCache() — Method in class ResourceObjectNormalizationCacher

Sets the render cache service.

ResourceObjectNormalizationCacher::saveOnTerminate() — Method in class ResourceObjectNormalizationCacher

Adds a normalization to be cached after the response has been sent.

ResourceObjectNormalizationCacher::set() — Method in class ResourceObjectNormalizationCacher

Writes a normalization to cache.

$ ResourceResponseSubscriber#serializerProperty in class ResourceResponseSubscriber

The serializer.

ResourceResponseValidator::setValidator() — Method in class ResourceResponseValidator

Sets the validator service if available.

UnprocessableHttpEntityException::setViolations() — Method in class UnprocessableHttpEntityException

Sets the constraint violations associated with this exception.

JsonApiSettingsForm::submitForm() — Method in class JsonApiSettingsForm

Form submission handler.

Data::setTotalCount() — Method in class Data
{@inheritdoc}
Data::setHasNextPage() — Method in class Data

Sets the has next page flag.

LabelOnlyResourceObject::setEntity() — Method in class LabelOnlyResourceObject

Sets the underlying entity.

$ ConfigEntityDenormalizer#supportedInterfaceOrClassProperty in class ConfigEntityDenormalizer
{@inheritdoc}
$ ContentEntityDenormalizer#supportedInterfaceOrClassProperty in class ContentEntityDenormalizer
{@inheritdoc}
$ DataNormalizer#supportedInterfaceOrClassProperty in class DataNormalizer
{@inheritdoc}
$ EntityAccessDeniedHttpExceptionNormalizer#supportedInterfaceOrClassProperty in class EntityAccessDeniedHttpExceptionNormalizer
{@inheritdoc}
EntityDenormalizerBase::supportsNormalization() — Method in class EntityDenormalizerBase
{@inheritdoc}
$ EntityReferenceFieldNormalizer#supportedInterfaceOrClassProperty in class EntityReferenceFieldNormalizer
{@inheritdoc}
$ FieldItemNormalizer#supportedInterfaceOrClassProperty in class FieldItemNormalizer

The interface or class that this Normalizer supports.

$ FieldNormalizer#supportedInterfaceOrClassProperty in class FieldNormalizer

The interface or class that this Normalizer supports.

$ HttpExceptionNormalizer#supportedInterfaceOrClassProperty in class HttpExceptionNormalizer

The interface or class that this Normalizer supports.

$ JsonApiDocumentTopLevelNormalizer#supportedInterfaceOrClassProperty in class JsonApiDocumentTopLevelNormalizer
{@inheritdoc}
$ LinkCollectionNormalizer#supportedInterfaceOrClassProperty in class LinkCollectionNormalizer
{@inheritdoc}
$ RelationshipNormalizer#supportedInterfaceOrClassProperty in class RelationshipNormalizer
{@inheritdoc}
$ ResourceIdentifierNormalizer#supportedInterfaceOrClassProperty in class ResourceIdentifierNormalizer
{@inheritdoc}
$ ResourceObjectNormalizer#supportedInterfaceOrClassProperty in class ResourceObjectNormalizer
{@inheritdoc}
ResourceObjectNormalizer::supportsDenormalization() — Method in class ResourceObjectNormalizer

Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()

ResourceObjectNormalizer::serializeField() — Method in class ResourceObjectNormalizer

Serializes a given field.

$ UnprocessableHttpEntityExceptionNormalizer#supportedInterfaceOrClassProperty in class UnprocessableHttpEntityExceptionNormalizer

The interface or class that this Normalizer supports.

TemporaryArrayObjectThrowingExceptions::setFlags() — Method in class TemporaryArrayObjectThrowingExceptions

Sets the behavior flags for the \ArrayObject.

TemporaryArrayObjectThrowingExceptions::setIteratorClass() — Method in class TemporaryArrayObjectThrowingExceptions

Sets the iterator classname for the \ArrayObject.

EntityUuidConverter::setLanguageManager() — Method in class EntityUuidConverter

Injects the language manager.

$ OffsetPage#sizeProperty in class OffsetPage

The size of the query.

SortClass in namespace Drupal\jsonapi\Query

Gathers information about the sort parameter.

ResourceType::setRelatableResourceTypes() — Method in class ResourceType

Sets the relatable resource types.

ResourceTypeBuildEvent::setResourceTypeName() — Method in class ResourceTypeBuildEvent

Sets the name of the resource type to be built.

ResourceTypeBuildEvent::setPublicFieldName() — Method in class ResourceTypeBuildEvent

Sets the public name of the given field on the resource type to be built.

SerializerClass in namespace Drupal\jsonapi\Serializer

Overrides the Symfony serializer to cordon off our incompatible normalizers.

Serializer::setFallbackNormalizer() — Method in class Serializer

Adds a secondary normalizer.

Serializer::supportsNormalization() — Method in class Serializer
{@inheritdoc}
Serializer::supportsDenormalization() — Method in class Serializer
{@inheritdoc}
$ LanguageConfigFactoryOverride#storagesProperty in class LanguageConfigFactoryOverride

An array of configuration storages keyed by langcode.

LanguageConfigFactoryOverride::setLanguage() — Method in class LanguageConfigFactoryOverride

Sets the language to be used in configuration overrides.

LanguageConfigFactoryOverrideInterface::setLanguage() — Method in class LanguageConfigFactoryOverrideInterface

Sets the language to be used in configuration overrides.

LanguageConfigOverride::save() — Method in class LanguageConfigOverride

Saves the configuration object.

ConfigurableLanguageInterface::setName() — Method in class ConfigurableLanguageInterface

Sets the name of the language.

ConfigurableLanguageInterface::setWeight() — Method in class ConfigurableLanguageInterface

Sets the weight of the language.

ConfigurableLanguageManager::saveLanguageTypesConfiguration() — Method in class ConfigurableLanguageManager

Stores language types configuration.

ConfigurableLanguageManager::setNegotiator() — Method in class ConfigurableLanguageManager

Injects the language negotiator.

ConfigurableLanguageManager::setConfigOverrideLanguage() — Method in class ConfigurableLanguageManager

Sets the configuration override language.

ConfigurableLanguageManagerInterface::setNegotiator() — Method in class ConfigurableLanguageManagerInterface

Injects the language negotiator.

ConfigurableLanguageManagerInterface::saveLanguageTypesConfiguration() — Method in class ConfigurableLanguageManagerInterface

Stores language types configuration.

ContentLanguageSettingsInterface::setTargetBundle() — Method in class ContentLanguageSettingsInterface

Sets the bundle this config applies to.

ContentLanguageSettingsInterface::setDefaultLangcode() — Method in class ContentLanguageSettingsInterface

Sets the default language code.

ContentLanguageSettingsInterface::setLanguageAlterable() — Method in class ContentLanguageSettingsInterface

Sets if the language must be alterable or not.

ConfigurableLanguage::setName() — Method in class ConfigurableLanguage

Sets the name of the language.

ConfigurableLanguage::setWeight() — Method in class ConfigurableLanguage

Sets the weight of the language.

ContentLanguageSettings::setTargetBundle() — Method in class ContentLanguageSettings

Sets the bundle this config applies to.

ContentLanguageSettings::setDefaultLangcode() — Method in class ContentLanguageSettings

Sets the default language code.

ContentLanguageSettings::setLanguageAlterable() — Method in class ContentLanguageSettings

Sets if the language must be alterable or not.

ConfigSubscriber::setPathProcessorLanguage() — Method in class ConfigSubscriber

Injects the language path processors on multilingual site configuration.

ContentLanguageSettingsForm::submitForm() — Method in class ContentLanguageSettingsForm

Form submission handler.

LanguageAddForm::save() — Method in class LanguageAddForm

Form submission handler for the 'save' action.

LanguageEditForm::save() — Method in class LanguageEditForm

Form submission handler for the 'save' action.

NegotiationBrowserDeleteForm::submitForm() — Method in class NegotiationBrowserDeleteForm

Form submission handler.

NegotiationBrowserForm::submitForm() — Method in class NegotiationBrowserForm

Form submission handler.

NegotiationConfigureForm::submitForm() — Method in class NegotiationConfigureForm

Form submission handler.

NegotiationSelectedForm::submitForm() — Method in class NegotiationSelectedForm

Form submission handler.

NegotiationSessionForm::submitForm() — Method in class NegotiationSessionForm

Form submission handler.

NegotiationUrlForm::submitForm() — Method in class NegotiationUrlForm

Form submission handler.

LanguageListBuilder::submitForm() — Method in class LanguageListBuilder

Form submission handler.

LanguageNegotiationMethodBase::setLanguageManager() — Method in class LanguageNegotiationMethodBase

Injects the language manager.

LanguageNegotiationMethodBase::setConfig() — Method in class LanguageNegotiationMethodBase

Injects the configuration factory.

LanguageNegotiationMethodBase::setCurrentUser() — Method in class LanguageNegotiationMethodBase

Injects the current user.

LanguageNegotiationMethodInterface::setLanguageManager() — Method in class LanguageNegotiationMethodInterface

Injects the language manager.

LanguageNegotiationMethodInterface::setConfig() — Method in class LanguageNegotiationMethodInterface

Injects the configuration factory.

LanguageNegotiationMethodInterface::setCurrentUser() — Method in class LanguageNegotiationMethodInterface

Injects the current user.

$ LanguageNegotiator#settingsProperty in class LanguageNegotiator

The settings instance.

LanguageNegotiator::setCurrentUser() — Method in class LanguageNegotiator

Sets the current active user and resets all language types.

LanguageNegotiator::saveConfiguration() — Method in class LanguageNegotiator

Saves a list of language negotiation methods for a language type.

LanguageNegotiatorInterface::setCurrentUser() — Method in class LanguageNegotiatorInterface

Sets the current active user and resets all language types.

LanguageNegotiatorInterface::saveConfiguration() — Method in class LanguageNegotiatorInterface

Saves a list of language negotiation methods for a language type.

Language::submitConfigurationForm() — Method in class Language

Form submission handler.

Language::summary() — Method in class Language

Provides a human readable summary of the condition's configuration.

$ LanguageConverter#serviceProperty in class LanguageConverter

The real proxied service, after it was lazy loaded.

SectionStorageClass in namespace Drupal\layout_builder\Annotation

Defines a Section Storage type annotation object.

DefaultsSectionStorageInterface::setOverridable() — Method in class DefaultsSectionStorageInterface

Sets the defaults to allow or disallow overrides.

LayoutBuilderEntityViewDisplay::setOverridable() — Method in class LayoutBuilderEntityViewDisplay

Sets the display to allow or disallow overrides.

LayoutBuilderEntityViewDisplay::setSections() — Method in class LayoutBuilderEntityViewDisplay
{@inheritdoc}
LayoutBuilderEntityViewDisplay::setComponent() — Method in class LayoutBuilderEntityViewDisplay

Sets the display options for a component.

LayoutEntityDisplayInterface::setOverridable() — Method in class LayoutEntityDisplayInterface

Sets the display to allow or disallow overrides.

SampleEntityGeneratorInterfaceClass in namespace Drupal\layout_builder\Entity

Generates a sample entity.

SetInlineBlockDependencyClass in namespace Drupal\layout_builder\EventSubscriber

An event subscriber that returns an access dependency for inline blocks.

$ PrepareLayoutEvent#sectionStorageProperty in class PrepareLayoutEvent

The section storage plugin.

SectionComponentBuildRenderArrayEventClass in namespace Drupal\layout_builder\Event

Event fired when a section component's render array is being built.

SectionComponentBuildRenderArrayEvent::setBuild() — Method in class SectionComponentBuildRenderArrayEvent

Set the render array.

LayoutSectionItemList::setSections() — Method in class LayoutSectionItemList
{@inheritdoc}
AddBlockForm::submitLabel() — Method in class AddBlockForm

Returns the label for the submit button.

$ ConfigureBlockFormBase#sectionStorageProperty in class ConfigureBlockFormBase

The section storage.

ConfigureBlockFormBase::submitLabel() — Method in class ConfigureBlockFormBase

Returns the label for the submit button.

ConfigureBlockFormBase::submitForm() — Method in class ConfigureBlockFormBase

Form submission handler.

ConfigureBlockFormBase::successfulAjaxSubmit() — Method in class ConfigureBlockFormBase
{@inheritdoc}
$ ConfigureSectionForm#sectionStorageProperty in class ConfigureSectionForm

The section storage.

ConfigureSectionForm::submitForm() — Method in class ConfigureSectionForm

Form submission handler.

ConfigureSectionForm::successfulAjaxSubmit() — Method in class ConfigureSectionForm
{@inheritdoc}
$ DefaultsEntityForm#sectionStorageProperty in class DefaultsEntityForm

The section storage.

DefaultsEntityForm::save() — Method in class DefaultsEntityForm

Form submission handler for the 'save' action.

$ DiscardLayoutChangesForm#sectionStorageProperty in class DiscardLayoutChangesForm

The section storage.

DiscardLayoutChangesForm::submitForm() — Method in class DiscardLayoutChangesForm

Form submission handler.

$ LayoutBuilderDisableForm#sectionStorageProperty in class LayoutBuilderDisableForm

The section storage.

LayoutBuilderDisableForm::submitForm() — Method in class LayoutBuilderDisableForm

Form submission handler.

$ LayoutBuilderEntityViewDisplayForm#sectionStorageProperty in class LayoutBuilderEntityViewDisplayForm

The storage section.

$ LayoutRebuildConfirmFormBase#sectionStorageProperty in class LayoutRebuildConfirmFormBase

The section storage.

LayoutRebuildConfirmFormBase::submitForm() — Method in class LayoutRebuildConfirmFormBase

Form submission handler.

LayoutRebuildConfirmFormBase::successfulAjaxSubmit() — Method in class LayoutRebuildConfirmFormBase
{@inheritdoc}
$ MoveBlockForm#sectionStorageProperty in class MoveBlockForm

The section storage.

MoveBlockForm::submitForm() — Method in class MoveBlockForm

Form submission handler.

MoveBlockForm::successfulAjaxSubmit() — Method in class MoveBlockForm
{@inheritdoc}
$ OverridesEntityForm#sectionStorageProperty in class OverridesEntityForm

The section storage.

OverridesEntityForm::save() — Method in class OverridesEntityForm

Form submission handler for the 'save' action.

$ RevertOverridesForm#sectionStorageProperty in class RevertOverridesForm

The section storage.

RevertOverridesForm::submitForm() — Method in class RevertOverridesForm

Form submission handler.

UpdateBlockForm::submitLabel() — Method in class UpdateBlockForm

Returns the label for the submit button.

InlineBlockEntityOperations::saveInlineBlockComponent() — Method in class InlineBlockEntityOperations

Saves an inline block component.

LayoutBuilderHighlightTrait::sectionAddHighlightId() — Method in class LayoutBuilderHighlightTrait

Provides the ID used to highlight the active Layout Builder UI element.

LayoutBuilderHighlightTrait::sectionUpdateHighlightId() — Method in class LayoutBuilderHighlightTrait

Provides the ID used to highlight the active Layout Builder UI element.

$ LayoutEntityHelperTrait#sectionStorageManagerProperty in class LayoutEntityHelperTrait

The section storage manager.

LayoutTempstoreRepository::set() — Method in class LayoutTempstoreRepository

Stores this section storage in tempstore.

LayoutTempstoreRepositoryInterface::set() — Method in class LayoutTempstoreRepositoryInterface

Stores this section storage in tempstore.

$ LayoutEntityDisplayNormalizer#supportedInterfaceOrClassProperty in class LayoutEntityDisplayNormalizer
{@inheritdoc}
InlineBlock::saveBlockContent() — Method in class InlineBlock

Saves the block_content entity for this plugin.

SectionDataClass in namespace Drupal\layout_builder\Plugin\DataType

Provides a data type wrapping \Drupal\layout_builder\Section.

SectionData::setValue() — Method in class SectionData

Sets the data value.

$ LayoutBuilderLocalTaskDeriver#sectionStorageManagerProperty in class LayoutBuilderLocalTaskDeriver

The section storage manager.

LayoutSectionItem::schema() — Method in class LayoutSectionItem

Returns the schema for the field.

MultiWidthLayoutBase::submitConfigurationForm() — Method in class MultiWidthLayoutBase

Form submission handler.

$ DefaultsSectionStorage#sampleEntityGeneratorProperty in class DefaultsSectionStorage

The sample entity generator.

DefaultsSectionStorage::save() — Method in class DefaultsSectionStorage

Saves the sections.

DefaultsSectionStorage::setOverridable() — Method in class DefaultsSectionStorage

Sets the defaults to allow or disallow overrides.

DefaultsSectionStorage::setThirdPartySetting() — Method in class DefaultsSectionStorage

Sets the value of a third-party setting.

DefaultsSectionStorage::setContext() — Method in class DefaultsSectionStorage
{@inheritdoc}
$ OverridesSectionStorage#sectionStorageManagerProperty in class OverridesSectionStorage

The section storage manager.

OverridesSectionStorage::save() — Method in class OverridesSectionStorage

Saves the sections.

SectionStorageBaseClass in namespace Drupal\layout_builder\Plugin\SectionStorage

Provides a base class for Section Storage types.

SectionStorageLocalTaskProviderInterfaceClass in namespace Drupal\layout_builder\Plugin\SectionStorage

Allows section storage plugins to provide local tasks.

$ QuickEditIntegration#sectionStorageManagerProperty in class QuickEditIntegration

The section storage manager.

$ LayoutBuilderRoutes#sectionStorageManagerProperty in class LayoutBuilderRoutes

The section storage manager.

$ LayoutSectionStorageParamConverter#sectionStorageManagerProperty in class LayoutSectionStorageParamConverter

The section storage manager.

SectionClass in namespace Drupal\layout_builder

Provides a domain object for layout sections.

Section::setLayoutSettings() — Method in class Section

Sets the layout plugin settings for this section.

Section::setComponent() — Method in class Section

Helper method to set a component.

Section::setThirdPartySetting() — Method in class Section

Sets the value of a third-party setting.

SectionComponentClass in namespace Drupal\layout_builder

Provides a value object for a section component.

SectionComponent::set() — Method in class SectionComponent

Sets a value to an arbitrary property for the component.

SectionComponent::setRegion() — Method in class SectionComponent

Sets the region for the component.

SectionComponent::setWeight() — Method in class SectionComponent

Sets the weight of the component.

SectionComponent::setConfiguration() — Method in class SectionComponent

Sets the plugin configuration.

SectionListInterfaceClass in namespace Drupal\layout_builder

Defines the interface for an object that stores layout sections.

SectionListTraitClass in namespace Drupal\layout_builder

Provides a trait for maintaining a list of sections.

SectionListTrait::setSections() — Method in class SectionListTrait

Stores the information for all sections.

SectionListTrait::setSection() — Method in class SectionListTrait

Sets the section for the given delta on the display.

SectionStorageInterfaceClass in namespace Drupal\layout_builder

Defines an interface for Section Storage type plugins.

SectionStorageInterface::save() — Method in class SectionStorageInterface

Saves the sections.

SectionStorageDefinitionClass in namespace Drupal\layout_builder\SectionStorage

Provides section storage type plugin definition.

SectionStorageDefinition::set() — Method in class SectionStorageDefinition

Sets a value to an arbitrary property.

SectionStorageManagerClass in namespace Drupal\layout_builder\SectionStorage

Provides the Section Storage type plugin manager.

SectionStorageManagerInterfaceClass in namespace Drupal\layout_builder\SectionStorage

Provides the interface for a plugin manager of section storage types.

SectionStorageTraitClass in namespace Drupal\layout_builder\SectionStorage

Provides a trait for storing sections on an object.

LinkFormatter::settingsForm() — Method in class LinkFormatter

Returns a form to configure settings for the formatter.

LinkFormatter::settingsSummary() — Method in class LinkFormatter

Returns a short summary for the current formatter settings.

LinkItem::schema() — Method in class LinkItem

Returns the schema for the field.

LinkItem::setValue() — Method in class LinkItem

Overrides \Drupal\Core\TypedData\TypedData::setValue().

LinkWidget::supportsInternalLinks() — Method in class LinkWidget

Indicates enabled support for link to routes.

LinkWidget::supportsExternalLinks() — Method in class LinkWidget

Indicates enabled support for link to external URLs.

LinkWidget::settingsForm() — Method in class LinkWidget

Returns a form to configure settings for the widget.

LinkWidget::settingsSummary() — Method in class LinkWidget

Returns a short summary for the current widget settings.

LocaleTranslationCacheTag::saveTranslation() — Method in class LocaleTranslationCacheTag

Invalidate cache tags whenever a string is translated.

ExportForm::submitForm() — Method in class ExportForm

Form submission handler.

ImportForm::submitForm() — Method in class ImportForm

Form submission handler.

LocaleSettingsForm::submitForm() — Method in class LocaleSettingsForm

Form submission handler.

TranslateEditForm::submitForm() — Method in class TranslateEditForm

Form submission handler.

TranslateFilterForm::submitForm() — Method in class TranslateFilterForm

Form submission handler.

$ TranslateFormBase#stateProperty in class TranslateFormBase

The state store.

$ TranslationStatusForm#stateProperty in class TranslationStatusForm

The Drupal state storage service.

TranslationStatusForm::submitForm() — Method in class TranslationStatusForm

Form submission handler.

LocaleConfigManager::saveTranslationOverride() — Method in class LocaleConfigManager

Saves translated configuration override.

LocaleConfigManager::saveTranslationActive() — Method in class LocaleConfigManager

Saves translated configuration data.

LocaleConfigSubscriber::saveCustomizedTranslation() — Method in class LocaleConfigSubscriber

Saves a translation string and marks it as customized.

$ LocaleLookup#stringStorageProperty in class LocaleLookup

The locale storage.

LocaleProjectStorage::set() — Method in class LocaleProjectStorage

Creates or updates the project record.

LocaleProjectStorage::setMultiple() — Method in class LocaleProjectStorage

Creates or updates multiple project records.

LocaleProjectStorageInterface::set() — Method in class LocaleProjectStorageInterface

Creates or updates the project record.

LocaleProjectStorageInterface::setMultiple() — Method in class LocaleProjectStorageInterface

Creates or updates multiple project records.

$ LocaleTranslation#storageProperty in class LocaleTranslation

Storage for strings.

$ PluralFormula#stateProperty in class PluralFormula
PluralFormula::setPluralFormula() — Method in class PluralFormula
PluralFormulaInterface::setPluralFormula() — Method in class PluralFormulaInterface
PoDatabaseReader::setLangcode() — Method in class PoDatabaseReader

Set language code.

PoDatabaseReader::setOptions() — Method in class PoDatabaseReader

Set the options for the current reader.

PoDatabaseReader::setHeader() — Method in class PoDatabaseReader

Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader().

PoDatabaseWriter::setLangcode() — Method in class PoDatabaseWriter

Set language code.

PoDatabaseWriter::setReport() — Method in class PoDatabaseWriter

Set the report array of write operations.

PoDatabaseWriter::setOptions() — Method in class PoDatabaseWriter

Set the options for the current writer.

PoDatabaseWriter::setHeader() — Method in class PoDatabaseWriter

Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader().

SourceStringClass in namespace Drupal\locale

Defines the locale source string object.

SourceString::setString() — Method in class SourceString

Sets the string contained in this object.

StringBaseClass in namespace Drupal\locale

Defines the locale string base class.

$ StringBase#sourceProperty in class StringBase

The source string.

$ StringBase#storageProperty in class StringBase

The locale storage this string comes from or is to be saved to.

StringBase::setId() — Method in class StringBase

Sets the string unique identifier.

StringBase::setVersion() — Method in class StringBase

Sets the string version.

StringBase::setPlurals() — Method in class StringBase

Sets this string using array of plural values.

StringBase::setStorage() — Method in class StringBase

Sets the string storage.

StringBase::setValues() — Method in class StringBase

Sets an array of values as object properties.

StringBase::save() — Method in class StringBase

Saves string object to storage.

StringDatabaseStorageClass in namespace Drupal\locale

Defines a class to store localized strings in the database.

StringDatabaseStorage::save() — Method in class StringDatabaseStorage

Save string object to storage.

StringInterfaceClass in namespace Drupal\locale

Defines the locale string interface.

StringInterface::setId() — Method in class StringInterface

Sets the string unique identifier.

StringInterface::setVersion() — Method in class StringInterface

Sets the string version.

StringInterface::setString() — Method in class StringInterface

Sets the string contained in this object.

StringInterface::setPlurals() — Method in class StringInterface

Sets this string using array of plural values.

StringInterface::setStorage() — Method in class StringInterface

Sets the string storage.

StringInterface::setValues() — Method in class StringInterface

Sets an array of values as object properties.

StringInterface::save() — Method in class StringInterface

Saves string object to storage.

StringStorageExceptionClass in namespace Drupal\locale

Defines an exception thrown when storage operations fail.

StringStorageInterfaceClass in namespace Drupal\locale

Defines the locale string storage interface.

StringStorageInterface::save() — Method in class StringStorageInterface

Save string object to storage.

TranslationString::setCustomized() — Method in class TranslationString

Sets the string as customized / not customized.

TranslationString::setString() — Method in class TranslationString

Sets the string contained in this object.

TranslationString::save() — Method in class TranslationString

Saves string object to storage.

Media::setName() — Method in class Media

Sets the media item name.

Media::setCreatedTime() — Method in class Media

Sets the media item creation timestamp.

Media::shouldUpdateThumbnail() — Method in class Media

Determines if the thumbnail should be updated for a media item.

$ MediaType#sourceProperty in class MediaType

The media source ID.

$ MediaType#statusProperty in class MediaType

Whether media items should be published by default.

$ MediaType#source_configurationProperty in class MediaType

The media source configuration.

$ MediaType#sourcePluginCollectionProperty in class MediaType

Lazy collection for the media source.

MediaType::setDescription() — Method in class MediaType

Sets the entity description.

MediaType::setQueueThumbnailDownloadsStatus() — Method in class MediaType

Sets a flag to indicate that thumbnails should be downloaded via a queue.

MediaType::sourcePluginCollection() — Method in class MediaType

Returns media source lazy plugin collection.

MediaType::shouldCreateNewRevision() — Method in class MediaType

Gets whether a new revision should be created by default.

MediaType::setNewRevision() — Method in class MediaType

Sets whether new revisions should be created by default.

MediaType::setFieldMap() — Method in class MediaType

Sets the metadata field map.

EditorMediaDialog::submitForm() — Method in class EditorMediaDialog

Form submission handler.

MediaSettingsForm::submitForm() — Method in class MediaSettingsForm

Form submission handler.

MediaForm::save() — Method in class MediaForm

Form submission handler for the 'save' action.

MediaInterface::setName() — Method in class MediaInterface

Sets the media item name.

MediaInterface::setCreatedTime() — Method in class MediaInterface

Sets the media item creation timestamp.

MediaSourceBase::setConfiguration() — Method in class MediaSourceBase

Sets the configuration for this plugin instance.

MediaSourceBase::submitConfigurationForm() — Method in class MediaSourceBase

Form submission handler.

MediaStorage::save() — Method in class MediaStorage

Saves the entity permanently.

$ MediaTypeForm#sourceManagerProperty in class MediaTypeForm

Media source plugin manager.

MediaTypeForm::submitForm() — Method in class MediaTypeForm

Form submission handler.

MediaTypeForm::save() — Method in class MediaTypeForm

Form submission handler for the 'save' action.

MediaTypeInterface::setQueueThumbnailDownloadsStatus() — Method in class MediaTypeInterface

Sets a flag to indicate that thumbnails should be downloaded via a queue.

MediaTypeInterface::setNewRevision() — Method in class MediaTypeInterface

Sets whether new revisions should be created by default.

MediaTypeInterface::setFieldMap() — Method in class MediaTypeInterface

Sets the metadata field map.

$ Endpoint#schemesProperty in class Endpoint

List of URL schemes supported by the provider.

$ Endpoint#supportsDiscoveryProperty in class Endpoint

Whether the provider supports oEmbed discovery.

Endpoint::supportsDiscovery() — Method in class Endpoint

Returns whether the provider supports oEmbed discovery.

Resource::setThumbnailDimensions() — Method in class Resource

Sets the thumbnail dimensions.

Resource::setDimensions() — Method in class Resource

Sets the dimensions.

MediaThumbnailFormatter::settingsForm() — Method in class MediaThumbnailFormatter

Returns a form to configure settings for the formatter.

MediaThumbnailFormatter::settingsSummary() — Method in class MediaThumbnailFormatter

Returns a short summary for the current formatter settings.

OEmbedFormatter::settingsForm() — Method in class OEmbedFormatter

Returns a form to configure settings for the formatter.

OEmbedFormatter::settingsSummary() — Method in class OEmbedFormatter

Returns a short summary for the current formatter settings.

MediaEmbed::settingsForm() — Method in class MediaEmbed

Generates a filter's settings form.

OEmbed::submitConfigurationForm() — Method in class OEmbed

Form submission handler.

StatusClass in namespace Drupal\media\Plugin\views\filter

Filter by published status.

AddFormBase::submitForm() — Method in class AddFormBase

Form submission handler.

SettingsFormClass in namespace Drupal\media_library\Form

Defines a form for configuring the Media Library module.

SettingsForm::submitForm() — Method in class SettingsForm

Form submission handler.

MediaLibraryWidget::settingsForm() — Method in class MediaLibraryWidget

Returns a form to configure settings for the widget.

MediaLibraryWidget::setMediaTypesValue() — Method in class MediaLibraryWidget

Value callback to optimize the way the media type weights are stored.

MediaLibraryWidget::settingsSummary() — Method in class MediaLibraryWidget

Returns a short summary for the current widget settings.

MediaLibraryWidget::setFieldState() — Method in class MediaLibraryWidget

Sets the field state for the widget.

MenuLinkContent::setInsidePlugin() — Method in class MenuLinkContent

Flags this instance as being wrapped in a menu link plugin instance.

MenuLinkContent::setRequiresRediscovery() — Method in class MenuLinkContent

Flags a link as requiring rediscovery.

MenuLinkContentForm::save() — Method in class MenuLinkContentForm

Form submission handler for the 'save' action.

MenuLinkContentInterface::setInsidePlugin() — Method in class MenuLinkContentInterface

Flags this instance as being wrapped in a menu link plugin instance.

MenuLinkContentInterface::setRequiresRediscovery() — Method in class MenuLinkContentInterface

Flags a link as requiring rediscovery.

MenuDeleteForm::submitForm() — Method in class MenuDeleteForm
{@inheritdoc}
MenuLinkEditForm::submitForm() — Method in class MenuLinkEditForm

Form submission handler.

MenuLinkResetForm::submitForm() — Method in class MenuLinkResetForm

Form submission handler.

MenuForm::save() — Method in class MenuForm

Form submission handler for the 'save' action.

MenuForm::submitForm() — Method in class MenuForm

Form submission handler.

MenuForm::submitOverviewForm() — Method in class MenuForm

Submit handler for the menu overview form.

$ MigrateSource#source_moduleProperty in class MigrateSource

Identifies the system providing the data the source plugin will read.

MigrateSource::setProviders() — Method in class MigrateSource

Sets the provider names of the annotated class.

MultipleProviderAnnotationInterface::setProviders() — Method in class MultipleProviderAnnotationInterface

Sets the provider names of the annotated class.

$ AuditResult#statusProperty in class AuditResult

The result of the audit (TRUE if passed, FALSE otherwise).

$ MigrateIdMapMessageEvent#sourceIdValuesProperty in class MigrateIdMapMessageEvent

Array of values uniquely identifying the source row.

$ MigrateMapDeleteEvent#sourceIdProperty in class MigrateMapDeleteEvent

Array of source ID fields.

$ MigrateException#statusProperty in class MigrateException

The status to record in the map table for the current item.

$ MigrateExecutable#sourceRowStatusProperty in class MigrateExecutable

Status of one row.

$ MigrateExecutable#sourceIdValuesProperty in class MigrateExecutable

The configuration values of the source.

$ MigrateExecutable#sourceProperty in class MigrateExecutable

The source.

MigrateExecutable::saveMessage() — Method in class MigrateExecutable

Passes messages through to the map class.

MigrateExecutableInterface::saveMessage() — Method in class MigrateExecutableInterface

Passes messages through to the map class.

$ MigrateSkipRowException#saveToMapProperty in class MigrateSkipRowException

Whether to record the skip in the map table, or skip silently.

StaticReflectionParserClass in namespace Drupal\migrate\Plugin\Discovery

Allows getting the reflection parser for the parent class.

MigrateDestinationInterface::supportsRollback() — Method in class MigrateDestinationInterface

Whether the destination can be rolled back or not.

MigrateIdMapInterface::saveIdMapping() — Method in class MigrateIdMapInterface

Saves a mapping from the source identifiers to the destination identifiers.

MigrateIdMapInterface::saveMessage() — Method in class MigrateIdMapInterface

Saves a message related to a source record in the migration message table.

MigrateIdMapInterface::setMessage() — Method in class MigrateIdMapInterface

Sets the migrate message service.

MigrateIdMapInterface::setUpdate() — Method in class MigrateIdMapInterface

Sets a specified record to be updated, if it exists.

$ Migration#sourceProperty in class Migration

The source configuration, with at least a 'plugin' key.

$ Migration#sourcePluginProperty in class Migration

The source plugin.

$ Migration#sourceIdsProperty in class Migration

The source identifiers.

$ Migration#sourceRowStatusProperty in class Migration

Specify value of source_row_status for current map row. Usually set by MigrateFieldHandler implementations.

$ Migration#sourcePluginManagerProperty in class Migration

The source plugin manager.

$ Migration#statusLabelsProperty in class Migration

Labels corresponding to each defined status.

Migration::setStatus() — Method in class Migration

Set the current migration status.

Migration::set() — Method in class Migration
{@inheritdoc}
Migration::setProcess() — Method in class Migration

Allows you to override the entire process configuration.

Migration::setProcessOfProperty() — Method in class Migration

Set the process pipeline configuration for an individual destination field.

Migration::setTrackLastImported() — Method in class Migration

Set if the migration should track time of last import.

MigrationInterface::setStatus() — Method in class MigrationInterface

Set the current migration status.

MigrationInterface::setProcess() — Method in class MigrationInterface

Allows you to override the entire process configuration.

MigrationInterface::setProcessOfProperty() — Method in class MigrationInterface

Set the process pipeline configuration for an individual destination field.

MigrationInterface::setTrackLastImported() — Method in class MigrationInterface

Set if the migration should track time of last import.

$ DestinationBase#supportsRollbackProperty in class DestinationBase

Indicates whether the destination can be rolled back.

DestinationBase::supportsRollback() — Method in class DestinationBase

Whether the destination can be rolled back or not.

DestinationBase::setRollbackAction() — Method in class DestinationBase

For a destination item being updated, set the appropriate rollback action.

$ Entity#storageProperty in class Entity

The entity storage.

EntityContentBase::save() — Method in class EntityContentBase

Saves the entity.

EntityContentComplete::save() — Method in class EntityContentComplete

Saves the entity.

EntityRevision::save() — Method in class EntityRevision

Saves the entity.

NullIdMap::setMessage() — Method in class NullIdMap

Sets the migrate message service.

NullIdMap::saveIdMapping() — Method in class NullIdMap

Saves a mapping from the source identifiers to the destination identifiers.

NullIdMap::saveMessage() — Method in class NullIdMap

Saves a message related to a source record in the migration message table.

NullIdMap::setUpdate() — Method in class NullIdMap

Sets a specified record to be updated, if it exists.

SqlClass in namespace Drupal\migrate\Plugin\migrate\id_map

Defines the sql based ID map implementation.

$ Sql#sourceIdFieldsProperty in class Sql

The source ID fields.

$ Sql#sourceIdsProperty in class Sql

The source identifiers.

Sql::sourceIdFields() — Method in class Sql

The source ID fields.

Sql::setMessage() — Method in class Sql

Sets the migrate message service.

Sql::saveIdMapping() — Method in class Sql

Saves a mapping from the source identifiers to the destination identifiers.

Sql::saveMessage() — Method in class Sql

Saves a message related to a source record in the migration message table.

Sql::setUpdate() — Method in class Sql

Sets a specified record to be updated, if it exists.

$ EntityExists#storageProperty in class EntityExists

The entity storage.

$ FileCopy#streamWrapperManagerProperty in class FileCopy

The stream wrapper manager service.

MigrationLookup::skipInvalid() — Method in class MigrationLookup

Skips the migration process entirely if the value is invalid.

SkipOnEmptyClass in namespace Drupal\migrate\Plugin\migrate\process

Skips processing the current row when the input value is empty.

SkipRowIfNotSetClass in namespace Drupal\migrate\Plugin\migrate\process

Skips processing the current row when a source value is not set.

StaticMapClass in namespace Drupal\migrate\Plugin\migrate\process

Changes the source value based on a static lookup map.

SubProcessClass in namespace Drupal\migrate\Plugin\migrate\process

Runs an array of arrays through its own process pipeline.

SubstrClass in namespace Drupal\migrate\Plugin\migrate\process

Returns a substring of the input value.

SourcePluginBaseClass in namespace Drupal\migrate\Plugin\migrate\source

The base class for source plugins.

$ SourcePluginBase#skipCountProperty in class SourcePluginBase

Whether this instance should not attempt to count the source.

SourcePluginBase::saveHighWater() — Method in class SourcePluginBase

Save the new high water mark.

SqlBaseClass in namespace Drupal\migrate\Plugin\migrate\source

Sources whose data may be fetched via a database connection.

$ SqlBase#stateProperty in class SqlBase

State service for retrieving database info.

SqlBase::setUpDatabase() — Method in class SqlBase

Gets a connection to the referenced database.

SqlBase::select() — Method in class SqlBase

Wrapper for database select.

$ Row#sourceProperty in class Row

The actual values of the source row.

$ Row#sourceIdsProperty in class Row

The source identifiers.

Row::setSourceProperty() — Method in class Row

Sets a source property if the row is not frozen.

Row::setDestinationProperty() — Method in class Row

Sets destination properties.

Row::setEmptyDestinationProperty() — Method in class Row

Sets a destination to be empty.

Row::setIdMap() — Method in class Row

Sets the Migrate ID mappings.

$ MigrateField#source_moduleProperty in class MigrateField

Identifies the system providing the data the field plugin will read.

$ FieldDiscovery#sourcePluginIdsProperty in class FieldDiscovery

An array of source plugin ids, keyed by Drupal core version.

$ FieldDiscovery#supportedCoreVersionsProperty in class FieldDiscovery

An array of supported Drupal core versions.

$ MigrationConfigurationTrait#stateProperty in class MigrationConfigurationTrait

The state service.

$ MigrationPluginManager#sourceManagerProperty in class MigrationPluginManager

The Migrate source plugin manager service.

$ MigrationState#stateBySourceProperty in class MigrationState

An array of migration states declared for each source migration.

MigrateFieldPluginManager::sortDefinitions() — Method in class MigrateFieldPluginManager

Sorts a definitions array.

$ DrupalSqlBase#systemDataProperty in class DrupalSqlBase

The contents of the system table.

StubTestTraitClass in namespace Drupal\migrate_drupal\Tests

Provides common functionality for testing stubbing.

MigrateController::showLog() — Method in class MigrateController

Sets a log filter and redirects to the log.

CredentialForm::submitForm() — Method in class CredentialForm

Form submission handler.

CredentialForm::setupMigrations() — Method in class CredentialForm

Gets and stores information for this migration in temporary store.

IdConflictForm::submitForm() — Method in class IdConflictForm

Form submission handler.

IncrementalForm::submitForm() — Method in class IncrementalForm

Form submission handler.

$ MigrateUpgradeFormBase#storeProperty in class MigrateUpgradeFormBase

Private temporary storage.

OverviewForm::submitForm() — Method in class OverviewForm

Form submission handler.

$ ReviewForm#systemDataProperty in class ReviewForm

Source system data set in buildForm().

ReviewForm::submitForm() — Method in class ReviewForm

Form submission handler.

$ Connection#statementWrapperClassProperty in class Connection
{@inheritdoc}
SchemaClass in namespace Drupal\mysql\Driver\Database\mysql

MySQL implementation of \Drupal\Core\Database\Schema.

Schema::shortenIndex() — Method in class Schema

Helper function for normalizeIndexes().

SelectClass in namespace Drupal\mysql\Driver\Database\mysql

MySQL implementation of \Drupal\Core\Database\Query\Select.

NodeTypeMapper::setEntity() — Method in class NodeTypeMapper

Sets the entity instance for this mapper.

Node::setTitle() — Method in class Node

Sets the node title.

Node::setCreatedTime() — Method in class Node

Sets the node creation timestamp.

Node::setPromoted() — Method in class Node

Sets the node promoted status.

Node::setSticky() — Method in class Node

Sets the node sticky status.

NodeType::setNewRevision() — Method in class NodeType

Sets whether a new revision should be created by default.

NodeType::setDisplaySubmitted() — Method in class NodeType

Sets whether 'Submitted by' information should be shown.

NodeType::setPreviewMode() — Method in class NodeType

Sets the preview mode.

NodeType::shouldCreateNewRevision() — Method in class NodeType

Gets whether a new revision should be created by default.

$ NodeTranslationExceptionSubscriber#stateProperty in class NodeTranslationExceptionSubscriber

The state service.

$ NodeTranslationMigrateSubscriber#stateProperty in class NodeTranslationMigrateSubscriber

The state service.

NodePreviewForm::submitForm() — Method in class NodePreviewForm

Form submission handler.

NodeRevisionDeleteForm::submitForm() — Method in class NodeRevisionDeleteForm

Form submission handler.

NodeRevisionRevertForm::submitForm() — Method in class NodeRevisionRevertForm

Form submission handler.

RebuildPermissionsForm::submitForm() — Method in class RebuildPermissionsForm

Form submission handler.

NodeForm::save() — Method in class NodeForm

Form submission handler for the 'save' action.

NodeInterface::setTitle() — Method in class NodeInterface

Sets the node title.

NodeInterface::setCreatedTime() — Method in class NodeInterface

Sets the node creation timestamp.

NodeInterface::setPromoted() — Method in class NodeInterface

Sets the node promoted status.

NodeInterface::setSticky() — Method in class NodeInterface

Sets the node sticky status.

NodeInterface::setRevisionCreationTime() — Method in class NodeInterface

Sets the node revision creation timestamp.

NodeTypeForm::save() — Method in class NodeTypeForm

Form submission handler for the 'save' action.

NodeTypeInterface::setNewRevision() — Method in class NodeTypeInterface

Sets whether a new revision should be created by default.

NodeTypeInterface::setDisplaySubmitted() — Method in class NodeTypeInterface

Sets whether 'Submitted by' information should be shown.

NodeTypeInterface::setPreviewMode() — Method in class NodeTypeInterface

Sets the preview mode.

AssignOwnerNode::submitConfigurationForm() — Method in class AssignOwnerNode

Form submission handler.

StickyNodeClass in namespace Drupal\node\Plugin\Action

Makes a node sticky.

UnpublishByKeywordNode::submitConfigurationForm() — Method in class UnpublishByKeywordNode

Form submission handler.

SyndicateBlockClass in namespace Drupal\node\Plugin\Block

Provides a 'Syndicate' block that links to the site's RSS feed.

NodeType::submitConfigurationForm() — Method in class NodeType

Form submission handler.

NodeType::summary() — Method in class NodeType

Provides a human readable summary of the condition's configuration.

$ NodeSearch#searchSettingsProperty in class NodeSearch

A config object for 'search.settings'.

$ NodeSearch#searchIndexProperty in class NodeSearch

The search index.

NodeSearch::searchFormAlter() — Method in class NodeSearch

Alters the search form when being built for a given plugin.

NodeSearch::submitConfigurationForm() — Method in class NodeSearch

Form submission handler.

Type::summaryName() — Method in class Type

Override the behavior of summaryName(). Get the user friendly version of the node type.

StatusClass in namespace Drupal\node\Plugin\views\filter

Filter by published status.

Rss::summaryTitle() — Method in class Rss

Returns the summary of the settings in the display.

$ NodePreviewConverter#serviceProperty in class NodePreviewConverter

The real proxied service, after it was lazy loaded.

ListFloatItem::schema() — Method in class ListFloatItem

Returns the schema for the field.

ListFloatItem::simplifyAllowedValues() — Method in class ListFloatItem

Simplifies allowed values to a key-value array from the structured array.

ListIntegerItem::schema() — Method in class ListIntegerItem

Returns the schema for the field.

ListItemBase::storageSettingsForm() — Method in class ListItemBase

Returns a form for the storage-level settings.

ListItemBase::storageSettingsToConfigData() — Method in class ListItemBase

Returns a settings array that can be stored as a configuration value.

ListItemBase::storageSettingsFromConfigData() — Method in class ListItemBase

Returns a settings array in the field type's canonical representation.

ListItemBase::simplifyAllowedValues() — Method in class ListItemBase

Simplifies allowed values to a key-value array from the structured array.

ListItemBase::structureAllowedValues() — Method in class ListItemBase

Creates a structured array of allowed values from a key-value array.

ListStringItem::schema() — Method in class ListStringItem

Returns the schema for the field.

NumberListField::summaryName() — Method in class NumberListField

Provides the name to use for the summary. By default this is just the name field.

StringListFieldClass in namespace Drupal\options\Plugin\views\argument

Argument handler for list field to show the human readable name in summary.

StringListField::summaryName() — Method in class StringListField

Provides the name to use for the summary. By default this is just the name field.

PageCache::storeResponse() — Method in class PageCache

Stores a response in the page cache.

PageCache::set() — Method in class PageCache

Stores a response object in the page cache.

PathFilterForm::submitForm() — Method in class PathFilterForm

Form submission handler.

PathAliasForm::save() — Method in class PathAliasForm

Form submission handler for the 'save' action.

PathItem::schema() — Method in class PathItem

Returns the schema for the field.

AliasManager::setCacheKey() — Method in class AliasManager
{@inheritdoc}
$ AliasWhitelist#stateProperty in class AliasWhitelist

The Key/Value Store to use for state.

PathAlias::setPath() — Method in class PathAlias

Sets the source path of the alias.

PathAlias::setAlias() — Method in class PathAlias

Sets the alias for this path.

PathAliasInterface::setPath() — Method in class PathAliasInterface

Sets the source path of the alias.

PathAliasInterface::setAlias() — Method in class PathAliasInterface

Sets the alias for this path.

$ Connection#statementWrapperClassProperty in class Connection
{@inheritdoc}
SchemaClass in namespace Drupal\pgsql\Driver\Database\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Schema.

SelectClass in namespace Drupal\pgsql\Driver\Database\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Select.

QuickEditFieldForm::submitForm() — Method in class QuickEditFieldForm

Form submission handler.

QuickEditFieldForm::simplify() — Method in class QuickEditFieldForm

Simplifies the field edit form for in-place editing.

RdfMapping::setBundleMapping() — Method in class RdfMapping

Sets the mapping config for the bundle-level data.

RdfMapping::setFieldMapping() — Method in class RdfMapping

Sets the mapping config for a field.

RdfMappingInterface::setBundleMapping() — Method in class RdfMappingInterface

Sets the mapping config for the bundle-level data.

RdfMappingInterface::setFieldMapping() — Method in class RdfMappingInterface

Sets the mapping config for a field.

SchemaOrgDataConverterClass in namespace Drupal\rdf
ResponsiveImageStyle::setBreakpointGroup() — Method in class ResponsiveImageStyle

Sets the breakpoint group for the responsive image style.

ResponsiveImageStyle::setFallbackImageStyle() — Method in class ResponsiveImageStyle

Sets the fallback image style for the responsive image style.

ResponsiveImageFormatter::settingsForm() — Method in class ResponsiveImageFormatter

Returns a form to configure settings for the formatter.

ResponsiveImageFormatter::settingsSummary() — Method in class ResponsiveImageFormatter

Returns a short summary for the current formatter settings.

ResponsiveImageStyleForm::save() — Method in class ResponsiveImageStyleForm

Form submission handler for the 'save' action.

ResponsiveImageStyleInterface::setBreakpointGroup() — Method in class ResponsiveImageStyleInterface

Sets the breakpoint group for the responsive image style.

ResponsiveImageStyleInterface::setFallbackImageStyle() — Method in class ResponsiveImageStyleInterface

Sets the fallback image style for the responsive image style.

$ RestResource#serialization_classProperty in class RestResource

The serialization class to deserialize serialized data into.

$ ResourceResponseSubscriber#serializerProperty in class ResourceResponseSubscriber

The serializer.

$ ResourceBase#serializerFormatsProperty in class ResourceBase

The available serialization formats.

RestExport::setMimeType() — Method in class RestExport

Sets the request content type.

RestExport::setContentType() — Method in class RestExport

Sets the content type.

RestExport::submitOptionsForm() — Method in class RestExport

Handle any special handling on the validate form.

SerializerClass in namespace Drupal\rest\Plugin\views\style

The style plugin for serialized output formats.

$ Serializer#serializerProperty in class Serializer

The serializer which serializes the views result.

Serializer::submitOptionsForm() — Method in class Serializer

Handle any special handling on the validate form.

$ RequestHandler#serializerProperty in class RequestHandler

The serializer.

SearchPluginClass in namespace Drupal\search\Annotation

Defines a SearchPlugin type annotation object.

SearchControllerClass in namespace Drupal\search\Controller

Route controller for search.

$ SearchController#searchPageRepositoryProperty in class SearchController

The search page repository.

SearchController::searchHelp() — Method in class SearchController

Creates a render array for the search help page.

SearchController::setAsDefault() — Method in class SearchController

Sets the search page as the default.

SearchPageClass in namespace Drupal\search\Entity

Defines a configured search page.

SearchPage::setPlugin() — Method in class SearchPage

Sets the search plugin.

SearchPage::sort() — Method in class SearchPage

Helper callback for uasort() to sort configuration entities by weight and label.

SearchPage::searchPageRepository() — Method in class SearchPage

Wraps the search page repository.

SearchPage::searchPluginManager() — Method in class SearchPage

Wraps the search plugin manager.

SearchIndexExceptionClass in namespace Drupal\search\Exception

Exception thrown for search index errors.

ReindexConfirm::submitForm() — Method in class ReindexConfirm

Form submission handler.

SearchBlockFormClass in namespace Drupal\search\Form

Builds the search form for the search block.

$ SearchBlockForm#searchPageRepositoryProperty in class SearchBlockForm

The search page repository.

SearchBlockForm::submitForm() — Method in class SearchBlockForm

Form submission handler.

SearchPageAddFormClass in namespace Drupal\search\Form

Provides a form for adding a search page.

SearchPageAddForm::save() — Method in class SearchPageAddForm

Form submission handler for the 'save' action.

SearchPageEditFormClass in namespace Drupal\search\Form

Provides a form for editing a search page.

SearchPageEditForm::save() — Method in class SearchPageEditForm

Form submission handler for the 'save' action.

SearchPageFormClass in namespace Drupal\search\Form

Provides a search form for site wide search.

SearchPageForm::submitForm() — Method in class SearchPageForm

Form submission handler.

SearchPageFormBaseClass in namespace Drupal\search\Form

Provides a base form for search pages.

$ SearchPageFormBase#searchPageRepositoryProperty in class SearchPageFormBase

The search page repository.

SearchPageFormBase::submitForm() — Method in class SearchPageFormBase

Form submission handler.

SearchPageFormBase::save() — Method in class SearchPageFormBase

Form submission handler for the 'save' action.

SearchBlockClass in namespace Drupal\search\Plugin\Block

Provides a 'Search form' block.

$ SearchBlock#searchPageRepositoryProperty in class SearchBlock

The search page repository.

$ ConfigurableSearchPluginBase#searchPageIdProperty in class ConfigurableSearchPluginBase

The unique ID for the search page using this plugin.

ConfigurableSearchPluginBase::setConfiguration() — Method in class ConfigurableSearchPluginBase

Sets the configuration for this plugin instance.

ConfigurableSearchPluginBase::setSearchPageId() — Method in class ConfigurableSearchPluginBase

Sets the ID for the search page using this plugin.

ConfigurableSearchPluginInterface::setSearchPageId() — Method in class ConfigurableSearchPluginInterface

Sets the ID for the search page using this plugin.

SearchLocalTaskClass in namespace Drupal\search\Plugin\Derivative

Provides local tasks for each search page.

$ SearchLocalTask#searchPageRepositoryProperty in class SearchLocalTask

The search page repository.

SearchIndexingInterfaceClass in namespace Drupal\search\Plugin

Defines an optional interface for SearchPlugin objects using an index.

SearchInterfaceClass in namespace Drupal\search\Plugin

Defines a common interface for all SearchPlugin objects.

SearchInterface::setSearch() — Method in class SearchInterface

Sets the keywords, parameters, and attributes to be used by execute().

SearchInterface::suggestedTitle() — Method in class SearchInterface

Provides a suggested title for a page of search results.

SearchInterface::searchFormAlter() — Method in class SearchInterface

Alters the search form when being built for a given plugin.

SearchPluginBaseClass in namespace Drupal\search\Plugin

Defines a base class for plugins wishing to support search.

$ SearchPluginBase#searchParametersProperty in class SearchPluginBase

Array of parameters from the query string from the request.

$ SearchPluginBase#searchAttributesProperty in class SearchPluginBase

Array of attributes - usually from the request object.

SearchPluginBase::setSearch() — Method in class SearchPluginBase

Sets the keywords, parameters, and attributes to be used by execute().

SearchPluginBase::searchFormAlter() — Method in class SearchPluginBase

Alters the search form when being built for a given plugin.

SearchPluginBase::suggestedTitle() — Method in class SearchPluginBase

Provides a suggested title for a page of search results.

SearchPluginCollectionClass in namespace Drupal\search\Plugin

Provides a container for lazily loading search plugins.

$ SearchPluginCollection#searchPageIdProperty in class SearchPluginCollection

The unique ID for the search page using this plugin collection.

SearchConfigurationRankingsClass in namespace Drupal\search\Plugin\migrate\process

Generate configuration rankings.

SearchPageClass in namespace Drupal\search\Plugin\migrate\source\d6

Drupal 6 node search rankings for core modules source from database.

SearchPageClass in namespace Drupal\search\Plugin\migrate\source\d7

Drupal 7 search active core modules and rankings source from database.

SearchClass in namespace Drupal\search\Plugin\views\argument

Argument handler for search keywords.

$ Search#searchQueryProperty in class Search

A search query to use for parsing search keywords.

$ Search#searchTypeProperty in class Search

The search type name (value of {search_index}.type in the database).

ScoreClass in namespace Drupal\search\Plugin\views\field

Field handler for search score.

SearchClass in namespace Drupal\search\Plugin\views\filter

Filter handler for search keywords.

$ Search#searchQueryProperty in class Search

A search query to use for parsing search keywords.

$ Search#searchTypeProperty in class Search

The search type name (value of {search_index}.type in the database).

SearchRowClass in namespace Drupal\search\Plugin\views\row

Row handler plugin for displaying search results.

ScoreClass in namespace Drupal\search\Plugin\views\sort

Sort handler for sorting by search score.

SearchPageRoutesClass in namespace Drupal\search\Routing

Provides dynamic routes for search.

$ SearchPageRoutes#searchPageRepositoryProperty in class SearchPageRoutes

The search page repository.

SearchIndexClass in namespace Drupal\search

Provides search index management functions.

SearchIndexInterfaceClass in namespace Drupal\search

Provides search index management functions.

SearchPageAccessControlHandlerClass in namespace Drupal\search

Defines the access control handler for the search page entity type.

SearchPageInterfaceClass in namespace Drupal\search

Provides an interface defining a search page entity.

SearchPageInterface::setPlugin() — Method in class SearchPageInterface

Sets the search plugin.

SearchPageListBuilderClass in namespace Drupal\search

Defines a class to build a listing of search page entities.

$ SearchPageListBuilder#searchManagerProperty in class SearchPageListBuilder

The search manager.

$ SearchPageListBuilder#searchIndexProperty in class SearchPageListBuilder

The search index.

SearchPageListBuilder::submitForm() — Method in class SearchPageListBuilder

Form submission handler.

SearchPageListBuilder::searchAdminReindexSubmit() — Method in class SearchPageListBuilder

Form submission handler for the reindex button on the search admin settings form.

SearchPageListBuilder::submitAddSearchPage() — Method in class SearchPageListBuilder

Form submission handler for adding a new search page.

SearchPageRepositoryClass in namespace Drupal\search

Provides a repository for Search Page config entities.

$ SearchPageRepository#storageProperty in class SearchPageRepository

The search page storage.

SearchPageRepository::setDefaultSearchPage() — Method in class SearchPageRepository

Sets a given search page as the default.

SearchPageRepository::sortSearchPages() — Method in class SearchPageRepository

Sorts a list of search pages.

SearchPageRepositoryInterfaceClass in namespace Drupal\search

Provides the interface for a repository Search Page entities.

SearchPageRepositoryInterface::setDefaultSearchPage() — Method in class SearchPageRepositoryInterface

Sets a given search page as the default.

SearchPageRepositoryInterface::sortSearchPages() — Method in class SearchPageRepositoryInterface

Sorts a list of search pages.

SearchPluginManagerClass in namespace Drupal\search

SearchExecute plugin manager.

SearchQueryClass in namespace Drupal\search

Search query extender and helper functions.

$ SearchQuery#searchExpressionProperty in class SearchQuery

The keywords and advanced search options that are entered by the user.

$ SearchQuery#simpleProperty in class SearchQuery

Indicates whether the query conditions are simple or complex (LIKE).

$ SearchQuery#statusProperty in class SearchQuery

A bitmap of status conditions, described in getStatus().

$ SearchQuery#scoresProperty in class SearchQuery

The word score expressions.

$ SearchQuery#scoresArgumentsProperty in class SearchQuery

Arguments for the score expressions.

SearchQuery::searchExpression() — Method in class SearchQuery

Sets the search query expression.

SearchTextProcessorClass in namespace Drupal\search

Processes search text for indexing.

SearchTextProcessorInterfaceClass in namespace Drupal\search

Processes search text for indexing.

ViewsSearchQuery::simple() — Method in class ViewsSearchQuery

Returns the simple property.

JsonEncoder::supportsEncoding() — Method in class JsonEncoder
{@inheritdoc}
JsonEncoder::supportsDecoding() — Method in class JsonEncoder
{@inheritdoc}
XmlEncoder::setBaseEncoder() — Method in class XmlEncoder

Sets the base encoder instance.

XmlEncoder::supportsEncoding() — Method in class XmlEncoder
{@inheritdoc}
XmlEncoder::supportsDecoding() — Method in class XmlEncoder
{@inheritdoc}
$ DefaultExceptionSubscriber#serializerProperty in class DefaultExceptionSubscriber

The serializer.

$ DefaultExceptionSubscriber#serializerFormatsProperty in class DefaultExceptionSubscriber

The available serialization formats.

$ UserRouteAlterSubscriber#serializerFormatsProperty in class UserRouteAlterSubscriber

The available serialization formats.

$ ComplexDataNormalizer#supportedInterfaceOrClassProperty in class ComplexDataNormalizer
{@inheritdoc}
$ ConfigEntityNormalizer#supportedInterfaceOrClassProperty in class ConfigEntityNormalizer
{@inheritdoc}
$ ContentEntityNormalizer#supportedInterfaceOrClassProperty in class ContentEntityNormalizer
{@inheritdoc}
$ DateTimeIso8601Normalizer#supportedInterfaceOrClassProperty in class DateTimeIso8601Normalizer
{@inheritdoc}
$ DateTimeNormalizer#supportedInterfaceOrClassProperty in class DateTimeNormalizer
{@inheritdoc}
$ DateTimeNormalizer#systemDateConfigProperty in class DateTimeNormalizer

The system's date configuration.

$ EntityNormalizer#supportedInterfaceOrClassProperty in class EntityNormalizer
{@inheritdoc}
$ EntityReferenceFieldItemNormalizer#supportedInterfaceOrClassProperty in class EntityReferenceFieldItemNormalizer
{@inheritdoc}
$ FieldItemNormalizer#supportedInterfaceOrClassProperty in class FieldItemNormalizer
{@inheritdoc}
$ FieldNormalizer#supportedInterfaceOrClassProperty in class FieldNormalizer
{@inheritdoc}
$ ListNormalizer#supportedInterfaceOrClassProperty in class ListNormalizer
{@inheritdoc}
$ MarkupNormalizer#supportedInterfaceOrClassProperty in class MarkupNormalizer
{@inheritdoc}
$ NormalizerBase#supportedInterfaceOrClassProperty in class NormalizerBase

The interface or class that this Normalizer supports.

NormalizerBase::supportsNormalization() — Method in class NormalizerBase
{@inheritdoc}
NormalizerBase::supportsDenormalization() — Method in class NormalizerBase

Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()

$ PrimitiveDataNormalizer#supportedInterfaceOrClassProperty in class PrimitiveDataNormalizer
{@inheritdoc}
SerializedColumnNormalizerTraitClass in namespace Drupal\serialization\Normalizer

A trait providing methods for serialized columns.

$ TimestampItemNormalizer#supportedInterfaceOrClassProperty in class TimestampItemNormalizer
{@inheritdoc}
$ TimestampNormalizer#supportedInterfaceOrClassProperty in class TimestampNormalizer
{@inheritdoc}
$ TypedDataNormalizer#supportedInterfaceOrClassProperty in class TypedDataNormalizer
{@inheritdoc}
RegisterEntityResolversCompilerPass::sort() — Method in class RegisterEntityResolversCompilerPass

Sorts by priority.

RegisterSerializationClassesCompilerPass::sort() — Method in class RegisterSerializationClassesCompilerPass

Sorts by priority.

SerializationServiceProviderClass in namespace Drupal\serialization

Serialization dependency injection container.

BlockEntitySettingTrayForm::submitVisibility() — Method in class BlockEntitySettingTrayForm

Helper function to independently submit the visibility UI.

BlockEntitySettingTrayForm::successfulAjaxSubmit() — Method in class BlockEntitySettingTrayForm
{@inheritdoc}
ShortcutControllerClass in namespace Drupal\shortcut\Controller

Provides route responses for taxonomy.module.

ShortcutSetControllerClass in namespace Drupal\shortcut\Controller

Builds the page for administering shortcut sets.

ShortcutClass in namespace Drupal\shortcut\Entity

Defines the shortcut entity class.

Shortcut::setTitle() — Method in class Shortcut

Sets the title of this shortcut.

Shortcut::setWeight() — Method in class Shortcut

Sets the weight among shortcuts with the same depth.

Shortcut::sort() — Method in class Shortcut

Sort shortcut objects.

ShortcutSetClass in namespace Drupal\shortcut\Entity

Defines the Shortcut set configuration entity.

SetCustomizeClass in namespace Drupal\shortcut\Form

Builds the shortcut set customize form.

SetCustomize::save() — Method in class SetCustomize

Form submission handler for the 'save' action.

ShortcutDeleteFormClass in namespace Drupal\shortcut\Form

Builds the shortcut link deletion form.

ShortcutSetDeleteFormClass in namespace Drupal\shortcut\Form

Builds the shortcut set deletion form.

$ ShortcutSetDeleteForm#storageProperty in class ShortcutSetDeleteForm

The shortcut storage.

SwitchShortcutSetClass in namespace Drupal\shortcut\Form

Builds the shortcut set switch form.

$ SwitchShortcutSet#shortcutSetStorageProperty in class SwitchShortcutSet

The shortcut set storage.

SwitchShortcutSet::submitForm() — Method in class SwitchShortcutSet

Form submission handler.

ShortcutsBlockClass in namespace Drupal\shortcut\Plugin\Block

Provides a 'Shortcut' block.

ShortcutSetUsersClass in namespace Drupal\shortcut\Plugin\migrate\destination
$ ShortcutSetUsers#shortcutSetStorageProperty in class ShortcutSetUsers

The shortcut set storage handler.

ShortcutClass in namespace Drupal\shortcut\Plugin\migrate\source\d7

Drupal 7 shortcut links source from database.

ShortcutSetClass in namespace Drupal\shortcut\Plugin\migrate\source\d7

Drupal 7 shortcut_set source from database.

ShortcutSetUsersClass in namespace Drupal\shortcut\Plugin\migrate\source\d7

Drupal 7 shortcut_set_users source from database.

ShortcutAccessControlHandlerClass in namespace Drupal\shortcut

Defines the access control handler for the shortcut entity type.

$ ShortcutAccessControlHandler#shortcutSetStorageProperty in class ShortcutAccessControlHandler

The shortcut_set storage.

ShortcutFormClass in namespace Drupal\shortcut

Form handler for the shortcut entity forms.

ShortcutForm::save() — Method in class ShortcutForm

Form submission handler for the 'save' action.

ShortcutInterfaceClass in namespace Drupal\shortcut

Provides an interface defining a shortcut entity.

ShortcutInterface::setTitle() — Method in class ShortcutInterface

Sets the title of this shortcut.

ShortcutInterface::setWeight() — Method in class ShortcutInterface

Sets the weight among shortcuts with the same depth.

ShortcutLazyBuildersClass in namespace Drupal\shortcut

Lazy builders for the shortcut module.

ShortcutSetAccessControlHandlerClass in namespace Drupal\shortcut

Defines the access control handler for the shortcut set entity type.

ShortcutSetFormClass in namespace Drupal\shortcut

Form handler for the shortcut set entity edit forms.

ShortcutSetForm::save() — Method in class ShortcutSetForm

Form submission handler for the 'save' action.

ShortcutSetInterfaceClass in namespace Drupal\shortcut

Provides an interface defining a shortcut set entity.

ShortcutSetListBuilderClass in namespace Drupal\shortcut

Defines a class to build a listing of shortcut set entities.

ShortcutSetStorageClass in namespace Drupal\shortcut

Defines a storage for shortcut_set entities.

ShortcutSetStorageInterfaceClass in namespace Drupal\shortcut

Defines an interface for shortcut_set entity storage classes.

$ Connection#statementWrapperClassProperty in class Connection
{@inheritdoc}
$ Connection#sqliteConditionOperatorMapProperty in class Connection

A map of condition operators to SQLite operators.

Connection::sqlFunctionIf() — Method in class Connection

SQLite compatibility implementation for the IF() SQL function.

Connection::sqlFunctionGreatest() — Method in class Connection

SQLite compatibility implementation for the GREATEST() SQL function.

Connection::sqlFunctionLeast() — Method in class Connection

SQLite compatibility implementation for the LEAST() SQL function.

Connection::sqlFunctionConcat() — Method in class Connection

SQLite compatibility implementation for the CONCAT() SQL function.

Connection::sqlFunctionConcatWs() — Method in class Connection

SQLite compatibility implementation for the CONCAT_WS() SQL function.

Connection::sqlFunctionSubstring() — Method in class Connection

SQLite compatibility implementation for the SUBSTRING() SQL function.

Connection::sqlFunctionSubstringIndex() — Method in class Connection

SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function.

Connection::sqlFunctionRand() — Method in class Connection

SQLite compatibility implementation for the RAND() SQL function.

Connection::sqlFunctionRegexp() — Method in class Connection

SQLite compatibility implementation for the REGEXP SQL operator.

Connection::sqlFunctionLikeBinary() — Method in class Connection

SQLite compatibility implementation for the LIKE BINARY SQL operator.

SchemaClass in namespace Drupal\sqlite\Driver\Database\sqlite

SQLite implementation of \Drupal\Core\Database\Schema.

SelectClass in namespace Drupal\sqlite\Driver\Database\sqlite

SQLite implementation of \Drupal\Core\Database\Query\Select.

StatementClass in namespace Drupal\sqlite\Driver\Database\sqlite

SQLite implementation of \Drupal\Core\Database\Statement.

$ NodeStatisticsDatabaseStorage#stateProperty in class NodeStatisticsDatabaseStorage

The state service.

StatisticsPopularBlockClass in namespace Drupal\statistics\Plugin\Block

Provides a 'Popular content' block.

$ StatisticsPopularBlock#statisticsStorageProperty in class StatisticsPopularBlock

The storage for statistics.

StatisticsNumericClass in namespace Drupal\statistics\Plugin\views\field

Field handler to display numeric values from the statistics module.

StatisticsSettingsFormClass in namespace Drupal\statistics

Configure statistics settings for this site.

StatisticsSettingsForm::submitForm() — Method in class StatisticsSettingsForm

Form submission handler.

StatisticsStorageInterfaceClass in namespace Drupal\statistics

Provides an interface defining Statistics Storage.

StatisticsViewsResultClass in namespace Drupal\statistics

Value object for passing statistic results.

SysLogClass in namespace Drupal\syslog\Logger

Redirects logging messages to syslog.

SysLog::syslogWrapper() — Method in class SysLog

A syslog wrapper to make syslog functionality testable.

$ DbUpdateController#stateProperty in class DbUpdateController

The state service.

DbUpdateController::selection() — Method in class DbUpdateController

Renders a list of available database updates.

SystemControllerClass in namespace Drupal\system\Controller

Returns responses for System routes.

$ SystemController#systemManagerProperty in class SystemController

System Manager Service.

SystemController::systemAdminMenuBlockPage() — Method in class SystemController

Provides a single block from the administration menu as a page.

SystemInfoControllerClass in namespace Drupal\system\Controller

Returns responses for System Info routes.

$ SystemInfoController#systemManagerProperty in class SystemInfoController

System Manager Service.

SystemInfoController::status() — Method in class SystemInfoController

Displays the site status report.

ThemeController::setDefaultTheme() — Method in class ThemeController

Set the default theme.

StatusReportPageClass in namespace Drupal\system\Element

Creates status report page element.

Action::setPlugin() — Method in class Action
{@inheritdoc}
Action::sort() — Method in class Action

Helper callback for uasort() to sort configuration entities by weight and label.

Menu::save() — Method in class Menu

Saves an entity permanently.

$ AdvisoriesConfigSubscriber#securityAdvisoriesFetcherProperty in class AdvisoriesConfigSubscriber

The security advisory fetcher service.

SecurityFileUploadEventSubscriberClass in namespace Drupal\system\EventSubscriber

The final subscriber to 'file.upload.sanitize.name'.

SecurityFileUploadEventSubscriber::sanitizeName() — Method in class SecurityFileUploadEventSubscriber

Sanitizes the upload's filename to make it secure.

$ FileDownloadController#streamWrapperManagerProperty in class FileDownloadController

The stream wrapper manager.

$ CronForm#stateProperty in class CronForm

Stores the state storage service.

CronForm::submitForm() — Method in class CronForm

Form submission handler.

DateFormatFormBase::submitForm() — Method in class DateFormatFormBase

Form submission handler.

DateFormatFormBase::save() — Method in class DateFormatFormBase

Form submission handler for the 'save' action.

$ FileSystemForm#streamWrapperManagerProperty in class FileSystemForm

The stream wrapper manager.

FileSystemForm::submitForm() — Method in class FileSystemForm

Form submission handler.

ImageToolkitForm::submitForm() — Method in class ImageToolkitForm

Form submission handler.

LoggingForm::submitForm() — Method in class LoggingForm

Form submission handler.

ModulesListConfirmForm::submitForm() — Method in class ModulesListConfirmForm

Form submission handler.

ModulesListForm::submitForm() — Method in class ModulesListForm

Form submission handler.

ModulesUninstallConfirmForm::submitForm() — Method in class ModulesUninstallConfirmForm

Form submission handler.

ModulesUninstallForm::submitForm() — Method in class ModulesUninstallForm

Form submission handler.

PerformanceForm::submitForm() — Method in class PerformanceForm

Form submission handler.

PerformanceForm::submitCacheClear() — Method in class PerformanceForm

Clears the caches.

PrepareModulesEntityUninstallForm::submitForm() — Method in class PrepareModulesEntityUninstallForm

Form submission handler.

RegionalForm::submitForm() — Method in class RegionalForm

Form submission handler.

RssFeedsForm::submitForm() — Method in class RssFeedsForm

Form submission handler.

SiteInformationFormClass in namespace Drupal\system\Form

Configure site information settings for this site.

SiteInformationForm::submitForm() — Method in class SiteInformationForm

Form submission handler.

SiteMaintenanceModeFormClass in namespace Drupal\system\Form

Configure maintenance settings for this site.

$ SiteMaintenanceModeForm#stateProperty in class SiteMaintenanceModeForm

The state keyvalue collection.

SiteMaintenanceModeForm::submitForm() — Method in class SiteMaintenanceModeForm

Form submission handler.

SystemBrandingOffCanvasFormClass in namespace Drupal\system\Form

The settings_tray form handler for the SystemBrandingBlock.

SystemBrandingOffCanvasForm::submitConfigurationForm() — Method in class SystemBrandingOffCanvasForm

Form submission handler.

SystemMenuOffCanvasFormClass in namespace Drupal\system\Form

The setting_tray form handler for the SystemMenuBlock.

SystemMenuOffCanvasForm::submitConfigurationForm() — Method in class SystemMenuOffCanvasForm

Form submission handler.

SystemMenuOffCanvasForm::setPlugin() — Method in class SystemMenuOffCanvasForm

Sets the plugin for this object.

ThemeAdminForm::submitForm() — Method in class ThemeAdminForm

Form submission handler.

ThemeExperimentalConfirmForm::submitForm() — Method in class ThemeExperimentalConfirmForm

Form submission handler.

ThemeSettingsForm::submitForm() — Method in class ThemeSettingsForm

Form submission handler.

SystemBrandingBlockClass in namespace Drupal\system\Plugin\Block

Provides a block to display 'Site branding' elements.

SystemBreadcrumbBlockClass in namespace Drupal\system\Plugin\Block

Provides a block to display the breadcrumbs.

SystemMainBlockClass in namespace Drupal\system\Plugin\Block

Provides a 'Main page content' block.

SystemMainBlock::setMainContent() — Method in class SystemMainBlock

Sets the main content render array.

SystemMenuBlockClass in namespace Drupal\system\Plugin\Block

Provides a generic Menu block.

SystemMessagesBlockClass in namespace Drupal\system\Plugin\Block

Provides a block to display the messages.

SystemPoweredByBlockClass in namespace Drupal\system\Plugin\Block

Provides a 'Powered by Drupal' block.

CurrentThemeCondition::submitConfigurationForm() — Method in class CurrentThemeCondition

Form submission handler.

CurrentThemeCondition::summary() — Method in class CurrentThemeCondition

Provides a human readable summary of the condition's configuration.

RequestPath::submitConfigurationForm() — Method in class RequestPath

Form submission handler.

RequestPath::summary() — Method in class RequestPath

Provides a human readable summary of the condition's configuration.

SystemMenuBlockClass in namespace Drupal\system\Plugin\Derivative

Provides block plugin definitions for custom menus.

$ GDToolkit#streamWrapperManagerProperty in class GDToolkit

The StreamWrapper manager.

GDToolkit::setResource() — Method in class GDToolkit

Sets the GD image resource.

GDToolkit::submitConfigurationForm() — Method in class GDToolkit

Form submission handler.

GDToolkit::save() — Method in class GDToolkit

Writes an image resource to a destination file.

GDToolkit::setType() — Method in class GDToolkit

Sets the PHP type of the image.

GDToolkit::supportedTypes() — Method in class GDToolkit

Returns a list of image types supported by the toolkit.

ScaleClass in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd

Defines GD2 Scale operation.

ScaleAndCropClass in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd

Defines GD2 Scale and crop operation.

SystemUpdate7000Class in namespace Drupal\system\Plugin\migrate\process\d6

Rename blog and forum permissions to be consistent with other content types.

SecurityAdvisoriesFetcherClass in namespace Drupal\system\SecurityAdvisories

Defines a service to get security advisories.

SecurityAdvisoryClass in namespace Drupal\system\SecurityAdvisories

Provides a security advisory value object.

SystemConfigSubscriberClass in namespace Drupal\system

System Config subscriber.

SystemManagerClass in namespace Drupal\system

System Manager Service.

$ MockAliasManager#systemPathsProperty in class MockAliasManager

Array of mocked aliases. Keys are aliases, followed by language.

TimeZoneResolver::setDefaultTimeZone() — Method in class TimeZoneResolver

Sets the default time zone.

Term::setDescription() — Method in class Term

Sets the term description.

Term::setFormat() — Method in class Term

Sets the text format name for the term description.

Term::setName() — Method in class Term

Sets the term name.

Term::setWeight() — Method in class Term

Sets the term weight.

$ OverviewTerms#storageControllerProperty in class OverviewTerms

The term storage handler.

OverviewTerms::submitForm() — Method in class OverviewTerms

Form submission handler.

OverviewTerms::submitReset() — Method in class OverviewTerms

Redirects to confirmation form for the reset action.

VocabularyResetForm::submitForm() — Method in class VocabularyResetForm

Form submission handler.

Tid::submitOptionsForm() — Method in class Tid

Provide the default form for submitting options.

NodeTermData::submitOptionsForm() — Method in class NodeTermData

Handle any special handling on the validate form.

TermForm::save() — Method in class TermForm

Form submission handler for the 'save' action.

TermInterface::setDescription() — Method in class TermInterface

Sets the term description.

TermInterface::setFormat() — Method in class TermInterface

Sets the text format name for the term description.

TermInterface::setName() — Method in class TermInterface

Sets the term name.

TermInterface::setWeight() — Method in class TermInterface

Sets the term weight.

VocabularyForm::save() — Method in class VocabularyForm

Form submission handler for the 'save' action.

VocabularyListBuilder::submitForm() — Method in class VocabularyListBuilder

Form submission handler.

TelephoneLinkFormatter::settingsForm() — Method in class TelephoneLinkFormatter

Returns a form to configure settings for the formatter.

TelephoneLinkFormatter::settingsSummary() — Method in class TelephoneLinkFormatter

Returns a short summary for the current formatter settings.

TelephoneItem::schema() — Method in class TelephoneItem

Returns the schema for the field.

TelephoneDefaultWidget::settingsForm() — Method in class TelephoneDefaultWidget

Returns a form to configure settings for the widget.

TelephoneDefaultWidget::settingsSummary() — Method in class TelephoneDefaultWidget

Returns a short summary for the current widget settings.

TextTrimmedFormatter::settingsForm() — Method in class TextTrimmedFormatter

Returns a form to configure settings for the formatter.

TextTrimmedFormatter::settingsSummary() — Method in class TextTrimmedFormatter

Returns a short summary for the current formatter settings.

TextItem::schema() — Method in class TextItem

Returns the schema for the field.

TextItem::storageSettingsForm() — Method in class TextItem

Returns a form for the storage-level settings.

TextLongItem::schema() — Method in class TextLongItem

Returns the schema for the field.

TextWithSummaryItem::schema() — Method in class TextWithSummaryItem

Returns the schema for the field.

TextareaWidget::settingsForm() — Method in class TextareaWidget

Returns a form to configure settings for the widget.

TextareaWithSummaryWidget::settingsForm() — Method in class TextareaWithSummaryWidget

Returns a form to configure settings for the widget.

TextareaWithSummaryWidget::settingsSummary() — Method in class TextareaWithSummaryWidget

Returns a short summary for the current widget settings.

TextProcessed::setValue() — Method in class TextProcessed

Sets the data value.

SetSubtreesCommandClass in namespace Drupal\toolbar\Ajax

Defines an AJAX command that sets the toolbar subtrees.

$ SetSubtreesCommand#subtreesProperty in class SetSubtreesCommand

The toolbar subtrees.

ToolbarController::subtreesAjax() — Method in class ToolbarController

Returns an AJAX response to render the toolbar subtrees.

TipPluginBase::set() — Method in class TipPluginBase

Used for returning values by key.

TipPluginInterface::set() — Method in class TipPluginInterface

Used for returning values by key.

$ UpdateManagerAccessCheck#settingsProperty in class UpdateManagerAccessCheck

Settings Service.

$ UpdateManagerInstall#sitePathProperty in class UpdateManagerInstall

The site path.

UpdateManagerInstall::submitForm() — Method in class UpdateManagerInstall

Form submission handler.

$ UpdateManagerUpdate#stateProperty in class UpdateManagerUpdate

The Drupal state storage service.

UpdateManagerUpdate::submitForm() — Method in class UpdateManagerUpdate

Form submission handler.

$ UpdateReady#stateProperty in class UpdateReady

The state key value store.

$ UpdateReady#sitePathProperty in class UpdateReady

The Site path.

UpdateReady::submitForm() — Method in class UpdateReady

Form submission handler.

ProjectCoreCompatibility::setReleaseMessage() — Method in class ProjectCoreCompatibility

Sets core compatibility messages for project releases.

$ UpdateProcessor#stateStoreProperty in class UpdateProcessor

The state service.

UpdateRoot::set() — Method in class UpdateRoot

Sets the root path under which projects are installed or updated.

UpdateSettingsForm::submitForm() — Method in class UpdateSettingsForm

Form submission handler.

AccountForm::syncUserLangcode() — Method in class AccountForm

Synchronizes preferred language and entity language.

AccountForm::submitForm() — Method in class AccountForm

Form submission handler.

AccountSettingsForm::submitForm() — Method in class AccountSettingsForm

Form submission handler.

$ Cookie#sessionConfigurationProperty in class Cookie

The session configuration.

$ UserAuthenticationController#serializerProperty in class UserAuthenticationController

The serializer.

$ UserAuthenticationController#serializerFormatsProperty in class UserAuthenticationController

The available serialization formats.

EntityOwnerInterface::setOwner() — Method in class EntityOwnerInterface

Sets the entity owner's user entity.

EntityOwnerInterface::setOwnerId() — Method in class EntityOwnerInterface

Sets the entity owner's user ID.

EntityOwnerTrait::setOwnerId() — Method in class EntityOwnerTrait
{@inheritdoc}
EntityOwnerTrait::setOwner() — Method in class EntityOwnerTrait
{@inheritdoc}
Role::setWeight() — Method in class Role

Sets the weight to the given value.

Role::setIsAdmin() — Method in class Role

Sets the role to be an admin role.

User::setPassword() — Method in class User

Sets the user password.

User::setEmail() — Method in class User

Sets the email address of the user.

User::setLastAccessTime() — Method in class User

Sets the UNIX timestamp when the user last accessed the site.

User::setLastLoginTime() — Method in class User

Sets the UNIX timestamp when the user last logged in.

User::setUsername() — Method in class User

Sets the username of this account.

User::setExistingPassword() — Method in class User

Sets the existing plain text password.

RoleSettingsForm::submitForm() — Method in class RoleSettingsForm

Form submission handler.

$ UserCancelForm#selectCancelProperty in class UserCancelForm

Whether it is allowed to select cancellation method.

UserCancelForm::submitForm() — Method in class UserCancelForm

Form submission handler.

UserLoginForm::submitForm() — Method in class UserLoginForm

Form submission handler.

UserMultipleCancelConfirm::submitForm() — Method in class UserMultipleCancelConfirm

Form submission handler.

UserPasswordForm::submitForm() — Method in class UserPasswordForm

Form submission handler.

UserPasswordResetForm::submitForm() — Method in class UserPasswordResetForm

Form submission handler.

UserPermissionsForm::submitForm() — Method in class UserPermissionsForm

Form submission handler.

PermissionHandler::sortPermissions() — Method in class PermissionHandler

Sorts the given permissions by provider name and title.

ChangeUserRoleBase::submitConfigurationForm() — Method in class ChangeUserRoleBase

Form submission handler.

UserRole::submitConfigurationForm() — Method in class UserRole

Form submission handler.

UserRole::summary() — Method in class UserRole

Provides a human readable summary of the condition's configuration.

UserNameFormatter::settingsForm() — Method in class UserNameFormatter

Returns a form to configure settings for the formatter.

$ LanguageNegotiationUserAdmin#stackedRouteMatchProperty in class LanguageNegotiationUserAdmin

The stacked route match.

$ UserNameConstraint#spaceBeginMessageProperty in class UserNameConstraint
$ UserNameConstraint#spaceEndMessageProperty in class UserNameConstraint
EntityUser::save() — Method in class EntityUser

Saves the entity.

ProfileField::setTableNames() — Method in class ProfileField

Helper to set the profile field table names.

UserRegistrationResource::sendEmailNotifications() — Method in class UserRegistrationResource

Sends email notifications if necessary for user that was registered.

Permission::summaryTitle() — Method in class Permission

Returns the summary of the settings in the display.

Role::summaryTitle() — Method in class Role

Returns the summary of the settings in the display.

$ Uid#storageProperty in class Uid

The user storage.

User::submitOptionsForm() — Method in class User

Provides the default form for submitting options.

ProfileForm::save() — Method in class ProfileForm

Form submission handler for the 'save' action.

RegisterForm::submitForm() — Method in class RegisterForm

Form submission handler.

RegisterForm::save() — Method in class RegisterForm

Form submission handler for the 'save' action.

RoleForm::save() — Method in class RoleForm

Form submission handler for the 'save' action.

RoleInterface::setIsAdmin() — Method in class RoleInterface

Sets the role to be an admin role.

RoleInterface::setWeight() — Method in class RoleInterface

Sets the weight to the given value.

RoleListBuilder::submitForm() — Method in class RoleListBuilder

Form submission handler.

StatusItemClass in namespace Drupal\user

Defines the 'status' entity field type.

UserData::set() — Method in class UserData

Stores data for a user account.

UserDataInterface::set() — Method in class UserDataInterface

Stores data for a user account.

UserInterface::setUsername() — Method in class UserInterface

Sets the username of this account.

UserInterface::setPassword() — Method in class UserInterface

Sets the user password.

UserInterface::setEmail() — Method in class UserInterface

Sets the email address of the user.

UserInterface::setLastAccessTime() — Method in class UserInterface

Sets the UNIX timestamp when the user last accessed the site.

UserInterface::setLastLoginTime() — Method in class UserInterface

Sets the UNIX timestamp when the user last logged in.

UserInterface::setExistingPassword() — Method in class UserInterface

Sets the existing plain text password.

$ HighlightCommand#selectorProperty in class HighlightCommand

A CSS selector string.

ScrollTopCommandClass in namespace Drupal\views\Ajax

Provides an AJAX command for scrolling to the top of an element.

$ ScrollTopCommand#selectorProperty in class ScrollTopCommand

A CSS selector string.

ShowButtonsCommandClass in namespace Drupal\views\Ajax

Provides an AJAX command for showing the save and cancel buttons.

ViewAjaxResponse::setView() — Method in class ViewAjaxResponse

Sets the executed view of this response.

$ ViewsAccess#short_titleProperty in class ViewsAccess

(optional) The short title used in the views UI.

$ ViewsArgumentDefault#short_titleProperty in class ViewsArgumentDefault

(optional) The short title used in the views UI.

$ ViewsArgumentValidator#short_titleProperty in class ViewsArgumentValidator

(optional) The short title used in the views UI.

$ ViewsCache#short_titleProperty in class ViewsCache

(optional) The short title used in the views UI.

$ ViewsDisplay#short_titleProperty in class ViewsDisplay

(optional) The short title used in the views UI.

$ ViewsDisplayExtender#short_titleProperty in class ViewsDisplayExtender

(optional) The short title used in the views UI.

$ ViewsExposedForm#short_titleProperty in class ViewsExposedForm

(optional) The short title used in the views UI.

$ ViewsPager#short_titleProperty in class ViewsPager

(optional) The short title used in the views UI.

$ ViewsQuery#short_titleProperty in class ViewsQuery

(optional) The short title used in the views UI.

$ ViewsRow#short_titleProperty in class ViewsRow

(optional) The short title used in the views UI.

$ ViewsStyle#short_titleProperty in class ViewsStyle

(optional) The short title used in the views UI.

$ ViewsWizard#short_titleProperty in class ViewsWizard

(optional) The short title used in the views UI.

$ ViewAjaxController#storageProperty in class ViewAjaxController

The entity storage for views.

$ EntityViewsData#storageProperty in class EntityViewsData

The storage used for this entity type.

$ RouteSubscriber#stateProperty in class RouteSubscriber

The state key value store.

ExposedFormCache::setForm() — Method in class ExposedFormCache

Save the Views exposed form for later use.

ViewsExposedForm::submitForm() — Method in class ViewsExposedForm

Form submission handler.

ViewsForm::submitForm() — Method in class ViewsForm

Form submission handler.

ViewsFormMainForm::submitForm() — Method in class ViewsFormMainForm

Form submission handler.

ManyToOneHelper::summaryJoin() — Method in class ManyToOneHelper

Provide the proper join for summary queries. This is important in part because it will cooperate with other arguments if possible.

$ ViewsLocalTask#stateProperty in class ViewsLocalTask

The state key value store.

ViewsSelection::stripAdminAndAnchorTagsFromResults() — Method in class ViewsSelection

Strips all admin and anchor tags from a result list.

ViewsSelection::settingsFormValidate() — Method in class ViewsSelection

Element validate; Check View is valid.

HandlerBase::sanitizeValue() — Method in class HandlerBase

Sanitize the value for output.

HandlerBase::setModuleHandler() — Method in class HandlerBase

Sets the module handler.

HandlerBase::submitGroupByForm() — Method in class HandlerBase

Perform any necessary changes to the form values prior to storage.

HandlerBase::submitExtraOptionsForm() — Method in class HandlerBase

Perform any necessary changes to the form values prior to storage.

HandlerBase::submitExposed() — Method in class HandlerBase

Submit the exposed handler form.

HandlerBase::submitExposeForm() — Method in class HandlerBase

Perform any necessary changes to the form exposes prior to storage.

HandlerBase::showExposeButton() — Method in class HandlerBase

Shortcut to display the expose/hide button.

HandlerBase::showExposeForm() — Method in class HandlerBase

Shortcut to display the exposed options form.

HandlerBase::setRelationship() — Method in class HandlerBase

Called just prior to query(), this lets a handler set up any relationship it needs.

HandlerBase::storeExposedInput() — Method in class HandlerBase

If set to remember exposed input in the session, store it there.

HandlerBase::setViewsData() — Method in class HandlerBase
{@inheritdoc}
HandlerBase::submitTemporaryForm() — Method in class HandlerBase

A submit handler that is used for storing temporary items when using multi-step changes, such as ajax requests.

HandlerBase::submitFormCalculateOptions() — Method in class HandlerBase

Calculates options stored on the handler.

PluginBase::setOptionDefaults() — Method in class PluginBase

Fills up the options of the plugin with defaults.

PluginBase::submitOptionsForm() — Method in class PluginBase

Handle any special handling on the validate form.

PluginBase::summaryTitle() — Method in class PluginBase

Returns the summary of the settings in the display.

ViewsHandlerInterface::sanitizeValue() — Method in class ViewsHandlerInterface

Sanitize the value for output.

ViewsHandlerInterface::showExposeForm() — Method in class ViewsHandlerInterface

Shortcut to display the exposed options form.

ViewsHandlerInterface::setRelationship() — Method in class ViewsHandlerInterface

Called just prior to query(), this lets a handler set up any relationship it needs.

ViewsPluginInterface::summaryTitle() — Method in class ViewsPluginInterface

Returns the summary of the settings in the display.

ViewsPluginInterface::submitOptionsForm() — Method in class ViewsPluginInterface

Handle any special handling on the validate form.

AccessPluginBase::summaryTitle() — Method in class AccessPluginBase

Returns the summary of the settings in the display.

None::summaryTitle() — Method in class None

Returns the summary of the settings in the display.

Entity::submitOptionsForm() — Method in class Entity

Handle any special handling on the validate form.

ArgumentPluginBase::submitOptionsForm() — Method in class ArgumentPluginBase

Handle any special handling on the validate form.

ArgumentPluginBase::summaryQuery() — Method in class ArgumentPluginBase

Build the info for the summary query.

ArgumentPluginBase::summaryNameField() — Method in class ArgumentPluginBase

Add the name field, which is the field displayed in summary queries.

ArgumentPluginBase::summaryBasics() — Method in class ArgumentPluginBase

Some basic summary behavior that doesn't need to be repeated as much as code that goes into summaryQuery()

ArgumentPluginBase::summarySort() — Method in class ArgumentPluginBase

Sorts the summary based upon the user's selection. The base variant of this is usually adequate.

ArgumentPluginBase::summaryArgument() — Method in class ArgumentPluginBase

Provide the argument to use to link from the summary to the next level; this will be called once per row of a summary, and used as part of $view->getUrl().

ArgumentPluginBase::summaryName() — Method in class ArgumentPluginBase

Provides the name to use for the summary. By default this is just the name field.

ArgumentPluginBase::setArgument() — Method in class ArgumentPluginBase

Set the input for this argument.

DayDate::summaryName() — Method in class DayDate

Provides the name to use for the summary. By default this is just the name field.

DayDate::summaryArgument() — Method in class DayDate

Provide the argument to use to link from the summary to the next level; this will be called once per row of a summary, and used as part of $view->getUrl().

Formula::summaryQuery() — Method in class Formula

Build the summary query based on a formula.

FullDate::summaryName() — Method in class FullDate

Provides the name to use for the summary. By default this is just the name field.

LanguageArgument::summaryName() — Method in class LanguageArgument

Overrides \Drupal\views\Plugin\views\argument\ArgumentPluginBase::summaryName().

ManyToOne::summaryQuery() — Method in class ManyToOne

Build the info for the summary query.

ManyToOne::summaryArgument() — Method in class ManyToOne

Provide the argument to use to link from the summary to the next level; this will be called once per row of a summary, and used as part of $view->getUrl().

MonthDate::summaryName() — Method in class MonthDate

Provides the name to use for the summary. By default this is just the name field.

MonthDate::summaryArgument() — Method in class MonthDate

Provide the argument to use to link from the summary to the next level; this will be called once per row of a summary, and used as part of $view->getUrl().

StandardClass in namespace Drupal\views\Plugin\views\argument

Default implementation of the base argument plugin.

StringArgumentClass in namespace Drupal\views\Plugin\views\argument

Basic argument handler to implement string arguments that may have length limits.

StringArgument::summaryQuery() — Method in class StringArgument

Build the summary query based on a string.

StringArgument::summaryArgument() — Method in class StringArgument

Provide the argument to use to link from the summary to the next level; this will be called once per row of a summary, and used as part of $view->getUrl().

StringArgument::summaryName() — Method in class StringArgument

Provides the name to use for the summary. By default this is just the name field.

WeekDate::summaryName() — Method in class WeekDate

Provide a link to the next level of the view.

YearMonthDate::summaryName() — Method in class YearMonthDate

Provides the name to use for the summary. By default this is just the name field.

ArgumentDefaultPluginBase::setArgument() — Method in class ArgumentDefaultPluginBase

Sets the parent argument this plugin is associated with.

ArgumentDefaultPluginBase::submitOptionsForm() — Method in class ArgumentDefaultPluginBase

Provide the default form for submitting options.

ArgumentValidatorPluginBase::setArgument() — Method in class ArgumentValidatorPluginBase

Sets the parent argument this plugin is associated with.

ArgumentValidatorPluginBase::submitOptionsForm() — Method in class ArgumentValidatorPluginBase

Provides the default form for submitting options.

Entity::submitOptionsForm() — Method in class Entity

Provides the default form for submitting options.

$ CachePluginBase#storageProperty in class CachePluginBase

Contains all data that should be written/read from cache.

CachePluginBase::summaryTitle() — Method in class CachePluginBase

Return a string to display as the clickable title for the access control.

None::summaryTitle() — Method in class None

Return a string to display as the clickable title for the access control.

Tag::summaryTitle() — Method in class Tag

Return a string to display as the clickable title for the access control.

Time::summaryTitle() — Method in class Time

Return a string to display as the clickable title for the access control.

Attachment::submitOptionsForm() — Method in class Attachment

Perform any necessary changes to the form values prior to storage.

Block::submitOptionsForm() — Method in class Block

Perform any necessary changes to the form values prior to storage.

DisplayPluginBase::setOption() — Method in class DisplayPluginBase

Sets an option, on this display or the default display.

DisplayPluginBase::submitOptionsForm() — Method in class DisplayPluginBase

Handle any special handling on the validate form.

DisplayPluginBase::setOverride() — Method in class DisplayPluginBase

Flip the override setting for the given section.

DisplayPluginInterface::setOption() — Method in class DisplayPluginInterface

Sets an option, on this display or the default display.

DisplayPluginInterface::submitOptionsForm() — Method in class DisplayPluginInterface

Performs any necessary changes to the form values prior to storage.

DisplayPluginInterface::setOverride() — Method in class DisplayPluginInterface

Flip the override setting for the given section.

Feed::submitOptionsForm() — Method in class Feed

Handle any special handling on the validate form.

Page::setPageRenderArray() — Method in class Page

Sets the current page views render array.

Page::submitOptionsForm() — Method in class Page

Handle any special handling on the validate form.

$ PathPluginBase#stateProperty in class PathPluginBase

The state key value store.

PathPluginBase::submitOptionsForm() — Method in class PathPluginBase

Handle any special handling on the validate form.

DisplayExtenderPluginBase::submitOptionsForm() — Method in class DisplayExtenderPluginBase

Handle any special handling on the validate form.

InputRequired::submitOptionsForm() — Method in class InputRequired

Handle any special handling on the validate form.

EntityField::submitFormCalculateOptions() — Method in class EntityField

Calculates options stored on the handler.

EntityField::submitGroupByForm() — Method in class EntityField

Perform any necessary changes to the form values prior to storage.

FieldPluginBase::submitOptionsForm() — Method in class FieldPluginBase

Performs some cleanup tasks on the options array before saving it.

NumericField::submitOptionsForm() — Method in class NumericField

Performs some cleanup tasks on the options array before saving it.

SerializedClass in namespace Drupal\views\Plugin\views\field

Field handler to show data of serialized fields.

StandardClass in namespace Drupal\views\Plugin\views\field

Default implementation of the base field plugin.

FilterPluginBase::submitOptionsForm() — Method in class FilterPluginBase

Simple submit handler.

FilterPluginBase::showOperatorForm() — Method in class FilterPluginBase

Shortcut to display the operator form.

FilterPluginBase::showValueForm() — Method in class FilterPluginBase

Shortcut to display the value form.

FilterPluginBase::showBuildGroupForm() — Method in class FilterPluginBase

Shortcut to display the exposed options form.

FilterPluginBase::showBuildGroupButton() — Method in class FilterPluginBase

Shortcut to display the build_group/hide button.

FilterPluginBase::showExposeButton() — Method in class FilterPluginBase

Shortcut to display the expose/hide button.

FilterPluginBase::storeGroupInput() — Method in class FilterPluginBase

If set to remember exposed input in the session, store it there.

FilterPluginBase::storeExposedInput() — Method in class FilterPluginBase

If set to remember exposed input in the session, store it there.

StandardClass in namespace Drupal\views\Plugin\views\filter

Default implementation of the base filter plugin.

StringFilterClass in namespace Drupal\views\Plugin\views\filter

Basic textfield filter to handle string filtering commands including equality, like, not like, etc.

StandardClass in namespace Drupal\views\Plugin\views\join

Default implementation of the join plugin.

SubqueryClass in namespace Drupal\views\Plugin\views\join

Join handler for relationships that join with a subquery as the left field.

Full::summaryTitle() — Method in class Full

Return a string to display as the clickable title for the pager plugin.

Mini::summaryTitle() — Method in class Mini

Return a string to display as the clickable title for the pager plugin.

None::summaryTitle() — Method in class None

Return a string to display as the clickable title for the pager plugin.

PagerPluginBase::setItemsPerPage() — Method in class PagerPluginBase

Set how many items per page this pager will display.

PagerPluginBase::setOffset() — Method in class PagerPluginBase

Set the page offset, or how many items to skip.

PagerPluginBase::setCurrentPage() — Method in class PagerPluginBase

Set the current page.

PagerPluginBase::submitOptionsForm() — Method in class PagerPluginBase

Provide the default form for submitting options.

PagerPluginBase::summaryTitle() — Method in class PagerPluginBase

Return a string to display as the clickable title for the pager plugin.

SomeClass in namespace Drupal\views\Plugin\views\pager

Plugin for views without pagers.

Some::summaryTitle() — Method in class Some

Return a string to display as the clickable title for the pager plugin.

SqlBaseClass in namespace Drupal\views\Plugin\views\pager

A common base class for sql based pager.

SqlBase::setCurrentPage() — Method in class SqlBase

Set the current page.

DateSqlInterface::setFieldTimezoneOffset() — Method in class DateSqlInterface

Applies the given offset to the given field.

DateSqlInterface::setTimezoneOffset() — Method in class DateSqlInterface

Set the database to the given timezone.

MysqlDateSql::setTimezoneOffset() — Method in class MysqlDateSql

Set the database to the given timezone.

MysqlDateSql::setFieldTimezoneOffset() — Method in class MysqlDateSql

Applies the given offset to the given field.

PostgresqlDateSql::setFieldTimezoneOffset() — Method in class PostgresqlDateSql

Applies the given offset to the given field.

PostgresqlDateSql::setTimezoneOffset() — Method in class PostgresqlDateSql

Set the database to the given timezone.

QueryPluginBase::submitOptionsForm() — Method in class QueryPluginBase

Handle any special handling on the validate form.

QueryPluginBase::summaryTitle() — Method in class QueryPluginBase

Returns the summary of the settings in the display.

QueryPluginBase::setLimit() — Method in class QueryPluginBase

Set a LIMIT on the query, specifying a maximum number of results.

QueryPluginBase::setOffset() — Method in class QueryPluginBase

Set an OFFSET on the query, specifying a number of results to skip.

QueryPluginBase::setWhereGroup() — Method in class QueryPluginBase

Create a new grouping for the WHERE or HAVING clause.

QueryPluginBase::setGroupOperator() — Method in class QueryPluginBase

Control how all WHERE and HAVING groups are put together.

QueryPluginBase::setupTimezone() — Method in class QueryPluginBase

Set the database to the current user timezone.

QueryPluginBase::setFieldTimezoneOffset() — Method in class QueryPluginBase

Applies a timezone offset to the given field.

SqlClass in namespace Drupal\views\Plugin\views\query

Views query plugin for an SQL query.

Sql::setDistinct() — Method in class Sql

Set the view to be distinct (per base field).

Sql::setCountField() — Method in class Sql

Set what field the query will count() on for paging.

Sql::submitOptionsForm() — Method in class Sql

Special submit handling.

Sql::setFieldTimezoneOffset() — Method in class Sql

Applies a timezone offset to the given field.

Sql::setupTimezone() — Method in class Sql

Set the database to the current user timezone.

SqliteDateSqlClass in namespace Drupal\views\Plugin\views\query

SQLite-specific date handling.

SqliteDateSql::setTimezoneOffset() — Method in class SqliteDateSql

Set the database to the given timezone.

SqliteDateSql::setFieldTimezoneOffset() — Method in class SqliteDateSql

Applies the given offset to the given field.

GroupwiseMax::submitOptionsForm() — Method in class GroupwiseMax

When the form is submitted, make sure to clear the subquery string cache.

StandardClass in namespace Drupal\views\Plugin\views\relationship

Default implementation of the base relationship plugin.

EntityRow::summaryTitle() — Method in class EntityRow

Returns the summary of the settings in the display.

Fields::submitOptionsForm() — Method in class Fields

Perform any necessary changes to the form values prior to storage.

RowPluginBase::submitOptionsForm() — Method in class RowPluginBase

Perform any necessary changes to the form values prior to storage.

SortPluginBaseClass in namespace Drupal\views\Plugin\views\sort

Base sort handler that has no options and performs a simple sort.

SortPluginBase::showExposeButton() — Method in class SortPluginBase

Shortcut to display the expose/hide button.

SortPluginBase::submitOptionsForm() — Method in class SortPluginBase

Simple submit handler.

SortPluginBase::showSortForm() — Method in class SortPluginBase

Shortcut to display the value form.

SortPluginBase::sortValidate() — Method in class SortPluginBase
SortPluginBase::sortSubmit() — Method in class SortPluginBase
SortPluginBase::sortOptions() — Method in class SortPluginBase

Provide a list of options for the default sort form.

StandardClass in namespace Drupal\views\Plugin\views\sort

Default implementation of the base sort plugin.

StylePluginBaseClass in namespace Drupal\views\Plugin\views\style

Base class for views style plugins.

Table::sanitizeColumns() — Method in class Table

Normalize a list of columns based upon the fields that are available. This compares the fields stored in the style handler to the list of fields actually in the view, removing fields that have been removed and adding new fields in their own column.

StandardClass in namespace Drupal\views\Plugin\views\wizard

Standard Views wizard plugin.

$ WizardPluginBase#sortsProperty in class WizardPluginBase

Views items configuration arrays for sorts added by the wizard.

WizardPluginBase::setDefaultOptions() — Method in class WizardPluginBase

Sets options for a display and makes them the default options if possible.

WizardPluginBase::setOverrideOptions() — Method in class WizardPluginBase

Sets options for a display, inheriting from the defaults when possible.

WizardPluginBase::setValidatedView() — Method in class WizardPluginBase

Stores a validated view from a form submission.

TestHelperPlugin::setDefinedOptions() — Method in class TestHelperPlugin

Allows to set the defined options.

ViewTestData::schemaDefinition() — Method in class ViewTestData

Returns the schema definition.

$ ViewExecutable#storageProperty in class ViewExecutable

The config entity in which the view is stored.

$ ViewExecutable#style_pluginProperty in class ViewExecutable

The current used style plugin.

$ ViewExecutable#sortProperty in class ViewExecutable

Stores the sort handlers which are initialized on this view.

$ ViewExecutable#showAdminLinksProperty in class ViewExecutable

Should the admin links be shown on the rendered view.

$ ViewExecutable#serializationDataProperty in class ViewExecutable

Holds all necessary data for proper unserialization.

ViewExecutable::save() — Method in class ViewExecutable

Saves the view.

ViewExecutable::setArguments() — Method in class ViewExecutable

Sets the arguments for the view.

ViewExecutable::setCurrentPage() — Method in class ViewExecutable

Sets the current page for the pager.

ViewExecutable::setItemsPerPage() — Method in class ViewExecutable

Sets the items per page on the pager.

ViewExecutable::setOffset() — Method in class ViewExecutable

Sets the offset on the pager.

ViewExecutable::setAjaxEnabled() — Method in class ViewExecutable

Sets whether or not AJAX should be used.

ViewExecutable::setExposedInput() — Method in class ViewExecutable

Sets the exposed filters input to an array.

ViewExecutable::setDisplay() — Method in class ViewExecutable

Sets the current display.

ViewExecutable::setResponse() — Method in class ViewExecutable

Sets the used response object of the view.

ViewExecutable::setRequest() — Method in class ViewExecutable

Sets the request object.

ViewExecutable::setTitle() — Method in class ViewExecutable

Overrides the view's current title.

ViewExecutable::setHandler() — Method in class ViewExecutable

Sets the configuration of a handler instance on a given display.

ViewExecutable::setHandlerOption() — Method in class ViewExecutable

Sets an option on a handler instance.

ViewExecutable::setShowAdminLinks() — Method in class ViewExecutable

Enables admin links on the rendered view.

ViewsConfigUpdater::setDeprecationsEnabled() — Method in class ViewsConfigUpdater

Sets the deprecations enabling status.

$ ViewsData#storageProperty in class ViewsData

Table data storage.

$ ViewsData#skipCacheProperty in class ViewsData

Whether or not to skip data caching and rebuild data each time.

SetFormCommandClass in namespace Drupal\views_ui\Ajax

Provides an AJAX command for setting a form submit URL in modal forms.

AdvancedSettingsForm::submitForm() — Method in class AdvancedSettingsForm

Form submission handler.

Analyze::submitForm() — Method in class Analyze

Form submission handler.

ConfigHandler::submitForm() — Method in class ConfigHandler

Form submission handler.

ConfigHandlerExtra::submitForm() — Method in class ConfigHandlerExtra

Form submission handler.

ConfigHandlerGroup::submitForm() — Method in class ConfigHandlerGroup

Form submission handler.

Display::submitForm() — Method in class Display

Form submission handler.

EditDetails::submitForm() — Method in class EditDetails

Form submission handler.

Rearrange::submitForm() — Method in class Rearrange

Form submission handler.

RearrangeFilter::submitForm() — Method in class RearrangeFilter

Form submission handler.

ReorderDisplays::submitForm() — Method in class ReorderDisplays

Form submission handler.

ViewsFormBase::setID() — Method in class ViewsFormBase

Sets the ID for this form.

ViewsFormBase::setType() — Method in class ViewsFormBase

Sets the type for this form.

ViewsFormBase::submitForm() — Method in class ViewsFormBase

Form submission handler.

BasicSettingsForm::submitForm() — Method in class BasicSettingsForm

Form submission handler.

BreakLockForm::submitForm() — Method in class BreakLockForm

Form submission handler.

$ ViewUIConverter#serviceProperty in class ViewUIConverter

The real proxied service, after it was lazy loaded.

ViewAddForm::submitForm() — Method in class ViewAddForm

Form submission handler.

ViewDuplicateForm::submitForm() — Method in class ViewDuplicateForm

Form submission handler for the 'clone' action.

ViewEditForm::save() — Method in class ViewEditForm

Form submission handler for the 'save' action.

ViewEditForm::submitDisplayUndoDelete() — Method in class ViewEditForm

Submit handler to add a restore a removed display to a view.

ViewEditForm::submitDisplayEnable() — Method in class ViewEditForm

Submit handler to enable a disabled display.

ViewEditForm::submitDisplayDisable() — Method in class ViewEditForm

Submit handler to disable display.

ViewEditForm::submitDisplayDelete() — Method in class ViewEditForm

Submit handler to delete a display from a view.

ViewEditForm::submitDelayDestination() — Method in class ViewEditForm

Submit handler for form buttons that do not complete a form workflow.

ViewEditForm::submitDisplayDuplicate() — Method in class ViewEditForm

Submit handler to duplicate a display for a view.

ViewEditForm::submitDisplayAdd() — Method in class ViewEditForm

Submit handler to add a display to a view.

ViewEditForm::submitDuplicateDisplayAsType() — Method in class ViewEditForm

Submit handler to Duplicate a display as another display type.

ViewPreviewForm::submitPreview() — Method in class ViewPreviewForm

Form submission handler for the Preview button.

$ ViewUI#stackProperty in class ViewUI

Stores a stack of UI forms to display.

$ ViewUI#storageProperty in class ViewUI

The View storage object.

ViewUI::setStatus() — Method in class ViewUI

Sets the status of the configuration entity.

ViewUI::set() — Method in class ViewUI

Sets the value of a property.

ViewUI::setSyncing() — Method in class ViewUI

Sets the status of the synchronization flag.

ViewUI::setUninstalling() — Method in class ViewUI
{@inheritdoc}
ViewUI::standardSubmit() — Method in class ViewUI

Basic submit handler applicable to all 'standard' forms.

ViewUI::standardCancel() — Method in class ViewUI

Submit handler for cancel button.

ViewUI::submitItemAdd() — Method in class ViewUI

Submit handler for adding new item(s) to a view.

ViewUI::startQueryCapture() — Method in class ViewUI

Set up query capturing.

ViewUI::save() — Method in class ViewUI

Saves an entity permanently.

ViewUI::status() — Method in class ViewUI

Returns whether the configuration entity is enabled.

ViewUI::setOriginalId() — Method in class ViewUI

Sets the original ID.

ViewUI::setThirdPartySetting() — Method in class ViewUI

Sets the value of a third-party setting.

ViewUI::setLock() — Method in class ViewUI

Sets a lock on this View.

Workflow::status() — Method in class Workflow

Returns whether the configuration entity is enabled.

WorkflowAddForm::save() — Method in class WorkflowAddForm

Form submission handler for the 'save' action.

WorkflowDeleteForm::submitForm() — Method in class WorkflowDeleteForm

Form submission handler.

WorkflowEditForm::save() — Method in class WorkflowEditForm

Form submission handler for the 'save' action.

WorkflowStateAddForm::save() — Method in class WorkflowStateAddForm

Form submission handler for the 'save' action.

$ WorkflowStateDeleteForm#stateIdProperty in class WorkflowStateDeleteForm

The state being deleted.

WorkflowStateDeleteForm::submitForm() — Method in class WorkflowStateDeleteForm

Form submission handler.

$ WorkflowStateEditForm#stateIdProperty in class WorkflowStateEditForm

The ID of the state that is being edited.

WorkflowStateEditForm::save() — Method in class WorkflowStateEditForm

Form submission handler for the 'save' action.

WorkflowTransitionAddForm::save() — Method in class WorkflowTransitionAddForm

Form submission handler for the 'save' action.

WorkflowTransitionDeleteForm::submitForm() — Method in class WorkflowTransitionDeleteForm

Form submission handler.

WorkflowTransitionEditForm::save() — Method in class WorkflowTransitionEditForm

Form submission handler for the 'save' action.

WorkflowTypeBase::setConfiguration() — Method in class WorkflowTypeBase

Sets the configuration for this plugin instance.

WorkflowTypeBase::setStateLabel() — Method in class WorkflowTypeBase

Sets a state's label.

WorkflowTypeBase::setStateWeight() — Method in class WorkflowTypeBase

Sets a state's weight value.

WorkflowTypeBase::setTransitionLabel() — Method in class WorkflowTypeBase

Sets a transition's label.

WorkflowTypeBase::setTransitionWeight() — Method in class WorkflowTypeBase

Sets a transition's weight.

WorkflowTypeBase::setTransitionFromStates() — Method in class WorkflowTypeBase

Sets a transition's from states.

WorkflowTypeConfigureFormBase::setPlugin() — Method in class WorkflowTypeConfigureFormBase

Sets the plugin for this object.

WorkflowTypeStateFormBase::setPlugin() — Method in class WorkflowTypeStateFormBase

Sets the plugin for this object.

WorkflowTypeStateFormBase::submitConfigurationForm() — Method in class WorkflowTypeStateFormBase

Form submission handler.

WorkflowTypeTransitionFormBase::setPlugin() — Method in class WorkflowTypeTransitionFormBase

Sets the plugin for this object.

WorkflowTypeTransitionFormBase::submitConfigurationForm() — Method in class WorkflowTypeTransitionFormBase

Form submission handler.

StateClass in namespace Drupal\workflows

A value object representing a workflow state.

StateInterfaceClass in namespace Drupal\workflows

An interface for state value objects.

WorkflowTypeInterface::setStateLabel() — Method in class WorkflowTypeInterface

Sets a state's label.

WorkflowTypeInterface::setStateWeight() — Method in class WorkflowTypeInterface

Sets a state's weight value.

WorkflowTypeInterface::setTransitionLabel() — Method in class WorkflowTypeInterface

Sets a transition's label.

WorkflowTypeInterface::setTransitionWeight() — Method in class WorkflowTypeInterface

Sets a transition's weight.

WorkflowTypeInterface::setTransitionFromStates() — Method in class WorkflowTypeInterface

Sets a transition's from states.

EntityOperations::shouldSkipPreOperations() — Method in class EntityOperations

Determines whether we need to react on pre-save or pre-delete operations.

Workspace::setCreatedTime() — Method in class Workspace

Sets the workspace creation timestamp.

SwitchToLiveFormClass in namespace Drupal\workspaces\Form

Provides a form that switches to the live version of the site.

SwitchToLiveForm::submitForm() — Method in class SwitchToLiveForm

Form submission handler.

WorkspaceActivateForm::submitForm() — Method in class WorkspaceActivateForm

Form submission handler.

WorkspaceForm::save() — Method in class WorkspaceForm

Form submission handler for the 'save' action.

$ WorkspaceMergeForm#sourceWorkspaceProperty in class WorkspaceMergeForm

The source workspace entity.

WorkspaceMergeForm::submitForm() — Method in class WorkspaceMergeForm

Form submission handler.

WorkspacePublishForm::submitForm() — Method in class WorkspacePublishForm

Form submission handler.

WorkspaceSwitcherForm::submitForm() — Method in class WorkspaceSwitcherForm

Form submission handler.

WorkspaceSwitcherForm::submitSwitchToLive() — Method in class WorkspaceSwitcherForm

Submit handler for switching to the live version of the site.

SessionWorkspaceNegotiatorClass in namespace Drupal\workspaces\Negotiator

Defines the session workspace negotiator.

$ SessionWorkspaceNegotiator#sessionProperty in class SessionWorkspaceNegotiator

The session.

SessionWorkspaceNegotiator::setActiveWorkspace() — Method in class SessionWorkspaceNegotiator

Sets the negotiated workspace.

WorkspaceNegotiatorInterface::setActiveWorkspace() — Method in class WorkspaceNegotiatorInterface

Sets the negotiated workspace.

WorkspaceInterface::setCreatedTime() — Method in class WorkspaceInterface

Sets the workspace creation timestamp.

$ WorkspaceManager#supportedProperty in class WorkspaceManager

An array of which entity types are supported.

$ WorkspaceManager#stateProperty in class WorkspaceManager

The state service.

WorkspaceManager::setActiveWorkspace() — Method in class WorkspaceManager

Sets the active workspace via the workspace negotiators.

WorkspaceManager::switchToLive() — Method in class WorkspaceManager

Unsets the active workspace via the workspace negotiators.

WorkspaceManager::shouldAlterOperations() — Method in class WorkspaceManager

Determines whether runtime entity operations should be altered.

WorkspaceManagerInterface::setActiveWorkspace() — Method in class WorkspaceManagerInterface

Sets the active workspace via the workspace negotiators.

WorkspaceManagerInterface::switchToLive() — Method in class WorkspaceManagerInterface

Unsets the active workspace via the workspace negotiators.

WorkspaceManagerInterface::shouldAlterOperations() — Method in class WorkspaceManagerInterface

Determines whether runtime entity operations should be altered.

$ WorkspaceMerger#sourceWorkspaceProperty in class WorkspaceMerger

The source workspace entity.

$ WorkspacePublisher#sourceWorkspaceProperty in class WorkspacePublisher

The source workspace entity.

WorkspacesAliasRepository::setWorkspacesManager() — Method in class WorkspacesAliasRepository

Sets the workspace manager.

T

Drupal::typedDataManager() — Method in class Drupal

Returns the typed data manager service.

Drupal::token() — Method in class Drupal

Returns the token service.

Drupal::translation() — Method in class Drupal

Returns the string translation service.

Drupal::transliteration() — Method in class Drupal

Returns the transliteration service.

Drupal::theme() — Method in class Drupal

Gets the theme service.

Drupal::time() — Method in class Drupal

Returns the time service.

TimeClass in namespace Drupal\Component\Datetime

Provides a class for obtaining system time.

TimeInterfaceClass in namespace Drupal\Component\Datetime

Defines an interface for obtaining system time.

$ DiffFormatter#trailing_context_linesProperty in class DiffFormatter

Number of trailing context "lines" to preserve.

$ DiffOp#typeProperty in class DiffOp
$ DiffOpAdd#typeProperty in class DiffOpAdd
$ DiffOpChange#typeProperty in class DiffOpChange
$ DiffOpCopy#typeProperty in class DiffOpCopy
$ DiffOpDelete#typeProperty in class DiffOpDelete
$ HWLDFWordAccumulator#tagProperty in class HWLDFWordAccumulator
$ PoItem#translationProperty in class PoItem

The translation string or array of strings if it has plurals.

MTimeProtectedFastFileStorage::tempnam() — Method in class MTimeProtectedFastFileStorage

A brute force tempnam implementation supporting streams.

PhpTransliteration::transliterate() — Method in class PhpTransliteration

Transliterates text from Unicode to US-ASCII.

TransliterationInterfaceClass in namespace Drupal\Component\Transliteration

Defines an interface for classes providing transliteration.

TransliterationInterface::transliterate() — Method in class TransliterationInterface

Transliterates text from Unicode to US-ASCII.

Bytes::toInt() — Method in class Bytes

Parses a given byte size.

Bytes::toNumber() — Method in class Bytes

Parses a given byte size.

Html::transformRootRelativeUrlsToAbsolute() — Method in class Html

Converts all root-relative URLs to absolute URLs.

TagsClass in namespace Drupal\Component\Utility

Defines a class that can explode and implode tags.

TimerClass in namespace Drupal\Component\Utility

Provides helpers to use timers throughout a request.

$ Timer#timersProperty in class Timer
ToStringTraitClass in namespace Drupal\Component\Utility

Wraps __toString in a trait to avoid some fatals.

Unicode::truncateBytes() — Method in class Unicode

Truncates a UTF-8-encoded string safely to a number of bytes.

Unicode::truncate() — Method in class Unicode

Truncates a UTF-8-encoded string safely to a number of characters.

$ ScaffoldFilePath#typeProperty in class ScaffoldFilePath

The type of scaffold file this is,'autoload', 'dest' or 'src'.

RouteProcessorCsrf::trustedCallbacks() — Method in class RouteProcessorCsrf

Lists the trusted callbacks provided by the implementing class.

$ DeleteAction#tempStoreProperty in class DeleteAction

The tempstore object.

$ EmailAction#tokenProperty in class EmailAction

The token service.

$ MessageAction#tokenProperty in class MessageAction

The token service.

$ SaveAction#timeProperty in class SaveAction

The time service.

$ AlertCommand#textProperty in class AlertCommand

The text to be displayed in the alert box.

$ AnnounceCommand#textProperty in class AnnounceCommand

The text to be announced.

$ OpenDialogCommand#titleProperty in class OpenDialogCommand

The title of the dialog.

$ Action#typeProperty in class Action

The entity type the action can apply to.

$ QueueWorker#titleProperty in class QueueWorker

The human-readable title of the plugin.

TranslationClass in namespace Drupal\Core\Annotation

Defines a translatable annotation object.

$ Translation#translationProperty in class Translation

The string translation object.

$ Archiver#titleProperty in class Archiver

The human-readable name of the archiver plugin.

TarClass in namespace Drupal\Core\Archiver

Defines an archiver implementation for .tar files.

$ Tar#tarProperty in class Tar

The underlying ArchiveTar instance that does the heavy lifting.

$ AssetResolver#themeManagerProperty in class AssetResolver

The theme manager.

$ LibraryDiscoveryCollector#themeManagerProperty in class LibraryDiscoveryCollector

The theme manager.

$ LibraryDiscoveryParser#themeManagerProperty in class LibraryDiscoveryParser

The theme manager.

$ BatchBuilder#titleProperty in class BatchBuilder

The title for the batch.

BatchBuilder::toArray() — Method in class BatchBuilder

Converts a \Drupal\Core\Batch\Batch object into an array.

$ BlockPluginTrait#transliterationProperty in class BlockPluginTrait

The transliteration service.

BlockPluginTrait::transliteration() — Method in class BlockPluginTrait

Wraps the transliteration service.

$ PageTitleBlock#titleProperty in class PageTitleBlock

The page title: a string (plain title) or a render array (formatted title).

TitleBlockPluginInterfaceClass in namespace Drupal\Core\Block

The interface for "title" blocks.

Breadcrumb::toRenderable() — Method in class Breadcrumb

Returns a render array representation of the object.

$ CacheCollector#tagsProperty in class CacheCollector

A list of tags that are used for the cache entry.

$ CacheTagsChecksumTrait#tagCacheProperty in class CacheTagsChecksumTrait

Contains already loaded tag invalidation counts from the storage.

ThemeCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the ThemeCacheContext service, for "per theme" caching.

$ ThemeCacheContext#themeManagerProperty in class ThemeCacheContext

The theme manager.

TimeZoneCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the TimeZoneCacheContext service, for "per time zone" caching.

$ ConfigFactory#typedConfigManagerProperty in class ConfigFactory

The typed config manager.

$ ConfigImporter#typedConfigManagerProperty in class ConfigImporter

The typed config manager.

$ ConfigImporter#themeHandlerProperty in class ConfigImporter

The theme handler.

$ ConfigImporter#totalExtensionsToProcessProperty in class ConfigImporter

The total number of extensions to process.

$ ConfigImporter#totalConfigurationToProcessProperty in class ConfigImporter

The total number of configuration objects to process.

$ ConfigInstaller#typedConfigProperty in class ConfigInstaller

The typed configuration manager.

$ ConfigManager#typedConfigManagerProperty in class ConfigManager

The typed config manager.

$ DatabaseStorage#tableProperty in class DatabaseStorage

The database table name.

$ ConfigSchemaChecker#typedManagerProperty in class ConfigSchemaChecker

The typed config manger.

ConfigDependencyDeleteFormTrait::t() — Method in class ConfigDependencyDeleteFormTrait

Translates a string to the current language or to a given language.

$ ConfigEntityBase#third_party_settingsProperty in class ConfigEntityBase

Third party entity settings.

$ ConfigEntityBase#trustedDataProperty in class ConfigEntityBase

Trust supplied data and not use configuration schema on save.

ConfigEntityBase::toArray() — Method in class ConfigEntityBase

Gets an array of all property values.

ConfigEntityBase::toUrl() — Method in class ConfigEntityBase

Gets the URL object for the entity.

ConfigEntityBase::trustData() — Method in class ConfigEntityBase

Sets that the data should be trusted.

ConfigEntityInterface::trustData() — Method in class ConfigEntityInterface

Sets that the data should be trusted.

ThirdPartySettingsInterfaceClass in namespace Drupal\Core\Config\Entity

Interface for configuration entities to store third party information.

ImportStorageTransformer::transform() — Method in class ImportStorageTransformer

Transform the storage to be imported from.

ArrayElement::toArray() — Method in class ArrayElement

Returns an array of all property values.

TypedConfigInterfaceClass in namespace Drupal\Core\Config\Schema

Interface for a typed configuration object that contains multiple elements.

TypedConfigInterface::toArray() — Method in class TypedConfigInterface

Returns an array of all property values.

$ StorableConfigBase#typedConfigManagerProperty in class StorableConfigBase

The typed config manager.

$ StorageComparer#targetStorageProperty in class StorageComparer

The target storage used to write configuration changes.

$ StorageComparer#targetStoragesProperty in class StorageComparer

The target storages keyed by collection.

$ StorageComparer#targetNamesProperty in class StorageComparer

Sorted list of all the configuration object names in the target storage.

$ StorageComparer#targetCacheStorageProperty in class StorageComparer

A memory cache backend to statically cache target configuration data.

TypedConfigManagerClass in namespace Drupal\Core\Config

Manages config schema type plugins.

TypedConfigManagerInterfaceClass in namespace Drupal\Core\Config

Defines an interface for managing config schema type plugins.

TitleResolverClass in namespace Drupal\Core\Controller

Provides the default implementation of the title resolver interface.

TitleResolverInterfaceClass in namespace Drupal\Core\Controller

Defines a class which knows how to generate the title from a given route.

$ Cron#timeProperty in class Cron

The time service.

$ Connection#targetProperty in class Connection

The database target this connection is for.

$ Connection#transactionLayersProperty in class Connection

Tracks the number of "layers" of transactions currently active.

$ Connection#transactionalDDLSupportProperty in class Connection

Whether this database connection supports transactional DDL.

Connection::tablePrefix() — Method in class Connection

Find the prefix for a table.

Connection::truncate() — Method in class Connection

Prepares and returns a TRUNCATE query object.

Connection::transactionDepth() — Method in class Connection

Determines the current transaction depth.

TasksClass in namespace Drupal\Core\Database\Driver\mysql\Install

Specifies installation tasks for MySQL and equivalent databases.

TasksClass in namespace Drupal\Core\Database\Driver\pgsql\Install

Specifies installation tasks for PostgreSQL databases.

TruncateClass in namespace Drupal\Core\Database\Driver\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Truncate.

TasksClass in namespace Drupal\Core\Database\Driver\sqlite\Install

Specifies installation tasks for SQLite databases.

TruncateClass in namespace Drupal\Core\Database\Driver\sqlite

SQLite implementation of \Drupal\Core\Database\Query\Truncate.

TasksClass in namespace Drupal\Core\Database\Install

Database installer structure.

$ Tasks#tasksProperty in class Tasks

Structure that describes each task to run.

Tasks::t() — Method in class Tasks

Translates a string to the current language or to a given language.

$ Delete#tableProperty in class Delete

The table from which to delete.

$ InsertTrait#tableProperty in class InsertTrait

The table on which to insert.

$ Merge#tableProperty in class Merge

The table to be used for INSERT and UPDATE.

$ Select#tablesProperty in class Select

The tables against which to JOIN.

TableSortExtenderClass in namespace Drupal\Core\Database\Query

Query extender class for tablesort queries.

TruncateClass in namespace Drupal\Core\Database\Query

General class for an abstracted TRUNCATE operation.

$ Truncate#tableProperty in class Truncate

The table to truncate.

$ Update#tableProperty in class Update

The table to update.

$ ReplicaKillSwitch#timeProperty in class ReplicaKillSwitch

The time service.

ReplicaKillSwitch::trigger() — Method in class ReplicaKillSwitch

Denies access to replica database on the current request.

Schema::tableExists() — Method in class Schema

Check if a table exists.

StatementPrefetch::throwPDOException() — Method in class StatementPrefetch

Throw a PDO Exception based on the last PDO error.

TransactionClass in namespace Drupal\Core\Database

A wrapper class for creating and managing database transactions.

TransactionCommitFailedExceptionClass in namespace Drupal\Core\Database

Exception thrown when a commit() function fails.

TransactionExceptionClass in namespace Drupal\Core\Database

Exception thrown by an error in a database transaction.

TransactionExplicitCommitNotAllowedExceptionClass in namespace Drupal\Core\Database

Exception to deny attempts to explicitly manage transactions.

TransactionNameNonUniqueExceptionClass in namespace Drupal\Core\Database

Exception thrown when a savepoint or transaction name occurs twice.

TransactionNoActiveExceptionClass in namespace Drupal\Core\Database

Exception for when popTransaction() is called with no active transaction.

TransactionOutOfOrderExceptionClass in namespace Drupal\Core\Database

Exception thrown when a rollBack() resulted in other active transactions being rolled-back.

$ DateFormatter#timezonesProperty in class DateFormatter

The list of loaded timezones.

FormattedDateDiff::toRenderable() — Method in class FormattedDateDiff

Returns a render array representation of the object.

TimestampDatetimeWidgetClass in namespace Drupal\Core\Datetime\Plugin\Field\FieldWidget

Plugin implementation of the 'datetime timestamp' widget.

TaggedHandlersPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Collects services to add/inject them into a consumer service.

$ TaggedHandlersPass#tagCacheProperty in class TaggedHandlersPass

Service tag information keyed by tag name.

TwigExtensionPassClass in namespace Drupal\Core\DependencyInjection\Compiler

Adds the twig_extension_hash parameter to the container.

DrupalKernel::terminate() — Method in class DrupalKernel
{@inheritdoc}
$ ContentEntityBase#translationsProperty in class ContentEntityBase

An array of entity translation metadata.

$ ContentEntityBase#translationInitializeProperty in class ContentEntityBase

A flag indicating whether a translation object is being initialized.

$ ContentEntityBase#translatableEntityKeysProperty in class ContentEntityBase

Holds translatable entity keys such as the label.

ContentEntityBase::toArray() — Method in class ContentEntityBase

Gets an array of all property values.

$ ContentEntityForm#timeProperty in class ContentEntityForm

The time service.

EntityController::title() — Method in class EntityController

Provides a generic title callback for a single entity.

EntityViewController::trustedCallbacks() — Method in class EntityViewController

Lists the trusted callbacks provided by the implementing class.

$ EntityBase#typedDataProperty in class EntityBase

A typed data object wrapping this entity.

EntityBase::toUrl() — Method in class EntityBase

Gets the URL object for the entity.

EntityBase::toLink() — Method in class EntityBase

Generates the HTML for a link to this entity.

EntityBase::toArray() — Method in class EntityBase

Gets an array of all property values.

$ EntityDeleteMultipleAccessCheck#tempStoreProperty in class EntityDeleteMultipleAccessCheck

The tempstore service.

$ EntityDisplayBase#targetEntityTypeProperty in class EntityDisplayBase

Entity type to be displayed.

EntityDisplayBase::toArray() — Method in class EntityDisplayBase

Gets an array of all property values.

$ EntityDisplayModeBase#targetEntityTypeProperty in class EntityDisplayModeBase

The entity type this form or view mode is used for.

$ EntityFieldManager#typedDataManagerProperty in class EntityFieldManager

The typed data manager.

EntityInterface::toUrl() — Method in class EntityInterface

Gets the URL object for the entity.

EntityInterface::toLink() — Method in class EntityInterface

Generates the HTML for a link to this entity.

EntityInterface::toArray() — Method in class EntityInterface

Gets an array of all property values.

$ EntityType#translatableProperty in class EntityType

Indicates whether entities of this type have multilingual support.

$ EntityTypeBundleInfo#typedDataManagerProperty in class EntityTypeBundleInfo

The typed data manager.

$ EntityViewBuilder#themeRegistryProperty in class EntityViewBuilder

The theme registry.

EntityViewBuilder::trustedCallbacks() — Method in class EntityViewBuilder

Lists the trusted callbacks provided by the implementing class.

FieldableEntityInterface::toArray() — Method in class FieldableEntityInterface

Gets an array of all field values.

$ DeleteMultipleForm#tempStoreProperty in class DeleteMultipleForm

The tempstore.

$ ConfigEntityAdapter#typedConfigManagerProperty in class ConfigEntityAdapter

The typed config manager.

EntityAdapter::toArray() — Method in class EntityAdapter

Returns an array of all property values.

$ EntityTypeConstraint#typeProperty in class EntityTypeConstraint

The entity type option.

QueryBase::tableSort() — Method in class QueryBase

Enables sortable tables for this query.

QueryInterface::tableSort() — Method in class QueryInterface

Enables sortable tables for this query.

Condition::translateCondition() — Method in class Condition

Translates the string operators to SQL equivalents.

$ Query#tablesProperty in class Query

The Tables object for this query.

TablesClass in namespace Drupal\Core\Entity\Query\Sql

Adds tables and fields to the SQL entity query.

TablesInterfaceClass in namespace Drupal\Core\Entity\Query\Sql

Adds tables and fields to the SQL entity query.

Condition::translateCondition() — Method in class Condition

Translates the string operators to SQL equivalents.

$ SqlContentEntityStorage#tableMappingProperty in class SqlContentEntityStorage

The mapping of field columns to SQL tables.

$ SqlContentEntityStorage#temporaryProperty in class SqlContentEntityStorage

Whether this storage should use the temporary table mapping.

TableMappingInterfaceClass in namespace Drupal\Core\Entity\Sql

Provides a common interface for mapping field columns to SQL tables.

TranslatableInterfaceClass in namespace Drupal\Core\Entity

Provides methods for an entity to support translation.

TranslatableRevisionableInterfaceClass in namespace Drupal\Core\Entity

Provides methods for an entity to support revision translation.

TranslatableRevisionableStorageInterfaceClass in namespace Drupal\Core\Entity

A storage that supports translatable and revisionable entity types.

TranslatableStorageInterfaceClass in namespace Drupal\Core\Entity

A storage that supports translatable entity types.

$ ConfigImportSubscriber#themeDataProperty in class ConfigImportSubscriber

Theme data.

$ ConfigImportSubscriber#themeHandlerProperty in class ConfigImportSubscriber

The theme handler.

RssResponseRelativeUrlFilter::transformRootRelativeUrlsToAbsolute() — Method in class RssResponseRelativeUrlFilter

Converts all root-relative URLs to absolute URLs in RSS markup.

$ Extension#typeProperty in class Extension

The type of the extension (e.g., 'module').

$ ExtensionList#typeProperty in class ExtensionList

The type of the extension: "module", "theme" or "profile".

$ ModuleRequiredByThemesUninstallValidator#themeExtensionListProperty in class ModuleRequiredByThemesUninstallValidator

The theme extension list.

ThemeEngineExtensionListClass in namespace Drupal\Core\Extension

Provides a list of available theme engines.

ThemeExtensionListClass in namespace Drupal\Core\Extension

Provides a list of available themes.

ThemeHandlerClass in namespace Drupal\Core\Extension

Default theme handler using the config system to store installation statuses.

$ ThemeHandler#themeListProperty in class ThemeHandler

An extension discovery instance.

ThemeHandler::themeExists() — Method in class ThemeHandler

Determines whether a given theme is installed.

ThemeHandlerInterfaceClass in namespace Drupal\Core\Extension

Manages the list of available themes.

ThemeHandlerInterface::themeExists() — Method in class ThemeHandlerInterface

Determines whether a given theme is installed.

ThemeInstallerClass in namespace Drupal\Core\Extension

Manages theme installation/uninstallation.

$ ThemeInstaller#themeHandlerProperty in class ThemeInstaller
ThemeInstaller::themeRegistryRebuild() — Method in class ThemeInstaller

Wraps drupal_theme_rebuild().

ThemeInstallerInterfaceClass in namespace Drupal\Core\Extension

Manages theme installation/uninstallation.

$ BaseFieldDefinition#typeProperty in class BaseFieldDefinition

The field type.

$ FieldConfigBase#translatableProperty in class FieldConfigBase

Flag indicating whether the field is translatable.

$ FieldTypePluginManager#typedDataManagerProperty in class FieldTypePluginManager

The typed data manager.

$ PluginSettingsBase#thirdPartySettingsProperty in class PluginSettingsBase

The plugin settings injected by third party modules.

TimestampAgoFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'timestamp' formatter as time ago.

TimestampFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'timestamp' formatter.

MapItem::toArray() — Method in class MapItem

Returns an array of all property values.

NumericItemBase::truncateDecimal() — Method in class NumericItemBase

Helper method to truncate a decimal number to a given number of decimals.

TimestampItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'timestamp' entity field type.

FileSystem::tempnam() — Method in class FileSystem

Creates a file with a unique filename in the specified directory.

FileSystemInterface::tempnam() — Method in class FileSystemInterface

Creates a file with a unique filename in the specified directory.

FileUrlGenerator::transformRelative() — Method in class FileUrlGenerator

Transforms an absolute URL of a local file to a relative URL.

FileUrlGeneratorInterface::transformRelative() — Method in class FileUrlGeneratorInterface

Transforms an absolute URL of a local file to a relative URL.

$ ProtectedDirectory#titleProperty in class ProtectedDirectory

The directory title.

$ FormBuilder#themeManagerProperty in class FormBuilder

The theme manager.

FormBuilder::trustedCallbacks() — Method in class FormBuilder

Lists the trusted callbacks provided by the implementing class.

$ FormState#triggering_elementProperty in class FormState

The form element that triggered submission, which may or may not be a button (in the case of Ajax forms). This key is often used to distinguish between various buttons in a submit handler, and is also used in Ajax handlers.

$ FormState#temporaryProperty in class FormState

Holds temporary data accessible during the current page request only.

TrustedHostsRequestFactoryClass in namespace Drupal\Core\Http

Provides a request factory for requests using host verification.

$ ImageToolkit#titleProperty in class ImageToolkit

The title of the image toolkit.

$ ImageToolkitOperation#toolkitProperty in class ImageToolkitOperation

The id of the image toolkit plugin for which the operation is implemented.

$ ImageToolkitOperationBase#toolkitProperty in class ImageToolkitOperationBase

The image toolkit.

$ ImageToolkitOperationManager#toolkitManagerProperty in class ImageToolkitOperationManager

The image toolkit manager.

$ Image#toolkitProperty in class Image

An image toolkit object.

$ ImageFactory#toolkitManagerProperty in class ImageFactory

The image toolkit plugin manager.

$ ImageFactory#toolkitIdProperty in class ImageFactory

The image toolkit ID to use for this factory.

$ InstallerException#titleProperty in class InstallerException

The page title to output.

$ DatabaseStorage#tableProperty in class DatabaseStorage

The name of the SQL table to use.

$ Layout#templateProperty in class Layout

The template file to render this layout (relative to the 'path' given).

$ Layout#theme_hookProperty in class Layout

The theme hook used to render this layout.

$ LayoutDefinition#templateProperty in class LayoutDefinition

The template file to render this layout (relative to the 'path' given).

$ LayoutDefinition#templatePathProperty in class LayoutDefinition

The path to the template.

$ LayoutDefinition#theme_hookProperty in class LayoutDefinition

The theme hook used to render this layout.

$ LayoutPluginManager#themeHandlerProperty in class LayoutPluginManager

The theme handler.

$ Link#textProperty in class Link

The link text for the anchor tag as a translated string or render array.

Link::toString() — Method in class Link

Generates the HTML for this Link object.

Link::toRenderable() — Method in class Link

Returns a render array representation of the object.

TestMailCollectorClass in namespace Drupal\Core\Mail\Plugin\Mail

Defines a mail backend that captures sent messages in the state system.

$ LocalTaskManager#taskDataProperty in class LocalTaskManager

The local task render arrays for the current route.

$ MenuLinkManager#treeStorageProperty in class MenuLinkManager

The menu link tree storage.

$ MenuLinkTree#treeStorageProperty in class MenuLinkTree

The menu link tree storage.

MenuLinkTree::transform() — Method in class MenuLinkTree

Applies menu link tree manipulators to transform the given tree.

MenuLinkTreeInterface::transform() — Method in class MenuLinkTreeInterface

Applies menu link tree manipulators to transform the given tree.

$ MenuTreeStorage#tableProperty in class MenuTreeStorage

The database table name.

MenuTreeStorage::treeDataRecursive() — Method in class MenuTreeStorage

Builds the data representing a menu tree.

KillSwitch::trigger() — Method in class KillSwitch

Deny any page caching on the current request.

$ Pager#totalItemsProperty in class Pager

The total number of items .

$ Pager#totalPagesProperty in class Pager

The total number of pages.

ContextAwarePluginAssignmentTrait::t() — Method in class ContextAwarePluginAssignmentTrait

Ensures the t() method is available.

$ YamlDiscovery#translatablePropertiesProperty in class YamlDiscovery

Contains an array of translatable properties passed along to t().

FilteredPluginManagerTrait::themeManager() — Method in class FilteredPluginManagerTrait

Wraps the theme manager.

PluginDependencyTrait::themeHandler() — Method in class PluginDependencyTrait

Wraps the theme handler.

$ ElementInfoManager#themeManagerProperty in class ElementInfoManager

The theme manager.

TableClass in namespace Drupal\Core\Render\Element

Provides a render element for a table.

TableselectClass in namespace Drupal\Core\Render\Element

Provides a form element for a table with radios or checkboxes in left column.

TelClass in namespace Drupal\Core\Render\Element

Provides a form element for entering a telephone number.

TextareaClass in namespace Drupal\Core\Render\Element

Provides a form element for input of multiple-line text.

TextfieldClass in namespace Drupal\Core\Render\Element

Provides a one-line text field form element.

TokenClass in namespace Drupal\Core\Render\Element

Stores token data in a hidden form field.

$ DialogRenderer#titleResolverProperty in class DialogRenderer

The title resolver.

$ HtmlRenderer#titleResolverProperty in class HtmlRenderer

The title resolver.

$ HtmlRenderer#themeManagerProperty in class HtmlRenderer

The theme manager.

$ SimplePageVariant#titleProperty in class SimplePageVariant

The page title: a string (plain title) or a render array (formatted title).

RenderableInterface::toRenderable() — Method in class RenderableInterface

Returns a render array representation of the object.

$ Renderer#themeProperty in class Renderer

The theme manager.

$ MatcherDumper#tableNameProperty in class MatcherDumper

The name of the SQL table to which to dump the routes.

$ RouteProvider#tableNameProperty in class RouteProvider

The name of the SQL table from which to read the routes.

TrustedRedirectResponseClass in namespace Drupal\Core\Routing

Provides a redirect response which contains trusted URLs.

$ TrustedRedirectResponse#trustedUrlsProperty in class TrustedRedirectResponse

A list of trusted URLs, which are safe to redirect to.

TrustedCallbackInterfaceClass in namespace Drupal\Core\Security

Interface to declare trusted callbacks.

TrustedCallbackInterface::trustedCallbacks() — Method in class TrustedCallbackInterface

Lists the trusted callbacks provided by the implementing class.

$ UserSession#timezoneProperty in class UserSession

The timezone of this account.

TemporaryStreamClass in namespace Drupal\Core\StreamWrapper

Defines a Drupal temporary (temporary://) stream wrapper class.

$ PluralTranslatableMarkup#translatedStringProperty in class PluralTranslatableMarkup

The already translated string.

StringTranslationTrait::t() — Method in class StringTranslationTrait

Translates a string to the current language or to a given language.

TranslatableMarkupClass in namespace Drupal\Core\StringTranslation

Provides translatable markup class.

$ TranslatableMarkup#translatedMarkupProperty in class TranslatableMarkup

The translated markup without placeholder replacements.

TranslationInterfaceClass in namespace Drupal\Core\StringTranslation

Interface for the translation.manager translation service.

TranslationInterface::translate() — Method in class TranslationInterface

Translates a string to the current language or to a given language.

TranslationInterface::translateString() — Method in class TranslationInterface

Translates a TranslatableMarkup object to a string.

TranslationManagerClass in namespace Drupal\Core\StringTranslation

Defines a chained translation implementation combining multiple translators.

$ TranslationManager#translatorsProperty in class TranslationManager

An unsorted array of arrays of active translators.

TranslationManager::translate() — Method in class TranslationManager

Translates a string to the current language or to a given language.

TranslationManager::translateString() — Method in class TranslationManager

Translates a TranslatableMarkup object to a string.

TranslationWrapperClass in namespace Drupal\Core\StringTranslation

Provides translatable string class.

$ StaticTranslation#translationsProperty in class StaticTranslation

String translations.

TranslatorInterfaceClass in namespace Drupal\Core\StringTranslation\Translator

Interface for objects capable of string translation.

TempStoreExceptionClass in namespace Drupal\Core\TempStore

Thrown by SharedTempStore and PrivateTempStore if they cannot acquire a lock.

Attribute::toArray() — Method in class Attribute

Returns all storage elements as an array.

ThemeRegistryLoaderClass in namespace Drupal\Core\Template\Loader

Loads templates based on information from the Drupal theme registry.

$ ThemeRegistryLoader#themeRegistryProperty in class ThemeRegistryLoader

The theme registry used to determine which template to use.

TwigEnvironmentClass in namespace Drupal\Core\Template

A class that defines a Twig environment for Drupal.

$ TwigEnvironment#templateClassesProperty in class TwigEnvironment

Static cache of template classes.

$ TwigEnvironment#twigCachePrefixProperty in class TwigEnvironment

The template cache filename prefix.

TwigExtensionClass in namespace Drupal\Core\Template

A class providing Drupal Twig extensions.

$ TwigExtension#themeManagerProperty in class TwigExtension

The theme manager.

TwigNodeTransClass in namespace Drupal\Core\Template

A class that defines the Twig 'trans' tag for Drupal.

TwigNodeVisitorClass in namespace Drupal\Core\Template

Provides a TwigNodeVisitor to change the generated parse-tree.

TwigPhpStorageCacheClass in namespace Drupal\Core\Template

Provides an alternate cache storage for Twig using PhpStorage.

$ TwigPhpStorageCache#templateCacheFilenamePrefixProperty in class TwigPhpStorageCache

The template cache filename prefix.

TwigSandboxPolicyClass in namespace Drupal\Core\Template

Default sandbox policy for Twig templates.

TwigTransTokenParserClass in namespace Drupal\Core\Template

A class that defines the Twig 'trans' token parser for Drupal.

$ EnvironmentCleaner#testDatabaseProperty in class EnvironmentCleaner

Connection to the database being used for tests.

TestHttpClientMiddlewareClass in namespace Drupal\Core\Test\HttpClientMiddleware

Overrides the User-Agent HTTP header for outbound HTTP requests.

TestFileParserClass in namespace Drupal\Core\Test\RunTests

Parses class names from PHP files without loading them.

TestDatabaseClass in namespace Drupal\Core\Test

Provides helper methods for interacting with the fixture database.

TestDatabase::testingSchema() — Method in class TestDatabase

Defines the database schema for run-tests.sh and simpletest module.

TestDiscoveryClass in namespace Drupal\Core\Test

Discovers available tests.

$ TestDiscovery#testClassesProperty in class TestDiscovery

Statically cached list of test classes.

$ TestDiscovery#testNamespacesProperty in class TestDiscovery

Cached map of all test namespaces to respective directories.

TestKernelClass in namespace Drupal\Core\Test

Kernel to mock requests to test simpletest.

TestRunnerKernelClass in namespace Drupal\Core\Test

Kernel for run-tests.sh.

TestSetupTraitClass in namespace Drupal\Core\Test

Provides a trait for shared test setup functionality.

$ TestSetupTrait#tempFilesDirectoryProperty in class TestSetupTrait

The temporary file directory for the test environment.

$ TestSetupTrait#testIdProperty in class TestSetupTrait

The test run ID.

TestStatusClass in namespace Drupal\Core\Test

Consolidates test result status information.

$ MissingThemeDependencyException#themeProperty in class MissingThemeDependencyException

The missing theme dependency.

$ Registry#themeProperty in class Registry

The theme object representing the active theme for this registry.

$ Registry#themeNameProperty in class Registry

The name of the theme for which to construct the registry, if given.

$ Registry#themeHandlerProperty in class Registry

The theme handler.

$ Registry#themeInitializationProperty in class Registry

The theme initialization.

$ Registry#themeManagerProperty in class Registry

The theme manager.

ThemeAccessCheckClass in namespace Drupal\Core\Theme

Provides access checking for themes for routing and theme negotiation.

$ ThemeAccessCheck#themeHandlerProperty in class ThemeAccessCheck

The theme handler.

ThemeInitializationClass in namespace Drupal\Core\Theme

Provides the theme initialization logic.

$ ThemeInitialization#themeHandlerProperty in class ThemeInitialization

The theme handler.

ThemeInitializationInterfaceClass in namespace Drupal\Core\Theme

Defines an interface which contain theme initialization logic.

ThemeManagerClass in namespace Drupal\Core\Theme

Provides the default implementation of a theme manager.

$ ThemeManager#themeNegotiatorProperty in class ThemeManager

The theme negotiator.

$ ThemeManager#themeRegistryProperty in class ThemeManager

The theme registry used to render an output.

$ ThemeManager#themeInitializationProperty in class ThemeManager

The theme initialization.

ThemeManagerInterfaceClass in namespace Drupal\Core\Theme

Provides a high level access to the active theme and methods to use it.

ThemeNegotiatorClass in namespace Drupal\Core\Theme

Provides a class which determines the active theme of the page.

$ ThemeNegotiator#themeAccessProperty in class ThemeNegotiator

The access checker for themes.

ThemeNegotiatorInterfaceClass in namespace Drupal\Core\Theme

Defines an interface for classes which determine the active theme.

ThemeSettingsClass in namespace Drupal\Core\Theme

Provides a configuration API wrapper for runtime merged theme settings.

$ ThemeSettings#themeProperty in class ThemeSettings

The theme of the theme settings object.

ComplexDataInterface::toArray() — Method in class ComplexDataInterface

Returns an array of all property values.

DataDefinition::toArray() — Method in class DataDefinition

Returns all definition values as array.

$ DataReferenceBase#targetProperty in class DataReferenceBase

The referenced data.

$ DataReferenceDefinition#targetDefinitionProperty in class DataReferenceDefinition
Map::toArray() — Method in class Map

Returns an array of all property values.

TimeSpanClass in namespace Drupal\Core\TypedData\Plugin\DataType

The time span data type represents durations as number of seconds.

TimestampClass in namespace Drupal\Core\TypedData\Plugin\DataType

The timestamp data type.

TranslatableInterfaceClass in namespace Drupal\Core\TypedData

Interface for translatable data.

TranslationStatusInterfaceClass in namespace Drupal\Core\TypedData

Defines an interface for checking the status of an entity translation.

TraversableTypedDataInterfaceClass in namespace Drupal\Core\TypedData

An interface for typed data objects that can be traversed.

TypedDataClass in namespace Drupal\Core\TypedData

The abstract base class for typed data.

TypedDataInterfaceClass in namespace Drupal\Core\TypedData

Interface for typed data objects.

TypedDataInternalPropertiesHelperClass in namespace Drupal\Core\TypedData

Helper class for internal properties.

TypedDataManagerClass in namespace Drupal\Core\TypedData

Manages data type plugins.

TypedDataManagerInterfaceClass in namespace Drupal\Core\TypedData

Defines an interface for typed data manager.

TypedDataTraitClass in namespace Drupal\Core\TypedData

Wrapper methods for classes that needs typed data manager object.

$ TypedDataTrait#typedDataManagerProperty in class TypedDataTrait

The typed data manager used for creating the data types.

$ ConstraintViolationBuilder#translatorProperty in class ConstraintViolationBuilder

The translator.

$ ConstraintViolationBuilder#translationDomainProperty in class ConstraintViolationBuilder

The translation domain.

$ ExecutionContext#translatorProperty in class ExecutionContext
$ ExecutionContext#translationDomainProperty in class ExecutionContext
$ ExecutionContextFactory#translatorProperty in class ExecutionContextFactory
$ ExecutionContextFactory#translationDomainProperty in class ExecutionContextFactory
$ RecursiveValidator#typedDataManagerProperty in class RecursiveValidator
TypedDataAwareValidatorTraitClass in namespace Drupal\Core\TypedData\Validation

Defines a trait to access the typed data object of a validated value.

TypedDataMetadataClass in namespace Drupal\Core\TypedData\Validation

Validator metadata for typed data objects.

$ TypedDataMetadata#typedDataProperty in class TypedDataMetadata

The typed data object the metadata is about.

ThemeClass in namespace Drupal\Core\Updater

Defines a class for updating themes using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.

Url::toUriString() — Method in class Url

Generates a URI string that represents the data in the Url object.

Url::toString() — Method in class Url

Generates the string URL representation for this Url object.

Url::toRenderArray() — Method in class Url

Returns the route information for a render array.

Url::trustedCallbacks() — Method in class Url

Lists the trusted callbacks provided by the implementing class.

TableSortClass in namespace Drupal\Core\Utility

Provides a class for table sorting processing and rendering.

ThemeRegistryClass in namespace Drupal\Core\Utility

Builds the run-time theme registry.

TokenClass in namespace Drupal\Core\Utility

Drupal placeholder/token replacement system.

$ Token#tokenInfoProperty in class Token

Token definitions.

$ Constraint#typeProperty in class Constraint

An array of DataType plugin IDs for which this constraint applies. Valid values are any types registered by the typed data API, or an array of multiple type names. For supporting all types, FALSE may be specified. The key defaults to an empty array, which indicates no types are supported.

DrupalTranslator::trans() — Method in class DrupalTranslator
{@inheritdoc}
DrupalTranslator::transChoice() — Method in class DrupalTranslator
{@inheritdoc}
TranslatorInterfaceClass in namespace Drupal\Core\Validation

Defines an interface used in validation.

TranslatorInterface::trans() — Method in class TranslatorInterface

Translates the given message.

DemoUmamiProfileTest::testWarningsOnStatusPage() — Method in class DemoUmamiProfileTest

Tests demo_umami profile warnings shown on Status Page.

DemoUmamiProfileTest::testConfig() — Method in class DemoUmamiProfileTest

Tests the profile supplied configuration is the same after installation.

DemoUmamiProfileTest::testUser() — Method in class DemoUmamiProfileTest

Tests that the users can log in with the admin password selected at install.

DemoUmamiProfileTest::testEditNodesByAdmin() — Method in class DemoUmamiProfileTest

Tests the successful editing of nodes by admin.

DemoUmamiProfileTest::testAppearance() — Method in class DemoUmamiProfileTest

Tests that the Umami theme is available on the Appearance page.

DemoUmamiProfileTest::testDemonstrationWarningMessage() — Method in class DemoUmamiProfileTest

Tests that the toolbar warning only appears on the admin pages.

UmamiMultilingualInstallTest::testUmami() — Method in class UmamiMultilingualInstallTest

Ensures that Umami can be installed with Spanish as the default language.

DefaultContentFilesAccessTest::testAccessDeniedToFiles() — Method in class DefaultContentFilesAccessTest

Tests that sample images, recipes and articles are not accessible.

UninstallDefaultContentTest::testReinstall() — Method in class UninstallDefaultContentTest

Tests uninstalling content removes created entities.

SystemListingCrossProfileCompatibleTest::testSystemListing() — Method in class SystemListingCrossProfileCompatibleTest

Non-empty test* method required to executed the test case class.

MinimalTest::testMinimal() — Method in class MinimalTest

Tests Minimal installation profile.

StandardJavascriptTest::testBigPipe() — Method in class StandardJavascriptTest

Tests BigPipe accelerates particular Standard installation profile routes.

StandardTest::testStandard() — Method in class StandardTest

Tests Standard installation profile.

$ AggregatorFetcher#titleProperty in class AggregatorFetcher

The title of the plugin.

$ AggregatorParser#titleProperty in class AggregatorParser

The title of the plugin.

$ AggregatorProcessor#titleProperty in class AggregatorProcessor

The title of the plugin.

Fid::titleQuery() — Method in class Fid

Override for specific title lookups.

Iid::titleQuery() — Method in class Iid

Override for specific title lookups.

$ BlockForm#themeHandlerProperty in class BlockForm

The theme handler.

BlockForm::themeSwitch() — Method in class BlockForm

Handles switching the available regions based on the selected theme.

$ BlockListBuilder#themeProperty in class BlockListBuilder

The theme containing the blocks.

$ BlockListBuilder#themeManagerProperty in class BlockListBuilder

The theme manager.

$ BlockRepository#themeManagerProperty in class BlockRepository

The theme manager.

BlockViewBuilder::trustedCallbacks() — Method in class BlockViewBuilder

Lists the trusted callbacks provided by the implementing class.

$ BlockController#themeHandlerProperty in class BlockController

The theme handler.

$ BlockListController#themeHandlerProperty in class BlockListController

The theme handler.

$ Block#themeProperty in class Block

The theme that includes the block plugin for this entity.

ThemeLocalTaskClass in namespace Drupal\block\Plugin\Derivative

Provides dynamic tabs based on active themes.

$ ThemeLocalTask#themeHandlerProperty in class ThemeLocalTask

The theme handler.

$ BlockPageVariant#titleProperty in class BlockPageVariant

The page title: a string (plain title) or a render array (formatted title).

BlockPluginId::transform() — Method in class BlockPluginId

Performs the associated process.

BlockRegion::transform() — Method in class BlockRegion

Performs the associated process.

BlockSettings::transform() — Method in class BlockSettings

Performs the associated process.

$ BlockTheme#themeConfigProperty in class BlockTheme

Contains the system.theme configuration object.

BlockTheme::transform() — Method in class BlockTheme

Performs the associated process.

BlockVisibility::transform() — Method in class BlockVisibility

Performs the associated process.

$ BlockContentController#themeHandlerProperty in class BlockContentController

The theme handler.

$ BlockContent#themeProperty in class BlockContent

The theme the block is being created in.

TopLevelBookClass in namespace Drupal\book\Plugin\views\argument_default

Default argument plugin to get the current node's top level book.

$ BreakpointManager#themeHandlerProperty in class BreakpointManager

The theme handler.

$ DrupalAspectsOfCKEditor5Plugin#toolbar_itemsProperty in class DrupalAspectsOfCKEditor5Plugin

List of toolbar items the plugin provides.

HTMLRestrictionsUtilities::toReadableElements() — Method in class HTMLRestrictionsUtilities

Formats HTML elements for display.

CKEditor5PluginDefinition::toArray() — Method in class CKEditor5PluginDefinition

Gets an array representation of this CKEditor 5 plugin definition.

TextEditorObjectDependentValidatorTraitClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

Some CKEditor 5 constraint validators need a Text Editor object.

ToolbarItemConditionsMetConstraintClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

A (placed) CKEditor 5 toolbar item's conditions must be met.

ToolbarItemConditionsMetConstraintValidatorClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

Toolbar item conditions met constraint validator.

ToolbarItemConstraintClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

A CKEditor 5 toolbar item.

ToolbarItemConstraintValidatorClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

Toolbar item constraint validator.

ToolbarItemDependencyConstraintClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

A CKEditor 5 toolbar item.

$ ToolbarItemDependencyConstraint#toolbarItemProperty in class ToolbarItemDependencyConstraint

The toolbar item that this validation constraint requires to be enabled.

ToolbarItemDependencyConstraintValidatorClass in namespace Drupal\ckeditor5\Plugin\Validation\Constraint

Toolbar item dependency constraint validator.

ClaroPreRender::textFormat() — Method in class ClaroPreRender

Prerender callback for text_format elements.

ClaroPreRender::trustedCallbacks() — Method in class ClaroPreRender

Lists the trusted callbacks provided by the implementing class.

$ Color#themeHandlerProperty in class Color

The theme handler.

CommentLazyBuilders::trustedCallbacks() — Method in class CommentLazyBuilders

Lists the trusted callbacks provided by the implementing class.

$ Comment#threadLockProperty in class Comment

The thread for which a lock was acquired.

$ CommentType#target_entity_type_idProperty in class CommentType

The target entity type.

$ CommentAdminOverview#tempStoreFactoryProperty in class CommentAdminOverview

The tempstore factory.

UserUid::title() — Method in class UserUid

Get the title this argument will assign the view, given the argument.

ThreadClass in namespace Drupal\comment\Plugin\views\sort

Sort handler for ordering by thread.

$ ConfigController#targetStorageProperty in class ConfigController

The target storage.

$ ConfigSingleImportForm#typedConfigManagerProperty in class ConfigSingleImportForm

The typed config manager.

$ ConfigSingleImportForm#themeHandlerProperty in class ConfigSingleImportForm

The theme handler.

$ ConfigSync#typedConfigManagerProperty in class ConfigSync

The typed config manager.

$ ConfigSync#themeHandlerProperty in class ConfigSync

The theme handler.

$ ConfigEntityMapper#typeLabelProperty in class ConfigEntityMapper

The label for the entity type.

$ ConfigMapperManager#typedConfigManagerProperty in class ConfigMapperManager

The typed config manager.

$ ConfigMapperManager#themeHandlerProperty in class ConfigMapperManager

The theme handler.

$ ConfigNamesMapper#typedConfigManagerProperty in class ConfigNamesMapper

The typed config manager.

$ ConfigTranslationBlockListBuilder#themesProperty in class ConfigTranslationBlockListBuilder

An array of theme info keyed by theme name.

TextFormatClass in namespace Drupal\config_translation\FormElement

Defines the text_format element for the configuration translation interface.

TextareaClass in namespace Drupal\config_translation\FormElement

Defines the textarea element for the configuration translation interface.

TextfieldClass in namespace Drupal\config_translation\FormElement

Defines the textfield element for the configuration translation interface.

$ ConfigTranslationFormBase#typedConfigManagerProperty in class ConfigTranslationFormBase

The typed configuration manager.

$ EntityModerationForm#timeProperty in class EntityModerationForm

The time service.

Permissions::transitionPermissions() — Method in class Permissions

Returns an array of transition permissions.

$ ContentTranslationMetadataWrapper#translationProperty in class ContentTranslationMetadataWrapper

The wrapped entity translation.

TranslationLinkClass in namespace Drupal\content_translation\Plugin\views\field

Provides a translation link for an entity.

DbLogController::topLogMessages() — Method in class DbLogController

Shows the most frequent log messages of a given event type.

$ InstallHelper#termIdMapProperty in class InstallHelper

Term ID map.

Element::trustedCallbacks() — Method in class Element

Lists the trusted callbacks provided by the implementing class.

Editor::textFormatHasTransformationFilters() — Method in class Editor

Returns whether the text format has transformation filters.

$ FieldStorageConfig#typeProperty in class FieldStorageConfig

The field type.

$ FieldStorageConfig#translatableProperty in class FieldStorageConfig

Flag indicating whether the field is translatable.

FieldType::transform() — Method in class FieldType

Performs the associated process.

ProcessField::transform() — Method in class ProcessField

Performs the associated process.

FieldFormatterSettingsDefaults::transform() — Method in class FieldFormatterSettingsDefaults

Performs the associated process.

FieldInstanceDefaults::transform() — Method in class FieldInstanceDefaults

Performs the associated process.

FieldInstanceOptionTranslation::transform() — Method in class FieldInstanceOptionTranslation

Performs the associated process.

FieldInstanceSettings::transform() — Method in class FieldInstanceSettings

Performs the associated process.

FieldInstanceWidgetSettings::transform() — Method in class FieldInstanceWidgetSettings

Performs the associated process.

FieldOptionTranslation::transform() — Method in class FieldOptionTranslation

Performs the associated process.

FieldSettings::transform() — Method in class FieldSettings

Performs the associated process.

FieldTypeDefaults::transform() — Method in class FieldTypeDefaults

Performs the associated process.

FieldBundle::transform() — Method in class FieldBundle

Performs the associated process.

FieldInstanceDefaults::transform() — Method in class FieldInstanceDefaults

Performs the associated process.

FieldInstanceOptionTranslation::transform() — Method in class FieldInstanceOptionTranslation

Performs the associated process.

FieldInstanceSettings::transform() — Method in class FieldInstanceSettings

Performs the associated process.

FieldOptionTranslation::transform() — Method in class FieldOptionTranslation

Performs the associated process.

FieldSettings::transform() — Method in class FieldSettings

Performs the associated process.

FieldTypeDefaults::transform() — Method in class FieldTypeDefaults

Performs the associated process.

FieldUiTable::tablePreRender() — Method in class FieldUiTable

Performs pre-render tasks on field_ui_table elements.

$ FieldConfigListBuilder#targetEntityTypeIdProperty in class FieldConfigListBuilder

The name of the entity type the listed fields are attached to.

$ FieldConfigListBuilder#targetBundleProperty in class FieldConfigListBuilder

The name of the bundle the listed fields are attached to.

EntityDisplayFormBase::thirdPartySettingsForm() — Method in class EntityDisplayFormBase

Adds the widget or formatter third party settings forms.

$ EntityDisplayModeAddForm#targetEntityTypeIdProperty in class EntityDisplayModeAddForm

The entity type for which the display mode is being created.

EntityFormDisplayEditForm::thirdPartySettingsForm() — Method in class EntityFormDisplayEditForm

Adds the widget or formatter third party settings forms.

EntityViewDisplayEditForm::thirdPartySettingsForm() — Method in class EntityViewDisplayEditForm

Adds the widget or formatter third party settings forms.

$ DatabaseFileUsageBackend#tableNameProperty in class DatabaseFileUsageBackend

The name of the SQL table used to store file usage information.

TableFormatterClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Plugin implementation of the 'file_table' formatter.

FieldFile::transform() — Method in class FieldFile

Performs the associated process.

FileUri::transform() — Method in class FileUri

Performs the associated process.

$ File#tempFilePathProperty in class File

The temporary file path.

$ FileUploadResource#tokenProperty in class FileUploadResource

The token replacement instance.

Fid::titleQuery() — Method in class Fid

Override the behavior of titleQuery(). Get the filenames.

$ Filter#titleProperty in class Filter

The human-readable name of the filter.

TextFormatClass in namespace Drupal\filter\Element

Provides a text format render element.

FilterFormat::toArray() — Method in class FilterFormat

Gets an array of all property values.

FilterBase::tips() — Method in class FilterBase

Generates a filter's tip.

FilterInterface::tips() — Method in class FilterInterface

Generates a filter's tip.

FilterAlign::tips() — Method in class FilterAlign

Generates a filter's tip.

FilterAutoP::tips() — Method in class FilterAutoP

Generates a filter's tip.

FilterCaption::tips() — Method in class FilterCaption

Generates a filter's tip.

FilterHtml::tips() — Method in class FilterHtml

Generates a filter's tip.

FilterHtmlEscape::tips() — Method in class FilterHtmlEscape

Generates a filter's tip.

FilterHtmlImageSecure::tips() — Method in class FilterHtmlImageSecure

Generates a filter's tip.

FilterNull::tips() — Method in class FilterNull

Generates a filter's tip.

FilterUrl::tips() — Method in class FilterUrl

Generates a filter's tip.

FilterID::transform() — Method in class FilterID

Performs the associated process.

FilterSettings::transform() — Method in class FilterSettings

Performs the associated process.

FilterFormatPermission::transform() — Method in class FilterFormatPermission

Performs the associated process.

$ ForumBreadcrumbBuilderBase#termStorageProperty in class ForumBreadcrumbBuilderBase

The taxonomy term storage.

$ ForumController#termStorageProperty in class ForumController

Term storage.

$ DeleteForm#taxonomyTermProperty in class DeleteForm

The taxonomy term being deleted.

$ LinkManager#typeLinkManagerProperty in class LinkManager

The type link manager.

TypeLinkManagerClass in namespace Drupal\hal\LinkManager
TypeLinkManagerInterfaceClass in namespace Drupal\hal\LinkManager
EntityReferenceItemNormalizer::targetEntityIsFieldable() — Method in class EntityReferenceItemNormalizer

Checks whether the referenced entity is of a fieldable entity type.

TimestampItemNormalizerClass in namespace Drupal\hal\Normalizer

Converts values for TimestampItem to and from common formats for hal.

$ HelpSection#titleProperty in class HelpSection

The text to use as the title of the help page section.

HelpTopicPluginBase::toUrl() — Method in class HelpTopicPluginBase

Returns the URL for viewing the help topic.

HelpTopicPluginBase::toLink() — Method in class HelpTopicPluginBase

Returns a link for viewing the help topic.

HelpTopicPluginInterface::toUrl() — Method in class HelpTopicPluginInterface

Returns the URL for viewing the help topic.

HelpTopicPluginInterface::toLink() — Method in class HelpTopicPluginInterface

Returns a link for viewing the help topic.

$ HelpTopicPluginManager#themeHandlerProperty in class HelpTopicPluginManager

The theme handler.

$ HelpTopicTwig#twigProperty in class HelpTopicTwig

The Twig environment.

$ HelpTopicSection#topLevelPluginsProperty in class HelpTopicSection

The top level help topic plugins.

$ QuickEditImageController#tempStoreProperty in class QuickEditImageController

Stores The Quick Edit tempstore.

ImageStyle::transformDimensions() — Method in class ImageStyle

Determines the dimensions of this image style.

ImageEffectBase::transformDimensions() — Method in class ImageEffectBase

Determines the dimensions of the styled image.

ImageEffectInterface::transformDimensions() — Method in class ImageEffectInterface

Determines the dimensions of the styled image.

ImageStyleInterface::transformDimensions() — Method in class ImageStyleInterface

Determines the dimensions of this image style.

ResizeImageEffect::transformDimensions() — Method in class ResizeImageEffect

Determines the dimensions of the styled image.

RotateImageEffect::transformDimensions() — Method in class RotateImageEffect

Determines the dimensions of the styled image.

ScaleImageEffect::transformDimensions() — Method in class ScaleImageEffect

Determines the dimensions of the styled image.

ImageCacheActions::transform() — Method in class ImageCacheActions

Performs the associated process.

TemporaryQueryGuardClass in namespace Drupal\jsonapi\Access

Adds sufficient access control to collection queries.

$ EntityResource#timeProperty in class EntityResource

The time service.

TemporaryJsonapiFileFieldUploaderClass in namespace Drupal\jsonapi\Controller

Reads data from an upload stream and creates a corresponding file entity.

$ TemporaryJsonapiFileFieldUploader#tokenProperty in class TemporaryJsonapiFileFieldUploader

The token replacement instance.

$ ResourceObjectNormalizationCacher#toCacheProperty in class ResourceObjectNormalizationCacher

The things to cache after the response has been sent.

IncludeResolver::toIncludeTree() — Method in class IncludeResolver

Returns a tree of field names to include from an include parameter.

Data::toArray() — Method in class Data

Returns the collection as an array.

ResourceIdentifier::toResourceIdentifier() — Method in class ResourceIdentifier

Creates a ResourceIdentifier object.

ResourceIdentifier::toResourceIdentifiers() — Method in class ResourceIdentifier

Creates an array of ResourceIdentifier objects.

ResourceIdentifier::toResourceIdentifiersWithArityRequired() — Method in class ResourceIdentifier

Creates an array of ResourceIdentifier objects with arity on every value.

ResourceObject::toUrl() — Method in class ResourceObject

Gets a Url for the ResourceObject.

TopLevelDataInterfaceClass in namespace Drupal\jsonapi\JsonApiResource

Interface for objects that can appear as top-level object data.

TemporaryArrayObjectThrowingExceptionsClass in namespace Drupal\jsonapi\Normalizer\Value

An \ArrayObject that throws an exception when used as an ArrayObject.

$ ResourceType#typeNameProperty in class ResourceType

The type name.

VersionNegotiator::throwNotFoundHttpException() — Method in class VersionNegotiator

Throws a cacheable error exception.

VersionNegotiator::throwBadRequestHttpException() — Method in class VersionNegotiator

Throws a cacheable error exception.

$ LanguageNegotiation#typesProperty in class LanguageNegotiation

An array of allowed language types.

$ LanguageConfigFactoryOverride#typedConfigManagerProperty in class LanguageConfigFactoryOverride

The typed config manager.

$ ContentLanguageSettings#target_entity_type_idProperty in class ContentLanguageSettings

The entity type ID (machine name).

$ ContentLanguageSettings#target_bundleProperty in class ContentLanguageSettings

The bundle (machine name).

$ LanguageRequestSubscriber#translationProperty in class LanguageRequestSubscriber

The translation service.

$ NegotiationConfigureForm#themeHandlerProperty in class NegotiationConfigureForm

The theme handler.

ContentTranslationEnabledSetting::transform() — Method in class ContentTranslationEnabledSetting

Performs the associated process.

LanguageDomains::transform() — Method in class LanguageDomains

Performs the associated process.

LanguageNegotiation::transform() — Method in class LanguageNegotiation

Performs the associated process.

LanguageTypes::transform() — Method in class LanguageTypes

Performs the associated process.

LayoutBuilderController::title() — Method in class LayoutBuilderController

Provides a title callback.

$ LayoutBuilderSampleEntityGenerator#tempStoreFactoryProperty in class LayoutBuilderSampleEntityGenerator

The shared tempstore factory.

MoveBlockForm::title() — Method in class MoveBlockForm

Provides a title callback.

$ LayoutTempstoreRepository#tempStoreFactoryProperty in class LayoutTempstoreRepository

The shared tempstore factory.

FieldBlock::thirdPartySettingsForm() — Method in class FieldBlock

Adds the formatter third party settings forms.

ThreeColumnLayoutClass in namespace Drupal\layout_builder\Plugin\Layout

Configurable three column layout plugin class.

TwoColumnLayoutClass in namespace Drupal\layout_builder\Plugin\Layout

Configurable two column layout plugin class.

$ Section#thirdPartySettingsProperty in class Section

Third party settings.

Section::toRenderArray() — Method in class Section

Returns the renderable array for this section.

Section::toArray() — Method in class Section

Returns an array representation of the section.

SectionComponent::toRenderArray() — Method in class SectionComponent

Returns the renderable array for this component.

SectionComponent::toArray() — Method in class SectionComponent

Returns an array representation of the section component.

TempStoreIdentifierInterfaceClass in namespace Drupal\layout_builder

Provides an interface that allows an object to provide its own tempstore key.

FieldLink::transform() — Method in class FieldLink

Performs the associated process.

LocaleController::translatePage() — Method in class LocaleController

Shows the string search screen.

TranslateEditFormClass in namespace Drupal\locale\Form

Defines a translation edit form.

TranslateFilterFormClass in namespace Drupal\locale\Form

Provides a filtered translation edit form.

TranslateFormBaseClass in namespace Drupal\locale\Form

Defines the locale user interface translation form base.

TranslateFormBase::translateFilterLoadStrings() — Method in class TranslateFormBase

Builds a string search query and returns an array of string objects.

TranslateFormBase::translateFilterValues() — Method in class TranslateFormBase

Builds an array out of search criteria specified in request variables.

TranslateFormBase::translateFilters() — Method in class TranslateFormBase

Lists locale translation filters that can be applied.

TranslationStatusFormClass in namespace Drupal\locale\Form

Provides a translation status form.

$ LocaleConfigManager#translationsProperty in class LocaleConfigManager

Array with preloaded string translations.

$ LocaleConfigManager#typedConfigManagerProperty in class LocaleConfigManager

The typed config manager.

LocaleConfigManager::translateString() — Method in class LocaleConfigManager

Translates string using the localization system.

$ LocaleTranslation#translationsProperty in class LocaleTranslation

Cached translations.

$ LocaleTranslation#translateEnglishProperty in class LocaleTranslation

The translate english configuration value.

TranslationsStreamClass in namespace Drupal\locale\StreamWrapper

Defines a Drupal translations (translations://) stream wrapper class.

TranslationStringClass in namespace Drupal\locale

Defines the locale translation string object.

$ TranslationString#translationProperty in class TranslationString

The string translation.

$ MediaSource#thumbnail_uri_metadata_attributeProperty in class MediaSource

The metadata attribute name to provide the thumbnail URI.

$ MediaSource#thumbnail_alt_metadata_attributeProperty in class MediaSource

(optional) The metadata attribute name to provide the thumbnail alt.

$ MediaSource#thumbnail_title_metadata_attributeProperty in class MediaSource

(optional) The metadata attribute name to provide the thumbnail title.

MediaType::thumbnailDownloadsAreQueued() — Method in class MediaType

Returns whether thumbnail downloads are queued.

$ MediaListBuilder#thumbnailStyleExistsProperty in class MediaListBuilder

Indicates whether the 'thumbnail' image style exists.

MediaTypeInterface::thumbnailDownloadsAreQueued() — Method in class MediaTypeInterface

Returns whether thumbnail downloads are queued.

$ ProviderRepository#timeProperty in class ProviderRepository

The time service.

$ Resource#typeProperty in class Resource

The resource type. Can be one of the static::TYPE_* constants.

$ Resource#titleProperty in class Resource

A text title, describing the resource.

$ Resource#thumbnailUrlProperty in class Resource

A URL to a thumbnail image representing the resource.

$ Resource#thumbnailWidthProperty in class Resource

The width of the thumbnail, in pixels.

$ Resource#thumbnailHeightProperty in class Resource

The height of the thumbnail, in pixels.

MediaEmbed::tips() — Method in class MediaEmbed

Generates a filter's tip.

MediaEmbed::trustedCallbacks() — Method in class MediaEmbed

Lists the trusted callbacks provided by the implementing class.

ThumbnailDownloaderClass in namespace Drupal\media\Plugin\QueueWorker

Process a queue of media items to fetch their thumbnails.

$ OEmbed#tokenProperty in class OEmbed

The token replacement service.

AddFormBase::trustedCallbacks() — Method in class AddFormBase

Lists the trusted callbacks provided by the implementing class.

MediaLibraryWidget::trustedCallbacks() — Method in class MediaLibraryWidget

Lists the trusted callbacks provided by the implementing class.

LinkOptions::transform() — Method in class LinkOptions

Performs the associated process.

LinkUri::transform() — Method in class LinkUri

Performs the associated process.

MigrateProcessInterface::transform() — Method in class MigrateProcessInterface

Performs the associated process.

$ Migration#trackLastImportedProperty in class Migration

Track time of last import if TRUE.

ArrayBuild::transform() — Method in class ArrayBuild

Performs the associated process.

Callback::transform() — Method in class Callback

Performs the associated process.

Concat::transform() — Method in class Concat

Performs the associated process.

DefaultValue::transform() — Method in class DefaultValue

Performs the associated process.

Download::transform() — Method in class Download

Performs the associated process.

EntityExists::transform() — Method in class EntityExists

Performs the associated process.

Explode::transform() — Method in class Explode

Performs the associated process.

Extract::transform() — Method in class Extract

Performs the associated process.

FileCopy::transform() — Method in class FileCopy

Performs the associated process.

Flatten::transform() — Method in class Flatten

Flatten nested array values to single array values.

FormatDate::transform() — Method in class FormatDate

Performs the associated process.

Get::transform() — Method in class Get

Performs the associated process.

Log::transform() — Method in class Log

Performs the associated process.

$ MachineName#transliterationProperty in class MachineName

The transliteration service.

MachineName::transform() — Method in class MachineName

Performs the associated process.

MakeUniqueBase::transform() — Method in class MakeUniqueBase

Creates a unique value based on the source value.

MenuLinkParent::transform() — Method in class MenuLinkParent

Performs the associated process.

MigrationLookup::transform() — Method in class MigrationLookup

Performs the associated process.

NullCoalesce::transform() — Method in class NullCoalesce

Performs the associated process.

Route::transform() — Method in class Route

Performs the associated process.

SkipRowIfNotSet::transform() — Method in class SkipRowIfNotSet

Performs the associated process.

StaticMap::transform() — Method in class StaticMap

Performs the associated process.

SubProcess::transform() — Method in class SubProcess

Performs the associated process.

SubProcess::transformKey() — Method in class SubProcess

Runs the process pipeline for the key to determine its dynamic name.

Substr::transform() — Method in class Substr

Performs the associated process.

UrlEncode::transform() — Method in class UrlEncode

Performs the associated process.

$ SourcePluginBase#trackChangesProperty in class SourcePluginBase

Flags whether to track changes to incoming data.

ProcessPluginBase::transform() — Method in class ProcessPluginBase

Performs the associated process.

$ MigrateField#type_mapProperty in class MigrateField

Map of D6 and D7 field types to D8 field type plugin IDs.

NodeCompleteNodeLookup::transform() — Method in class NodeCompleteNodeLookup

Performs the associated process.

NodeCompleteNodeRevisionLookup::transform() — Method in class NodeCompleteNodeRevisionLookup

Performs the associated process.

NodeCompleteNodeTranslationLookup::transform() — Method in class NodeCompleteNodeTranslationLookup

Performs the associated process.

ContentEntity::toArray() — Method in class ContentEntity

Converts an entity to an array.

TasksClass in namespace Drupal\mysql\Driver\Database\mysql\Install

Specifies installation tasks for MySQL and equivalent databases.

Schema::tableExists() — Method in class Schema

Check if a table exists.

TruncateClass in namespace Drupal\mysql\Driver\Database\mysql

MySQL implementation of \Drupal\Core\Database\Query\Truncate.

NodePreviewController::title() — Method in class NodePreviewController

The _title_callback for the page that renders a single node in preview.

NodeViewController::title() — Method in class NodeViewController

The _title_callback for the page that renders a single node.

$ NodeType#typeProperty in class NodeType

The machine name of this node type.

$ NodeRevisionRevertForm#timeProperty in class NodeRevisionRevertForm

The time service.

$ NodeForm#tempStoreFactoryProperty in class NodeForm

The tempstore factory.

NodeViewBuilder::trustedCallbacks() — Method in class NodeViewBuilder

Lists the trusted callbacks provided by the implementing class.

$ NodePreviewConverter#tempStoreFactoryProperty in class NodePreviewConverter

Stores the tempstore factory.

NodeSearch::trustedCallbacks() — Method in class NodeSearch

Lists the trusted callbacks provided by the implementing class.

NodeUpdate7008::transform() — Method in class NodeUpdate7008

Performs the associated process.

$ NodeType#teaserLengthProperty in class NodeType

The teaser length.

$ NodeType#themeSettingsProperty in class NodeType

An array of theme settings.

$ NodeType#teaserLengthProperty in class NodeType

The teaser length.

Nid::titleQuery() — Method in class Nid

Override the behavior of title(). Get the title of the node.

TypeClass in namespace Drupal\node\Plugin\views\argument

Argument handler to accept a node type.

Type::title() — Method in class Type

Override the behavior of title(). Get the user friendly version of the node type.

Vid::titleQuery() — Method in class Vid

Override the behavior of title(). Get the title of the revision.

OliveroPreRender::textFormat() — Method in class OliveroPreRender

Prerender callback for text_format elements.

OliveroPreRender::trustedCallbacks() — Method in class OliveroPreRender

Lists the trusted callbacks provided by the implementing class.

PathSetTranslated::transform() — Method in class PathSetTranslated

Performs the associated process.

UrlAliasLanguage::transform() — Method in class UrlAliasLanguage

Performs the associated process.

$ Connection#transactionalDDLSupportProperty in class Connection
{@inheritdoc}
TasksClass in namespace Drupal\pgsql\Driver\Database\pgsql\Install

Specifies installation tasks for PostgreSQL databases.

$ Schema#tableInformationProperty in class Schema

A cache of information about blob columns and sequences of tables.

$ Schema#tempNamespaceNameProperty in class Schema

PostgreSQL's temporary namespace name.

Schema::tableExists() — Method in class Schema

Check if a table exists.

TruncateClass in namespace Drupal\pgsql\Driver\Database\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Truncate.

$ QuickEditFieldForm#tempStoreFactoryProperty in class QuickEditFieldForm

Stores the tempstore factory.

$ QuickEditController#tempStoreFactoryProperty in class QuickEditController

The PrivateTempStore factory.

$ RdfMapping#targetEntityTypeProperty in class RdfMapping

Entity type to be mapped.

$ RdfMapping#typesProperty in class RdfMapping

The RDF type mapping for this bundle.

ImageStyleMappings::transform() — Method in class ImageStyleMappings

Performs the associated process.

$ SearchPlugin#titleProperty in class SearchPlugin

The title for the search page tab.

SearchConfigurationRankings::transform() — Method in class SearchConfigurationRankings

Performs the associated process.

$ SearchIndex#textProcessorProperty in class SearchIndex

The text processor.

$ SearchQuery#typeProperty in class SearchQuery

The type of search (search type).

$ SearchTextProcessor#transliterationProperty in class SearchTextProcessor

The transliteration service.

SearchTextProcessor::truncate() — Method in class SearchTextProcessor

Helper function for array_walk in ::analyze().

TargetIdResolverClass in namespace Drupal\serialization\EntityResolver

Resolves entities from data that contains an entity target ID.

TimestampItemNormalizerClass in namespace Drupal\serialization\Normalizer

Converts values for TimestampItem to and from common formats.

TimestampNormalizerClass in namespace Drupal\serialization\Normalizer

Converts values for the Timestamp data type to and from common formats.

TypedDataNormalizerClass in namespace Drupal\serialization\Normalizer

Converts typed data objects to arrays.

BlockEntitySettingTrayForm::title() — Method in class BlockEntitySettingTrayForm

Provides a title callback to get the block's admin label.

ShortcutLazyBuilders::trustedCallbacks() — Method in class ShortcutLazyBuilders

Lists the trusted callbacks provided by the implementing class.

$ Connection#tableDroppedProperty in class Connection

Whether or not a table has been dropped this request.

$ Connection#transactionalDDLSupportProperty in class Connection
{@inheritdoc}
TasksClass in namespace Drupal\sqlite\Driver\Database\sqlite\Install

Specifies installation tasks for SQLite databases.

Schema::tableExists() — Method in class Schema

Check if a table exists.

TruncateClass in namespace Drupal\sqlite\Driver\Database\sqlite

SQLite implementation of \Drupal\Core\Database\Query\Truncate.

$ StatisticsViewsResult#totalCountProperty in class StatisticsViewsResult
$ StatisticsViewsResult#timestampProperty in class StatisticsViewsResult
$ CsrfTokenController#tokenGeneratorProperty in class CsrfTokenController

The CSRF token generator.

DbUpdateController::triggerBatch() — Method in class DbUpdateController

Starts the database update batch process.

$ SystemController#themeAccessProperty in class SystemController

The theme access checker service.

$ SystemController#themeHandlerProperty in class SystemController

The theme handler service.

SystemController::themesPage() — Method in class SystemController

Returns a theme listing.

ThemeControllerClass in namespace Drupal\system\Controller

Controller for theme handling.

$ ThemeController#themeHandlerProperty in class ThemeController

The theme handler service.

$ ThemeController#themeListProperty in class ThemeController

An extension discovery instance.

$ ThemeController#themeInstallerProperty in class ThemeController

The theme installer service.

TimezoneControllerClass in namespace Drupal\system\Controller

Provides a callback for finding out a timezone name.

$ Action#typeProperty in class Action

The action type.

$ ConfigCacheTag#themeHandlerProperty in class ConfigCacheTag

The theme handler.

ThemeAdminFormClass in namespace Drupal\system\Form

Form to select the administration theme.

ThemeExperimentalConfirmFormClass in namespace Drupal\system\Form

Builds a confirmation form for enabling experimental themes.

$ ThemeExperimentalConfirmForm#themeListProperty in class ThemeExperimentalConfirmForm

An extension discovery instance.

$ ThemeExperimentalConfirmForm#themeInstallerProperty in class ThemeExperimentalConfirmForm

The theme installer service.

ThemeSettingsFormClass in namespace Drupal\system\Form

Displays theme configuration for entire site and individual themes.

$ ThemeSettingsForm#themeHandlerProperty in class ThemeSettingsForm

The theme handler.

$ ThemeSettingsForm#themeManagerProperty in class ThemeSettingsForm

The theme manager.

$ MachineNameController#transliterationProperty in class MachineNameController

The transliteration helper.

$ MachineNameController#tokenGeneratorProperty in class MachineNameController

The token generator.

MachineNameController::transliterate() — Method in class MachineNameController

Transliterates a string in given language. Various postprocessing possible.

$ PathBasedBreadcrumbBuilder#titleResolverProperty in class PathBasedBreadcrumbBuilder

The title resolver.

TarClass in namespace Drupal\system\Plugin\Archiver

Defines an archiver implementation for .tar files.

$ CurrentThemeCondition#themeManagerProperty in class CurrentThemeCondition

The theme manager.

$ CurrentThemeCondition#themeHandlerProperty in class CurrentThemeCondition

The theme handler.

ThemeLocalTaskClass in namespace Drupal\system\Plugin\Derivative

Provides dynamic tabs based on active themes.

$ ThemeLocalTask#themeHandlerProperty in class ThemeLocalTask

The theme handler.

$ GDToolkit#typeProperty in class GDToolkit

Image type represented by a PHP IMAGETYPE_* constant (e.g. IMAGETYPE_JPEG).

ThemeSettingsClass in namespace Drupal\system\Plugin\migrate\destination\d7

Persist theme settings to the config system.

SystemUpdate7000::transform() — Method in class SystemUpdate7000

Performs the associated process.

TimeZoneClass in namespace Drupal\system\Plugin\migrate\process\d6

Process the D6 Timezone offset into a D8 compatible timezone name.

TimeZone::transform() — Method in class TimeZone

Performs the associated process.

ThemeSettingsClass in namespace Drupal\system\Plugin\migrate\source\d7

Drupal 7 theme settings source from database.

$ SecurityAdvisory#titleProperty in class SecurityAdvisory

The title of the advisory.

$ SecurityAdvisory#typeProperty in class SecurityAdvisory

The project type for the advisory.

TimeZoneResolverClass in namespace Drupal\system

Event handler that resolves time zone based on site and user configuration.

TermRouteContextClass in namespace Drupal\taxonomy\ContextProvider

Sets the current taxonomy term as a context on taxonomy term routes.

TaxonomyControllerClass in namespace Drupal\taxonomy\Controller

Provides route responses for taxonomy.module.

TaxonomyController::termTitle() — Method in class TaxonomyController

Route title callback.

TermClass in namespace Drupal\taxonomy\Entity

Defines the taxonomy term entity.

$ OverviewTerms#termListBuilderProperty in class OverviewTerms

The term list builder.

TermDeleteFormClass in namespace Drupal\taxonomy\Form

Provides a deletion confirmation form for taxonomy term.

$ VocabularyResetForm#termStorageProperty in class VocabularyResetForm

The term storage.

TermSelectionClass in namespace Drupal\taxonomy\Plugin\EntityReferenceSelection

Provides specific access control for the taxonomy_term entity type.

TaxonomyTermHierarchyConstraintClass in namespace Drupal\taxonomy\Plugin\Validation\Constraint

Validation constraint for changing the term hierarchy in pending revisions.

TaxonomyTermHierarchyConstraintValidatorClass in namespace Drupal\taxonomy\Plugin\Validation\Constraint

Constraint validator for changing term parents in pending revisions.

TaxonomyTermReferenceClass in namespace Drupal\taxonomy\Plugin\migrate\field
ForumVocabulary::transform() — Method in class ForumVocabulary

Performs the associated process.

TargetBundleClass in namespace Drupal\taxonomy\Plugin\migrate\process

Converts a Drupal 6 vocabulary ID to a target bundle array.

TargetBundle::transform() — Method in class TargetBundle

Performs the associated process.

TermClass in namespace Drupal\taxonomy\Plugin\migrate\source\d6

Drupal 6 taxonomy term source from database.

TermLocalizedTranslationClass in namespace Drupal\taxonomy\Plugin\migrate\source\d6

Drupal 6 i18n taxonomy terms source from database.

TermNodeClass in namespace Drupal\taxonomy\Plugin\migrate\source\d6

Drupal 6 term/node relationships (current revision) source from database.

TermNodeRevisionClass in namespace Drupal\taxonomy\Plugin\migrate\source\d6

Drupal 6 term/node relationships (non-current revision) source from database.

TermClass in namespace Drupal\taxonomy\Plugin\migrate\source\d7

Drupal 7 taxonomy term source from database.

TermEntityTranslationClass in namespace Drupal\taxonomy\Plugin\migrate\source\d7

Drupal 7 taxonomy term entity translation source plugin.

TermLocalizedTranslationClass in namespace Drupal\taxonomy\Plugin\migrate\source\d7

Drupal 7 i18n taxonomy terms source from database.

TermTranslationClass in namespace Drupal\taxonomy\Plugin\migrate\source\d7

Drupal 7 i18n taxonomy terms source from database.

IndexTid::titleQuery() — Method in class IndexTid

Override for specific title lookups.

$ IndexTidDepth#termStorageProperty in class IndexTidDepth
IndexTidDepth::title() — Method in class IndexTidDepth

Get the title this argument will assign the view, given the argument.

TaxonomyClass in namespace Drupal\taxonomy\Plugin\views\argument

Argument handler for basic taxonomy tid.

$ Taxonomy#termStorageProperty in class Taxonomy
Taxonomy::title() — Method in class Taxonomy

Override the behavior of title(). Get the title of the node.

VocabularyVid::title() — Method in class VocabularyVid

Override the behavior of title(). Get the name of the vocabulary.

TidClass in namespace Drupal\taxonomy\Plugin\views\argument_default

Taxonomy tid default argument.

TermClass in namespace Drupal\taxonomy\Plugin\views\argument_validator

Adds legacy vocabulary handling to standard Entity Argument validation.

TermNameClass in namespace Drupal\taxonomy\Plugin\views\argument_validator

Validates whether a term name is a valid term argument.

$ TermName#termStorageProperty in class TermName

The taxonomy term storage.

TaxonomyIndexTidClass in namespace Drupal\taxonomy\Plugin\views\field

Field handler to display all taxonomy terms of a node.

TermNameClass in namespace Drupal\taxonomy\Plugin\views\field

Displays taxonomy term names and allows converting spaces to hyphens.

TaxonomyIndexTidClass in namespace Drupal\taxonomy\Plugin\views\filter

Filter by term id.

$ TaxonomyIndexTid#termStorageProperty in class TaxonomyIndexTid

The term storage.

TaxonomyIndexTidDepthClass in namespace Drupal\taxonomy\Plugin\views\filter

Filter handler for taxonomy terms with depth.

TaxonomyTermClass in namespace Drupal\taxonomy\Plugin\views\wizard

Tests creating taxonomy views with the wizard.

TaxonomyIndexDepthQueryTraitClass in namespace Drupal\taxonomy

Builds a performant depth subquery and adds it as a join to the query.

TaxonomyPermissionsClass in namespace Drupal\taxonomy

Provides dynamic permissions of the taxonomy module.

TermAccessControlHandlerClass in namespace Drupal\taxonomy

Defines the access control handler for the taxonomy term entity type.

TermBreadcrumbBuilderClass in namespace Drupal\taxonomy

Provides a custom taxonomy breadcrumb builder that uses the term hierarchy.

TermFormClass in namespace Drupal\taxonomy

Base for handler for taxonomy term edit forms.

TermInterfaceClass in namespace Drupal\taxonomy

Provides an interface defining a taxonomy term entity.

TermStorageClass in namespace Drupal\taxonomy

Defines a Controller class for taxonomy terms.

$ TermStorage#treeParentsProperty in class TermStorage

Array of term parents keyed by vocabulary ID and child term ID.

$ TermStorage#treeChildrenProperty in class TermStorage

Array of term ancestors keyed by vocabulary ID and parent term ID.

$ TermStorage#treeTermsProperty in class TermStorage

Array of terms in a tree keyed by vocabulary ID and term ID.

$ TermStorage#treesProperty in class TermStorage

Array of loaded trees keyed by a cache id matching tree arguments.

TermStorageInterfaceClass in namespace Drupal\taxonomy

Defines an interface for taxonomy_term entity storage classes.

TermStorageSchemaClass in namespace Drupal\taxonomy

Defines the term schema handler.

TermTranslationHandlerClass in namespace Drupal\taxonomy

Defines the translation handler for terms.

TermViewsDataClass in namespace Drupal\taxonomy

Provides the views data for the taxonomy entity type.

TelephoneLinkFormatterClass in namespace Drupal\telephone\Plugin\Field\FieldFormatter

Plugin implementation of the 'telephone_link' formatter.

TelephoneItemClass in namespace Drupal\telephone\Plugin\Field\FieldType

Plugin implementation of the 'telephone' field type.

TelephoneDefaultWidgetClass in namespace Drupal\telephone\Plugin\Field\FieldWidget

Plugin implementation of the 'telephone_default' widget.

TelephoneFieldClass in namespace Drupal\telephone\Plugin\migrate\field\d7
TextDefaultFormatterClass in namespace Drupal\text\Plugin\Field\FieldFormatter

Plugin implementation of the 'text_default' formatter.

TextSummaryOrTrimmedFormatterClass in namespace Drupal\text\Plugin\Field\FieldFormatter

Plugin implementation of the 'text_summary_or_trimmed' formatter.

TextTrimmedFormatterClass in namespace Drupal\text\Plugin\Field\FieldFormatter

Plugin implementation of the 'text_trimmed' formatter.

TextTrimmedFormatter::trustedCallbacks() — Method in class TextTrimmedFormatter

Lists the trusted callbacks provided by the implementing class.

TextItemClass in namespace Drupal\text\Plugin\Field\FieldType

Plugin implementation of the 'text' field type.

TextItemBaseClass in namespace Drupal\text\Plugin\Field\FieldType

Base class for 'text' configurable field types.

TextLongItemClass in namespace Drupal\text\Plugin\Field\FieldType

Plugin implementation of the 'text_long' field type.

TextWithSummaryItemClass in namespace Drupal\text\Plugin\Field\FieldType

Plugin implementation of the 'text_with_summary' field type.

TextareaWidgetClass in namespace Drupal\text\Plugin\Field\FieldWidget

Plugin implementation of the 'text_textarea' widget.

TextareaWithSummaryWidgetClass in namespace Drupal\text\Plugin\Field\FieldWidget

Plugin implementation of the 'text_textarea_with_summary' widget.

TextfieldWidgetClass in namespace Drupal\text\Plugin\Field\FieldWidget

Plugin implementation of the 'text_textfield' widget.

TextFieldClass in namespace Drupal\text\Plugin\migrate\field\d6
TextFieldClass in namespace Drupal\text\Plugin\migrate\field\d7
TextProcessedClass in namespace Drupal\text

A computed property for processing text with a format.

ToolbarControllerClass in namespace Drupal\toolbar\Controller

Defines a controller for the toolbar module.

ToolbarController::trustedCallbacks() — Method in class ToolbarController

Lists the trusted callbacks provided by the implementing class.

ToolbarClass in namespace Drupal\toolbar\Element

Provides a render element for the default Drupal toolbar.

ToolbarItemClass in namespace Drupal\toolbar\Element

Provides a toolbar item that is wrapped in markup for common styling.

ToolbarMenuLinkTreeClass in namespace Drupal\toolbar\Menu

Extends MenuLinkTree to add specific theme suggestions for the toolbar.

TipClass in namespace Drupal\tour\Annotation

Defines a tour item annotation object.

$ Tip#titleProperty in class Tip

The title of the plugin.

TourClass in namespace Drupal\tour\Entity

Defines the configured tour entity.

$ Tour#tipsCollectionProperty in class Tour

Holds the collection of tips that are attached to this tour.

$ Tour#tipsProperty in class Tour

The array of plugin config, only used for export and to populate the $tipsCollection.

TourHelpSectionClass in namespace Drupal\tour\Plugin\HelpSection

Provides the tours list section for the help page.

TipPluginTextClass in namespace Drupal\tour\Plugin\tour\tip

Displays some text as a tip.

$ TipPluginText#tokenProperty in class TipPluginText

Token service.

TipPluginBaseClass in namespace Drupal\tour

Defines a base tour item implementation.

TipPluginInterfaceClass in namespace Drupal\tour

Defines an interface for tour items.

TipPluginManagerClass in namespace Drupal\tour

Provides a plugin manager for tour items.

TipsPluginCollectionClass in namespace Drupal\tour

A collection of tips.

TourAccessControlHandlerClass in namespace Drupal\tour

Defines the access control handler for the tour entity type.

TourInterfaceClass in namespace Drupal\tour

Provides an interface defining a tour entity.

TourTipPluginInterfaceClass in namespace Drupal\tour

Defines an interface for tour items.

TourViewBuilderClass in namespace Drupal\tour

Provides a Tour view builder.

TrackerControllerClass in namespace Drupal\tracker\Controller

Controller for tracker pages.

TrackerNodeClass in namespace Drupal\tracker\Plugin\migrate\source\d7

Drupal 7 tracker node source from database.

TrackerUserClass in namespace Drupal\tracker\Plugin\migrate\source\d7

Drupal 7 tracker user source from database.

$ UpdateManager#themeHandlerProperty in class UpdateManager

The theme handler.

$ UpdateProcessor#tempStoreProperty in class UpdateProcessor

Update key/value store.

AccountForm::trustedCallbacks() — Method in class AccountForm

Lists the trusted callbacks provided by the implementing class.

$ UserFloodEvent#thresholdProperty in class UserFloodEvent

Flood event threshold.

$ UserMultipleCancelConfirm#tempStoreFactoryProperty in class UserMultipleCancelConfirm

The temp store factory.

$ UserPasswordForm#typedDataManagerProperty in class UserPasswordForm

The typed data manager.

$ CancelUser#tempStoreFactoryProperty in class CancelUser

The tempstore factory.

UserLoginBlock::trustedCallbacks() — Method in class UserLoginBlock

Lists the trusted callbacks provided by the implementing class.

$ UserNameConstraint#tooLongMessageProperty in class UserNameConstraint
ConvertTokens::transform() — Method in class ConvertTokens

Performs the associated process.

ProfileFieldSettings::transform() — Method in class ProfileFieldSettings

Performs the associated process.

UserLangcode::transform() — Method in class UserLangcode

Performs the associated process.

UserUpdate8002::transform() — Method in class UserUpdate8002

Performs the associated process.

ProfileFieldOptionTranslation::transform() — Method in class ProfileFieldOptionTranslation

Performs the associated process.

$ UserUpdate7002#timezonesProperty in class UserUpdate7002

System timezones.

UserUpdate7002::transform() — Method in class UserUpdate7002

Performs the associated process.

$ UserPictureFile#tempFilePathProperty in class UserPictureFile

The temporary file path.

RolesRid::titleQuery() — Method in class RolesRid

Override for specific title lookups.

Uid::titleQuery() — Method in class Uid

Override the behavior of title(). Get the name of the user.

TimeZoneItemClass in namespace Drupal\user

Defines a custom field item class for the 'timezone' user entity field.

ToolbarLinkBuilderClass in namespace Drupal\user

ToolbarLinkBuilder fills out the placeholders generated in user_toolbar().

ToolbarLinkBuilder::trustedCallbacks() — Method in class ToolbarLinkBuilder

Lists the trusted callbacks provided by the implementing class.

$ ReplaceTitleCommand#titleProperty in class ReplaceTitleCommand

The page title to replace.

TriggerPreviewCommandClass in namespace Drupal\views\Ajax

Provides an AJAX command for triggering the views live preview.

$ ViewsAccess#titleProperty in class ViewsAccess

The plugin title used in the views UI.

$ ViewsArgumentDefault#titleProperty in class ViewsArgumentDefault

The plugin title used in the views UI.

$ ViewsArgumentValidator#titleProperty in class ViewsArgumentValidator

The plugin title used in the views UI.

$ ViewsCache#titleProperty in class ViewsCache

The plugin title used in the views UI.

$ ViewsDisplay#titleProperty in class ViewsDisplay

The plugin title used in the views UI.

$ ViewsDisplay#themeProperty in class ViewsDisplay

The theme function used to render the display's output.

$ ViewsDisplayExtender#titleProperty in class ViewsDisplayExtender

The plugin title used in the views UI.

$ ViewsExposedForm#titleProperty in class ViewsExposedForm

The plugin title used in the views UI.

$ ViewsPager#titleProperty in class ViewsPager

The plugin title used in the views UI.

$ ViewsPager#themeProperty in class ViewsPager

The theme function used to render the pager's output.

$ ViewsQuery#titleProperty in class ViewsQuery

The plugin title used in the views UI.

$ ViewsRow#titleProperty in class ViewsRow

The plugin title used in the views UI.

$ ViewsRow#themeProperty in class ViewsRow

The theme function used to render the row output.

$ ViewsStyle#titleProperty in class ViewsStyle

The plugin title used in the views UI.

$ ViewsStyle#themeProperty in class ViewsStyle

The theme function used to render the style output.

$ ViewsWizard#titleProperty in class ViewsWizard

The plugin title used in the views UI.

$ EntityViewsData#translationManagerProperty in class EntityViewsData

The translation manager.

TranslationLanguageRendererClass in namespace Drupal\views\Entity\Render

Renders entity translations in their row language.

$ View#tagProperty in class View

The "tags" of a view.

ViewsFormMainForm::trustedCallbacks() — Method in class ViewsFormMainForm

Lists the trusted callbacks provided by the implementing class.

$ HandlerBase#tableProperty in class HandlerBase

The table this handler is attached to.

$ HandlerBase#tableAliasProperty in class HandlerBase

The alias of the table of this handler which is used in the query.

PluginBase::trustedCallbacks() — Method in class PluginBase

Lists the trusted callbacks provided by the implementing class.

PluginBase::themeFunctions() — Method in class PluginBase

Provide a full list of possible theme templates used by this style.

ViewsPluginInterface::themeFunctions() — Method in class ViewsPluginInterface

Provide a full list of possible theme templates used by this style.

TextClass in namespace Drupal\views\Plugin\views\area

Views area text handler.

TextCustomClass in namespace Drupal\views\Plugin\views\area

Views area text handler.

TitleClass in namespace Drupal\views\Plugin\views\area

Views area title override handler.

TokenizeAreaPluginBaseClass in namespace Drupal\views\Plugin\views\area

Tokenized base class for area handlers.

TokenizeAreaPluginBase::tokenForm() — Method in class TokenizeAreaPluginBase

Adds tokenization form elements.

TokenizeAreaPluginBase::tokenizeValue() — Method in class TokenizeAreaPluginBase

Replaces value with special views tokens and global tokens.

ArgumentPluginBase::trustedCallbacks() — Method in class ArgumentPluginBase

Lists the trusted callbacks provided by the implementing class.

ArgumentPluginBase::title() — Method in class ArgumentPluginBase

Get the title this argument will assign the view, given the argument.

DayDate::title() — Method in class DayDate

Get the title this argument will assign the view, given the argument.

FullDate::title() — Method in class FullDate

Get the title this argument will assign the view, given the argument.

LanguageArgument::title() — Method in class LanguageArgument

Overrides \Drupal\views\Plugin\views\argument\ArgumentPluginBase::title().

ManyToOne::title() — Method in class ManyToOne

Get the title this argument will assign the view, given the argument.

ManyToOne::titleQuery() — Method in class ManyToOne

Override for specific title lookups.

MonthDate::title() — Method in class MonthDate

Get the title this argument will assign the view, given the argument.

NumericArgument::title() — Method in class NumericArgument

Get the title this argument will assign the view, given the argument.

NumericArgument::titleQuery() — Method in class NumericArgument

Override for specific title lookups.

StringArgument::title() — Method in class StringArgument

Get the title this argument will assign the view, given the argument.

StringArgument::titleQuery() — Method in class StringArgument

Override for specific title lookups.

YearMonthDate::title() — Method in class YearMonthDate

Get the title this argument will assign the view, given the argument.

TagClass in namespace Drupal\views\Plugin\views\cache

Simple caching of query results for Views displays.

TimeClass in namespace Drupal\views\Plugin\views\cache

Simple caching of query results for Views displays.

DisplayPluginBase::trustedCallbacks() — Method in class DisplayPluginBase

Lists the trusted callbacks provided by the implementing class.

Custom::trustedCallbacks() — Method in class Custom

Lists the trusted callbacks provided by the implementing class.

FieldHandlerInterface::tokenizeValue() — Method in class FieldHandlerInterface

Replaces a value with tokens from the last field.

FieldHandlerInterface::theme() — Method in class FieldHandlerInterface

Renders row values using $this->themeFunctions() as #theme.

FieldPluginBase::tokenizeValue() — Method in class FieldPluginBase

Replaces a value with tokens from the last field.

FieldPluginBase::theme() — Method in class FieldPluginBase

Renders row values using $this->themeFunctions() as #theme.

FieldPluginBase::themeFunctions() — Method in class FieldPluginBase

Provide a full list of possible theme templates used by this style.

FieldPluginBase::trimText() — Method in class FieldPluginBase

Trims the field down to the specified length.

TimeIntervalClass in namespace Drupal\views\Plugin\views\field

A handler to provide proper displays for time intervals.

FilterPluginBase::trustedCallbacks() — Method in class FilterPluginBase

Lists the trusted callbacks provided by the implementing class.

$ JoinPluginBase#tableProperty in class JoinPluginBase

The table to join (right table).

$ JoinPluginBase#typeProperty in class JoinPluginBase

The join type, so for example LEFT (default) or INNER.

$ PagerPluginBase#total_itemsProperty in class PagerPluginBase
$ Sql#tableQueueProperty in class Sql

A list of tables in the order they should be added, keyed by alias.

$ Sql#tablesProperty in class Sql

Holds an array of tables and counts added so that we can create aliases.

$ Sql#tagsProperty in class Sql

Query tags which will be passed over to the dbtng query object.

SortPluginBase::trustedCallbacks() — Method in class SortPluginBase

Lists the trusted callbacks provided by the implementing class.

StylePluginBase::tokenizeValue() — Method in class StylePluginBase

Take a value and apply token replacement logic to it.

StylePluginBase::trustedCallbacks() — Method in class StylePluginBase

Lists the trusted callbacks provided by the implementing class.

TableClass in namespace Drupal\views\Plugin\views\style

Style plugin to render each item as a row in a table.

TestHelperPluginClass in namespace Drupal\views\Tests

Wraps the plugin base class to be able to instantiate it.

TestHelperPlugin::testSetOptionDefaults() — Method in class TestHelperPlugin

Calls the protected method setOptionDefaults().

$ ViewExecutable#total_rowsProperty in class ViewExecutable

The total number of rows returned from the query.

$ Views#translationManagerProperty in class Views

The translation manager.

Views::t() — Method in class Views

Translates a string to the current language or to a given language.

$ ViewsConfigUpdater#typedConfigManagerProperty in class ViewsConfigUpdater

The typed config manager.

$ ViewsConfigUpdater#triggeredDeprecationsProperty in class ViewsConfigUpdater

Stores which deprecations were triggered.

$ ViewsFormBase#typeProperty in class ViewsFormBase

The type of item this form is manipulating.

$ BasicSettingsForm#themeHandlerProperty in class BasicSettingsForm

The theme handler.

$ BreakLockForm#tempStoreProperty in class BreakLockForm

Stores the shared tempstore.

$ ViewUIConverter#tempStoreFactoryProperty in class ViewUIConverter

Stores the tempstore factory.

$ ViewEditForm#tempStoreProperty in class ViewEditForm

The views temp store.

$ ViewEditForm#themeManagerProperty in class ViewEditForm

The theme manager.

$ ViewUI#temporary_optionsProperty in class ViewUI

Stores options temporarily while editing.

ViewUI::toUrl() — Method in class ViewUI

Gets the URL object for the entity.

ViewUI::toLink() — Method in class ViewUI

Generates the HTML for a link to this entity.

ViewUI::toArray() — Method in class ViewUI

Gets an array of all property values.

ViewUI::trustData() — Method in class ViewUI

Sets that the data should be trusted.

$ Workflow#typeProperty in class Workflow

The workflow type plugin ID.

$ Workflow#type_settingsProperty in class Workflow

The configuration for the workflow type plugin.

$ WorkflowTransitionDeleteForm#transitionProperty in class WorkflowTransitionDeleteForm

The workflow transition being deleted.

$ WorkflowTransitionDeleteForm#transitionIdProperty in class WorkflowTransitionDeleteForm

The transition being deleted.

$ WorkflowTransitionEditForm#transitionIdProperty in class WorkflowTransitionEditForm

The ID of the transition that is being edited.

TransitionClass in namespace Drupal\workflows

A transition value object that describes the transition between states.

$ Transition#toStateIdProperty in class Transition

The transition's to state ID.

Transition::to() — Method in class Transition

Gets the transition's to state.

TransitionInterfaceClass in namespace Drupal\workflows

A transition value object that describes the transition between two states.

TransitionInterface::to() — Method in class TransitionInterface

Gets the transition's to state.

TablesClass in namespace Drupal\workspaces\EntityQuery

Alters entity queries to use a workspace revision instead of the default one.

$ WorkspaceMergeForm#targetWorkspaceProperty in class WorkspaceMergeForm

The target workspace entity.

WorkspaceAssociation::trackEntity() — Method in class WorkspaceAssociation

Updates or creates the association for a given entity and a workspace.

WorkspaceAssociationInterface::trackEntity() — Method in class WorkspaceAssociationInterface

Updates or creates the association for a given entity and a workspace.

$ WorkspaceMerger#targetWorkspaceProperty in class WorkspaceMerger

The target workspace entity.

$ WorkspaceRepository#treeProperty in class WorkspaceRepository

An array of tree items, keyed by workspace IDs and sorted in tree order.

U

Drupal::unsetContainer() — Method in class Drupal

Unsets the global container.

Drupal::urlGenerator() — Method in class Drupal

Returns the url generator service.

$ StaticReflectionParser#useStatementsProperty in class StaticReflectionParser

The use statements of the class.

$ ContainerAwareEventDispatcher#unsortedProperty in class ContainerAwareEventDispatcher

Whether listeners need to be sorted prior to dispatch, keyed by event name.

$ PoStreamReader#uriProperty in class PoStreamReader

URI of the PO stream that is being read.

$ PoStreamWriter#uriProperty in class PoStreamWriter

URI of the PO stream that is being written.

FileStorage::unlink() — Method in class FileStorage

Deletes files and/or directories in the specified path.

CachedDiscoveryInterface::useCaches() — Method in class CachedDiscoveryInterface

Disable the use of caches.

DeprecatedArray::unserialize() — Method in class DeprecatedArray
{@inheritdoc}
$ Html#uriAttributesProperty in class Html

All attributes that may contain URIs.

NestedArray::unsetValue() — Method in class NestedArray

Unsets a value in a nested array with variable depth.

UnicodeClass in namespace Drupal\Component\Utility

Provides Unicode-related conversions and operations.

Unicode::ucfirst() — Method in class Unicode

Capitalizes the first character of a UTF-8 string.

Unicode::ucwords() — Method in class Unicode

Capitalizes the first character of each word in a UTF-8 string.

UrlHelperClass in namespace Drupal\Component\Utility

Helper class URL based methods.

UserAgentClass in namespace Drupal\Component\Utility

Provides user agent related utility functions.

UuidClass in namespace Drupal\Component\Uuid

UUID Helper methods.

UuidInterfaceClass in namespace Drupal\Component\Uuid

Interface for generating UUIDs.

MessagePlugin::uninstall() — Method in class MessagePlugin
{@inheritdoc}
Plugin::uninstall() — Method in class Plugin
{@inheritdoc}
VendorHardeningPlugin::uninstall() — Method in class VendorHardeningPlugin
{@inheritdoc}
$ GotoAction#unroutedUrlAssemblerProperty in class GotoAction

The unrouted URL assembler service.

UnpublishActionClass in namespace Drupal\Core\Action\Plugin\Action

Unpublishes an entity.

$ RedirectCommand#urlProperty in class RedirectCommand

The URL that will be loaded into window.location.

UpdateBuildIdCommandClass in namespace Drupal\Core\Ajax

AJAX command for updating the value of a hidden form_build_id input element on a form. It requires the form passed in to have keys for both the old build ID in #build_id_old and the new build ID in #build_id.

$ BatchBuilder#urlOptionsProperty in class BatchBuilder

An array of options to be used with the redirect URL.

BatchStorage::update() — Method in class BatchStorage

Updates a batch.

BatchStorageInterface::update() — Method in class BatchStorageInterface

Updates a batch.

CacheCollector::updateCache() — Method in class CacheCollector

Writes a value to the persistent cache immediately.

UrlCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the UrlCacheContext service, for "per page" caching.

UserCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the UserCacheContext service, for "per user" caching.

UserCacheContextBaseClass in namespace Drupal\Core\Cache\Context

Base class for user-based cache contexts.

$ UserCacheContextBase#userProperty in class UserCacheContextBase

The account object.

UserRolesCacheContextClass in namespace Drupal\Core\Cache\Context

Defines the UserRolesCacheContext service, for "per role" caching.

UncacheableDependencyTraitClass in namespace Drupal\Core\Cache

Trait to implement CacheableDependencyInterface for uncacheable objects.

UnchangingCacheableDependencyTraitClass in namespace Drupal\Core\Cache

Trait to implement CacheableDependencyInterface for unchanging objects.

UseCacheBackendTraitClass in namespace Drupal\Core\Cache

Provides methods to use a cache backend while respecting a 'use caches' flag.

$ UseCacheBackendTrait#useCachesProperty in class UseCacheBackendTrait

Flag whether caches should be used or skipped.

Composer::upgradePHPUnit() — Method in class Composer

Fires the drupal-phpunit-upgrade script event if necessary.

Composer::upgradePHPUnitCheck() — Method in class Composer

Determines if PHPUnit needs to be upgraded.

ConfigManager::uninstall() — Method in class ConfigManager

Uninstalls the configuration of a given extension.

ConfigManagerInterface::uninstall() — Method in class ConfigManagerInterface

Uninstalls the configuration of a given extension.

ConfigDependencyManager::updateData() — Method in class ConfigDependencyManager

Updates one of the lightweight ConfigEntityDependency objects.

$ ConfigEntityBase#uuidProperty in class ConfigEntityBase

The UUID for this entity.

ConfigEntityBase::unsetThirdPartySetting() — Method in class ConfigEntityBase

Unsets a third-party setting.

$ ConfigEntityStorage#uuidKeyProperty in class ConfigEntityStorage
{@inheritdoc}
ConfigEntityStorage::updateFromStorageRecord() — Method in class ConfigEntityStorage

Updates a configuration entity from storage values.

ConfigEntityStorageInterface::updateFromStorageRecord() — Method in class ConfigEntityStorageInterface

Updates a configuration entity from storage values.

ConfigEntityUpdater::update() — Method in class ConfigEntityUpdater

Updates configuration entities as part of a Drupal update.

QueryFactory::updateConfigKeyStore() — Method in class QueryFactory

Updates or adds lookup data.

ThirdPartySettingsInterface::unsetThirdPartySetting() — Method in class ThirdPartySettingsInterface

Unsets a third-party setting.

UndefinedClass in namespace Drupal\Core\Config\Schema

Undefined configuration element.

UnmetDependenciesExceptionClass in namespace Drupal\Core\Config

An exception thrown if configuration has unmet dependencies.

UnsupportedDataTypeConfigExceptionClass in namespace Drupal\Core\Config

Exception thrown when a config data type is invalid.

$ Connection#unprefixedTablesMapProperty in class Connection

List of un-prefixed table names, keyed by prefixed table names.

Connection::upsert() — Method in class Connection

Prepares and returns an UPSERT query object.

Connection::update() — Method in class Connection

Prepares and returns an UPDATE query object.

UpsertClass in namespace Drupal\Core\Database\Driver\mysql

MySQL implementation of \Drupal\Core\Database\Query\Upsert.

UpdateClass in namespace Drupal\Core\Database\Driver\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Update.

UpsertClass in namespace Drupal\Core\Database\Driver\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Upsert.

UpsertClass in namespace Drupal\Core\Database\Driver\sqlite

SQLite implementation of \Drupal\Core\Database\Query\Upsert.

InsertTrait::useDefaults() — Method in class InsertTrait

Specifies fields for which the database defaults should be used.

$ Merge#updateFieldsProperty in class Merge

An array of fields that will be updated.

Merge::updateFields() — Method in class Merge

Adds a set of field->value pairs to be updated.

Merge::useDefaults() — Method in class Merge

Specifies fields for which the database-defaults should be used.

PlaceholderInterface::uniqueIdentifier() — Method in class PlaceholderInterface

Returns a unique identifier for this object.

$ Query#uniqueIdentifierProperty in class Query

A unique identifier for this query object.

Query::uniqueIdentifier() — Method in class Query

Returns a unique identifier for this object.

$ Select#unionProperty in class Select

An array whose elements specify a query to UNION, and the UNION type. The 'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION', 'UNION ALL', or 'UNION DISTINCT' statement, respectively.

Select::union() — Method in class Select

Add another Select query to UNION to this one.

$ SelectExtender#uniqueIdentifierProperty in class SelectExtender

A unique identifier for this query object.

SelectExtender::uniqueIdentifier() — Method in class SelectExtender

Returns a unique identifier for this object.

SelectExtender::union() — Method in class SelectExtender

Add another Select query to UNION to this one.

SelectInterface::union() — Method in class SelectInterface

Add another Select query to UNION to this one.

UpdateClass in namespace Drupal\Core\Database\Query

General class for an abstracted UPDATE operation.

UpsertClass in namespace Drupal\Core\Database\Query

General class for an abstracted "Upsert" (UPDATE or INSERT) query operation.

$ Schema#uniqueIdentifierProperty in class Schema

A unique identifier for this query object.

Schema::uniqueIdentifier() — Method in class Schema

Returns a unique identifier for this object.

$ DateFormatter#unitsProperty in class DateFormatter

Contains the different date interval units.

DrupalKernel::updateModules() — Method in class DrupalKernel

Implements Drupal\Core\DrupalKernelInterface::updateModules().

DrupalKernelInterface::updateModules() — Method in class DrupalKernelInterface

Updates the kernel's list of modules to the new list.

ContentEntityBase::updateLoadedRevisionId() — Method in class ContentEntityBase

Updates the loaded Revision ID with the revision ID.

ContentEntityBase::uuid() — Method in class ContentEntityBase

Gets the entity UUID (Universally Unique Identifier).

ContentEntityBase::updateFieldLangcodes() — Method in class ContentEntityBase

Updates language for already instantiated fields.

ContentEntityBase::updateOriginalValues() — Method in class ContentEntityBase

Updates the original values with the interim changes.

ContentEntityForm::updateFormLangcode() — Method in class ContentEntityForm

Updates the form language to reflect any change to the entity language.

ContentEntityForm::updateChangedTime() — Method in class ContentEntityForm

Updates the changed time of the entity.

EntityBase::uuidGenerator() — Method in class EntityBase

Gets the UUID generator.

EntityBase::uuid() — Method in class EntityBase

Gets the entity UUID (Universally Unique Identifier).

EntityBase::urlRouteParameters() — Method in class EntityBase

Gets an array of placeholders for this entity.

EntityBase::uriRelationships() — Method in class EntityBase

Gets a list of URI relationships supported by this entity.

EntityDefinitionUpdateManager::updateEntityType() — Method in class EntityDefinitionUpdateManager

Applies any change performed to the passed entity type definition.

EntityDefinitionUpdateManager::uninstallEntityType() — Method in class EntityDefinitionUpdateManager

Uninstalls an entity type definition.

EntityDefinitionUpdateManager::updateFieldableEntityType() — Method in class EntityDefinitionUpdateManager

Applies any change performed to a fieldable entity type definition.

EntityDefinitionUpdateManager::updateFieldStorageDefinition() — Method in class EntityDefinitionUpdateManager

Applies any change performed to the passed field storage definition.

EntityDefinitionUpdateManager::uninstallFieldStorageDefinition() — Method in class EntityDefinitionUpdateManager

Uninstalls a field storage definition.

EntityDefinitionUpdateManagerInterface::updateEntityType() — Method in class EntityDefinitionUpdateManagerInterface

Applies any change performed to the passed entity type definition.

EntityDefinitionUpdateManagerInterface::uninstallEntityType() — Method in class EntityDefinitionUpdateManagerInterface

Uninstalls an entity type definition.

EntityDefinitionUpdateManagerInterface::updateFieldableEntityType() — Method in class EntityDefinitionUpdateManagerInterface

Applies any change performed to a fieldable entity type definition.

EntityDefinitionUpdateManagerInterface::updateFieldStorageDefinition() — Method in class EntityDefinitionUpdateManagerInterface

Applies any change performed to the passed field storage definition.

EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition() — Method in class EntityDefinitionUpdateManagerInterface

Uninstalls a field storage definition.

EntityDisplayModeBase::urlRouteParameters() — Method in class EntityDisplayModeBase

Gets an array of placeholders for this entity.

EntityFieldManager::useCaches() — Method in class EntityFieldManager

Disable the use of caches.

EntityFieldManagerInterface::useCaches() — Method in class EntityFieldManagerInterface

Disable the use of caches.

EntityInterface::uuid() — Method in class EntityInterface

Gets the entity UUID (Universally Unique Identifier).

EntityInterface::uriRelationships() — Method in class EntityInterface

Gets a list of URI relationships supported by this entity.

$ EntityStorageBase#uuidKeyProperty in class EntityStorageBase

Name of entity's UUID database table field, if it supports UUIDs.

$ EntityStorageBase#uuidServiceProperty in class EntityStorageBase

The UUID service.

$ EntityType#uri_callbackProperty in class EntityType

A callable that can be used to provide the entity URI.

EntityTypeManager::useCaches() — Method in class EntityTypeManager

Disable the use of caches.

UndefinedLinkTemplateExceptionClass in namespace Drupal\Core\Entity\Exception

Defines an exception class for undefined link templates.

UnsupportedEntityTypeDefinitionExceptionClass in namespace Drupal\Core\Entity\Exception

Defines an exception thrown when an entity type definition is invalid.

$ KeyValueEntityStorage#uuidServiceProperty in class KeyValueEntityStorage

The UUID service.

RevisionableInterface::updateLoadedRevisionId() — Method in class RevisionableInterface

Updates the loaded Revision ID with the revision ID.

$ SqlContentEntityStorageSchema#updateBackupRepositoryProperty in class SqlContentEntityStorageSchema

The key-value collection for tracking entity update backup repository.

SqlContentEntityStorageSchema::updateBackupRepository() — Method in class SqlContentEntityStorageSchema

Gets the key/value collection for tracking the entity update backups.

SqlContentEntityStorageSchema::updateDedicatedTableSchema() — Method in class SqlContentEntityStorageSchema

Updates the schema for a field stored in a shared table.

SqlContentEntityStorageSchema::updateSharedTableSchema() — Method in class SqlContentEntityStorageSchema

Updates the schema for a field stored in a shared table.

$ MaintenanceModeSubscriber#urlGeneratorProperty in class MaintenanceModeSubscriber

The url generator.

$ RedirectResponseSubscriber#unroutedUrlAssemblerProperty in class RedirectResponseSubscriber

The unrouted URL assembler service.

UninstalledExtensionExceptionClass in namespace Drupal\Core\Extension\Exception

Exception class thrown when a specified extension has not been installed.

UnknownExtensionExceptionClass in namespace Drupal\Core\Extension\Exception

Exception class thrown when a specified extension is not on the filesystem.

UnknownExtensionTypeExceptionClass in namespace Drupal\Core\Extension\Exception

Exception thrown when a specified extension type is not known.

$ ModuleInstaller#updateRegistryProperty in class ModuleInstaller

The update registry service.

$ ModuleInstaller#uninstallValidatorsProperty in class ModuleInstaller

The uninstall validators.

ModuleInstaller::uninstall() — Method in class ModuleInstaller

Uninstalls a given list of modules.

ModuleInstaller::updateKernel() — Method in class ModuleInstaller

Updates the kernel module list.

ModuleInstaller::uninstallSchema() — Method in class ModuleInstaller

Removes all tables defined in a module's hook_schema().

ModuleInstallerInterface::uninstall() — Method in class ModuleInstallerInterface

Uninstalls a given list of modules.

ThemeInstaller::uninstall() — Method in class ThemeInstaller

Uninstalls a given list of themes.

ThemeInstallerInterface::uninstall() — Method in class ThemeInstallerInterface

Uninstalls a given list of themes.

PluginSettingsBase::unsetThirdPartySetting() — Method in class PluginSettingsBase

Unsets a third-party setting.

UriLinkFormatterClass in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter

Plugin implementation of the 'uri_link' formatter.

UriItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'uri' entity field type.

UuidItemClass in namespace Drupal\Core\Field\Plugin\Field\FieldType

Defines the 'uuid' entity field type.

UriWidgetClass in namespace Drupal\Core\Field\Plugin\Field\FieldWidget

Plugin implementation of the 'uri' widget.

$ FileTransfer#usernameProperty in class FileTransfer

The username for this file transfer.

FileSystem::unlink() — Method in class FileSystem

Deletes a file.

FileSystemInterface::unlink() — Method in class FileSystemInterface

Deletes a file.

FormStateDecoratorBase::unsetValue() — Method in class FormStateDecoratorBase

Removes a specific key from the submitted form values.

FormStateInterface::unsetValue() — Method in class FormStateInterface

Removes a specific key from the submitted form values.

FormStateValuesTrait::unsetValue() — Method in class FormStateValuesTrait

Implements \Drupal\Core\Form\FormStateInterface::unsetValue()

$ FormSubmitter#urlGeneratorProperty in class FormSubmitter

The URL generator.

$ SiteConfigureForm#userStorageProperty in class SiteConfigureForm

The user storage.

$ Link#urlProperty in class Link

The URL of the link.

$ MailFormatHelper#urlsProperty in class MailFormatHelper

Internal array of urls replaced with tokens.

InaccessibleMenuLink::updateLink() — Method in class InaccessibleMenuLink

Updates the definition values for a menu link.

MenuLinkDefault::updateLink() — Method in class MenuLinkDefault

Updates the definition values for a menu link.

MenuLinkInterface::updateLink() — Method in class MenuLinkInterface

Updates the definition values for a menu link.

MenuLinkManager::updateDefinition() — Method in class MenuLinkManager

Updates the values for a menu link definition in the menu tree storage.

MenuLinkManagerInterface::updateDefinition() — Method in class MenuLinkManagerInterface

Updates the values for a menu link definition in the menu tree storage.

MenuTreeParameters::unserialize() — Method in class MenuTreeParameters
{@inheritdoc}
MenuTreeStorage::updateParentalStatus() — Method in class MenuTreeStorage

Sets has_children for the link's parent if it has visible children.

UniquePathAliasConstraintClass in namespace Drupal\Core\Path\Plugin\Validation\Constraint

Validation constraint for unique path alias values.

UniquePathAliasConstraintValidatorClass in namespace Drupal\Core\Path\Plugin\Validation\Constraint

Constraint validator for a unique path alias.

DefaultPluginManager::useCaches() — Method in class DefaultPluginManager

Disable the use of caches.

BatchStorage::update() — Method in class BatchStorage

Updates a batch.

ModuleInstaller::uninstall() — Method in class ModuleInstaller

Uninstalls a given list of modules.

UrlClass in namespace Drupal\Core\Render\Element

Provides a form element for input of a URL.

$ MetadataBubblingUrlGenerator#urlGeneratorProperty in class MetadataBubblingUrlGenerator

The non-bubbling URL generator.

RenderContext::update() — Method in class RenderContext

Updates the current frame of the stack.

$ RedirectDestination#urlGeneratorProperty in class RedirectDestination

The URL generator.

$ Router#urlGeneratorProperty in class Router

The URL generator.

UrlGeneratorClass in namespace Drupal\Core\Routing

Generates URLs from route names and parameters.

UrlGeneratorInterfaceClass in namespace Drupal\Core\Routing

Defines an interface for generating a url from a route or system path.

UrlMatcherClass in namespace Drupal\Core\Routing

Drupal-specific URL Matcher; handles the Drupal "system path" mapping.

UntrustedCallbackExceptionClass in namespace Drupal\Core\Security

Exception thrown if a callback is untrusted.

UserSessionClass in namespace Drupal\Core\Session

An implementation of the user account interface for the global user.

$ UserSession#uidProperty in class UserSession

User ID.

LocalReadOnlyStream::unlink() — Method in class LocalReadOnlyStream

Support for unlink().

$ LocalStream#uriProperty in class LocalStream

Instance URI (stream).

LocalStream::unlink() — Method in class LocalStream

Delete a file.

LocalStream::url_stat() — Method in class LocalStream

Retrieve information about a file.

PhpStreamWrapperInterface::unlink() — Method in class PhpStreamWrapperInterface

Delete a file.

PhpStreamWrapperInterface::url_stat() — Method in class PhpStreamWrapperInterface

Retrieve information about a file.

$ ReadOnlyStream#uriProperty in class ReadOnlyStream

Instance URI (stream).

ReadOnlyStream::unlink() — Method in class ReadOnlyStream

Support for unlink().

StreamWrapperManager::unregister() — Method in class StreamWrapperManager

Unregisters the tagged stream wrappers.

$ TwigExtension#urlGeneratorProperty in class TwigExtension

The URL generator.

$ DataType#unwrap_for_canonical_representationProperty in class DataType

Whether the typed object wraps the canonical representation of the data.

$ BinaryData#uriProperty in class BinaryData

The file resource URI.

UriClass in namespace Drupal\Core\TypedData\Plugin\DataType

The URI data type.

UriInterfaceClass in namespace Drupal\Core\TypedData\Type

Interface for URIs.

UpdateBackendClass in namespace Drupal\Core\Update

Defines a cache backend for use during Drupal database updates.

UpdateCacheBackendFactoryClass in namespace Drupal\Core\Update

Cache factory implementation for use during Drupal database updates.

UpdateCompilerPassClass in namespace Drupal\Core\Update

Removes services with unmet dependencies.

UpdateHookRegistryClass in namespace Drupal\Core\Update

Provides module updates versions handling.

UpdateHookRegistryFactoryClass in namespace Drupal\Core\Update

Service factory for the versioning update registry.

UpdateKernelClass in namespace Drupal\Core\Update

Defines a kernel which is used primarily to run the update of Drupal.

UpdateRegistryClass in namespace Drupal\Core\Update

Provides all and missing update implementations.

$ UpdateRegistry#updateTypeProperty in class UpdateRegistry

The used update name.

UpdateRegistryFactoryClass in namespace Drupal\Core\Update

Service factory for the update registry.

UpdateServiceProviderClass in namespace Drupal\Core\Update

Customizes the container for running updates.

UpdaterClass in namespace Drupal\Core\Updater

Defines the base class for Updaters used in Drupal.

Updater::update() — Method in class Updater

Updates a Drupal project and returns a list of next actions.

UpdaterExceptionClass in namespace Drupal\Core\Updater

Defines an Exception class for the Drupal\Core\Updater\Updater class hierarchy.

UpdaterFileTransferExceptionClass in namespace Drupal\Core\Updater

Defines a child class of Drupal\Core\Updater\UpdaterException that indicates a Drupal\Core\FileTransfer\FileTransfer exception.

UpdaterInterfaceClass in namespace Drupal\Core\Updater

Defines an interface for a class which can update a Drupal project.

UrlClass in namespace Drupal\Core

Defines an object that holds information about a URL.

$ Url#urlGeneratorProperty in class Url

The URL generator.

$ Url#urlAssemblerProperty in class Url

The unrouted URL assembler.

$ Url#unroutedProperty in class Url

Indicates whether this URL is for a URI without a Drupal route.

$ Url#uriProperty in class Url

The non-route URI.

Url::urlGenerator() — Method in class Url

Gets the URL generator.

Url::unroutedUrlAssembler() — Method in class Url

Gets the unrouted URL assembler for non-Drupal URLs.

$ LinkGenerator#urlGeneratorProperty in class LinkGenerator

The url generator.

ThemeRegistry::updateCache() — Method in class ThemeRegistry

Writes a value to the persistent cache immediately.

UnroutedUrlAssemblerClass in namespace Drupal\Core\Utility

Provides a way to build external or non Drupal local domain URLs.

UnroutedUrlAssemblerInterfaceClass in namespace Drupal\Core\Utility

Provides a way to build external or non Drupal local domain URLs.

UpdateExceptionClass in namespace Drupal\Core\Utility

Exception class used to throw error if a module update fails.

UniqueFieldConstraintClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Checks if an entity field has a unique value.

UniqueFieldValueValidatorClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Validates that a field is unique for the given entity type.

UuidConstraintClass in namespace Drupal\Core\Validation\Plugin\Validation\Constraint

Validates a UUID.

UmamiMultilingualInstallTestClass in namespace Drupal\Tests\demo_umami\Functional

Tests the multilingual installer installing the Umami profile.

UninstallDefaultContentTestClass in namespace Drupal\Tests\demo_umami_content\Functional

Tests that uninstalling default content removes created content.

BanIpManager::unbanIp() — Method in class BanIpManager

Unbans an IP address.

BanIpManagerInterface::unbanIp() — Method in class BanIpManagerInterface

Unbans an IP address.

$ BasicAuth#userAuthProperty in class BasicAuth

The user auth service.

$ Block#userRoleTableProperty in class Block

Table listing user roles.

$ BlockContentBlock#urlGeneratorProperty in class BlockContentBlock

The URL generator.

$ BlockContentBlock#uuidLookupProperty in class BlockContentBlock

The block content UUID lookup service.

BookManager::updateOutline() — Method in class BookManager

Handles additions and updates to the book outline.

BookManager::updateParent() — Method in class BookManager

Sets the has_children flag of the parent of the node.

BookManager::updateOriginalParent() — Method in class BookManager

Updates the has_children flag of the parent of the original node.

BookManagerInterface::updateOutline() — Method in class BookManagerInterface

Handles additions and updates to the book outline.

BookOutlineStorage::update() — Method in class BookOutlineStorage

Updates book reference for links that were moved between books.

BookOutlineStorage::updateMovedChildren() — Method in class BookOutlineStorage

Update the book ID of the book link that it's being moved.

BookOutlineStorageInterface::update() — Method in class BookOutlineStorageInterface

Updates book reference for links that were moved between books.

BookOutlineStorageInterface::updateMovedChildren() — Method in class BookOutlineStorageInterface

Update the book ID of the book link that it's being moved.

Book::updateEntity() — Method in class Book

Updates an entity with the new values from row.

CKEditor5ImageController::upload() — Method in class CKEditor5ImageController

Uploads and saves an image from a CKEditor5 POST.

$ SmartDefaultSettings#upgradePluginManagerProperty in class SmartDefaultSettings

The CKEditor 4 to 5 upgrade plugin manager.

$ CommentManager#userConfigProperty in class CommentManager

The user settings config object.

CommentStatistics::update() — Method in class CommentStatistics

Update or insert comment statistics records after a comment is added.

CommentStatisticsInterface::update() — Method in class CommentStatisticsInterface

Update or insert comment statistics records after a comment is added.

UnpublishByKeywordCommentClass in namespace Drupal\comment\Plugin\Action

Unpublishes a comment containing certain keywords.

UnapprovedCommentsClass in namespace Drupal\comment\Plugin\Menu\LocalTask

Provides a local task that shows the amount of unapproved comments.

$ CommentNameConstraintValidator#userStorageProperty in class CommentNameConstraintValidator

User storage handler.

UserUidClass in namespace Drupal\comment\Plugin\views\argument

Argument handler to accept a user id to check for nodes that user posted or commented on.

NodeNewComments::usesGroupBy() — Method in class NodeNewComments

Provides the handler some groupby.

UserUidClass in namespace Drupal\comment\Plugin\views\filter

Filter handler to accept a user id to check for nodes that user posted or commented on.

ConfigSingleExportForm::updateConfigurationType() — Method in class ConfigSingleExportForm

Handles switching the configuration type selector.

ConfigSingleExportForm::updateExport() — Method in class ConfigSingleExportForm

Handles switching the export textarea.

$ ContactPageAccess#userDataProperty in class ContactPageAccess

The user data service.

$ MailHandler#userStorageProperty in class MailHandler

The user entity storage handler.

EntityOperations::updateOrCreateFromEntity() — Method in class EntityOperations

Creates or updates the moderation state of an entity.

ContentModerationState::updateOrCreateFromEntity() — Method in class ContentModerationState

Creates or updates an entity's moderation state whilst saving that entity.

ModerationStateFieldItemList::updateModeratedEntity() — Method in class ModerationStateFieldItemList

Updates the default revision flag and the publishing status of the entity.

ContextualLinks::usesGroupBy() — Method in class ContextualLinks

Provides the handler some groupby.

$ DbLogController#userStorageProperty in class DbLogController

The user storage.

FieldConfig::urlRouteParameters() — Method in class FieldConfig

Gets an array of placeholders for this entity.

$ ComputedFileUrl#urlProperty in class ComputedFileUrl

Computed root-relative file URL.

ManagedFile::uploadAjaxCallback() — Method in class ManagedFile

ajax callback for managed_file upload forms.

UrlPlainFormatterClass in namespace Drupal\file\Plugin\Field\FieldFormatter

Plugin implementation of the 'file_url_plain' formatter.

UploadClass in namespace Drupal\file\Plugin\migrate\source\d6

Drupal 6 upload source from database.

UploadInstanceClass in namespace Drupal\file\Plugin\migrate\source\d6

Drupal 6 upload instance source from database.

$ FormUploadedFile#uploadedFileProperty in class FormUploadedFile

The wrapped uploaded file.

UploadedFileInterfaceClass in namespace Drupal\file\Upload

Provides an interface for uploaded files.

$ ContainerForm#urlStubProperty in class ContainerForm

Reusable url stub to use in watchdog messages.

$ ForumForm#urlStubProperty in class ForumForm

Reusable url stub to use in watchdog messages.

ForumIndexStorage::update() — Method in class ForumIndexStorage

Updates the {forum} table for the given node.

ForumIndexStorage::updateIndex() — Method in class ForumIndexStorage

Updates the {forum_index} records for a given node.

ForumIndexStorageInterface::update() — Method in class ForumIndexStorageInterface

Updates the {forum} table for the given node.

ForumIndexStorageInterface::updateIndex() — Method in class ForumIndexStorageInterface

Updates the {forum_index} records for a given node.

ForumManager::unreadTopics() — Method in class ForumManager

Calculates the number of new posts in a forum that the user has not yet read.

ForumManagerInterface::unreadTopics() — Method in class ForumManagerInterface

Calculates the number of new posts in a forum that the user has not yet read.

HelpSearch::updateIndex() — Method in class HelpSearch

Updates the search index for this plugin.

HelpSearch::updateTopicList() — Method in class HelpSearch

Rebuilds the database table containing topics to be indexed.

HelpSearch::updateIndexState() — Method in class HelpSearch

Updates the 'help_search_unindexed_count' state variable.

HistoryUserTimestamp::usesGroupBy() — Method in class HistoryUserTimestamp

Provides the handler some groupby.

HistoryUserTimestamp::usesGroupBy() — Method in class HistoryUserTimestamp

Provides the handler some groupby.

QuickEditImageController::upload() — Method in class QuickEditImageController

Returns JSON representing the new file upload, or validation errors.

ImageStyleEditForm::updateEffectWeights() — Method in class ImageStyleEditForm

Updates image effect weights.

$ ImageEffectBase#uuidProperty in class ImageEffectBase

The image effect ID.

$ EntityResource#userProperty in class EntityResource

The current user account.

EntityResource::updateEntityField() — Method in class EntityResource

Takes a field from the origin entity and puts it to the destination entity.

$ EntryPoint#userProperty in class EntryPoint

The account object.

UnprocessableHttpEntityExceptionClass in namespace Drupal\jsonapi\Exception

A class to represent a 422 - Unprocessable Entity Exception.

$ Link#uriProperty in class Link

The link URI.

UnprocessableHttpEntityExceptionNormalizerClass in namespace Drupal\jsonapi\Normalizer

Normalizes and UnprocessableHttpEntityException.

TemporaryArrayObjectThrowingExceptions::uasort() — Method in class TemporaryArrayObjectThrowingExceptions

Sort the entries with a user-defined comparison function.

TemporaryArrayObjectThrowingExceptions::uksort() — Method in class TemporaryArrayObjectThrowingExceptions

Sort the entries by keys using a user-defined comparison function.

ConfigurableLanguageManager::updateLockedLanguageWeights() — Method in class ConfigurableLanguageManager

Updates locked system language weights.

ConfigurableLanguageManagerInterface::updateLockedLanguageWeights() — Method in class ConfigurableLanguageManagerInterface

Updates locked system language weights.

LanguageNegotiator::updateConfiguration() — Method in class LanguageNegotiator

Updates the configuration based on the given language types.

LanguageNegotiatorInterface::updateConfiguration() — Method in class LanguageNegotiatorInterface

Updates the configuration based on the given language types.

$ SetInlineBlockDependency#usageProperty in class SetInlineBlockDependency

The inline block usage service.

$ ConfigureBlockFormBase#uuidGeneratorProperty in class ConfigureBlockFormBase

The UUID generator.

$ ConfigureBlockFormBase#uuidProperty in class ConfigureBlockFormBase

The UUID of the component.

$ MoveBlockForm#uuidProperty in class MoveBlockForm

The component uuid.

$ RemoveBlockForm#uuidProperty in class RemoveBlockForm

The UUID of the block being removed.

UpdateBlockFormClass in namespace Drupal\layout_builder\Form

Provides a form to update a block.

$ InlineBlockEntityOperations#usageProperty in class InlineBlockEntityOperations

Inline block usage tracking service.

DefaultsSectionStorage::unsetThirdPartySetting() — Method in class DefaultsSectionStorage

Unsets a third-party setting.

Section::unsetThirdPartySetting() — Method in class Section

Unsets a third-party setting.

$ SectionComponent#uuidProperty in class SectionComponent

The UUID of the component.

LocaleConfigManager::updateConfigTranslations() — Method in class LocaleConfigManager

Updates all configuration translations for the names / languages provided.

LocaleConfigSubscriber::updateLocaleStorage() — Method in class LocaleConfigSubscriber

Update locale storage based on configuration translations.

StringDatabaseStorage::updateLocation() — Method in class StringDatabaseStorage

Update locations for string.

$ OEmbedIframeController#urlResolverProperty in class OEmbedIframeController

The oEmbed URL resolver service.

Media::updateThumbnail() — Method in class Media

Update the thumbnail for the media item.

Media::updateQueuedThumbnail() — Method in class Media

Updates the queued thumbnail for the media item.

$ Endpoint#urlProperty in class Endpoint

The endpoint's URL.

$ Provider#urlProperty in class Provider

The provider URL.

$ Resource#urlProperty in class Resource

The resource URL. Only applies to 'photo' and 'link' resources.

$ ResourceException#urlProperty in class ResourceException

The URL of the resource.

UrlResolverClass in namespace Drupal\media\OEmbed

Converts oEmbed media URLs into endpoint-specific resource URLs.

$ UrlResolver#urlCacheProperty in class UrlResolver

Static cache of discovered oEmbed resource URLs, keyed by canonical URL.

UrlResolverInterfaceClass in namespace Drupal\media\OEmbed

Defines the interface for the oEmbed URL resolver service.

$ OEmbedFormatter#urlResolverProperty in class OEmbedFormatter

The oEmbed URL resolver service.

$ OEmbedResourceConstraint#unknownProviderMessageProperty in class OEmbedResourceConstraint

The error message if the URL does not match any known provider.

$ OEmbedResourceConstraintValidator#urlResolverProperty in class OEmbedResourceConstraintValidator

The oEmbed URL resolver service.

$ OEmbed#urlResolverProperty in class OEmbed

The OEmbed manager service.

UpdateSelectionCommandClass in namespace Drupal\media_library\Ajax

AJAX command for adding media items to the media library selection.

AddFormBase::updateFormCallback() — Method in class AddFormBase

AJAX callback to update the entire form based on source field input.

AddFormBase::updateLibrary() — Method in class AddFormBase

AJAX callback to send the new media item(s) to the media library.

AddFormBase::updateWidget() — Method in class AddFormBase

AJAX callback to send the new media item(s) to the calling code.

FileUploadForm::uploadButtonSubmit() — Method in class FileUploadForm

Submit handler for the upload button, inside the managed_file element.

$ OEmbedForm#urlResolverProperty in class OEmbedForm

The oEmbed URL resolver service.

MediaLibraryWidget::updateWidget() — Method in class MediaLibraryWidget

AJAX callback to update the widget when the selection changes.

MediaLibrarySelectForm::updateWidget() — Method in class MediaLibrarySelectForm

Submit handler for the media library select form.

MenuLinkContent::updateLink() — Method in class MenuLinkContent

Updates the definition values for a menu link.

MigrateIdMapInterface::updateCount() — Method in class MigrateIdMapInterface

Returns a count of items which are marked as needing update.

EntityConfigBase::updateEntity() — Method in class EntityConfigBase

Updates an entity with the contents of a row.

EntityConfigBase::updateEntityProperty() — Method in class EntityConfigBase

Updates a (possible nested) entity property with a value.

EntityContentBase::updateEntity() — Method in class EntityContentBase

Updates an entity with the new values from row.

EntityContentComplete::updateEntity() — Method in class EntityContentComplete

Updates an entity with the new values from row.

NullIdMap::updateCount() — Method in class NullIdMap

Returns a count of items which are marked as needing update.

Sql::updateCount() — Method in class Sql

Returns a count of items which are marked as needing update.

UrlEncodeClass in namespace Drupal\migrate\Plugin\migrate\process

URL-encodes the input value.

UserReferenceClass in namespace Drupal\migrate_drupal\Plugin\migrate\field\d6

MigrateField Plugin for Drupal 6 user reference fields.

$ UserReference#userTypeMigrationProperty in class UserReference

The plugin ID for the reference type migration.

UserReferenceClass in namespace Drupal\migrate_drupal\Plugin\migrate\field\d7

MigrateField plugin for Drupal 7 user_reference fields.

$ UserReference#userTypeMigrationProperty in class UserReference

The plugin ID for the reference type migration.

UpdateClass in namespace Drupal\mysql\Driver\Database\mysql

MySQL implementation of \Drupal\Core\Database\Query\Update.

UpsertClass in namespace Drupal\mysql\Driver\Database\mysql

MySQL implementation of \Drupal\Core\Database\Query\Upsert.

$ NodeTranslationExceptionSubscriber#urlGeneratorProperty in class NodeTranslationExceptionSubscriber

The URL generator.

NodeStorage::userRevisionIds() — Method in class NodeStorage

Gets a list of revision IDs having a given user as node author.

NodeStorage::updateType() — Method in class NodeStorage

Updates all nodes of one type to be of another type.

NodeStorageInterface::userRevisionIds() — Method in class NodeStorageInterface

Gets a list of revision IDs having a given user as node author.

NodeStorageInterface::updateType() — Method in class NodeStorageInterface

Updates all nodes of one type to be of another type.

UnpublishByKeywordNodeClass in namespace Drupal\node\Plugin\Action

Unpublishes a node containing certain keywords.

UnstickyNodeClass in namespace Drupal\node\Plugin\Action

Makes a node not sticky.

NodeSearch::updateIndex() — Method in class NodeSearch

Updates the search index for this plugin.

UidRevisionClass in namespace Drupal\node\Plugin\views\argument

Filter handler to accept a user id to check for nodes that user posted or created a revision on.

UidRevisionClass in namespace Drupal\node\Plugin\views\filter

Filter handler to check for revisions a certain user has created.

UrlAliasLanguageClass in namespace Drupal\path\Plugin\migrate\process\d6

Url alias language code process.

UrlAliasBaseClass in namespace Drupal\path\Plugin\migrate\source

Base class for the url_alias source plugins.

UrlAliasClass in namespace Drupal\path\Plugin\migrate\source\d6

Drupal 6 URL aliases source from database.

UrlAliasClass in namespace Drupal\path\Plugin\migrate\source\d7

Drupal 7 URL aliases source from database.

UpdateClass in namespace Drupal\pgsql\Driver\Database\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Update.

UpsertClass in namespace Drupal\pgsql\Driver\Database\pgsql

PostgreSQL implementation of \Drupal\Core\Database\Query\Upsert.

$ RestResource#uri_pathsProperty in class RestResource

The URI paths that this REST resource plugin provides.

$ RestExport#usesAJAXProperty in class RestExport
{@inheritdoc}
$ RestExport#usesPagerProperty in class RestExport
{@inheritdoc}
$ RestExport#usesMoreProperty in class RestExport
{@inheritdoc}
$ RestExport#usesAreasProperty in class RestExport
{@inheritdoc}
$ RestExport#usesOptionsProperty in class RestExport
{@inheritdoc}
RestExport::usesExposed() — Method in class RestExport

Determines if this display uses exposed filters.

$ DataEntityRow#usesOptionsProperty in class DataEntityRow
{@inheritdoc}
$ DataFieldRow#usesFieldsProperty in class DataFieldRow
{@inheritdoc}
$ Serializer#usesRowPluginProperty in class Serializer
{@inheritdoc}
$ Serializer#usesGroupingProperty in class Serializer
{@inheritdoc}
$ SearchPlugin#use_admin_themeProperty in class SearchPlugin

Whether or not search results should be displayed in admin theme.

SearchIndexingInterface::updateIndex() — Method in class SearchIndexingInterface

Updates the search index for this plugin.

SearchInterface::usesAdminTheme() — Method in class SearchInterface

Returns whether or not search results should be displayed in admin theme.

SearchPluginBase::usesAdminTheme() — Method in class SearchPluginBase

Returns whether or not search results should be displayed in admin theme.

EntitySearchPage::updateEntity() — Method in class EntitySearchPage

Updates the entity with the contents of a row.

SearchIndex::updateWordWeights() — Method in class SearchIndex

Updates the {search_total} database table.

SearchIndexInterface::updateWordWeights() — Method in class SearchIndexInterface

Updates the {search_total} database table.

UuidReferenceInterfaceClass in namespace Drupal\serialization\EntityResolver

Interface for extracting UUID from entity reference data when denormalizing.

UuidResolverClass in namespace Drupal\serialization\EntityResolver

Resolves entities from data that contains an entity UUID.

UserRouteAlterSubscriberClass in namespace Drupal\serialization\EventSubscriber

Alters user authentication routes to support additional serialization formats.

$ SwitchShortcutSet#userProperty in class SwitchShortcutSet

The account the shortcut set is for.

ShortcutSetStorage::unassignUser() — Method in class ShortcutSetStorage

Unassigns a user from any shortcut set they may have been assigned to.

ShortcutSetStorageInterface::unassignUser() — Method in class ShortcutSetStorageInterface

Unassigns a user from any shortcut set they may have been assigned to.

UpdateClass in namespace Drupal\sqlite\Driver\Database\sqlite

SQLite implementation of \Drupal\Core\Database\Query\Update.

UpsertClass in namespace Drupal\sqlite\Driver\Database\sqlite

SQLite implementation of \Drupal\Core\Database\Query\Upsert.

DbUpdateController::updateTasksList() — Method in class DbUpdateController

Provides the update task list render array.

ThemeController::uninstall() — Method in class ThemeController

Uninstalls a theme.

$ ModulesUninstallForm#updateRegistryProperty in class ModulesUninstallForm

The update registry service.

EntityDateFormat::updateEntityProperty() — Method in class EntityDateFormat

Updates a (possible nested) entity property with a value.

$ SecurityAdvisory#urlProperty in class SecurityAdvisory

The URL to the advisory.

TermStorage::updateTermHierarchy() — Method in class TermStorage

Updates terms hierarchy information with the hierarchy trail of it.

TermStorageInterface::updateTermHierarchy() — Method in class TermStorageInterface

Updates terms hierarchy information with the hierarchy trail of it.

UserTrackerTabClass in namespace Drupal\tracker\Plugin\Menu

Provides route parameters needed to link to the current user tracker tab.

UserUidClass in namespace Drupal\tracker\Plugin\views\argument

UID argument to check for nodes that user posted or commented on.

UserUidClass in namespace Drupal\tracker\Plugin\views\filter

UID filter to check for nodes that a user posted or commented on.

UpdateManagerAccessCheckClass in namespace Drupal\update\Access

Determines whether allow authorized operations is set.

UpdateControllerClass in namespace Drupal\update\Controller

Controller routines for update routes.

$ UpdateController#updateManagerProperty in class UpdateController

Update manager service.

UpdateController::updateStatus() — Method in class UpdateController

Returns a page about the update status of projects.

UpdateController::updateStatusManually() — Method in class UpdateController

Manually checks the update status without the use of cron.

UpdateManagerInstallClass in namespace Drupal\update\Form

Configure update settings for this site.

UpdateManagerUpdateClass in namespace Drupal\update\Form

Configure update settings for this site.

UpdateReadyClass in namespace Drupal\update\Form

Configure update settings for this site.

UpdateSettingsClass in namespace Drupal\update\Plugin\migrate\source

Drupal 6/7 Update settings source from database.

UpdateFetcherClass in namespace Drupal\update

Fetches project information from remote locations.

$ UpdateFetcher#updateSettingsProperty in class UpdateFetcher

The update settings.

UpdateFetcherInterfaceClass in namespace Drupal\update

Fetches project information from remote locations.

UpdateManagerClass in namespace Drupal\update

Default implementation of UpdateManagerInterface.

$ UpdateManager#updateSettingsProperty in class UpdateManager

The update settings.

$ UpdateManager#updateProcessorProperty in class UpdateManager

Update Processor Service.

UpdateManagerInterfaceClass in namespace Drupal\update

Manages project update information.

UpdateProcessorClass in namespace Drupal\update

Process project update information.

$ UpdateProcessor#updateSettingsProperty in class UpdateProcessor

The update settings.

$ UpdateProcessor#updateFetcherProperty in class UpdateProcessor

The UpdateFetcher service.

UpdateProcessorInterfaceClass in namespace Drupal\update

Processor of project update information.

UpdateRootClass in namespace Drupal\update

Gets the root path used by the Update Manager to install or update projects.

$ UpdateRoot#updateRootProperty in class UpdateRoot

The update root.

UpdateSettingsFormClass in namespace Drupal\update

Configure update settings for this site.

$ CurrentUserContext#userStorageProperty in class CurrentUserContext

The user storage.

UserAuthenticationControllerClass in namespace Drupal\user\Controller

Provides controllers for login, login status and logout via HTTP requests.

$ UserAuthenticationController#userFloodControlProperty in class UserAuthenticationController

The user flood control service.

$ UserAuthenticationController#userStorageProperty in class UserAuthenticationController

The user storage.

$ UserAuthenticationController#userAuthProperty in class UserAuthenticationController

The user authentication.

UserAuthenticationController::userIsBlocked() — Method in class UserAuthenticationController

Verifies if the user is blocked.

UserAuthenticationController::userLoginFinalize() — Method in class UserAuthenticationController

Finalizes the user login.

UserAuthenticationController::userLogout() — Method in class UserAuthenticationController

Logs the user out.

UserControllerClass in namespace Drupal\user\Controller

Controller routines for user routes.

$ UserController#userStorageProperty in class UserController

The user storage.

$ UserController#userDataProperty in class UserController

The user data service.

UserController::userPage() — Method in class UserController

Redirects users to their profile page.

UserController::userEditPage() — Method in class UserController

Redirects users to their profile edit page.

UserController::userTitle() — Method in class UserController

Route title callback.

UserClass in namespace Drupal\user\Entity

Defines the user entity class.

UserRouteProviderClass in namespace Drupal\user\Entity

Provides routes for the user entity.

UserFloodSubscriberClass in namespace Drupal\user\EventSubscriber

Logs details of User Flood Control events.

UserRequestSubscriberClass in namespace Drupal\user\EventSubscriber

Updates the current user's last access time.

UserEventsClass in namespace Drupal\user\Event

Defines events for the user module.

UserFloodEventClass in namespace Drupal\user\Event

Provides a user flood event for event listeners.

$ UserFloodEvent#uidProperty in class UserFloodEvent

Flood event uid.

UserCancelFormClass in namespace Drupal\user\Form

Provides a confirmation form for cancelling user account.

UserLoginFormClass in namespace Drupal\user\Form

Provides a user login form.

$ UserLoginForm#userFloodControlProperty in class UserLoginForm

The user flood control service.

$ UserLoginForm#userStorageProperty in class UserLoginForm

The user storage.

$ UserLoginForm#userAuthProperty in class UserLoginForm

The user authentication object.

UserMultipleCancelConfirmClass in namespace Drupal\user\Form

Provides a confirmation form for cancelling multiple user accounts.

$ UserMultipleCancelConfirm#userStorageProperty in class UserMultipleCancelConfirm

The user storage.

UserPasswordFormClass in namespace Drupal\user\Form

Provides a user password reset form.

$ UserPasswordForm#userStorageProperty in class UserPasswordForm

The user storage.

UserPasswordResetFormClass in namespace Drupal\user\Form

Form controller for the user password forms.

UserPermissionsBundleFormClass in namespace Drupal\user\Form

Provides the permissions administration form for a bundle.

UserPermissionsFormClass in namespace Drupal\user\Form

Provides the user permissions administration form.

UserPermissionsModuleSpecificFormClass in namespace Drupal\user\Form

Provides the user permissions administration form for one or more module(s).

UserPermissionsRoleSpecificFormClass in namespace Drupal\user\Form

Provides the user permissions administration form for a specific role.

$ UserPermissionsRoleSpecificForm#userRoleProperty in class UserPermissionsRoleSpecificForm

The specific role for this form.

UnblockUserClass in namespace Drupal\user\Plugin\Action

Unblocks a user.

UserLoginBlockClass in namespace Drupal\user\Plugin\Block

Provides a 'User login' block.

UserRoleClass in namespace Drupal\user\Plugin\Condition

Provides a 'User Role' condition.

UserLocalTaskClass in namespace Drupal\user\Plugin\Derivative

Provides local task definitions for all entity bundles.

UserSelectionClass in namespace Drupal\user\Plugin\EntityReferenceSelection

Provides specific access control for the user entity type.

UserNameFormatterClass in namespace Drupal\user\Plugin\Field\FieldFormatter

Plugin implementation of the 'user_name' formatter.

UserSearchClass in namespace Drupal\user\Plugin\Search

Executes a keyword search for users against the {users} database table.

$ ProtectedUserFieldConstraintValidator#userStorageProperty in class ProtectedUserFieldConstraintValidator

User storage handler.

UserMailRequiredClass in namespace Drupal\user\Plugin\Validation\Constraint

Checks if the user's email address is provided if required.

UserMailRequiredValidatorClass in namespace Drupal\user\Plugin\Validation\Constraint

Checks if the user's email address is provided if required.

UserMailUniqueClass in namespace Drupal\user\Plugin\Validation\Constraint

Checks if a user's email address is unique on the site.

UserNameConstraintClass in namespace Drupal\user\Plugin\Validation\Constraint

Checks if a value is a valid user name.

UserNameConstraintValidatorClass in namespace Drupal\user\Plugin\Validation\Constraint

Validates the UserName constraint.

UserNameUniqueClass in namespace Drupal\user\Plugin\Validation\Constraint

Checks if a user name is unique on the site.

UserClass in namespace Drupal\user\Plugin\migrate

Plugin class for Drupal 7 user migrations dealing with fields and profiles.

UserDataClass in namespace Drupal\user\Plugin\migrate\destination
$ UserData#userDataProperty in class UserData
UserLangcodeClass in namespace Drupal\user\Plugin\migrate\process

Provides a process plugin for the user langcode.

UserUpdate8002Class in namespace Drupal\user\Plugin\migrate\process

Keep the predefined roles for rid 1 and 2.

UserUpdate7002Class in namespace Drupal\user\Plugin\migrate\process\d6

Converts user time zones from time zone offsets to time zone names.

UserPictureInstanceClass in namespace Drupal\user\Plugin\migrate\source

Drupal 6/7 user picture field instance source from database.

UserClass in namespace Drupal\user\Plugin\migrate\source\d6

Drupal 6 user source from database.

UserPictureClass in namespace Drupal\user\Plugin\migrate\source\d6

Drupal 6 user picture source from database.

UserPictureFileClass in namespace Drupal\user\Plugin\migrate\source\d6

Drupal 6 user picture source from database.

UserClass in namespace Drupal\user\Plugin\migrate\source\d7

Drupal 7 user source from database.

UserEntityTranslationClass in namespace Drupal\user\Plugin\migrate\source\d7

Drupal 7 user entity translations source from database.

UserRegistrationResourceClass in namespace Drupal\user\Plugin\rest\resource

Represents user registration as a resource.

$ UserRegistrationResource#userSettingsProperty in class UserRegistrationResource

User settings config instance.

$ Permission#usesOptionsProperty in class Permission
{@inheritdoc}
$ Role#usesOptionsProperty in class Role
{@inheritdoc}
UidClass in namespace Drupal\user\Plugin\views\argument

Argument handler to accept a user id.

UserClass in namespace Drupal\user\Plugin\views\argument_default

Default argument plugin to extract a user from request.

UserClass in namespace Drupal\user\Plugin\views\argument_validator

Validate whether an argument is a valid user.

$ User#userStorageProperty in class User

The user storage.

UserNameClass in namespace Drupal\user\Plugin\views\argument_validator

Validates whether a user name is valid.

UserBulkFormClass in namespace Drupal\user\Plugin\views\field

Defines a user operations bulk form element.

UserDataClass in namespace Drupal\user\Plugin\views\field

Provides access to the user data service.

$ UserData#userDataProperty in class UserData

Provides the user data service object.

UserRowClass in namespace Drupal\user\Plugin\views\row

A row plugin which renders a user.

UsersClass in namespace Drupal\user\Plugin\views\wizard

Tests creating user views with the wizard.

$ AdminNegotiator#userProperty in class AdminNegotiator

The current user.

UserAccessControlHandlerClass in namespace Drupal\user

Defines the access control handler for the user entity type.

UserAuthClass in namespace Drupal\user

Validates user authentication credentials.

UserAuthInterfaceClass in namespace Drupal\user

An interface for validating user authentication credentials.

UserDataClass in namespace Drupal\user

Defines the user data service.

UserDataInterfaceClass in namespace Drupal\user

Defines the user data service interface.

UserFloodControlClass in namespace Drupal\user

User Flood Control service.

UserFloodControlInterfaceClass in namespace Drupal\user

Defines an interface for user flood controllers.

UserInterfaceClass in namespace Drupal\user

Provides an interface defining a user entity.

UserListBuilderClass in namespace Drupal\user

Defines a class to build a listing of user entities.

UserNameItemClass in namespace Drupal\user

Defines a custom field item class for the 'name' user entity field.

UserStorageClass in namespace Drupal\user

Controller class for users.

UserStorage::updateLastLoginTimestamp() — Method in class UserStorage

Update the last login timestamp of the user.

UserStorage::updateLastAccessTimestamp() — Method in class UserStorage

Update the last access timestamp of the user.

UserStorageInterfaceClass in namespace Drupal\user

Defines an interface for user entity storage classes.

UserStorageInterface::updateLastLoginTimestamp() — Method in class UserStorageInterface

Update the last login timestamp of the user.

UserStorageInterface::updateLastAccessTimestamp() — Method in class UserStorageInterface

Update the last access timestamp of the user.

UserStorageSchemaClass in namespace Drupal\user

Defines the user schema handler.

UserViewsDataClass in namespace Drupal\user

Provides the views data for the user entity type.

$ ViewsDisplay#uses_menu_linksProperty in class ViewsDisplay

Whether or not to use hook_menu() to register a route.

$ ViewsDisplay#uses_routeProperty in class ViewsDisplay

Does the display plugin registers routes to the route.

$ ViewsDisplay#uses_hook_blockProperty in class ViewsDisplay

Does the display plugin provide blocks.

$ ViewsForm#urlGeneratorProperty in class ViewsForm

The url generator to generate the form action.

$ ViewsBlockBase#userProperty in class ViewsBlockBase

The current user.

ViewsMenuLink::updateLink() — Method in class ViewsMenuLink

Updates the definition values for a menu link.

HandlerBase::usesGroupBy() — Method in class HandlerBase

Provides the handler some groupby.

$ PluginBase#usesOptionsProperty in class PluginBase

Denotes whether the plugin has an additional options form.

PluginBase::unpackOptions() — Method in class PluginBase

Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away.

PluginBase::usesOptions() — Method in class PluginBase

Returns the usesOptions property.

ViewsPluginInterface::usesOptions() — Method in class ViewsPluginInterface

Returns the usesOptions property.

ViewsPluginInterface::unpackOptions() — Method in class ViewsPluginInterface

Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away.

AreaPluginBase::usesGroupBy() — Method in class AreaPluginBase

Provides the handler some groupby.

ArgumentPluginBase::unpackArgumentValue() — Method in class ArgumentPluginBase

Splits an argument into value and operator properties on this instance.

$ Time#usesOptionsProperty in class Time
{@inheritdoc}
$ Attachment#usesPagerProperty in class Attachment

Whether the display allows the use of a pager or not.

Attachment::usesExposed() — Method in class Attachment

Attachment displays only use exposed widgets if they are set to inherit the exposed filter settings of their parent display.

$ Block#usesAttachmentsProperty in class Block

Whether the display allows attachments.

Block::usesExposedFormInBlock() — Method in class Block

Checks to see if the display can put the exposed form in a block.

$ DefaultDisplay#usesAttachmentsProperty in class DefaultDisplay

Whether the display allows attachments.

$ DisplayPluginBase#usesOptionsProperty in class DisplayPluginBase
{@inheritdoc}
$ DisplayPluginBase#usesAJAXProperty in class DisplayPluginBase

Whether the display allows the use of AJAX or not.

$ DisplayPluginBase#usesPagerProperty in class DisplayPluginBase

Whether the display allows the use of a pager or not.

$ DisplayPluginBase#usesMoreProperty in class DisplayPluginBase

Whether the display allows the use of a 'more' link or not.

$ DisplayPluginBase#usesAttachmentsProperty in class DisplayPluginBase

Whether the display allows attachments.

$ DisplayPluginBase#usesAreasProperty in class DisplayPluginBase

Whether the display allows area plugins.

$ DisplayPluginBase#unpackOptionsProperty in class DisplayPluginBase

Static cache for unpackOptions, but not if we are in the UI.

DisplayPluginBase::usesExposed() — Method in class DisplayPluginBase

Determines if this display uses exposed filters.

DisplayPluginBase::usesAJAX() — Method in class DisplayPluginBase

Whether the display allows the use of AJAX or not.

DisplayPluginBase::usesPager() — Method in class DisplayPluginBase

Whether the display allows the use of a pager or not.

DisplayPluginBase::usesMore() — Method in class DisplayPluginBase

Whether the display allows the use of a 'more' link or not.

DisplayPluginBase::useGroupBy() — Method in class DisplayPluginBase

Does the display have groupby enabled?

DisplayPluginBase::useMoreAlways() — Method in class DisplayPluginBase

Should the enabled display more link be shown when no more items?

DisplayPluginBase::useMoreText() — Method in class DisplayPluginBase

Does the display have custom link text?

DisplayPluginBase::usesAttachments() — Method in class DisplayPluginBase

Returns whether the display can use attachments.

DisplayPluginBase::usesAreas() — Method in class DisplayPluginBase

Returns whether the display can use areas.

DisplayPluginBase::usesLinkDisplay() — Method in class DisplayPluginBase

Checks to see if the display has some need to link to another display.

DisplayPluginBase::usesExposedFormInBlock() — Method in class DisplayPluginBase

Checks to see if the display can put the exposed form in a block.

DisplayPluginBase::usesFields() — Method in class DisplayPluginBase

Determines if the display's style uses fields.

DisplayPluginInterface::usesExposed() — Method in class DisplayPluginInterface

Determines if this display uses exposed filters.

DisplayPluginInterface::usesAJAX() — Method in class DisplayPluginInterface

Whether the display allows the use of AJAX or not.

DisplayPluginInterface::usesPager() — Method in class DisplayPluginInterface

Whether the display allows the use of a pager or not.

DisplayPluginInterface::usesMore() — Method in class DisplayPluginInterface

Whether the display allows the use of a 'more' link or not.

DisplayPluginInterface::useGroupBy() — Method in class DisplayPluginInterface

Does the display have groupby enabled?

DisplayPluginInterface::useMoreAlways() — Method in class DisplayPluginInterface

Should the enabled display more link be shown when no more items?

DisplayPluginInterface::useMoreText() — Method in class DisplayPluginInterface

Does the display have custom link text?

DisplayPluginInterface::usesAttachments() — Method in class DisplayPluginInterface

Returns whether the display can use attachments.

DisplayPluginInterface::usesAreas() — Method in class DisplayPluginInterface

Returns whether the display can use areas.

DisplayPluginInterface::usesLinkDisplay() — Method in class DisplayPluginInterface

Checks to see if the display has some need to link to another display.

DisplayPluginInterface::usesExposedFormInBlock() — Method in class DisplayPluginInterface

Checks to see if the display can put the exposed form in a block.

DisplayPluginInterface::usesFields() — Method in class DisplayPluginInterface

Determines if the display's style uses fields.

$ Embed#usesAttachmentsProperty in class Embed
{@inheritdoc}
$ EntityReference#usesAJAXProperty in class EntityReference
{@inheritdoc}
$ EntityReference#usesPagerProperty in class EntityReference
{@inheritdoc}
$ EntityReference#usesAttachmentsProperty in class EntityReference
{@inheritdoc}
EntityReference::usesExposed() — Method in class EntityReference

Determines if this display uses exposed filters.

$ Feed#usesPagerProperty in class Feed

Whether the display allows the use of a pager or not.

Feed::usesLinkDisplay() — Method in class Feed

Checks to see if the display has some need to link to another display.

$ Page#usesAttachmentsProperty in class Page

Whether the display allows attachments.

$ ExposedFormPluginBase#usesOptionsProperty in class ExposedFormPluginBase
{@inheritdoc}
Counter::usesGroupBy() — Method in class Counter

Provides the handler some groupby.

Custom::usesGroupBy() — Method in class Custom

Provides the handler some groupby.

EntityOperations::usesGroupBy() — Method in class EntityOperations

Provides the handler some groupby.

FieldHandlerInterface::useStringGroupBy() — Method in class FieldHandlerInterface

Determines if this field will be available as an option to group the result by in the style settings.

FieldPluginBase::useStringGroupBy() — Method in class FieldPluginBase

Determines if this field will be available as an option to group the result by in the style settings.

LinkBase::usesGroupBy() — Method in class LinkBase

Provides the handler some groupby.

Links::usesGroupBy() — Method in class Links

Provides the handler some groupby.

RenderedEntity::usesGroupBy() — Method in class RenderedEntity

Provides the handler some groupby.

UncacheableFieldHandlerTraitClass in namespace Drupal\views\Plugin\views\field

Trait encapsulating the logic for uncacheable field handlers.

UrlClass in namespace Drupal\views\Plugin\views\field

Field handler to provide simple renderer that turns a URL into a clickable link.

Mini::useCountQuery() — Method in class Mini

Determine if a pager needs a count query.

None::usePager() — Method in class None

Determine if this pager actually uses a pager.

None::useCountQuery() — Method in class None

Determine if a pager needs a count query.

$ PagerPluginBase#usesOptionsProperty in class PagerPluginBase
{@inheritdoc}
PagerPluginBase::usePager() — Method in class PagerPluginBase

Determine if this pager actually uses a pager.

PagerPluginBase::useCountQuery() — Method in class PagerPluginBase

Determine if a pager needs a count query.

PagerPluginBase::updatePageInfo() — Method in class PagerPluginBase

If there are pagers that need global values set, this method can be used to set them. It will be called after the query is run.

PagerPluginBase::usesExposed() — Method in class PagerPluginBase
Some::usePager() — Method in class Some

Determine if this pager actually uses a pager.

Some::useCountQuery() — Method in class Some

Determine if a pager needs a count query.

SqlBase::updatePageInfo() — Method in class SqlBase

Update global paging info.

SqlBase::usesExposed() — Method in class SqlBase
RelationshipPluginBase::usesGroupBy() — Method in class RelationshipPluginBase

Provides the handler some groupby.

$ Fields#usesFieldsProperty in class Fields

Does the row plugin support to add fields to its output.

$ OpmlFields#usesFieldsProperty in class OpmlFields

Does the row plugin support to add fields to its output.

$ RowPluginBase#usesOptionsProperty in class RowPluginBase
{@inheritdoc}
$ RowPluginBase#usesFieldsProperty in class RowPluginBase

Does the row plugin support to add fields to its output.

RowPluginBase::usesFields() — Method in class RowPluginBase

Returns the usesFields property.

$ RssFields#usesFieldsProperty in class RssFields

Does the row plugin support to add fields to its output.

Random::usesGroupBy() — Method in class Random

Provides the handler some groupby.

$ DefaultStyle#usesRowPluginProperty in class DefaultStyle
{@inheritdoc}
$ DefaultStyle#usesRowClassProperty in class DefaultStyle

Does the style plugin support custom css class for the rows.

$ EntityReference#usesRowPluginProperty in class EntityReference
{@inheritdoc}
$ EntityReference#usesFieldsProperty in class EntityReference
{@inheritdoc}
$ EntityReference#usesGroupingProperty in class EntityReference
{@inheritdoc}
$ Grid#usesRowPluginProperty in class Grid
{@inheritdoc}
$ HtmlList#usesRowPluginProperty in class HtmlList
{@inheritdoc}
$ HtmlList#usesRowClassProperty in class HtmlList

Does the style plugin support custom css class for the rows.

$ Mapping#usesGroupingProperty in class Mapping

Do not use grouping.

$ Mapping#usesFieldsProperty in class Mapping

Use fields without a row plugin.

$ Opml#usesRowPluginProperty in class Opml
{@inheritdoc}
$ Rss#usesRowPluginProperty in class Rss
{@inheritdoc}
$ StylePluginBase#usesOptionsProperty in class StylePluginBase
{@inheritdoc}
$ StylePluginBase#usesRowPluginProperty in class StylePluginBase

Whether or not this style uses a row plugin.

$ StylePluginBase#usesRowClassProperty in class StylePluginBase

Does the style plugin support custom css class for the rows.

$ StylePluginBase#usesGroupingProperty in class StylePluginBase

Does the style plugin support grouping of rows.

$ StylePluginBase#usesFieldsProperty in class StylePluginBase

Does the style plugin for itself support to add fields to its output.

StylePluginBase::usesRowPlugin() — Method in class StylePluginBase

Returns the usesRowPlugin property.

StylePluginBase::usesRowClass() — Method in class StylePluginBase

Returns the usesRowClass property.

StylePluginBase::usesGrouping() — Method in class StylePluginBase

Returns the usesGrouping property.

StylePluginBase::usesFields() — Method in class StylePluginBase

Return TRUE if this style also uses fields.

StylePluginBase::usesTokens() — Method in class StylePluginBase

Return TRUE if this style uses tokens.

$ Table#usesFieldsProperty in class Table

Does the style plugin for itself support to add fields to its output.

$ Table#usesRowPluginProperty in class Table
{@inheritdoc}
$ Table#usesRowClassProperty in class Table

Does the style plugin support custom css class for the rows.

UnformattedSummaryClass in namespace Drupal\views\Plugin\views\style

The default style plugin for summaries.

$ ViewExecutable#userProperty in class ViewExecutable

The current user.

ViewExecutable::usePager() — Method in class ViewExecutable

Determines if the view uses a pager.

$ ViewExecutableFactory#userProperty in class ViewExecutableFactory

Stores the current user.

ViewsConfigUpdater::updateAll() — Method in class ViewsConfigUpdater

Performs all required updates.

$ SetFormCommand#urlProperty in class SetFormCommand

The URL of the form.

ViewUI::uuid() — Method in class ViewUI

Gets the entity UUID (Universally Unique Identifier).

ViewUI::uriRelationships() — Method in class ViewUI

Gets a list of URI relationships supported by this entity.

ViewUI::unsetThirdPartySetting() — Method in class ViewUI

Unsets a third-party setting.

ViewUI::unsetLock() — Method in class ViewUI

Unsets the lock on this View.

SessionWorkspaceNegotiator::unsetActiveWorkspace() — Method in class SessionWorkspaceNegotiator

Unsets the negotiated workspace.

WorkspaceNegotiatorInterface::unsetActiveWorkspace() — Method in class WorkspaceNegotiatorInterface

Unsets the negotiated workspace.

V

$ PluginID#valueProperty in class PluginID

The plugin ID.

ContextAwarePluginBase::validateContexts() — Method in class ContextAwarePluginBase

Validates the set values for the defined contexts.

ContextAwarePluginInterface::validateContexts() — Method in class ContextAwarePluginInterface

Validates the set values for the defined contexts.

Context::validate() — Method in class Context

Validates the set context value.

ContextInterface::validate() — Method in class ContextInterface

Validates the set context value.

Bytes::validate() — Method in class Bytes

Validate that a string is a representation of a number of bytes.

Color::validateHex() — Method in class Color

Validates whether a hexadecimal color value is syntactically correct.

Number::validStep() — Method in class Number

Verifies that a number is a multiple of a given step.

Unicode::validateUtf8() — Method in class Unicode

Checks whether a string is valid UTF-8.

VariableClass in namespace Drupal\Component\Utility

Provides helpers for dealing with variables.

VendorHardeningPluginClass in namespace Drupal\Composer\Plugin\VendorHardening

A Composer plugin to clean out your project's vendor directory.

CsrfTokenGenerator::validate() — Method in class CsrfTokenGenerator

Validates a token based on $value, the user session, and the private key.

ConfigurableActionBase::validateConfigurationForm() — Method in class ConfigurableActionBase

Form validation handler.

EmailAction::validateConfigurationForm() — Method in class EmailAction

Form validation handler.

$ DataCommand#valueProperty in class DataCommand

The value of the data to be attached to elements matched by the selector.

LibraryDiscoveryParser::validateCssLibrary() — Method in class LibraryDiscoveryParser

Validates CSS library structure.

BlockPluginTrait::validateConfigurationForm() — Method in class BlockPluginTrait
{@inheritdoc}
CacheContextsManager::validateTokens() — Method in class CacheContextsManager

Validates an array of cache context tokens.

InstallCommand::validateProfile() — Method in class InstallCommand

Validates a user provided install profile.

Composer::vendorTestCodeCleanup() — Method in class Composer

Remove possibly problematic test files from vendored projects.

ConditionPluginBase::validateConfigurationForm() — Method in class ConditionPluginBase

Form validation handler.

ConfigBase::validateName() — Method in class ConfigBase

Validates the configuration object name.

ConfigBase::validateKeys() — Method in class ConfigBase

Validates all keys in a passed in config array structure.

$ ConfigImporter#validatedProperty in class ConfigImporter

Indicates changes to import have been validated.

ConfigImporter::validate() — Method in class ConfigImporter

Dispatches validate event for a ConfigImporter object.

ConfigInstaller::validateDependencies() — Method in class ConfigInstaller

Validates an array of config data that contains dependency information.

DraggableListBuilder::validateForm() — Method in class DraggableListBuilder

Form validation handler.

$ Element#valueProperty in class Element

The configuration value.

StorableConfigBase::validateValue() — Method in class StorableConfigBase

Validate the values are allowed data types.

StorageComparer::validateSiteUuid() — Method in class StorageComparer

Validates that the system.site::uuid in the source and target match.

StorageComparerInterface::validateSiteUuid() — Method in class StorageComparerInterface

Validates that the system.site::uuid in the source and target match.

Connection::version() — Method in class Connection

Returns the version of the database server.

Tasks::validateDatabaseSettings() — Method in class Tasks

Validates driver specific configuration settings.

InsertTrait::values() — Method in class InsertTrait

Adds another set of values to the query to be inserted.

StatementPrefetch::valid() — Method in class StatementPrefetch
{@inheritdoc}
Datelist::valueCallback() — Method in class Datelist

Determines how user input is mapped to an element's #value property.

Datelist::validateDatelist() — Method in class Datelist

Validation callback for a datelist element.

Datetime::valueCallback() — Method in class Datetime

Determines how user input is mapped to an element's #value property.

Datetime::validateDatetime() — Method in class Datetime

Validation callback for a datetime element.

VariantBaseClass in namespace Drupal\Core\Display

Provides a base class for DisplayVariant plugins.

VariantBase::validateConfigurationForm() — Method in class VariantBase

Form validation handler.

VariantInterfaceClass in namespace Drupal\Core\Display

Provides an interface for DisplayVariant plugins.

VariantManagerClass in namespace Drupal\Core\Display

Manages discovery of display variant plugins.

DrupalKernel::validateHostnameLength() — Method in class DrupalKernel

Validates a hostname length.

DrupalKernel::validateHostname() — Method in class DrupalKernel

Validates the hostname supplied from the HTTP request.

$ ContentEntityBase#valuesProperty in class ContentEntityBase

The plain data values of the contained fields.

$ ContentEntityBase#validatedProperty in class ContentEntityBase

Whether entity validation was performed.

$ ContentEntityBase#validationRequiredProperty in class ContentEntityBase

Whether entity validation is required before saving the entity.

ContentEntityBase::validate() — Method in class ContentEntityBase

Validates the currently set values.

ContentEntityConfirmFormBase::validateForm() — Method in class ContentEntityConfirmFormBase

Form validation handler.

ContentEntityForm::validateForm() — Method in class ContentEntityForm

Form validation handler.

ContentEntityFormInterface::validateForm() — Method in class ContentEntityFormInterface

Form validation handler.

ContentUninstallValidator::validate() — Method in class ContentUninstallValidator

Determines the reasons a module can not be uninstalled.

EntityViewController::view() — Method in class EntityViewController

Provides a page to render a single entity.

EntityViewController::viewRevision() — Method in class EntityViewController

Provides a page to render a single entity revision.

EntityFormDisplayInterface::validateFormValues() — Method in class EntityFormDisplayInterface

Validates submitted widget values and sets the corresponding form errors.

EntityAutocomplete::valueCallback() — Method in class EntityAutocomplete

Determines how user input is mapped to an element's #value property.

EntityAutocomplete::validateEntityAutocomplete() — Method in class EntityAutocomplete

Form element validation handler for entity_autocomplete elements.

$ EntityAccessControlHandler#viewLabelOperationProperty in class EntityAccessControlHandler

Allows to grant access to just the labels.

$ EntityConstraintViolationList#violationOffsetsByFieldProperty in class EntityConstraintViolationList

Violation offsets grouped by field.

SelectionInterface::validateReferenceableEntities() — Method in class SelectionInterface

Validates which existing entities can be referenced.

SelectionPluginBase::validateConfigurationForm() — Method in class SelectionPluginBase

Form validation handler.

SelectionWithAutocreateInterface::validateReferenceableNewEntities() — Method in class SelectionWithAutocreateInterface

Validates which newly created entities can be referenced.

EntityViewBuilder::view() — Method in class EntityViewBuilder

Builds the render array for the provided entity.

EntityViewBuilder::viewMultiple() — Method in class EntityViewBuilder

Builds the render array for the provided entities.

EntityViewBuilder::viewField() — Method in class EntityViewBuilder

Builds a renderable array for the value of a single field in an entity.

EntityViewBuilder::viewFieldItem() — Method in class EntityViewBuilder

Builds a renderable array for a single field item.

EntityViewBuilderInterface::view() — Method in class EntityViewBuilderInterface

Builds the render array for the provided entity.

EntityViewBuilderInterface::viewMultiple() — Method in class EntityViewBuilderInterface

Builds the render array for the provided entities.

EntityViewBuilderInterface::viewField() — Method in class EntityViewBuilderInterface

Builds a renderable array for the value of a single field in an entity.

EntityViewBuilderInterface::viewFieldItem() — Method in class EntityViewBuilderInterface

Builds a renderable array for a single field item.

EntityFormDisplay::validateFormValues() — Method in class EntityFormDisplay

Validates submitted widget values and sets the corresponding form errors.

FieldableEntityInterface::validate() — Method in class FieldableEntityInterface

Validates the currently set values.

Broken::validateReferenceableEntities() — Method in class Broken

Validates which existing entities can be referenced.

DefaultSelection::validateConfigurationForm() — Method in class DefaultSelection

Form validation handler.

DefaultSelection::validateReferenceableEntities() — Method in class DefaultSelection

Validates which existing entities can be referenced.

DefaultSelection::validateReferenceableNewEntities() — Method in class DefaultSelection

Validates which newly created entities can be referenced.

BundleConstraintValidator::validate() — Method in class BundleConstraintValidator
{@inheritdoc}
EntityChangedConstraintValidator::validate() — Method in class EntityChangedConstraintValidator
{@inheritdoc}
EntityHasFieldConstraintValidator::validate() — Method in class EntityHasFieldConstraintValidator
{@inheritdoc}
EntityTypeConstraintValidator::validate() — Method in class EntityTypeConstraintValidator
{@inheritdoc}
EntityUntranslatableFieldsConstraintValidator::validate() — Method in class EntityUntranslatableFieldsConstraintValidator
{@inheritdoc}
ReferenceAccessConstraintValidator::validate() — Method in class ReferenceAccessConstraintValidator
{@inheritdoc}
ValidReferenceConstraintClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Entity Reference valid reference constraint.

ValidReferenceConstraintValidatorClass in namespace Drupal\Core\Entity\Plugin\Validation\Constraint

Checks if referenced entities are valid.

ValidReferenceConstraintValidator::validate() — Method in class ValidReferenceConstraintValidator
{@inheritdoc}
ConfigImportSubscriber::validateModules() — Method in class ConfigImportSubscriber

Validates module installations and uninstallations.

ConfigImportSubscriber::validateThemes() — Method in class ConfigImportSubscriber

Validates theme installations and uninstallations.

ConfigImportSubscriber::validateDependencies() — Method in class ConfigImportSubscriber

Validates configuration being imported does not have unmet dependencies.

DatabaseDriverUninstallValidator::validate() — Method in class DatabaseDriverUninstallValidator

Determines the reasons a module can not be uninstalled.

$ ExtensionVersion#versionExtraProperty in class ExtensionVersion

The version extra string.

$ ModuleHandler#verifiedProperty in class ModuleHandler

List of hooks where the implementations have been "verified".

ModuleHandler::verifyImplementations() — Method in class ModuleHandler

Verifies an array of implementations loaded from the cache, by including the lazy-loaded $module.$group.inc, and checking function_exists().

ModuleInstaller::validateUninstall() — Method in class ModuleInstaller

Determines whether a list of modules can be uninstalled.

ModuleInstallerInterface::validateUninstall() — Method in class ModuleInstallerInterface

Determines whether a list of modules can be uninstalled.

ModuleRequiredByThemesUninstallValidator::validate() — Method in class ModuleRequiredByThemesUninstallValidator

Determines the reasons a module can not be uninstalled.

ModuleUninstallValidatorInterface::validate() — Method in class ModuleUninstallValidatorInterface

Determines the reasons a module can not be uninstalled.

RequiredModuleUninstallValidator::validate() — Method in class RequiredModuleUninstallValidator

Determines the reasons a module can not be uninstalled.

FieldItemBase::view() — Method in class FieldItemBase

Returns a renderable array for a single field item.

FieldItemInterface::view() — Method in class FieldItemInterface

Returns a renderable array for a single field item.

FieldItemList::view() — Method in class FieldItemList

Returns a renderable array for the field items.

FieldItemListInterface::view() — Method in class FieldItemListInterface

Returns a renderable array for the field items.

$ FormatterBase#viewModeProperty in class FormatterBase

The view mode.

FormatterBase::view() — Method in class FormatterBase

Builds a renderable array for a fully themed field.

FormatterInterface::view() — Method in class FormatterInterface

Builds a renderable array for a fully themed field.

FormatterInterface::viewElements() — Method in class FormatterInterface

Builds a renderable array for a field value.

BasicStringFormatter::viewElements() — Method in class BasicStringFormatter

Builds a renderable array for a field value.

BooleanFormatter::viewElements() — Method in class BooleanFormatter

Builds a renderable array for a field value.

EntityReferenceEntityFormatter::viewElements() — Method in class EntityReferenceEntityFormatter

Builds a renderable array for a field value.

EntityReferenceFormatterBase::view() — Method in class EntityReferenceFormatterBase

Builds a renderable array for a fully themed field.

EntityReferenceIdFormatter::viewElements() — Method in class EntityReferenceIdFormatter

Builds a renderable array for a field value.

EntityReferenceLabelFormatter::viewElements() — Method in class EntityReferenceLabelFormatter

Builds a renderable array for a field value.

LanguageFormatter::viewValue() — Method in class LanguageFormatter

Generate the output appropriate for one field item.

MailToFormatter::viewElements() — Method in class MailToFormatter

Builds a renderable array for a field value.

NumericFormatterBase::viewElements() — Method in class NumericFormatterBase

Builds a renderable array for a field value.

NumericUnformattedFormatter::viewElements() — Method in class NumericUnformattedFormatter

Builds a renderable array for a field value.

StringFormatter::viewElements() — Method in class StringFormatter

Builds a renderable array for a field value.

StringFormatter::viewValue() — Method in class StringFormatter

Generate the output appropriate for one field item.

TimestampAgoFormatter::viewElements() — Method in class TimestampAgoFormatter

Builds a renderable array for a field value.

TimestampFormatter::viewElements() — Method in class TimestampFormatter

Builds a renderable array for a field value.

UriLinkFormatter::viewElements() — Method in class UriLinkFormatter

Builds a renderable array for a field value.

OptionsWidgetBase::validateElement() — Method in class OptionsWidgetBase

Form validation handler for widget elements.

FileTransferAuthorizeForm::validateForm() — Method in class FileTransferAuthorizeForm

Form validation handler.

FormBase::validateForm() — Method in class FormBase

Form validation handler.

FormBuilder::validateForm() — Method in class FormBuilder

Validates user-submitted form data in the $form_state.

FormBuilder::valueCallableIsSafe() — Method in class FormBuilder

Helper function to normalize the different callable formats.

FormInterface::validateForm() — Method in class FormInterface

Form validation handler.

$ FormState#valuesProperty in class FormState

An associative array of values submitted to the form.

$ FormState#validation_completeProperty in class FormState

Tracks if the form has finished validation.

$ FormState#validate_handlersProperty in class FormState

Stores the gathered validation handlers.

FormValidator::validateForm() — Method in class FormValidator

Validates user-submitted form data in the $form_state.

FormValidatorInterface::validateForm() — Method in class FormValidatorInterface

Validates user-submitted form data in the $form_state.

ImageToolkitBase::validateConfigurationForm() — Method in class ImageToolkitBase

Form validation handler.

ImageToolkitOperationBase::validateArguments() — Method in class ImageToolkitOperationBase

Validates the arguments.

SiteConfigureForm::validateForm() — Method in class SiteConfigureForm

Form validation handler.

SiteSettingsForm::validateForm() — Method in class SiteSettingsForm

Form validation handler.

LayoutDefault::validateConfigurationForm() — Method in class LayoutDefault

Form validation handler.

MenuLinkDefaultForm::validateConfigurationForm() — Method in class MenuLinkDefaultForm

Form validation handler.

UniquePathAliasConstraintValidator::validate() — Method in class UniquePathAliasConstraintValidator
{@inheritdoc}
ValidPathConstraintClass in namespace Drupal\Core\Path\Plugin\Validation\Constraint

Validation constraint for valid system paths.

ValidPathConstraintValidatorClass in namespace Drupal\Core\Path\Plugin\Validation\Constraint

Constraint validator for validating system paths.

ValidPathConstraintValidator::validate() — Method in class ValidPathConstraintValidator
{@inheritdoc}
ContextAwarePluginTrait::validateContexts() — Method in class ContextAwarePluginTrait
{@inheritdoc}
Context::validate() — Method in class Context

Validates the set context value.

PluginFormBase::validateConfigurationForm() — Method in class PluginFormBase

Form validation handler.

PluginFormInterface::validateConfigurationForm() — Method in class PluginFormInterface

Form validation handler.

ContentUninstallValidator::validate() — Method in class ContentUninstallValidator

Determines the reasons a module can not be uninstalled.

DatabaseDriverUninstallValidator::validate() — Method in class DatabaseDriverUninstallValidator

Determines the reasons a module can not be uninstalled.

ModuleInstaller::validateUninstall() — Method in class ModuleInstaller

Determines whether a list of modules can be uninstalled.

ModuleRequiredByThemesUninstallValidator::validate() — Method in class ModuleRequiredByThemesUninstallValidator

Determines the reasons a module can not be uninstalled.

RequiredModuleUninstallValidator::validate() — Method in class RequiredModuleUninstallValidator

Determines the reasons a module can not be uninstalled.

Checkbox::valueCallback() — Method in class Checkbox

Determines how user input is mapped to an element's #value property.

Checkboxes::valueCallback() — Method in class Checkboxes

Determines how user input is mapped to an element's #value property.

Color::validateColor() — Method in class Color

Form element validation handler for #type 'color'.

Email::validateEmail() — Method in class Email

Form element validation handler for #type 'email'.

FormElement::valueCallback() — Method in class FormElement

Determines how user input is mapped to an element's #value property.

FormElement::validatePattern() — Method in class FormElement

element_validate callback for #pattern form element property.

FormElementInterface::valueCallback() — Method in class FormElementInterface

Determines how user input is mapped to an element's #value property.

$ HtmlTag#voidElementsProperty in class HtmlTag

Void elements do not contain values or closing tags.

ImageButton::valueCallback() — Method in class ImageButton

Determines how user input is mapped to an element's #value property.

MachineName::valueCallback() — Method in class MachineName

Determines how user input is mapped to an element's #value property.

MachineName::validateMachineName() — Method in class MachineName

Form element validation handler for machine_name elements.

Number::validateNumber() — Method in class Number

Form element validation handler for #type 'number'.

Password::valueCallback() — Method in class Password

Determines how user input is mapped to an element's #value property.

PasswordConfirm::valueCallback() — Method in class PasswordConfirm

Determines how user input is mapped to an element's #value property.

PasswordConfirm::validatePasswordConfirm() — Method in class PasswordConfirm

Validates a password_confirm element.

PathElement::valueCallback() — Method in class PathElement

Determines how user input is mapped to an element's #value property.

PathElement::validateMatchedPath() — Method in class PathElement

Form element validation handler for matched_path elements.

Radios::valueCallback() — Method in class Radios

Determines how user input is mapped to an element's #value property.

Range::valueCallback() — Method in class Range

Determines how user input is mapped to an element's #value property.

Select::valueCallback() — Method in class Select

Determines how user input is mapped to an element's #value property.

Table::valueCallback() — Method in class Table

Determines how user input is mapped to an element's #value property.

Table::validateTable() — Method in class Table

element_validate callback for #type 'table'.

Tableselect::valueCallback() — Method in class Tableselect

Determines how user input is mapped to an element's #value property.

Textarea::valueCallback() — Method in class Textarea

Determines how user input is mapped to an element's #value property.

Textfield::valueCallback() — Method in class Textfield

Determines how user input is mapped to an element's #value property.

Token::valueCallback() — Method in class Token

Determines how user input is mapped to an element's #value property.

Url::validateUrl() — Method in class Url

Form element validation handler for #type 'url'.

ValueClass in namespace Drupal\Core\Render\Element

Provides a form element for storage of internal information.

VerticalTabsClass in namespace Drupal\Core\Render\Element

Provides a render element for vertical tabs in a form.

$ AttributeValueBase#valueProperty in class AttributeValueBase

The value itself.

AttributeValueBase::value() — Method in class AttributeValueBase

Returns the raw value.

AssertMailTrait::verboseEmail() — Method in class AssertMailTrait

Outputs to verbose the most recent $count emails sent.

$ ComputedItemListTrait#valueComputedProperty in class ComputedItemListTrait

Whether the values have already been computed or not.

$ Any#valueProperty in class Any

The data value.

$ Map#valuesProperty in class Map

An array of values for the contained properties.

$ Timestamp#valueProperty in class Timestamp

The data value as a UNIX timestamp.

$ PrimitiveBase#valueProperty in class PrimitiveBase

The data value.

TypedData::validate() — Method in class TypedData

Validates the currently set data value.

TypedDataInterface::validate() — Method in class TypedDataInterface

Validates the currently set data value.

$ TypedDataManager#validatorProperty in class TypedDataManager

The validator used for validating typed data.

$ ConstraintViolationBuilder#violationsProperty in class ConstraintViolationBuilder

The list of violations.

ContextualValidatorInterface::validate() — Method in class ContextualValidatorInterface

Validates a value against a constraint or a list of constraints.

$ ExecutionContext#validatorProperty in class ExecutionContext
$ ExecutionContext#violationsProperty in class ExecutionContext

The violations generated in the current context.

$ ExecutionContext#valueProperty in class ExecutionContext

The currently validated value.

$ ExecutionContext#validatedObjectsProperty in class ExecutionContext

Stores which objects have been validated in which group.

$ ExecutionContext#validatedConstraintsProperty in class ExecutionContext

Stores which class constraint has been validated for which object.

ExecutionContext::validate() — Method in class ExecutionContext
{@inheritdoc}
ExecutionContext::validateValue() — Method in class ExecutionContext
{@inheritdoc}
RecursiveContextualValidator::validate() — Method in class RecursiveContextualValidator

Validates a value against a constraint or a list of constraints.

RecursiveContextualValidator::validateNode() — Method in class RecursiveContextualValidator

Validates a Typed Data node in the validation tree.

RecursiveContextualValidator::validateConstraints() — Method in class RecursiveContextualValidator

Validates a node's value against all constraints in the given group.

RecursiveContextualValidator::validateProperty() — Method in class RecursiveContextualValidator
{@inheritdoc}
RecursiveContextualValidator::validatePropertyValue() — Method in class RecursiveContextualValidator
{@inheritdoc}
RecursiveValidator::validate() — Method in class RecursiveValidator
{@inheritdoc}
RecursiveValidator::validateProperty() — Method in class RecursiveValidator
{@inheritdoc}
RecursiveValidator::validatePropertyValue() — Method in class RecursiveValidator
{@inheritdoc}
AllowedValuesConstraintValidator::validate() — Method in class AllowedValuesConstraintValidator
{@inheritdoc}
ComplexDataConstraintValidator::validate() — Method in class ComplexDataConstraintValidator
{@inheritdoc}
CountConstraint::validatedBy() — Method in class CountConstraint
{@inheritdoc}
EmailConstraint::validatedBy() — Method in class EmailConstraint
{@inheritdoc}
IsNullConstraintValidator::validate() — Method in class IsNullConstraintValidator
{@inheritdoc}
LengthConstraint::validatedBy() — Method in class LengthConstraint
{@inheritdoc}
NotNullConstraintValidator::validate() — Method in class NotNullConstraintValidator
{@inheritdoc}
PrimitiveTypeConstraintValidator::validate() — Method in class PrimitiveTypeConstraintValidator
{@inheritdoc}
RangeConstraintValidator::validate() — Method in class RangeConstraintValidator
{@inheritdoc}
RegexConstraint::validatedBy() — Method in class RegexConstraint
{@inheritdoc}
UniqueFieldConstraint::validatedBy() — Method in class UniqueFieldConstraint
{@inheritdoc}
UniqueFieldValueValidator::validate() — Method in class UniqueFieldValueValidator
{@inheritdoc}
UuidConstraint::validatedBy() — Method in class UuidConstraint
{@inheritdoc}
ActionFormBase::validateForm() — Method in class ActionFormBase

Form validation handler.

OpmlFeedAdd::validateForm() — Method in class OpmlFeedAdd

Form validation handler.

SettingsForm::validateForm() — Method in class SettingsForm

Form validation handler.

AggregatorPluginSettingsBase::validateConfigurationForm() — Method in class AggregatorPluginSettingsBase

Form validation handler.

AggregatorTitleFormatter::viewElements() — Method in class AggregatorTitleFormatter

Builds a renderable array for a field value.

AggregatorXSSFormatter::viewElements() — Method in class AggregatorXSSFormatter

Builds a renderable array for a field value.

BanAdmin::validateForm() — Method in class BanAdmin

Form validation handler.

BlockForm::validateForm() — Method in class BlockForm

Form validation handler.

BlockForm::validateVisibility() — Method in class BlockForm

Helper function to independently validate the visibility UI.

BlockListBuilder::validateForm() — Method in class BlockListBuilder

Form validation handler.

BlockViewBuilder::view() — Method in class BlockViewBuilder

Builds the render array for the provided entity.

BlockViewBuilder::viewMultiple() — Method in class BlockViewBuilder

Builds the render array for the provided entities.

$ Block#visibilityProperty in class Block

The visibility settings for this block.

$ Block#visibilityCollectionProperty in class Block

The visibility collection.

BlockContentViewBuilder::view() — Method in class BlockContentViewBuilder

Builds the render array for the provided entity.

BlockContentViewBuilder::viewMultiple() — Method in class BlockContentViewBuilder

Builds the render array for the provided entities.

$ BookExport#viewBuilderProperty in class BookExport

The node view builder.

BookUninstallValidator::validate() — Method in class BookUninstallValidator

Determines the reasons a module can not be uninstalled.

BookAdminEditForm::validateForm() — Method in class BookAdminEditForm

Form validation handler.

BookSettingsForm::validateForm() — Method in class BookSettingsForm

Form validation handler.

BookOutlineConstraintValidator::validate() — Method in class BookOutlineConstraintValidator
{@inheritdoc}
BookUninstallValidator::validate() — Method in class BookUninstallValidator

Determines the reasons a module can not be uninstalled.

CKEditor5ImageController::validate() — Method in class CKEditor5ImageController

Validates the file.

CKEditor4To5UpgradePluginManager::validateAndBuildMaps() — Method in class CKEditor4To5UpgradePluginManager

Validates plugin definitions: avoids conflicts. Builds maps for later use.

Heading::validChoices() — Method in class Heading

Computes all valid choices for the "enabled_headings" setting.

Heading::validateConfigurationForm() — Method in class Heading

Form validation handler.

ImageUpload::validateConfigurationForm() — Method in class ImageUpload

Form validation handler.

Language::validateConfigurationForm() — Method in class Language

Form validation handler.

SourceEditing::validateConfigurationForm() — Method in class SourceEditing

Form validation handler.

CKEditor5::validatePair() — Method in class CKEditor5

Validates a Text Editor + Text Format pair.

CKEditor5::validateSwitchingToCKEditor5() — Method in class CKEditor5

Validate callback to inform the user of CKEditor 5 compatibility problems.

CKEditor5::validateConfigurationForm() — Method in class CKEditor5

Form validation handler.

CKEditor5ElementConstraintValidator::validate() — Method in class CKEditor5ElementConstraintValidator
{@inheritdoc}
EnabledConfigurablePluginsConstraintValidator::validate() — Method in class EnabledConfigurablePluginsConstraintValidator
{@inheritdoc}
FundamentalCompatibilityConstraintValidator::validate() — Method in class FundamentalCompatibilityConstraintValidator
{@inheritdoc}
SourceEditingRedundantTagsConstraintValidator::validate() — Method in class SourceEditingRedundantTagsConstraintValidator
{@inheritdoc}
ToolbarItemConditionsMetConstraintValidator::validate() — Method in class ToolbarItemConditionsMetConstraintValidator
{@inheritdoc}
ToolbarItemConstraintValidator::validate() — Method in class ToolbarItemConstraintValidator
{@inheritdoc}
ToolbarItemDependencyConstraintValidator::validate() — Method in class ToolbarItemDependencyConstraintValidator
{@inheritdoc}
DrupalImage::validateImageUploadSettings() — Method in class DrupalImage

element_validate handler for the "image_upload" element in settingsForm().

StylesCombo::validateStylesValue() — Method in class StylesCombo

element_validate handler for the "styles" element in settingsForm().

CKEditor::validateConfigurationForm() — Method in class CKEditor

Form validation handler.

ClaroPreRender::verticalTabs() — Method in class ClaroPreRender

Prerender callback for Vertical Tabs element.

CommentAdminOverview::validateForm() — Method in class CommentAdminOverview

Form validation handler.

$ UnpublishByKeywordComment#viewBuilderProperty in class UnpublishByKeywordComment

The comment entity builder handler.

CommentSelection::validateReferenceableNewEntities() — Method in class CommentSelection

Validates which newly created entities can be referenced.

AuthorNameFormatter::viewElements() — Method in class AuthorNameFormatter

Builds a renderable array for a field value.

$ CommentDefaultFormatter#viewBuilderProperty in class CommentDefaultFormatter

The comment render controller.

CommentDefaultFormatter::viewElements() — Method in class CommentDefaultFormatter

Builds a renderable array for a field value.

CommentNameConstraintValidator::validate() — Method in class CommentNameConstraintValidator
{@inheritdoc}
ConfigImportForm::validateForm() — Method in class ConfigImportForm

Form validation handler.

ConfigSingleImportForm::validateForm() — Method in class ConfigSingleImportForm

Form validation handler.

ContactFormEditForm::validateForm() — Method in class ContactFormEditForm

Form validation handler.

MessageForm::validateForm() — Method in class MessageForm

Form validation handler.

MessageViewBuilder::view() — Method in class MessageViewBuilder

Builds the render array for the provided entity.

$ EntityTypeInfo#validatorProperty in class EntityTypeInfo

The state transition validation service.

$ EntityModerationForm#validationProperty in class EntityModerationForm

The moderation state transition validation service.

ContentModerationStateFormatter::viewElements() — Method in class ContentModerationStateFormatter

Builds a renderable array for a field value.

$ ModerationStateWidget#validatorProperty in class ModerationStateWidget

Moderation state transition validation service.

ModerationStateWidget::validateElement() — Method in class ModerationStateWidget

Form validation handler for widget elements.

ModerationStateConstraintValidator::validate() — Method in class ModerationStateConstraintValidator
{@inheritdoc}
$ ModerationStateFilter#valueFormTypeProperty in class ModerationStateFilter
{@inheritdoc}
ViewsDataClass in namespace Drupal\content_moderation

Provides the content_moderation views integration.

ContentTranslationSynchronizedFieldsConstraintValidator::validate() — Method in class ContentTranslationSynchronizedFieldsConstraintValidator
{@inheritdoc}
DateTimeCustomFormatter::viewElements() — Method in class DateTimeCustomFormatter

Builds a renderable array for a field value.

DateTimeFormatterBase::viewElements() — Method in class DateTimeFormatterBase

Builds a renderable array for a field value.

DateTimePlainFormatter::viewElements() — Method in class DateTimePlainFormatter

Builds a renderable array for a field value.

DateTimeTimeAgoFormatter::viewElements() — Method in class DateTimeTimeAgoFormatter

Builds a renderable array for a field value.

DateTimeFormatConstraintValidator::validate() — Method in class DateTimeFormatConstraintValidator
{@inheritdoc}
DateTimeRangeTrait::viewElements() — Method in class DateTimeRangeTrait
{@inheritdoc}
DateRangeCustomFormatter::viewElements() — Method in class DateRangeCustomFormatter

Builds a renderable array for a field value.

DateRangePlainFormatter::viewElements() — Method in class DateRangePlainFormatter

Builds a renderable array for a field value.

DateRangeWidgetBase::validateStartEnd() — Method in class DateRangeWidgetBase

element_validate callback to ensure that the start date <= the end date.

DblogFilterForm::validateForm() — Method in class DblogFilterForm

Form validation handler.

$ EditorDialogSave#valuesProperty in class EditorDialogSave

An array of values that will be passed back to the editor by the dialog.

EditorBase::validateConfigurationForm() — Method in class EditorBase

Form validation handler.

FieldUninstallValidator::validate() — Method in class FieldUninstallValidator

Determines the reasons a module can not be uninstalled.

ViewModeClass in namespace Drupal\field\Plugin\migrate\source\d7

Drupal 7 view mode source from database.

FieldUninstallValidator::validate() — Method in class FieldUninstallValidator

Determines the reasons a module can not be uninstalled.

FieldLayoutEntityDisplayFormTrait::validateForm() — Method in class FieldLayoutEntityDisplayFormTrait

Overrides \Drupal\field_ui\Form\EntityDisplayFormBase::validateForm().

ViewModeAccessCheckClass in namespace Drupal\field_ui\Access

Defines an access check for entity view mode routes.

EntityDisplayModeController::viewModeTypeSelection() — Method in class EntityDisplayModeController

Provides a list of eligible entity types for adding view modes.

EntityDisplayModeAddForm::validateForm() — Method in class EntityDisplayModeAddForm

Form validation handler.

FieldConfigEditForm::validateForm() — Method in class FieldConfigEditForm

Form validation handler.

FieldStorageAddForm::validateForm() — Method in class FieldStorageAddForm

Form validation handler.

FieldStorageAddForm::validateAddNew() — Method in class FieldStorageAddForm

Validates the 'add new field' case.

FieldStorageAddForm::validateAddExisting() — Method in class FieldStorageAddForm

Validates the 're-use existing field' case.

FieldStorageConfigEditForm::validateCardinality() — Method in class FieldStorageConfigEditForm

Validates the cardinality.

ManagedFile::valueCallback() — Method in class ManagedFile

Determines how user input is mapped to an element's #value property.

ManagedFile::validateManagedFile() — Method in class ManagedFile

Render API callback: Validates the managed_file element.

FileSelection::validateReferenceableNewEntities() — Method in class FileSelection

Validates which newly created entities can be referenced.

BaseFieldFileFormatterBase::viewElements() — Method in class BaseFieldFileFormatterBase

Builds a renderable array for a field value.

BaseFieldFileFormatterBase::viewValue() — Method in class BaseFieldFileFormatterBase

Generate the output appropriate for one field item.

DefaultFileFormatter::viewValue() — Method in class DefaultFileFormatter

Generate the output appropriate for one field item.

FileExtensionFormatter::viewValue() — Method in class FileExtensionFormatter

Generate the output appropriate for one field item.

FileMediaFormatterBase::viewElements() — Method in class FileMediaFormatterBase

Builds a renderable array for a field value.

FileSize::viewElements() — Method in class FileSize

Builds a renderable array for a field value.

FileUriFormatter::viewValue() — Method in class FileUriFormatter

Generate the output appropriate for one field item.

FilemimeFormatter::viewValue() — Method in class FilemimeFormatter

Generate the output appropriate for one field item.

GenericFileFormatter::viewElements() — Method in class GenericFileFormatter

Builds a renderable array for a field value.

RSSEnclosureFormatter::viewElements() — Method in class RSSEnclosureFormatter

Builds a renderable array for a field value.

TableFormatter::viewElements() — Method in class TableFormatter

Builds a renderable array for a field value.

UrlPlainFormatter::viewElements() — Method in class UrlPlainFormatter

Builds a renderable array for a field value.

FileItem::validateDirectory() — Method in class FileItem

Form API callback.

FileItem::validateExtensions() — Method in class FileItem

Form API callback.

FileItem::validateMaxFilesize() — Method in class FileItem

Form API callback.

FileWidget::value() — Method in class FileWidget

Form API callback. Retrieves the value for the file_generic field element.

FileWidget::validateMultipleCount() — Method in class FileWidget

Form element validation callback for upload element on file widget. Checks if user has uploaded more files than allowed.

FileUriUnique::validatedBy() — Method in class FileUriUnique
{@inheritdoc}
FileValidationConstraintValidator::validate() — Method in class FileValidationConstraintValidator
{@inheritdoc}
FileUploadResource::validateAndParseContentDispositionHeader() — Method in class FileUploadResource

Validates and extracts the filename from the Content-Disposition header.

FileUploadResource::validateAndLoadFieldDefinition() — Method in class FileUploadResource

Validates and loads a field definition instance.

FileUploadResource::validate() — Method in class FileUploadResource

Validates the file.

FilterFormatFormBase::validateForm() — Method in class FilterFormatFormBase

Form validation handler.

FilterUninstallValidator::validate() — Method in class FilterUninstallValidator

Determines the reasons a module can not be uninstalled.

FilterUninstallValidator::validate() — Method in class FilterUninstallValidator

Determines the reasons a module can not be uninstalled.

$ ForumController#vocabularyStorageProperty in class ForumController

Vocabulary storage.

ForumUninstallValidator::validate() — Method in class ForumUninstallValidator

Determines the reasons a module can not be uninstalled.

ForumLeafConstraintValidator::validate() — Method in class ForumLeafConstraintValidator
{@inheritdoc}
ForumUninstallValidator::validate() — Method in class ForumUninstallValidator

Determines the reasons a module can not be uninstalled.

HelpTopicPluginController::viewHelpTopic() — Method in class HelpTopicPluginController

Displays a help topic page.

HistoryUserTimestamp::valueForm() — Method in class HistoryUserTimestamp

Options form subform for setting options.

ConfigurableImageEffectBase::validateConfigurationForm() — Method in class ConfigurableImageEffectBase

Form validation handler.

ImageEffectFormBase::validateForm() — Method in class ImageEffectFormBase

Form validation handler.

ImageFormatter::viewElements() — Method in class ImageFormatter

Builds a renderable array for a field value.

ImageUrlFormatter::viewElements() — Method in class ImageUrlFormatter

Builds a renderable array for a field value.

ImageItem::validateResolution() — Method in class ImageItem

Element validate function for resolution fields.

ImageItem::validateDefaultImageForm() — Method in class ImageItem

Validates the managed_file element for the default Image form.

ImageWidget::validateRequiredFields() — Method in class ImageWidget

Validate callback for alt and title field, if the user wants them required.

RotateImageEffect::validateConfigurationForm() — Method in class RotateImageEffect

Form validation handler.

ScaleImageEffect::validateConfigurationForm() — Method in class ScaleImageEffect

Form validation handler.

FileUpload::validateAndLoadFieldDefinition() — Method in class FileUpload

Validates and loads a field definition instance.

TemporaryJsonapiFileFieldUploader::validateAndParseContentDispositionHeader() — Method in class TemporaryJsonapiFileFieldUploader

Validates and extracts the filename from the Content-Disposition header.

TemporaryJsonapiFileFieldUploader::validate() — Method in class TemporaryJsonapiFileFieldUploader

Validates the file.

EntityValidationTrait::validate() — Method in class EntityValidationTrait

Verifies that an entity does not violate any validation constraints.

JsonApiRequestValidator::validateQueryParams() — Method in class JsonApiRequestValidator

Validates custom (implementation-specific) query parameter names.

$ ResourceResponseValidator#validatorProperty in class ResourceResponseValidator

The schema validator.

ResourceResponseValidator::validateResponse() — Method in class ResourceResponseValidator

Validates a response against the JSON:API specification.

ResourceResponseValidator::validateSchema() — Method in class ResourceResponseValidator

Validates a string against a JSON Schema. It logs any possible errors.

$ UnprocessableHttpEntityException#violationsProperty in class UnprocessableHttpEntityException

The constraint violations associated with this exception.

LinkCollection::validKey() — Method in class LinkCollection

Ensures that a link key is valid.

$ ResourceObject#versionIdentifierProperty in class ResourceObject

The resource object's version identifier.

JsonApiDocumentTopLevelNormalizer::validateRequestBody() — Method in class JsonApiDocumentTopLevelNormalizer

Performs minimal validation of the document.

$ EntityCondition#valueProperty in class EntityCondition

The value against which the field should be evaluated.

EntityCondition::value() — Method in class EntityCondition

The value against which the condition should be evaluated.

EntityCondition::validate() — Method in class EntityCondition

Validates the filter has the required fields.

$ ResourceVersionRouteEnhancer#versionNegotiatorProperty in class ResourceVersionRouteEnhancer

The revision ID negotiator.

VersionByIdClass in namespace Drupal\jsonapi\Revisions

Defines a revision ID implementation for entity revision ID values.

VersionByRelClass in namespace Drupal\jsonapi\Revisions

Revision ID implementation for the default or latest revisions.

VersionNegotiatorClass in namespace Drupal\jsonapi\Revisions

Provides a version negotiator manager.

VersionNegotiatorInterfaceClass in namespace Drupal\jsonapi\Revisions

Defines the common interface for all version negotiators.

VersionNotFoundExceptionClass in namespace Drupal\jsonapi\Revisions

Used when a version ID is valid, but the requested version does not exist.

LanguageAddForm::validateCustom() — Method in class LanguageAddForm

Validates the language addition form on custom language button.

LanguageAddForm::validatePredefined() — Method in class LanguageAddForm

Element specific validator for the Add language button.

LanguageFormBase::validateCommon() — Method in class LanguageFormBase

Validates the language editing element.

NegotiationBrowserForm::validateForm() — Method in class NegotiationBrowserForm

Form validation handler.

NegotiationUrlForm::validateForm() — Method in class NegotiationUrlForm

Form validation handler.

LanguageListBuilder::validateForm() — Method in class LanguageListBuilder

Form validation handler.

ConfigureBlockFormBase::validateForm() — Method in class ConfigureBlockFormBase

Form validation handler.

ConfigureSectionForm::validateForm() — Method in class ConfigureSectionForm

Form validation handler.

$ SectionData#valueProperty in class SectionData

The section object.

LinkFormatter::viewElements() — Method in class LinkFormatter

Builds a renderable array for a field value.

LinkSeparateFormatter::viewElements() — Method in class LinkSeparateFormatter

Builds a renderable array for a field value.

LinkWidget::validateUriElement() — Method in class LinkWidget

Form element validation handler for the 'uri' element.

LinkWidget::validateTitleElement() — Method in class LinkWidget

Form element validation handler for the 'title' element.

LinkWidget::validateTitleNoLink() — Method in class LinkWidget

Form element validation handler for the 'title' element.

LinkAccessConstraintValidator::validate() — Method in class LinkAccessConstraintValidator
{@inheritdoc}
LinkExternalProtocolsConstraintValidator::validate() — Method in class LinkExternalProtocolsConstraintValidator
{@inheritdoc}
LinkNotExistingInternalConstraintValidator::validate() — Method in class LinkNotExistingInternalConstraintValidator
{@inheritdoc}
LinkTypeConstraintValidator::validate() — Method in class LinkTypeConstraintValidator
{@inheritdoc}
ImportForm::validateForm() — Method in class ImportForm

Form validation handler.

LocaleSettingsForm::validateForm() — Method in class LocaleSettingsForm

Form validation handler.

TranslateEditForm::validateForm() — Method in class TranslateEditForm

Form validation handler.

TranslationStatusForm::validateForm() — Method in class TranslationStatusForm

Form validation handler.

$ StringBase#versionProperty in class StringBase

The string version.

Media::validate() — Method in class Media

Validates the currently set values.

MediaSourceBase::validateConfigurationForm() — Method in class MediaSourceBase

Form validation handler.

$ MediaTypeAccessControlHandler#viewLabelOperationProperty in class MediaTypeAccessControlHandler
{@inheritdoc}
MediaTypeForm::validateForm() — Method in class MediaTypeForm

Form validation handler.

Resource::video() — Method in class Resource

Creates a video resource.

MediaSelection::validateReferenceableNewEntities() — Method in class MediaSelection

Validates which newly created entities can be referenced.

MediaThumbnailFormatter::viewElements() — Method in class MediaThumbnailFormatter

Builds a renderable array for a field value.

OEmbedFormatter::viewElements() — Method in class OEmbedFormatter

Builds a renderable array for a field value.

MediaEmbed::validateOptions() — Method in class MediaEmbed

Form element validation handler.

OEmbedResourceConstraintValidator::validate() — Method in class OEmbedResourceConstraintValidator
{@inheritdoc}
OEmbed::validateConfigurationForm() — Method in class OEmbed

Form validation handler.

VideoFileClass in namespace Drupal\media\Plugin\media\Source

Media source wrapping around a video file.

$ AddFormBase#viewBuilderProperty in class AddFormBase

The media view builder.

AddFormBase::validateForm() — Method in class AddFormBase

Form validation handler.

AddFormBase::validateMediaEntity() — Method in class AddFormBase

Validate a created media item.

FileUploadForm::validateUploadElement() — Method in class FileUploadForm

Validates the upload element.

OEmbedForm::validateUrl() — Method in class OEmbedForm

Validates the oEmbed URL.

MediaLibraryState::validateRequiredParameters() — Method in class MediaLibraryState

Validates the required parameters for a new MediaLibraryState object.

$ MediaLibraryUiBuilder#viewsExecutableFactoryProperty in class MediaLibraryUiBuilder

The views executable factory.

MediaLibraryWidget::validateItems() — Method in class MediaLibraryWidget

Validates that newly selected items can be added to the widget.

MediaLibraryWidget::validateRequired() — Method in class MediaLibraryWidget

Validates whether the widget is required and contains values.

MediaLibrarySelectForm::viewsForm() — Method in class MediaLibrarySelectForm

Form constructor for the media library select form.

MediaLibrarySelectForm::viewsFormValidate() — Method in class MediaLibrarySelectForm
{@inheritdoc}
MenuTreeHierarchyConstraintValidator::validate() — Method in class MenuTreeHierarchyConstraintValidator
{@inheritdoc}
MenuLinkEditForm::validateForm() — Method in class MenuLinkEditForm

Form validation handler.

MenuSettingsConstraintValidator::validate() — Method in class MenuSettingsConstraintValidator
{@inheritdoc}
$ EntityValidationException#violationsProperty in class EntityValidationException

The list of violations generated during the entity validation.

MigrateValidatableEntityInterface::validateEntity() — Method in class MigrateValidatableEntityInterface

Validates the entity.

EntityContentBase::validateEntity() — Method in class EntityContentBase

Validates the entity.

NullIdMap::valid() — Method in class NullIdMap
{@inheritdoc}
Sql::valid() — Method in class Sql

Implementation of \Iterator::valid().

SourcePluginBase::valid() — Method in class SourcePluginBase

Checks whether the iterator is currently valid.

DrupalSqlBase::variableGet() — Method in class DrupalSqlBase

Reads a variable from a source Drupal database.

VariableClass in namespace Drupal\migrate_drupal\Plugin\migrate\source

Drupal 6/7 variable source from database.

$ Variable#variablesProperty in class Variable

The variable names to fetch.

$ Variable#variablesNoRowIfMissingProperty in class Variable

The variables that result in no row if any are missing from the source.

Variable::values() — Method in class Variable

Return the values of the variables specified in the plugin configuration.

VariableMultiRowClass in namespace Drupal\migrate_drupal\Plugin\migrate\source

Drupal 6/7 multiple variables source from database.

VariableTranslationClass in namespace Drupal\migrate_drupal\Plugin\migrate\source\d6

Drupal 6 i18n_variable source from database.

$ VariableTranslation#variablesProperty in class VariableTranslation

The variable names to fetch.

VariableTranslation::values() — Method in class VariableTranslation

Return the values of the variables specified in the plugin configuration.

VariableTranslationClass in namespace Drupal\migrate_drupal\Plugin\migrate\source\d7

Drupal 7 variable_store source from database.

$ VariableTranslation#variablesProperty in class VariableTranslation

The variable names to fetch.

VariableTranslation::values() — Method in class VariableTranslation

Return the values of the variables specified in the plugin configuration.

StubTestTrait::validateStub() — Method in class StubTestTrait

Perform validation on a stub entity.

CredentialForm::validateForm() — Method in class CredentialForm

Form validation handler.

CredentialForm::validatePaths() — Method in class CredentialForm

The #element_validate handler for the source path elements.

Connection::version() — Method in class Connection

Returns the version of the database server.

NodePreviewController::view() — Method in class NodePreviewController

Provides a page to render a single entity.

NodeViewController::view() — Method in class NodeViewController

Provides a page to render a single entity.

NodeTypeForm::validateForm() — Method in class NodeTypeForm

Form validation handler.

AssignOwnerNode::validateConfigurationForm() — Method in class AssignOwnerNode

Form validation handler.

NodeSelection::validateReferenceableNewEntities() — Method in class NodeSelection

Validates which newly created entities can be referenced.

ViewModeClass in namespace Drupal\node\Plugin\migrate\source\d6

Drupal 6 view mode source from database.

ViewModeBaseClass in namespace Drupal\node\Plugin\migrate\source\d6

A base class for migrations that require view mode info.

VidClass in namespace Drupal\node\Plugin\views\argument

Argument handler to accept a node revision id.

OptionsDefaultFormatter::viewElements() — Method in class OptionsDefaultFormatter

Builds a renderable array for a field value.

OptionsKeyFormatter::viewElements() — Method in class OptionsKeyFormatter

Builds a renderable array for a field value.

ListFloatItem::validateAllowedValue() — Method in class ListFloatItem

Checks whether a candidate allowed value is valid.

ListIntegerItem::validateAllowedValue() — Method in class ListIntegerItem

Checks whether a candidate allowed value is valid.

ListItemBase::validateAllowedValues() — Method in class ListItemBase

element_validate callback for options field allowed values.

ListItemBase::validateAllowedValue() — Method in class ListItemBase

Checks whether a candidate allowed value is valid.

ListStringItem::validateAllowedValue() — Method in class ListStringItem

Checks whether a candidate allowed value is valid.

PathWidget::validateFormElement() — Method in class PathWidget

Form element validation handler for URL alias form element.

PathAliasConstraintValidator::validate() — Method in class PathAliasConstraintValidator
{@inheritdoc}
QuickEditEntityFieldAccessCheck::validateRequestAttributes() — Method in class QuickEditEntityFieldAccessCheck

Validates request attributes.

QuickEditFieldForm::validateForm() — Method in class QuickEditFieldForm

Form validation handler.

ResponsiveImageFormatter::viewElements() — Method in class ResponsiveImageFormatter

Builds a renderable array for a field value.

ResponsiveImageStyleForm::validateForm() — Method in class ResponsiveImageStyleForm

Form validation handler.

EntityResourceValidationTrait::validate() — Method in class EntityResourceValidationTrait

Verifies that an entity does not violate any validation constraints.

DataFieldRow::validateAliasName() — Method in class DataFieldRow

Form element validation handler for \Drupal\rest\Plugin\views\row\DataFieldRow::buildOptionsForm().

DataFieldRow::validateOptionsForm() — Method in class DataFieldRow

Validate the options form.

SearchController::view() — Method in class SearchController

Creates a render array for the search page.

SearchPageFormBase::validateForm() — Method in class SearchPageFormBase

Form validation handler.

ConfigurableSearchPluginBase::validateConfigurationForm() — Method in class ConfigurableSearchPluginBase

Form validation handler.

SearchPage::values() — Method in class SearchPage

Return the values of the variables specified in the plugin configuration.

SearchPage::values() — Method in class SearchPage

Return the values of the variables specified in the plugin configuration.

Search::valueForm() — Method in class Search

Options form subform for setting options.

Search::validateExposed() — Method in class Search

Validate the exposed handler form.

SearchPageListBuilder::validateForm() — Method in class SearchPageListBuilder

Form validation handler.

SearchPageListBuilder::validateAddSearchPage() — Method in class SearchPageListBuilder

Form validation handler for adding a new search page.

ViewsSearchQueryClass in namespace Drupal\search

Extends the core SearchQuery to be able to gets its protected values.

BlockEntitySettingTrayForm::validateVisibility() — Method in class BlockEntitySettingTrayForm

Helper function to independently validate the visibility UI.

SwitchShortcutSet::validateForm() — Method in class SwitchShortcutSet

Form validation handler.

$ DateFormatAccessControlHandler#viewLabelOperationProperty in class DateFormatAccessControlHandler
{@inheritdoc}
DateFormatFormBase::validateForm() — Method in class DateFormatFormBase

Form validation handler.

ImageToolkitForm::validateForm() — Method in class ImageToolkitForm

Form validation handler.

ModulesUninstallForm::validateForm() — Method in class ModulesUninstallForm

Form validation handler.

SiteInformationForm::validateForm() — Method in class SiteInformationForm

Form validation handler.

SystemBrandingOffCanvasForm::validateConfigurationForm() — Method in class SystemBrandingOffCanvasForm

Form validation handler.

SystemMenuOffCanvasForm::validateConfigurationForm() — Method in class SystemMenuOffCanvasForm

Form validation handler.

ThemeSettingsForm::validateForm() — Method in class ThemeSettingsForm

Form validation handler.

ThemeSettingsForm::validatePath() — Method in class ThemeSettingsForm

Helper function for the system_theme_settings form.

$ MenuAccessControlHandler#viewLabelOperationProperty in class MenuAccessControlHandler
{@inheritdoc}
Convert::validateArguments() — Method in class Convert

Validates the arguments.

CreateNew::validateArguments() — Method in class CreateNew

Validates the arguments.

Crop::validateArguments() — Method in class Crop

Validates the arguments.

Resize::validateArguments() — Method in class Resize

Validates the arguments.

Rotate::validateArguments() — Method in class Rotate

Validates the arguments.

Scale::validateArguments() — Method in class Scale

Validates the arguments.

ScaleAndCrop::validateArguments() — Method in class ScaleAndCrop

Validates the arguments.

SecurityAdvisory::validateAdvisoryData() — Method in class SecurityAdvisory

Validates the security advisory data.

TaxonomyController::vocabularyTitle() — Method in class TaxonomyController

Route title callback.

VocabularyRouteProviderClass in namespace Drupal\taxonomy\Entity\Routing
VocabularyClass in namespace Drupal\taxonomy\Entity

Defines the taxonomy vocabulary entity.

$ Vocabulary#vidProperty in class Vocabulary

The taxonomy vocabulary ID.

VocabularyDeleteFormClass in namespace Drupal\taxonomy\Form

Provides a deletion confirmation form for taxonomy vocabulary.

VocabularyResetFormClass in namespace Drupal\taxonomy\Form

Provides confirmation form for resetting a vocabulary to alphabetical order.

TermSelection::validateReferenceableNewEntities() — Method in class TermSelection

Validates which newly created entities can be referenced.

EntityReferenceTaxonomyTermRssFormatter::viewElements() — Method in class EntityReferenceTaxonomyTermRssFormatter

Builds a renderable array for a field value.

TaxonomyTermHierarchyConstraintValidator::validate() — Method in class TaxonomyTermHierarchyConstraintValidator
{@inheritdoc}
VocabularyClass in namespace Drupal\taxonomy\Plugin\migrate\source\d6

Drupal 6 vocabularies source from database.

VocabularyPerTypeClass in namespace Drupal\taxonomy\Plugin\migrate\source\d6

Drupal 6 vocabularies with associated node types source from database.

VocabularyTranslationClass in namespace Drupal\taxonomy\Plugin\migrate\source\d6

Drupal 6 i18n vocabulary translations source from database.

VocabularyClass in namespace Drupal\taxonomy\Plugin\migrate\source\d7

Drupal 7 vocabularies source from database.

VocabularyTranslationClass in namespace Drupal\taxonomy\Plugin\migrate\source\d7

Drupal 7 i18n vocabulary translations source from database.

VocabularyVidClass in namespace Drupal\taxonomy\Plugin\views\argument

Argument handler to accept a vocabulary id.

$ VocabularyVid#vocabularyStorageProperty in class VocabularyVid

The vocabulary storage.

$ Tid#vocabularyStorageProperty in class Tid

The vocabulary storage.

TermName::validateArgument() — Method in class TermName

Performs validation for a given argument.

$ TaxonomyIndexTid#vocabularyStorageProperty in class TaxonomyIndexTid

The vocabulary storage.

$ TaxonomyIndexTid#validated_exposed_inputProperty in class TaxonomyIndexTid

Stores the exposed input for this filter.

$ TaxonomyIndexTid#vocabularyStorageProperty in class TaxonomyIndexTid

The vocabulary storage.

TaxonomyIndexTid::valueForm() — Method in class TaxonomyIndexTid

Options form subform for setting options.

TaxonomyIndexTid::valueValidate() — Method in class TaxonomyIndexTid

Validate the options form.

TaxonomyIndexTid::validateExposed() — Method in class TaxonomyIndexTid

Validate the exposed handler form.

TaxonomyIndexTid::valueSubmit() — Method in class TaxonomyIndexTid

Perform any necessary changes to the form values prior to storage.

$ NodeTermData#vocabularyStorageProperty in class NodeTermData

The vocabulary storage.

TermForm::validateForm() — Method in class TermForm

Form validation handler.

$ TermStorage#vocabularyHierarchyTypeProperty in class TermStorage

The type of hierarchy allowed within a vocabulary.

VocabularyAccessControlHandlerClass in namespace Drupal\taxonomy

Defines the access control handler for the taxonomy vocabulary entity type.

VocabularyFormClass in namespace Drupal\taxonomy

Base form for vocabulary edit forms.

$ VocabularyForm#vocabularyStorageProperty in class VocabularyForm

The vocabulary storage.

VocabularyInterfaceClass in namespace Drupal\taxonomy

Provides an interface defining a taxonomy vocabulary entity.

VocabularyListBuilderClass in namespace Drupal\taxonomy

Defines a class to build a listing of taxonomy vocabulary entities.

VocabularyStorageClass in namespace Drupal\taxonomy

Defines a storage handler class for taxonomy vocabularies.

VocabularyStorageInterfaceClass in namespace Drupal\taxonomy

Defines an interface for vocabulary entity storage classes.

TelephoneLinkFormatter::viewElements() — Method in class TelephoneLinkFormatter

Builds a renderable array for a field value.

TextDefaultFormatter::viewElements() — Method in class TextDefaultFormatter

Builds a renderable array for a field value.

TextTrimmedFormatter::viewElements() — Method in class TextTrimmedFormatter

Builds a renderable array for a field value.

TourViewBuilder::viewMultiple() — Method in class TourViewBuilder

Builds the render array for the provided entities.

UpdateManagerInstall::validateForm() — Method in class UpdateManagerInstall

Form validation handler.

UpdateManagerUpdate::validateForm() — Method in class UpdateManagerUpdate

Form validation handler.

$ ModuleVersion#versionExtraProperty in class ModuleVersion

The version extra string.

UpdateSettings::values() — Method in class UpdateSettings

Return the values of the variables specified in the plugin configuration.

UpdateSettingsForm::validateForm() — Method in class UpdateSettingsForm

Form validation handler.

UserLoginForm::validateName() — Method in class UserLoginForm

Sets an error if supplied username has been blocked.

UserLoginForm::validateAuthentication() — Method in class UserLoginForm

Checks supplied username/password against local users table.

UserLoginForm::validateFinal() — Method in class UserLoginForm

Checks if user was not authenticated, or if too many logins were attempted.

UserPasswordForm::validateForm() — Method in class UserPasswordForm

Form validation handler.

UserSelection::validateReferenceableNewEntities() — Method in class UserSelection

Validates which newly created entities can be referenced.

AuthorFormatter::viewElements() — Method in class AuthorFormatter

Builds a renderable array for a field value.

UserNameFormatter::viewElements() — Method in class UserNameFormatter

Builds a renderable array for a field value.

ProtectedUserFieldConstraintValidator::validate() — Method in class ProtectedUserFieldConstraintValidator
{@inheritdoc}
UserMailRequiredValidator::validate() — Method in class UserMailRequiredValidator
{@inheritdoc}
UserNameConstraintValidator::validate() — Method in class UserNameConstraintValidator
{@inheritdoc}
$ ProfileField#valueTableProperty in class ProfileField

The source table containing the profile values.

Role::validateOptionsForm() — Method in class Role

Validate the options form.

User::validateEntity() — Method in class User

Validates an individual entity against class access settings.

UserName::validateArgument() — Method in class UserName

Performs validation for a given argument.

UserBulkForm::viewsForm() — Method in class UserBulkForm

Form constructor for the bulk form.

Name::valueForm() — Method in class Name

Options form subform for setting options.

Name::valueValidate() — Method in class Name

Validate the options form.

Name::validateExposed() — Method in class Name

Validate the exposed handler form.

Name::valueSubmit() — Method in class Name

Perform any necessary changes to the form values prior to storage.

$ UserAccessControlHandler#viewLabelOperationProperty in class UserAccessControlHandler

Allow access to user label.

ViewAjaxResponseClass in namespace Drupal\views\Ajax

Custom JSON response object for an ajax view response.

$ ViewAjaxResponse#viewProperty in class ViewAjaxResponse

The view executed on this ajax request.

ViewsAccessClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views access plugins.

ViewsAreaClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views area handlers.

ViewsArgumentClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views argument handlers.

ViewsArgumentDefaultClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views argument default plugins.

ViewsArgumentValidatorClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views argument validator plugins.

ViewsCacheClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views cache plugins.

ViewsDisplayClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views display plugins.

ViewsDisplayExtenderClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views display extender plugins.

ViewsExposedFormClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views exposed form plugins.

ViewsFieldClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views field handlers.

ViewsFilterClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views filter handlers.

ViewsHandlerAnnotationBaseClass in namespace Drupal\views\Annotation

Defines an abstract base class for all views handler annotations.

ViewsJoinClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views join plugins.

ViewsPagerClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views pager plugins.

ViewsPluginAnnotationBaseClass in namespace Drupal\views\Annotation

Defines an abstract base class for all views plugin annotations.

ViewsQueryClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views query plugins.

ViewsRelationshipClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views relationship handlers.

ViewsRowClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views row plugins.

ViewsSortClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views sort handlers.

ViewsStyleClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views style plugins.

ViewsWizardClass in namespace Drupal\views\Annotation

Defines a Plugin annotation object for views wizard plugins.

ViewAjaxControllerClass in namespace Drupal\views\Controller

Defines a controller to load a view via AJAX.

$ DisplayPluginCollection#viewProperty in class DisplayPluginCollection

Stores a reference to the view which has this displays attached.

ViewClass in namespace Drupal\views\Element

Provides a render element to display a view.

$ RendererBase#viewProperty in class RendererBase

The view executable wrapping the view storage entity.

ViewClass in namespace Drupal\views\Entity

Defines a View configuration entity class.

$ RouteSubscriber#viewsDisplayPairsProperty in class RouteSubscriber

Stores a list of view,display IDs which haven't be used in the alter event.

$ RouteSubscriber#viewStorageProperty in class RouteSubscriber

The view storage.

$ RouteSubscriber#viewRouteNamesProperty in class RouteSubscriber

Stores an array of route names keyed by view_id.display_id.

ViewsEntitySchemaSubscriberClass in namespace Drupal\views\EventSubscriber

Reacts to changes on entity types to update all views entities.

ViewRenderElementExceptionClass in namespace Drupal\views\Exception

Defines an exception for an invalid View render element.

ViewsExposedFormClass in namespace Drupal\views\Form

Provides the views exposed form.

ViewsExposedForm::validateForm() — Method in class ViewsExposedForm

Form validation handler.

ViewsFormClass in namespace Drupal\views\Form

Provides a base class for single- or multistep view forms.

$ ViewsForm#viewIdProperty in class ViewsForm

The ID of the view.

$ ViewsForm#viewDisplayIdProperty in class ViewsForm

The ID of the active view's display.

$ ViewsForm#viewArgumentsProperty in class ViewsForm

The arguments passed to the active view.

ViewsForm::validateForm() — Method in class ViewsForm

Form validation handler.

ViewsFormMainFormClass in namespace Drupal\views\Form
ViewsFormMainForm::validateForm() — Method in class ViewsFormMainForm

Form validation handler.

ViewsBlockClass in namespace Drupal\views\Plugin\Block

Provides a generic Views block.

ViewsBlockBaseClass in namespace Drupal\views\Plugin\Block

Base class for Views block plugins.

$ ViewsBlockBase#viewProperty in class ViewsBlockBase

The View executable object.

ViewsExposedFilterBlockClass in namespace Drupal\views\Plugin\Block

Provides a 'Views Exposed Filter' block.

ViewsBlockClass in namespace Drupal\views\Plugin\Derivative

Provides block plugin definitions for all Views block displays.

$ ViewsBlock#viewStorageProperty in class ViewsBlock

The view storage.

ViewsEntityArgumentValidatorClass in namespace Drupal\views\Plugin\Derivative

Provides views argument validator plugin definitions for all entity types.

ViewsEntityRowClass in namespace Drupal\views\Plugin\Derivative

Provides views row plugin definitions for all non-special entity types.

$ ViewsEntityRow#viewsDataProperty in class ViewsEntityRow

The views data service.

ViewsExposedFilterBlockClass in namespace Drupal\views\Plugin\Derivative

Provides block plugin definitions for all Views exposed filters.

$ ViewsExposedFilterBlock#viewStorageProperty in class ViewsExposedFilterBlock

The view storage.

ViewsLocalTaskClass in namespace Drupal\views\Plugin\Derivative

Provides local task definitions for all views configured as local tasks.

$ ViewsLocalTask#viewStorageProperty in class ViewsLocalTask

The view storage.

ViewsMenuLinkClass in namespace Drupal\views\Plugin\Derivative

Provides menu links for Views.

$ ViewsMenuLink#viewStorageProperty in class ViewsMenuLink

The view storage.

ViewsSelectionClass in namespace Drupal\views\Plugin\EntityReferenceSelection

Plugin implementation of the 'selection' entity_reference.

$ ViewsSelection#viewProperty in class ViewsSelection

The loaded View object.

ViewsSelection::validateReferenceableEntities() — Method in class ViewsSelection

Validates which existing entities can be referenced.

ViewsMenuLinkFormClass in namespace Drupal\views\Plugin\Menu\Form

Provides a form to edit Views menu links.

ViewsMenuLinkClass in namespace Drupal\views\Plugin\Menu

Defines menu links provided by views.

$ ViewsMenuLink#viewExecutableFactoryProperty in class ViewsMenuLink

The view executable factory.

$ ViewsMenuLink#viewProperty in class ViewsMenuLink

The view executable of the menu link.

ViewsHandlerManagerClass in namespace Drupal\views\Plugin

Plugin type manager for all views handlers.

$ ViewsHandlerManager#viewsDataProperty in class ViewsHandlerManager

The views data cache.

ViewsPluginManagerClass in namespace Drupal\views\Plugin

Plugin type manager for all views plugins.

$ HandlerBase#viewsDataProperty in class HandlerBase

The views data service.

HandlerBase::validateExtraOptionsForm() — Method in class HandlerBase

Validate the options form.

HandlerBase::validateExposed() — Method in class HandlerBase

Validate the exposed handler form.

HandlerBase::validateExposeForm() — Method in class HandlerBase

Validate the options form.

HandlerBase::validate() — Method in class HandlerBase

Validate that the plugin is correct and can be saved.

$ PluginBase#viewProperty in class PluginBase

The top object of a view.

PluginBase::validateOptionsForm() — Method in class PluginBase

Validate the options form.

PluginBase::validate() — Method in class PluginBase

Validate that the plugin is correct and can be saved.

PluginBase::viewsTokenReplace() — Method in class PluginBase

Replaces Views' tokens in a given string. The resulting string will be sanitized with Xss::filterAdmin.

ViewsHandlerInterfaceClass in namespace Drupal\views\Plugin\views

Provides an interface for all views handlers.

ViewsPluginInterfaceClass in namespace Drupal\views\Plugin\views

Provides an interface for all views plugins.

ViewsPluginInterface::validateOptionsForm() — Method in class ViewsPluginInterface

Validate the options form.

ViewsPluginInterface::validate() — Method in class ViewsPluginInterface

Validate that the plugin is correct and can be saved.

DisplayLink::validate() — Method in class DisplayLink

Validate that the plugin is correct and can be saved.

ViewClass in namespace Drupal\views\Plugin\views\area

Views area handlers. Insert a view inside of an area.

$ View#viewStorageProperty in class View

The view storage.

$ ArgumentPluginBase#validatorProperty in class ArgumentPluginBase
$ ArgumentPluginBase#valueProperty in class ArgumentPluginBase
ArgumentPluginBase::validateOptionsForm() — Method in class ArgumentPluginBase

Validate the options form.

ArgumentPluginBase::validateFail() — Method in class ArgumentPluginBase

How to act if validation fails.

ArgumentPluginBase::validateArgument() — Method in class ArgumentPluginBase

Validate that this argument works. By default, all arguments are valid.

ArgumentPluginBase::validateMenuArgument() — Method in class ArgumentPluginBase

Called by the menu system to validate an argument.

$ NumericArgument#valueProperty in class NumericArgument

The actual value which is used for querying.

ArgumentDefaultPluginBase::validateOptionsForm() — Method in class ArgumentDefaultPluginBase

Provide the default form for validating options.

ArgumentValidatorPluginBase::validateOptionsForm() — Method in class ArgumentValidatorPluginBase

Provides the default form for validating options.

ArgumentValidatorPluginBase::validateArgument() — Method in class ArgumentValidatorPluginBase

Performs validation for a given argument.

Entity::validateArgument() — Method in class Entity

Performs validation for a given argument.

Entity::validateEntity() — Method in class Entity

Validates an individual entity against class access settings.

None::validateArgument() — Method in class None

Performs validation for a given argument.

NumericArgumentValidator::validateArgument() — Method in class NumericArgumentValidator

Performs validation for a given argument.

Time::validateOptionsForm() — Method in class Time

Validate the options form.

$ DisplayPluginBase#viewProperty in class DisplayPluginBase

The top object of a view.

DisplayPluginBase::validateOptionsForm() — Method in class DisplayPluginBase

Validate the options form.

DisplayPluginBase::validate() — Method in class DisplayPluginBase

Validate that the plugin is correct and can be saved.

DisplayPluginBase::viewExposedFormBlocks() — Method in class DisplayPluginBase

Renders the exposed form as block.

DisplayPluginInterface::validateOptionsForm() — Method in class DisplayPluginInterface

Validates the options form.

DisplayPluginInterface::validate() — Method in class DisplayPluginInterface

Make sure the display and all associated handlers are valid.

DisplayPluginInterface::viewExposedFormBlocks() — Method in class DisplayPluginInterface

Renders the exposed form as block.

EntityReference::validate() — Method in class EntityReference

Validate that the plugin is correct and can be saved.

Page::validateOptionsForm() — Method in class Page

Validate the options form.

Page::validate() — Method in class Page

Validate that the plugin is correct and can be saved.

PathPluginBase::validateOptionsForm() — Method in class PathPluginBase

Validate the options form.

PathPluginBase::validatePath() — Method in class PathPluginBase

Validates the path of the display.

PathPluginBase::validate() — Method in class PathPluginBase

Validate that the plugin is correct and can be saved.

DisplayExtenderPluginBase::validateOptionsForm() — Method in class DisplayExtenderPluginBase

Validate the options form.

BulkForm::validateOptionsForm() — Method in class BulkForm

Validate the options form.

BulkForm::viewsForm() — Method in class BulkForm

Form constructor for the bulk form.

BulkForm::viewsFormSubmit() — Method in class BulkForm

Submit handler for the bulk form.

BulkForm::viewsFormValidate() — Method in class BulkForm
{@inheritdoc}
$ MachineName#valueOptionsProperty in class MachineName

Stores the available options.

Serialized::validateOptionsForm() — Method in class Serialized

Validate the options form.

BooleanOperator::valueForm() — Method in class BooleanOperator

Options form subform for setting options.

BooleanOperator::valueValidate() — Method in class BooleanOperator

Validate the options form.

Combine::validate() — Method in class Combine

Validate that the plugin is correct and can be saved.

Date::valueForm() — Method in class Date

Add a type selector to the value form.

Date::validateOptionsForm() — Method in class Date

Simple validate handler.

Date::validateExposed() — Method in class Date

Validate the exposed handler form.

Date::validateValidTime() — Method in class Date

Validate that the time values convert to something usable.

Equality::valueForm() — Method in class Equality

Provide a simple textfield for equality.

$ FilterPluginBase#valueProperty in class FilterPluginBase

Contains the actual value of the field,either configured in the views ui or entered in the exposed filters.

FilterPluginBase::validateOptionsForm() — Method in class FilterPluginBase

Simple validate handler.

FilterPluginBase::valueForm() — Method in class FilterPluginBase

Options form subform for setting options.

FilterPluginBase::valueValidate() — Method in class FilterPluginBase

Validate the options form.

FilterPluginBase::valueSubmit() — Method in class FilterPluginBase

Perform any necessary changes to the form values prior to storage.

FilterPluginBase::validateExposeForm() — Method in class FilterPluginBase

Validate the options form.

FilterPluginBase::validateIdentifier() — Method in class FilterPluginBase

Validates a filter identifier.

FilterPluginBase::validate() — Method in class FilterPluginBase

Validate that the plugin is correct and can be saved.

$ InOperator#valueFormTypeProperty in class InOperator
$ InOperator#valueOptionsProperty in class InOperator
$ InOperator#valueTitleProperty in class InOperator

The filter title.

InOperator::valueForm() — Method in class InOperator

Options form subform for setting options.

InOperator::valueSubmit() — Method in class InOperator

Perform any necessary changes to the form values prior to storage.

InOperator::validate() — Method in class InOperator

Validate that the plugin is correct and can be saved.

$ ManyToOne#valueFormTypeProperty in class ManyToOne
ManyToOne::valueForm() — Method in class ManyToOne

Options form subform for setting options.

NumericFilter::valueForm() — Method in class NumericFilter

Provide a simple textfield for equality.

StringFilter::valueForm() — Method in class StringFilter

Provide a simple textfield for equality.

PagerPluginBase::validateOptionsForm() — Method in class PagerPluginBase

Provide the default form for validating options.

SqlBase::validateOptionsForm() — Method in class SqlBase

Provide the default form for validating options.

QueryPluginBase::validateOptionsForm() — Method in class QueryPluginBase

Validate the options form.

OpmlFields::validate() — Method in class OpmlFields

Validate that the plugin is correct and can be saved.

RowPluginBase::validateOptionsForm() — Method in class RowPluginBase

Validate the options form.

RssFields::validate() — Method in class RssFields

Validate that the plugin is correct and can be saved.

SortPluginBase::validateOptionsForm() — Method in class SortPluginBase

Simple validate handler.

SortPluginBase::validateExposeForm() — Method in class SortPluginBase

Validate the options form.

StylePluginBase::validateOptionsForm() — Method in class StylePluginBase

Validate the options form.

StylePluginBase::validate() — Method in class StylePluginBase

Validate that the plugin is correct and can be saved.

WizardInterface::validateView() — Method in class WizardInterface

Validate form and values.

$ WizardPluginBase#validated_viewsProperty in class WizardPluginBase

An array of validated view objects, keyed by a hash.

WizardPluginBase::validateView() — Method in class WizardPluginBase

Implements Drupal\views\Plugin\views\wizard\WizardInterface::validate().

ViewsRenderPipelineMarkupClass in namespace Drupal\views\Render

Defines an object that passes safe strings through the Views render system.

ViewPageControllerClass in namespace Drupal\views\Routing

Defines a page controller to execute and render a view.

ViewResultAssertionTraitClass in namespace Drupal\views\Tests

Provides a class for assertions to check for the expected result of a View.

ViewTestDataClass in namespace Drupal\views\Tests

Provides tests view data and the base test schema with sample data records.

ViewTestData::viewsData() — Method in class ViewTestData

Returns the views data definition.

ViewEntityInterfaceClass in namespace Drupal\views

Defines an interface for View storage classes.

ViewExecutableClass in namespace Drupal\views

Represents a view as a whole.

$ ViewExecutable#viewsDataProperty in class ViewExecutable

The views data.

ViewExecutable::validate() — Method in class ViewExecutable

Makes sure the view is completely valid.

ViewExecutableFactoryClass in namespace Drupal\views

Defines the cache backend factory.

$ ViewExecutableFactory#viewsDataProperty in class ViewExecutableFactory

The views data.

ViewsClass in namespace Drupal\views

Static service container wrapper for views.

Views::viewsData() — Method in class Views

Returns the views data service.

Views::viewsDataHelper() — Method in class Views

Returns the views data helper service.

ViewsConfigUpdaterClass in namespace Drupal\views

Provides a BC layer for modules providing old configurations.

$ ViewsConfigUpdater#viewsDataProperty in class ViewsConfigUpdater

The views data service.

ViewsDataClass in namespace Drupal\views

Class to manage and lazy load cached views data.

ViewsDataHelperClass in namespace Drupal\views

Defines a helper class for stuff related to views data.

ViewsUIControllerClass in namespace Drupal\views_ui\Controller

Returns responses for Views UI routes.

$ ViewsUIController#viewsDataProperty in class ViewsUIController

Stores the Views data cache object.

ConfigHandler::validateForm() — Method in class ConfigHandler

Form validation handler.

ConfigHandlerExtra::validateForm() — Method in class ConfigHandlerExtra

Form validation handler.

Display::validateForm() — Method in class Display

Form validation handler.

ViewsFormBaseClass in namespace Drupal\views_ui\Form\Ajax

Provides a base class for Views UI AJAX forms.

ViewsFormBase::validateForm() — Method in class ViewsFormBase

Form validation handler.

ViewsFormInterfaceClass in namespace Drupal\views_ui\Form\Ajax
ViewUIConverterClass in namespace Drupal\views_ui\ParamConverter

Provides upcasting for a view entity to be used in the Views UI.

ViewUIConverterClass in namespace Drupal\views_ui\ProxyClass\ParamConverter

Provides a proxy class for \Drupal\views_ui\ParamConverter\ViewUIConverter.

ViewAddFormClass in namespace Drupal\views_ui

Form controller for the Views add form.

ViewAddForm::validateForm() — Method in class ViewAddForm

Form validation handler.

ViewDuplicateFormClass in namespace Drupal\views_ui

Form controller for the Views duplicate form.

ViewEditFormClass in namespace Drupal\views_ui

Form controller for the Views edit form.

ViewEditForm::validateForm() — Method in class ViewEditForm

Form validation handler.

ViewFormBaseClass in namespace Drupal\views_ui

Base form for Views forms.

ViewListBuilderClass in namespace Drupal\views_ui

Defines a class to build a listing of view entities.

ViewPreviewFormClass in namespace Drupal\views_ui

Form controller for the Views preview form.

ViewUIClass in namespace Drupal\views_ui

Stores UI related temporary settings.

WorkflowEditForm::validateForm() — Method in class WorkflowEditForm

Form validation handler.

WorkflowStateAddForm::validateForm() — Method in class WorkflowStateAddForm

Form validation handler.

WorkflowStateEditForm::validateForm() — Method in class WorkflowStateEditForm

Form validation handler.

WorkflowTransitionAddForm::validateForm() — Method in class WorkflowTransitionAddForm

Form validation handler.

WorkflowTransitionEditForm::validateForm() — Method in class WorkflowTransitionEditForm

Form validation handler.

WorkflowTypeConfigureFormBase::validateConfigurationForm() — Method in class WorkflowTypeConfigureFormBase

Form validation handler.

WorkflowTypeStateFormBase::validateConfigurationForm() — Method in class WorkflowTypeStateFormBase

Form validation handler.

WorkflowTypeTransitionFormBase::validateConfigurationForm() — Method in class WorkflowTypeTransitionFormBase

Form validation handler.

FormOperations::validateDefaultWorkspace() — Method in class FormOperations

Validation handler which sets a validation error for all unsupported forms.

DeletedWorkspaceConstraintValidator::validate() — Method in class DeletedWorkspaceConstraintValidator
{@inheritdoc}
EntityReferenceSupportedNewEntitiesConstraintValidator::validate() — Method in class EntityReferenceSupportedNewEntitiesConstraintValidator
{@inheritdoc}
EntityWorkspaceConflictConstraintValidator::validate() — Method in class EntityWorkspaceConflictConstraintValidator
{@inheritdoc}
ViewsQueryAlterClass in namespace Drupal\workspaces

Defines a class for altering views queries.

$ ViewsQueryAlter#viewsDataProperty in class ViewsQueryAlter

The views data.

$ ViewsQueryAlter#viewsJoinPluginManagerProperty in class ViewsQueryAlter

A plugin manager which handles instances of views join plugins.

W

WordLevelDiffClass in namespace Drupal\Component\Diff
FileSecurity::writeHtaccess() — Method in class FileSecurity

Writes an .htaccess file in the given directory, if it doesn't exist.

FileSecurity::writeWebConfig() — Method in class FileSecurity

Writes a web.config file in the given directory, if it doesn't exist.

FileSecurity::webConfigLines() — Method in class FileSecurity

Returns the standard web.config lines for security.

FileSecurity::writeFile() — Method in class FileSecurity

Writes the contents to the file in the given directory.

PoMemoryWriter::writeItem() — Method in class PoMemoryWriter

Writes the given item.

PoMemoryWriter::writeItems() — Method in class PoMemoryWriter

Writes all or the given amount of items.

PoStreamWriter::writeItem() — Method in class PoStreamWriter

Writes the given item.

PoStreamWriter::writeItems() — Method in class PoStreamWriter

Writes all or the given amount of items.

PoWriterInterface::writeItem() — Method in class PoWriterInterface

Writes the given item.

PoWriterInterface::writeItems() — Method in class PoWriterInterface

Writes all or the given amount of items.

FileReadOnlyStorage::writeable() — Method in class FileReadOnlyStorage

Whether this is a writable storage.

FileStorage::writeable() — Method in class FileStorage

Whether this is a writable storage.

PhpStorageInterface::writeable() — Method in class PhpStorageInterface

Whether this is a writable storage.

$ ArgumentsResolver#wildcardsProperty in class ArgumentsResolver

An array object candidates tried on every parameter regardless of name.

Random::word() — Method in class Random

Generate a string that looks like a word (letters only, alternating consonants and vowels).

$ Rectangle#widthProperty in class Rectangle

The width of the rectangle.

FileSecurity::writeHtaccess() — Method in class FileSecurity

Writes an .htaccess file in the given directory, if it doesn't exist.

FileSecurity::writeWebConfig() — Method in class FileSecurity

Writes a web.config file in the given directory, if it doesn't exist.

FileSecurity::webConfigLines() — Method in class FileSecurity

Returns the standard web.config lines for security.

FileSecurity::writeFile() — Method in class FileSecurity

Writes the contents to the file in the given directory.

VendorHardeningPlugin::writeAccessRestrictionFiles() — Method in class VendorHardeningPlugin

Place .htaccess and web.config files into the vendor directory.

$ MessageCommand#wrapperQuerySelectorProperty in class MessageCommand

The query selector for the element the message will appear in.

CacheDecoratorInterface::writeCache() — Method in class CacheDecoratorInterface

Write the cache.

PhpBackend::writeItem() — Method in class PhpBackend

Writes a cache item to PhpStorage.

CachedStorage::write() — Method in class CachedStorage

Writes configuration data to the storage.

DatabaseStorage::write() — Method in class DatabaseStorage

Writes configuration data to the storage.

$ DraggableListBuilder#weightKeyProperty in class DraggableListBuilder

Name of the entity's weight field or FALSE if no field is provided.

FileStorage::write() — Method in class FileStorage

Writes configuration data to the storage.

InstallStorage::write() — Method in class InstallStorage

Overrides Drupal\Core\Config\FileStorage::write().

ManagedStorage::write() — Method in class ManagedStorage

Writes configuration data to the storage.

MemoryStorage::write() — Method in class MemoryStorage

Writes configuration data to the storage.

NullStorage::write() — Method in class NullStorage

Writes configuration data to the storage.

ReadOnlyStorage::write() — Method in class ReadOnlyStorage

Writes configuration data to the storage.

StorageInterface::write() — Method in class StorageInterface

Writes configuration data to the storage.

Condition::where() — Method in class Condition

Adds an arbitrary WHERE clause to the query.

ConditionInterface::where() — Method in class ConditionInterface

Adds an arbitrary WHERE clause to the query.

QueryConditionTrait::where() — Method in class QueryConditionTrait
{@inheritdoc}
SelectExtender::where() — Method in class SelectExtender

Adds an arbitrary WHERE clause to the query.

DateHelper::weekDaysUntranslated() — Method in class DateHelper

Constructs an untranslated array of week days.

DateHelper::weekDays() — Method in class DateHelper

Returns a translated array of week names.

DateHelper::weekDaysAbbr() — Method in class DateHelper

Constructs a translated array of week day abbreviations.

DateHelper::weekDaysAbbr2() — Method in class DateHelper

Constructs a translated array of 2-letter week day abbreviations.

DateHelper::weekDaysAbbr1() — Method in class DateHelper

Constructs a translated array of 1-letter week day abbreviations.

DateHelper::weekDaysOrdered() — Method in class DateHelper

Reorders weekdays to match the first day of the week.

$ EntityReferenceSelection#weightProperty in class EntityReferenceSelection

The weight of the plugin in its group.

ContentEntityBase::wasDefaultRevision() — Method in class ContentEntityBase

Checks whether the entity object was a default revision when it was saved.

RevisionableInterface::wasDefaultRevision() — Method in class RevisionableInterface

Checks whether the entity object was a default revision when it was saved.

SqlContentEntityStorage::wrapSchemaException() — Method in class SqlContentEntityStorage

Wraps a database schema exception into an entity storage exception.

EarlyRenderingControllerWrapperSubscriber::wrapControllerExecutionInRenderContext() — Method in class EarlyRenderingControllerWrapperSubscriber

Wraps a controller execution in a render context.

ModuleHandler::writeCache() — Method in class ModuleHandler

Write the hook implementation info to the cache.

ModuleHandlerInterface::writeCache() — Method in class ModuleHandlerInterface

Write the hook implementation info to the cache.

$ FieldFormatter#weightProperty in class FieldFormatter

An integer to determine the weight of this formatter relative to other formatter in the Field UI when selecting a formatter for a given field instance.

$ FieldWidget#weightProperty in class FieldWidget

An integer to determine the weight of this widget relative to other widgets in the Field UI when selecting a widget for a given field.

FieldItemBase::writePropertyValue() — Method in class FieldItemBase

Writes the value of a property without handling changes.

WidgetBaseClass in namespace Drupal\Core\Field

Base class for 'Field widget' plugin implementations.

WidgetBaseInterfaceClass in namespace Drupal\Core\Field

Base interface definition for "Field widget" plugins.

WidgetInterfaceClass in namespace Drupal\Core\Field

Interface definition for field widget plugins.

WidgetPluginManagerClass in namespace Drupal\Core\Field

Plugin type manager for field widgets.

$ WidgetPluginManager#widgetOptionsProperty in class WidgetPluginManager

An array of widget options for each field type.

HtaccessWriter::write() — Method in class HtaccessWriter

Creates a .htaccess file in the given directory.

$ Language#weightProperty in class Language

The weight, used for ordering languages in lists, like selects or tables.

$ SvgIconBuilder#widthProperty in class SvgIconBuilder

The width of the SVG.

LockBackendAbstract::wait() — Method in class LockBackendAbstract

Waits a short amount of time before a second lock acquire attempt.

LockBackendInterface::wait() — Method in class LockBackendInterface

Waits a short amount of time before a second lock acquire attempt.

NullLockBackend::wait() — Method in class NullLockBackend

Waits a short amount of time before a second lock acquire attempt.

RfcLoggerTrait::warning() — Method in class RfcLoggerTrait
{@inheritdoc}
MailFormatHelper::wrapMail() — Method in class MailFormatHelper

Performs format=flowed soft wrapping for mail (RFC 3676).

MailFormatHelper::wrapMailLine() — Method in class MailFormatHelper

Wraps words on a single line.

$ InaccessibleMenuLink#wrappedLinkProperty in class InaccessibleMenuLink

The wrapped menu link.

DatabaseLockBackend::wait() — Method in class DatabaseLockBackend

Waits a short amount of time before a second lock acquire attempt.

PersistentDatabaseLockBackend::wait() — Method in class PersistentDatabaseLockBackend

Waits a short amount of time before a second lock acquire attempt.

WeightClass in namespace Drupal\Core\Render\Element

Provides a form element for input of a weight.

$ AccountSwitcher#writeSafeHandlerProperty in class AccountSwitcher

The write-safe session handler.

SessionHandler::write() — Method in class SessionHandler
{@inheritdoc}
$ SessionManager#writeSafeHandlerProperty in class SessionManager

The write safe session handler.

WriteSafeSessionHandlerClass in namespace Drupal\Core\Session

Wraps the session handler to prevent writes when not necessary or allowed.

$ WriteSafeSessionHandler#wrappedSessionHandlerProperty in class WriteSafeSessionHandler
WriteSafeSessionHandler::write() — Method in class WriteSafeSessionHandler
{@inheritdoc}
WriteSafeSessionHandlerInterfaceClass in namespace Drupal\Core\Session

Provides an interface for session handlers where writing can be disabled.

$ StreamWrapperManager#wrappersProperty in class StreamWrapperManager

Contains collected stream wrappers.

TwigExtension::withoutFilter() — Method in class TwigExtension

Removes child elements from a copy of the original array.

TwigPhpStorageCache::write() — Method in class TwigPhpStorageCache
{@inheritdoc}
FunctionalTestSetupTrait::writeSettings() — Method in class FunctionalTestSetupTrait

Rewrites the settings.php file of the test site.

$ PhpUnitTestRunner#workingDirectoryProperty in class PhpUnitTestRunner

Path to the working directory.

Map::writePropertyValue() — Method in class Map

Writes the value of a property without handling changes.

$ Block#weightProperty in class Block

The block weight.

StorageReplaceDataWrapper::write() — Method in class StorageReplaceDataWrapper

Writes configuration data to the storage.

$ ContactForm#weightProperty in class ContactForm

The weight of the category.

ContentModerationState::weight() — Method in class ContentModerationState

Gets the state's weight.

$ ContentModerationConfigureEntityTypesForm#workflowProperty in class ContentModerationConfigureEntityTypesForm

The workflow entity object.

ContentModeration::workflowHasData() — Method in class ContentModeration

Determines if the workflow is being has data associated with it.

ContentModeration::workflowStateHasData() — Method in class ContentModeration

Determines if the workflow state has data associated with it.

$ ModerationStateFilter#workflowStorageProperty in class ModerationStateFilter

The storage handler of the workflow entity type.

WeekDateClass in namespace Drupal\datetime\Plugin\views\argument

Argument handler for a week.

WatchdogClass in namespace Drupal\dblog\Plugin\views\wizard

Defines a wizard for the watchdog table.

FileRepository::writeData() — Method in class FileRepository

Writes a file to the specified destination and creates a file entity.

FileRepositoryInterface::writeData() — Method in class FileRepositoryInterface

Writes a file to the specified destination and creates a file entity.

$ Filter#weightProperty in class Filter

A default weight for the filter in new text formats.

$ FilterFormat#weightProperty in class FilterFormat

Weight of this format in the text format selector.

$ FilterBase#weightProperty in class FilterBase

The weight of this filter compared to others in a filter collection.

RelationLinkManager::writeCache() — Method in class RelationLinkManager

Writes the cache of relation links.

TypeLinkManager::writeCache() — Method in class TypeLinkManager

Writes the cache of type links.

$ HelpSection#weightProperty in class HelpSection

An optional weight for the help section.

$ ImageEffectBase#weightProperty in class ImageEffectBase

The weight of the image effect.

LinkCollection::withLink() — Method in class LinkCollection

Gets a new LinkCollection with the given link inserted.

LinkCollection::withContext() — Method in class LinkCollection

Establishes a new context for a LinkCollection.

ResourceIdentifier::withArity() — Method in class ResourceIdentifier

Returns a copy of the given ResourceIdentifier with the given arity.

CacheableNormalization::withCacheableDependency() — Method in class CacheableNormalization

Gets a new CacheableNormalization with an additional dependency.

ResourceTypeField::withPublicName() — Method in class ResourceTypeField

Establishes a new public name for the field.

ResourceTypeRelationship::withRelatableResourceTypes() — Method in class ResourceTypeRelationship

Establishes the relatable resource types of this field.

ResourceTypeRelationship::withPublicName() — Method in class ResourceTypeRelationship

Establishes a new public name for the field.

$ LanguageNegotiation#weightProperty in class LanguageNegotiation

The default weight of the language negotiation plugin.

$ ConfigurableLanguage#weightProperty in class ConfigurableLanguage

The weight of the language, used in lists of languages.

$ SectionStorage#weightProperty in class SectionStorage

The plugin weight, optional (defaults to 0).

$ SectionComponent#weightProperty in class SectionComponent

The weight of the component.

$ SectionStorageDefinition#weightProperty in class SectionStorageDefinition

The plugin weight.

PoDatabaseWriter::writeItem() — Method in class PoDatabaseWriter

Writes the given item.

PoDatabaseWriter::writeItems() — Method in class PoDatabaseWriter

Writes all or the given amount of items.

$ Resource#widthProperty in class Resource

The width of the resource, in pixels.

FileCopy::writeFile() — Method in class FileCopy

Tries to move or copy a file.

$ MigrateField#weightProperty in class MigrateField

The weight of this plugin relative to other plugins.

NodeAccessControlHandler::writeDefaultGrant() — Method in class NodeAccessControlHandler

Creates the default node access grant entry on the grant storage.

NodeAccessControlHandlerInterface::writeDefaultGrant() — Method in class NodeAccessControlHandlerInterface

Creates the default node access grant entry on the grant storage.

NodeGrantDatabaseStorage::write() — Method in class NodeGrantDatabaseStorage

Writes a list of grants to the database, deleting previously saved ones.

NodeGrantDatabaseStorage::writeDefault() — Method in class NodeGrantDatabaseStorage

Creates the default node access grant entry.

NodeGrantDatabaseStorageInterface::write() — Method in class NodeGrantDatabaseStorageInterface

Writes a list of grants to the database, deleting previously saved ones.

NodeGrantDatabaseStorageInterface::writeDefault() — Method in class NodeGrantDatabaseStorageInterface

Creates the default node access grant entry.

$ AliasManager#whitelistProperty in class AliasManager

Holds the array of whitelisted path aliases.

AliasManager::writeCache() — Method in class AliasManager
{@inheritdoc}
$ SearchPage#weightProperty in class SearchPage

The weight of the search page.

$ SearchQuery#wordsProperty in class SearchQuery

Array of positive search words.

ViewsSearchQuery::words() — Method in class ViewsSearchQuery

Returns the words property.

$ Connection#willRollbackProperty in class Connection

Whether or not the active transaction (if any) will be rolled back.

ThemeController::willInstallExperimentalTheme() — Method in class ThemeController

Checks if the given theme requires the installation of experimental themes.

$ SecurityAdvisoriesFetcher#withHttpFallbackProperty in class SecurityAdvisoriesFetcher

Whether to fall back to HTTP if the HTTPS request fails.

$ Vocabulary#weightProperty in class Vocabulary

The weight of this vocabulary in relation to other vocabularies.

$ TipPluginBase#weightProperty in class TipPluginBase

Allows tips to take more priority that others.

$ UpdateFetcher#withHttpFallbackProperty in class UpdateFetcher

Whether to use HTTP fallback if HTTPS fails.

$ Role#weightProperty in class Role

The weight of this role in administrative listings.

$ UserFloodEvent#windowProperty in class UserFloodEvent

Flood event window.

WeekDateClass in namespace Drupal\views\Plugin\views\argument

Argument handler for a week.

$ Sql#whereProperty in class Sql

An array of sections of the WHERE query. Each section is in itself an array of pieces and a flag as to whether or not it should be AND or OR.

StylePluginBase::wizardForm() — Method in class StylePluginBase

Provide a form in the views wizard if this style is selected.

StylePluginBase::wizardSubmit() — Method in class StylePluginBase

Alter the options of a display before they are added to the view.

Table::wizardSubmit() — Method in class Table

Alter the options of a display before they are added to the view.

WizardExceptionClass in namespace Drupal\views\Plugin\views\wizard

A custom exception class for our errors.

WizardInterfaceClass in namespace Drupal\views\Plugin\views\wizard

Defines a common interface for Views Wizard plugins.

WizardPluginBaseClass in namespace Drupal\views\Plugin\views\wizard

Base class for Views wizard plugins.

$ ViewAddForm#wizardManagerProperty in class ViewAddForm

The wizard plugin manager.

WorkflowTypeClass in namespace Drupal\workflows\Annotation

Defines a Workflow type annotation object.

WorkflowClass in namespace Drupal\workflows\Entity

Defines the workflow entity.

WorkflowAddFormClass in namespace Drupal\workflows\Form

Form for adding workflows.

$ WorkflowAddForm#workflowTypePluginManagerProperty in class WorkflowAddForm

The workflow type plugin manager.

WorkflowDeleteFormClass in namespace Drupal\workflows\Form

Builds the form to delete Workflow entities.

WorkflowEditFormClass in namespace Drupal\workflows\Form

The form for editing workflows.

WorkflowStateAddFormClass in namespace Drupal\workflows\Form

Entity form variant for adding workflow states.

WorkflowStateDeleteFormClass in namespace Drupal\workflows\Form

Builds the form to delete states from Workflow entities.

$ WorkflowStateDeleteForm#workflowProperty in class WorkflowStateDeleteForm

The workflow entity the state being deleted belongs to.

WorkflowStateEditFormClass in namespace Drupal\workflows\Form

Entity form variant for editing workflow states.

WorkflowTransitionAddFormClass in namespace Drupal\workflows\Form

Entity form variant for adding workflow transitions.

WorkflowTransitionDeleteFormClass in namespace Drupal\workflows\Form

Builds the form to delete transitions from Workflow entities.

$ WorkflowTransitionDeleteForm#workflowProperty in class WorkflowTransitionDeleteForm

The workflow entity the transition being deleted belongs to.

WorkflowTransitionEditFormClass in namespace Drupal\workflows\Form

Entity form variant for editing workflow transitions.

WorkflowTypeBaseClass in namespace Drupal\workflows\Plugin

A base class for Workflow type plugins.

WorkflowTypeBase::workflowHasData() — Method in class WorkflowTypeBase

Determines if the workflow is being has data associated with it.

WorkflowTypeBase::workflowStateHasData() — Method in class WorkflowTypeBase

Determines if the workflow state has data associated with it.

WorkflowTypeConfigureFormBaseClass in namespace Drupal\workflows\Plugin

A base class for workflow type configuration forms.

$ WorkflowTypeConfigureFormBase#workflowTypeProperty in class WorkflowTypeConfigureFormBase

The workflow type.

WorkflowTypeStateFormBaseClass in namespace Drupal\workflows\Plugin

A base class for workflow type state forms.

$ WorkflowTypeStateFormBase#workflowTypeProperty in class WorkflowTypeStateFormBase

The workflow type.

WorkflowTypeTransitionFormBaseClass in namespace Drupal\workflows\Plugin

A base class for workflow type transition forms.

$ WorkflowTypeTransitionFormBase#workflowTypeProperty in class WorkflowTypeTransitionFormBase

The workflow type.

$ State#workflowProperty in class State

The workflow the state is attached to.

$ State#weightProperty in class State

The state's weight.

State::weight() — Method in class State

Gets the state's weight.

StateInterface::weight() — Method in class StateInterface

Gets the state's weight.

$ Transition#workflowProperty in class Transition

The workflow that this transition is attached to.

$ Transition#weightProperty in class Transition

The transition's weight.

Transition::weight() — Method in class Transition

Gets the transition's weight.

TransitionInterface::weight() — Method in class TransitionInterface

Gets the transition's weight.

WorkflowAccessControlHandlerClass in namespace Drupal\workflows

Access controller for the Workflow entity.

$ WorkflowAccessControlHandler#workflowTypeManagerProperty in class WorkflowAccessControlHandler

The workflow type plugin manager.

WorkflowInterfaceClass in namespace Drupal\workflows

Provides an interface for defining workflow entities.

WorkflowListBuilderClass in namespace Drupal\workflows

Provides a listing of Workflow entities.

$ WorkflowListBuilder#workflowTypeManagerProperty in class WorkflowListBuilder

The workflow type plugin manager.

WorkflowStateTransitionOperationsAccessCheckClass in namespace Drupal\workflows

Provides an access check for state and transition operations.

WorkflowTypeInterfaceClass in namespace Drupal\workflows

An interface for Workflow type plugins.

WorkflowTypeInterface::workflowHasData() — Method in class WorkflowTypeInterface

Determines if the workflow is being has data associated with it.

WorkflowTypeInterface::workflowStateHasData() — Method in class WorkflowTypeInterface

Determines if the workflow state has data associated with it.

WorkflowTypeManagerClass in namespace Drupal\workflows

Provides a Workflow type plugin manager.

$ ActiveWorkspaceCheck#workspaceManagerProperty in class ActiveWorkspaceCheck

The workspace manager.

$ EntityAccess#workspaceManagerProperty in class EntityAccess

The workspace manager service.

$ EntityOperations#workspaceManagerProperty in class EntityOperations

The workspace manager service.

$ EntityOperations#workspaceAssociationProperty in class EntityOperations

The workspace association service.

$ PgsqlQueryFactory#workspaceManagerProperty in class PgsqlQueryFactory

The workspace manager.

$ QueryFactory#workspaceManagerProperty in class QueryFactory

The workspace manager.

$ QueryTrait#workspaceManagerProperty in class QueryTrait

The workspace manager.

$ Tables#workspaceManagerProperty in class Tables

The workspace manager.

$ EntityTypeInfo#workspaceManagerProperty in class EntityTypeInfo

The workspace manager service.

WorkspaceClass in namespace Drupal\workspaces\Entity

The workspace entity class.

$ EntitySchemaSubscriber#workspaceManagerProperty in class EntitySchemaSubscriber

The workspace manager.

WorkspaceRequestSubscriberClass in namespace Drupal\workspaces\EventSubscriber

Provides a event subscriber for setting workspace-specific cache keys.

$ WorkspaceRequestSubscriber#workspaceManagerProperty in class WorkspaceRequestSubscriber

The workspace manager.

$ FormOperations#workspaceManagerProperty in class FormOperations

The workspace manager service.

$ SwitchToLiveForm#workspaceManagerProperty in class SwitchToLiveForm

The workspace manager.

WorkspaceActivateFormClass in namespace Drupal\workspaces\Form

Handle activation of a workspace on administrative pages.

$ WorkspaceActivateForm#workspaceManagerProperty in class WorkspaceActivateForm

The workspace replication manager.

WorkspaceDeleteFormClass in namespace Drupal\workspaces\Form

Provides a form for deleting a workspace.

$ WorkspaceDeleteForm#workspaceAssociationProperty in class WorkspaceDeleteForm

The workspace association service.

$ WorkspaceDeleteForm#workspaceRepositoryProperty in class WorkspaceDeleteForm

The workspace repository service.

WorkspaceFormClass in namespace Drupal\workspaces\Form

Form controller for the workspace edit forms.

WorkspaceFormInterfaceClass in namespace Drupal\workspaces\Form

Defines interface for workspace forms so they can be easily distinguished.

WorkspaceMergeFormClass in namespace Drupal\workspaces\Form

Provides a form that merges the contents for a workspace into another one.

$ WorkspaceMergeForm#workspaceOperationFactoryProperty in class WorkspaceMergeForm

The workspace operation factory.

WorkspacePublishFormClass in namespace Drupal\workspaces\Form

Provides the workspace publishing form.

$ WorkspacePublishForm#workspaceProperty in class WorkspacePublishForm

The workspace that will be published.

$ WorkspacePublishForm#workspaceOperationFactoryProperty in class WorkspacePublishForm

The workspace operation factory.

WorkspaceSwitcherFormClass in namespace Drupal\workspaces\Form

Provides a form that activates a different workspace.

$ WorkspaceSwitcherForm#workspaceManagerProperty in class WorkspaceSwitcherForm

The workspace manager.

$ WorkspaceSwitcherForm#workspaceStorageProperty in class WorkspaceSwitcherForm

The workspace entity storage handler.

$ SessionWorkspaceNegotiator#workspaceStorageProperty in class SessionWorkspaceNegotiator

The workspace storage handler.

WorkspaceNegotiatorInterfaceClass in namespace Drupal\workspaces\Negotiator

Workspace negotiators provide a way to get the active workspace.

WorkspaceSwitcherBlockClass in namespace Drupal\workspaces\Plugin\Block

Provides a 'Workspace switcher' block.

WorkspaceSelectionClass in namespace Drupal\workspaces\Plugin\EntityReferenceSelection

Provides specific access control for the workspace entity type.

$ WorkspaceSelection#workspaceRepositoryProperty in class WorkspaceSelection

The workspace repository service.

$ DeletedWorkspaceConstraintValidator#workspaceAssociationProperty in class DeletedWorkspaceConstraintValidator

The workspace association service.

$ EntityReferenceSupportedNewEntitiesConstraintValidator#workspaceManagerProperty in class EntityReferenceSupportedNewEntitiesConstraintValidator

The workspace manager.

$ EntityWorkspaceConflictConstraintValidator#workspaceManagerProperty in class EntityWorkspaceConflictConstraintValidator

The workspace manager service.

$ EntityWorkspaceConflictConstraintValidator#workspaceAssociationProperty in class EntityWorkspaceConflictConstraintValidator

The workspace association service.

$ EntityWorkspaceConflictConstraintValidator#workspaceRepositoryProperty in class EntityWorkspaceConflictConstraintValidator

The workspace repository service.

$ ViewsQueryAlter#workspaceManagerProperty in class ViewsQueryAlter

The workspace manager service.

WorkspaceAccessControlHandlerClass in namespace Drupal\workspaces

Defines the access control handler for the workspace entity type.

WorkspaceAccessExceptionClass in namespace Drupal\workspaces

Exception thrown when trying to switch to an inaccessible workspace.

WorkspaceAssociationClass in namespace Drupal\workspaces

Provides a class for CRUD operations on workspace associations.

$ WorkspaceAssociation#workspaceRepositoryProperty in class WorkspaceAssociation

The workspace repository service.

WorkspaceAssociation::workspaceInsert() — Method in class WorkspaceAssociation

Responds to the creation of a new workspace entity.

WorkspaceAssociationInterfaceClass in namespace Drupal\workspaces

Defines an interface for the workspace_association service.

WorkspaceAssociationInterface::workspaceInsert() — Method in class WorkspaceAssociationInterface

Responds to the creation of a new workspace entity.

WorkspaceCacheContextClass in namespace Drupal\workspaces

Defines the WorkspaceCacheContext service, for "per workspace" caching.

$ WorkspaceCacheContext#workspaceManagerProperty in class WorkspaceCacheContext

The workspace manager.

WorkspaceConflictExceptionClass in namespace Drupal\workspaces

An exception thrown when two workspaces are in a conflicting content state.

WorkspaceInterfaceClass in namespace Drupal\workspaces

Defines an interface for the workspace entity type.

WorkspaceListBuilderClass in namespace Drupal\workspaces

Defines a class to build a listing of workspace entities.

$ WorkspaceListBuilder#workspaceManagerProperty in class WorkspaceListBuilder

The workspace manager service.

$ WorkspaceListBuilder#workspaceRepositoryProperty in class WorkspaceListBuilder

The workspace repository service.

WorkspaceManagerClass in namespace Drupal\workspaces

Provides the workspace manager.

$ WorkspaceManager#workspaceAssociationProperty in class WorkspaceManager

The workspace association service.

WorkspaceManagerInterfaceClass in namespace Drupal\workspaces

Provides an interface for managing Workspaces.

WorkspaceMergerClass in namespace Drupal\workspaces

Default implementation of the workspace merger.

$ WorkspaceMerger#workspaceAssociationProperty in class WorkspaceMerger

The workspace association service.

WorkspaceMergerInterfaceClass in namespace Drupal\workspaces

Defines an interface for the workspace merger.

WorkspaceOperationFactoryClass in namespace Drupal\workspaces

Defines a factory class for workspace operations.

$ WorkspaceOperationFactory#workspaceManagerProperty in class WorkspaceOperationFactory

The workspace manager.

$ WorkspaceOperationFactory#workspaceAssociationProperty in class WorkspaceOperationFactory

The workspace association service.

WorkspaceOperationInterfaceClass in namespace Drupal\workspaces

Defines an interface for workspace operations.

WorkspacePublisherClass in namespace Drupal\workspaces

Default implementation of the workspace publisher.

$ WorkspacePublisher#workspaceManagerProperty in class WorkspacePublisher

The workspace manager.

$ WorkspacePublisher#workspaceAssociationProperty in class WorkspacePublisher

The workspace association service.

WorkspacePublisherInterfaceClass in namespace Drupal\workspaces

Defines an interface for the workspace publisher.

WorkspaceRepositoryClass in namespace Drupal\workspaces

Provides the default workspace tree lookup operations.

WorkspaceRepositoryInterfaceClass in namespace Drupal\workspaces

Provides an interface for workspace tree lookup operations.

WorkspaceViewBuilderClass in namespace Drupal\workspaces

Provides a Workspace view builder.

$ WorkspaceViewBuilder#workspaceAssociationProperty in class WorkspaceViewBuilder

The workspace association service.

WorkspacesAliasRepositoryClass in namespace Drupal\workspaces

Provides workspace-specific path alias lookup queries.

$ WorkspacesAliasRepository#workspaceManagerProperty in class WorkspacesAliasRepository

The workspace manager.

WorkspacesServiceProviderClass in namespace Drupal\workspaces

Defines a service provider for the Workspaces module.

X

XssClass in namespace Drupal\Component\Utility

Provides helper to filter for cross-site scripting.

Renderer::xssFilterAdminIfUnsafe() — Method in class Renderer

Applies a very permissive XSS/HTML filter for admin-only use.

JUnitConverter::xmlToRows() — Method in class JUnitConverter

Converts PHPUnit's JUnit XML output file to {simpletest} schema.

JUnitConverter::xmlElementToRows() — Method in class JUnitConverter

Parse test cases from XML to {simpletest} schema.

PhpUnitTestRunner::xmlLogFilePath() — Method in class PhpUnitTestRunner

Returns the path to use for PHPUnit's --log-junit option.

XmlEncoderClass in namespace Drupal\serialization\Encoder

Adds XML support for serializer.

Y

YamlDirectoryDiscoveryClass in namespace Drupal\Component\Discovery

Discovers multiple YAML files in a set of directories.

YamlDiscoveryClass in namespace Drupal\Component\Discovery

Provides discovery for YAML files within a given set of directories.

YamlClass in namespace Drupal\Component\Serialization

Provides a YAML serialization implementation.

YamlPeclClass in namespace Drupal\Component\Serialization

Provides default serialization for YAML using the PECL extension.

YamlSymfonyClass in namespace Drupal\Component\Serialization

Default serialization for YAML using the Symfony component.

DateHelper::years() — Method in class DateHelper

Constructs an array of years in a specified range.

YamlFileLoaderClass in namespace Drupal\Core\DependencyInjection

YamlFileLoader loads YAML files service definitions.

YamlDiscoveryClass in namespace Drupal\Core\Discovery

Provides discovery for YAML files within a given set of directories.

YamlDirectoryDiscoveryClass in namespace Drupal\Core\Plugin\Discovery

Allows multiple YAML files per directory to define plugin definitions.

YamlDiscoveryClass in namespace Drupal\Core\Plugin\Discovery

Allows YAML files to define plugin definitions.

YamlDiscoveryDecoratorClass in namespace Drupal\Core\Plugin\Discovery

Enables YAML discovery for plugin definitions.

YamlClass in namespace Drupal\Core\Serialization

Provides a YAML serialization implementation.

YearDateClass in namespace Drupal\datetime\Plugin\views\argument

Argument handler for a year.

YearMonthDateClass in namespace Drupal\datetime\Plugin\views\argument

Argument handler for a year plus month (CCYYMM).

ContentEntity::yieldEntities() — Method in class ContentEntity

Loads and yields entities, one at a time.

$ PermissionHandler#yamlDiscoveryProperty in class PermissionHandler

The YAML discovery class to find all .permissions.yml files.

YearDateClass in namespace Drupal\views\Plugin\views\argument

Argument handler for a year (CCYY)

YearMonthDateClass in namespace Drupal\views\Plugin\views\argument

Argument handler for a year plus month (CCYYMM)

Z

ZfExtensionManagerSfContainerClass in namespace Drupal\Component\Bridge

Defines a bridge between the Laminas service manager to Symfony container.

ZipClass in namespace Drupal\Core\Archiver

Defines an archiver implementation for .zip files.

$ Zip#zipProperty in class Zip

The underlying ZipArchive instance that does the heavy lifting.

ZipClass in namespace Drupal\system\Plugin\Archiver

Defines an archiver implementation for .zip files.

_

DocParser::__construct() — Method in class DocParser

Constructs a new DocParser.

SimpleAnnotationReader::__construct() — Method in class SimpleAnnotationReader
Constructor.
StaticReflectionClass::__construct() — Method in class StaticReflectionClass
StaticReflectionClass::__toString() — Method in class StaticReflectionClass
{@inheritDoc}
StaticReflectionParser::__construct() — Method in class StaticReflectionParser

Parses a class residing in a PSR-0 hierarchy.

Plugin::__construct() — Method in class Plugin

Constructs a Plugin object.

AnnotatedClassDiscovery::__construct() — Method in class AnnotatedClassDiscovery

Constructs a new instance.

AnnotationBridgeDecorator::__construct() — Method in class AnnotationBridgeDecorator

ObjectDefinitionDiscoveryDecorator constructor.

AnnotationBridgeDecorator::__call() — Method in class AnnotationBridgeDecorator

Passes through all unknown calls onto the decorated object.

ZfExtensionManagerSfContainer::__construct() — Method in class ZfExtensionManagerSfContainer

Constructs a ZfExtensionManagerSfContainer object.

DateTimePlus::__construct() — Method in class DateTimePlus

Constructs a date object set to a requested date and timezone.

DateTimePlus::__call() — Method in class DateTimePlus

Implements the magic __call method.

DateTimePlus::__callStatic() — Method in class DateTimePlus

Implements the magic __callStatic method.

DateTimePlus::__clone() — Method in class DateTimePlus

Implements the magic __clone method.

Time::__construct() — Method in class Time

Constructs a Time object.

Container::__construct() — Method in class Container

Constructs a new Container instance.

PhpArrayContainer::__construct() — Method in class PhpArrayContainer

Constructs a new Container instance.

Diff::__construct() — Method in class Diff
Constructor.
DiffFormatter::_block() — Method in class DiffFormatter
DiffFormatter::_start_diff() — Method in class DiffFormatter
DiffFormatter::_end_diff() — Method in class DiffFormatter
DiffFormatter::_block_header() — Method in class DiffFormatter
DiffFormatter::_start_block() — Method in class DiffFormatter
DiffFormatter::_end_block() — Method in class DiffFormatter
DiffFormatter::_lines() — Method in class DiffFormatter
DiffFormatter::_context() — Method in class DiffFormatter
DiffFormatter::_added() — Method in class DiffFormatter
DiffFormatter::_deleted() — Method in class DiffFormatter
DiffFormatter::_changed() — Method in class DiffFormatter
DiffEngine::_line_hash() — Method in class DiffEngine

Returns the whole line if it's small enough, or a hash otherwise.

DiffEngine::_diag() — Method in class DiffEngine

Divide the Largest Common Subsequence (LCS) of the sequences [XOFF, XLIM) and [YOFF, YLIM) into NCHUNKS approximately equally sized segments.

DiffEngine::_lcs_pos() — Method in class DiffEngine
DiffEngine::_compareseq() — Method in class DiffEngine

Find LCS of two sequences.

DiffEngine::_shift_boundaries() — Method in class DiffEngine

Adjust inserts/deletes of identical lines to join changes as much as possible.

DiffOpAdd::__construct() — Method in class DiffOpAdd
DiffOpChange::__construct() — Method in class DiffOpChange
DiffOpCopy::__construct() — Method in class DiffOpCopy
DiffOpDelete::__construct() — Method in class DiffOpDelete
HWLDFWordAccumulator::_flushGroup() — Method in class HWLDFWordAccumulator
HWLDFWordAccumulator::_flushLine() — Method in class HWLDFWordAccumulator
MappedDiff::__construct() — Method in class MappedDiff
Constructor.
WordLevelDiff::__construct() — Method in class WordLevelDiff
Constructor.
WordLevelDiff::_split() — Method in class WordLevelDiff
YamlDirectoryDiscovery::__construct() — Method in class YamlDirectoryDiscovery

Constructs a YamlDirectoryDiscovery object.

YamlDiscovery::__construct() — Method in class YamlDiscovery

Constructs a YamlDiscovery object.

ContainerAwareEventDispatcher::__construct() — Method in class ContainerAwareEventDispatcher

Constructs a container aware event dispatcher.

FileCache::__construct() — Method in class FileCache

Constructs a FileCache object.

NullFileCache::__construct() — Method in class NullFileCache

Constructs a FileCache object.

RegexDirectoryIterator::__construct() — Method in class RegexDirectoryIterator

RegexDirectoryIterator constructor.

FrontMatterParseException::__construct() — Method in class FrontMatterParseException

Constructs a new FrontMatterParseException instance.

FrontMatter::__construct() — Method in class FrontMatter

FrontMatter constructor.

PoHeader::__construct() — Method in class PoHeader

Constructor, creates a PoHeader with default values.

PoHeader::__toString() — Method in class PoHeader

Generate a Gettext PO formatted header string based on data set earlier.

PoItem::__toString() — Method in class PoItem

Output the PoItem as a string.

PoMemoryWriter::__construct() — Method in class PoMemoryWriter

Constructor, initialize empty items.

Graph::__construct() — Method in class Graph

Instantiates the depth first search object.

FileReadOnlyStorage::__construct() — Method in class FileReadOnlyStorage

Constructs this FileStorage object.

FileStorage::__construct() — Method in class FileStorage

Constructs this FileStorage object.

MTimeProtectedFastFileStorage::__construct() — Method in class MTimeProtectedFastFileStorage

Constructs this MTimeProtectedFastFileStorage object.

ContextAwarePluginBase::__construct() — Method in class ContextAwarePluginBase

Overrides \Drupal\Component\Plugin\PluginBase::__construct().

Context::__construct() — Method in class Context

Create a context object.

DerivativeDiscoveryDecorator::__construct() — Method in class DerivativeDiscoveryDecorator

Creates a new instance.

DerivativeDiscoveryDecorator::__call() — Method in class DerivativeDiscoveryDecorator

Passes through all unknown calls onto the decorated object.

StaticDiscoveryDecorator::__construct() — Method in class StaticDiscoveryDecorator

Constructs a \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator object.

StaticDiscoveryDecorator::__call() — Method in class StaticDiscoveryDecorator

Passes through all unknown calls onto the decorated object.

InvalidPluginDefinitionException::__construct() — Method in class InvalidPluginDefinitionException

Constructs an InvalidPluginDefinitionException.

MissingValueContextException::__construct() — Method in class MissingValueContextException

MissingValueContextException constructor.

PluginNotFoundException::__construct() — Method in class PluginNotFoundException

Construct a PluginNotFoundException exception.

DefaultFactory::__construct() — Method in class DefaultFactory

Constructs a Drupal\Component\Plugin\Factory\DefaultFactory object.

PluginBase::__construct() — Method in class PluginBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

FormattableMarkup::__construct() — Method in class FormattableMarkup

Constructs a new class instance.

FormattableMarkup::__toString() — Method in class FormattableMarkup

Returns markup.

HtmlEscapedText::__construct() — Method in class HtmlEscapedText

Constructs an HtmlEscapedText object.

HtmlEscapedText::__toString() — Method in class HtmlEscapedText

Returns markup.

MarkupInterface::__toString() — Method in class MarkupInterface

Returns markup.

MarkupTrait::__toString() — Method in class MarkupTrait

Returns the string version of the Markup object.

PhpTransliteration::__construct() — Method in class PhpTransliteration

Constructs a transliteration object.

ArgumentsResolver::__construct() — Method in class ArgumentsResolver

Constructs a new ArgumentsResolver.

DeprecatedArray::__construct() — Method in class DeprecatedArray

DeprecatedArray constructor.

Rectangle::__construct() — Method in class Rectangle

Constructs a new Rectangle object.

ToStringTrait::__toString() — Method in class ToStringTrait

Implements the magic __toString() method.

ToStringTrait::_die() — Method in class ToStringTrait

For test purposes, wrap die() in an overridable method.

Constraint::__construct() — Method in class Constraint

Constraint constructor.

Constraint::__toString() — Method in class Constraint

Gets the constraint as a string.

BuilderInterface::__construct() — Method in class BuilderInterface

BuilderInterface constructor.

DrupalPackageBuilder::__construct() — Method in class DrupalPackageBuilder

DrupalPackageBuilder constructor.

PackageGenerator::__construct() — Method in class PackageGenerator

PackageGenerator constructor.

DrupalCoreComposer::__construct() — Method in class DrupalCoreComposer

DrupalCoreComposer constructor.

Message::__construct() — Method in class Message

Construct a Config object.

AllowedPackages::__construct() — Method in class AllowedPackages

AllowedPackages constructor.

Handler::__construct() — Method in class Handler

Handler constructor.

Interpolator::__construct() — Method in class Interpolator

Interpolator constructor.

ManageGitIgnore::__construct() — Method in class ManageGitIgnore

ManageGitIgnore constructor.

ManageOptions::__construct() — Method in class ManageOptions

ManageOptions constructor.

AppendOp::__construct() — Method in class AppendOp

Constructs an AppendOp.

OperationData::__construct() — Method in class OperationData

OperationData constructor.

OperationFactory::__construct() — Method in class OperationFactory

OperationFactory constructor.

ReplaceOp::__construct() — Method in class ReplaceOp

Constructs a ReplaceOp.

ScaffoldFileCollection::__construct() — Method in class ScaffoldFileCollection

ScaffoldFileCollection constructor.

ScaffoldResult::__construct() — Method in class ScaffoldResult

ScaffoldResult constructor.

SkipOp::__construct() — Method in class SkipOp

SkipOp constructor.

ScaffoldFileInfo::__construct() — Method in class ScaffoldFileInfo

Constructs a ScaffoldFileInfo object.

ScaffoldFilePath::__construct() — Method in class ScaffoldFilePath

ScaffoldFilePath constructor.

ScaffoldOptions::__construct() — Method in class ScaffoldOptions

ScaffoldOptions constructor.

Config::__construct() — Method in class Config

Construct a Config object.

AccessManager::__construct() — Method in class AccessManager

Constructs an AccessManager instance.

AccessResultForbidden::__construct() — Method in class AccessResultForbidden

Constructs a new AccessResultForbidden instance.

AccessResultNeutral::__construct() — Method in class AccessResultNeutral

Constructs a new AccessResultNeutral instance.

CsrfAccessCheck::__construct() — Method in class CsrfAccessCheck

Constructs a CsrfAccessCheck object.

CsrfRequestHeaderAccessCheck::__construct() — Method in class CsrfRequestHeaderAccessCheck

Constructs a new rest CSRF access check.

CsrfTokenGenerator::__construct() — Method in class CsrfTokenGenerator

Constructs the token generator.

CustomAccessCheck::__construct() — Method in class CustomAccessCheck

Constructs a CustomAccessCheck instance.

RouteProcessorCsrf::__construct() — Method in class RouteProcessorCsrf

Constructs a RouteProcessorCsrf object.

ActionManager::__construct() — Method in class ActionManager

Constructs a new class instance.

ConfigurableActionBase::__construct() — Method in class ConfigurableActionBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

DeleteAction::__construct() — Method in class DeleteAction

Constructs a new DeleteAction object.

EntityActionDeriverBase::__construct() — Method in class EntityActionDeriverBase

Constructs a new EntityActionDeriverBase object.

EmailAction::__construct() — Method in class EmailAction

Constructs an EmailAction object.

EntityActionBase::__construct() — Method in class EntityActionBase

Constructs an EntityActionBase object.

GotoAction::__construct() — Method in class GotoAction

Constructs a GotoAction object.

MessageAction::__construct() — Method in class MessageAction

Constructs a MessageAction object.

SaveAction::__construct() — Method in class SaveAction

Constructs a SaveAction object.

AddCssCommand::__construct() — Method in class AddCssCommand

Constructs an AddCssCommand.

AjaxResponseAttachmentsProcessor::__construct() — Method in class AjaxResponseAttachmentsProcessor

Constructs an AjaxResponseAttachmentsProcessor object.

AlertCommand::__construct() — Method in class AlertCommand

Constructs an AlertCommand object.

AnnounceCommand::__construct() — Method in class AnnounceCommand

Constructs an AnnounceCommand object.

BaseCommand::__construct() — Method in class BaseCommand

Constructs a BaseCommand object.

ChangedCommand::__construct() — Method in class ChangedCommand

Constructs a ChangedCommand object.

CloseDialogCommand::__construct() — Method in class CloseDialogCommand

Constructs a CloseDialogCommand object.

CloseModalDialogCommand::__construct() — Method in class CloseModalDialogCommand

Constructs a CloseModalDialogCommand object.

CssCommand::__construct() — Method in class CssCommand

Constructs a CssCommand object.

DataCommand::__construct() — Method in class DataCommand

Constructs a DataCommand object.

FocusFirstCommand::__construct() — Method in class FocusFirstCommand

Constructs an FocusFirstCommand object.

InsertCommand::__construct() — Method in class InsertCommand

Constructs an InsertCommand object.

InvokeCommand::__construct() — Method in class InvokeCommand

Constructs an InvokeCommand object.

MessageCommand::__construct() — Method in class MessageCommand

Constructs a MessageCommand object.

OpenDialogCommand::__construct() — Method in class OpenDialogCommand

Constructs an OpenDialogCommand object.

OpenModalDialogCommand::__construct() — Method in class OpenModalDialogCommand

Constructs an OpenModalDialog object.

OpenOffCanvasDialogCommand::__construct() — Method in class OpenOffCanvasDialogCommand

Constructs an OpenOffCanvasDialogCommand object.

RedirectCommand::__construct() — Method in class RedirectCommand

Constructs an RedirectCommand object.

RemoveCommand::__construct() — Method in class RemoveCommand

Constructs a RemoveCommand object.

RestripeCommand::__construct() — Method in class RestripeCommand

Constructs a RestripeCommand object.

SetDialogOptionCommand::__construct() — Method in class SetDialogOptionCommand

Constructs a SetDialogOptionCommand object.

SetDialogTitleCommand::__construct() — Method in class SetDialogTitleCommand

Constructs a SetDialogTitleCommand object.

SettingsCommand::__construct() — Method in class SettingsCommand

Constructs a SettingsCommand object.

UpdateBuildIdCommand::__construct() — Method in class UpdateBuildIdCommand

Constructs an UpdateBuildIdCommand object.

ContextDefinition::__construct() — Method in class ContextDefinition

Constructs a new context definition object.

PluralTranslation::__construct() — Method in class PluralTranslation

Constructs a new class instance.

Translation::__construct() — Method in class Translation

Constructs a new class instance.

AppRootFactory::__construct() — Method in class AppRootFactory

Constructs an AppRootFactory instance.

ArchiveTar::_error() — Method in class ArchiveTar
{@inheritdoc}
ArchiveTar::_warning() — Method in class ArchiveTar
{@inheritdoc}
ArchiverManager::__construct() — Method in class ArchiverManager

Constructs an ArchiverManager object.

Tar::__construct() — Method in class Tar

Constructs a Tar object.

Zip::__construct() — Method in class Zip

Constructs a Zip object.

AssetDumper::__construct() — Method in class AssetDumper

AssetDumper constructor.

AssetResolver::__construct() — Method in class AssetResolver

Constructs a new AssetResolver instance.

CssCollectionOptimizer::__construct() — Method in class CssCollectionOptimizer

Constructs a CssCollectionOptimizer.

CssCollectionRenderer::__construct() — Method in class CssCollectionRenderer

Constructs a CssCollectionRenderer.

CssOptimizer::__construct() — Method in class CssOptimizer

Constructs a CssOptimizer.

JsCollectionOptimizer::__construct() — Method in class JsCollectionOptimizer

Constructs a JsCollectionOptimizer.

JsCollectionRenderer::__construct() — Method in class JsCollectionRenderer

Constructs a JsCollectionRenderer.

LibrariesDirectoryFileFinder::__construct() — Method in class LibrariesDirectoryFileFinder

Constructs a new LibrariesDirectoryFileFinder instance.

LibraryDependencyResolver::__construct() — Method in class LibraryDependencyResolver

Constructs a new LibraryDependencyResolver instance.

LibraryDiscovery::__construct() — Method in class LibraryDiscovery

Constructs a new LibraryDiscovery instance.

LibraryDiscoveryCollector::__construct() — Method in class LibraryDiscoveryCollector

Constructs a CacheCollector object.

LibraryDiscoveryParser::__construct() — Method in class LibraryDiscoveryParser

Constructs a new LibraryDiscoveryParser instance.

AuthenticationManager::__construct() — Method in class AuthenticationManager

Creates a new authentication manager instance.

BatchBuilder::__construct() — Method in class BatchBuilder

Sets the default values for the batch builder.

BatchStorage::__construct() — Method in class BatchStorage

Constructs the database batch storage service.

BlockManager::__construct() — Method in class BlockManager

Constructs a new \Drupal\Core\Block\BlockManager object.

BlockPluginTrait::__construct() — Method in class BlockPluginTrait
{@inheritdoc}
Broken::__construct() — Method in class Broken

Creates a Broken Block instance.

BreadcrumbManager::__construct() — Method in class BreadcrumbManager

Constructs a \Drupal\Core\Breadcrumb\BreadcrumbManager object.

ApcuBackend::__construct() — Method in class ApcuBackend

Constructs a new ApcuBackend instance.

ApcuBackendFactory::__construct() — Method in class ApcuBackendFactory

Constructs an ApcuBackendFactory object.

CacheCollector::__construct() — Method in class CacheCollector

Constructs a CacheCollector object.

CacheFactory::__construct() — Method in class CacheFactory

Constructs CacheFactory object.

ChainedFastBackend::__construct() — Method in class ChainedFastBackend

Constructs a ChainedFastBackend object.

ChainedFastBackendFactory::__construct() — Method in class ChainedFastBackendFactory

Constructs ChainedFastBackendFactory object.

AccountPermissionsCacheContext::__construct() — Method in class AccountPermissionsCacheContext

Constructs a new UserCacheContext service.

CacheContextsManager::__construct() — Method in class CacheContextsManager

Constructs a CacheContextsManager object.

ContextCacheKeys::__construct() — Method in class ContextCacheKeys

Constructs a ContextCacheKeys object.

IsFrontPathCacheContext::__construct() — Method in class IsFrontPathCacheContext

Constructs an IsFrontPathCacheContext object.

LanguagesCacheContext::__construct() — Method in class LanguagesCacheContext

Constructs a new LanguagesCacheContext service.

PagersCacheContext::__construct() — Method in class PagersCacheContext

Constructs a new PagersCacheContext object.

RequestStackCacheContextBase::__construct() — Method in class RequestStackCacheContextBase

Constructs a new RequestStackCacheContextBase class.

RouteCacheContext::__construct() — Method in class RouteCacheContext

Constructs a new RouteCacheContext class.

SessionExistsCacheContext::__construct() — Method in class SessionExistsCacheContext

Constructs a new SessionExistsCacheContext class.

ThemeCacheContext::__construct() — Method in class ThemeCacheContext

Constructs a new ThemeCacheContext service.

UserCacheContextBase::__construct() — Method in class UserCacheContextBase

Constructs a new UserCacheContextBase class.

DatabaseBackend::__construct() — Method in class DatabaseBackend

Constructs a DatabaseBackend object.

DatabaseBackendFactory::__construct() — Method in class DatabaseBackendFactory

Constructs the DatabaseBackendFactory object.

DatabaseCacheTagsChecksum::__construct() — Method in class DatabaseCacheTagsChecksum

Constructs a DatabaseCacheTagsChecksum object.

MemoryBackend::__sleep() — Method in class MemoryBackend

Prevents data stored in memory backends from being serialized.

NullBackend::__construct() — Method in class NullBackend

Constructs a NullBackend object.

PhpBackend::__construct() — Method in class PhpBackend

Constructs a PhpBackend object.

PhpBackendFactory::__construct() — Method in class PhpBackendFactory

Constructs a PhpBackendFactory object.

DbToolsApplication::__construct() — Method in class DbToolsApplication
{@inheritdoc}
GenerateProxyClassApplication::__construct() — Method in class GenerateProxyClassApplication

Constructs a new GenerateProxyClassApplication instance.

GenerateProxyClassCommand::__construct() — Method in class GenerateProxyClassCommand

Constructs a new GenerateProxyClassCommand instance.

GenerateTheme::__construct() — Method in class GenerateTheme
{@inheritdoc}
InstallCommand::__construct() — Method in class InstallCommand

Constructs a new InstallCommand command.

ServerCommand::__construct() — Method in class ServerCommand

Constructs a new ServerCommand command.

ConditionManager::__construct() — Method in class ConditionManager

Constructs a ConditionManager object.

ConditionPluginBase::__construct() — Method in class ConditionPluginBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

CachedStorage::__construct() — Method in class CachedStorage

Constructs a new CachedStorage.

Config::__construct() — Method in class Config

Constructs a configuration object.

ConfigCrudEvent::__construct() — Method in class ConfigCrudEvent

Constructs a configuration event object.

ConfigFactory::__construct() — Method in class ConfigFactory

Constructs the Config factory.

ConfigImporter::__construct() — Method in class ConfigImporter

Constructs a configuration import object.

ConfigImporterEvent::__construct() — Method in class ConfigImporterEvent

Constructs ConfigImporterEvent.

ConfigInstaller::__construct() — Method in class ConfigInstaller

Constructs the configuration installer.

ConfigManager::__construct() — Method in class ConfigManager

Creates ConfigManager objects.

ConfigModuleOverridesEvent::__construct() — Method in class ConfigModuleOverridesEvent

Constructs a configuration overrides event object.

ConfigRenameEvent::__construct() — Method in class ConfigRenameEvent

Constructs the config rename event.

DatabaseStorage::__construct() — Method in class DatabaseStorage

Constructs a new DatabaseStorage.

ConfigSchemaChecker::__construct() — Method in class ConfigSchemaChecker

Constructs the ConfigSchemaChecker object.

$ ConfigEntityBase#_coreProperty in class ConfigEntityBase

Information maintained by Drupal core about configuration.

ConfigEntityBase::__construct() — Method in class ConfigEntityBase

Constructs an Entity object.

ConfigEntityBase::__sleep() — Method in class ConfigEntityBase
{@inheritdoc}
ConfigEntityDependency::__construct() — Method in class ConfigEntityDependency

Constructs the configuration entity dependency from the entity values.

ConfigEntityStorage::__construct() — Method in class ConfigEntityStorage

Constructs a ConfigEntityStorage object.

ConfigEntityStorage::_doCreateFromStorageRecord() — Method in class ConfigEntityStorage

Helps create a configuration entity from storage values.

ConfigEntityType::__construct() — Method in class ConfigEntityType

Constructs a new EntityType.

ConfigEntityUpdater::__construct() — Method in class ConfigEntityUpdater

ConfigEntityUpdater constructor.

DraggableListBuilder::__construct() — Method in class DraggableListBuilder

Constructs a new EntityListBuilder object.

Query::__construct() — Method in class Query

Constructs a Query object.

QueryFactory::__construct() — Method in class QueryFactory

Constructs a QueryFactory object.

ExportStorageManager::__construct() — Method in class ExportStorageManager

ExportStorageManager constructor.

ExtensionInstallStorage::__construct() — Method in class ExtensionInstallStorage

Overrides \Drupal\Core\Config\InstallStorage::__construct().

FileStorage::__construct() — Method in class FileStorage

Constructs a new FileStorage.

ImportStorageTransformer::__construct() — Method in class ImportStorageTransformer

ImportStorageTransformer constructor.

MissingContentEvent::__construct() — Method in class MissingContentEvent

Constructs a configuration import missing content event object.

InstallStorage::__construct() — Method in class InstallStorage

Constructs an InstallStorage object.

ManagedStorage::__construct() — Method in class ManagedStorage

ManagedStorage constructor.

MemoryStorage::__construct() — Method in class MemoryStorage

Constructs a new MemoryStorage.

NullStorage::__construct() — Method in class NullStorage

Constructs a new NullStorage.

ReadOnlyStorage::__construct() — Method in class ReadOnlyStorage

Create a ReadOnlyStorage decorating another storage.

ConfigSchemaDiscovery::__construct() — Method in class ConfigSchemaDiscovery

Constructs a ConfigSchemaDiscovery object.

StorageComparer::__construct() — Method in class StorageComparer

Constructs the Configuration storage comparer.

StorageTransformEvent::__construct() — Method in class StorageTransformEvent

StorageTransformEvent constructor.

TypedConfigManager::__construct() — Method in class TypedConfigManager

Creates a new typed configuration manager.

Psr7RequestValueResolver::__construct() — Method in class Psr7RequestValueResolver

Constructs a new ControllerResolver.

ControllerResolver::__construct() — Method in class ControllerResolver

Constructs a new ControllerResolver.

FormController::__construct() — Method in class FormController

Constructs a new \Drupal\Core\Controller\FormController object.

HtmlFormController::__construct() — Method in class HtmlFormController

Constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object.

TitleResolver::__construct() — Method in class TitleResolver

Constructs a TitleResolver instance.

Cron::__construct() — Method in class Cron

Constructs a cron object.

Connection::__construct() — Method in class Connection

Constructs a Connection object.

Connection::__destruct() — Method in class Connection

Ensures that the PDO connection can be garbage collected.

Connection::__sleep() — Method in class Connection

Prevents the database connection from being serialized.

Log::__construct() — Method in class Log
Constructor.
Condition::__construct() — Method in class Condition

Constructs a Condition object.

Condition::__toString() — Method in class Condition

Implements PHP magic __toString method to convert the conditions to string.

Condition::__clone() — Method in class Condition

PHP magic __clone() method.

Delete::__construct() — Method in class Delete

Constructs a Delete object.

Delete::__toString() — Method in class Delete

Implements PHP magic __toString method to convert the query to a string.

Insert::__construct() — Method in class Insert

Constructs an Insert object.

Insert::__toString() — Method in class Insert

Implements PHP magic __toString method to convert the query to a string.

Merge::__construct() — Method in class Merge

Constructs a Merge object.

Merge::__toString() — Method in class Merge

Implements PHP magic __toString method to convert the query to a string.

PagerSelectExtender::__construct() — Method in class PagerSelectExtender

Constructs a PagerSelectExtender object.

Query::__construct() — Method in class Query

Constructs a Query object.

Query::__sleep() — Method in class Query

Implements the magic __sleep function to disconnect from the database.

Query::__wakeup() — Method in class Query

Implements the magic __wakeup function to reconnect to the database.

Query::__clone() — Method in class Query

Implements the magic __clone function.

Query::__toString() — Method in class Query

Implements PHP magic __toString method to convert the query to a string.

Select::__construct() — Method in class Select

Constructs a Select object.

Select::__toString() — Method in class Select

Implements PHP magic __toString method to convert the query to a string.

Select::__clone() — Method in class Select

Implements the magic __clone function.

SelectExtender::__construct() — Method in class SelectExtender
SelectExtender::__toString() — Method in class SelectExtender

Returns a string representation of how the query will be executed in SQL.

SelectExtender::__clone() — Method in class SelectExtender

Clone magic method.

SelectExtender::__call() — Method in class SelectExtender

Magic override for undefined methods.

SelectInterface::__clone() — Method in class SelectInterface

Clone magic method.

SelectInterface::__toString() — Method in class SelectInterface

Returns a string representation of how the query will be executed in SQL.

TableSortExtender::__construct() — Method in class TableSortExtender
Truncate::__construct() — Method in class Truncate

Constructs a Truncate query object.

Truncate::__toString() — Method in class Truncate

Implements PHP magic __toString method to convert the query to a string.

Update::__construct() — Method in class Update

Constructs an Update query object.

Update::__toString() — Method in class Update

Implements PHP magic __toString method to convert the query to a string.

Upsert::__construct() — Method in class Upsert

Constructs an Upsert object.

ReplicaKillSwitch::__construct() — Method in class ReplicaKillSwitch

Constructs a ReplicaKillSwitch object.

RowCountException::__construct() — Method in class RowCountException
Schema::__construct() — Method in class Schema
Schema::__clone() — Method in class Schema

Implements the magic __clone function.

StatementPrefetch::__construct() — Method in class StatementPrefetch

Constructs a StatementPrefetch object.

StatementWrapper::__construct() — Method in class StatementWrapper

Constructs a StatementWrapper object.

Transaction::__construct() — Method in class Transaction
Transaction::__destruct() — Method in class Transaction
DateFormatter::__construct() — Method in class DateFormatter

Constructs a Date object.

DrupalDateTime::__construct() — Method in class DrupalDateTime

Constructs a date object.

FormattedDateDiff::__construct() — Method in class FormattedDateDiff

Creates a new FormattedDateDiff instance.

Container::__sleep() — Method in class Container
{@inheritdoc}
ContainerBuilder::__construct() — Method in class ContainerBuilder
{@inheritdoc}
ContainerBuilder::__sleep() — Method in class ContainerBuilder
{@inheritdoc}
$ DependencySerializationTrait#_serviceIdsProperty in class DependencySerializationTrait

An array of service IDs keyed by property name used for serialization.

$ DependencySerializationTrait#_entityStoragesProperty in class DependencySerializationTrait

An array of entity type IDs keyed by the property name of their storages.

DependencySerializationTrait::__sleep() — Method in class DependencySerializationTrait
{@inheritdoc}
DependencySerializationTrait::__wakeup() — Method in class DependencySerializationTrait
{@inheritdoc}
DeprecatedServicePropertyTrait::__get() — Method in class DeprecatedServicePropertyTrait

Allows to access deprecated/removed properties.

YamlFileLoader::__construct() — Method in class YamlFileLoader
DiffFormatter::__construct() — Method in class DiffFormatter

Creates a DiffFormatter to render diffs in a table.

DiffFormatter::_start_diff() — Method in class DiffFormatter
DiffFormatter::_end_diff() — Method in class DiffFormatter
DiffFormatter::_block_header() — Method in class DiffFormatter
DiffFormatter::_start_block() — Method in class DiffFormatter
DiffFormatter::_lines() — Method in class DiffFormatter
DiffFormatter::_added() — Method in class DiffFormatter
DiffFormatter::_deleted() — Method in class DiffFormatter
DiffFormatter::_context() — Method in class DiffFormatter
DiffFormatter::_changed() — Method in class DiffFormatter
VariantBase::__construct() — Method in class VariantBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

VariantManager::__construct() — Method in class VariantManager

Constructs a new VariantManager.

DrupalKernel::__construct() — Method in class DrupalKernel

Constructs a DrupalKernel object.

ContentEntityBase::__construct() — Method in class ContentEntityBase

Constructs an Entity object.

ContentEntityBase::__sleep() — Method in class ContentEntityBase
{@inheritdoc}
ContentEntityBase::__get() — Method in class ContentEntityBase

Implements the magic method for getting object properties.

ContentEntityBase::__set() — Method in class ContentEntityBase

Implements the magic method for setting object properties.

ContentEntityBase::__isset() — Method in class ContentEntityBase

Implements the magic method for isset().

ContentEntityBase::__unset() — Method in class ContentEntityBase

Implements the magic method for unset().

ContentEntityBase::__clone() — Method in class ContentEntityBase

Magic method: Implements a deep clone.

ContentEntityForm::__construct() — Method in class ContentEntityForm

Constructs a ContentEntityForm object.

ContentEntityStorageBase::__construct() — Method in class ContentEntityStorageBase

Constructs a ContentEntityStorageBase object.

ContentEntityType::__construct() — Method in class ContentEntityType

Constructs a new EntityType.

ContentUninstallValidator::__construct() — Method in class ContentUninstallValidator

Constructs a new ContentUninstallValidator.

EntityController::__construct() — Method in class EntityController

Constructs a new EntityController.

EntityViewController::__construct() — Method in class EntityViewController

Creates an EntityViewController object.

EntityBundleRouteEnhancer::__construct() — Method in class EntityBundleRouteEnhancer

Constructs a EntityBundleRouteEnhancer object.

EntityAccessControlHandler::__construct() — Method in class EntityAccessControlHandler

Constructs an access control handler instance.

EntityAutocompleteMatcher::__construct() — Method in class EntityAutocompleteMatcher

Constructs an EntityAutocompleteMatcher object.

EntityBase::__construct() — Method in class EntityBase

Constructs an Entity object.

EntityBase::__sleep() — Method in class EntityBase
{@inheritdoc}
EntityBundleListener::__construct() — Method in class EntityBundleListener

Constructs a new EntityBundleListener.

EntityConstraintViolationList::__construct() — Method in class EntityConstraintViolationList
{@inheritdoc}
EntityCreateAccessCheck::__construct() — Method in class EntityCreateAccessCheck

Constructs an EntityCreateAccessCheck object.

EntityCreateAnyAccessCheck::__construct() — Method in class EntityCreateAnyAccessCheck

Constructs an EntityCreateAnyAccessCheck object.

EntityDefinitionUpdateManager::__construct() — Method in class EntityDefinitionUpdateManager

Constructs a new EntityDefinitionUpdateManager.

EntityDeleteMultipleAccessCheck::__construct() — Method in class EntityDeleteMultipleAccessCheck

Constructs a new EntityDeleteMultipleAccessCheck.

EntityDisplayBase::__construct() — Method in class EntityDisplayBase

Constructs an Entity object.

EntityDisplayBase::__sleep() — Method in class EntityDisplayBase
{@inheritdoc}
EntityDisplayBase::__wakeup() — Method in class EntityDisplayBase
{@inheritdoc}
EntityDisplayRepository::__construct() — Method in class EntityDisplayRepository

Constructs a new EntityDisplayRepository.

EntityFieldManager::__construct() — Method in class EntityFieldManager

Constructs a new EntityFieldManager.

EntityFormBuilder::__construct() — Method in class EntityFormBuilder

Constructs a new EntityFormBuilder.

EntityLastInstalledSchemaRepository::__construct() — Method in class EntityLastInstalledSchemaRepository

Constructs a new EntityLastInstalledSchemaRepository.

EntityListBuilder::__construct() — Method in class EntityListBuilder

Constructs a new EntityListBuilder object.

SelectionPluginBase::__construct() — Method in class SelectionPluginBase

Constructs a new selection object.

SelectionPluginManager::__construct() — Method in class SelectionPluginManager

Creates the discovery object.

EntityRepository::__construct() — Method in class EntityRepository

Constructs a new EntityRepository.

EntityResolverManager::__construct() — Method in class EntityResolverManager

Constructs a new EntityRouteAlterSubscriber.

EntityStorageBase::__construct() — Method in class EntityStorageBase

Constructs an EntityStorageBase instance.

EntityStorageBase::__get() — Method in class EntityStorageBase

Warns subclasses not to directly access the deprecated entityClass property.

EntityStorageBase::__set() — Method in class EntityStorageBase

Warns subclasses not to directly set the deprecated entityClass property.

EntityType::__construct() — Method in class EntityType

Constructs a new EntityType.

EntityTypeBundleInfo::__construct() — Method in class EntityTypeBundleInfo

Constructs a new EntityTypeBundleInfo.

EntityTypeEvent::__construct() — Method in class EntityTypeEvent

Constructs a new EntityTypeEvent.

EntityTypeListener::__construct() — Method in class EntityTypeListener

Constructs a new EntityTypeListener.

EntityTypeManager::__construct() — Method in class EntityTypeManager

Constructs a new Entity plugin manager.

EntityTypeRepository::__construct() — Method in class EntityTypeRepository

Constructs a new EntityTypeRepository.

EntityViewBuilder::__construct() — Method in class EntityViewBuilder

Constructs a new EntityViewBuilder.

EntityFormDisplay::__construct() — Method in class EntityFormDisplay

Constructs an Entity object.

EntityViewDisplay::__construct() — Method in class EntityViewDisplay

Constructs an Entity object.

BundleConfigImportValidate::__construct() — Method in class BundleConfigImportValidate

Constructs the event subscriber.

AmbiguousBundleClassException::__construct() — Method in class AmbiguousBundleClassException

Constructs an AmbiguousBundleClassException.

AmbiguousEntityClassException::__construct() — Method in class AmbiguousEntityClassException

Constructs an AmbiguousEntityClassException.

BundleClassInheritanceException::__construct() — Method in class BundleClassInheritanceException

Constructs a BundleClassInheritanceException.

NoCorrespondingEntityClassException::__construct() — Method in class NoCorrespondingEntityClassException

Constructs a NoCorrespondingEntityClassException.

DeleteMultipleForm::__construct() — Method in class DeleteMultipleForm

Constructs a new DeleteMultiple object.

HtmlEntityFormController::__construct() — Method in class HtmlEntityFormController

Constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object.

KeyValueEntityStorage::__construct() — Method in class KeyValueEntityStorage

Constructs a new KeyValueEntityStorage.

Query::__construct() — Method in class Query

Constructs a new Query.

QueryFactory::__construct() — Method in class QueryFactory

Constructs a QueryFactory object.

EntityBundle::__construct() — Method in class EntityBundle

Constructs a new EntityBundle.

EntityBundle::__construct() — Method in class EntityBundle

Creates a new EntityBundle instance.

EntityDeriver::__construct() — Method in class EntityDeriver

Constructs an EntityDeriver object.

DefaultSelectionDeriver::__construct() — Method in class DefaultSelectionDeriver

Creates a DefaultSelectionDeriver object.

DefaultSelection::__construct() — Method in class DefaultSelection

Constructs a new DefaultSelection object.

EntityUntranslatableFieldsConstraintValidator::__construct() — Method in class EntityUntranslatableFieldsConstraintValidator

Constructs an EntityUntranslatableFieldsConstraintValidator object.

ValidReferenceConstraintValidator::__construct() — Method in class ValidReferenceConstraintValidator

Constructs a ValidReferenceConstraintValidator object.

ConditionFundamentals::__construct() — Method in class ConditionFundamentals

Constructs a Condition object.

ConditionFundamentals::__clone() — Method in class ConditionFundamentals

Implements the magic __clone function.

QueryFactory::__construct() — Method in class QueryFactory

Constructs a QueryFactory object.

QueryBase::__construct() — Method in class QueryBase

Constructs this object.

QueryBase::__clone() — Method in class QueryBase

Makes sure that the Condition object is cloned as well.

Query::__construct() — Method in class Query

Constructs a query object.

Query::__clone() — Method in class Query

Implements the magic __clone method.

Query::__toString() — Method in class Query

Implements the magic __toString method.

QueryFactory::__construct() — Method in class QueryFactory

Constructs a QueryFactory object.

Tables::__construct() — Method in class Tables
DefaultHtmlRouteProvider::__construct() — Method in class DefaultHtmlRouteProvider

Constructs a new DefaultHtmlRouteProvider.

DefaultTableMapping::__construct() — Method in class DefaultTableMapping

Constructs a DefaultTableMapping.

SqlContentEntityStorage::__construct() — Method in class SqlContentEntityStorage

Constructs a SqlContentEntityStorage object.

SqlContentEntityStorageSchema::__construct() — Method in class SqlContentEntityStorageSchema

Constructs a SqlContentEntityStorageSchema.

ActiveLinkResponseFilter::__construct() — Method in class ActiveLinkResponseFilter

Constructs a new ActiveLinkResponseFilter instance.

AjaxResponseSubscriber::__construct() — Method in class AjaxResponseSubscriber

Constructs an AjaxResponseSubscriber object.

AnonymousUserResponseSubscriber::__construct() — Method in class AnonymousUserResponseSubscriber

Constructs an AnonymousUserResponseSubscriber object.

AuthenticationSubscriber::__construct() — Method in class AuthenticationSubscriber

Constructs an authentication subscriber.

ConfigImportSubscriber::__construct() — Method in class ConfigImportSubscriber

Constructs the ConfigImportSubscriber.

ConfigSnapshotSubscriber::__construct() — Method in class ConfigSnapshotSubscriber

Constructs the ConfigSnapshotSubscriber object.

CustomPageExceptionHtmlSubscriber::__construct() — Method in class CustomPageExceptionHtmlSubscriber

Constructs a new CustomPageExceptionHtmlSubscriber.

DefaultExceptionHtmlSubscriber::__construct() — Method in class DefaultExceptionHtmlSubscriber

Constructs a new DefaultExceptionHtmlSubscriber.

EarlyRenderingControllerWrapperSubscriber::__construct() — Method in class EarlyRenderingControllerWrapperSubscriber

Constructs a new EarlyRenderingControllerWrapperSubscriber instance.

EntityRouteAlterSubscriber::__construct() — Method in class EntityRouteAlterSubscriber

Constructs an EntityRouteAlterSubscriber instance.

EntityRouteProviderSubscriber::__construct() — Method in class EntityRouteProviderSubscriber

Constructs a new EntityRouteProviderSubscriber instance.

ExceptionDetectNeedsInstallSubscriber::__construct() — Method in class ExceptionDetectNeedsInstallSubscriber

Constructs a new ExceptionDetectNeedsInstallSubscriber.

ExceptionLoggingSubscriber::__construct() — Method in class ExceptionLoggingSubscriber

Constructs a new ExceptionLoggingSubscriber.

ExcludedModulesEventSubscriber::__construct() — Method in class ExcludedModulesEventSubscriber

EnvironmentModulesEventSubscriber constructor.

Fast404ExceptionHtmlSubscriber::__construct() — Method in class Fast404ExceptionHtmlSubscriber

Constructs a new Fast404ExceptionHtmlSubscriber.

FinalExceptionSubscriber::__construct() — Method in class FinalExceptionSubscriber

Constructs a new FinalExceptionSubscriber.

FinishResponseSubscriber::__construct() — Method in class FinishResponseSubscriber

Constructs a FinishResponseSubscriber object.

HtmlResponsePlaceholderStrategySubscriber::__construct() — Method in class HtmlResponsePlaceholderStrategySubscriber

Constructs a HtmlResponsePlaceholderStrategySubscriber object.

HtmlResponseSubscriber::__construct() — Method in class HtmlResponseSubscriber

Constructs a HtmlResponseSubscriber object.

MainContentViewSubscriber::__construct() — Method in class MainContentViewSubscriber

Constructs a new MainContentViewSubscriber object.

MaintenanceModeSubscriber::__construct() — Method in class MaintenanceModeSubscriber

Constructs a new MaintenanceModeSubscriber.

MenuRouterRebuildSubscriber::__construct() — Method in class MenuRouterRebuildSubscriber

Constructs the MenuRouterRebuildSubscriber object.

ModuleRouteSubscriber::__construct() — Method in class ModuleRouteSubscriber

Constructs a ModuleRouteSubscriber object.

OptionsRequestSubscriber::__construct() — Method in class OptionsRequestSubscriber

Creates a new OptionsRequestSubscriber instance.

ParamConverterSubscriber::__construct() — Method in class ParamConverterSubscriber

Constructs a new ParamConverterSubscriber.

PathRootsSubscriber::__construct() — Method in class PathRootsSubscriber

Constructs a new PathRootsSubscriber instance.

PsrResponseSubscriber::__construct() — Method in class PsrResponseSubscriber

Constructs a new PathRootsSubscriber instance.

RedirectResponseSubscriber::__construct() — Method in class RedirectResponseSubscriber

Constructs a RedirectResponseSubscriber object.

RequestCloseSubscriber::__construct() — Method in class RequestCloseSubscriber

Constructs a new RequestCloseSubscriber instance.

DatabaseDriverUninstallValidator::__construct() — Method in class DatabaseDriverUninstallValidator

Constructs a new DatabaseDriverUninstallValidator.

Dependency::__construct() — Method in class Dependency

Dependency constructor.

Dependency::__sleep() — Method in class Dependency

Prevents unnecessary serialization of constraint objects.

RecursiveExtensionFilterIterator::__construct() — Method in class RecursiveExtensionFilterIterator

Construct a RecursiveExtensionFilterIterator.

Extension::__construct() — Method in class Extension

Constructs a new Extension object.

Extension::__call() — Method in class Extension

Re-routes method calls to SplFileInfo.

Extension::__sleep() — Method in class Extension

Magic method implementation to serialize the extension object.

Extension::__wakeup() — Method in class Extension

Magic method implementation to unserialize the extension object.

ExtensionDiscovery::__construct() — Method in class ExtensionDiscovery

Constructs a new ExtensionDiscovery object.

ExtensionList::__construct() — Method in class ExtensionList

Constructs a new instance.

ExtensionPathResolver::__construct() — Method in class ExtensionPathResolver

ExtensionPathResolver constructor.

InfoParserDynamic::__construct() — Method in class InfoParserDynamic

InfoParserDynamic constructor.

ModuleExtensionList::__construct() — Method in class ModuleExtensionList

Constructs a new ModuleExtensionList instance.

ModuleHandler::__construct() — Method in class ModuleHandler

Constructs a ModuleHandler object.

ModuleInstaller::__construct() — Method in class ModuleInstaller

Constructs a new ModuleInstaller instance.

ModuleRequiredByThemesUninstallValidator::__construct() — Method in class ModuleRequiredByThemesUninstallValidator

Constructs a new ModuleRequiredByThemesUninstallValidator.

RequiredModuleUninstallValidator::__construct() — Method in class RequiredModuleUninstallValidator

Constructs a new RequiredModuleUninstallValidator.

ThemeExtensionList::__construct() — Method in class ThemeExtensionList

Constructs a new ThemeExtensionList instance.

ThemeHandler::__construct() — Method in class ThemeHandler

Constructs a new ThemeHandler.

ThemeInstaller::__construct() — Method in class ThemeInstaller

Constructs a new ThemeInstaller.

BaseFieldDefinition::__sleep() — Method in class BaseFieldDefinition
{@inheritdoc}
BaseFieldDefinition::__clone() — Method in class BaseFieldDefinition

Magic method: Implements a deep clone.

BaseFieldOverrideStorage::__construct() — Method in class BaseFieldOverrideStorage

Constructs a BaseFieldOverrideStorage object.

DeletedFieldsRepository::__construct() — Method in class DeletedFieldsRepository

Constructs a new deleted fields repository.

BaseFieldOverride::__construct() — Method in class BaseFieldOverride

Constructs a BaseFieldOverride object.

BaseFieldOverride::__sleep() — Method in class BaseFieldOverride

Implements the magic __sleep() method.

FieldConfigBase::__sleep() — Method in class FieldConfigBase

Implements the magic __sleep() method.

FieldDefinitionListener::__construct() — Method in class FieldDefinitionListener

Constructs a new FieldDefinitionListener.

FieldItemBase::__construct() — Method in class FieldItemBase

Constructs a TypedData object given its definition and context.

FieldItemBase::__get() — Method in class FieldItemBase

Magic method: Gets a property value.

FieldItemBase::__set() — Method in class FieldItemBase

Magic method: Sets a property value.

FieldItemBase::__isset() — Method in class FieldItemBase

Magic method: Determines whether a property is set.

FieldItemBase::__unset() — Method in class FieldItemBase

Magic method: Unsets a property.

FieldItemInterface::__get() — Method in class FieldItemInterface

Magic method: Gets a property value.

FieldItemInterface::__set() — Method in class FieldItemInterface

Magic method: Sets a property value.

FieldItemInterface::__isset() — Method in class FieldItemInterface

Magic method: Determines whether a property is set.

FieldItemInterface::__unset() — Method in class FieldItemInterface

Magic method: Unsets a property.

FieldItemList::__get() — Method in class FieldItemList

Magic method: Gets a property value of to the first field item.

FieldItemList::__set() — Method in class FieldItemList

Magic method: Sets a property value of the first field item.

FieldItemList::__isset() — Method in class FieldItemList

Magic method: Determines whether a property of the first field item is set.

FieldItemList::__unset() — Method in class FieldItemList

Magic method: Unsets a property of the first field item.

FieldItemListInterface::__get() — Method in class FieldItemListInterface

Magic method: Gets a property value of to the first field item.

FieldItemListInterface::__set() — Method in class FieldItemListInterface

Magic method: Sets a property value of the first field item.

FieldItemListInterface::__isset() — Method in class FieldItemListInterface

Magic method: Determines whether a property of the first field item is set.

FieldItemListInterface::__unset() — Method in class FieldItemListInterface

Magic method: Unsets a property of the first field item.

FieldStorageDefinitionEvent::__construct() — Method in class FieldStorageDefinitionEvent

Constructs a new FieldStorageDefinitionEvent.

FieldStorageDefinitionListener::__construct() — Method in class FieldStorageDefinitionListener

Constructs a new FieldStorageDefinitionListener.

FieldTypePluginManager::__construct() — Method in class FieldTypePluginManager

Constructs the FieldTypePluginManager object.

FormatterBase::__construct() — Method in class FormatterBase

Constructs a FormatterBase object.

FormatterPluginManager::__construct() — Method in class FormatterPluginManager

Constructs a FormatterPluginManager object.

FieldItemDeriver::__construct() — Method in class FieldItemDeriver

Constructs a FieldItemDeriver object.

EntityReferenceEntityFormatter::__construct() — Method in class EntityReferenceEntityFormatter

Constructs an EntityReferenceEntityFormatter instance.

LanguageFormatter::__construct() — Method in class LanguageFormatter

Constructs a LanguageFormatter instance.

StringFormatter::__construct() — Method in class StringFormatter

Constructs a StringFormatter instance.

TimestampAgoFormatter::__construct() — Method in class TimestampAgoFormatter

Constructs a TimestampAgoFormatter object.

TimestampFormatter::__construct() — Method in class TimestampFormatter

Constructs a new TimestampFormatter.

MapItem::__get() — Method in class MapItem

Magic method: Gets a property value.

MapItem::__set() — Method in class MapItem

Magic method: Sets a property value.

OptionsWidgetBase::__construct() — Method in class OptionsWidgetBase

Constructs a WidgetBase object.

WidgetBase::__construct() — Method in class WidgetBase

Constructs a WidgetBase object.

WidgetPluginManager::__construct() — Method in class WidgetPluginManager

Constructs a WidgetPluginManager object.

FTP::__construct() — Method in class FTP

Constructs a Drupal\Core\FileTransfer\FileTransfer object.

FileTransfer::__construct() — Method in class FileTransfer

Constructs a Drupal\Core\FileTransfer\FileTransfer object.

FileTransfer::__get() — Method in class FileTransfer

Implements the magic __get() method.

FileTransferException::__construct() — Method in class FileTransferException

Constructs a FileTransferException object.

FileTransferAuthorizeForm::__construct() — Method in class FileTransferAuthorizeForm

Constructs a new FileTransferAuthorizeForm object.

Local::__construct() — Method in class Local

Constructs a Drupal\Core\FileTransfer\FileTransfer object.

SSH::__construct() — Method in class SSH

Constructs a Drupal\Core\FileTransfer\FileTransfer object.

FileUploadSanitizeNameEvent::__construct() — Method in class FileUploadSanitizeNameEvent

Constructs a file upload sanitize name event object.

FileSystem::__construct() — Method in class FileSystem

Constructs a new FileSystem.

FileUrlGenerator::__construct() — Method in class FileUrlGenerator

Constructs a new file URL generator object.

HtaccessWriter::__construct() — Method in class HtaccessWriter

Htaccess constructor.

ExtensionMimeTypeGuesser::__construct() — Method in class ExtensionMimeTypeGuesser

Constructs a new ExtensionMimeTypeGuesser.

MimeTypeGuesser::__construct() — Method in class MimeTypeGuesser

Constructs a MimeTypeGuesser object.

ProtectedDirectory::__construct() — Method in class ProtectedDirectory

ProtectedDirectory constructor.

DatabaseBackend::__construct() — Method in class DatabaseBackend

Construct the DatabaseBackend.

MemoryBackend::__construct() — Method in class MemoryBackend

Construct the MemoryBackend.

ConfigFormBase::__construct() — Method in class ConfigFormBase

Constructs a \Drupal\system\ConfigFormBase object.

EnforcedResponse::__construct() — Method in class EnforcedResponse

Constructs an enforced response.

EnforcedResponseException::__construct() — Method in class EnforcedResponseException

Constructs a new enforced response exception.

FormAjaxSubscriber::__construct() — Method in class FormAjaxSubscriber

Constructs a new FormAjaxSubscriber.

BrokenPostRequestException::__construct() — Method in class BrokenPostRequestException

Constructs a new BrokenPostRequestException.

FormAjaxException::__construct() — Method in class FormAjaxException

Constructs a FormAjaxException object.

FormAjaxResponseBuilder::__construct() — Method in class FormAjaxResponseBuilder

Constructs a new FormAjaxResponseBuilder.

FormBuilder::__construct() — Method in class FormBuilder

Constructs a new FormBuilder.

FormCache::__construct() — Method in class FormCache

Constructs a new FormCache.

FormSubmitter::__construct() — Method in class FormSubmitter

Constructs a new FormSubmitter.

FormValidator::__construct() — Method in class FormValidator

Constructs a new FormValidator.

SubformState::__construct() — Method in class SubformState

Constructs a new instance.

GeneratedLink::__toString() — Method in class GeneratedLink

Returns markup.

ClientFactory::__construct() — Method in class ClientFactory

Constructs a new ClientFactory instance.

CacheableAccessDeniedHttpException::__construct() — Method in class CacheableAccessDeniedHttpException
{@inheritdoc}
CacheableBadRequestHttpException::__construct() — Method in class CacheableBadRequestHttpException
{@inheritdoc}
CacheableConflictHttpException::__construct() — Method in class CacheableConflictHttpException
{@inheritdoc}
CacheableGoneHttpException::__construct() — Method in class CacheableGoneHttpException
{@inheritdoc}
CacheableHttpException::__construct() — Method in class CacheableHttpException
{@inheritdoc}
CacheableLengthRequiredHttpException::__construct() — Method in class CacheableLengthRequiredHttpException
{@inheritdoc}
CacheableMethodNotAllowedHttpException::__construct() — Method in class CacheableMethodNotAllowedHttpException
{@inheritdoc}
CacheableNotAcceptableHttpException::__construct() — Method in class CacheableNotAcceptableHttpException
{@inheritdoc}
CacheableNotFoundHttpException::__construct() — Method in class CacheableNotFoundHttpException
{@inheritdoc}
CacheablePreconditionFailedHttpException::__construct() — Method in class CacheablePreconditionFailedHttpException
{@inheritdoc}
CacheablePreconditionRequiredHttpException::__construct() — Method in class CacheablePreconditionRequiredHttpException
{@inheritdoc}
CacheableServiceUnavailableHttpException::__construct() — Method in class CacheableServiceUnavailableHttpException
{@inheritdoc}
CacheableTooManyRequestsHttpException::__construct() — Method in class CacheableTooManyRequestsHttpException
{@inheritdoc}
CacheableUnauthorizedHttpException::__construct() — Method in class CacheableUnauthorizedHttpException
{@inheritdoc}
CacheableUnprocessableEntityHttpException::__construct() — Method in class CacheableUnprocessableEntityHttpException
{@inheritdoc}
CacheableUnsupportedMediaTypeHttpException::__construct() — Method in class CacheableUnsupportedMediaTypeHttpException
{@inheritdoc}
HandlerStackConfigurator::__construct() — Method in class HandlerStackConfigurator

Constructs a new HandlerStackConfigurator object.

KernelEvent::__construct() — Method in class KernelEvent
LinkRelationTypeManager::__construct() — Method in class LinkRelationTypeManager

Constructs a new LinkRelationTypeManager.

TrustedHostsRequestFactory::__construct() — Method in class TrustedHostsRequestFactory

Creates a new TrustedHostsRequestFactory.

ImageToolkitBase::__construct() — Method in class ImageToolkitBase

Constructs an ImageToolkitBase object.

ImageToolkitManager::__construct() — Method in class ImageToolkitManager

Constructs the ImageToolkitManager object.

ImageToolkitOperationBase::__construct() — Method in class ImageToolkitOperationBase

Constructs an image toolkit operation plugin.

ImageToolkitOperationManager::__construct() — Method in class ImageToolkitOperationManager

Constructs the ImageToolkitOperationManager object.

Image::__construct() — Method in class Image

Constructs a new Image object.

ImageFactory::__construct() — Method in class ImageFactory

Constructs a new ImageFactory object.

AlreadyInstalledException::__construct() — Method in class AlreadyInstalledException

Constructs a new "already installed" exception.

InstallerException::__construct() — Method in class InstallerException

Constructs a new installer exception.

NoProfilesException::__construct() — Method in class NoProfilesException

Constructs a new "no profiles available" exception.

SiteConfigureForm::__construct() — Method in class SiteConfigureForm

Constructs a new SiteConfigureForm.

SiteSettingsForm::__construct() — Method in class SiteSettingsForm

Constructs a new SiteSettingsForm.

DatabaseStorage::__construct() — Method in class DatabaseStorage

Overrides Drupal\Core\KeyValueStore\StorageBase::__construct().

DatabaseStorageExpirable::__construct() — Method in class DatabaseStorageExpirable

Overrides Drupal\Core\KeyValueStore\StorageBase::__construct().

KeyValueDatabaseExpirableFactory::__construct() — Method in class KeyValueDatabaseExpirableFactory

Constructs this factory object.

KeyValueDatabaseFactory::__construct() — Method in class KeyValueDatabaseFactory

Constructs this factory object.

KeyValueFactory::__construct() — Method in class KeyValueFactory
NullStorageExpirable::__construct() — Method in class NullStorageExpirable

Creates a new expirable null key/value store.

StorageBase::__construct() — Method in class StorageBase
{@inheritdoc}
CurrentLanguageContext::__construct() — Method in class CurrentLanguageContext

Constructs a new CurrentLanguageContext.

Language::__construct() — Method in class Language

Constructs a new class instance.

LanguageDefault::__construct() — Method in class LanguageDefault

Constructs the default language object.

LanguageManager::__construct() — Method in class LanguageManager

Constructs the language manager.

LayoutDefault::__construct() — Method in class LayoutDefault

Constructs a \Drupal\Component\Plugin\PluginBase object.

LayoutDefinition::__construct() — Method in class LayoutDefinition

LayoutDefinition constructor.

LayoutPluginManager::__construct() — Method in class LayoutPluginManager

LayoutPluginManager constructor.

Link::__construct() — Method in class Link

Constructs a new Link object.

CountryManager::__construct() — Method in class CountryManager
Constructor.
DatabaseLockBackend::__construct() — Method in class DatabaseLockBackend

Constructs a new DatabaseLockBackend.

PersistentDatabaseLockBackend::__construct() — Method in class PersistentDatabaseLockBackend

Constructs a new PersistentDatabaseLockBackend.

LoggerChannel::__construct() — Method in class LoggerChannel

Constructs a LoggerChannel object.

MailManager::__construct() — Method in class MailManager

Constructs the MailManager object.

PhpMail::__construct() — Method in class PhpMail

PhpMail constructor.

PhpMail::_isShellSafe() — Method in class PhpMail

Disallows potentially unsafe shell characters.

ContextualLinkManager::__construct() — Method in class ContextualLinkManager

Constructs a new ContextualLinkManager instance.

DefaultMenuLinkTreeManipulators::__construct() — Method in class DefaultMenuLinkTreeManipulators

Constructs a \Drupal\Core\Menu\DefaultMenuLinkTreeManipulators object.

MenuLinkDefaultForm::__construct() — Method in class MenuLinkDefaultForm

Constructs a new \Drupal\Core\Menu\Form\MenuLinkDefaultForm.

InaccessibleMenuLink::__construct() — Method in class InaccessibleMenuLink

Constructs a new InaccessibleMenuLink.

LocalActionDefault::__construct() — Method in class LocalActionDefault

Constructs a LocalActionDefault object.

LocalActionManager::__construct() — Method in class LocalActionManager

Constructs a LocalActionManager object.

LocalTaskManager::__construct() — Method in class LocalTaskManager

Constructs a \Drupal\Core\Menu\LocalTaskManager object.

MenuActiveTrail::__construct() — Method in class MenuActiveTrail

Constructs a \Drupal\Core\Menu\MenuActiveTrail object.

MenuLinkDefault::__construct() — Method in class MenuLinkDefault

Constructs a new MenuLinkDefault.

MenuLinkManager::__construct() — Method in class MenuLinkManager

Constructs a \Drupal\Core\Menu\MenuLinkManager object.

MenuLinkTree::__construct() — Method in class MenuLinkTree

Constructs a \Drupal\Core\Menu\MenuLinkTree object.

MenuLinkTreeElement::__construct() — Method in class MenuLinkTreeElement

Constructs a new \Drupal\Core\Menu\MenuLinkTreeElement.

MenuParentFormSelector::__construct() — Method in class MenuParentFormSelector

Constructs a \Drupal\Core\Menu\MenuParentFormSelector.

MenuTreeParameters::__serialize() — Method in class MenuTreeParameters
{@inheritdoc}
MenuTreeParameters::__unserialize() — Method in class MenuTreeParameters
{@inheritdoc}
MenuTreeStorage::__construct() — Method in class MenuTreeStorage

Constructs a new \Drupal\Core\Menu\MenuTreeStorage.

LocalActionsBlock::__construct() — Method in class LocalActionsBlock

Creates a LocalActionsBlock instance.

LocalTasksBlock::__construct() — Method in class LocalTasksBlock

Creates a LocalTasksBlock instance.

StaticMenuLinkOverrides::__construct() — Method in class StaticMenuLinkOverrides

Constructs a StaticMenuLinkOverrides object.

Messenger::__construct() — Method in class Messenger

Messenger constructor.

DefaultRequestPolicy::__construct() — Method in class DefaultRequestPolicy

Constructs the default page cache request policy.

NoSessionOpen::__construct() — Method in class NoSessionOpen

Constructs a new page cache session policy.

DenyNoCacheRoutes::__construct() — Method in class DenyNoCacheRoutes

Constructs a deny node preview page cache policy.

Pager::__construct() — Method in class Pager

Pager constructor.

PagerManager::__construct() — Method in class PagerManager

Construct a PagerManager object.

PagerParameters::__construct() — Method in class PagerParameters

Construct a PagerManager object.

AdminPathConfigEntityConverter::__construct() — Method in class AdminPathConfigEntityConverter

Constructs a new EntityConverter.

EntityConverter::__construct() — Method in class EntityConverter

Constructs a new EntityConverter.

EntityRevisionParamConverter::__construct() — Method in class EntityRevisionParamConverter

Creates a new EntityRevisionParamConverter instance.

MenuLinkPluginConverter::__construct() — Method in class MenuLinkPluginConverter

Constructs a new MenuLinkPluginConverter.

ParamNotConvertedException::__construct() — Method in class ParamNotConvertedException

Constructs the ParamNotConvertedException.

PhpassHashedPassword::__construct() — Method in class PhpassHashedPassword

Constructs a new password hashing instance.

PathProcessorFront::__construct() — Method in class PathProcessorFront

Constructs a PathProcessorFront object.

CurrentPathStack::__construct() — Method in class CurrentPathStack

Constructs a new CurrentPathStack instance.

PathMatcher::__construct() — Method in class PathMatcher

Creates a new PathMatcher.

PathValidator::__construct() — Method in class PathValidator

Creates a new PathValidator.

UniquePathAliasConstraintValidator::__construct() — Method in class UniquePathAliasConstraintValidator

Creates a new UniquePathAliasConstraintValidator instance.

ValidPathConstraintValidator::__construct() — Method in class ValidPathConstraintValidator

Creates a new ValidPathConstraintValidator instance.

Context::__construct() — Method in class Context

Create a context object.

ContextDefinition::__construct() — Method in class ContextDefinition

Constructs a new context definition object.

EntityContextDefinition::__construct() — Method in class EntityContextDefinition

Constructs a new context definition object.

LazyContextRepository::__construct() — Method in class LazyContextRepository

Constructs a LazyContextRepository object.

DefaultLazyPluginCollection::__construct() — Method in class DefaultLazyPluginCollection

Constructs a new DefaultLazyPluginCollection object.

DefaultPluginManager::__construct() — Method in class DefaultPluginManager

Creates the discovery object.

DefaultSingleLazyPluginCollection::__construct() — Method in class DefaultSingleLazyPluginCollection

Constructs a new DefaultSingleLazyPluginCollection object.

AnnotatedClassDiscovery::__construct() — Method in class AnnotatedClassDiscovery

Constructs an AnnotatedClassDiscovery object.

HookDiscovery::__construct() — Method in class HookDiscovery

Constructs a Drupal\Core\Plugin\Discovery\HookDiscovery object.

InfoHookDecorator::__construct() — Method in class InfoHookDecorator

Constructs an InfoHookDecorator object.

InfoHookDecorator::__call() — Method in class InfoHookDecorator

Passes through all unknown calls onto the decorated object.

YamlDirectoryDiscovery::__construct() — Method in class YamlDirectoryDiscovery

Constructs a YamlDirectoryDiscovery object.

YamlDiscovery::__construct() — Method in class YamlDiscovery

Construct a YamlDiscovery object.

YamlDiscoveryDecorator::__construct() — Method in class YamlDiscoveryDecorator

Constructs a YamlDiscoveryDecorator object.

YamlDiscoveryDecorator::__call() — Method in class YamlDiscoveryDecorator

Passes through all unknown calls onto the decorated object.

PluginFormFactory::__construct() — Method in class PluginFormFactory

PluginFormFactory constructor.

PrivateKey::__construct() — Method in class PrivateKey

Constructs the private key object.

BatchStorage::__construct() — Method in class BatchStorage

Constructs a ProxyClass Drupal proxy object.

ConfigInstaller::__construct() — Method in class ConfigInstaller

Constructs a ProxyClass Drupal proxy object.

Cron::__construct() — Method in class Cron

Constructs a ProxyClass Drupal proxy object.

ContentUninstallValidator::__construct() — Method in class ContentUninstallValidator

Constructs a ProxyClass Drupal proxy object.

DatabaseDriverUninstallValidator::__construct() — Method in class DatabaseDriverUninstallValidator

Constructs a ProxyClass Drupal proxy object.

ModuleInstaller::__construct() — Method in class ModuleInstaller

Constructs a ProxyClass Drupal proxy object.

ModuleRequiredByThemesUninstallValidator::__construct() — Method in class ModuleRequiredByThemesUninstallValidator

Constructs a ProxyClass Drupal proxy object.

RequiredModuleUninstallValidator::__construct() — Method in class RequiredModuleUninstallValidator

Constructs a ProxyClass Drupal proxy object.

ExtensionMimeTypeGuesser::__construct() — Method in class ExtensionMimeTypeGuesser

Constructs a ProxyClass Drupal proxy object.

MimeTypeGuesser::__construct() — Method in class MimeTypeGuesser

Constructs a ProxyClass Drupal proxy object.

DatabaseLockBackend::__construct() — Method in class DatabaseLockBackend

Constructs a ProxyClass Drupal proxy object.

PersistentDatabaseLockBackend::__construct() — Method in class PersistentDatabaseLockBackend

Constructs a ProxyClass Drupal proxy object.

ChainResponsePolicy::__construct() — Method in class ChainResponsePolicy

Constructs a ProxyClass Drupal proxy object.

AdminPathConfigEntityConverter::__construct() — Method in class AdminPathConfigEntityConverter

Constructs a ProxyClass Drupal proxy object.

MenuLinkPluginConverter::__construct() — Method in class MenuLinkPluginConverter

Constructs a ProxyClass Drupal proxy object.

CachedDiscoveryClearer::__construct() — Method in class CachedDiscoveryClearer

Constructs a ProxyClass Drupal proxy object.

BareHtmlPageRenderer::__construct() — Method in class BareHtmlPageRenderer

Constructs a ProxyClass Drupal proxy object.

MatcherDumper::__construct() — Method in class MatcherDumper

Constructs a ProxyClass Drupal proxy object.

RouteBuilder::__construct() — Method in class RouteBuilder

Constructs a ProxyClass Drupal proxy object.

DatabaseQueue::__construct() — Method in class DatabaseQueue

Constructs a \Drupal\Core\Queue\DatabaseQueue object.

DelayedRequeueException::__construct() — Method in class DelayedRequeueException

Constructs a DelayedRequeueException.

Memory::__construct() — Method in class Memory

Constructs a Memory object.

QueueDatabaseFactory::__construct() — Method in class QueueDatabaseFactory

Constructs this factory object.

QueueFactory::__construct() — Method in class QueueFactory

Constructs a queue factory.

QueueWorkerManager::__construct() — Method in class QueueWorkerManager

Constructs a QueueWorkerManager object.

BareHtmlPageRenderer::__construct() — Method in class BareHtmlPageRenderer

Constructs a new BareHtmlPageRenderer.

ElementInfoManager::__construct() — Method in class ElementInfoManager

Constructs an ElementInfoManager object.

HtmlResponse::__construct() — Method in class HtmlResponse

Constructs a HtmlResponse object.

HtmlResponseAttachmentsProcessor::__construct() — Method in class HtmlResponseAttachmentsProcessor

Constructs a HtmlResponseAttachmentsProcessor object.

AjaxRenderer::__construct() — Method in class AjaxRenderer

Constructs a new AjaxRenderer instance.

DialogRenderer::__construct() — Method in class DialogRenderer

Constructs a new DialogRenderer.

HtmlRenderer::__construct() — Method in class HtmlRenderer

Constructs a new HtmlRenderer.

OffCanvasRenderer::__construct() — Method in class OffCanvasRenderer

Constructs a new OffCanvasRenderer.

MetadataBubblingUrlGenerator::__construct() — Method in class MetadataBubblingUrlGenerator

Constructs a new bubbling URL generator service.

PageDisplayVariantSelectionEvent::__construct() — Method in class PageDisplayVariantSelectionEvent

Constructs the page display variant plugin selection event.

PlaceholderGenerator::__construct() — Method in class PlaceholderGenerator

Constructs a new Placeholder service.

PlaceholderingRenderCache::__construct() — Method in class PlaceholderingRenderCache

Constructs a new PlaceholderingRenderCache object.

RenderCache::__construct() — Method in class RenderCache

Constructs a new RenderCache object.

Renderer::__construct() — Method in class Renderer

Constructs a new Renderer.

RouteProcessorCurrent::__construct() — Method in class RouteProcessorCurrent

Constructs a new RouteProcessorCurrent.

AccessAwareRouter::__construct() — Method in class AccessAwareRouter

Constructs a router for Drupal with access check and upcasting.

AccessAwareRouter::__call() — Method in class AccessAwareRouter
{@inheritdoc}
AdminContext::__construct() — Method in class AdminContext

Construct a new admin context helper instance.

BcRoute::__construct() — Method in class BcRoute
{@inheritdoc}
CompiledRoute::__construct() — Method in class CompiledRoute

Constructs a new compiled route object.

CompiledRoute::__serialize() — Method in class CompiledRoute
{@inheritdoc}
CompiledRoute::__unserialize() — Method in class CompiledRoute
{@inheritdoc}
CurrentRouteMatch::__construct() — Method in class CurrentRouteMatch

Constructs a CurrentRouteMatch object.

ParamConversionEnhancer::__construct() — Method in class ParamConversionEnhancer

Constructs a new ParamConversionEnhancer.

LazyRouteCollection::__construct() — Method in class LazyRouteCollection

Constructs a LazyRouteCollection.

MatcherDumper::__construct() — Method in class MatcherDumper

Construct the MatcherDumper.

NullGenerator::__construct() — Method in class NullGenerator

Override the parent constructor.

RedirectDestination::__construct() — Method in class RedirectDestination

Constructs a new RedirectDestination instance.

RouteBuildEvent::__construct() — Method in class RouteBuildEvent

Constructs a RouteBuildEvent object.

RouteBuilder::__construct() — Method in class RouteBuilder

Constructs the RouteBuilder using the passed MatcherDumperInterface.

RouteMatch::__construct() — Method in class RouteMatch

Constructs a RouteMatch object.

RoutePreloader::__construct() — Method in class RoutePreloader

Constructs a new RoutePreloader.

RouteProvider::__construct() — Method in class RouteProvider

Constructs a new PathMatcher.

RouteProviderLazyBuilder::__construct() — Method in class RouteProviderLazyBuilder

RouteProviderLazyBuilder constructor.

Router::__construct() — Method in class Router

Constructs a new Router.

TrustedRedirectResponse::__construct() — Method in class TrustedRedirectResponse
{@inheritdoc}
UrlGenerator::__construct() — Method in class UrlGenerator

Constructs a new generator object.

UrlMatcher::__construct() — Method in class UrlMatcher

Constructs a new UrlMatcher.

AccountProxy::__construct() — Method in class AccountProxy

AccountProxy constructor.

AccountSetEvent::__construct() — Method in class AccountSetEvent

AccountSetEvent constructor.

AccountSwitcher::__construct() — Method in class AccountSwitcher

Constructs a new AccountSwitcher.

AnonymousUserSession::__construct() — Method in class AnonymousUserSession

Constructs a new anonymous user session.

MetadataBag::__construct() — Method in class MetadataBag

Constructs a new metadata bag instance.

PermissionsHashGenerator::__construct() — Method in class PermissionsHashGenerator

Constructs a PermissionsHashGenerator object.

SessionConfiguration::__construct() — Method in class SessionConfiguration

Constructs a new session configuration instance.

SessionHandler::__construct() — Method in class SessionHandler

Constructs a new SessionHandler instance.

SessionManager::__construct() — Method in class SessionManager

Constructs a new session manager instance.

UserSession::__construct() — Method in class UserSession

Constructs a new user session.

WriteSafeSessionHandler::__construct() — Method in class WriteSafeSessionHandler

Constructs a new write safe session handler.

SitePathFactory::__construct() — Method in class SitePathFactory

Constructs a SitePathFactory instance.

MaintenanceMode::__construct() — Method in class MaintenanceMode

Constructs a new maintenance mode service.

Settings::__construct() — Method in class Settings
Constructor.
Settings::__sleep() — Method in class Settings

Prevents settings from being serialized.

KernelPreHandle::__construct() — Method in class KernelPreHandle

Constructs a new KernelPreHandle instance.

NegotiationMiddleware::__construct() — Method in class NegotiationMiddleware

Constructs a new NegotiationMiddleware.

ReverseProxyMiddleware::__construct() — Method in class ReverseProxyMiddleware

Constructs a ReverseProxyMiddleware object.

Session::__construct() — Method in class Session

Constructs a Session stack middleware object.

State::__construct() — Method in class State

Constructs a State object.

PluralTranslatableMarkup::__construct() — Method in class PluralTranslatableMarkup

Constructs a new PluralTranslatableMarkup object.

PluralTranslatableMarkup::__sleep() — Method in class PluralTranslatableMarkup

Magic __sleep() method to avoid serializing the string translator.

TranslatableMarkup::__construct() — Method in class TranslatableMarkup

Constructs a new class instance.

TranslatableMarkup::__sleep() — Method in class TranslatableMarkup

Magic __sleep() method to avoid serializing the string translator.

TranslationManager::__construct() — Method in class TranslationManager

Constructs a TranslationManager object.

TranslationWrapper::__construct() — Method in class TranslationWrapper

Constructs a new class instance.

CustomStrings::__construct() — Method in class CustomStrings

Constructs a CustomStrings object.

FileTranslation::__construct() — Method in class FileTranslation

Constructs a StaticTranslation object.

StaticTranslation::__construct() — Method in class StaticTranslation

Constructs a translator from an array of translations.

BreakLockLink::__construct() — Method in class BreakLockLink

Constructs a new BreakLockLink.

Lock::__construct() — Method in class Lock

Constructs a new Lock object.

PrivateTempStore::__construct() — Method in class PrivateTempStore

Constructs a new object for accessing data from a key/value store.

PrivateTempStoreFactory::__construct() — Method in class PrivateTempStoreFactory

Constructs a Drupal\Core\TempStore\PrivateTempStoreFactory object.

SharedTempStore::__construct() — Method in class SharedTempStore

Constructs a new object for accessing data from a key/value store.

SharedTempStoreFactory::__construct() — Method in class SharedTempStoreFactory

Constructs a Drupal\Core\TempStore\SharedTempStoreFactory object.

Attribute::__construct() — Method in class Attribute

Constructs a \Drupal\Core\Template\Attribute object.

Attribute::__toString() — Method in class Attribute

Implements the magic __toString() method.

Attribute::__clone() — Method in class Attribute

Implements the magic __clone() method.

AttributeArray::__toString() — Method in class AttributeArray

Implements the magic __toString() method.

AttributeBoolean::__toString() — Method in class AttributeBoolean

Implements the magic __toString() method.

AttributeString::__toString() — Method in class AttributeString

Implements the magic __toString() method.

AttributeValueBase::__construct() — Method in class AttributeValueBase

Constructs a \Drupal\Core\Template\AttributeValueBase object.

AttributeValueBase::__toString() — Method in class AttributeValueBase

Implements the magic __toString() method.

FilesystemLoader::__construct() — Method in class FilesystemLoader

Constructs a new FilesystemLoader object.

ThemeRegistryLoader::__construct() — Method in class ThemeRegistryLoader

Constructs a new ThemeRegistryLoader object.

TwigEnvironment::__construct() — Method in class TwigEnvironment

Constructs a TwigEnvironment object and stores cache and storage internally.

TwigExtension::__construct() — Method in class TwigExtension

Constructs \Drupal\Core\Template\TwigExtension.

TwigNodeTrans::__construct() — Method in class TwigNodeTrans
{@inheritdoc}
TwigPhpStorageCache::__construct() — Method in class TwigPhpStorageCache

Store cache backend and other information internally.

TwigSandboxPolicy::__construct() — Method in class TwigSandboxPolicy

Constructs a new TwigSandboxPolicy object.

EnvironmentCleaner::__construct() — Method in class EnvironmentCleaner

Construct an environment cleaner.

TestHttpClientMiddleware::__invoke() — Method in class TestHttpClientMiddleware
{@inheritdoc}
ObjectSerialization::__construct() — Method in class ObjectSerialization

ObjectSerialization constructor.

ObjectSerialization::__destruct() — Method in class ObjectSerialization

ObjectSerialization deconstructor.

PerformanceTestRecorder::__construct() — Method in class PerformanceTestRecorder

PerformanceTestRecorder constructor.

PhpUnitTestRunner::__construct() — Method in class PhpUnitTestRunner

Constructs a test runner.

TestDatabase::__construct() — Method in class TestDatabase

TestDatabase constructor.

TestDiscovery::__construct() — Method in class TestDiscovery

Constructs a new test discovery.

TestKernel::__construct() — Method in class TestKernel

Constructs a DrupalKernel object.

TestRunnerKernel::__construct() — Method in class TestRunnerKernel

Constructs a DrupalKernel object.

ActiveTheme::__construct() — Method in class ActiveTheme

Constructs an ActiveTheme object.

AjaxBasePageNegotiator::__construct() — Method in class AjaxBasePageNegotiator

Constructs a new AjaxBasePageNegotiator.

DefaultNegotiator::__construct() — Method in class DefaultNegotiator

Constructs a DefaultNegotiator object.

MissingThemeDependencyException::__construct() — Method in class MissingThemeDependencyException

Constructs the exception.

Registry::__construct() — Method in class Registry

Constructs a \Drupal\Core\Theme\Registry object.

ThemeAccessCheck::__construct() — Method in class ThemeAccessCheck

Constructs a \Drupal\Core\Theme\Registry object.

ThemeInitialization::__construct() — Method in class ThemeInitialization

Constructs a new ThemeInitialization object.

ThemeManager::__construct() — Method in class ThemeManager

Constructs a new ThemeManager object.

ThemeNegotiator::__construct() — Method in class ThemeNegotiator

Constructs a new ThemeNegotiator.

ThemeSettings::__construct() — Method in class ThemeSettings

Constructs a theme settings object.

PhpTransliteration::__construct() — Method in class PhpTransliteration

Constructs a PhpTransliteration object.

ComplexDataDefinitionBase::__sleep() — Method in class ComplexDataDefinitionBase
{@inheritdoc}
DataDefinition::__construct() — Method in class DataDefinition

Constructs a new data definition object.

DataDefinition::__sleep() — Method in class DataDefinition
{@inheritdoc}
ListDataDefinition::__construct() — Method in class ListDataDefinition

Constructs a new data definition object.

ListDataDefinition::__clone() — Method in class ListDataDefinition

Magic method: Implements a deep clone.

ItemList::__clone() — Method in class ItemList

Magic method: Implements a deep clone.

Map::__clone() — Method in class Map

Magic method: Implements a deep clone.

TypedData::__construct() — Method in class TypedData

Constructs a TypedData object given its definition and context.

TypedDataManager::__construct() — Method in class TypedDataManager

Constructs a new TypedDataManager.

ConstraintViolationBuilder::__construct() — Method in class ConstraintViolationBuilder

Constructs a new ConstraintViolationBuilder instance.

ExecutionContext::__construct() — Method in class ExecutionContext

Creates a new ExecutionContext.

ExecutionContextFactory::__construct() — Method in class ExecutionContextFactory

Constructs a new ExecutionContextFactory instance.

RecursiveContextualValidator::__construct() — Method in class RecursiveContextualValidator

Creates a validator for the given context.

RecursiveValidator::__construct() — Method in class RecursiveValidator

Creates a new validator.

TypedDataMetadata::__construct() — Method in class TypedDataMetadata

Constructs the object.

UpdateBackend::__construct() — Method in class UpdateBackend

UpdateBackend constructor.

UpdateCacheBackendFactory::__construct() — Method in class UpdateCacheBackendFactory

UpdateCacheBackendFactory constructor.

UpdateHookRegistry::__construct() — Method in class UpdateHookRegistry

Constructs a new UpdateRegistry.

UpdateRegistry::__construct() — Method in class UpdateRegistry

Constructs a new UpdateRegistry.

Updater::__construct() — Method in class Updater

Constructs a new updater.

Url::__construct() — Method in class Url

Constructs a new Url object.

LinkGenerator::__construct() — Method in class LinkGenerator

Constructs a LinkGenerator instance.

ThemeRegistry::__construct() — Method in class ThemeRegistry

Constructs a ThemeRegistry object.

Token::__construct() — Method in class Token

Constructs a new class instance.

UnroutedUrlAssembler::__construct() — Method in class UnroutedUrlAssembler

Constructs a new unroutedUrlAssembler object.

ConstraintManager::__construct() — Method in class ConstraintManager

Overrides \Drupal\Component\Plugin\PluginManagerBase::__construct().

ConstraintValidatorFactory::__construct() — Method in class ConstraintValidatorFactory

Constructs a new ConstraintValidatorFactory.

AllowedValuesConstraintValidator::__construct() — Method in class AllowedValuesConstraintValidator

Constructs a new AllowedValuesConstraintValidator.

ComplexDataConstraint::__construct() — Method in class ComplexDataConstraint
{@inheritdoc}
EmailConstraint::__construct() — Method in class EmailConstraint
{@inheritdoc}
ActionListBuilder::__construct() — Method in class ActionListBuilder

Constructs a new ActionListBuilder object.

ActionAdminManageForm::__construct() — Method in class ActionAdminManageForm

Constructs a new ActionAdminManageForm.

ActionFormBase::__construct() — Method in class ActionFormBase

Constructs a new action form.

AggregatorController::__construct() — Method in class AggregatorController

Constructs a \Drupal\aggregator\Controller\AggregatorController object.

FeedViewBuilder::__construct() — Method in class FeedViewBuilder

Constructs a new FeedViewBuilder.

OpmlFeedAdd::__construct() — Method in class OpmlFeedAdd

Constructs a database object.

SettingsForm::__construct() — Method in class SettingsForm

Constructs a \Drupal\aggregator\SettingsForm object.

ItemsImporter::__construct() — Method in class ItemsImporter

Constructs an Importer object.

AggregatorPluginManager::__construct() — Method in class AggregatorPluginManager

Constructs an AggregatorPluginManager object.

AggregatorFeedBlock::__construct() — Method in class AggregatorFeedBlock

Constructs an AggregatorFeedBlock object.

DefaultFetcher::__construct() — Method in class DefaultFetcher

Constructs a DefaultFetcher object.

DefaultProcessor::__construct() — Method in class DefaultProcessor

Constructs a DefaultProcessor object.

Fid::__construct() — Method in class Fid

Constructs a \Drupal\aggregator\Plugin\views\argument\Fid object.

Iid::__construct() — Method in class Iid

Constructs a \Drupal\aggregator\Plugin\views\argument\Iid object.

AutomatedCron::__construct() — Method in class AutomatedCron

Constructs a new automated cron runner.

BanIpManager::__construct() — Method in class BanIpManager

Constructs a BanIpManager object.

BanMiddleware::__construct() — Method in class BanMiddleware

Constructs a BanMiddleware object.

BanAdmin::__construct() — Method in class BanAdmin

Constructs a new BanAdmin object.

BanDelete::__construct() — Method in class BanDelete

Constructs a new BanDelete object.

BlockedIp::__construct() — Method in class BlockedIp

Constructs a BlockedIp object.

BasicAuth::__construct() — Method in class BasicAuth

Constructs a HTTP basic authentication provider object.

HtmlResponseBigPipeSubscriber::__construct() — Method in class HtmlResponseBigPipeSubscriber

Constructs a HtmlResponseBigPipeSubscriber object.

BigPipe::__construct() — Method in class BigPipe

Constructs a new BigPipe class.

BigPipeResponse::__construct() — Method in class BigPipeResponse

Constructs a new BigPipeResponse.

BigPipeResponseAttachmentsProcessor::__construct() — Method in class BigPipeResponseAttachmentsProcessor

Constructs a BigPipeResponseAttachmentsProcessor object.

BigPipeStrategy::__construct() — Method in class BigPipeStrategy

Constructs a new BigPipeStrategy class.

BlockAccessControlHandler::__construct() — Method in class BlockAccessControlHandler

Constructs the block access control handler instance.

BlockForm::__construct() — Method in class BlockForm

Constructs a BlockForm object.

BlockListBuilder::__construct() — Method in class BlockListBuilder

Constructs a new BlockListBuilder object.

BlockPluginCollection::__construct() — Method in class BlockPluginCollection

Constructs a new BlockPluginCollection.

BlockRepository::__construct() — Method in class BlockRepository

Constructs a new BlockRepository.

BlockController::__construct() — Method in class BlockController

Constructs a new BlockController instance.

BlockLibraryController::__construct() — Method in class BlockLibraryController

Constructs a BlockLibraryController object.

BlockListController::__construct() — Method in class BlockListController

Constructs the BlockListController.

CategoryAutocompleteController::__construct() — Method in class CategoryAutocompleteController

Constructs a new CategoryAutocompleteController.

ThemeLocalTask::__construct() — Method in class ThemeLocalTask

Constructs a new ThemeLocalTask.

BlockPageVariant::__construct() — Method in class BlockPageVariant

Constructs a new BlockPageVariant.

BlockPluginId::__construct() — Method in class BlockPluginId

Constructs a BlockPluginId object.

BlockRegion::__construct() — Method in class BlockRegion

Constructs a BlockRegion plugin instance.

BlockTheme::__construct() — Method in class BlockTheme

Constructs a BlockTheme object.

BlockVisibility::__construct() — Method in class BlockVisibility

Constructs a BlockVisibility object.

BlockContentAccessControlHandler::__construct() — Method in class BlockContentAccessControlHandler

BlockContentAccessControlHandler constructor.

BlockContentUuidLookup::__construct() — Method in class BlockContentUuidLookup

Constructs a BlockContentUuidLookup instance.

BlockContentController::__construct() — Method in class BlockContentController

Constructs a BlockContent object.

BlockContentGetDependencyEvent::__construct() — Method in class BlockContentGetDependencyEvent

BlockContentGetDependencyEvent constructor.

BlockContentBlock::__construct() — Method in class BlockContentBlock

Constructs a new BlockContentBlock.

BlockContent::__construct() — Method in class BlockContent

Constructs a BlockContent object.

ListingEmpty::__construct() — Method in class ListingEmpty

Constructs a new ListingEmpty.

BookNodeIsRemovableAccessCheck::__construct() — Method in class BookNodeIsRemovableAccessCheck

Constructs a BookNodeIsRemovableAccessCheck object.

BookBreadcrumbBuilder::__construct() — Method in class BookBreadcrumbBuilder

Constructs the BookBreadcrumbBuilder.

BookExport::__construct() — Method in class BookExport

Constructs a BookExport object.

BookManager::__construct() — Method in class BookManager

Constructs a BookManager object.

BookOutline::__construct() — Method in class BookOutline

Constructs a new BookOutline.

BookOutlineStorage::__construct() — Method in class BookOutlineStorage

Constructs a BookOutlineStorage object.

BookUninstallValidator::__construct() — Method in class BookUninstallValidator

Constructs a new BookUninstallValidator.

BookNavigationCacheContext::__construct() — Method in class BookNavigationCacheContext

Constructs a new BookNavigationCacheContext service.

BookController::__construct() — Method in class BookController

Constructs a BookController object.

BookAdminEditForm::__construct() — Method in class BookAdminEditForm

Constructs a new BookAdminEditForm.

BookOutlineForm::__construct() — Method in class BookOutlineForm

Constructs a BookOutlineForm object.

BookRemoveForm::__construct() — Method in class BookRemoveForm

Constructs a BookRemoveForm object.

BookNavigationBlock::__construct() — Method in class BookNavigationBlock

Constructs a new BookNavigationBlock instance.

BookOutlineConstraintValidator::__construct() — Method in class BookOutlineConstraintValidator

Creates a new BookOutlineConstraintValidator instance.

TopLevelBook::__construct() — Method in class TopLevelBook

Constructs a Drupal\book\Plugin\views\argument_default\TopLevelBook object.

BookUninstallValidator::__construct() — Method in class BookUninstallValidator

Constructs a ProxyClass Drupal proxy object.

BreakpointManager::__construct() — Method in class BreakpointManager

Constructs a new BreakpointManager instance.

CKEditor5Plugin::__construct() — Method in class CKEditor5Plugin

Constructs a Plugin object.

CKEditor5ImageController::__construct() — Method in class CKEditor5ImageController

Constructs a new CKEditor5ImageController.

CKEditor5MediaController::__construct() — Method in class CKEditor5MediaController

Constructs a new CKEditor5MediaController.

CKEditor4To5UpgradePluginManager::__construct() — Method in class CKEditor4To5UpgradePluginManager

Constructs a CKEditor4To5UpgradePluginManager object.

CKEditor5PluginDefault::__construct() — Method in class CKEditor5PluginDefault

Constructs a \Drupal\Component\Plugin\PluginBase object.

CKEditor5PluginDefinition::__construct() — Method in class CKEditor5PluginDefinition

CKEditor5PluginDefinition constructor.

CKEditor5PluginManager::__construct() — Method in class CKEditor5PluginManager

Constructs a CKEditor5PluginManager object.

MediaLibrary::__construct() — Method in class MediaLibrary

MediaLibrary constructor.

CKEditor5::__construct() — Method in class CKEditor5

Constructs a CKEditor5 editor plugin.

PluginManagerDependentValidatorTrait::__construct() — Method in class PluginManagerDependentValidatorTrait

Constructs a CKEditor5ConstraintValidatorTrait object.

SmartDefaultSettings::__construct() — Method in class SmartDefaultSettings

Constructs a SmartDefaultSettings object.

AddStyleSheetCommand::__construct() — Method in class AddStyleSheetCommand

AddStyleSheetCommand constructor.

CKEditorPluginManager::__construct() — Method in class CKEditorPluginManager

Constructs a CKEditorPluginManager object.

Internal::__construct() — Method in class Internal

Constructs a \Drupal\ckeditor\Plugin\CKEditorPlugin\Internal object.

CKEditor::__construct() — Method in class CKEditor

Constructs a \Drupal\ckeditor\Plugin\Editor\CKEditor object.

ColorConfigCacheInvalidator::__construct() — Method in class ColorConfigCacheInvalidator

Constructs a ColorConfigCacheInvalidator object.

Color::__construct() — Method in class Color

Constructs a Color object.

Color::__construct() — Method in class Color

Constructs a \Drupal\Component\Plugin\PluginBase object.

CommentBreadcrumbBuilder::__construct() — Method in class CommentBreadcrumbBuilder

Constructs the CommentBreadcrumbBuilder.

CommentForm::__construct() — Method in class CommentForm

Constructs a new CommentForm.

CommentLazyBuilders::__construct() — Method in class CommentLazyBuilders

Constructs a new CommentLazyBuilders object.

CommentLinkBuilder::__construct() — Method in class CommentLinkBuilder

Constructs a new CommentLinkBuilder object.

CommentManager::__construct() — Method in class CommentManager

Construct the CommentManager object.

CommentStatistics::__construct() — Method in class CommentStatistics

Constructs the CommentStatistics service.

CommentStorage::__construct() — Method in class CommentStorage

Constructs a CommentStorage object.

CommentTypeForm::__construct() — Method in class CommentTypeForm

Constructs a CommentTypeFormController.

CommentViewBuilder::__construct() — Method in class CommentViewBuilder

Constructs a new CommentViewBuilder.

CommentController::__construct() — Method in class CommentController

Constructs a CommentController object.

CommentAdminOverview::__construct() — Method in class CommentAdminOverview

Creates a CommentAdminOverview form.

CommentTypeDeleteForm::__construct() — Method in class CommentTypeDeleteForm

Constructs a query factory object.

UnpublishByKeywordComment::__construct() — Method in class UnpublishByKeywordComment

Constructs an UnpublishByKeywordComment object.

CommentDefaultFormatter::__construct() — Method in class CommentDefaultFormatter

Constructs a new CommentDefaultFormatter.

UnapprovedComments::__construct() — Method in class UnapprovedComments

Construct the UnapprovedComments object.

CommentNameConstraintValidator::__construct() — Method in class CommentNameConstraintValidator

Constructs a new CommentNameConstraintValidator.

EntityComment::__construct() — Method in class EntityComment

Builds a comment entity destination.

UserUid::__construct() — Method in class UserUid

Constructs a \Drupal\comment\Plugin\views\argument\UserUid object.

NodeNewComments::__construct() — Method in class NodeNewComments

Constructs a \Drupal\comment\Plugin\views\field\NodeNewComments object.

ConfigController::__construct() — Method in class ConfigController

Constructs a ConfigController object.

ConfigImportForm::__construct() — Method in class ConfigImportForm

Constructs a new ConfigImportForm.

ConfigSingleExportForm::__construct() — Method in class ConfigSingleExportForm

Constructs a new ConfigSingleImportForm.

ConfigSingleImportForm::__construct() — Method in class ConfigSingleImportForm

Constructs a new ConfigSingleImportForm.

ConfigSync::__construct() — Method in class ConfigSync

Constructs the object.

StorageReplaceDataWrapper::__construct() — Method in class StorageReplaceDataWrapper

Constructs a new StorageReplaceDataWrapper.

ConfigTranslationOverviewAccess::__construct() — Method in class ConfigTranslationOverviewAccess

Constructs a ConfigTranslationOverviewAccess object.

ConfigEntityMapper::__construct() — Method in class ConfigEntityMapper

Constructs a ConfigEntityMapper.

ConfigMapperManager::__construct() — Method in class ConfigMapperManager

Constructs a ConfigMapperManager.

ConfigNamesMapper::__construct() — Method in class ConfigNamesMapper

Constructs a ConfigNamesMapper.

ConfigTranslationBlockListBuilder::__construct() — Method in class ConfigTranslationBlockListBuilder

Constructs a new EntityListBuilder object.

ConfigTranslationController::__construct() — Method in class ConfigTranslationController

Constructs a ConfigTranslationController.

ConfigTranslationFieldListBuilder::__construct() — Method in class ConfigTranslationFieldListBuilder

Constructs a new ConfigTranslationFieldListBuilder object.

ConfigTranslationListController::__construct() — Method in class ConfigTranslationListController

Constructs a new ConfigTranslationListController object.

ConfigTranslationMapperList::__construct() — Method in class ConfigTranslationMapperList

Constructs a new ConfigTranslationMapperList object.

ConfigMapperPopulateEvent::__construct() — Method in class ConfigMapperPopulateEvent

Constructs a ConfigMapperPopulateEvent object.

FormElementBase::__construct() — Method in class FormElementBase

Constructs a FormElementBase.

ListElement::__construct() — Method in class ListElement

Constructs a ListElement.

ConfigTranslationDeleteForm::__construct() — Method in class ConfigTranslationDeleteForm

Constructs a ConfigTranslationDeleteForm.

ConfigTranslationFormBase::__construct() — Method in class ConfigTranslationFormBase

Constructs a ConfigTranslationFormBase.

ConfigTranslationContextualLinks::__construct() — Method in class ConfigTranslationContextualLinks

Constructs a new ConfigTranslationContextualLinks.

ConfigTranslationLocalTasks::__construct() — Method in class ConfigTranslationLocalTasks

Constructs a new ConfigTranslationLocalTasks.

RouteSubscriber::__construct() — Method in class RouteSubscriber

Constructs a new RouteSubscriber.

ContactPageAccess::__construct() — Method in class ContactPageAccess

Constructs a ContactPageAccess instance.

ContactFormEditForm::__construct() — Method in class ContactFormEditForm

Constructs a new ContactFormEditForm.

ContactController::__construct() — Method in class ContactController

Constructs a ContactController object.

MailHandler::__construct() — Method in class MailHandler

Constructs a new \Drupal\contact\MailHandler object.

MessageForm::__construct() — Method in class MessageForm

Constructs a MessageForm object.

LatestRevisionCheck::__construct() — Method in class LatestRevisionCheck

Constructs a new LatestRevisionCheck.

ContentModerationState::__construct() — Method in class ContentModerationState

ContentModerationState constructor.

ContentPreprocess::__construct() — Method in class ContentPreprocess
Constructor.
EntityOperations::__construct() — Method in class EntityOperations

Constructs a new EntityOperations object.

EntityTypeInfo::__construct() — Method in class EntityTypeInfo

EntityTypeInfo constructor.

NodeModerationHandler::__construct() — Method in class NodeModerationHandler

NodeModerationHandler constructor.

EntityModerationRouteProvider::__construct() — Method in class EntityModerationRouteProvider

Constructs a new DefaultHtmlRouteProvider.

ConfigImportSubscriber::__construct() — Method in class ConfigImportSubscriber

Constructs the event subscriber.

ContentModerationConfigureEntityTypesForm::__construct() — Method in class ContentModerationConfigureEntityTypesForm
{@inheritdoc}
ContentModerationConfigureForm::__construct() — Method in class ContentModerationConfigureForm

Create an instance of ContentModerationConfigureForm.

EntityModerationForm::__construct() — Method in class EntityModerationForm

EntityModerationForm constructor.

ModeratedNodeListBuilder::__construct() — Method in class ModeratedNodeListBuilder

Constructs a new ModeratedNodeListBuilder object.

ModerationInformation::__construct() — Method in class ModerationInformation

Creates a new ModerationInformation instance.

ModerationOptOutPublish::__construct() — Method in class ModerationOptOutPublish

ModerationOptOutPublish constructor.

ModerationOptOutUnpublish::__construct() — Method in class ModerationOptOutUnpublish

ModerationOptOutUnpublish constructor.

DynamicLocalTasks::__construct() — Method in class DynamicLocalTasks

Creates a FieldUiLocalTask object.

ContentModerationStateFormatter::__construct() — Method in class ContentModerationStateFormatter

Create an instance of ContentModerationStateFormatter.

ModerationStateWidget::__construct() — Method in class ModerationStateWidget

Constructs a new ModerationStateWidget object.

ModerationStateConstraintValidator::__construct() — Method in class ModerationStateConstraintValidator

Creates a new ModerationStateConstraintValidator instance.

ContentModeration::__construct() — Method in class ContentModeration

Constructs a ContentModeration object.

ModerationStateFilter::__construct() — Method in class ModerationStateFilter

Creates an instance of ModerationStateFilter.

ModerationStateSort::__construct() — Method in class ModerationStateSort

Creates an instance of ModerationStateFilter.

ContentModerationRouteSubscriber::__construct() — Method in class ContentModerationRouteSubscriber

ContentModerationRouteSubscriber constructor.

StateTransitionValidation::__construct() — Method in class StateTransitionValidation

Constructs a new StateTransitionValidation.

ViewsData::__construct() — Method in class ViewsData

Creates a new ViewsData instance.

ContentTranslationDeleteAccess::__construct() — Method in class ContentTranslationDeleteAccess

Constructs a ContentTranslationDeleteAccess object.

ContentTranslationManageAccessCheck::__construct() — Method in class ContentTranslationManageAccessCheck

Constructs a ContentTranslationManageAccessCheck object.

ContentTranslationOverviewAccess::__construct() — Method in class ContentTranslationOverviewAccess

Constructs a ContentTranslationOverviewAccess object.

ContentTranslationHandler::__construct() — Method in class ContentTranslationHandler

Initializes an instance of the content translation controller.

ContentTranslationManager::__construct() — Method in class ContentTranslationManager

Constructs a ContentTranslationManageAccessCheck object.

ContentTranslationMetadataWrapper::__construct() — Method in class ContentTranslationMetadataWrapper

Initializes an instance of the content translation metadata handler.

ContentTranslationPermissions::__construct() — Method in class ContentTranslationPermissions

Constructs a ContentTranslationPermissions instance.

ContentTranslationController::__construct() — Method in class ContentTranslationController

Initializes a content translation controller.

FieldTranslationSynchronizer::__construct() — Method in class FieldTranslationSynchronizer

Constructs a FieldTranslationSynchronizer object.

ContentTranslationContextualLinks::__construct() — Method in class ContentTranslationContextualLinks

Constructs a new ContentTranslationContextualLinks.

ContentTranslationLocalTasks::__construct() — Method in class ContentTranslationLocalTasks

Constructs a new ContentTranslationLocalTasks.

ContentTranslationSynchronizedFieldsConstraintValidator::__construct() — Method in class ContentTranslationSynchronizedFieldsConstraintValidator

ContentTranslationSynchronizedFieldsConstraintValidator constructor.

ContentTranslationRouteSubscriber::__construct() — Method in class ContentTranslationRouteSubscriber

Constructs a ContentTranslationRouteSubscriber object.

ContextualController::__construct() — Method in class ContextualController

Constructors a new ContextualController.

DateTimeComputed::__construct() — Method in class DateTimeComputed

Constructs a TypedData object given its definition and context.

DateTimeFormatterBase::__construct() — Method in class DateTimeFormatterBase

Constructs a new DateTimeDefaultFormatter.

DateTimeDefaultWidget::__construct() — Method in class DateTimeDefaultWidget

Constructs a WidgetBase object.

Date::__construct() — Method in class Date

Constructs a new Date instance.

Date::__construct() — Method in class Date

Constructs a new Date handler.

Date::__construct() — Method in class Date

Constructs a Handler object.

DateRangeDefaultWidget::__construct() — Method in class DateRangeDefaultWidget

Constructs a WidgetBase object.

DbLogController::__construct() — Method in class DbLogController

Constructs a DbLogController object.

DblogClearLogConfirmForm::__construct() — Method in class DblogClearLogConfirmForm

Constructs a new DblogClearLogConfirmForm.

DbLog::__construct() — Method in class DbLog

Constructs a DbLog object.

InstallHelper::__construct() — Method in class InstallHelper

Constructs a new InstallHelper object.

DynamicPageCacheSubscriber::__construct() — Method in class DynamicPageCacheSubscriber

Constructs a new DynamicPageCacheSubscriber object.

DefaultRequestPolicy::__construct() — Method in class DefaultRequestPolicy

Constructs the default Dynamic Page Cache request policy.

DenyAdminRoutes::__construct() — Method in class DenyAdminRoutes

Constructs a deny admin route page cache policy.

EditorDialogSave::__construct() — Method in class EditorDialogSave

Constructs an EditorDialogSave object.

GetUntransformedTextCommand::__construct() — Method in class GetUntransformedTextCommand

Constructs a GetUntransformedTextCommand object.

Element::__construct() — Method in class Element

Constructs a new Element object.

Editor::__construct() — Method in class Editor

Constructs an Entity object.

EditorConfigTranslationSubscriber::__construct() — Method in class EditorConfigTranslationSubscriber

EditorConfigTranslationSubscriber constructor.

EditorImageDialog::__construct() — Method in class EditorImageDialog

Constructs a form object for image dialog.

EditorManager::__construct() — Method in class EditorManager

Constructs an EditorManager object.

EditorFileReference::__construct() — Method in class EditorFileReference

Constructs a \Drupal\editor\Plugin\Filter\EditorFileReference object.

EntityDisplayRebuilder::__construct() — Method in class EntityDisplayRebuilder

Constructs a new EntityDisplayRebuilder.

FieldConfig::__construct() — Method in class FieldConfig

Constructs a FieldConfig object.

FieldStorageConfig::__construct() — Method in class FieldStorageConfig

Constructs a FieldStorageConfig object.

FieldStorageConfig::__sleep() — Method in class FieldStorageConfig

Implements the magic __sleep() method.

FieldConfigStorage::__construct() — Method in class FieldConfigStorage

Constructs a FieldConfigStorage object.

FieldStorageConfigStorage::__construct() — Method in class FieldStorageConfigStorage

Constructs a FieldStorageConfigStorage object.

FieldUninstallValidator::__construct() — Method in class FieldUninstallValidator

Constructs a new FieldUninstallValidator.

FieldType::__construct() — Method in class FieldType

Constructs a FieldType plugin.

ProcessField::__construct() — Method in class ProcessField

Constructs a ProcessField plugin.

FieldBundle::__construct() — Method in class FieldBundle

Constructs a ProcessField plugin.

FieldUninstallValidator::__construct() — Method in class FieldUninstallValidator

Constructs a ProxyClass Drupal proxy object.

FieldLayoutBuilder::__construct() — Method in class FieldLayoutBuilder

Constructs a new FieldLayoutBuilder.

FieldLayoutEntityFormDisplayEditForm::__construct() — Method in class FieldLayoutEntityFormDisplayEditForm

FieldLayoutEntityFormDisplayEditForm constructor.

FieldLayoutEntityViewDisplayEditForm::__construct() — Method in class FieldLayoutEntityViewDisplayEditForm

FieldLayoutEntityViewDisplayEditForm constructor.

FormModeAccessCheck::__construct() — Method in class FormModeAccessCheck

Creates a new FormModeAccessCheck.

ViewModeAccessCheck::__construct() — Method in class ViewModeAccessCheck

Creates a new ViewModeAccessCheck.

EntityDisplayModeListBuilder::__construct() — Method in class EntityDisplayModeListBuilder

Constructs a new EntityDisplayModeListBuilder object.

FieldConfigListBuilder::__construct() — Method in class FieldConfigListBuilder

Constructs a new class instance.

FieldStorageConfigListBuilder::__construct() — Method in class FieldStorageConfigListBuilder

Constructs a new FieldStorageConfigListBuilder object.

FieldUiPermissions::__construct() — Method in class FieldUiPermissions

Constructs a new FieldUiPermissions instance.

EntityDisplayFormBase::__construct() — Method in class EntityDisplayFormBase

Constructs a new EntityDisplayFormBase.

FieldConfigDeleteForm::__construct() — Method in class FieldConfigDeleteForm

Constructs a new FieldConfigDeleteForm object.

FieldConfigEditForm::__construct() — Method in class FieldConfigEditForm

Constructs a new FieldConfigDeleteForm object.

FieldStorageAddForm::__construct() — Method in class FieldStorageAddForm

Constructs a new FieldStorageAddForm object.

FieldUiLocalAction::__construct() — Method in class FieldUiLocalAction

Constructs a FieldUiLocalAction object.

FieldUiLocalTask::__construct() — Method in class FieldUiLocalTask

Creates a FieldUiLocalTask object.

RouteSubscriber::__construct() — Method in class RouteSubscriber

Constructs a RouteSubscriber object.

FileRepository::__construct() — Method in class FileRepository

FileRepository constructor.

DatabaseFileUsageBackend::__construct() — Method in class DatabaseFileUsageBackend

Construct the DatabaseFileUsageBackend.

FileUsageBase::__construct() — Method in class FileUsageBase

Creates a FileUsageBase object.

BaseFieldFileFormatterBase::__construct() — Method in class BaseFieldFileFormatterBase

Constructs a BaseFieldFileFormatterBase object.

FileWidget::__construct() — Method in class FileWidget

Constructs a WidgetBase object.

FieldFile::__construct() — Method in class FieldFile

Constructs a FieldFile plugin instance.

FileUploadResource::__construct() — Method in class FileUploadResource

Constructs a FileUploadResource instance.

Fid::__construct() — Method in class Fid

Constructs a Drupal\file\Plugin\views\argument\Fid object.

File::__construct() — Method in class File

Constructs a File object.

FileUploadHandler::__construct() — Method in class FileUploadHandler

Constructs a FileUploadHandler object.

FileValidationException::__construct() — Method in class FileValidationException

Constructs a new FileValidationException.

FormUploadedFile::__construct() — Method in class FormUploadedFile

Creates a new FormUploadedFile.

FilterFormatListBuilder::__construct() — Method in class FilterFormatListBuilder

Constructs a new FilterFormatListBuilder.

FilterPermissions::__construct() — Method in class FilterPermissions

Constructs a new FilterPermissions instance.

FilterPluginManager::__construct() — Method in class FilterPluginManager

Constructs a FilterPluginManager object.

FilterProcessResult::__construct() — Method in class FilterProcessResult

Constructs a FilterProcessResult object.

FilterProcessResult::__toString() — Method in class FilterProcessResult

Gets the processed text.

FilterUninstallValidator::__construct() — Method in class FilterUninstallValidator

Constructs a new FilterUninstallValidator.

FilterBase::__construct() — Method in class FilterBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

FilterCaption::__construct() — Method in class FilterCaption

Constructs a new FilterCaption.

FilterNull::__construct() — Method in class FilterNull

Constructs a \Drupal\Component\Plugin\PluginBase object.

FilterID::__construct() — Method in class FilterID

FilterID constructor.

FilterFormatPermission::__construct() — Method in class FilterFormatPermission

Constructs a FilterFormatPermission plugin instance.

FilterUninstallValidator::__construct() — Method in class FilterUninstallValidator

Constructs a ProxyClass Drupal proxy object.

ForumBreadcrumbBuilderBase::__construct() — Method in class ForumBreadcrumbBuilderBase

Constructs a forum breadcrumb builder object.

ForumController::__construct() — Method in class ForumController

Constructs a ForumController object.

ForumIndexStorage::__construct() — Method in class ForumIndexStorage

Constructs a ForumIndexStorage object.

ForumManager::__construct() — Method in class ForumManager

Constructs the forum manager service.

ForumManager::__sleep() — Method in class ForumManager
{@inheritdoc}
ForumManager::__wakeup() — Method in class ForumManager
{@inheritdoc}
ForumUninstallValidator::__construct() — Method in class ForumUninstallValidator

Constructs a new ForumUninstallValidator.

ForumUninstallValidator::__construct() — Method in class ForumUninstallValidator

Constructs a ProxyClass Drupal proxy object.

LinkManager::__construct() — Method in class LinkManager
Constructor.
RelationLinkManager::__construct() — Method in class RelationLinkManager
Constructor.
TypeLinkManager::__construct() — Method in class TypeLinkManager
Constructor.
ContentEntityNormalizer::__construct() — Method in class ContentEntityNormalizer

Constructs a ContentEntityNormalizer object.

EntityReferenceItemNormalizer::__construct() — Method in class EntityReferenceItemNormalizer

Constructs an EntityReferenceItemNormalizer object.

FileEntityNormalizer::__construct() — Method in class FileEntityNormalizer

Constructs a FileEntityNormalizer object.

HelpController::__construct() — Method in class HelpController

Creates a new HelpController.

HelpSectionManager::__construct() — Method in class HelpSectionManager

Constructs a new HelpSectionManager.

HelpBlock::__construct() — Method in class HelpBlock

Creates a HelpBlock instance.

HookHelpSection::__construct() — Method in class HookHelpSection

Constructs a HookHelpSection object.

HelpTopicPluginController::__construct() — Method in class HelpTopicPluginController

Constructs a HelpTopicPluginController object.

HelpBreadcrumbBuilder::__construct() — Method in class HelpBreadcrumbBuilder

Constructs the HelpBreadcrumbBuilder.

HelpTopicDiscovery::__construct() — Method in class HelpTopicDiscovery

Constructs a HelpTopicDiscovery object.

HelpTopicPluginManager::__construct() — Method in class HelpTopicPluginManager

Constructs a new HelpTopicManager object.

HelpTopicTwig::__construct() — Method in class HelpTopicTwig

HelpTopicPluginBase constructor.

HelpTopicTwigLoader::__construct() — Method in class HelpTopicTwigLoader

Constructs a new HelpTopicTwigLoader object.

HelpTwigExtension::__construct() — Method in class HelpTwigExtension

Constructs a \Drupal\help_topics\HelpTwigExtension.

HelpTopicSection::__construct() — Method in class HelpTopicSection

Constructs a HelpTopicSection object.

HelpSearch::__construct() — Method in class HelpSearch

Constructs a \Drupal\help_search\Plugin\Search\HelpSearch object.

ImageStyleDownloadController::__construct() — Method in class ImageStyleDownloadController

Constructs an ImageStyleDownloadController object.

QuickEditImageController::__construct() — Method in class QuickEditImageController

Constructs a new QuickEditImageController.

ImageEffectAddForm::__construct() — Method in class ImageEffectAddForm

Constructs a new ImageEffectAddForm.

ImageStyleEditForm::__construct() — Method in class ImageStyleEditForm

Constructs an ImageStyleEditForm object.

ImageStyleFormBase::__construct() — Method in class ImageStyleFormBase

Constructs a base class for image style add and edit forms.

ImageEffectBase::__construct() — Method in class ImageEffectBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

ImageEffectManager::__construct() — Method in class ImageEffectManager

Constructs a new ImageEffectManager.

DenyPrivateImageStyleDownload::__construct() — Method in class DenyPrivateImageStyleDownload

Constructs a deny image preview page cache policy.

PathProcessorImageStyles::__construct() — Method in class PathProcessorImageStyles

Constructs a new PathProcessorImageStyles object.

ImageFormatter::__construct() — Method in class ImageFormatter

Constructs an ImageFormatter object.

ImageWidget::__construct() — Method in class ImageWidget

Constructs an ImageWidget object.

ImageStyleRoutes::__construct() — Method in class ImageStyleRoutes

Constructs a new ImageStyleRoutes object.

FormErrorHandler::__construct() — Method in class FormErrorHandler

Constructs a new FormErrorHandler.

EntityAccessChecker::__construct() — Method in class EntityAccessChecker

EntityAccessChecker constructor.

RelationshipFieldAccess::__construct() — Method in class RelationshipFieldAccess

RelationshipFieldAccess constructor.

RelationshipRouteAccessCheck::__construct() — Method in class RelationshipRouteAccessCheck

RelationshipRouteAccessCheck constructor.

FieldResolver::__construct() — Method in class FieldResolver

Creates a FieldResolver instance.

EntityResource::__construct() — Method in class EntityResource

Instantiates an EntityResource object.

EntryPoint::__construct() — Method in class EntryPoint

EntryPoint constructor.

FileUpload::__construct() — Method in class FileUpload

Creates a new FileUpload instance.

TemporaryJsonapiFileFieldUploader::__construct() — Method in class TemporaryJsonapiFileFieldUploader

Constructs a FileUploadResource instance.

JsonapiMaintenanceModeSubscriber::__construct() — Method in class JsonapiMaintenanceModeSubscriber

Constructs a new JsonapiMaintenanceModeSubscriber.

ResourceResponseSubscriber::__construct() — Method in class ResourceResponseSubscriber

Constructs a ResourceResponseSubscriber object.

ResourceResponseValidator::__construct() — Method in class ResourceResponseValidator

Constructs a ResourceResponseValidator object.

EntityAccessDeniedHttpException::__construct() — Method in class EntityAccessDeniedHttpException

EntityAccessDeniedHttpException constructor.

UnprocessableHttpEntityException::__construct() — Method in class UnprocessableHttpEntityException

UnprocessableHttpEntityException constructor.

IncludeResolver::__construct() — Method in class IncludeResolver

IncludeResolver constructor.

Data::__construct() — Method in class Data

Instantiates a Data object.

ErrorCollection::__construct() — Method in class ErrorCollection

Instantiates an ErrorCollection object.

IncludedData::__construct() — Method in class IncludedData

IncludedData constructor.

JsonApiDocumentTopLevel::__construct() — Method in class JsonApiDocumentTopLevel

Instantiates a JsonApiDocumentTopLevel object.

Link::__construct() — Method in class Link

JSON:API Link constructor.

LinkCollection::__construct() — Method in class LinkCollection

LinkCollection constructor.

NullIncludedData::__construct() — Method in class NullIncludedData

NullData constructor.

OmittedData::__construct() — Method in class OmittedData

OmittedData constructor.

Relationship::__construct() — Method in class Relationship

Relationship constructor.

RelationshipData::__construct() — Method in class RelationshipData

RelationshipData constructor.

ResourceIdentifier::__construct() — Method in class ResourceIdentifier

ResourceIdentifier constructor.

ResourceObject::__construct() — Method in class ResourceObject

ResourceObject constructor.

ResourceObjectData::__construct() — Method in class ResourceObjectData

ResourceObjectData constructor.

EntityDenormalizerBase::__construct() — Method in class EntityDenormalizerBase

Constructs an EntityDenormalizerBase object.

FieldItemNormalizer::__construct() — Method in class FieldItemNormalizer

FieldItemNormalizer constructor.

HttpExceptionNormalizer::__construct() — Method in class HttpExceptionNormalizer

HttpExceptionNormalizer constructor.

JsonApiDocumentTopLevelNormalizer::__construct() — Method in class JsonApiDocumentTopLevelNormalizer

Constructs a JsonApiDocumentTopLevelNormalizer object.

LinkCollectionNormalizer::__construct() — Method in class LinkCollectionNormalizer

LinkCollectionNormalizer constructor.

ResourceIdentifierNormalizer::__construct() — Method in class ResourceIdentifierNormalizer

RelationshipNormalizer constructor.

ResourceObjectNormalizer::__construct() — Method in class ResourceObjectNormalizer

Constructs a ResourceObjectNormalizer object.

CacheableNormalization::__construct() — Method in class CacheableNormalization

CacheableNormalization constructor.

CacheableOmission::__construct() — Method in class CacheableOmission

CacheableOmission constructor.

ResourceTypeConverter::__construct() — Method in class ResourceTypeConverter

ResourceTypeConverter constructor.

EntityCondition::__construct() — Method in class EntityCondition

Constructs a new EntityCondition object.

EntityConditionGroup::__construct() — Method in class EntityConditionGroup

Constructs a new condition group object.

Filter::__construct() — Method in class Filter

Constructs a new Filter object.

OffsetPage::__construct() — Method in class OffsetPage

Instantiates an OffsetPage object.

Sort::__construct() — Method in class Sort

Constructs a new Sort object.

ResourceResponse::__construct() — Method in class ResourceResponse

Constructor for ResourceResponse objects.

ResourceType::__construct() — Method in class ResourceType

Instantiates a ResourceType object.

ResourceTypeBuildEvent::__construct() — Method in class ResourceTypeBuildEvent

ResourceTypeBuildEvent constructor.

ResourceTypeField::__construct() — Method in class ResourceTypeField

ResourceTypeField constructor.

ResourceTypeRepository::__construct() — Method in class ResourceTypeRepository

Instantiates a ResourceTypeRepository object.

NegotiatorBase::__construct() — Method in class NegotiatorBase

Constructs a version negotiator instance.

ResourceVersionRouteEnhancer::__construct() — Method in class ResourceVersionRouteEnhancer

ResourceVersionRouteEnhancer constructor.

VersionNotFoundException::__construct() — Method in class VersionNotFoundException
{@inheritdoc}
ReadOnlyModeMethodFilter::__construct() — Method in class ReadOnlyModeMethodFilter

ReadOnlyModeMethodFilter constructor.

Routes::__construct() — Method in class Routes

Instantiates a Routes object.

Serializer::__construct() — Method in class Serializer
{@inheritdoc}
LanguageConfigFactoryOverride::__construct() — Method in class LanguageConfigFactoryOverride

Constructs the LanguageConfigFactoryOverride object.

LanguageConfigOverride::__construct() — Method in class LanguageConfigOverride

Constructs a language override object.

LanguageConfigOverrideCrudEvent::__construct() — Method in class LanguageConfigOverrideCrudEvent

Constructs a configuration event object.

ConfigurableLanguageManager::__construct() — Method in class ConfigurableLanguageManager

Constructs a new ConfigurableLanguageManager object.

ContentLanguageSettings::__construct() — Method in class ContentLanguageSettings

Constructs a ContentLanguageSettings object.

ConfigSubscriber::__construct() — Method in class ConfigSubscriber

Constructs a new class object.

LanguageRequestSubscriber::__construct() — Method in class LanguageRequestSubscriber

Constructs a LanguageRequestSubscriber object.

ContentLanguageSettingsForm::__construct() — Method in class ContentLanguageSettingsForm

Constructs an \Drupal\views\Plugin\views\argument_validator\Entity object.

LanguageFormBase::__construct() — Method in class LanguageFormBase

Constructs a ContentEntityForm object.

NegotiationBrowserForm::__construct() — Method in class NegotiationBrowserForm

Constructs a \Drupal\system\ConfigFormBase object.

NegotiationConfigureForm::__construct() — Method in class NegotiationConfigureForm

Constructs a NegotiationConfigureForm object.

NegotiationUrlForm::__construct() — Method in class NegotiationUrlForm

Constructs a new NegotiationUrlForm object.

PathProcessorLanguage::__construct() — Method in class PathProcessorLanguage

Constructs a PathProcessorLanguage object.

LanguageConverter::__construct() — Method in class LanguageConverter

Constructs a new LanguageConverter.

LanguageListBuilder::__construct() — Method in class LanguageListBuilder

Constructs a new LanguageListBuilder object.

LanguageNegotiationMethodManager::__construct() — Method in class LanguageNegotiationMethodManager

Constructs a new LanguageNegotiationMethodManager object.

LanguageNegotiator::__construct() — Method in class LanguageNegotiator

Constructs a new LanguageNegotiator object.

LanguageBlock::__construct() — Method in class LanguageBlock

Constructs a LanguageBlock object.

Language::__construct() — Method in class Language

Creates a new Language instance.

LanguageNegotiationContentEntity::__construct() — Method in class LanguageNegotiationContentEntity

Constructs a new LanguageNegotiationContentEntity instance.

LanguageConverter::__construct() — Method in class LanguageConverter

Constructs a ProxyClass Drupal proxy object.

LayoutBuilderIsActiveCacheContext::__construct() — Method in class LayoutBuilderIsActiveCacheContext

LayoutBuilderCacheContext constructor.

AddSectionController::__construct() — Method in class AddSectionController

AddSectionController constructor.

ChooseBlockController::__construct() — Method in class ChooseBlockController

ChooseBlockController constructor.

ChooseSectionController::__construct() — Method in class ChooseSectionController

ChooseSectionController constructor.

LayoutBuilderHtmlEntityFormController::__construct() — Method in class LayoutBuilderHtmlEntityFormController

Constructs a LayoutBuilderHtmlEntityFormController object.

MoveBlockController::__construct() — Method in class MoveBlockController

LayoutController constructor.

LayoutBuilder::__construct() — Method in class LayoutBuilder

Constructs a new LayoutBuilder.

LayoutBuilderEntityViewDisplay::__construct() — Method in class LayoutBuilderEntityViewDisplay

Constructs an Entity object.

LayoutBuilderSampleEntityGenerator::__construct() — Method in class LayoutBuilderSampleEntityGenerator

LayoutBuilderSampleEntityGenerator constructor.

BlockComponentRenderArray::__construct() — Method in class BlockComponentRenderArray

Creates a BlockComponentRenderArray object.

PrepareLayout::__construct() — Method in class PrepareLayout

Constructs a new PrepareLayout.

SetInlineBlockDependency::__construct() — Method in class SetInlineBlockDependency

Constructs SetInlineBlockDependency object.

PrepareLayoutEvent::__construct() — Method in class PrepareLayoutEvent

Constructs a new PrepareLayoutEvent.

SectionComponentBuildRenderArrayEvent::__construct() — Method in class SectionComponentBuildRenderArrayEvent

Creates a new SectionComponentBuildRenderArrayEvent object.

ConfigureBlockFormBase::__construct() — Method in class ConfigureBlockFormBase

Constructs a new block form.

ConfigureSectionForm::__construct() — Method in class ConfigureSectionForm

Constructs a new ConfigureSectionForm.

DefaultsEntityForm::__construct() — Method in class DefaultsEntityForm

Constructs a new DefaultsEntityForm.

DiscardLayoutChangesForm::__construct() — Method in class DiscardLayoutChangesForm

Constructs a new DiscardLayoutChangesForm.

LayoutBuilderDisableForm::__construct() — Method in class LayoutBuilderDisableForm

Constructs a new RevertOverridesForm.

LayoutRebuildConfirmFormBase::__construct() — Method in class LayoutRebuildConfirmFormBase

Constructs a new RemoveSectionForm.

MoveBlockForm::__construct() — Method in class MoveBlockForm

Constructs a new MoveBlockForm.

OverridesEntityForm::__construct() — Method in class OverridesEntityForm

Constructs a new OverridesEntityForm.

RevertOverridesForm::__construct() — Method in class RevertOverridesForm

Constructs a new RevertOverridesForm.

InlineBlockEntityOperations::__construct() — Method in class InlineBlockEntityOperations

Constructs a new EntityOperations object.

InlineBlockUsage::__construct() — Method in class InlineBlockUsage

Creates an InlineBlockUsage object.

LayoutBuilderOverridesPermissions::__construct() — Method in class LayoutBuilderOverridesPermissions

LayoutBuilderOverridesPermissions constructor.

LayoutTempstoreRepository::__construct() — Method in class LayoutTempstoreRepository

LayoutTempstoreRepository constructor.

ExtraFieldBlock::__construct() — Method in class ExtraFieldBlock

Constructs a new ExtraFieldBlock.

FieldBlock::__construct() — Method in class FieldBlock

Constructs a new FieldBlock.

InlineBlock::__construct() — Method in class InlineBlock

Constructs a new InlineBlock.

ExtraFieldBlockDeriver::__construct() — Method in class ExtraFieldBlockDeriver

Constructs new FieldBlockDeriver.

FieldBlockDeriver::__construct() — Method in class FieldBlockDeriver

Constructs new FieldBlockDeriver.

InlineBlockDeriver::__construct() — Method in class InlineBlockDeriver

Constructs a BlockContentDeriver object.

LayoutBuilderLocalTaskDeriver::__construct() — Method in class LayoutBuilderLocalTaskDeriver

Constructs a new LayoutBuilderLocalTaskDeriver.

LayoutSectionItem::__get() — Method in class LayoutSectionItem

Magic method: Gets a property value.

DefaultsSectionStorage::__construct() — Method in class DefaultsSectionStorage

Constructs a \Drupal\Component\Plugin\PluginBase object.

OverridesSectionStorage::__construct() — Method in class OverridesSectionStorage

Constructs a \Drupal\Component\Plugin\PluginBase object.

QuickEditIntegration::__construct() — Method in class QuickEditIntegration

Constructs a new QuickEditIntegration object.

LayoutBuilderRoutes::__construct() — Method in class LayoutBuilderRoutes

Constructs a new LayoutBuilderRoutes.

LayoutSectionStorageParamConverter::__construct() — Method in class LayoutSectionStorageParamConverter

Constructs a new LayoutSectionStorageParamConverter.

LayoutTempstoreRouteEnhancer::__construct() — Method in class LayoutTempstoreRouteEnhancer

Constructs a new LayoutTempstoreRouteEnhancer.

Section::__construct() — Method in class Section

Constructs a new Section.

Section::__clone() — Method in class Section

Magic method: Implements a deep clone.

SectionComponent::__construct() — Method in class SectionComponent

Constructs a new SectionComponent.

SectionListTrait::__clone() — Method in class SectionListTrait

Magic method: Implements a deep clone.

SectionStorageDefinition::__construct() — Method in class SectionStorageDefinition

LayoutDefinition constructor.

SectionStorageManager::__construct() — Method in class SectionStorageManager

Constructs a new SectionStorageManager object.

LinkFormatter::__construct() — Method in class LinkFormatter

Constructs a new LinkFormatter.

LinkAccessConstraintValidator::__construct() — Method in class LinkAccessConstraintValidator

Constructs an instance of the LinkAccessConstraintValidator class.

FieldLink::__construct() — Method in class FieldLink

Constructs a \Drupal\Component\Plugin\PluginBase object.

LocaleTranslationCacheTag::__construct() — Method in class LocaleTranslationCacheTag

Constructs a LocaleTranslationCacheTag object.

ExportForm::__construct() — Method in class ExportForm

Constructs a new ExportForm.

ImportForm::__construct() — Method in class ImportForm

Constructs a form for language import.

TranslateFormBase::__construct() — Method in class TranslateFormBase

Constructs a new TranslationFormBase object.

TranslationStatusForm::__construct() — Method in class TranslationStatusForm

Constructs a TranslationStatusForm object.

LocaleConfigManager::__construct() — Method in class LocaleConfigManager

Creates a new typed configuration manager.

LocaleConfigSubscriber::__construct() — Method in class LocaleConfigSubscriber

Constructs a LocaleConfigSubscriber.

LocaleDefaultConfigStorage::__construct() — Method in class LocaleDefaultConfigStorage

Constructs a LocaleDefaultConfigStorage.

LocaleEvent::__construct() — Method in class LocaleEvent

Constructs a new LocaleEvent.

LocaleLookup::__construct() — Method in class LocaleLookup

Constructs a LocaleLookup object.

LocaleProjectStorage::__construct() — Method in class LocaleProjectStorage

Constructs a State object.

LocaleTranslation::__construct() — Method in class LocaleTranslation

Constructs a translator using a string storage.

LocaleTranslation::__construct() — Method in class LocaleTranslation

Constructs a new LocaleTranslation object.

PluralFormula::__construct() — Method in class PluralFormula
PoDatabaseReader::__construct() — Method in class PoDatabaseReader

Constructor, initializes with default options.

PoDatabaseWriter::__construct() — Method in class PoDatabaseWriter

Constructor, initialize reporting array.

StringBase::__construct() — Method in class StringBase

Constructs a new locale string object.

StringDatabaseStorage::__construct() — Method in class StringDatabaseStorage

Constructs a new StringDatabaseStorage class.

TranslationString::__construct() — Method in class TranslationString

Constructs a new locale string object.

MediaRevisionAccessCheck::__construct() — Method in class MediaRevisionAccessCheck

Constructs a new MediaRevisionAccessCheck.

MediaFilterController::__construct() — Method in class MediaFilterController

Constructs an MediaFilterController instance.

OEmbedIframeController::__construct() — Method in class OEmbedIframeController

Constructs an OEmbedIframeController instance.

MediaConfigSubscriber::__construct() — Method in class MediaConfigSubscriber

Constructs the MediaConfigSubscriber.

EditorMediaDialog::__construct() — Method in class EditorMediaDialog

Constructs a EditorMediaDialog object.

MediaSettingsForm::__construct() — Method in class MediaSettingsForm

MediaSettingsForm constructor.

MediaTypeDeleteConfirmForm::__construct() — Method in class MediaTypeDeleteConfirmForm

Constructs a new MediaTypeDeleteConfirm object.

IFrameUrlHelper::__construct() — Method in class IFrameUrlHelper

IFrameUrlHelper constructor.

MediaAccessControlHandler::__construct() — Method in class MediaAccessControlHandler

Constructs a MediaAccessControlHandler object.

MediaListBuilder::__construct() — Method in class MediaListBuilder

Constructs a new MediaListBuilder object.

MediaPermissions::__construct() — Method in class MediaPermissions

MediaPermissions constructor.

MediaSourceBase::__construct() — Method in class MediaSourceBase

Constructs a new class instance.

MediaSourceManager::__construct() — Method in class MediaSourceManager

Constructs a new MediaSourceManager.

MediaTypeForm::__construct() — Method in class MediaTypeForm

Constructs a new class instance.

Endpoint::__construct() — Method in class Endpoint

Endpoint constructor.

Provider::__construct() — Method in class Provider

Provider constructor.

ProviderException::__construct() — Method in class ProviderException

ProviderException constructor.

ProviderRepository::__construct() — Method in class ProviderRepository

Constructs a ProviderRepository instance.

Resource::__construct() — Method in class Resource

Resource constructor.

ResourceException::__construct() — Method in class ResourceException

ResourceException constructor.

ResourceFetcher::__construct() — Method in class ResourceFetcher

Constructs a ResourceFetcher object.

UrlResolver::__construct() — Method in class UrlResolver

Constructs a UrlResolver object.

DrupalMedia::__construct() — Method in class DrupalMedia

Constructs a new DrupalMedia plugin object.

DynamicLocalTasks::__construct() — Method in class DynamicLocalTasks

Creates a DynamicLocalTasks object.

MediaThumbnailFormatter::__construct() — Method in class MediaThumbnailFormatter

Constructs a MediaThumbnailFormatter object.

OEmbedFormatter::__construct() — Method in class OEmbedFormatter

Constructs an OEmbedFormatter instance.

MediaEmbed::__construct() — Method in class MediaEmbed

Constructs a MediaEmbed object.

ThumbnailDownloader::__construct() — Method in class ThumbnailDownloader

Constructs a new class instance.

OEmbedResourceConstraintValidator::__construct() — Method in class OEmbedResourceConstraintValidator

Constructs a new OEmbedResourceConstraintValidator.

Image::__construct() — Method in class Image

Constructs a new class instance.

OEmbed::__construct() — Method in class OEmbed

Constructs a new OEmbed instance.

MediaRouteProvider::__construct() — Method in class MediaRouteProvider

Constructs a new DefaultHtmlRouteProvider.

UpdateSelectionCommand::__construct() — Method in class UpdateSelectionCommand

Constructs an UpdateSelectionCommand object.

AddFormBase::__construct() — Method in class AddFormBase

Constructs an AddFormBase object.

FileUploadForm::__construct() — Method in class FileUploadForm

Constructs a new FileUploadForm.

OEmbedForm::__construct() — Method in class OEmbedForm

Constructs a new OEmbedForm.

MediaLibraryEditorOpener::__construct() — Method in class MediaLibraryEditorOpener

The MediaLibraryEditorOpener constructor.

MediaLibraryFieldWidgetOpener::__construct() — Method in class MediaLibraryFieldWidgetOpener

MediaLibraryFieldWidgetOpener constructor.

MediaLibraryState::__construct() — Method in class MediaLibraryState
{@inheritdoc}
MediaLibraryUiBuilder::__construct() — Method in class MediaLibraryUiBuilder

Constructs a MediaLibraryUiBuilder instance.

DrupalMediaLibrary::__construct() — Method in class DrupalMediaLibrary

Constructs a new DrupalMediaLibrary plugin object.

MediaLibraryWidget::__construct() — Method in class MediaLibraryWidget

Constructs a MediaLibraryWidget widget.

MenuLinkContentForm::__construct() — Method in class MenuLinkContentForm

Constructs a MenuLinkContentForm object.

MenuLinkContentAccessControlHandler::__construct() — Method in class MenuLinkContentAccessControlHandler

Creates a new MenuLinkContentAccessControlHandler.

MenuLinkContentDeriver::__construct() — Method in class MenuLinkContentDeriver

Constructs a MenuLinkContentDeriver instance.

MenuLinkContent::__construct() — Method in class MenuLinkContent

Constructs a new MenuLinkContent.

MenuTreeHierarchyConstraintValidator::__construct() — Method in class MenuTreeHierarchyConstraintValidator

Creates a new MenuTreeHierarchyConstraintValidator instance.

LinkUri::__construct() — Method in class LinkUri

Constructs a LinkUri object.

MenuController::__construct() — Method in class MenuController

Creates a new MenuController object.

MenuDeleteForm::__construct() — Method in class MenuDeleteForm

Constructs a new MenuDeleteForm.

MenuLinkEditForm::__construct() — Method in class MenuLinkEditForm

Constructs a MenuLinkEditForm object.

MenuLinkResetForm::__construct() — Method in class MenuLinkResetForm

Constructs a MenuLinkResetForm object.

MenuForm::__construct() — Method in class MenuForm

Constructs a MenuForm object.

MenuLinkAdd::__construct() — Method in class MenuLinkAdd

Constructs a MenuLinkAdd object.

AuditException::__construct() — Method in class AuditException

AuditException constructor.

AuditResult::__construct() — Method in class AuditResult

AuditResult constructor.

AuditResult::__toString() — Method in class AuditResult

Returns the reasons the migration passed or failed, as a string.

EventBase::__construct() — Method in class EventBase

Constructs a Migrate event object.

MigrateIdMapMessageEvent::__construct() — Method in class MigrateIdMapMessageEvent

Constructs a post-save event object.

MigrateMapDeleteEvent::__construct() — Method in class MigrateMapDeleteEvent

Constructs a migration map delete event object.

MigrateMapSaveEvent::__construct() — Method in class MigrateMapSaveEvent

Constructs a migration map event object.

MigratePostRowSaveEvent::__construct() — Method in class MigratePostRowSaveEvent

Constructs a post-save event object.

MigratePreRowSaveEvent::__construct() — Method in class MigratePreRowSaveEvent

Constructs a pre-save event object.

MigrateRollbackEvent::__construct() — Method in class MigrateRollbackEvent

Constructs a rollback event object.

MigrateRowDeleteEvent::__construct() — Method in class MigrateRowDeleteEvent

Constructs a row deletion event object.

EntityValidationException::__construct() — Method in class EntityValidationException

EntityValidationException constructor.

RequirementsException::__construct() — Method in class RequirementsException

Constructs a new RequirementsException instance.

MigrateException::__construct() — Method in class MigrateException

Constructs a MigrateException object.

MigrateExecutable::__construct() — Method in class MigrateExecutable

Constructs a MigrateExecutable and verifies and sets the memory limit.

MigrateLookup::__construct() — Method in class MigrateLookup

Constructs a MigrateLookup object.

MigrateSkipRowException::__construct() — Method in class MigrateSkipRowException

Constructs a MigrateSkipRowException object.

MigrateStub::__construct() — Method in class MigrateStub

Constructs a MigrationStub object.

MigrateEntity::__construct() — Method in class MigrateEntity

Constructs a MigrateEntity object.

MigrateEntityRevision::__construct() — Method in class MigrateEntityRevision

Constructs a MigrateEntity object.

AnnotatedClassDiscoveryAutomatedProviders::__construct() — Method in class AnnotatedClassDiscoveryAutomatedProviders

Constructs an AnnotatedClassDiscoveryAutomatedProviders object.

ProviderFilterDecorator::__construct() — Method in class ProviderFilterDecorator

Constructs an InheritProviderDecorator object.

ProviderFilterDecorator::__call() — Method in class ProviderFilterDecorator

Passes through all unknown calls onto the decorated object.

BadPluginDefinitionException::__construct() — Method in class BadPluginDefinitionException

Constructs a BadPluginDefinitionException.

MigrateDestinationPluginManager::__construct() — Method in class MigrateDestinationPluginManager

Constructs a MigrateDestinationPluginManager object.

MigratePluginManager::__construct() — Method in class MigratePluginManager

Constructs a MigratePluginManager object.

MigrateSourceInterface::__toString() — Method in class MigrateSourceInterface

Allows class to decide how it will react when it is treated like a string.

MigrateSourcePluginManager::__construct() — Method in class MigrateSourcePluginManager

MigrateSourcePluginManager constructor.

Migration::__construct() — Method in class Migration

Constructs a Migration.

MigrationPluginManager::__construct() — Method in class MigrationPluginManager

Construct a migration plugin manager.

NoSourcePluginDecorator::__construct() — Method in class NoSourcePluginDecorator

Constructs a NoSourcePluginDecorator object.

NoSourcePluginDecorator::__call() — Method in class NoSourcePluginDecorator

Passes through all unknown calls onto the decorated object.

ComponentEntityDisplayBase::__construct() — Method in class ComponentEntityDisplayBase

PerComponentEntityDisplay constructor.

Config::__construct() — Method in class Config

Constructs a Config destination object.

DestinationBase::__construct() — Method in class DestinationBase

Constructs an entity destination plugin.

Entity::__construct() — Method in class Entity

Construct a new entity.

EntityConfigBase::__construct() — Method in class EntityConfigBase

Construct a new entity.

EntityContentBase::__construct() — Method in class EntityContentBase

Constructs a content entity.

EntityRevision::__construct() — Method in class EntityRevision

Constructs a content entity.

Sql::__construct() — Method in class Sql

Constructs an SQL object.

Callback::__construct() — Method in class Callback

Constructs a \Drupal\Component\Plugin\PluginBase object.

Download::__construct() — Method in class Download

Constructs a download process plugin.

EntityExists::__construct() — Method in class EntityExists

EntityExists constructor.

FileCopy::__construct() — Method in class FileCopy

Constructs a file_copy process plugin.

FileProcessBase::__construct() — Method in class FileProcessBase

Constructs a file process plugin.

MachineName::__construct() — Method in class MachineName

Constructs a MachineName plugin.

MakeUniqueEntityField::__construct() — Method in class MakeUniqueEntityField

Constructs a \Drupal\Component\Plugin\PluginBase object.

MenuLinkParent::__construct() — Method in class MenuLinkParent

Constructs a MenuLinkParent object.

MigrationLookup::__construct() — Method in class MigrationLookup

Constructs a MigrationLookup object.

Route::__construct() — Method in class Route

Constructs a \Drupal\Component\Plugin\PluginBase object.

SubProcess::__construct() — Method in class SubProcess

SubProcess constructor.

EmbeddedDataSource::__construct() — Method in class EmbeddedDataSource

Constructs a \Drupal\Component\Plugin\PluginBase object.

EmbeddedDataSource::__toString() — Method in class EmbeddedDataSource

Allows class to decide how it will react when it is treated like a string.

EmptySource::__toString() — Method in class EmptySource

Allows class to decide how it will react when it is treated like a string.

SourcePluginBase::__construct() — Method in class SourcePluginBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

SqlBase::__construct() — Method in class SqlBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

SqlBase::__toString() — Method in class SqlBase

Prints the query string when the object is used as a string.

SqlBase::__sleep() — Method in class SqlBase
{@inheritdoc}
Row::__construct() — Method in class Row

Constructs a \Drupal\migrate\Row object.

MigrateField::__construct() — Method in class MigrateField

Constructs a Plugin object.

FieldDiscovery::__construct() — Method in class FieldDiscovery

Constructs a FieldDiscovery object.

MigrationPluginManager::__construct() — Method in class MigrationPluginManager

MigrationPluginManager constructor.

MigrationState::__construct() — Method in class MigrationState

Construct a new MigrationState object.

EntityReferenceTranslationDeriver::__construct() — Method in class EntityReferenceTranslationDeriver

EntityReferenceTranslationDeriver constructor.

FieldMigration::__construct() — Method in class FieldMigration

Constructs a FieldMigration.

ContentEntity::__construct() — Method in class ContentEntity

Constructs a \Drupal\Component\Plugin\PluginBase object.

ContentEntity::__toString() — Method in class ContentEntity

Allows class to decide how it will react when it is treated like a string.

ContentEntityDeriver::__construct() — Method in class ContentEntityDeriver

Constructs a new ContentEntityDeriver.

DrupalSqlBase::__construct() — Method in class DrupalSqlBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

EmptySource::__construct() — Method in class EmptySource

Constructs a \Drupal\Component\Plugin\PluginBase object.

Variable::__construct() — Method in class Variable

Constructs a \Drupal\Component\Plugin\PluginBase object.

VariableTranslation::__construct() — Method in class VariableTranslation

Constructs a \Drupal\Component\Plugin\PluginBase object.

VariableTranslation::__construct() — Method in class VariableTranslation

Constructs a \Drupal\Component\Plugin\PluginBase object.

CredentialForm::__construct() — Method in class CredentialForm

CredentialForm constructor.

IncrementalForm::__construct() — Method in class IncrementalForm

IncrementalForm constructor.

MigrateUpgradeFormBase::__construct() — Method in class MigrateUpgradeFormBase

Constructs the Migrate Upgrade Form Base.

ReviewForm::__construct() — Method in class ReviewForm

ReviewForm constructor.

Connection::__construct() — Method in class Connection

Constructs a Connection object.

Connection::__destruct() — Method in class Connection

Ensures that the PDO connection can be garbage collected.

Delete::__construct() — Method in class Delete

Constructs a Delete object.

Insert::__construct() — Method in class Insert

Constructs an Insert object.

Insert::__toString() — Method in class Insert

Implements PHP magic __toString method to convert the query to a string.

Tasks::__construct() — Method in class Tasks

Constructs a \Drupal\mysql\Driver\Database\mysql\Install\Tasks object.

Merge::__construct() — Method in class Merge

Constructs a Merge object.

Select::__construct() — Method in class Select

Constructs a Select object.

Truncate::__construct() — Method in class Truncate

Constructs a Truncate query object.

Update::__construct() — Method in class Update

Constructs an Update query object.

Upsert::__construct() — Method in class Upsert

Constructs an Upsert object.

Upsert::__toString() — Method in class Upsert

Implements PHP magic __toString method to convert the query to a string.

NodeAddAccessCheck::__construct() — Method in class NodeAddAccessCheck

Constructs an EntityCreateAccessCheck object.

NodePreviewAccessCheck::__construct() — Method in class NodePreviewAccessCheck

Constructs an EntityCreateAccessCheck object.

NodeRevisionAccessCheck::__construct() — Method in class NodeRevisionAccessCheck

Constructs a new NodeRevisionAccessCheck.

NodeRouteContext::__construct() — Method in class NodeRouteContext

Constructs a new NodeRouteContext.

NodeController::__construct() — Method in class NodeController

Constructs a NodeController object.

NodePreviewController::__construct() — Method in class NodePreviewController

Creates a NodeViewController object.

NodeViewController::__construct() — Method in class NodeViewController

Creates a NodeViewController object.

NodeAdminRouteSubscriber::__construct() — Method in class NodeAdminRouteSubscriber

Constructs a new NodeAdminRouteSubscriber.

NodeTranslationExceptionSubscriber::__construct() — Method in class NodeTranslationExceptionSubscriber

Constructs the NodeTranslationExceptionSubscriber.

NodeTranslationMigrateSubscriber::__construct() — Method in class NodeTranslationMigrateSubscriber

Constructs the NodeTranslationMigrateSubscriber.

NodePreviewForm::__construct() — Method in class NodePreviewForm

Constructs a new NodePreviewForm.

NodeRevisionDeleteForm::__construct() — Method in class NodeRevisionDeleteForm

Constructs a new NodeRevisionDeleteForm.

NodeRevisionRevertForm::__construct() — Method in class NodeRevisionRevertForm

Constructs a new NodeRevisionRevertForm.

NodeRevisionRevertTranslationForm::__construct() — Method in class NodeRevisionRevertTranslationForm

Constructs a new NodeRevisionRevertTranslationForm.

NodeAccessControlHandler::__construct() — Method in class NodeAccessControlHandler

Constructs a NodeAccessControlHandler object.

NodeForm::__construct() — Method in class NodeForm

Constructs a NodeForm object.

NodeGrantDatabaseStorage::__construct() — Method in class NodeGrantDatabaseStorage

Constructs a NodeGrantDatabaseStorage object.

NodeListBuilder::__construct() — Method in class NodeListBuilder

Constructs a new NodeListBuilder object.

NodeTypeForm::__construct() — Method in class NodeTypeForm

Constructs the NodeTypeForm object.

DenyNodePreview::__construct() — Method in class DenyNodePreview

Constructs a deny node preview page cache policy.

NodePreviewConverter::__construct() — Method in class NodePreviewConverter

Constructs a new NodePreviewConverter.

AssignOwnerNode::__construct() — Method in class AssignOwnerNode

Constructs a new AssignOwnerNode action.

SyndicateBlock::__construct() — Method in class SyndicateBlock

Constructs a SyndicateBlock object.

NodeType::__construct() — Method in class NodeType

Creates a new NodeType instance.

NodeSearch::__construct() — Method in class NodeSearch

Constructs a \Drupal\node\Plugin\Search\NodeSearch object.

D6NodeDeriver::__construct() — Method in class D6NodeDeriver

D6NodeDeriver constructor.

D7NodeDeriver::__construct() — Method in class D7NodeDeriver

D7NodeDeriver constructor.

Node::__construct() — Method in class Node

Constructs a \Drupal\Component\Plugin\PluginBase object.

Node::__construct() — Method in class Node

Constructs a \Drupal\Component\Plugin\PluginBase object.

ListingEmpty::__construct() — Method in class ListingEmpty

Constructs a new ListingEmpty.

Nid::__construct() — Method in class Nid

Constructs the Nid object.

Type::__construct() — Method in class Type

Constructs a new Node Type object.

Vid::__construct() — Method in class Vid

Constructs a \Drupal\node\Plugin\views\argument\Vid object.

Node::__construct() — Method in class Node

Constructs a new Node instance.

Node::__construct() — Method in class Node

Node constructor.

NodePreviewConverter::__construct() — Method in class NodePreviewConverter

Constructs a ProxyClass Drupal proxy object.

PageCache::__construct() — Method in class PageCache

Constructs a PageCache object.

PathAliasListBuilder::__construct() — Method in class PathAliasListBuilder

Constructs a new PathAliasListBuilder object.

PathAliasConstraintValidator::__construct() — Method in class PathAliasConstraintValidator

Creates a new PathAliasConstraintValidator instance.

UrlAliasLanguage::__construct() — Method in class UrlAliasLanguage

Constructs a \Drupal\Component\Plugin\PluginBase object.

AliasManager::__construct() — Method in class AliasManager

Constructs an AliasManager.

AliasRepository::__construct() — Method in class AliasRepository

Constructs an AliasRepository object.

AliasWhitelist::__construct() — Method in class AliasWhitelist

Constructs an AliasWhitelist object.

PathAliasSubscriber::__construct() — Method in class PathAliasSubscriber

Constructs a new PathSubscriber instance.

AliasPathProcessor::__construct() — Method in class AliasPathProcessor

Constructs a AliasPathProcessor object.

Connection::__construct() — Method in class Connection

Constructs a connection object.

Delete::__construct() — Method in class Delete

Constructs a Delete object.

Insert::__construct() — Method in class Insert

Constructs an Insert object.

Insert::__toString() — Method in class Insert

Implements PHP magic __toString method to convert the query to a string.

Tasks::__construct() — Method in class Tasks

Constructs a \Drupal\pgsql\Driver\Database\pgsql\Install\Tasks object.

Merge::__construct() — Method in class Merge

Constructs a Merge object.

Schema::_createKeySql() — Method in class Schema
Schema::_createIndexSql() — Method in class Schema
Schema::_createKeys() — Method in class Schema
Select::__construct() — Method in class Select

Constructs a Select object.

Truncate::__construct() — Method in class Truncate

Constructs a Truncate query object.

Update::__construct() — Method in class Update

Constructs an Update query object.

Upsert::__construct() — Method in class Upsert

Constructs an Upsert object.

Upsert::__toString() — Method in class Upsert

Implements PHP magic __toString method to convert the query to a string.

EntitySavedCommand::__construct() — Method in class EntitySavedCommand

Constructs an EntitySaveCommand object.

FieldFormCommand::__construct() — Method in class FieldFormCommand

Constructs a FieldFormCommand object.

FieldFormSavedCommand::__construct() — Method in class FieldFormSavedCommand

Constructs a FieldFormSavedCommand object.

FieldFormValidationErrorsCommand::__construct() — Method in class FieldFormValidationErrorsCommand

Constructs a FieldFormValidationErrorsCommand object.

EditorSelector::__construct() — Method in class EditorSelector

Constructs a new EditorSelector.

QuickEditFieldForm::__construct() — Method in class QuickEditFieldForm

Constructs a new EditFieldForm.

MetadataGenerator::__construct() — Method in class MetadataGenerator

Constructs a new MetadataGenerator.

InPlaceEditorManager::__construct() — Method in class InPlaceEditorManager

Constructs an InPlaceEditorManager object.

QuickEditController::__construct() — Method in class QuickEditController

Constructs a new QuickEditController.

ResponsiveImageStyle::__construct() — Method in class ResponsiveImageStyle

Constructs an Entity object.

ResponsiveImageFormatter::__construct() — Method in class ResponsiveImageFormatter

Constructs a ResponsiveImageFormatter object.

ResponsiveImageStyleForm::__construct() — Method in class ResponsiveImageStyleForm

Constructs the responsive image style form.

ConfigDependencies::__construct() — Method in class ConfigDependencies

Creates a new ConfigDependencies instance.

RestResourceConfig::__construct() — Method in class RestResourceConfig

Constructs an Entity object.

EntityResourcePostRouteSubscriber::__construct() — Method in class EntityResourcePostRouteSubscriber

Constructs a new EntityResourcePostRouteSubscriber instance.

ResourceResponseSubscriber::__construct() — Method in class ResourceResponseSubscriber

Constructs a ResourceResponseSubscriber object.

ModifiedResourceResponse::__construct() — Method in class ModifiedResourceResponse

Constructor for ModifiedResourceResponse objects.

EntityDeriver::__construct() — Method in class EntityDeriver

Constructs an EntityDeriver object.

ResourceBase::__construct() — Method in class ResourceBase

Constructs a Drupal\rest\Plugin\ResourceBase object.

ResourcePluginManager::__construct() — Method in class ResourcePluginManager

Constructs a new \Drupal\rest\Plugin\Type\ResourcePluginManager object.

EntityResource::__construct() — Method in class EntityResource

Constructs a Drupal\rest\Plugin\rest\resource\EntityResource object.

RestExport::__construct() — Method in class RestExport

Constructs a RestExport object.

DataEntityRow::__construct() — Method in class DataEntityRow

Constructs a new DataEntityRow object.

Serializer::__construct() — Method in class Serializer

Constructs a Plugin object.

RequestHandler::__construct() — Method in class RequestHandler

Creates a new RequestHandler instance.

ResourceResponse::__construct() — Method in class ResourceResponse

Constructor for ResourceResponse objects.

RestPermissions::__construct() — Method in class RestPermissions

Constructs a new RestPermissions instance.

ResourceRoutes::__construct() — Method in class ResourceRoutes

Constructs a RouteSubscriber object.

SearchController::__construct() — Method in class SearchController

Constructs a new search controller.

SearchBlockForm::__construct() — Method in class SearchBlockForm

Constructs a new SearchBlockForm.

SearchPageFormBase::__construct() — Method in class SearchPageFormBase

Constructs a new search form.

SearchBlock::__construct() — Method in class SearchBlock

Constructs a new SearchLocalTask.

ConfigurableSearchPluginBase::__construct() — Method in class ConfigurableSearchPluginBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

SearchLocalTask::__construct() — Method in class SearchLocalTask

Constructs a new SearchLocalTask.

SearchPluginCollection::__construct() — Method in class SearchPluginCollection

Constructs a new SearchPluginCollection.

EntitySearchPage::__construct() — Method in class EntitySearchPage

Constructs a new EntitySearchPage.

SearchPageRoutes::__construct() — Method in class SearchPageRoutes

Constructs a new search route subscriber.

SearchIndex::__construct() — Method in class SearchIndex

SearchIndex constructor.

SearchPageListBuilder::__construct() — Method in class SearchPageListBuilder

Constructs a new SearchPageListBuilder object.

SearchPageRepository::__construct() — Method in class SearchPageRepository

Constructs a new SearchPageRepository.

SearchPluginManager::__construct() — Method in class SearchPluginManager

Constructs SearchPluginManager.

SearchTextProcessor::__construct() — Method in class SearchTextProcessor

SearchTextProcessor constructor.

JsonEncoder::__construct() — Method in class JsonEncoder
{@inheritdoc}
ChainEntityResolver::__construct() — Method in class ChainEntityResolver

Constructs a ChainEntityResolver object.

UuidResolver::__construct() — Method in class UuidResolver

Constructs a UuidResolver object.

DefaultExceptionSubscriber::__construct() — Method in class DefaultExceptionSubscriber

DefaultExceptionSubscriber constructor.

UserRouteAlterSubscriber::__construct() — Method in class UserRouteAlterSubscriber

UserRouteAlterSubscriber constructor.

DateTimeNormalizer::__construct() — Method in class DateTimeNormalizer

Constructs a new DateTimeNormalizer instance.

EntityNormalizer::__construct() — Method in class EntityNormalizer

Constructs an EntityNormalizer object.

EntityReferenceFieldItemNormalizer::__construct() — Method in class EntityReferenceFieldItemNormalizer

Constructs an EntityReferenceFieldItemNormalizer object.

NullNormalizer::__construct() — Method in class NullNormalizer

Constructs a NullNormalizer object.

ShortcutSetController::__construct() — Method in class ShortcutSetController

Creates a new ShortcutSetController instance.

ShortcutSetDeleteForm::__construct() — Method in class ShortcutSetDeleteForm

Constructs a ShortcutSetDeleteForm object.

SwitchShortcutSet::__construct() — Method in class SwitchShortcutSet

Constructs a SwitchShortcutSet object.

ShortcutSetUsers::__construct() — Method in class ShortcutSetUsers

Constructs an entity destination plugin.

ShortcutAccessControlHandler::__construct() — Method in class ShortcutAccessControlHandler

Constructs a ShortcutAccessControlHandler object.

ShortcutLazyBuilders::__construct() — Method in class ShortcutLazyBuilders

Constructs a new ShortcutLazyBuilders object.

ShortcutSetStorage::__construct() — Method in class ShortcutSetStorage

Constructs a ShortcutSetStorageController object.

Connection::__construct() — Method in class Connection

Constructs a \Drupal\sqlite\Driver\Database\sqlite\Connection object.

Connection::__destruct() — Method in class Connection

Destructor for the SQLite connection.

Delete::__construct() — Method in class Delete

Constructs a Delete object.

Insert::__construct() — Method in class Insert

Constructs an Insert object.

Insert::__toString() — Method in class Insert

Implements PHP magic __toString method to convert the query to a string.

Merge::__construct() — Method in class Merge

Constructs a Merge object.

Select::__construct() — Method in class Select

Constructs a Select object.

Truncate::__construct() — Method in class Truncate

Constructs a Truncate query object.

Truncate::__toString() — Method in class Truncate

Implements PHP magic __toString method to convert the query to a string.

Update::__construct() — Method in class Update

Constructs an Update query object.

Upsert::__construct() — Method in class Upsert

Constructs an Upsert object.

Upsert::__toString() — Method in class Upsert

Implements PHP magic __toString method to convert the query to a string.

NodeStatisticsDatabaseStorage::__construct() — Method in class NodeStatisticsDatabaseStorage

Constructs the statistics storage.

StatisticsPopularBlock::__construct() — Method in class StatisticsPopularBlock

Constructs a StatisticsPopularBlock object.

NodeCounter::__construct() — Method in class NodeCounter

Constructs a node counter plugin.

StatisticsSettingsForm::__construct() — Method in class StatisticsSettingsForm

Constructs a \Drupal\statistics\StatisticsSettingsForm object.

StatisticsViewsResult::__construct() — Method in class StatisticsViewsResult
SysLog::__construct() — Method in class SysLog

Constructs a SysLog object.

AdminController::__construct() — Method in class AdminController

AdminController constructor.

BatchController::__construct() — Method in class BatchController

Constructs a new BatchController.

CsrfTokenController::__construct() — Method in class CsrfTokenController

Constructs a new CsrfTokenController object.

DbUpdateController::__construct() — Method in class DbUpdateController

Constructs a new UpdateController.

EntityAutocompleteController::__construct() — Method in class EntityAutocompleteController

Constructs an EntityAutocompleteController object.

SystemController::__construct() — Method in class SystemController

Constructs a new SystemController.

SystemInfoController::__construct() — Method in class SystemInfoController

Constructs a SystemInfoController object.

ThemeController::__construct() — Method in class ThemeController

Constructs a new ThemeController.

CronController::__construct() — Method in class CronController

Constructs a CronController object.

DateFormatListBuilder::__construct() — Method in class DateFormatListBuilder

Constructs a new DateFormatListBuilder object.

AdvisoriesConfigSubscriber::__construct() — Method in class AdvisoriesConfigSubscriber

Constructs a new ConfigSubscriber object.

ConfigCacheTag::__construct() — Method in class ConfigCacheTag

Constructs a ConfigCacheTag object.

SecurityFileUploadEventSubscriber::__construct() — Method in class SecurityFileUploadEventSubscriber

Constructs a new file event listener.

FileDownloadController::__construct() — Method in class FileDownloadController

FileDownloadController constructor.

CronForm::__construct() — Method in class CronForm

Constructs a CronForm object.

DateFormatDeleteForm::__construct() — Method in class DateFormatDeleteForm

Constructs a DateFormatDeleteForm object.

DateFormatFormBase::__construct() — Method in class DateFormatFormBase

Constructs a new date format form.

FileSystemForm::__construct() — Method in class FileSystemForm

Constructs a FileSystemForm object.

ImageToolkitForm::__construct() — Method in class ImageToolkitForm

Constructs an ImageToolkitForm object.

ModulesListConfirmForm::__construct() — Method in class ModulesListConfirmForm

Constructs a ModulesListConfirmForm object.

ModulesListForm::__construct() — Method in class ModulesListForm

Constructs a ModulesListForm object.

ModulesUninstallConfirmForm::__construct() — Method in class ModulesUninstallConfirmForm

Constructs a ModulesUninstallConfirmForm object.

ModulesUninstallForm::__construct() — Method in class ModulesUninstallForm

Constructs a ModulesUninstallForm object.

PerformanceForm::__construct() — Method in class PerformanceForm

Constructs a PerformanceForm object.

PrepareModulesEntityUninstallForm::__construct() — Method in class PrepareModulesEntityUninstallForm

Constructs a PrepareModulesEntityUninstallForm object.

RegionalForm::__construct() — Method in class RegionalForm

Constructs a RegionalForm object.

SiteInformationForm::__construct() — Method in class SiteInformationForm

Constructs a SiteInformationForm object.

SiteMaintenanceModeForm::__construct() — Method in class SiteMaintenanceModeForm

Constructs a new SiteMaintenanceModeForm.

SystemBrandingOffCanvasForm::__construct() — Method in class SystemBrandingOffCanvasForm

SystemBrandingOffCanvasForm constructor.

SystemMenuOffCanvasForm::__construct() — Method in class SystemMenuOffCanvasForm

SystemMenuOffCanvasForm constructor.

ThemeExperimentalConfirmForm::__construct() — Method in class ThemeExperimentalConfirmForm

Constructs a ThemeExperimentalConfirmForm object.

ThemeSettingsForm::__construct() — Method in class ThemeSettingsForm

Constructs a ThemeSettingsForm object.

MachineNameController::__construct() — Method in class MachineNameController

Constructs a MachineNameController object.

PathBasedBreadcrumbBuilder::__construct() — Method in class PathBasedBreadcrumbBuilder

Constructs the PathBasedBreadcrumbBuilder.

MockPhpStorage::__construct() — Method in class MockPhpStorage

Constructs a MockPhpStorage object.

SystemBrandingBlock::__construct() — Method in class SystemBrandingBlock

Creates a SystemBrandingBlock instance.

SystemBreadcrumbBlock::__construct() — Method in class SystemBreadcrumbBlock

Constructs a new SystemBreadcrumbBlock object.

SystemMenuBlock::__construct() — Method in class SystemMenuBlock

Constructs a new SystemMenuBlock.

CurrentThemeCondition::__construct() — Method in class CurrentThemeCondition

Constructs a CurrentThemeCondition condition plugin.

RequestPath::__construct() — Method in class RequestPath

Constructs a RequestPath condition plugin.

SystemMenuBlock::__construct() — Method in class SystemMenuBlock

Constructs new SystemMenuBlock.

ThemeLocalTask::__construct() — Method in class ThemeLocalTask

Constructs a new ThemeLocalTask instance.

GDToolkit::__construct() — Method in class GDToolkit

Constructs a GDToolkit object.

GDToolkit::__destruct() — Method in class GDToolkit

Destructs a GDToolkit object.

ThemeSettings::__construct() — Method in class ThemeSettings

Constructs a theme settings destination object.

SecurityAdvisoriesFetcher::__construct() — Method in class SecurityAdvisoriesFetcher

Constructs a new SecurityAdvisoriesFetcher object.

SystemConfigSubscriber::__construct() — Method in class SystemConfigSubscriber

Constructs the SystemConfigSubscriber.

SystemManager::__construct() — Method in class SystemManager

Constructs a SystemManager object.

MockRouteProvider::__construct() — Method in class MockRouteProvider

Constructs a new MockRouteProvider.

BatchNegotiator::__construct() — Method in class BatchNegotiator

Constructs a BatchNegotiator.

DbUpdateNegotiator::__construct() — Method in class DbUpdateNegotiator

Constructs a DbUpdateNegotiator.

TimeZoneResolver::__construct() — Method in class TimeZoneResolver

TimeZoneResolver constructor.

TermRouteContext::__construct() — Method in class TermRouteContext

Constructs a new TermRouteContext.

OverviewTerms::__construct() — Method in class OverviewTerms

Constructs an OverviewTerms object.

VocabularyResetForm::__construct() — Method in class VocabularyResetForm

Constructs a new VocabularyResetForm object.

TaxonomyTermHierarchyConstraintValidator::__construct() — Method in class TaxonomyTermHierarchyConstraintValidator

Creates a new TaxonomyTermHierarchyConstraintValidator instance.

D6TermNodeDeriver::__construct() — Method in class D6TermNodeDeriver

D6TermNodeDeriver constructor.

D7TaxonomyTermDeriver::__construct() — Method in class D7TaxonomyTermDeriver

D7TaxonomyTermDeriver constructor.

IndexTidDepth::__construct() — Method in class IndexTidDepth

Constructs a Handler object.

Taxonomy::__construct() — Method in class Taxonomy

Constructs a Handler object.

VocabularyVid::__construct() — Method in class VocabularyVid

Constructs the VocabularyVid object.

Tid::__construct() — Method in class Tid

Constructs a new Tid instance.

TermName::__construct() — Method in class TermName

Constructs a \Drupal\views\Plugin\views\argument_validator\Entity object.

TaxonomyIndexTid::__construct() — Method in class TaxonomyIndexTid

Constructs a TaxonomyIndexTid object.

TaxonomyIndexTid::__construct() — Method in class TaxonomyIndexTid

Constructs a TaxonomyIndexTid object.

NodeTermData::__construct() — Method in class NodeTermData

Constructs a NodeTermData object.

TaxonomyPermissions::__construct() — Method in class TaxonomyPermissions

Constructs a TaxonomyPermissions instance.

TermBreadcrumbBuilder::__construct() — Method in class TermBreadcrumbBuilder

Constructs the TermBreadcrumbBuilder.

TermStorage::__sleep() — Method in class TermStorage
{@inheritdoc}
TermStorage::__wakeup() — Method in class TermStorage
{@inheritdoc}
VocabularyForm::__construct() — Method in class VocabularyForm

Constructs a new vocabulary form.

VocabularyListBuilder::__construct() — Method in class VocabularyListBuilder

Constructs a new VocabularyListBuilder object.

TextProcessed::__construct() — Method in class TextProcessed

Constructs a TypedData object given its definition and context.

SetSubtreesCommand::__construct() — Method in class SetSubtreesCommand

Constructs a SetSubtreesCommand object.

Tour::__construct() — Method in class Tour

Constructs an Entity object.

TourHelpSection::__construct() — Method in class TourHelpSection

Constructs a TourHelpSection object.

TipPluginText::__construct() — Method in class TipPluginText

Constructs a \Drupal\tour\Plugin\tour\tip\TipPluginText object.

TipPluginBase::__construct() — Method in class TipPluginBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

TipPluginManager::__construct() — Method in class TipPluginManager

Constructs a new TipPluginManager.

TrackerController::__construct() — Method in class TrackerController

Constructs a TrackerController object.

UserTrackerTab::__construct() — Method in class UserTrackerTab

Construct the UserTrackerTab object.

UpdateManagerAccessCheck::__construct() — Method in class UpdateManagerAccessCheck

Constructs an UpdateManagerAccessCheck object.

UpdateController::__construct() — Method in class UpdateController

Constructs update status data.

UpdateManagerInstall::__construct() — Method in class UpdateManagerInstall

Constructs a new UpdateManagerInstall.

UpdateManagerUpdate::__construct() — Method in class UpdateManagerUpdate

Constructs a new UpdateManagerUpdate object.

UpdateReady::__construct() — Method in class UpdateReady

Constructs a new UpdateReady object.

ProjectCoreCompatibility::__construct() — Method in class ProjectCoreCompatibility

Constructs a ProjectCoreCompatibility object.

UpdateFetcher::__construct() — Method in class UpdateFetcher

Constructs an UpdateFetcher.

UpdateManager::__construct() — Method in class UpdateManager

Constructs an UpdateManager.

UpdateProcessor::__construct() — Method in class UpdateProcessor

Constructs an UpdateProcessor.

UpdateRoot::__construct() — Method in class UpdateRoot

Constructs an UpdateRootFactory instance.

UpdateRoot::__toString() — Method in class UpdateRoot

Gets the root path under which projects are installed or updated.

AccountForm::__construct() — Method in class AccountForm

Constructs a new EntityForm object.

AccountSettingsForm::__construct() — Method in class AccountSettingsForm

Constructs a \Drupal\user\AccountSettingsForm object.

Cookie::__construct() — Method in class Cookie

Constructs a new cookie authentication provider.

CurrentUserContext::__construct() — Method in class CurrentUserContext

Constructs a new CurrentUserContext.

UserAuthenticationController::__construct() — Method in class UserAuthenticationController

Constructs a new UserAuthenticationController object.

UserController::__construct() — Method in class UserController

Constructs a UserController object.

AccessDeniedSubscriber::__construct() — Method in class AccessDeniedSubscriber

Constructs a new redirect subscriber.

MaintenanceModeSubscriber::__construct() — Method in class MaintenanceModeSubscriber

Constructs a new MaintenanceModeSubscriber.

UserFloodSubscriber::__construct() — Method in class UserFloodSubscriber

Constructs a UserFloodSubscriber.

UserRequestSubscriber::__construct() — Method in class UserRequestSubscriber

Constructs a new UserRequestSubscriber.

UserFloodEvent::__construct() — Method in class UserFloodEvent

Constructs a user flood event object.

RoleSettingsForm::__construct() — Method in class RoleSettingsForm

Constructs a \Drupal\user\Form\RoleSettingsForm object.

UserLoginForm::__construct() — Method in class UserLoginForm

Constructs a new UserLoginForm.

UserMultipleCancelConfirm::__construct() — Method in class UserMultipleCancelConfirm

Constructs a new UserMultipleCancelConfirm.

UserPasswordForm::__construct() — Method in class UserPasswordForm

Constructs a UserPasswordForm object.

UserPermissionsBundleForm::__construct() — Method in class UserPermissionsBundleForm

Constructs a new UserPermissionsBundleForm.

UserPermissionsForm::__construct() — Method in class UserPermissionsForm

Constructs a new UserPermissionsForm.

PermissionHandler::__construct() — Method in class PermissionHandler

Constructs a new PermissionHandler.

CancelUser::__construct() — Method in class CancelUser

Constructs a CancelUser object.

ChangeUserRoleBase::__construct() — Method in class ChangeUserRoleBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

UserLoginBlock::__construct() — Method in class UserLoginBlock

Constructs a new UserLoginBlock instance.

UserLocalTask::__construct() — Method in class UserLocalTask

Creates a UserLocalTask object.

UserSelection::__construct() — Method in class UserSelection

Constructs a new UserSelection object.

LanguageNegotiationUserAdmin::__construct() — Method in class LanguageNegotiationUserAdmin

Constructs a new LanguageNegotiationUserAdmin instance.

LoginLogoutMenuLink::__construct() — Method in class LoginLogoutMenuLink

Constructs a new LoginLogoutMenuLink.

UserSearch::__construct() — Method in class UserSearch

Creates a UserSearch object.

ProtectedUserFieldConstraintValidator::__construct() — Method in class ProtectedUserFieldConstraintValidator

Constructs the object.

EntityUser::__construct() — Method in class EntityUser

Builds a user entity destination.

UserData::__construct() — Method in class UserData

Builds a user data entity destination.

UserLangcode::__construct() — Method in class UserLangcode

Constructs a UserLangcode object.

UserUpdate7002::__construct() — Method in class UserUpdate7002

Constructs a \Drupal\Component\Plugin\PluginBase object.

UserRegistrationResource::__construct() — Method in class UserRegistrationResource

Constructs a new UserRegistrationResource instance.

Permission::__construct() — Method in class Permission

Constructs a Permission object.

Role::__construct() — Method in class Role

Constructs a Role object.

RolesRid::__construct() — Method in class RolesRid

Constructs a \Drupal\user\Plugin\views\argument\RolesRid object.

Uid::__construct() — Method in class Uid

Constructs a \Drupal\user\Plugin\views\argument\Uid object.

User::__construct() — Method in class User

Constructs a new User instance.

User::__construct() — Method in class User

Constructs a \Drupal\views\Plugin\views\argument_validator\Entity object.

Permissions::__construct() — Method in class Permissions

Constructs a \Drupal\user\Plugin\views\field\Permissions object.

Roles::__construct() — Method in class Roles

Constructs a \Drupal\user\Plugin\views\field\Roles object.

UserData::__construct() — Method in class UserData

Constructs a UserData object.

Permissions::__construct() — Method in class Permissions

Constructs a Permissions object.

Roles::__construct() — Method in class Roles

Constructs a Roles object.

RoleListBuilder::__construct() — Method in class RoleListBuilder

RoleListBuilder constructor.

RouteSubscriber::__construct() — Method in class RouteSubscriber

Constructs a RouteSubscriber object.

AdminNegotiator::__construct() — Method in class AdminNegotiator

Creates a new AdminNegotiator instance.

ToolbarLinkBuilder::__construct() — Method in class ToolbarLinkBuilder

ToolbarHandler constructor.

UserAuth::__construct() — Method in class UserAuth

Constructs a UserAuth object.

UserData::__construct() — Method in class UserData

Constructs a new user data service.

UserFloodControl::__construct() — Method in class UserFloodControl

Construct the UserFloodControl.

UserListBuilder::__construct() — Method in class UserListBuilder

Constructs a new UserListBuilder object.

HighlightCommand::__construct() — Method in class HighlightCommand

Constructs a \Drupal\views\Ajax\HighlightCommand object.

ReplaceTitleCommand::__construct() — Method in class ReplaceTitleCommand

Constructs a \Drupal\views\Ajax\ReplaceTitleCommand object.

ScrollTopCommand::__construct() — Method in class ScrollTopCommand

Constructs a \Drupal\views\Ajax\ScrollTopCommand object.

ShowButtonsCommand::__construct() — Method in class ShowButtonsCommand

Constructs a \Drupal\views\Ajax\ShowButtonsCommand object.

Analyzer::__construct() — Method in class Analyzer

Constructs an Analyzer object.

ViewAjaxController::__construct() — Method in class ViewAjaxController

Constructs a ViewAjaxController object.

DisplayPluginCollection::__construct() — Method in class DisplayPluginCollection

Constructs a DisplayPluginCollection object.

DisplayPluginCollection::__destruct() — Method in class DisplayPluginCollection

Destructs a DisplayPluginCollection object.

EntityViewsData::__construct() — Method in class EntityViewsData

Constructs an EntityViewsData object.

ConfigurableLanguageRenderer::__construct() — Method in class ConfigurableLanguageRenderer

Constructs a renderer object.

EntityFieldRenderer::__construct() — Method in class EntityFieldRenderer

Constructs an EntityFieldRenderer object.

RendererBase::__construct() — Method in class RendererBase

Constructs a renderer object.

View::__sleep() — Method in class View
{@inheritdoc}
RouteSubscriber::__construct() — Method in class RouteSubscriber

Constructs a \Drupal\views\EventSubscriber\RouteSubscriber instance.

ViewsEntitySchemaSubscriber::__construct() — Method in class ViewsEntitySchemaSubscriber

Constructs a ViewsEntitySchemaSubscriber.

ViewsExposedForm::__construct() — Method in class ViewsExposedForm

Constructs a new ViewsExposedForm.

ViewsForm::__construct() — Method in class ViewsForm

Constructs a ViewsForm object.

ManyToOneHelper::__construct() — Method in class ManyToOneHelper
ViewsBlockBase::__construct() — Method in class ViewsBlockBase

Constructs a \Drupal\views\Plugin\Block\ViewsBlockBase object.

ViewsBlock::__construct() — Method in class ViewsBlock

Constructs a ViewsBlock object.

ViewsEntityArgumentValidator::__construct() — Method in class ViewsEntityArgumentValidator

Constructs a ViewsEntityArgumentValidator object.

ViewsEntityRow::__construct() — Method in class ViewsEntityRow

Constructs a ViewsEntityRow object.

ViewsExposedFilterBlock::__construct() — Method in class ViewsExposedFilterBlock

Constructs a ViewsExposedFilterBlock object.

ViewsLocalTask::__construct() — Method in class ViewsLocalTask

Constructs a \Drupal\views\Plugin\Derivative\ViewsLocalTask instance.

ViewsMenuLink::__construct() — Method in class ViewsMenuLink

Constructs a \Drupal\views\Plugin\Derivative\ViewsLocalTask instance.

ViewsSelection::__construct() — Method in class ViewsSelection

Constructs a new ViewsSelection object.

ViewsMenuLink::__construct() — Method in class ViewsMenuLink

Constructs a new ViewsMenuLink.

ViewsHandlerManager::__construct() — Method in class ViewsHandlerManager

Constructs a ViewsHandlerManager object.

ViewsPluginManager::__construct() — Method in class ViewsPluginManager

Constructs a ViewsPluginManager object.

HandlerBase::__construct() — Method in class HandlerBase

Constructs a Handler object.

PluginBase::__construct() — Method in class PluginBase

Constructs a PluginBase object.

Entity::__construct() — Method in class Entity

Constructs a new Entity instance.

View::__construct() — Method in class View

Constructs a View object.

Date::__construct() — Method in class Date

Constructs a new Date instance.

Raw::__construct() — Method in class Raw

Constructs a Raw object.

Entity::__construct() — Method in class Entity

Constructs a \Drupal\views\Plugin\views\argument_validator\Entity object.

Time::__construct() — Method in class Time

Constructs a Time cache plugin object.

Time::__get() — Method in class Time

Returns replacements for deprecated properties.

Block::__construct() — Method in class Block

Constructs a new Block instance.

DisplayPluginBase::__construct() — Method in class DisplayPluginBase

Constructs a new DisplayPluginBase object.

EntityReference::__construct() — Method in class EntityReference

Constructs a new EntityReference object.

Feed::__construct() — Method in class Feed

Constructs a PathPluginBase object.

Page::__construct() — Method in class Page

Constructs a Page object.

PathPluginBase::__construct() — Method in class PathPluginBase

Constructs a PathPluginBase object.

BulkForm::__construct() — Method in class BulkForm

Constructs a new BulkForm object.

Date::__construct() — Method in class Date

Constructs a new Date object.

EntityField::__construct() — Method in class EntityField

Constructs a \Drupal\field\Plugin\views\field\Field object.

EntityLabel::__construct() — Method in class EntityLabel

Constructs an EntityLabel object.

EntityOperations::__construct() — Method in class EntityOperations

Constructs a new EntityOperations object.

LinkBase::__construct() — Method in class LinkBase

Constructs a LinkBase object.

RenderedEntity::__construct() — Method in class RenderedEntity

Constructs a new RenderedEntity object.

TimeInterval::__construct() — Method in class TimeInterval

Constructs a TimeInterval plugin object.

Bundle::__construct() — Method in class Bundle

Constructs a Bundle object.

LanguageFilter::__construct() — Method in class LanguageFilter

Constructs a new LanguageFilter instance.

LatestRevision::__construct() — Method in class LatestRevision

Constructs a new LatestRevision.

LatestTranslationAffectedRevision::__construct() — Method in class LatestTranslationAffectedRevision

Constructs a new LatestRevisionTranslationAffected.

StringFilter::__construct() — Method in class StringFilter

Constructs a new StringFilter object.

JoinPluginBase::__construct() — Method in class JoinPluginBase

Constructs a Drupal\views\Plugin\views\join\JoinPluginBase object.

Subquery::__construct() — Method in class Subquery

Constructs a Subquery object.

SqlBase::__construct() — Method in class SqlBase

Constructs a SqlBase object.

MysqlDateSql::__construct() — Method in class MysqlDateSql

Constructs the MySQL-specific date sql class.

PostgresqlDateSql::__construct() — Method in class PostgresqlDateSql

Constructs the PostgreSQL-specific date sql class.

Sql::__construct() — Method in class Sql

Constructs a Sql object.

SqliteDateSql::__construct() — Method in class SqliteDateSql

Constructs the SQLite-specific date sql class.

EntityReverse::__construct() — Method in class EntityReverse

Constructs an EntityReverse object.

EntityRow::__construct() — Method in class EntityRow

Constructs a new EntityRow object.

RssPluginBase::__construct() — Method in class RssPluginBase

Constructs a RssPluginBase object.

WizardPluginBase::__construct() — Method in class WizardPluginBase

Constructs a WizardPluginBase object.

$ ResultRow#_entityProperty in class ResultRow

The entity for this result.

$ ResultRow#_relationship_entitiesProperty in class ResultRow

An array of relationship entities.

ResultRow::__construct() — Method in class ResultRow

Constructs a ResultRow object.

ViewExecutable::__construct() — Method in class ViewExecutable

Constructs a new ViewExecutable object.

ViewExecutable::_preQuery() — Method in class ViewExecutable

Runs the preQuery() on all active handlers.

ViewExecutable::_postExecute() — Method in class ViewExecutable

Runs the postExecute() on all active handlers.

ViewExecutable::_initHandler() — Method in class ViewExecutable

Attaches the views handler for the specific type.

ViewExecutable::_buildArguments() — Method in class ViewExecutable

Builds all the arguments.

ViewExecutable::_build() — Method in class ViewExecutable

Builds an individual set of handlers.

ViewExecutable::__sleep() — Method in class ViewExecutable

Magic method implementation to serialize the view executable.

ViewExecutable::__wakeup() — Method in class ViewExecutable

Magic method implementation to unserialize the view executable.

ViewExecutableFactory::__construct() — Method in class ViewExecutableFactory

Constructs a new ViewExecutableFactory.

ViewsConfigUpdater::__construct() — Method in class ViewsConfigUpdater

ViewsConfigUpdater constructor.

ViewsData::__construct() — Method in class ViewsData

Constructs this ViewsData object.

ViewsDataHelper::__construct() — Method in class ViewsDataHelper

Constructs a ViewsData object.

SetFormCommand::__construct() — Method in class SetFormCommand

Constructs a SetFormCommand object.

ViewsUIController::__construct() — Method in class ViewsUIController

Constructs a new \Drupal\views_ui\Controller\ViewsUIController object.

AddHandler::__construct() — Method in class AddHandler

Constructs a new AddHandler object.

ConfigHandler::__construct() — Method in class ConfigHandler

Constructs a new ConfigHandler object.

ConfigHandlerExtra::__construct() — Method in class ConfigHandlerExtra

Constructs a new ConfigHandlerExtra object.

ConfigHandlerGroup::__construct() — Method in class ConfigHandlerGroup

Constructs a new ConfigHandlerGroup object.

Display::__construct() — Method in class Display

Constructs a new Display object.

Rearrange::__construct() — Method in class Rearrange

Constructs a new Rearrange object.

RearrangeFilter::__construct() — Method in class RearrangeFilter

Constructs a new RearrangeFilter object.

BasicSettingsForm::__construct() — Method in class BasicSettingsForm

Constructs a \Drupal\views_ui\Form\BasicSettingsForm object.

BreakLockForm::__construct() — Method in class BreakLockForm

Constructs a \Drupal\views_ui\Form\BreakLockForm object.

ViewUIConverter::__construct() — Method in class ViewUIConverter

Constructs a new ViewUIConverter.

ViewUIConverter::__construct() — Method in class ViewUIConverter

Constructs a ProxyClass Drupal proxy object.

ViewAddForm::__construct() — Method in class ViewAddForm

Constructs a new ViewAddForm object.

ViewEditForm::__construct() — Method in class ViewEditForm

Constructs a new ViewEditForm object.

ViewListBuilder::__construct() — Method in class ViewListBuilder

Constructs a new ViewListBuilder object.

ViewUI::__construct() — Method in class ViewUI

Constructs a View UI object.

ViewUI::__call() — Method in class ViewUI

Passes through all unknown calls onto the storage object.

WorkflowAddForm::__construct() — Method in class WorkflowAddForm

WorkflowAddForm constructor.

WorkflowEditForm::__construct() — Method in class WorkflowEditForm

Creates an instance of WorkflowStateEditForm.

WorkflowStateAddForm::__construct() — Method in class WorkflowStateAddForm

Creates an instance of WorkflowStateEditForm.

WorkflowStateEditForm::__construct() — Method in class WorkflowStateEditForm

Creates an instance of WorkflowStateEditForm.

WorkflowTransitionAddForm::__construct() — Method in class WorkflowTransitionAddForm

Creates an instance of WorkflowStateEditForm.

WorkflowTransitionEditForm::__construct() — Method in class WorkflowTransitionEditForm

Creates an instance of WorkflowStateEditForm.

WorkflowTypeBase::__construct() — Method in class WorkflowTypeBase

Constructs a \Drupal\Component\Plugin\PluginBase object.

State::__construct() — Method in class State

State constructor.

Transition::__construct() — Method in class Transition

Transition constructor.

WorkflowAccessControlHandler::__construct() — Method in class WorkflowAccessControlHandler

Constructs the workflow access control handler instance.

WorkflowListBuilder::__construct() — Method in class WorkflowListBuilder

Constructs a new WorkflowListBuilder object.

WorkflowTypeManager::__construct() — Method in class WorkflowTypeManager

Constructs a new class instance.

ActiveWorkspaceCheck::__construct() — Method in class ActiveWorkspaceCheck

Constructs a new ActiveWorkspaceCheck.

EntityAccess::__construct() — Method in class EntityAccess

Constructs a new EntityAccess instance.

EntityOperations::__construct() — Method in class EntityOperations

Constructs a new EntityOperations instance.

PgsqlQueryFactory::__construct() — Method in class PgsqlQueryFactory

Constructs a PgsqlQueryFactory object.

QueryFactory::__construct() — Method in class QueryFactory

Constructs a QueryFactory object.

QueryTrait::__construct() — Method in class QueryTrait

Constructs a Query object.

Tables::__construct() — Method in class Tables
EntityTypeInfo::__construct() — Method in class EntityTypeInfo

Constructs a new EntityTypeInfo instance.

EntitySchemaSubscriber::__construct() — Method in class EntitySchemaSubscriber

Constructs a new EntitySchemaSubscriber.

WorkspaceRequestSubscriber::__construct() — Method in class WorkspaceRequestSubscriber

Constructs a new WorkspaceRequestSubscriber instance.

FormOperations::__construct() — Method in class FormOperations

Constructs a new FormOperations instance.

SwitchToLiveForm::__construct() — Method in class SwitchToLiveForm

Constructs a new SwitchToLiveForm.

WorkspaceActivateForm::__construct() — Method in class WorkspaceActivateForm

Constructs a new WorkspaceActivateForm.

WorkspaceDeleteForm::__construct() — Method in class WorkspaceDeleteForm

Constructs a WorkspaceDeleteForm object.

WorkspaceForm::__construct() — Method in class WorkspaceForm

Constructs a new WorkspaceForm.

WorkspaceMergeForm::__construct() — Method in class WorkspaceMergeForm

Constructs a new WorkspaceMergeForm.

WorkspacePublishForm::__construct() — Method in class WorkspacePublishForm

Constructs a new WorkspacePublishForm.

WorkspaceSwitcherForm::__construct() — Method in class WorkspaceSwitcherForm

Constructs a new WorkspaceSwitcherForm.

SessionWorkspaceNegotiator::__construct() — Method in class SessionWorkspaceNegotiator
Constructor.
WorkspaceSwitcherBlock::__construct() — Method in class WorkspaceSwitcherBlock

Constructs a new WorkspaceSwitcherBlock instance.

DeletedWorkspaceConstraintValidator::__construct() — Method in class DeletedWorkspaceConstraintValidator

Creates a new DeletedWorkspaceConstraintValidator instance.

EntityReferenceSupportedNewEntitiesConstraintValidator::__construct() — Method in class EntityReferenceSupportedNewEntitiesConstraintValidator

Creates a new EntityReferenceSupportedNewEntitiesConstraintValidator instance.

EntityWorkspaceConflictConstraintValidator::__construct() — Method in class EntityWorkspaceConflictConstraintValidator

Constructs an EntityUntranslatableFieldsConstraintValidator object.

ViewsQueryAlter::__construct() — Method in class ViewsQueryAlter

Constructs a new ViewsQueryAlter instance.

WorkspaceAssociation::__construct() — Method in class WorkspaceAssociation

Constructs a WorkspaceAssociation object.

WorkspaceCacheContext::__construct() — Method in class WorkspaceCacheContext

Constructs a new WorkspaceCacheContext service.

WorkspaceListBuilder::__construct() — Method in class WorkspaceListBuilder

Constructs a new EntityListBuilder object.

WorkspaceManager::__construct() — Method in class WorkspaceManager

Constructs a new WorkspaceManager.

WorkspaceMerger::__construct() — Method in class WorkspaceMerger

Constructs a new WorkspaceMerger.

WorkspaceOperationFactory::__construct() — Method in class WorkspaceOperationFactory

Constructs a new WorkspacePublisher.

WorkspacePublisher::__construct() — Method in class WorkspacePublisher

Constructs a new WorkspacePublisher.

WorkspaceRepository::__construct() — Method in class WorkspaceRepository

Constructs a new WorkspaceRepository instance.