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.

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.

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.

$ 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.

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.

$ Statement#allowRowCountProperty in class Statement

Is rowCount() execution allowed.

$ StatementEmpty#allowRowCountProperty in class StatementEmpty

Is rowCount() execution allowed.

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.

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.

FieldUiRouteEnhancer::applies() — Method in class FieldUiRouteEnhancer
{@inheritdoc}
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.

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.

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.

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.

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.

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.

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.

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.

Schema::buildTableNameCondition() — Method in class Schema

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

StatementWrapper::bindColumn() — Method in class StatementWrapper

Bind a column to a PHP variable.

StatementWrapper::bindParam() — Method in class StatementWrapper

Binds a parameter to the specified variable name.

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.

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::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.

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.

Connection::createDatabase() — Method in class Connection

Overrides \Drupal\Core\Database\Connection::createDatabase().

Tasks::connect() — Method in class Tasks

Check if we can connect to the database.

Tasks::checkEngineVersion() — Method in class Tasks

Check 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.

ConnectionClass in namespace Drupal\Core\Database\Driver\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

Check 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.

ConnectionClass in namespace Drupal\Core\Database\Driver\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

Check 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.

Tasks::connect() — Method in class Tasks

Check if we can connect to the database.

Tasks::checkEngineVersion() — Method in class Tasks

Check 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.

StatementEmpty::current() — Method in class StatementEmpty
{@inheritdoc}
$ 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 proper datatypes.

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}
$ 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.

$ 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.

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.

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.

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.

$ 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.

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.

$ 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::destroy() — Method in class Connection

Destroys this Connection object.

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.

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.

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.

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\Core\Database\Driver\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.

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.

$ 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.

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.

$ Statement#dbhProperty in class Statement

Reference to the database connection object for this statement.

$ 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.

$ 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.

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.

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.

$ UpdateRootFactory#drupalKernelProperty in class UpdateRootFactory

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#escapedNamesProperty in class Connection

List of escaped database, table, and field names, keyed by unescaped names.

$ 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.

Insert::execute() — Method in class Insert

Executes the insert query.

Tasks::ensureInnoDbAvailable() — Method in class Tasks

Ensure that InnoDB is available.

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.

Insert::execute() — Method in class Insert

Executes the insert query.

Statement::execute() — Method in class Statement

Executes a prepared statement.

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.

Statement::execute() — Method in class Statement

Executes a prepared statement.

StatementEmpty::execute() — Method in class StatementEmpty

Executes a prepared statement.

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.

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
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 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.

$ FieldUiRouteEnhancer#entityTypeManagerProperty in class FieldUiRouteEnhancer

The entity type manager service.

FieldUiRouteEnhancer::enhance() — Method in class FieldUiRouteEnhancer

Updates the defaults for a route definition based on the request.

$ 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.

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.

$ 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.

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.

$ 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.

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.

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().

$ 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.

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.

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::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.

Tasks::fail() — Method in class Tasks

Assert 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.

Statement::fetchCol() — Method in class Statement

Returns an entire single column of a result set as an indexed array.

Statement::fetchAllAssoc() — Method in class Statement

Returns the result set as an associative array keyed by the given field.

Statement::fetchAllKeyed() — Method in class Statement

Returns the entire result set as a single associative array.

Statement::fetchField() — Method in class Statement

Returns a single field from the next record of a result set.

Statement::fetchAssoc() — Method in class Statement

Fetches the next row and returns it as an associative array.

Statement::fetchAll() — Method in class Statement

Returns an array containing all of the result set rows.

StatementEmpty::fetch() — Method in class StatementEmpty

Fetches the next row from a result set.

StatementEmpty::fetchField() — Method in class StatementEmpty

Returns a single field from the next record of a result set.

StatementEmpty::fetchObject() — Method in class StatementEmpty

Fetches the next row and returns it as an object.

StatementEmpty::fetchAssoc() — Method in class StatementEmpty

Fetches the next row and returns it as an associative array.

StatementEmpty::fetchAll() — Method in class StatementEmpty

Returns an array containing all of the result set rows.

StatementEmpty::fetchCol() — Method in class StatementEmpty

Returns an entire single column of a result set as an indexed array.

StatementEmpty::fetchAllKeyed() — Method in class StatementEmpty

Returns the entire result set as a single associative array.

StatementEmpty::fetchAllAssoc() — Method in class StatementEmpty

Returns the result set as an associative array keyed by the given field.

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#formBuilderProperty in class DbLogController

The form builder service.

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.

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.

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.

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.

ReflectionClass::getConstants() — Method in class ReflectionClass
{@inheritDoc}
ReflectionClass::getConstants() — Method in class ReflectionClass
{@inheritDoc}
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}
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::generateTemporaryTableName() — Method in class Connection

Generates a temporary table name.

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.

Database::getDatabaseDriverNamespace() — Method in class Database

Gets the PHP namespace of a database driver from the connection info.

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

Return 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.

Connection::getFullQualifiedTableName() — Method in class Connection

Get a fully qualified table name.

Tasks::getFormOptions() — Method in class Tasks

Return 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.

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

Return 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.

Tasks::getFormOptions() — Method in class Tasks

Return 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.

Statement::getConnectionTarget() — Method in class Statement
{@inheritdoc}
Statement::getQueryString() — Method in class Statement

Gets the query string of this statement.

StatementEmpty::getQueryString() — Method in class StatementEmpty

Gets the query string of this statement.

StatementInterface::getQueryString() — Method in class StatementInterface

Gets the query string of this statement.

StatementPrefetch::getConnectionTarget() — Method in class StatementPrefetch
{@inheritdoc}
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
{@inheritdoc}
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::getSiteMaintenanceMessage() — Method in class MaintenanceModeSubscriber

Gets the site maintenance message.

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.

NullGenerator::getContext() — Method in class NullGenerator
{@inheritdoc}
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.

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() —