Index
A
- Drupal::accessManager() — Method in class Drupal
Returns the access manager service.
- AnnotationBase — Class in namespace Drupal\Component\Annotation
Provides a base class for classed annotations.
- AnnotationInterface — Class 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.
- AnnotatedClassDiscovery — Class in namespace Drupal\Component\Annotation\Plugin\Discovery
Defines a discovery mechanism to find annotated plugins in PSR-4 namespaces.
- $ AnnotatedClassDiscovery#annotationReader — Property in class AnnotatedClassDiscovery
The doctrine annotation reader.
- $ AnnotatedClassDiscovery#annotationNamespaces — Property in class AnnotatedClassDiscovery
Additional namespaces to be scanned for annotation classes.
- AnnotationBridgeDecorator — Class 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#aliases — Property in class Container
The aliases of the container.
- $ OptimizedPhpArrayDumper#aliases — Property 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}
- ApcuFileCacheBackend — Class in namespace Drupal\Component\FileCache
APCu backend for the file cache.
- RegexDirectoryIterator::accept() — Method in class RegexDirectoryIterator
Implements \FilterIterator::accept().
- $ PoHeader#authors — Property 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#arguments — Property 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.
- ArgumentsResolver — Class in namespace Drupal\Component\Utility
Resolves the arguments to pass to a callable.
- ArgumentsResolverInterface — Class 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#allowedProtocols — Property in class UrlHelper
The list of allowed protocols.
- $ Xss#adminTags — Property 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}
- AllowedPackages — Class 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.
- AbstractOperation — Class in namespace Drupal\Composer\Plugin\Scaffold\Operations
Provides default behaviors for operations.
- AppendOp — Class in namespace Drupal\Composer\Plugin\Scaffold\Operations
Scaffold operation to add to the beginning and/or end of a scaffold file.
- $ AppendOp#append — Property 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}
- AccessArgumentsResolverFactory — Class in namespace Drupal\Core\Access
Resolves the arguments to pass to an access check callable.
- AccessArgumentsResolverFactoryInterface — Class in namespace Drupal\Core\Access
Constructs the arguments resolver instance to use when running access checks.
- AccessCheckInterface — Class 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.
- AccessException — Class in namespace Drupal\Core\Access
An exception thrown for access errors.
- AccessManager — Class in namespace Drupal\Core\Access
Attaches access check services to routes and runs them on request.
- $ AccessManager#argumentsResolverFactory — Property in class AccessManager
The access arguments resolver.
- AccessManagerInterface — Class in namespace Drupal\Core\Access
Provides an interface for attaching and running access check services.
- AccessResult — Class 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.
- AccessResultAllowed — Class in namespace Drupal\Core\Access
Value object indicating an allowed access result, with cacheability metadata.
- AccessResultForbidden — Class in namespace Drupal\Core\Access
Value object indicating a forbidden access result, with cacheability metadata.
- AccessResultInterface — Class 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.
- AccessResultNeutral — Class in namespace Drupal\Core\Access
Value object indicating a neutral access result, with cacheability metadata.
- AccessResultReasonInterface — Class in namespace Drupal\Core\Access
Interface for access result value objects with stored reason for developers.
- AccessibleInterface — Class 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#argumentsResolverFactory — Property 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.
- ActionBase — Class in namespace Drupal\Core\Action
Provides a base implementation for an Action plugin.
- ActionInterface — Class in namespace Drupal\Core\Action
Provides an interface for an Action plugin.
- ActionInterface::access() — Method in class ActionInterface
Checks object access.
- ActionManager — Class in namespace Drupal\Core\Action
Provides an Action plugin manager.
- ActionPluginCollection — Class 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.
- AddCssCommand — Class in namespace Drupal\Core\Ajax
An AJAX command for adding css to the page via ajax.
- AfterCommand — Class in namespace Drupal\Core\Ajax
An AJAX command for calling the jQuery after() method.
- AjaxFormHelperTrait — Class 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.
- AjaxHelperTrait — Class in namespace Drupal\Core\Ajax
Provides a helper to determine if the current request is via AJAX.
- AjaxResponse — Class in namespace Drupal\Core\Ajax
JSON response object for AJAX requests.
- AjaxResponse::addCommand() — Method in class AjaxResponse
Add an AJAX command to the response.
- AjaxResponseAttachmentsProcessor — Class in namespace Drupal\Core\Ajax
Processes attachments of AJAX responses.
- $ AjaxResponseAttachmentsProcessor#assetResolver — Property in class AjaxResponseAttachmentsProcessor
The asset resolver service.
- AlertCommand — Class in namespace Drupal\Core\Ajax
AJAX command for a javascript alert box.
- AnnounceCommand — Class in namespace Drupal\Core\Ajax
AJAX command for a JavaScript Drupal.announce() call.
- AppendCommand — Class in namespace Drupal\Core\Ajax
An AJAX command for calling the jQuery append() method.
- $ ChangedCommand#asterisk — Property in class ChangedCommand
An optional CSS selector for elements to which asterisks will be appended.
- $ CommandWithAttachedAssetsTrait#attachedAssets — Property in class CommandWithAttachedAssetsTrait
The attached assets for this Ajax command.
- $ InvokeCommand#arguments — Property in class InvokeCommand
An optional list of arguments to pass to the method.
- Action — Class in namespace Drupal\Core\Annotation
Defines an Action annotation object.
- AppRootFactory — Class in namespace Drupal\Core
Gets the app root from the kernel.
- Archiver — Class in namespace Drupal\Core\Archiver\Annotation
Defines an archiver annotation object.
- ArchiveTar — Class in namespace Drupal\Core\Archiver
Extends Pear's Archive_Tar to use exceptions.
- ArchiverException — Class in namespace Drupal\Core\Archiver
Defines an exception class for Drupal\Core\Archiver\ArchiverInterface.
- ArchiverInterface — Class 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.
- ArchiverManager — Class 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.
- AssetCollectionGrouperInterface — Class in namespace Drupal\Core\Asset
Interface defining a service that logically groups a collection of assets.
- AssetCollectionOptimizerInterface — Class in namespace Drupal\Core\Asset
Interface defining a service that optimizes a collection of assets.
- AssetCollectionRendererInterface — Class in namespace Drupal\Core\Asset
Interface defining a service that generates a render array to render assets.
- AssetDumper — Class in namespace Drupal\Core\Asset
Dumps a CSS or JavaScript asset.
- AssetDumperInterface — Class in namespace Drupal\Core\Asset
Interface defining a service that dumps an (optimized) asset.
- AssetOptimizerInterface — Class in namespace Drupal\Core\Asset
Interface defining a service that optimizes an asset.
- AssetResolver — Class in namespace Drupal\Core\Asset
The default asset resolver.
- AssetResolverInterface — Class in namespace Drupal\Core\Asset
Resolves asset libraries into concrete CSS and JavaScript assets.
- AttachedAssets — Class in namespace Drupal\Core\Asset
The default attached assets collection.
- $ AttachedAssets#alreadyLoadedLibraries — Property in class AttachedAssets
The set of asset libraries that the client has already loaded.
- AttachedAssetsInterface — Class 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.
- AuthenticationCollector — Class 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.
- AuthenticationCollectorInterface — Class 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.
- AuthenticationManager — Class in namespace Drupal\Core\Authentication
Manager for authentication.
- $ AuthenticationManager#authCollector — Property 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.
- AuthenticationProviderChallengeInterface — Class in namespace Drupal\Core\Authentication
Generate a challenge when access is denied for unauthenticated users.
- AuthenticationProviderFilterInterface — Class 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.
- AuthenticationProviderInterface — Class 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_label — Property 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.
- ApcuBackend — Class in namespace Drupal\Core\Cache
Stores cache items in the Alternative PHP Cache User Cache (APCu).
- ApcuBackendFactory — Class 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}
- AccountPermissionsCacheContext — Class 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#activeStorages — Property in class ConfigInstaller
The active configuration storages, keyed by collection.
- $ ConfigManager#activeStorage — Property 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#active — Property in class ExportStorageManager
The active configuration storage.
- ArrayElement — Class 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#argumentResolver — Property in class FormController
The argument resolver.
- $ TitleResolver#argumentResolver — Property in class TitleResolver
The argument resolver.
- CoreServiceProvider::alter() — Method in class CoreServiceProvider
Alters the UUID service to use the most efficient method available.
- $ Cron#accountSwitcher — Property 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#activeKey — Property 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.
- AlterableInterface — Class 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#arguments — Property 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#arguments — Property in class Update
An array of values to update to.
- Schema::addField() — Method in class Schema
Add a new field to a table.
- Schema::addPrimaryKey() — Method in class Schema
Add a primary key.
- Schema::addUniqueKey() — Method in class Schema
Add a unique key.
- Schema::addIndex() — Method in class Schema
Add an index.
- DateHelper::ampm() — Method in class DateHelper
Constructs an array of AM and PM options.
- AuthenticationProviderPass — Class 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_label — Property 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#allowDumping — Property 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#activeLangcode — Property in class ContentEntityBase
Language code identifying the entity active language.
- ContentEntityBase::access() — Method in class ContentEntityBase
Checks data value access.
- ContentEntityBase::addTranslation() — Method in class ContentEntityBase
Adds a new translation to the translatable object.
- ContentEntityConfirmFormBase::actions() — Method in class ContentEntityConfirmFormBase
Returns an array of supported actions for the current entity form.
- ContentEntityForm::addRevisionableFormFields() — Method in class ContentEntityForm
Add revision form fields if the entity enabled the UI.
- EntityController::addPage() — Method in class EntityController
Displays add links for the available bundles.
- EntityController::addTitle() — Method in class EntityController
Provides a generic add title callback for an entity type.
- EntityController::addBundleTitle() — Method in class EntityController
Provides a generic add title callback for entities with bundles.
- DependencyTrait::addDependency() — Method in class DependencyTrait
Adds a dependency.
- DependencyTrait::addDependencies() — Method in class DependencyTrait
Adds multiple dependencies.
- EntityBundleRouteEnhancer::applies() — Method in class EntityBundleRouteEnhancer
- {@inheritdoc}
- EntityRouteEnhancer::applies() — Method in class EntityRouteEnhancer
Returns whether the enhancer runs on the current route.
- EntityAccessCheck::access() — Method in class EntityAccessCheck
Checks access to the entity operation on the given route.
- $ EntityAccessControlHandler#accessCache — Property 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#activeFieldStorageDefinitions — Property 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_permission — Property in class EntityType
The name of the default administrative permission.
- $ EntityType#additional — Property 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.
- AmbiguousBundleClassException — Class in namespace Drupal\Core\Entity\Exception
Exception thrown if a bundle class is defined for multiple bundles.
- AmbiguousEntityClassException — Class 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#aggregate — Property in class QueryBase
The list of aggregate expressions.
- $ QueryBase#alterMetaData — Property in class QueryBase
The query metadata for alter purposes.
- $ QueryBase#alterTags — Property in class QueryBase
The query tags.
- $ QueryBase#accessCheck — Property in class QueryBase
Whether access check is requested or not.
- $ QueryBase#allRevisions — Property 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.
- AdminHtmlRouteProvider — Class in namespace Drupal\Core\Entity\Routing
Provides HTML routes for entities with administrative add/edit/delete pages.
- $ DefaultTableMapping#allColumns — Property 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.
- ActiveLinkResponseFilter — Class in namespace Drupal\Core\EventSubscriber
Subscribes to filter HTML responses, to set the 'is-active' class on links.
- AjaxResponseSubscriber — Class in namespace Drupal\Core\EventSubscriber
Response subscriber to handle AJAX responses.
- $ AjaxResponseSubscriber#ajaxResponseAttachmentsProcessor — Property in class AjaxResponseSubscriber
The AJAX response attachments processor service.
- AnonymousUserResponseSubscriber — Class in namespace Drupal\Core\EventSubscriber
Response subscriber to handle finished responses for the anonymous user.
- AuthenticationSubscriber — Class in namespace Drupal\Core\EventSubscriber
Authentication subscriber.
- $ AuthenticationSubscriber#authenticationProvider — Property in class AuthenticationSubscriber
Authentication provider.
- $ AuthenticationSubscriber#accountProxy — Property in class AuthenticationSubscriber
Account proxy.
- $ CustomPageExceptionHtmlSubscriber#accessManager — Property in class CustomPageExceptionHtmlSubscriber
The access manager.
- $ DefaultExceptionHtmlSubscriber#accessUnawareRouter — Property in class DefaultExceptionHtmlSubscriber
A router implementation which does not check access.
- $ EarlyRenderingControllerWrapperSubscriber#argumentResolver — Property in class EarlyRenderingControllerWrapperSubscriber
The argument resolver.
- $ MaintenanceModeSubscriber#account — Property 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#allowedExtensionTypes — Property in class RecursiveExtensionFilterIterator
List of base extension type directory names to scan.
- $ RecursiveExtensionFilterIterator#acceptTests — Property 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#addedPathNames — Property in class ExtensionList
A list of extension folder names directly added in code (not discovered).
- $ ModuleHandler#alterFunctions — Property 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#arguments — Property 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#allowedExtensions — Property 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#ajaxRenderer — Property in class FormAjaxResponseBuilder
The main content to AJAX Response renderer.
- $ FormState#anyErrors — Property in class FormState
Tracks if any errors have been set on any form.
- $ FormState#always_process — Property 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.
- AlreadyInstalledException — Class in namespace Drupal\Core\Installer\Exception
Exception thrown if Drupal is installed already.
- InstallerServiceProvider::alter() — Method in class InstallerServiceProvider
Modifies existing service definitions.
- $ LayoutDefinition#additional — Property 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#accessManager — Property in class ContextualLinkManager
The access manager.
- $ ContextualLinkManager#account — Property in class ContextualLinkManager
The current user.
- $ DefaultMenuLinkTreeManipulators#accessManager — Property in class DefaultMenuLinkTreeManipulators
The access manager.
- $ DefaultMenuLinkTreeManipulators#account — Property in class DefaultMenuLinkTreeManipulators
The current user.
- $ LocalActionManager#argumentResolver — Property in class LocalActionManager
An argument resolver object.
- $ LocalActionManager#accessManager — Property in class LocalActionManager
The access manager.
- $ LocalActionManager#account — Property in class LocalActionManager
The current user.
- $ LocalTaskDefault#active — Property in class LocalTaskDefault
TRUE if this plugin is forced active for options attributes.
- $ LocalTaskManager#argumentResolver — Property in class LocalTaskManager
An argument resolver object.
- $ LocalTaskManager#accessManager — Property in class LocalTaskManager
The access manager.
- $ LocalTaskManager#account — Property 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#access — Property in class MenuLinkTreeElement
Whether this link is accessible by the current user.
- $ MenuTreeParameters#activeTrail — Property 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.
- AdminPathConfigEntityConverter — Class in namespace Drupal\Core\ParamConverter
Makes sure the unmodified ConfigEntity is loaded on admin pages.
- $ AdminPathConfigEntityConverter#adminContext — Property 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#allowedChars — Property 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#accessAwareRouter — Property in class PathValidator
The access aware router.
- $ PathValidator#accessUnawareRouter — Property in class PathValidator
A router implementation which does not check access.
- $ PathValidator#account — Property 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#alterHook — Property in class DefaultPluginManager
Name of the alter hook if one should be invoked.
- $ DefaultPluginManager#additionalAnnotationNamespaces — Property 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.
- AnnotatedClassDiscovery — Class 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.
- AdminPathConfigEntityConverter — Class 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.
- AttachmentsInterface — Class in namespace Drupal\Core\Render
Defines an interface for responses that can expose #attached metadata.
- AttachmentsInterface::addAttachments() — Method in class AttachmentsInterface
Adds attachments.
- AttachmentsResponseProcessorInterface — Class in namespace Drupal\Core\Render
Defines an interface for processing attachments of responses that have them.
- AttachmentsTrait — Class in namespace Drupal\Core\Render
Provides an implementation of AttachmentsInterface.
- $ AttachmentsTrait#attachments — Property 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}
- Actions — Class in namespace Drupal\Core\Render\Element
Provides a wrapper element to group one or more buttons in a form.
- Ajax — Class in namespace Drupal\Core\Render\Element
Provides a render element for adding Ajax to a render element.
- $ HtmlResponseAttachmentsProcessor#assetResolver — Property in class HtmlResponseAttachmentsProcessor
The asset resolver service.
- AjaxRenderer — Class 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.
- AccessAwareRouter — Class in namespace Drupal\Core\Routing
A router class for Drupal with access check and upcasting.
- $ AccessAwareRouter#accessManager — Property in class AccessAwareRouter
The access manager.
- $ AccessAwareRouter#account — Property in class AccessAwareRouter
The account to use in access checks.
- AccessAwareRouterInterface — Class in namespace Drupal\Core\Routing
Interface for a router class for Drupal with access check and upcasting.
- AccessInterface — Class in namespace Drupal\Core\Routing\Access
An access check service determines access rules for particular routes.
- AdminContext — Class 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.
- AccountEvents — Class in namespace Drupal\Core\Session
Defines events for the account system.
- AccountInterface — Class in namespace Drupal\Core\Session
Defines an account interface which represents the current user.
- AccountProxy — Class in namespace Drupal\Core\Session
A proxied implementation of AccountInterface.
- $ AccountProxy#account — Property in class AccountProxy
The instantiated account.
- AccountProxyInterface — Class in namespace Drupal\Core\Session
Defines an interface for a service which has the current account stored.
- AccountSetEvent — Class in namespace Drupal\Core\Session
Event fired when an account is set for the current session.
- $ AccountSetEvent#account — Property in class AccountSetEvent
The set account.
- AccountSwitcher — Class in namespace Drupal\Core\Session
An implementation of AccountSwitcherInterface.
- $ AccountSwitcher#accountStack — Property in class AccountSwitcher
A stack of previous overridden accounts.
- AccountSwitcherInterface — Class in namespace Drupal\Core\Session
Defines an interface for a service for safe account switching.
- AnonymousUserSession — Class in namespace Drupal\Core\Session
An account implementation representing an anonymous user.
- $ UserSession#access — Property 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#app — Property 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.
- Attribute — Class 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.
- AttributeArray — Class in namespace Drupal\Core\Template
A class that defines a type of Attribute that can be added to as an array.
- AttributeBoolean — Class in namespace Drupal\Core\Template
A class that defines a type of boolean HTML attribute.
- AttributeHelper — Class 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.
- AttributeString — Class in namespace Drupal\Core\Template
A class that represents most standard HTML attributes.
- AttributeValueBase — Class 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_methods — Property in class TwigSandboxPolicy
An array of allowed methods in the form of methodName => TRUE.
- $ TwigSandboxPolicy#allowed_prefixes — Property in class TwigSandboxPolicy
An array of allowed method prefixes -- any method starting with one of these prefixes will be allowed.
- $ TwigSandboxPolicy#allowed_classes — Property in class TwigSandboxPolicy
An array of class names for which any method calls are allowed.
- AssertMailTrait — Class 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#apcuEnsureUniquePrefix — Property in class FunctionalTestSetupTrait
The flag to set 'apcu_ensure_unique_prefix' setting.
- $ PhpUnitTestRunner#appRoot — Property in class PhpUnitTestRunner
Path to the application root.
- $ TestDiscovery#availableExtensions — Property in class TestDiscovery
Cached list of all available extension names, keyed by extension type.
- ActiveTheme — Class in namespace Drupal\Core\Theme
Defines a theme and its information needed at runtime.
- AjaxBasePageNegotiator — Class 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#activeTheme — Property 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.
- Any — Class 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#allAvailableSchemaVersions — Property in class UpdateHookRegistry
A static cache of schema currentVersions per module.
- UpdateServiceProvider::alter() — Method in class UpdateServiceProvider
Modifies existing service definitions.
- $ Url#accessManager — Property 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.
- AllowedValuesConstraint — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
Checks for the value being allowed.
- AllowedValuesConstraintValidator — Class 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#adminUser — Property in class StandardTest
The admin user.
- ActionListBuilder — Class in namespace Drupal\action
Defines a class to build a listing of action entities.
- $ ActionListBuilder#actionManager — Property in class ActionListBuilder
The action plugin manager.
- ActionAddForm — Class in namespace Drupal\action\Form
Provides a form for action add forms.
- ActionAdminManageForm — Class in namespace Drupal\action\Form
Provides a configuration form for configurable actions.
- ActionDeleteForm — Class in namespace Drupal\action\Form
Builds a form to delete an action.
- ActionEditForm — Class in namespace Drupal\action\Form
Provides a form for action edit forms.
- ActionFormBase — Class 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.
- Action — Class in namespace Drupal\action\Plugin\migrate\source
Drupal 6/7 action source from database.
- AggregatorFeedViewsData — Class in namespace Drupal\aggregator
Provides the views data for the aggregator feed entity type.
- AggregatorItemViewsData — Class in namespace Drupal\aggregator
Provides the views data for the aggregator item entity type.
- AggregatorFetcher — Class in namespace Drupal\aggregator\Annotation
Defines a Plugin annotation object for aggregator fetcher plugins.
- AggregatorParser — Class in namespace Drupal\aggregator\Annotation
Defines a Plugin annotation object for aggregator parser plugins.
- AggregatorProcessor — Class in namespace Drupal\aggregator\Annotation
Defines a Plugin annotation object for aggregator processor plugins.
- AggregatorController — Class in namespace Drupal\aggregator\Controller
Returns responses for aggregator module routes.
- AggregatorController::adminOverview() — Method in class AggregatorController
Displays the aggregator administration page.
- AggregatorPluginManager — Class in namespace Drupal\aggregator\Plugin
Manages aggregator plugins.
- AggregatorPluginSettingsBase — Class in namespace Drupal\aggregator\Plugin
Base class for aggregator plugins that implement settings forms.
- AggregatorFeedBlock — Class in namespace Drupal\aggregator\Plugin\Block
Provides an 'Aggregator feed' block with the latest items from the feed.
- AggregatorTitleFormatter — Class in namespace Drupal\aggregator\Plugin\Field\FieldFormatter
Plugin implementation of the 'aggregator_title' formatter.
- AggregatorXSSFormatter — Class in namespace Drupal\aggregator\Plugin\Field\FieldFormatter
Plugin implementation of the 'aggregator_xss' formatter.
- AggregatorRefresh — Class in namespace Drupal\aggregator\Plugin\QueueWorker
Updates a feed's items.
- AggregatorFeed — Class in namespace Drupal\aggregator\Plugin\migrate\source
Drupal 6/7 feed source from database.
- AggregatorItem — Class in namespace Drupal\aggregator\Plugin\migrate\source
Drupal 6/7 aggregator item source from database.
- AutomatedCron — Class 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#adminTheme — Property in class Block
The admin theme name.
- AdminDemoNegotiator — Class 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.
- AccessGroupAnd — Class 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#accessDependency — Property 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#accessDependency — Property in class BlockContentGetDependencyEvent
The dependency.
- $ BlockContentBlock#account — Property in class BlockContentBlock
The Drupal account to use for checking for access to block.
- $ ListingEmpty#accessManager — Property in class ListingEmpty
The access manager.
- BookNodeIsRemovableAccessCheck::access() — Method in class BookNodeIsRemovableAccessCheck
Checks access for removing the node from its book.
- $ BookBreadcrumbBuilder#account — Property 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_library — Property 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#availablePluginsMessage — Property in class SourceEditingRedundantTagsConstraint
When a Source Editing tag is added that a disabled plugin supports.
- AddStyleSheetCommand — Class 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#authenticatedCanPostComments — Property 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.
- AuthorNameFormatter — Class 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#activeStorage — Property 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#accessManager — Property in class ConfigTranslationController
The menu link access service.
- $ ConfigTranslationController#account — Property 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#argFormat — Property in class DayDate
- {@inheritdoc}
- $ FullDate#argFormat — Property in class FullDate
- {@inheritdoc}
- $ MonthDate#argFormat — Property in class MonthDate
- {@inheritdoc}
- $ WeekDate#argFormat — Property in class WeekDate
- {@inheritdoc}
- $ YearDate#argFormat — Property in class YearDate
- {@inheritdoc}
- $ YearMonthDate#argFormat — Property in class YearMonthDate
- {@inheritdoc}
- EditorConfigTranslationSubscriber::addConfigNames() — Method in class EditorConfigTranslationSubscriber
Reacts to the populating of a configuration mapper.
- FormModeAccessCheck::access() — Method in class FormModeAccessCheck
Checks access to the form mode.
- ViewModeAccessCheck::access() — Method in class ViewModeAccessCheck
Checks access to the view mode.
- EntityDisplayFormBase::alterSettingsSummary() — Method in class EntityDisplayFormBase
Alters the widget or formatter settings summary.
- EntityFormDisplayEditForm::alterSettingsSummary() — Method in class EntityFormDisplayEditForm
Alters the widget or formatter settings summary.
- EntityViewDisplayEditForm::alterSettingsSummary() — Method in class EntityViewDisplayEditForm
Alters the widget or formatter settings summary.
- FieldConfigEditForm::actions() — Method in class FieldConfigEditForm
Returns an array of supported actions for the current entity form.
- FieldStorageConfigEditForm::actions() — Method in class FieldStorageConfigEditForm
Returns an array of supported actions for the current entity form.
- FieldUiLocalTask::alterLocalTasks() — Method in class FieldUiLocalTask
Alters the base_route definition for field_ui local tasks.
- RouteSubscriber::alterRoutes() — Method in class RouteSubscriber
Alters existing routes for a specific collection.
- FileServiceProvider::alter() — Method in class FileServiceProvider
Modifies existing service definitions.
- DatabaseFileUsageBackend::add() — Method in class DatabaseFileUsageBackend
Records that a module is using a file.
- FileUsageBase::add() — Method in class FileUsageBase
Records that a module is using a file.
- FileUsageInterface::add() — Method in class FileUsageInterface
Records that a module is using a file.
- TextFormat::accessDeniedCallback() — Method in class TextFormat
Render API callback: Hides the field value of 'text_format' elements.
- FilterFormatFormBase::actions() — Method in class FilterFormatFormBase
Returns an array of supported actions for the current entity form.
- $ FilterSettings#allowedHtmlDefaultAttributes — Property 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.
- ActiveTopicsBlock — Class 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#accessManager — Property in class HelpTwigExtension
The access manager.
- $ HelpSearch#account — Property 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#appRoot — Property in class ResourceResponseValidator
The application's root file path.
- $ Link#attributes — Property in class Link
The link target attributes.
- ResourceIdentifier::areResourceIdentifiersUnique() — Method in class ResourceIdentifier
Determines if an array of ResourceIdentifier objects is duplicate free.
- JsonapiServiceProvider::alter() — Method in class JsonapiServiceProvider
Modifies existing service definitions.
- CacheableNormalization::aggregate() — Method in class CacheableNormalization
Collects an array of CacheableNormalizations into a single instance.
- TemporaryArrayObjectThrowingExceptions::append() — Method in class TemporaryArrayObjectThrowingExceptions
Append a value to the ArrayObject.
- TemporaryArrayObjectThrowingExceptions::asort() — Method in class TemporaryArrayObjectThrowingExceptions
Sort the ArrayObject.
- EntityUuidConverter::applies() — Method in class EntityUuidConverter
Determines if the converter applies to a specific route and variable.
- ResourceTypeConverter::applies() — Method in class ResourceTypeConverter
Determines if the converter applies to a specific route and variable.
- $ EntityCondition#allowedOperators — Property in class EntityCondition
The allowed condition operators.
- $ EntityConditionGroup#allowedConjunctions — Property 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.
- AddSectionController — Class 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.
- AddBlockForm — Class 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#additional — Property 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#additional — Property in class SectionStorageDefinition
Any additional properties and values.
- LinkField::alterFieldInstanceMigration() — Method in class LinkField
Apply any custom processing to the field instance migration.
- $ LocaleProjectStorage#all — Property 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_types — Property 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#authorName — Property in class Resource
The name of the author/owner of the resource.
- $ Resource#authorUrl — Property 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.
- AudioFile — Class 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.
- AddFormBase — Class in namespace Drupal\media_library\Form
Provides a base class for creating media items from within the media library.
- OEmbedForm::addButtonSubmit() — Method in class OEmbedForm
Submit handler for the add button.
- MediaLibraryState::all() — Method in class MediaLibraryState
Returns the parameters.
- MediaLibraryWidget::addItems() — Method in class MediaLibraryWidget
Updates the field state and flags the form for rebuild.
- RouteSubscriber::alterRoutes() — Method in class RouteSubscriber
Alters existing routes for a specific collection.
- MenuController::addLink() — Method in class MenuController
Provides the menu link creation form.
- MenuLinkContentForm::actions() — Method in class MenuLinkContentForm
Returns an array of supported actions for the current entity form.
- $ MenuLinkContentAccessControlHandler#accessManager — Property in class MenuLinkContentAccessControlHandler
The access manager to check routes by name.
- AuditException — Class in namespace Drupal\migrate\Audit
Defines an exception to throw if an error occurs during a migration audit.
- AuditResult — Class 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.
- AuditorInterface — Class 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.
- AnnotatedClassDiscoveryAutomatedProviders — Class in namespace Drupal\migrate\Plugin\Discovery
Determines providers based on a class's and its parent's namespaces.
- $ Migration#audit — Property 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#accountSwitcher — Property in class EntityContentBase
The account switcher service.
- ArrayBuild — Class in namespace Drupal\migrate\Plugin\migrate\process
Builds an array based on the key and value configuration.
- SourcePluginBase::aboveHighWater() — Method in class SourcePluginBase
Check if the incoming data is newer than what we've previously imported.
- FieldDiscovery::addAllFieldProcesses() — Method in class FieldDiscovery
Adds the field processes to a migration.
- FieldDiscovery::addEntityFieldProcesses() — Method in class FieldDiscovery
Adds the field processes for an entity to a migration.
- FieldDiscovery::addBundleFieldProcesses() — Method in class FieldDiscovery
Adds the field processes for a bundle to a migration.
- FieldDiscoveryInterface::addAllFieldProcesses() — Method in class FieldDiscoveryInterface
Adds the field processes to a migration.
- FieldDiscoveryInterface::addEntityFieldProcesses() — Method in class FieldDiscoveryInterface
Adds the field processes for an entity to a migration.
- FieldDiscoveryInterface::addBundleFieldProcesses() — Method in class FieldDiscoveryInterface
Adds the field processes for a bundle to a migration.
- MigrateDrupalServiceProvider::alter() — Method in class MigrateDrupalServiceProvider
Modifies existing service definitions.
- MigrateFieldInterface::alterFieldMigration() — Method in class MigrateFieldInterface
Apply any custom processing to the field migration.
- MigrateFieldInterface::alterFieldInstanceMigration() — Method in class MigrateFieldInterface
Apply any custom processing to the field instance migration.
- MigrateFieldInterface::alterFieldWidgetMigration() — Method in class MigrateFieldInterface
Apply any custom processing to the field widget migration.
- MigrateFieldInterface::alterFieldFormatterMigration() — Method in class MigrateFieldInterface
Apply any custom processing to the field formatter migration.
- FieldPluginBase::alterFieldMigration() — Method in class FieldPluginBase
Apply any custom processing to the field migration.
- FieldPluginBase::alterFieldInstanceMigration() — Method in class FieldPluginBase
Apply any custom processing to the field instance migration.
- FieldPluginBase::alterFieldWidgetMigration() — Method in class FieldPluginBase
Apply any custom processing to the field widget migration.
- FieldPluginBase::alterFieldFormatterMigration() — Method in class FieldPluginBase
Apply any custom processing to the field formatter migration.
- ReferenceBase::alterFieldInstanceMigration() — Method in class ReferenceBase
Apply any custom processing to the field instance migration.
- Schema::addField() — Method in class Schema
Add a new field to a table.
- Schema::addPrimaryKey() — Method in class Schema
Add a primary key.
- Schema::addUniqueKey() — Method in class Schema
Add a unique key.
- Schema::addIndex() — Method in class Schema
Add an index.
- NodeAddAccessCheck::access() — Method in class NodeAddAccessCheck
Checks access to the node add page for the node type.
- NodePreviewAccessCheck::access() — Method in class NodePreviewAccessCheck
Checks access to the node preview page.
- NodeRevisionAccessCheck::access() — Method in class NodeRevisionAccessCheck
Checks routing access for the node revision.
- NodeController::addPage() — Method in class NodeController
Displays add content links for available content types.
- NodeController::addPageTitle() — Method in class NodeController
The _title_callback for the node.add route.
- Node::access() — Method in class Node
Checks data value access.
- NodeAdminRouteSubscriber::alterRoutes() — Method in class NodeAdminRouteSubscriber
Alters existing routes for a specific collection.
- NodeAccessControlHandler::access() — Method in class NodeAccessControlHandler
Checks access to an operation on a given entity or entity translation.
- NodeAccessControlHandler::acquireGrants() — Method in class NodeAccessControlHandler
Gets the list of node access grants.
- NodeAccessControlHandlerInterface::acquireGrants() — Method in class NodeAccessControlHandlerInterface
Gets the list of node access grants.
- NodeForm::actions() — Method in class NodeForm
Returns an array of supported actions for the current entity form.
- NodeGrantDatabaseStorage::access() — Method in class NodeGrantDatabaseStorage
Determines access to nodes based on node grants.
- NodeGrantDatabaseStorage::alterQuery() — Method in class NodeGrantDatabaseStorage
Alters a query when node access is required.
- NodeGrantDatabaseStorageInterface::alterQuery() — Method in class NodeGrantDatabaseStorageInterface
Alters a query when node access is required.
- NodeGrantDatabaseStorageInterface::access() — Method in class NodeGrantDatabaseStorageInterface
Determines access to nodes based on node grants.
- NodeTypeForm::actions() — Method in class NodeTypeForm
Returns an array of supported actions for the current entity form.
- NodePreviewConverter::applies() — Method in class NodePreviewConverter
Determines if the converter applies to a specific route and variable.
- AssignOwnerNode — Class 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#account — Property in class NodeSearch
The Drupal account to use for checking for access to advanced search.
- $ NodeSearch#advanced — Property 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#accessManager — Property in class ListingEmpty
The access manager.
- Access — Class 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#allowedValues — Property in class NumberListField
Stores the allowed values of this field.
- $ StringListField#allowedValues — Property in class StringListField
Stores the allowed values of this field.
- $ PathAliasListBuilder#aliasManager — Property in class PathAliasListBuilder
The path alias manager.
- AliasManager — Class in namespace Drupal\path_alias
The default alias manager implementation.
- AliasManagerInterface — Class in namespace Drupal\path_alias
Find an alias for a path and vice versa.
- AliasRepository — Class 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.
- AliasRepositoryInterface — Class in namespace Drupal\path_alias
Provides an interface for path alias lookup operations.
- AliasWhitelist — Class in namespace Drupal\path_alias
Extends CacheCollector to build the path alias whitelist over time.
- AliasWhitelistInterface — Class in namespace Drupal\path_alias
Cache the alias whitelist.
- $ PathAliasSubscriber#aliasManager — Property in class PathAliasSubscriber
The alias manager that caches alias lookups based on the request.
- AliasPathProcessor — Class in namespace Drupal\path_alias\PathProcessor
Processes the inbound path using path alias lookups.
- $ AliasPathProcessor#aliasManager — Property in class AliasPathProcessor
An alias manager for looking up the system path.
- Connection::addSavepoint() — Method in class Connection
Add a new savepoint with a unique name.
- Schema::addField() — Method in class Schema
Add a new field to a table.
- Schema::addPrimaryKey() — Method in class Schema
Add a primary key.
- Schema::addUniqueKey() — Method in class Schema
Add a unique key.
- Schema::addIndex() — Method in class Schema
Add an index.
- Select::addExpression() — Method in class Select
Adds an expression to the list of "fields" to be SELECTed.
- QuickEditEntityFieldAccessCheck::access() — Method in class QuickEditEntityFieldAccessCheck
Checks Quick Edit access to the field.
- QuickEditEntityFieldAccessCheck::accessEditEntityField() — Method in class QuickEditEntityFieldAccessCheck
Checks access to edit the requested field of the requested entity.
- QuickEditEntityFieldAccessCheckInterface::accessEditEntityField() — Method in class QuickEditEntityFieldAccessCheckInterface
Checks access to edit the requested field of the requested entity.
- $ EditorSelector#alternatives — Property in class EditorSelector
A list of alternative editor plugin IDs, keyed by editor plugin ID.
- $ MetadataGenerator#accessChecker — Property 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#authProviders — Property 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#authenticationCollector — Property in class RestExport
The collector of authentication providers.
- $ RestExport#authenticationProviderIds — Property 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#alwaysMultiple — Property 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#allowedFormats — Property in class DateTimeIso8601Normalizer
- {@inheritdoc}
- $ DateTimeNormalizer#allowedFormats — Property in class DateTimeNormalizer
Allowed datetime formats for the denormalizer.
- NormalizerBase::addCacheableDependency() — Method in class NormalizerBase
Adds cacheability if applicable.
- $ TimestampNormalizer#allowedFormats — Property in class TimestampNormalizer
- {@inheritdoc}
- BlockHasOverridesAccessCheck::access() — Method in class BlockHasOverridesAccessCheck
Checks access for accessing a block's 'settings_tray' form.
- BlockPluginHasSettingsTrayFormAccessCheck::access() — Method in class BlockPluginHasSettingsTrayFormAccessCheck
Checks access for accessing a block's 'settings_tray' form.
- BlockPluginHasSettingsTrayFormAccessCheck::accessBlockPlugin() — Method in class BlockPluginHasSettingsTrayFormAccessCheck
Checks access for accessing a block plugin's 'settings_tray' form.
- BlockEntitySettingTrayForm::actions() — Method in class BlockEntitySettingTrayForm
Returns an array of supported actions for the current entity form.
- ShortcutController::addForm() — Method in class ShortcutController
Returns a form to add a new shortcut to a given set.
- ShortcutSetController::addShortcutLinkInline() — Method in class ShortcutSetController
Creates a new link in the provided shortcut set.
- SetCustomize::actions() — Method in class SetCustomize
Returns an array of supported actions for the current entity form.
- ShortcutSetStorage::assignUser() — Method in class ShortcutSetStorage
Assigns a user to a particular shortcut set.
- ShortcutSetStorageInterface::assignUser() — Method in class ShortcutSetStorageInterface
Assigns a user to a particular shortcut set.
- $ Connection#attachedDatabases — Property in class Connection
All databases attached to the current database.
- Connection::attachDatabase() — Method in class Connection
Allows the connection to access additional databases.
- Schema::addField() — Method in class Schema
Add a new field to a table.
- Schema::alterTable() — Method in class Schema
Create a table with a new schema containing the old content.
- Schema::addIndex() — Method in class Schema
Add an index.
- Schema::addUniqueKey() — Method in class Schema
Add a unique key.
- Schema::addPrimaryKey() — Method in class Schema
Add a primary key.
- NodeCounterTimestamp::access() — Method in class NodeCounterTimestamp
Check whether given user has access to this handler.
- StatisticsNumeric::access() — Method in class StatisticsNumeric
Check whether given user has access to this handler.
- CronAccessCheck::access() — Method in class CronAccessCheck
Checks access.
- DbUpdateAccessCheck::access() — Method in class DbUpdateAccessCheck
Checks access for update routes.
- ActionConfigEntityInterface — Class in namespace Drupal\system
Provides an interface defining an action entity.
- AdminController — Class in namespace Drupal\system\Controller
Controller for admin section.
- $ DbUpdateController#account — Property in class DbUpdateController
The current user.
- Action — Class in namespace Drupal\system\Entity
Defines the configured action entity.
- AdminRouteSubscriber — Class 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.
- AdvisoriesConfigSubscriber — Class 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#availableToolkits — Property in class ImageToolkitForm
An array containing currently available toolkits.
- $ ModulesListForm#accessManager — Property in class ModulesListForm
The access manager.
- $ SiteInformationForm#aliasManager — Property in class SiteInformationForm
The path alias manager.
- $ PathBasedBreadcrumbBuilder#accessManager — Property 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#aliasManager — Property 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#aliases — Property 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#ancestors — Property 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.
- AllowToolbarPath — Class in namespace Drupal\toolbar\PageCache
Cache policy for the toolbar page cache service.
- $ TipPluginBase#attributes — Property in class TipPluginBase
The attributes that will be applied to the markup of this tip.
- UpdateManagerAccessCheck::access() — Method in class UpdateManagerAccessCheck
Checks access.
- $ UpdateManagerInstall#archiverManager — Property in class UpdateManagerInstall
The archiver plugin manager service.
- $ UpdateManager#availableReleasesTempStore — Property in class UpdateManager
Update available releases key/value store.
- $ UpdateProcessor#availableReleasesTempStore — Property 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.
- AccountForm — Class in namespace Drupal\user
Form controller for the user account forms.
- AccountForm::alterPreferredLangcodeDescription() — Method in class AccountForm
Alters the preferred language widget description.
- AccountSettingsForm — Class 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#account — Property in class CurrentUserContext
The current user.
- $ User#anonymousUser — Property 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.
- AccessDeniedSubscriber — Class in namespace Drupal\user\EventSubscriber
Redirects users when access is denied.
- $ AccessDeniedSubscriber#account — Property in class AccessDeniedSubscriber
The current user.
- $ MaintenanceModeSubscriber#account — Property in class MaintenanceModeSubscriber
The current account.
- $ UserRequestSubscriber#account — Property in class UserRequestSubscriber
The current account.
- UserPermissionsBundleForm::access() — Method in class UserPermissionsBundleForm
Checks that there are permissions to be managed.
- UserPermissionsModuleSpecificForm::access() — Method in class UserPermissionsModuleSpecificForm
Checks that at least one module defines permissions.
- AddRoleUser — Class 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.
- AuthorFormatter — Class in namespace Drupal\user\Plugin\Field\FieldFormatter
Plugin implementation of the 'author' formatter.
- $ LanguageNegotiationUserAdmin#adminContext — Property 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#alwaysMultiple — Property in class Name
- Name::acceptExposedInput() — Method in class Name
Determines if the input from a filter should change the generated query.
- Name::adminSummary() — Method in class Name
Display the filter on the administrative summary.
- ProfileForm::actions() — Method in class ProfileForm
Returns an array of supported actions for the current entity form.
- RegisterForm::actions() — Method in class RegisterForm
Returns an array of supported actions for the current entity form.
- RouteSubscriber::alterRoutes() — Method in class RouteSubscriber
Alters existing routes for a specific collection.
- AdminNegotiator — Class in namespace Drupal\user\Theme
Sets the active theme on admin pages.
- $ AdminNegotiator#adminContext — Property 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#account — Property 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.
- Analyzer — Class 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#admin — Property 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.
- AccessPluginBase — Class 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.
- AreaPluginBase — Class in namespace Drupal\views\Plugin\views\area
Base class for area handler plugins.
- $ AreaPluginBase#areaType — Property 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.
- ArgumentPluginBase — Class in namespace Drupal\views\Plugin\views\argument
Base class for argument (contextual filter) handler plugins.
- $ ArgumentPluginBase#argument — Property in class ArgumentPluginBase
- $ Date#argFormat — Property in class Date
The date format used in the query.
- $ DayDate#argFormat — Property in class DayDate
- {@inheritdoc}
- $ FullDate#argFormat — Property in class FullDate
- {@inheritdoc}
- GroupByNumeric::adminLabel() — Method in class GroupByNumeric
Return a string representing this handler's name in the UI.
- $ MonthDate#argFormat — Property in class MonthDate
- {@inheritdoc}
- $ WeekDate#argFormat — Property in class WeekDate
- {@inheritdoc}
- $ YearDate#argFormat — Property in class YearDate
- {@inheritdoc}
- $ YearMonthDate#argFormat — Property in class YearMonthDate
- {@inheritdoc}
- ArgumentDefaultPluginBase — Class in namespace Drupal\views\Plugin\views\argument_default
The fixed argument default handler; also used as the base.
- $ ArgumentDefaultPluginBase#argument — Property 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#aliasManager — Property in class Raw
The alias manager.
- ArgumentValidatorPluginBase — Class in namespace Drupal\views\Plugin\views\argument_validator
Base argument validator plugin to provide basic functionality.
- $ ArgumentValidatorPluginBase#argument — Property 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.
- Attachment — Class 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#ajaxEnabled — Property 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#actionStorage — Property in class BulkForm
The action storage.
- $ BulkForm#actions — Property 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#aliases — Property in class FieldPluginBase
- $ FieldPluginBase#additional_fields — Property 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#accessManager — Property in class LinkBase
The access manager service.
- LinkBase::addLangcode() — Method in class LinkBase
Adds language information to the options.
- $ BooleanOperator#alwaysMultiple — Property in class BooleanOperator
Exposed filter options.
- $ BooleanOperator#accept_null — Property 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#alwaysMultiple — Property in class Equality
Exposed filter options.
- $ FilterPluginBase#alwaysMultiple — Property in class FilterPluginBase
- $ FilterPluginBase#always_required — Property 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#alwaysMultiple — Property 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#alwaysMultiple — Property in class StringFilter
Exposed filter options.
- StringFilter::adminSummary() — Method in class StringFilter
Display the filter on the administrative summary.
- $ JoinPluginBase#adjusted — Property 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#alias — Property 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#active — Property in class Table
Contains the current active sort column.
- $ WizardPluginBase#availableSorts — Property 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.
- AssertViewsCacheTagsTrait — Class 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#args — Property in class ViewExecutable
Any arguments that have been passed into the view.
- $ ViewExecutable#ajaxEnabled — Property in class ViewExecutable
Whether this view uses AJAX.
- $ ViewExecutable#attachment_before — Property in class ViewExecutable
Attachments to place before the view.
- $ ViewExecutable#attachment_after — Property in class ViewExecutable
Attachments to place after the view.
- $ ViewExecutable#argument — Property 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#allStorage — Property 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.
- AdvancedSettingsForm — Class in namespace Drupal\views_ui\Form
Form builder for the advanced admin settings page.
- AddHandler — Class in namespace Drupal\views_ui\Form\Ajax
Provides a form for adding an item in the Views UI.
- Analyze — Class 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#additionalQueries — Property 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.
- ActiveWorkspaceCheck — Class 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#aliasManager — Property 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#activeWorkspace — Property 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.
- Bytes — Class in namespace Drupal\Component\Utility
Provides helper methods for byte conversions.
- $ Rectangle#boundingWidth — Property in class Rectangle
The width of the rotated rectangle.
- $ Rectangle#boundingHeight — Property in class Rectangle
The height of the rotated rectangle.
- UrlHelper::buildQuery() — Method in class UrlHelper
Parses an array into a valid, rawurlencoded query string.
- BuilderInterface — Class 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.
- BaseCommand — Class in namespace Drupal\Core\Ajax
Base command that only exists to simplify AJAX commands.
- BeforeCommand — Class 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.
- BatchBuilder — Class in namespace Drupal\Core\Batch
Builds an array for a batch process.
- BatchStorage — Class in namespace Drupal\Core\Batch
- BatchStorageInterface — Class in namespace Drupal\Core\Batch
Defines a common interface for batch storage operations.
- Block — Class in namespace Drupal\Core\Block\Annotation
Defines a Block annotation object.
- BlockBase — Class in namespace Drupal\Core\Block
Defines a base block implementation that most blocks plugins will extend.
- BlockBase::buildConfigurationForm() — Method in class BlockBase
Form constructor.
- BlockManager — Class in namespace Drupal\Core\Block
Manages discovery and instantiation of block plugins.
- BlockManagerInterface — Class in namespace Drupal\Core\Block
Provides an interface for the discovery and instantiation of block plugins.
- BlockPluginInterface — Class 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.
- BlockPluginTrait — Class 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}
- Broken — Class 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.
- Breadcrumb — Class in namespace Drupal\Core\Breadcrumb
Used to return generated breadcrumbs with associated cacheability metadata.
- BreadcrumbBuilderInterface — Class in namespace Drupal\Core\Breadcrumb
Defines an interface for classes that build breadcrumbs.
- BreadcrumbBuilderInterface::build() — Method in class BreadcrumbBuilderInterface
Builds the breadcrumb.
- BreadcrumbManager — Class in namespace Drupal\Core\Breadcrumb
Provides a breadcrumb manager.
- $ BreadcrumbManager#builders — Property in class BreadcrumbManager
Holds arrays of breadcrumb builders, keyed by priority.
- BreadcrumbManager::build() — Method in class BreadcrumbManager
Builds the breadcrumb.
- $ ApcuBackend#bin — Property in class ApcuBackend
The name of the cache bin to use.
- $ ApcuBackend#binPrefix — Property in class ApcuBackend
Prefix for all keys in this cache bin.
- $ ApcuBackendFactory#backendClass — Property in class ApcuBackendFactory
The APCU backend class to use.
- BackendChain — Class in namespace Drupal\Core\Cache
Defines a chained cache implementation for combining multiple cache backends.
- $ BackendChain#backends — Property 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#bin — Property in class ChainedFastBackend
- $ DatabaseBackend#bin — Property in class DatabaseBackend
- $ MemoryBackendFactory#bins — Property in class MemoryBackendFactory
Instantiated memory cache bins.
- $ MemoryCounterBackendFactory#bins — Property in class MemoryCounterBackendFactory
Instantiated memory cache bins.
- $ PhpBackend#bin — Property in class PhpBackend
- ServerCommand::boot() — Method in class ServerCommand
Boots up a Drupal environment.
- ConditionPluginBase::buildConfigurationForm() — Method in class ConditionPluginBase
Form constructor.
- BootstrapConfigStorageFactory — Class 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#batchSize — Property 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.
- BackendCompilerPass — Class 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#bootstrapContainerClass — Property in class DrupalKernel
Holds the class used for instantiating the bootstrap container.
- $ DrupalKernel#bootstrapContainer — Property in class DrupalKernel
Holds the bootstrap container.
- $ DrupalKernel#booted — Property 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.
- BundleEntityFormBase — Class in namespace Drupal\Core\Entity
Class BundleEntityFormBase is a base form for bundle config entities.
- BundleEntityStorageInterface — Class in namespace Drupal\Core\Entity
A storage that supports entities with bundle specific classes.
- BundlePermissionHandlerTrait — Class 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#bundleKey — Property 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#bundle — Property in class EntityDisplayBase
Bundle to be displayed.
- $ EntityFieldManager#baseFieldDefinitions — Property 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_type — Property in class EntityType
The name of the entity type which provides bundles.
- $ EntityType#bundle_of — Property in class EntityType
The name of the entity type for which bundles are provided.
- $ EntityType#bundle_label — Property in class EntityType
The human-readable name of the entity bundles, e.g. Vocabulary.
- $ EntityType#base_table — Property in class EntityType
The name of the entity type's base table.
- $ EntityTypeBundleInfo#bundleInfo — Property 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.
- BundleConfigImportValidate — Class in namespace Drupal\Core\Entity\Event
Entity config importer validation event subscriber.
- BundleClassInheritanceException — Class 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#basePluginId — Property in class EntityDeriver
The base plugin ID this derivative is for.
- $ EntityDeriver#bundleInfoService — Property in class EntityDeriver
The bundle info service.
- Broken — Class 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.
- BundleConstraint — Class in namespace Drupal\Core\Entity\Plugin\Validation\Constraint
Checks if a value is a valid entity type.
- $ BundleConstraint#bundle — Property in class BundleConstraint
The bundle option.
- BundleConstraintValidator — Class 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#baseTable — Property in class DefaultTableMapping
The base table of the entity.
- $ SqlContentEntityStorage#baseTable — Property 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#bareHtmlPageRenderer — Property 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.
- BaseFieldDefinition — Class in namespace Drupal\Core\Field
A class for defining entity fields.
- BaseFieldOverrideAccessControlHandler — Class in namespace Drupal\Core\Field
Provides en entity access control handler for base field override entity.
- BaseFieldOverrideStorage — Class in namespace Drupal\Core\Field
Storage class for base field overrides.
- BaseFieldOverride — Class in namespace Drupal\Core\Field\Entity
Defines the base field override entity.
- $ BaseFieldOverride#baseFieldDefinition — Property in class BaseFieldOverride
The base field definition.
- $ FieldConfigBase#bundle — Property in class FieldConfigBase
The name of the bundle the field is attached to.
- $ FieldItemDeriver#basePluginId — Property in class FieldItemDeriver
The base plugin ID this derivative is for.
- BasicStringFormatter — Class in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter
Plugin implementation of the 'basic_string' formatter.
- BooleanFormatter — Class in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter
Plugin implementation of the 'boolean' formatter.
- BooleanItem — Class in namespace Drupal\Core\Field\Plugin\Field\FieldType
Defines the 'boolean' entity field type.
- BooleanCheckboxWidget — Class 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.
- BaseFormIdInterface — Class 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.
- BrokenPostRequestException — Class 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_info — Property 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#buttons — Property 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.
- BatchStorage — Class in namespace Drupal\Core\ProxyClass\Batch
Provides a proxy class for \Drupal\Core\Batch\BatchStorage.
- BareHtmlPageRenderer — Class in namespace Drupal\Core\ProxyClass\Render
Provides a proxy class for \Drupal\Core\Render\BareHtmlPageRenderer.
- Batch — Class in namespace Drupal\Core\Queue
Defines a batch queue handler used by the Batch API.
- BatchMemory — Class in namespace Drupal\Core\Queue
Defines a batch queue handler used by the Batch API for non-progressive batches.
- BareHtmlPageRenderer — Class in namespace Drupal\Core\Render
Default bare HTML page renderer.
- BareHtmlPageRendererInterface — Class in namespace Drupal\Core\Render
Bare HTML page renderer.
- BubbleableMetadata — Class in namespace Drupal\Core\Render
Value object used for bubbleable rendering metadata.
- ElementInfoManager::buildInfo() — Method in class ElementInfoManager
Builds up all element information.
- Button — Class 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.
- BcRoute — Class in namespace Drupal\Core\Routing
A backwards compatibility route.
- $ RouteBuilder#building — Property 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://.
- BreakLockLink — Class 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#baseThemeExtensions — Property in class ActiveTheme
An array of base theme extension objects keyed by name.
- Registry::build() — Method in class Registry
Builds the theme registry cache.
- BinaryData — Class in namespace Drupal\Core\TypedData\Plugin\DataType
The binary data type.
- BooleanData — Class in namespace Drupal\Core\TypedData\Plugin\DataType
The boolean data type.
- BinaryInterface — Class in namespace Drupal\Core\TypedData\Type
Interface for binary data.
- BooleanInterface — Class in namespace Drupal\Core\TypedData\Type
Interface for boolean data.
- ExecutionContext::buildViolation() — Method in class ExecutionContext
- {@inheritdoc}
- $ UpdateBackend#backend — Property in class UpdateBackend
The regular runtime cache backend.
- $ UpdateCacheBackendFactory#bins — Property 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_table — Property in class Rss
The table the aggregator item is using for storage.
- $ Rss#base_field — Property in class Rss
The actual field which is used to identify an aggregator item.
- BanIpManager — Class in namespace Drupal\ban
Ban IP manager.
- BanIpManager::banIp() — Method in class BanIpManager
Bans an IP address.
- BanIpManagerInterface — Class in namespace Drupal\ban
Provides an interface defining a BanIp manager.
- BanIpManagerInterface::banIp() — Method in class BanIpManagerInterface
Bans an IP address.
- BanMiddleware — Class in namespace Drupal\ban
Provides a HTTP middleware to implement IP based banning.
- $ BanMiddleware#banIpManager — Property in class BanMiddleware
The ban IP manager.
- BanAdmin — Class in namespace Drupal\ban\Form
Displays banned IP addresses.
- BanAdmin::buildForm() — Method in class BanAdmin
Form constructor.
- BanDelete — Class in namespace Drupal\ban\Form
Provides a form to unban IP addresses.
- $ BanDelete#banIp — Property in class BanDelete
The banned IP address.
- BanDelete::buildForm() — Method in class BanDelete
Form constructor.
- BlockedIp — Class in namespace Drupal\ban\Plugin\migrate\destination
Destination for blocked IP addresses.
- $ BlockedIp#banManager — Property in class BlockedIp
The IP ban manager.
- BlockedIps — Class in namespace Drupal\ban\Plugin\migrate\source\d7
Drupal 7 blocked IPs source from database.
- BasicAuth — Class in namespace Drupal\basic_auth\Authentication\Provider
HTTP Basic authentication provider.
- BigPipeController — Class in namespace Drupal\big_pipe\Controller
Returns responses for BigPipe module routes.
- $ HtmlResponseBigPipeSubscriber#bigPipe — Property in class HtmlResponseBigPipeSubscriber
The BigPipe service.
- BigPipe — Class in namespace Drupal\big_pipe\Render
Service for sending an HTML response in chunks (to get faster page loads).
- BigPipeMarkup — Class in namespace Drupal\big_pipe\Render
Defines an object that passes safe strings through BigPipe's render pipeline.
- BigPipeResponse — Class in namespace Drupal\big_pipe\Render
A response that is sent in chunks by the BigPipe service.
- $ BigPipeResponse#bigPipe — Property in class BigPipeResponse
The BigPipe service.
- BigPipeResponseAttachmentsProcessor — Class in namespace Drupal\big_pipe\Render
Processes attachments of HTML responses with BigPipe enabled.
- BigPipeStrategy — Class in namespace Drupal\big_pipe\Render\Placeholder
Defines the BigPipe placeholder strategy, to send HTML in chunks.
- BlockAccessControlHandler — Class in namespace Drupal\block
Defines the access control handler for the block entity type.
- BlockForm — Class in namespace Drupal\block
Provides form for block instance forms.
- BlockForm::buildVisibilityInterface() — Method in class BlockForm
Helper function for building the visibility UI form.
- BlockInterface — Class in namespace Drupal\block
Provides an interface defining a block entity.
- BlockListBuilder — Class 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.
- BlockPluginCollection — Class in namespace Drupal\block
Provides a collection of block plugins.
- $ BlockPluginCollection#blockId — Property in class BlockPluginCollection
The block ID this plugin collection belongs to.
- BlockRepository — Class in namespace Drupal\block
Provides a repository for Block config entities.
- $ BlockRepository#blockStorage — Property in class BlockRepository
The block storage.
- BlockRepositoryInterface — Class in namespace Drupal\block
- BlockViewBuilder — Class 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.
- BlockAddController — Class 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.
- BlockController — Class in namespace Drupal\block\Controller
Controller routines for admin block routes.
- BlockLibraryController — Class in namespace Drupal\block\Controller
Provides a list of block plugins to be added to the layout.
- $ BlockLibraryController#blockManager — Property in class BlockLibraryController
The block manager.
- BlockLibraryController::buildLocalActions() — Method in class BlockLibraryController
Builds the local actions for this listing.
- BlockListController — Class in namespace Drupal\block\Controller
Defines a controller to list blocks.
- $ CategoryAutocompleteController#blockManager — Property in class CategoryAutocompleteController
The block manager.
- Block — Class in namespace Drupal\block\Entity
Defines a Block configuration entity class.
- BlockPageDisplayVariantSubscriber — Class in namespace Drupal\block\EventSubscriber
Selects the block page display variant.
- BlockDeleteForm — Class in namespace Drupal\block\Form
Provides a deletion confirmation form for the block instance deletion form.
- BlockPageVariant — Class in namespace Drupal\block\Plugin\DisplayVariant
Provides a page display variant that decorates the main content with blocks.
- $ BlockPageVariant#blockRepository — Property in class BlockPageVariant
The block repository.
- $ BlockPageVariant#blockViewBuilder — Property in class BlockPageVariant
The block view builder.
- $ BlockPageVariant#blockListCacheTags — Property 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.
- BlockPluginId — Class in namespace Drupal\block\Plugin\migrate\process
- $ BlockPluginId#blockContentStorage — Property in class BlockPluginId
The block_content entity storage handler.
- BlockRegion — Class in namespace Drupal\block\Plugin\migrate\process
- BlockSettings — Class in namespace Drupal\block\Plugin\migrate\process
- BlockTheme — Class in namespace Drupal\block\Plugin\migrate\process
- BlockVisibility — Class in namespace Drupal\block\Plugin\migrate\process
- Block — Class in namespace Drupal\block\Plugin\migrate\source
Drupal 6/7 block source from database.
- $ Block#blockTable — Property in class Block
Table containing block configuration.
- $ Block#blockRoleTable — Property in class Block
Table mapping blocks to user roles.
- BlockTranslation — Class in namespace Drupal\block\Plugin\migrate\source\d6
Drupal 6 i18n block data from database.
- BlockTranslation — Class in namespace Drupal\block\Plugin\migrate\source\d7
Drupal 7 i18n block data from database.
- BlockContentAccessControlHandler — Class in namespace Drupal\block_content
Defines the access control handler for the custom block entity type.
- BlockContentEvents — Class in namespace Drupal\block_content
Defines events for the block_content module.
- BlockContentForm — Class in namespace Drupal\block_content
Form handler for the custom block edit forms.
- BlockContentInterface — Class in namespace Drupal\block_content
Provides an interface defining a custom block entity.
- BlockContentListBuilder — Class 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.
- BlockContentTranslationHandler — Class in namespace Drupal\block_content
Defines the translation handler for custom blocks.
- BlockContentTypeForm — Class in namespace Drupal\block_content
The block content type entity form.
- BlockContentTypeInterface — Class in namespace Drupal\block_content
Provides an interface defining a custom block type entity.
- BlockContentTypeListBuilder — Class 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.
- BlockContentUuidLookup — Class in namespace Drupal\block_content
A cache collector that caches IDs for block_content UUIDs.
- BlockContentViewBuilder — Class in namespace Drupal\block_content
View builder handler for custom blocks.
- BlockContentViewsData — Class in namespace Drupal\block_content
Provides the views data for the block_content entity type.
- BlockContentController — Class in namespace Drupal\block_content\Controller
- $ BlockContentController#blockContentStorage — Property in class BlockContentController
The custom block storage.
- $ BlockContentController#blockContentTypeStorage — Property in class BlockContentController
The custom block type storage.
- BlockContent — Class 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.
- BlockContentType — Class in namespace Drupal\block_content\Entity
Defines the custom block type entity.
- BlockContentGetDependencyEvent — Class in namespace Drupal\block_content\Event
Block content event to allow setting an access dependency.
- $ BlockContentGetDependencyEvent#blockContent — Property in class BlockContentGetDependencyEvent
The block content entity.
- BlockContentDeleteForm — Class in namespace Drupal\block_content\Form
Provides a confirmation form for deleting a custom block entity.
- BlockContentTypeDeleteForm — Class 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.
- BlockContentBlock — Class in namespace Drupal\block_content\Plugin\Block
Defines a generic custom block type.
- $ BlockContentBlock#blockManager — Property in class BlockContentBlock
The Plugin Block Manager.
- $ BlockContentBlock#blockContent — Property 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.
- BlockContent — Class in namespace Drupal\block_content\Plugin\Derivative
Retrieves block plugin definitions for all custom blocks.
- $ BlockContent#blockContentStorage — Property in class BlockContent
The custom block storage.
- BlockContentAddLocalAction — Class in namespace Drupal\block_content\Plugin\Menu\LocalAction
Modifies the 'Add custom block' local action.
- Box — Class in namespace Drupal\block_content\Plugin\migrate\source\d6
Drupal 6 block source from database.
- BoxTranslation — Class in namespace Drupal\block_content\Plugin\migrate\source\d6
Drupal 6 i18n custom block translations source from database.
- BlockCustom — Class in namespace Drupal\block_content\Plugin\migrate\source\d7
Drupal 7 custom block source from database.
- BlockCustomTranslation — Class in namespace Drupal\block_content\Plugin\migrate\source\d7
Drupal 7 i18n custom block translations source from database.
- BlockContent — Class in namespace Drupal\block_content\Plugin\views\wizard
Used for creating 'block_content' views with the wizard.
- BookNodeIsRemovableAccessCheck — Class in namespace Drupal\book\Access
Determines whether the requested node can be removed from its book.
- $ BookNodeIsRemovableAccessCheck#bookManager — Property in class BookNodeIsRemovableAccessCheck
Book Manager Service.
- BookBreadcrumbBuilder — Class in namespace Drupal\book
Provides a breadcrumb builder for nodes in a book.
- BookBreadcrumbBuilder::build() — Method in class BookBreadcrumbBuilder
Builds the breadcrumb.
- BookExport — Class in namespace Drupal\book
Provides methods for exporting book to different formats.
- $ BookExport#bookManager — Property 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.
- BookManager — Class in namespace Drupal\book
Defines a book manager.
- $ BookManager#books — Property in class BookManager
Books Array.
- $ BookManager#bookOutlineStorage — Property in class BookManager
Book outline storage.
- $ BookManager#bookTreeFlattened — Property in class BookManager
Stores flattened book trees.
- $ BookManager#backendChainedCache — Property 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.
- BookManagerInterface — Class 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.
- BookOutline — Class in namespace Drupal\book
Provides handling to render the book outline.
- $ BookOutline#bookManager — Property in class BookOutline
The book manager.
- BookOutlineStorage — Class in namespace Drupal\book
Defines a storage class for books outline.
- BookOutlineStorageInterface — Class in namespace Drupal\book
Defines a common interface for book outline storage classes.
- BookUninstallValidator — Class in namespace Drupal\book
Prevents book module from being uninstalled whilst any book nodes exist or there are any book outline stored.
- $ BookUninstallValidator#bookOutlineStorage — Property in class BookUninstallValidator
The book outline storage.
- BookNavigationCacheContext — Class in namespace Drupal\book\Cache
Defines the book navigation cache context service.
- BookController — Class in namespace Drupal\book\Controller
Controller routines for book routes.
- $ BookController#bookManager — Property in class BookController
The book manager.
- $ BookController#bookExport — Property 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.
- BookAdminEditForm — Class in namespace Drupal\book\Form
Provides a form for administering a single book's hierarchy.
- $ BookAdminEditForm#bookManager — Property 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.
- BookOutlineForm — Class in namespace Drupal\book\Form
Displays the book outline form.
- $ BookOutlineForm#bookManager — Property in class BookOutlineForm
BookManager service.
- BookRemoveForm — Class in namespace Drupal\book\Form
Remove form for book module.
- $ BookRemoveForm#bookManager — Property in class BookRemoveForm
The book manager.
- BookRemoveForm::buildForm() — Method in class BookRemoveForm
Form constructor.
- BookSettingsForm — Class in namespace Drupal\book\Form
Configure book settings for this site.
- BookSettingsForm::buildForm() — Method in class BookSettingsForm
Form constructor.
- BookNavigationBlock — Class in namespace Drupal\book\Plugin\Block
Provides a 'Book navigation' block.
- $ BookNavigationBlock#bookManager — Property 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.
- BookOutlineConstraint — Class in namespace Drupal\book\Plugin\Validation\Constraint
Validation constraint for changing the book outline in pending revisions.
- BookOutlineConstraintValidator — Class in namespace Drupal\book\Plugin\Validation\Constraint
Constraint validator for changing the book outline in pending revisions.
- $ BookOutlineConstraintValidator#bookManager — Property in class BookOutlineConstraintValidator
The book manager.
- Book — Class in namespace Drupal\book\Plugin\migrate\destination
- Book — Class in namespace Drupal\book\Plugin\migrate\source
Drupal 6/7 book source from database.
- BookUninstallValidator — Class in namespace Drupal\book\ProxyClass
Provides a proxy class for \Drupal\book\BookUninstallValidator.
- Breakpoint — Class in namespace Drupal\breakpoint
Default object used for breakpoint plugins.
- BreakpointInterface — Class in namespace Drupal\breakpoint
Interface for Breakpoint plugins.
- BreakpointManager — Class in namespace Drupal\breakpoint
Defines a breakpoint plugin manager to deal with breakpoints.
- $ BreakpointManager#breakpointsByGroup — Property in class BreakpointManager
Static cache of breakpoints keyed by group.
- BreakpointManagerInterface — Class 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#build — Property 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_table — Property in class Rss
- {@inheritdoc}
- $ Rss#base_field — Property 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#baseRoute — Property 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#baseEntityType — Property in class ConfigTranslationFieldListBuilder
The name of the entity type the fields are attached to.
- $ ConfigTranslationFieldListBuilder#baseEntityInfo — Property in class ConfigTranslationFieldListBuilder
An array containing the base entity type's definition.
- $ ConfigTranslationFieldListBuilder#baseEntityBundles — Property 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#baseConfigData — Property 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#basePluginId — Property 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#bundleInfo — Property in class EntityOperations
The entity bundle information service.
- $ EntityTypeInfo#bundleInfo — Property 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.
- BlockContentModerationHandler — Class in namespace Drupal\content_moderation\Entity\Handler
Customizations for block content entities.
- $ ContentModerationConfigureEntityTypesForm#bundleInfo — Property 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#bundleInfo — Property in class ModerationInformation
The bundle information service.
- $ ModerationOptOutPublish#bundleInfo — Property in class ModerationOptOutPublish
Bundle info service.
- $ ModerationOptOutUnpublish#bundleInfo — Property in class ModerationOptOutUnpublish
Bundle info service.
- $ DynamicLocalTasks#basePluginId — Property in class DynamicLocalTasks
The base plugin ID.
- $ ModerationStateFilter#bundleInfo — Property in class ModerationStateFilter
The bundle information service.
- BundleTranslationSettingsInterface — Class in namespace Drupal\content_translation
Interface providing support for content translation bundle settings.
- ContentTranslationDeleteForm::buildForm() — Method in class ContentTranslationDeleteForm
Form constructor.
- $ ContentTranslationLocalTasks#basePluginId — Property 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#badType — Property in class DateTimeFormatConstraint
Message for when the value isn't a string.
- $ DateTimeFormatConstraint#badFormat — Property in class DateTimeFormatConstraint
Message for when the value isn't in the proper format.
- $ DateTimeFormatConstraint#badValue — Property 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#bundles — Property 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#bundle — Property 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.
- BaseFieldFileFormatterBase — Class 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#bundleInfoService — Property 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#bundle — Property in class ResourceType
The bundle ID.
- $ LanguageConfigFactoryOverride#baseStorage — Property in class LanguageConfigFactoryOverride
The configuration storage.
- ContentLanguageSettingsForm::buildForm() — Method in class ContentLanguageSettingsForm
Form constructor.
- $ NegotiationBrowserDeleteForm#browserLangcode — Property 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#blockManager — Property in class NegotiationConfigureForm
The block manager.
- $ NegotiationConfigureForm#blockStorage — Property 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#blockManager — Property 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.
- BlockComponentRenderArray — Class in namespace Drupal\layout_builder\EventSubscriber
Builds render arrays and handles access for all block components.
- $ SectionComponentBuildRenderArrayEvent#build — Property in class SectionComponentBuildRenderArrayEvent
The render array built by the event subscribers.
- AddBlockForm::buildForm() — Method in class AddBlockForm
Builds the form for the block.
- $ ConfigureBlockFormBase#block — Property in class ConfigureBlockFormBase
The plugin being configured.
- $ ConfigureBlockFormBase#blockManager — Property 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#blockContentStorage — Property 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#bundleInfo — Property 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#bundle — Property 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#blockContent — Property 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.
- BlankLayout — Class 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.
- BadPluginDefinitionException — Class 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#bundles — Property in class Entity
The list of the bundles of this entity type.
- $ SqlBase#batch — Property in class SqlBase
The count of the number of batches run.
- $ SqlBase#batchSize — Property in class SqlBase
Number of records to fetch from the database during each batch.
- $ FieldDiscovery#bundleKeys — Property in class FieldDiscovery
An array of bundle keys, keyed by drupal core version.
- MigrationState::buildUpgradeState() — Method in class MigrationState
Determines migration state for each source module enabled on the source.
- MigrationState::buildDiscoveredDestinationsBySource() — Method in class MigrationState
Builds migration source and destination module information.
- MigrationState::buildDeclaredStateBySource() — Method in class MigrationState
Gets migration data from *.migrate_drupal.yml sorted by source module.
- CredentialForm::buildForm() — Method in class CredentialForm
Form constructor.
- IdConflictForm::buildForm() — Method in class IdConflictForm
Form constructor.
- IncrementalForm::buildForm() — Method in class IncrementalForm
Form constructor.
- MigrateUpgradeFormBase::buildForm() — Method in class MigrateUpgradeFormBase
Form constructor.
- OverviewForm::buildForm() — Method in class OverviewForm
Form constructor.
- ReviewForm::buildForm() — Method in class ReviewForm
Form constructor.
- Schema::buildTableNameCondition() — Method in class Schema
Build a condition to match a table name against a standard information_schema.
- Node::baseFieldDefinitions() — Method in class Node
Provides base field definitions for an entity type.
- NodePreviewForm::buildForm() — Method in class NodePreviewForm
Form constructor.
- NodeRevisionDeleteForm::buildForm() — Method in class NodeRevisionDeleteForm
Form constructor.
- NodeRevisionRevertForm::buildForm() — Method in class NodeRevisionRevertForm
Form constructor.
- NodeRevisionRevertTranslationForm::buildForm() — Method in class NodeRevisionRevertTranslationForm
Form constructor.
- NodeTypeDeleteConfirm::buildForm() — Method in class NodeTypeDeleteConfirm
Form constructor.
- NodeGrantDatabaseStorage::buildGrantsQueryCondition() — Method in class NodeGrantDatabaseStorage
Creates a query condition from an array of node access grants.
- NodeListBuilder::buildHeader() — Method in class NodeListBuilder
Builds the header row for the entity listing.
- NodeListBuilder::buildRow() — Method in class NodeListBuilder
Builds a row for an entity in the entity listing.
- NodePermissions::buildPermissions() — Method in class NodePermissions
Returns a list of node permissions for a given node type.
- NodeTypeListBuilder::buildHeader() — Method in class NodeTypeListBuilder
Builds the header row for the entity listing.
- NodeTypeListBuilder::buildRow() — Method in class NodeTypeListBuilder
Builds a row for an entity in the entity listing.
- NodeViewBuilder::buildComponents() — Method in class NodeViewBuilder
Builds the component fields and properties of a set of entities.
- NodeViewBuilder::buildLinks() — Method in class NodeViewBuilder
Build the default links (Read more) for a node.
- AssignOwnerNode::buildConfigurationForm() — Method in class AssignOwnerNode
Form constructor.
- UnpublishByKeywordNode::buildConfigurationForm() — Method in class UnpublishByKeywordNode
Form constructor.
- SyndicateBlock::blockAccess() — Method in class SyndicateBlock
Indicates whether the block should be shown.
- SyndicateBlock::build() — Method in class SyndicateBlock
Builds and returns the renderable array for this block plugin.
- NodeType::buildConfigurationForm() — Method in class NodeType
Form constructor.
- NodeSelection::buildEntityQuery() — Method in class NodeSelection
Builds an EntityQuery to get referenceable entities.
- NodeSearch::buildSearchUrlQuery() — Method in class NodeSearch
Builds the URL GET query parameters array for search.
- NodeSearch::buildConfigurationForm() — Method in class NodeSearch
Form constructor.
- $ D6NodeDeriver#basePluginId — Property in class D6NodeDeriver
The base plugin ID this derivative is for.
- $ D7NodeDeriver#basePluginId — Property in class D7NodeDeriver
The base plugin ID this derivative is for.
- Node::buildOptionsForm() — Method in class Node
Provide link to node option.
- $ Rss#base_table — Property in class Rss
The base table for this row plugin.
- $ Rss#base_field — Property 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#bundle — Property in class RdfMapping
Bundle to be mapped.
- $ ResponsiveImageStyle#breakpoint_group — Property in class ResponsiveImageStyle
The responsive image breakpoint group.
- $ ResponsiveImageStyleForm#breakpointManager — Property 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#baseEncoder — Property in class XmlEncoder
An instance of the Symfony XmlEncoder to perform the actual encoding.
- BlockHasOverridesAccessCheck — Class in namespace Drupal\settings_tray\Access
Determines whether the requested block has a 'settings_tray' form.
- BlockPluginHasSettingsTrayFormAccessCheck — Class in namespace Drupal\settings_tray\Access
Determines whether the requested block has a 'settings_tray' form.
- BlockEntitySettingTrayForm — Class 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.
- BatchController — Class 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#bareHtmlPageRenderer — Property 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#breadcrumbManager — Property 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.
- BatchNegotiator — Class in namespace Drupal\system\Theme
Sets the active theme for the batch page.
- $ BatchNegotiator#batchStorage — Property 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#basePluginId — Property in class D6TermNodeDeriver
The base plugin ID this derivative is for.
- $ D7TaxonomyTermDeriver#basePluginId — Property 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#body — Property 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#bareHtmlPageRenderer — Property in class UserLoginForm
The bare HTML renderer.
- UserLoginForm::buildForm() — Method in class UserLoginForm
Form constructor.
- UserMultipleCancelConfirm::buildForm() — Method in class UserMultipleCancelConfirm
Form constructor.
- UserPasswordForm::buildForm() — Method in class UserPasswordForm
Form constructor.
- UserPasswordResetForm::buildForm() — Method in class UserPasswordResetForm
Form constructor.
- $ UserPermissionsBundleForm#bundle — Property in class UserPermissionsBundleForm
The bundle object.
- UserPermissionsBundleForm::buildForm() — Method in class UserPermissionsBundleForm
Builds the user permissions administration form for a bundle.
- UserPermissionsForm::buildForm() — Method in class UserPermissionsForm
Form constructor.
- UserPermissionsModuleSpecificForm::buildForm() — Method in class UserPermissionsModuleSpecificForm
Builds the user permissions administration form for a specific module(s).
- UserPermissionsRoleSpecificForm::buildForm() — Method in class UserPermissionsRoleSpecificForm
Builds the user permissions administration form for a specific role.
- PermissionHandler::buildPermissionsYaml() — Method in class PermissionHandler
Builds all permissions provided by .permissions.yml files.
- BlockUser — Class 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#base — Property in class ViewsAccess
The base tables on which this access plugin can be used.
- $ ViewsCache#base — Property in class ViewsCache
The base tables on which this cache plugin can be used.
- $ ViewsDisplay#base — Property in class ViewsDisplay
The base tables on which this display plugin can be used.
- $ ViewsExposedForm#base — Property in class ViewsExposedForm
The base tables on which this exposed form plugin can be used.
- $ ViewsPager#base — Property in class ViewsPager
The base tables on which this pager plugin can be used.
- $ ViewsRow#base — Property in class ViewsRow
The base tables on which this row plugin can be used.
- $ ViewsStyle#base — Property in class ViewsStyle
The base tables on which this style plugin can be used.
- $ ViewsWizard#base_table — Property 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#build — Property in class RendererBase
Contains an array of render arrays, one for each rendered entity.
- $ View#base_table — Property in class View
The name of the base table this view will use.
- $ View#base_field — Property 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#basePluginId — Property in class ViewsBlock
The base plugin ID.
- $ ViewsEntityArgumentValidator#basePluginId — Property in class ViewsEntityArgumentValidator
The base plugin ID this derivative is for.
- $ ViewsEntityRow#basePluginId — Property in class ViewsEntityRow
The base plugin ID that the derivative is for.
- $ ViewsExposedFilterBlock#basePluginId — Property 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.
- BrokenHandlerTrait — Class 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.
- Broken — Class 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.
- Broken — Class 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.
- Block — Class in namespace Drupal\views\Plugin\views\display
The plugin that handles a block.
- $ Block#blockManager — Property 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.
- Basic — Class 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.
- Boolean — Class 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.
- Broken — Class in namespace Drupal\views\Plugin\views\field
A special handler to take the place of missing or broken handlers.
- BulkForm — Class 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_table — Property 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.
- BooleanOperator — Class in namespace Drupal\views\Plugin\views\filter
Simple filter to handle matching of boolean values.
- BooleanOperatorString — Class in namespace Drupal\views\Plugin\views\filter
Simple filter to handle matching of boolean values.
- Broken — Class in namespace Drupal\views\Plugin\views\filter
A special handler to take the place of missing or broken handlers.
- Bundle — Class in namespace Drupal\views\Plugin\views\filter
Filter class which allows filtering by entity bundles.
- $ Bundle#bundleInfoService — Property 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.
- Broken — Class 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_table — Property in class EntityRow
The table the entity is using for storage.
- $ EntityRow#base_field — Property 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.
- Broken — Class 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_table — Property in class WizardPluginBase
The base table connected with the wizard.
- $ WizardPluginBase#bundleInfoService — Property 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#built — Property in class ViewExecutable
Whether or not the view has been built.
- $ ViewExecutable#build_info — Property in class ViewExecutable
An array of build info.
- $ ViewExecutable#base_database — Property in class ViewExecutable
Allow to override the used database which is used for this query.
- $ ViewExecutable#build_sort — Property in class ViewExecutable
Indicates if the sorts have been built.
- $ ViewExecutable#baseEntityType — Property 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#baseCid — Property 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.
- BasicSettingsForm — Class in namespace Drupal\views_ui\Form
Form builder for the admin display defaults page.
- BasicSettingsForm::buildForm() — Method in class BasicSettingsForm
Form constructor.
- BreakLockForm — Class 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#baseTablesEntityType — Property 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#bundleInfo — Property 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#container — Property 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#class — Property in class AnnotationBase
The class used for this annotated class.
- $ StaticReflectionParser#className — Property in class StaticReflectionParser
The fully qualified class name.
- $ StaticReflectionParser#classAnnotationOptimize — Property in class StaticReflectionParser
Whether the caller only wants class annotations.
- MockFileFinder::create() — Method in class MockFileFinder
Creates new mock file finder objects.
- $ ZfExtensionManagerSfContainer#canonicalNamesReplacements — Property in class ZfExtensionManagerSfContainer
A map of characters to be replaced through strtr.
- $ ZfExtensionManagerSfContainer#container — Property in class ZfExtensionManagerSfContainer
The service container.
- $ ZfExtensionManagerSfContainer#canonicalNames — Property in class ZfExtensionManagerSfContainer
A local cache of computed canonical names.
- ZfExtensionManagerSfContainer::canonicalizeName() — Method in class ZfExtensionManagerSfContainer
Canonicalize the extension name to a service name.
- ClassFinder — Class in namespace Drupal\Component\ClassFinder
A Utility class that uses active autoloaders to find a file for a class.
- ClassFinderInterface — Class 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.
- Container — Class 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#closing — Property in class DiffOp
- WordLevelDiff::closing() — Method in class WordLevelDiff
Gets the closing set of lines.
- ContainerAwareEventDispatcher — Class in namespace Drupal\Component\EventDispatcher
A performance optimized container aware event dispatcher.
- $ ContainerAwareEventDispatcher#container — Property in class ContainerAwareEventDispatcher
The service container.
- $ FileCache#cached — Property in class FileCache
Static cache that contains already loaded cache entries.
- $ FileCache#collection — Property in class FileCache
The collection identifier of this cache.
- $ FileCache#cache — Property in class FileCache
The cache backend backing this FileCache object.
- $ FileCacheFactory#configuration — Property in class FileCacheFactory
The configuration used to create FileCache objects.
- FrontMatter::create() — Method in class FrontMatter
Creates a new FrontMatter instance.
- $ PoItem#context — Property in class PoItem
The context this translation belongs to.
- $ PoItem#comment — Property in class PoItem
The comment of this translation.
- PoStreamInterface::close() — Method in class PoStreamInterface
Close the stream.
- $ PoStreamReader#context — Property in class PoStreamReader
Parser context for the stream reader state machine.
- $ PoStreamReader#currentItem — Property in class PoStreamReader
Current entry being read. Incomplete.
- $ PoStreamReader#currentPluralIndex — Property 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.
- CategorizingPluginManagerInterface — Class in namespace Drupal\Component\Plugin
Defines an interface for plugin managers that categorize plugin definitions.
- ConfigurableInterface — Class in namespace Drupal\Component\Plugin
Provides an interface for a configurable plugin.
- ContextAwarePluginBase — Class in namespace Drupal\Component\Plugin
Base class for plugins that are context aware.
- $ ContextAwarePluginBase#context — Property 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.
- ContextAwarePluginInterface — Class in namespace Drupal\Component\Plugin
Interface for defining context aware plugins.
- Context — Class in namespace Drupal\Component\Plugin\Context
A generic context class for wrapping data a plugin needs to operate.
- $ Context#contextValue — Property in class Context
The value of the context.
- $ Context#contextDefinition — Property in class Context
The definition to which a context must conform.
- ContextDefinitionInterface — Class in namespace Drupal\Component\Plugin\Context
Interface used to define definition objects found in ContextInterface.
- ContextInterface — Class in namespace Drupal\Component\Plugin\Context
Provides data and definitions for plugins during runtime and administration.
- ContextAwarePluginDefinitionInterface — Class in namespace Drupal\Component\Plugin\Definition
Provides an interface for plugin definitions which use contexts.
- ContextAwarePluginDefinitionTrait — Class in namespace Drupal\Component\Plugin\Definition
Provides a trait for context-aware object-based plugin definitions.
- $ ContextAwarePluginDefinitionTrait#contextDefinitions — Property in class ContextAwarePluginDefinitionTrait
The context definitions for this plugin definition.
- $ PluginDefinition#class — Property in class PluginDefinition
A fully qualified class name.
- DependentPluginInterface::calculateDependencies() — Method in class DependentPluginInterface
Calculates dependencies for the configured plugin.
- CachedDiscoveryInterface — Class 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.
- ContextException — Class 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#configuration — Property 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.
- Color — Class in namespace Drupal\Component\Utility
Performs color conversions.
- Crypt — Class 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#classes — Property 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.
- Com — Class in namespace Drupal\Component\Uuid
Generates a UUID using the Windows internal GUID extension.
- Constraint — Class in namespace Drupal\Component\Version
A value object representing a Drupal version constraint.
- $ Constraint#constraint — Property in class Constraint
The constraint represented as a string. For example '>=8.x-5.x'.
- $ Constraint#constraintArray — Property in class Constraint
A list of associative arrays representing the constraint.
- Composer — Class 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#composerJson — Property in class DrupalCoreComposer
Cached composer.json data.
- $ DrupalCoreComposer#composerLock — Property 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#composer — Property in class MessagePlugin
Composer object.
- $ MessagePlugin#config — Property in class MessagePlugin
- Configuration.
- $ AllowedPackages#composer — Property in class AllowedPackages
The Composer service.
- CommandProvider — Class in namespace Drupal\Composer\Plugin\Scaffold
List of all commands provided by this package.
- ComposerScaffoldCommand — Class 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#composer — Property in class Handler
The Composer service.
- Handler::createScaffoldOperations() — Method in class Handler
Creates scaffold operation objects for all items in the file mappings.
- $ ManageOptions#composer — Property in class ManageOptions
The Composer service.
- $ AbstractOperation#contents — Property 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#composer — Property 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#composer — Property in class Plugin
The Composer service.
- ScaffoldOptions::create() — Method in class ScaffoldOptions
Creates a scaffold options object.
- Config — Class in namespace Drupal\Composer\Plugin\VendorHardening
Determine configuration.
- $ Config#configData — Property in class Config
Configuration gleaned from the root package.
- $ VendorHardeningPlugin#composer — Property in class VendorHardeningPlugin
Composer object.
- $ VendorHardeningPlugin#config — Property 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#currentUser — Property in class AccessManager
The current user.
- $ AccessManager#checkProvider — Property 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.
- CheckProvider — Class in namespace Drupal\Core\Access
Loads access checkers from the container.
- $ CheckProvider#checkIds — Property in class CheckProvider
Array of registered access check service ids.
- $ CheckProvider#checks — Property in class CheckProvider
Array of access check objects keyed by service id.
- $ CheckProvider#checkMethods — Property in class CheckProvider
Array of access check method names keyed by service ID.
- $ CheckProvider#checksNeedsRequest — Property in class CheckProvider
Array of access checks which only will be run on the incoming request.
- CheckProviderInterface — Class in namespace Drupal\Core\Access
Provides the available access checkers by service IDs.
- CsrfAccessCheck — Class in namespace Drupal\Core\Access
Allows access to routes to be controlled by a '_csrf_token' parameter.
- $ CsrfAccessCheck#csrfToken — Property in class CsrfAccessCheck
The CSRF token generator.
- CsrfRequestHeaderAccessCheck — Class in namespace Drupal\Core\Access
Access protection against CSRF attacks.
- $ CsrfRequestHeaderAccessCheck#csrfToken — Property in class CsrfRequestHeaderAccessCheck
The token generator.
- CsrfTokenGenerator — Class 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.
- CustomAccessCheck — Class in namespace Drupal\Core\Access
Defines an access checker that allows specifying a custom method for access.
- $ CustomAccessCheck#controllerResolver — Property in class CustomAccessCheck
The controller resolver.
- $ RouteProcessorCsrf#csrfToken — Property in class RouteProcessorCsrf
The CSRF token generator.
- ConfigurableActionBase — Class 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#currentUser — Property 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#commands — Property in class AjaxResponse
The array of ajax commands.
- $ AjaxResponseAttachmentsProcessor#config — Property in class AjaxResponseAttachmentsProcessor
A config object for the system performance configuration.
- $ AjaxResponseAttachmentsProcessor#cssCollectionRenderer — Property in class AjaxResponseAttachmentsProcessor
The CSS asset collection renderer service.
- $ BaseCommand#command — Property in class BaseCommand
The name of the command.
- ChangedCommand — Class in namespace Drupal\Core\Ajax
An AJAX command for marking HTML elements as changed.
- CloseDialogCommand — Class in namespace Drupal\Core\Ajax
Defines an AJAX command that closes the current active dialog.
- CloseModalDialogCommand — Class in namespace Drupal\Core\Ajax
Defines an AJAX command that closes the currently visible modal dialog.
- CommandInterface — Class in namespace Drupal\Core\Ajax
AJAX command interface.
- CommandWithAttachedAssetsInterface — Class in namespace Drupal\Core\Ajax
Interface for Ajax commands that render content and attach assets.
- CommandWithAttachedAssetsTrait — Class in namespace Drupal\Core\Ajax
Trait for Ajax commands that render content and attach assets.
- CssCommand — Class in namespace Drupal\Core\Ajax
An AJAX command for calling the jQuery css() method.
- $ CssCommand#css — Property in class CssCommand
An array of property/value pairs to set in the CSS for the selector.
- $ InsertCommand#content — Property in class InsertCommand
The content for the matched element(s).
- $ MessageCommand#clearPrevious — Property in class MessageCommand
Whether to clear previous messages.
- $ OpenDialogCommand#content — Property in class OpenDialogCommand
The content for the dialog.
- $ Action#confirm_form_route_name — Property in class Action
The route name for a confirmation form for this action.
- $ Action#category — Property in class Action
The category under which the action should be listed in the UI.
- ContextDefinition — Class in namespace Drupal\Core\Annotation
Defines a context definition annotation object.
- $ PluralTranslation#context — Property in class PluralTranslation
The context the source strings belong to.
- $ QueueWorker#cron — Property 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#cache — Property 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.
- CssCollectionGrouper — Class in namespace Drupal\Core\Asset
Groups CSS assets.
- CssCollectionOptimizer — Class in namespace Drupal\Core\Asset
Optimizes CSS assets.
- CssCollectionRenderer — Class in namespace Drupal\Core\Asset
Renders CSS assets.
- CssOptimizer — Class 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#collector — Property 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#connection — Property in class BatchStorage
The database connection.
- $ BatchStorage#csrfToken — Property 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#category — Property in class Block
The category in the admin UI where the block will be listed.
- $ Block#context_definitions — Property in class Block
An array of context definitions describing the context used by the plugin.
- BlockPluginTrait::calculateDependencies() — Method in class BlockPluginTrait
- {@inheritdoc}
- $ Broken#currentUser — Property in class Broken
The current user.
- Broken::create() — Method in class Broken
Creates an instance of the plugin.
- ChainBreadcrumbBuilderInterface — Class in namespace Drupal\Core\Breadcrumb
Defines an interface a chained service that builds the breadcrumb.
- CacheDecoratorInterface — Class in namespace Drupal\Core\CacheDecorator
Defines an interface for cache decorator implementations.
- $ ApcuBackend#checksumProvider — Property in class ApcuBackend
The cache tags checksum provider.
- $ ApcuBackendFactory#checksumProvider — Property in class ApcuBackendFactory
The cache tags checksum provider.
- Cache — Class in namespace Drupal\Core\Cache
Helper methods for cache.
- CacheBackendInterface — Class in namespace Drupal\Core\Cache
Defines an interface for cache implementations.
- CacheCollector — Class in namespace Drupal\Core\Cache
Default implementation for CacheCollectorInterface.
- $ CacheCollector#cid — Property in class CacheCollector
The cache id that is used for the cache entry.
- $ CacheCollector#cache — Property in class CacheCollector
The cache backend that should be used.
- $ CacheCollector#cacheCreated — Property in class CacheCollector
Stores the cache creation time.
- $ CacheCollector#cacheInvalidated — Property in class CacheCollector
Flag that indicates of the cache has been invalidated.
- $ CacheCollector#cacheLoaded — Property in class CacheCollector
Indicates if the collected cache was already loaded.
- CacheCollector::clear() — Method in class CacheCollector
Clears the collected cache entry.
- CacheCollectorInterface — Class 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.
- CacheFactory — Class in namespace Drupal\Core\Cache
- CacheFactoryInterface — Class in namespace Drupal\Core\Cache
An interface defining cache factory classes.
- CacheTagsChecksumInterface — Class in namespace Drupal\Core\Cache
Provides checksums for cache tag invalidations.
- CacheTagsChecksumTrait — Class 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.
- CacheTagsInvalidator — Class in namespace Drupal\Core\Cache
Passes cache tag events to classes that wish to respond to them.
- CacheTagsInvalidatorInterface — Class in namespace Drupal\Core\Cache
Defines required methods for classes wanting to handle cache tag changes.
- CacheableDependencyInterface — Class in namespace Drupal\Core\Cache
Defines an interface for objects which may be used by other cached objects.
- CacheableDependencyTrait — Class in namespace Drupal\Core\Cache
Trait for \Drupal\Core\Cache\CacheableDependencyInterface.
- $ CacheableDependencyTrait#cacheContexts — Property in class CacheableDependencyTrait
Cache contexts.
- $ CacheableDependencyTrait#cacheTags — Property in class CacheableDependencyTrait
Cache tags.
- $ CacheableDependencyTrait#cacheMaxAge — Property in class CacheableDependencyTrait
Cache max-age.
- CacheableJsonResponse — Class in namespace Drupal\Core\Cache
A JsonResponse that contains and can expose cacheability metadata.
- CacheableMetadata — Class 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.
- CacheableRedirectResponse — Class in namespace Drupal\Core\Cache
A RedirectResponse that contains and can expose cacheability metadata.
- CacheableResponse — Class in namespace Drupal\Core\Cache
A response that contains and can expose cacheability metadata.
- CacheableResponseInterface — Class in namespace Drupal\Core\Cache
Defines an interface for responses that can expose cacheability metadata.
- CacheableResponseTrait — Class in namespace Drupal\Core\Cache
Provides an implementation of CacheableResponseInterface.
- $ CacheableResponseTrait#cacheabilityMetadata — Property in class CacheableResponseTrait
The cacheability metadata.
- ChainedFastBackend — Class in namespace Drupal\Core\Cache
Defines a backend with a fast and a consistent backend chain.
- $ ChainedFastBackend#consistentBackend — Property in class ChainedFastBackend
The consistent cache backend.
- ChainedFastBackendFactory — Class in namespace Drupal\Core\Cache
Defines the chained fast cache backend factory.
- $ ChainedFastBackendFactory#consistentServiceName — Property in class ChainedFastBackendFactory
The service name of the consistent backend factory.
- CacheContextInterface — Class in namespace Drupal\Core\Cache\Context
Provides an interface for defining a cache context service.
- CacheContextsManager — Class in namespace Drupal\Core\Cache\Context
Converts cache context tokens into cache keys.
- $ CacheContextsManager#container — Property in class CacheContextsManager
The service container.
- $ CacheContextsManager#contexts — Property in class CacheContextsManager
Available cache context IDs and corresponding labels.
- CacheContextsManager::convertTokensToKeys() — Method in class CacheContextsManager
Converts cache context tokens to cache keys.
- CacheContextsPass — Class in namespace Drupal\Core\Cache\Context
Adds cache_contexts parameter to the container.
- CalculatedCacheContextInterface — Class in namespace Drupal\Core\Cache\Context
Provides an interface for defining a calculated cache context service.
- ContextCacheKeys — Class in namespace Drupal\Core\Cache\Context
A value object to store generated cache keys with its cacheability metadata.
- CookiesCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the CookiesCacheContext service, for "per cookie" caching.
- $ DatabaseBackend#connection — Property in class DatabaseBackend
The database connection.
- $ DatabaseBackend#checksumProvider — Property in class DatabaseBackend
The cache tags checksum provider.
- DatabaseBackend::catchException() — Method in class DatabaseBackend
Act on an exception when cache might be stale.
- $ DatabaseBackendFactory#connection — Property in class DatabaseBackendFactory
The database connection.
- $ DatabaseBackendFactory#checksumProvider — Property in class DatabaseBackendFactory
The cache tags checksum provider.
- $ DatabaseCacheTagsChecksum#connection — Property in class DatabaseCacheTagsChecksum
The database connection.
- DatabaseCacheTagsChecksum::catchException() — Method in class DatabaseCacheTagsChecksum
Act on an exception when cache might be stale.
- $ MemoryBackend#cache — Property in class MemoryBackend
Array to store cache objects.
- $ MemoryCounterBackend#counter — Property in class MemoryCounterBackend
Stores a list of cache cid calls keyed by function name.
- $ PhpBackend#cache — Property in class PhpBackend
Array to store cache objects.
- $ PhpBackend#checksumProvider — Property in class PhpBackend
The cache tags checksum provider.
- $ PhpBackendFactory#checksumProvider — Property in class PhpBackendFactory
The cache tags checksum provider.
- $ UseCacheBackendTrait#cacheBackend — Property 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#classLoader — Property in class InstallCommand
The class loader.
- InstallCommand::configure() — Method in class InstallCommand
- {@inheritdoc}
- QuickStartCommand::configure() — Method in class QuickStartCommand
- {@inheritdoc}
- $ ServerCommand#classLoader — Property in class ServerCommand
The class loader.
- ServerCommand::configure() — Method in class ServerCommand
- {@inheritdoc}
- Composer — Class in namespace Drupal\Core\Composer
Provides static functions for composer script events.
- Condition — Class in namespace Drupal\Core\Condition\Annotation
Defines a condition plugin annotation object.
- $ Condition#context_definitions — Property in class Condition
An array of context definitions describing the context used by the plugin.
- $ Condition#category — Property in class Condition
The category under which the condition should listed in the UI.
- ConditionAccessResolverTrait — Class in namespace Drupal\Core\Condition
Resolves a set of conditions.
- ConditionInterface — Class in namespace Drupal\Core\Condition
An interface for condition plugins.
- ConditionManager — Class 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.
- ConditionPluginBase — Class 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.
- ConditionPluginCollection — Class in namespace Drupal\Core\Condition
Provides a collection of condition plugins.
- $ ConditionPluginCollection#conditionContexts — Property in class ConditionPluginCollection
An array of collected contexts for conditions.
- CachedStorage — Class in namespace Drupal\Core\Config
Defines the cached storage.
- $ CachedStorage#cache — Property in class CachedStorage
The instantiated Cache backend.
- CachedStorage::createCollection() — Method in class CachedStorage
Creates a collection on the storage.
- Config — Class in namespace Drupal\Core\Config
Defines the default configuration object.
- Config::clear() — Method in class Config
Unsets a value in this configuration object.
- ConfigBase — Class 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.
- ConfigCollectionInfo — Class in namespace Drupal\Core\Config
Gets information on all the possible configuration collections.
- $ ConfigCollectionInfo#collections — Property in class ConfigCollectionInfo
Configuration collection information keyed by collection name.
- ConfigCrudEvent — Class in namespace Drupal\Core\Config
Wraps a configuration event for event listeners.
- $ ConfigCrudEvent#config — Property in class ConfigCrudEvent
Configuration object.
- ConfigDirectoryNotDefinedException — Class in namespace Drupal\Core\Config
An exception thrown when the config sync directory is not defined.
- ConfigDuplicateUUIDException — Class in namespace Drupal\Core\Config
Exception thrown when a config object UUID causes a conflict.
- ConfigEvents — Class in namespace Drupal\Core\Config
Defines events for the configuration system.
- ConfigException — Class in namespace Drupal\Core\Config
A base exception thrown in any configuration system operations.
- ConfigFactory — Class in namespace Drupal\Core\Config
Defines the configuration object factory.
- $ ConfigFactory#cache — Property in class ConfigFactory
Cached configuration objects.
- $ ConfigFactory#configFactoryOverrides — Property 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.
- ConfigFactoryInterface — Class 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.
- ConfigFactoryOverrideBase — Class in namespace Drupal\Core\Config
Defines a base event listener implementation configuration overrides.
- ConfigFactoryOverrideInterface — Class 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.
- ConfigImportValidateEventSubscriberBase — Class in namespace Drupal\Core\Config
Defines a base event listener implementation for config sync validation.
- ConfigImporter — Class in namespace Drupal\Core\Config
Defines a configuration importer.
- $ ConfigImporter#configManager — Property 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.
- ConfigImporterEvent — Class in namespace Drupal\Core\Config
- $ ConfigImporterEvent#configImporter — Property in class ConfigImporterEvent
Configuration import object.
- ConfigImporterException — Class in namespace Drupal\Core\Config
Exception thrown when a config import fails.
- ConfigInstaller — Class in namespace Drupal\Core\Config
- $ ConfigInstaller#configFactory — Property in class ConfigInstaller
The configuration factory.
- $ ConfigInstaller#configManager — Property 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.
- ConfigInstallerInterface — Class 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.
- ConfigManager — Class in namespace Drupal\Core\Config
The ConfigManager provides helper functions for the configuration system.
- $ ConfigManager#configFactory — Property in class ConfigManager
The configuration factory.
- $ ConfigManager#configCollectionInfo — Property 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.
- ConfigManagerInterface — Class 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.
- ConfigModuleOverridesEvent — Class in namespace Drupal\Core\Config
Event object to allow configuration to be overridden by modules.
- ConfigNameException — Class in namespace Drupal\Core\Config
Exception thrown when a config object name is invalid.
- ConfigPrefixLengthException — Class in namespace Drupal\Core\Config
Exception thrown when the config prefix length is exceeded.
- ConfigRenameEvent — Class in namespace Drupal\Core\Config
Configuration event fired when renaming a configuration object.
- ConfigValueException — Class in namespace Drupal\Core\Config
Exception thrown when config object values are invalid.
- $ DatabaseStorage#connection — Property in class DatabaseStorage
The database connection.
- $ DatabaseStorage#collection — Property in class DatabaseStorage
The storage collection.
- DatabaseStorage::createCollection() — Method in class DatabaseStorage
Creates a collection on the storage.
- ConfigSchemaChecker — Class in namespace Drupal\Core\Config\Development
Listens to the config save event and validates schema.
- $ ConfigSchemaChecker#checked — Property in class ConfigSchemaChecker
An array of config checked already. Keyed by config name and a checksum.
- ConfigDependencyDeleteFormTrait — Class in namespace Drupal\Core\Config\Entity
Lists affected configuration entities by a dependency removal.
- ConfigDependencyManager — Class 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.
- ConfigEntityBase — Class 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.
- ConfigEntityBundleBase — Class in namespace Drupal\Core\Config\Entity
A base class for config entity types that act as bundles.
- ConfigEntityDependency — Class in namespace Drupal\Core\Config\Entity
Provides a value object to discover configuration dependencies.
- ConfigEntityInterface — Class 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.
- ConfigEntityListBuilder — Class in namespace Drupal\Core\Config\Entity
Defines the default class to build a listing of configuration entities.
- ConfigEntityStorage — Class in namespace Drupal\Core\Config\Entity
Defines the storage class for configuration entities.
- $ ConfigEntityStorage#configFactory — Property in class ConfigEntityStorage
The config factory service.
- $ ConfigEntityStorage#configStorage — Property 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.
- ConfigEntityStorageInterface — Class 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.
- ConfigEntityType — Class in namespace Drupal\Core\Config\Entity
Provides an implementation of a configuration entity type and its metadata.
- $ ConfigEntityType#config_prefix — Property in class ConfigEntityType
The config prefix set in the configuration entity type annotation.
- $ ConfigEntityType#config_export — Property 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.
- ConfigEntityTypeInterface — Class in namespace Drupal\Core\Config\Entity
Provides an interface for a configuration entity type and its metadata.
- ConfigEntityUpdater — Class 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.
- ConfigEntityIdLengthException — Class in namespace Drupal\Core\Config\Entity\Exception
Defines an exception thrown when a configuration entity ID is too long.
- ConfigEntityStorageClassException — Class in namespace Drupal\Core\Config\Entity\Exception
Thrown when a storage class is not an instance of ConfigEntityStorage.
- Condition — Class 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#configFactory — Property 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#configFactory — Property in class QueryFactory
The config factory used by the config entity query.
- $ ExtensionInstallStorage#configStorage — Property in class ExtensionInstallStorage
The active configuration store.
- ExtensionInstallStorage::createCollection() — Method in class ExtensionInstallStorage
Creates a collection on the storage.
- $ FileStorage#collection — Property 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#connection — Property in class ImportStorageTransformer
The drupal database connection.
- ConfigImporterBatch — Class 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#config — Property in class MemoryStorage
The configuration, an object shared by reference across collections.
- $ MemoryStorage#collection — Property in class MemoryStorage
The storage collection.
- MemoryStorage::createCollection() — Method in class MemoryStorage
Creates a collection on the storage.
- $ NullStorage#collection — Property in class NullStorage
The storage collection.
- NullStorage::createCollection() — Method in class NullStorage
Creates a collection on the storage.
- $ PreExistingConfigException#configObjects — Property 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.
- ConfigSchemaAlterException — Class in namespace Drupal\Core\Config\Schema
Exception for when hook_config_schema_info_alter() adds or removes schema.
- ConfigSchemaDiscovery — Class in namespace Drupal\Core\Config\Schema
Allows YAML files to define config schema types.
- $ SchemaCheckTrait#configName — Property 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#changelist — Property 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#configStorage — Property 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#configObjects — Property 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.
- ControllerBase — Class in namespace Drupal\Core\Controller
Utility base class for thin controllers.
- $ ControllerBase#configFactory — Property in class ControllerBase
The configuration factory.
- $ ControllerBase#currentUser — Property 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.
- ControllerResolver — Class in namespace Drupal\Core\Controller
ControllerResolver to enhance controllers beyond Symfony's basic handling.
- $ ControllerResolver#classResolver — Property in class ControllerResolver
The class resolver.
- ControllerResolver::createController() — Method in class ControllerResolver
Returns a callable for the given controller.
- ControllerResolverInterface — Class in namespace Drupal\Core\Controller
Extends the ControllerResolverInterface from symfony.
- $ HtmlFormController#classResolver — Property in class HtmlFormController
The class resolver.
- $ TitleResolver#controllerResolver — Property in class TitleResolver
The controller resolver.
- CoreServiceProvider — Class in namespace Drupal\Core
ServiceProvider class for mandatory core services.
- Cron — Class in namespace Drupal\Core
The Drupal core Cron service.
- CronInterface — Class in namespace Drupal\Core
An interface for running cron tasks.
- Connection — Class in namespace Drupal\Core\Database
Base Database API class.
- $ Connection#connection — Property in class Connection
The actual PDO connection.
- $ Connection#connectionOptions — Property 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.
- ConnectionNotDefinedException — Class in namespace Drupal\Core\Database
Exception thrown if an undefined database connection is requested.
- $ Database#connections — Property 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.
- Connection — Class in namespace Drupal\Core\Database\Driver\mysql
MySQL implementation of \Drupal\Core\Database\Connection.
- Connection — Class in namespace Drupal\Core\Database\Driver\pgsql
PostgreSQL implementation of \Drupal\Core\Database\Connection.
- Connection — Class in namespace Drupal\Core\Database\Driver\sqlite
SQLite implementation of \Drupal\Core\Database\Connection.
- Tasks::connect() — Method in class Tasks
Checks if we can connect to the database.
- Tasks::checkEngineVersion() — Method in class Tasks
Checks the engine version.
- $ Log#connectionKey — Property 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.
- Condition — Class in namespace Drupal\Core\Database\Query
Generic class for a series of conditions in a query.
- $ Condition#conditionOperatorMap — Property in class Condition
Provides a map of condition operators to condition operator options.
- $ Condition#conditions — Property in class Condition
Array of conditions.
- $ Condition#changed — Property 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.
- ConditionInterface — Class 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#conditionTable — Property 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#customCountQuery — Property in class PagerSelectExtender
The count query that will be used for this pager.
- $ Query#connection — Property in class Query
The connection object on which to run this query.
- $ Query#connectionTarget — Property in class Query
The target of the connection object.
- $ Query#connectionKey — Property in class Query
The key of the connection object.
- $ Query#comments — Property 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#condition — Property 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#connection — Property 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#connection — Property in class Schema
The database connection.
- Schema::changeField() — Method in class Schema
Change a field definition.
- Schema::createTable() — Method in class Schema
Create a new table from a Drupal table definition.
- $ StatementPrefetch#connection — Property in class StatementPrefetch
The Drupal database connection object.
- $ StatementPrefetch#currentRow — Property in class StatementPrefetch
The current row, retrieved in \PDO::FETCH_ASSOC format.
- $ StatementPrefetch#currentKey — Property in class StatementPrefetch
The key of the current row.
- $ StatementPrefetch#columnNames — Property 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#connection — Property in class StatementWrapper
The Drupal database connection object.
- $ StatementWrapper#clientStatement — Property in class StatementWrapper
The client database Statement object.
- $ Transaction#connection — Property in class Transaction
The connection object for this transaction.
- $ DateFormatter#configFactory — Property in class DateFormatter
The configuration factory.
- $ DateFormatter#country — Property 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.
- ClassResolver — Class in namespace Drupal\Core\DependencyInjection
Implements the class resolver interface supporting class names and services.
- ClassResolverInterface — Class in namespace Drupal\Core\DependencyInjection
Provides an interface to get an instance of a class with dependency injection.
- ContextProvidersPass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Adds the context provider service IDs to the context manager.
- CorsCompilerPass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Provides a compiler pass which disables the CORS middleware in case disabled.
- Container — Class in namespace Drupal\Core\DependencyInjection
Extends the Drupal container to set the service ID on the created object.
- ContainerBuilder — Class in namespace Drupal\Core\DependencyInjection
Drupal's dependency injection container builder.
- ContainerBuilder::callMethod() — Method in class ContainerBuilder
A 1to1 copy of parent::callMethod.
- ContainerInjectionInterface — Class 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.
- ContainerNotInitializedException — Class in namespace Drupal\Core\DependencyInjection
Exception thrown when a method is called that requires a container, but the container is not initialized yet.
- $ YamlFileLoader#container — Property in class YamlFileLoader
- DiffFormatter::contextLine() — Method in class DiffFormatter
Creates a context line.
- ContextAwareVariantInterface — Class 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#container — Property in class DrupalKernel
Holds the container instance.
- $ DrupalKernel#classLoader — Property in class DrupalKernel
The class loader object.
- $ DrupalKernel#configStorage — Property in class DrupalKernel
Config storage object used for reading enabled modules configuration.
- $ DrupalKernel#containerNeedsRebuild — Property in class DrupalKernel
Whether the container needs to be rebuilt the next time it is initialized.
- $ DrupalKernel#containerNeedsDumping — Property 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.
- ConfigEntityType — Class in namespace Drupal\Core\Entity\Annotation
Defines a config entity type annotation object.
- ContentEntityType — Class in namespace Drupal\Core\Entity\Annotation
Defines a content entity type annotation object.
- ContentEntityBase — Class 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.
- ContentEntityConfirmFormBase — Class in namespace Drupal\Core\Entity
Provides a generic base class for an entity-based confirmation form.
- ContentEntityDeleteForm — Class in namespace Drupal\Core\Entity
Provides a generic base class for a content entity deletion form.
- ContentEntityForm — Class 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.
- ContentEntityFormInterface — Class in namespace Drupal\Core\Entity
Defines a common interface for content entity form classes.
- ContentEntityInterface — Class in namespace Drupal\Core\Entity
Defines a common interface for all content entity objects.
- ContentEntityNullStorage — Class 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.
- ContentEntityStorageBase — Class in namespace Drupal\Core\Entity
Base class for content entity storage handlers.
- $ ContentEntityStorageBase#cacheBackend — Property 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.
- ContentEntityStorageInterface — Class 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.
- ContentEntityType — Class 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.
- ContentEntityTypeInterface — Class in namespace Drupal\Core\Entity
Provides an interface for a content entity type and its metadata.
- ContentUninstallValidator — Class 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#content — Property 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#cache — Property 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#cacheBackend — Property 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#contextRepository — Property in class EntityRepository
The context repository service.
- $ EntityResolverManager#classResolver — Property 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_target — Property in class EntityType
Indicates whether this entity type is commonly used as a reference target.
- $ EntityType#constraints — Property 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#classResolver — Property 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#classNameEntityTypeMap — Property in class EntityTypeRepository
Contains cached mappings of class names to entity types.
- $ EntityViewBuilder#cacheBin — Property 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#configManager — Property in class BundleConfigImportValidate
The config manager.
- FieldableEntityStorageInterface::countFieldData() — Method in class FieldableEntityStorageInterface
Determines the number of entities with values for a given field.
- $ DeleteMultipleForm#currentUser — Property 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.
- Condition — Class 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.
- ConfigEntityAdapter — Class 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#currentUser — Property 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.
- CompositeConstraintBase — Class 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.
- ConditionAggregateBase — Class 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.
- ConditionAggregateInterface — Class 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.
- ConditionBase — Class 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.
- ConditionFundamentals — Class in namespace Drupal\Core\Entity\Query
Common code for all implementations of the entity query condition interfaces.
- $ ConditionFundamentals#conditions — Property in class ConditionFundamentals
Array of conditions.
- $ ConditionFundamentals#conjunction — Property in class ConditionFundamentals
The conjunction of this condition group.
- ConditionFundamentals::count() — Method in class ConditionFundamentals
- {@inheritdoc}
- ConditionFundamentals::conditions() — Method in class ConditionFundamentals
- {@inheritdoc}
- ConditionInterface — Class 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.
- Condition — Class 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#count — Property in class QueryBase
TRUE if this is a count query, FALSE if it isn't.
- $ QueryBase#condition — Property in class QueryBase
- Conditions.
- $ QueryBase#conditionAggregate — Property 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.
- Condition — Class in namespace Drupal\Core\Entity\Query\Sql
Implements entity query conditions for SQL databases.
- Condition::compile() — Method in class Condition
Compiles this conditional clause.
- ConditionAggregate — Class 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#connection — Property 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#connection — Property in class QueryFactory
The database connection to use.
- $ Tables#caseSensitiveFields — Property in class Tables
List of case sensitive fields.
- Condition — Class 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#columnMapping — Property in class DefaultTableMapping
A mapping of column names per field name.
- DefaultTableMapping::create() — Method in class DefaultTableMapping
Initializes the table mapping.
- SqlContentEntityStorage::createInstance() — Method in class SqlContentEntityStorage
Instantiates a new instance of this entity handler.
- SqlContentEntityStorage::countFieldData() — Method in class SqlContentEntityStorage
Determines the number of entities with values for a given field.
- SqlContentEntityStorageSchema::checkEntityType() — Method in class SqlContentEntityStorageSchema
Checks that we are dealing with the correct entity type.
- SqlContentEntityStorageSchema::createDedicatedTableSchema() — Method in class SqlContentEntityStorageSchema
Creates the schema for a field stored in a dedicated table.
- SqlContentEntityStorageSchema::createSharedTableSchema() — Method in class SqlContentEntityStorageSchema
Creates the schema for a field stored in a shared table.
- SqlContentEntityStorageSchema::createEntitySchemaIndexes() — Method in class SqlContentEntityStorageSchema
Creates the specified entity schema indexes and keys.
- SqlContentEntityStorageSchema::castValue() — Method in class SqlContentEntityStorageSchema
Typecasts values to the proper data type.
- SqlFieldableEntityTypeListenerTrait::copyData() — Method in class SqlFieldableEntityTypeListenerTrait
Copies entity data from the original storage to the temporary one.
- TranslatableRevisionableStorageInterface::createRevision() — Method in class TranslatableRevisionableStorageInterface
Creates a new revision starting off from the specified entity object.
- TranslatableStorageInterface::createTranslation() — Method in class TranslatableStorageInterface
Constructs a new entity translation object, without permanently saving it.
- EntityDataDefinition::create() — Method in class EntityDataDefinition
Creates a new entity definition.
- EntityDataDefinition::createFromDataType() — Method in class EntityDataDefinition
Creates a new data definition object.
- $ ActiveLinkResponseFilter#currentUser — Property in class ActiveLinkResponseFilter
The current user.
- $ ActiveLinkResponseFilter#currentPath — Property in class ActiveLinkResponseFilter
The current path.
- $ AnonymousUserResponseSubscriber#currentUser — Property in class AnonymousUserResponseSubscriber
The current user.
- $ AuthenticationSubscriber#challengeProvider — Property in class AuthenticationSubscriber
Authentication challenge provider.
- CacheRouterRebuildSubscriber — Class in namespace Drupal\Core\EventSubscriber
Clear cache tags when the router is rebuilt.
- ClientErrorResponseSubscriber — Class in namespace Drupal\Core\EventSubscriber
Response subscriber to set the '4xx-response' cache tag on 4xx responses.
- ConfigImportSubscriber — Class in namespace Drupal\Core\EventSubscriber
Config import subscriber for config import events.
- ConfigSnapshotSubscriber — Class in namespace Drupal\Core\EventSubscriber
Create a snapshot when config is imported.
- $ ConfigSnapshotSubscriber#configManager — Property in class ConfigSnapshotSubscriber
The configuration manager.
- CustomPageExceptionHtmlSubscriber — Class in namespace Drupal\Core\EventSubscriber
Exception subscriber for handling core custom HTML error pages.
- $ CustomPageExceptionHtmlSubscriber#configFactory — Property in class CustomPageExceptionHtmlSubscriber
The configuration factory.
- $ ExceptionDetectNeedsInstallSubscriber#connection — Property in class ExceptionDetectNeedsInstallSubscriber
The default database connection.
- $ Fast404ExceptionHtmlSubscriber#configFactory — Property in class Fast404ExceptionHtmlSubscriber
The config factory.
- $ FinalExceptionSubscriber#configFactory — Property in class FinalExceptionSubscriber
The config factory.
- $ FinishResponseSubscriber#config — Property in class FinishResponseSubscriber
A config object for the system performance configuration.
- $ FinishResponseSubscriber#cacheContexts — Property in class FinishResponseSubscriber
The cache contexts manager service.
- $ MainContentViewSubscriber#classResolver — Property in class MainContentViewSubscriber
The class resolver service.
- $ MaintenanceModeSubscriber#config — Property in class MaintenanceModeSubscriber
The config factory.
- $ MenuRouterRebuildSubscriber#connection — Property in class MenuRouterRebuildSubscriber
The database connection.
- RedirectResponseSubscriber::checkRedirectUrl() — Method in class RedirectResponseSubscriber
Allows manipulation of the response object when performing a redirect.
- $ DatabaseDriverUninstallValidator#connection — Property in class DatabaseDriverUninstallValidator
The database connection.
- $ Dependency#constraintString — Property in class Dependency
The constraint string.
- $ Dependency#constraint — Property 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#cache — Property 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#configFactory — Property in class ModuleExtensionList
The config factory.
- $ ModuleHandler#cacheBackend — Property in class ModuleHandler
Cache backend for storing module hook implementation information.
- $ ModuleHandler#cacheNeedsWriting — Property in class ModuleHandler
Whether the cache needs to be written.
- $ ModuleInstaller#connection — Property in class ModuleInstaller
The database connection.
- $ ThemeExtensionList#configFactory — Property in class ThemeExtensionList
The config factory.
- ThemeExtensionList::createExtensionInfo() — Method in class ThemeExtensionList
Creates the info value for an extension object.
- $ ThemeHandler#configFactory — Property in class ThemeHandler
The config factory to get the installed themes.
- $ ThemeInstaller#configFactory — Property in class ThemeInstaller
- $ ThemeInstaller#configInstaller — Property in class ThemeInstaller
- $ ThemeInstaller#configManager — Property in class ThemeInstaller
- $ ThemeInstaller#cssCollectionOptimizer — Property in class ThemeInstaller
- $ FieldFormatter#class — Property in class FieldFormatter
The name of the field formatter class.
- $ FieldType#category — Property in class FieldType
The category under which the field type should be listed in the UI.
- $ FieldType#cardinality — Property in class FieldType
An integer defining a fixed cardinality for this field type.
- $ FieldWidget#class — Property 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.
- ChangedFieldItemList — Class 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#constraints — Property 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#cacheBackend — Property 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.
- ChangedItem — Class in namespace Drupal\Core\Field\Plugin\Field\FieldType
Defines the 'changed' entity field type.
- CreatedItem — Class 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#column — Property 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.
- ChmodInterface — Class 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#connection — Property 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.
- ConfigFormBase — Class 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.
- ConfigFormBaseTrait — Class in namespace Drupal\Core\Form
Provides access to configuration for forms.
- ConfigFormBaseTrait::config() — Method in class ConfigFormBaseTrait
Retrieves a configuration object.
- ConfirmFormBase — Class in namespace Drupal\Core\Form
Provides a generic base class for a confirmation form.
- ConfirmFormHelper — Class in namespace Drupal\Core\Form
Provides common functionality to confirmation forms.
- ConfirmFormInterface — Class 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#configFactory — Property 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#csrfToken — Property in class FormBuilder
The CSRF token generator to validate the form token.
- $ FormBuilder#classResolver — Property in class FormBuilder
The class resolver.
- $ FormBuilder#currentUser — Property in class FormBuilder
The current user.
- FormBuilder::currentUser() — Method in class FormBuilder
Gets the current active user.
- $ FormCache#csrfToken — Property in class FormCache
The CSRF token generator to validate the form token.
- $ FormCache#currentUser — Property in class FormCache
The current user.
- $ FormCache#configFactory — Property in class FormCache
The config factory.
- $ FormState#complete_form — Property in class FormState
The complete form structure.
- $ FormState#cache — Property 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#cleanValueKeys — Property 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#csrfToken — Property 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}
- ClientFactory — Class in namespace Drupal\Core\Http
Helper class to construct a HTTP client with Drupal specific config.
- CacheableAccessDeniedHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable AccessDeniedHttpException.
- CacheableBadRequestHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable BadRequestHttpException.
- CacheableConflictHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable ConflictHttpException.
- CacheableGoneHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable GoneHttpException.
- CacheableHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable HttpException.
- CacheableLengthRequiredHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable LengthRequiredHttpException.
- CacheableMethodNotAllowedHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable MethodNotAllowedHttpException.
- CacheableNotAcceptableHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable NotAcceptableHttpException.
- CacheableNotFoundHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable NotFoundHttpException.
- CacheablePreconditionFailedHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable PreconditionFailedHttpException.
- CacheablePreconditionRequiredHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable PreconditionRequiredHttpException.
- CacheableServiceUnavailableHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable ServiceUnavailableHttpException.
- CacheableTooManyRequestsHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable TooManyRequestsHttpException.
- CacheableUnauthorizedHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable UnauthorizedHttpException.
- CacheableUnprocessableEntityHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable UnprocessableEntityHttpException.
- CacheableUnsupportedMediaTypeHttpException — Class in namespace Drupal\Core\Http\Exception
A cacheable UnsupportedMediaTypeHttpException.
- $ HandlerStackConfigurator#container — Property 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#configFactory — Property in class ImageToolkitBase
The config factory.
- $ ImageToolkitManager#configFactory — Property 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.
- ConfigOverride — Class 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#countryManager — Property 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#connection — Property 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#connection — Property 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#connection — Property in class KeyValueDatabaseFactory
The database connection to use.
- $ KeyValueFactory#container — Property in class KeyValueFactory
The service container.
- $ KeyValueMemoryFactory#collections — Property in class KeyValueMemoryFactory
An array of keyvalue collections that are stored in memory.
- $ NullStorageExpirable#collection — Property in class NullStorageExpirable
The name of the collection holding key and value pairs.
- $ StorageBase#collection — Property in class StorageBase
The name of the collection holding key and value pairs.
- CurrentLanguageContext — Class in namespace Drupal\Core\Language\ContextProvider
Sets the current language as a context.
- $ Layout#category — Property in class Layout
The human-readable category.
- $ Layout#class — Property 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#category — Property 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.
- CountryManager — Class in namespace Drupal\Core\Locale
Provides list of countries.
- $ CountryManager#countries — Property in class CountryManager
An array of country code => country name pairs.
- CountryManagerInterface — Class 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#callDepth — Property in class LoggerChannel
Number of times LoggerChannel::log() has been called for a single message.
- $ LoggerChannel#channel — Property in class LoggerChannel
The name of the channel of this logger instance.
- $ LoggerChannel#currentUser — Property in class LoggerChannel
The current user object.
- $ LoggerChannelFactory#channels — Property in class LoggerChannelFactory
Array of all instantiated logger channels keyed by channel name.
- RfcLoggerTrait::critical() — Method in class RfcLoggerTrait
- {@inheritdoc}
- $ MailManager#configFactory — Property in class MailManager
The config factory.
- $ PhpMail#configFactory — Property in class PhpMail
The configuration factory.
- ContextualLinkDefault — Class in namespace Drupal\Core\Menu
Provides a common base implementation of a contextual link.
- ContextualLinkInterface — Class in namespace Drupal\Core\Menu
Defines a contextual link plugin.
- ContextualLinkManager — Class in namespace Drupal\Core\Menu
Defines a contextual link plugin manager to deal with contextual links.
- $ ContextualLinkManager#controllerResolver — Property in class ContextualLinkManager
A controller resolver object.
- ContextualLinkManagerInterface — Class 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#controllerResolver — Property 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#conditions — Property in class MenuTreeParameters
The conditions used to restrict which links are loaded.
- $ MenuTreeStorage#connection — Property in class MenuTreeStorage
The database connection.
- $ MenuTreeStorage#cacheTagsInvalidator — Property 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#configName — Property in class StaticMenuLinkOverrides
The config name used to store the overrides.
- $ StaticMenuLinkOverrides#config — Property in class StaticMenuLinkOverrides
The menu link overrides config object.
- $ StaticMenuLinkOverrides#configFactory — Property in class StaticMenuLinkOverrides
The config factory object.
- ChainRequestPolicy — Class 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.
- ChainRequestPolicyInterface — Class in namespace Drupal\Core\PageCache
Defines the interface for compound request policies.
- ChainResponsePolicy — Class 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.
- ChainResponsePolicyInterface — Class 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.
- CommandLineOrUnsafeMethod — Class 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#currentPage — Property 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#configFactory — Property 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#converters — Property 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#countLog2 — Property 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#config — Property in class PathProcessorFront
A config factory for retrieving required config settings.
- CurrentPathStack — Class in namespace Drupal\Core\Path
Represents the current path for the current request.
- $ PathMatcher#configFactory — Property 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.
- CachedDiscoveryClearer — Class in namespace Drupal\Core\Plugin
Defines a class which is capable of clearing the cache on plugin managers.
- $ CachedDiscoveryClearer#cachedDiscoveries — Property in class CachedDiscoveryClearer
The stored discoveries.
- CachedDiscoveryClearer::clearCachedDefinitions() — Method in class CachedDiscoveryClearer
Clears the cache on all cached discoveries.
- CachedDiscoveryClearerInterface — Class 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.
- CategorizingPluginManagerTrait — Class in namespace Drupal\Core\Plugin
Provides a trait for the CategorizingPluginManagerInterface.
- ContainerFactoryPluginInterface — Class 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.
- ContextAwarePluginAssignmentTrait — Class in namespace Drupal\Core\Plugin
Handles context assignments for context-aware plugins.
- ContextAwarePluginAssignmentTrait::contextHandler() — Method in class ContextAwarePluginAssignmentTrait
Wraps the context handler.
- ContextAwarePluginBase — Class 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.
- ContextAwarePluginInterface — Class in namespace Drupal\Core\Plugin
An override of ContextAwarePluginInterface for documentation purposes.
- ContextAwarePluginTrait — Class in namespace Drupal\Core\Plugin
Provides a trait to add context-aware functionality to plugins.
- $ ContextAwarePluginTrait#context — Property in class ContextAwarePluginTrait
The data objects representing the context of this plugin.
- Context — Class in namespace Drupal\Core\Plugin\Context
A Drupal specific context wrapper class.
- $ Context#contextData — Property in class Context
The data associated with the context.
- $ Context#contextDefinition — Property in class Context
The definition to which a context must conform.
- $ Context#cacheabilityMetadata — Property in class Context
The cacheability metadata.
- Context::createFromContext() — Method in class Context
Creates a new context with a different value.
- ContextAwarePluginManagerInterface — Class in namespace Drupal\Core\Plugin\Context
Provides an interface for plugin managers that support context-aware plugins.
- ContextAwarePluginManagerTrait — Class 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.
- ContextDefinition — Class in namespace Drupal\Core\Plugin\Context
Defines a class for context definitions.
- $ ContextDefinition#constraints — Property in class ContextDefinition
An array of constraints.
- ContextDefinition::create() — Method in class ContextDefinition
Creates a new context definition.
- ContextDefinitionInterface — Class in namespace Drupal\Core\Plugin\Context
Interface to define definition objects in ContextInterface via TypedData.
- ContextHandler — Class 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.
- ContextHandlerInterface — Class 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.
- ContextInterface — Class 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.
- ContextProviderInterface — Class in namespace Drupal\Core\Plugin\Context
Defines an interface for providing plugin contexts.
- ContextRepositoryInterface — Class in namespace Drupal\Core\Plugin\Context
Offers a global context repository.
- $ LazyContextRepository#contextProviderServiceIDs — Property in class LazyContextRepository
The set of available context providers service IDs.
- $ LazyContextRepository#container — Property in class LazyContextRepository
The service container.
- $ LazyContextRepository#contexts — Property in class LazyContextRepository
The statically cached contexts.
- $ DefaultLazyPluginCollection#configurations — Property in class DefaultLazyPluginCollection
The initial configuration for each plugin in the collection.
- $ DefaultPluginManager#cacheKey — Property in class DefaultPluginManager
The cache key.
- $ DefaultPluginManager#cacheTags — Property 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#configuration — Property in class DefaultSingleLazyPluginCollection
An array of configuration to instantiate the plugin with.
- $ DependentPluginDefinitionTrait#config_dependencies — Property in class DependentPluginDefinitionTrait
The dependencies of this plugin definition.
- ContainerDerivativeDiscoveryDecorator — Class in namespace Drupal\Core\Plugin\Discovery
Injects dependencies into derivers if they use ContainerDeriverInterface.
- ContainerDeriverInterface — Class 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.
- ContainerFactory — Class 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#classResolver — Property 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#container — Property 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.
- ConfigInstaller — Class in namespace Drupal\Core\ProxyClass\Config
Provides a proxy class for \Drupal\Core\Config\ConfigInstaller.
- $ ConfigInstaller#container — Property in class ConfigInstaller
The service container.
- ConfigInstaller::checkConfigurationToInstall() — Method in class ConfigInstaller
Checks the configuration that will be installed for an extension.
- Cron — Class in namespace Drupal\Core\ProxyClass
Provides a proxy class for \Drupal\Core\Cron.
- $ Cron#container — Property in class Cron
The service container.
- ContentUninstallValidator — Class in namespace Drupal\Core\ProxyClass\Entity
Provides a proxy class for \Drupal\Core\Entity\ContentUninstallValidator.
- $ ContentUninstallValidator#container — Property in class ContentUninstallValidator
The service container.
- $ DatabaseDriverUninstallValidator#container — Property in class DatabaseDriverUninstallValidator
The service container.
- $ ModuleInstaller#container — Property in class ModuleInstaller
The service container.
- $ ModuleRequiredByThemesUninstallValidator#container — Property in class ModuleRequiredByThemesUninstallValidator
The service container.
- $ RequiredModuleUninstallValidator#container — Property in class RequiredModuleUninstallValidator
The service container.
- $ ExtensionMimeTypeGuesser#container — Property in class ExtensionMimeTypeGuesser
The service container.
- $ MimeTypeGuesser#container — Property in class MimeTypeGuesser
The service container.
- $ DatabaseLockBackend#container — Property in class DatabaseLockBackend
The service container.
- $ PersistentDatabaseLockBackend#container — Property in class PersistentDatabaseLockBackend
The service container.
- ChainResponsePolicy — Class in namespace Drupal\Core\ProxyClass\PageCache
Provides a proxy class for \Drupal\Core\PageCache\ChainResponsePolicy.
- $ ChainResponsePolicy#container — Property 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#container — Property in class AdminPathConfigEntityConverter
The service container.
- AdminPathConfigEntityConverter::convert() — Method in class AdminPathConfigEntityConverter
Converts path variables to their corresponding objects.
- $ MenuLinkPluginConverter#container — Property in class MenuLinkPluginConverter
The service container.
- MenuLinkPluginConverter::convert() — Method in class MenuLinkPluginConverter
Converts path variables to their corresponding objects.
- CachedDiscoveryClearer — Class in namespace Drupal\Core\ProxyClass\Plugin
Provides a proxy class for \Drupal\Core\Plugin\CachedDiscoveryClearer.
- $ CachedDiscoveryClearer#container — Property in class CachedDiscoveryClearer
The service container.
- CachedDiscoveryClearer::clearCachedDefinitions() — Method in class CachedDiscoveryClearer
Clears the cache on all cached discoveries.
- $ BareHtmlPageRenderer#container — Property in class BareHtmlPageRenderer
The service container.
- $ MatcherDumper#container — Property in class MatcherDumper
The service container.
- $ RouteBuilder#container — Property 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#connection — Property 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#connection — Property 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#cacheTagInvalidator — Property 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.
- Checkbox — Class in namespace Drupal\Core\Render\Element
Provides a form element for a single checkbox.
- Checkboxes — Class in namespace Drupal\Core\Render\Element
Provides a form element for a set of checkboxes.
- Color — Class in namespace Drupal\Core\Render\Element
Provides a form element for choosing a color.
- CompositeFormElementTrait — Class in namespace Drupal\Core\Render\Element
Provides a trait for radios, checkboxes, and similar composite form elements.
- Container — Class in namespace Drupal\Core\Render\Element
Provides a render element that wraps child elements in a container.
- $ HtmlResponseAttachmentsProcessor#config — Property in class HtmlResponseAttachmentsProcessor
A config object for the system performance configuration.
- $ HtmlResponseAttachmentsProcessor#cssCollectionRenderer — Property in class HtmlResponseAttachmentsProcessor
The CSS asset collection renderer service.
- $ PageDisplayVariantSelectionEvent#contexts — Property 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.
- ChainedPlaceholderStrategy — Class 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#cacheFactory — Property in class RenderCache
The cache factory.
- $ RenderCache#cacheContextsManager — Property in class RenderCache
The cache contexts manager.
- RenderCache::createCacheID() — Method in class RenderCache
Creates the cache ID for a renderable element.
- $ Renderer#controllerResolver — Property in class Renderer
The controller resolver.
- $ Renderer#contextCollection — Property 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.
- CacheableRouteProviderInterface — Class in namespace Drupal\Core\Routing
Extends the router provider interface to provide caching support.
- CacheableSecuredRedirectResponse — Class in namespace Drupal\Core\Routing
Provides a common base class for cacheable safe redirects.
- CompiledRoute — Class in namespace Drupal\Core\Routing
A compiled route contains derived information from a route object.
- ContentTypeHeaderMatcher — Class in namespace Drupal\Core\Routing
Filters routes based on the HTTP Content-type header.
- CurrentRouteMatch — Class 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#connection — Property in class MatcherDumper
The database connection to which to dump route information.
- $ RequestContext#completeBaseUrl — Property in class RequestContext
The scheme, host and base path, for example "http://example.com/d8".
- $ RouteBuilder#controllerResolver — Property in class RouteBuilder
The controller resolver.
- $ RouteBuilder#checkProvider — Property 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#cache — Property in class RoutePreloader
The cache backend used to skip the state loading.
- $ RouteProvider#connection — Property in class RouteProvider
The database connection from which to read route information.
- $ RouteProvider#currentPath — Property in class RouteProvider
The current path.
- $ RouteProvider#cache — Property in class RouteProvider
The cache backend.
- $ RouteProvider#cacheTagInvalidator — Property in class RouteProvider
The cache tag invalidator.
- $ UrlGenerator#context — Property in class UrlGenerator
- $ UrlMatcher#currentPath — Property 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#currentUser — Property in class AccountSwitcher
The current user service.
- MetadataBag::clearCsrfTokenSeed() — Method in class MetadataBag
Clear the CSRF token seed.
- $ PermissionsHashGenerator#cache — Property in class PermissionsHashGenerator
The cache backend interface to use for the persistent cache.
- $ SessionHandler#connection — Property in class SessionHandler
The database connection.
- SessionHandler::close() — Method in class SessionHandler
- {@inheritdoc}
- $ SessionManager#connection — Property in class SessionManager
The database connection to use.
- WriteSafeSessionHandler::close() — Method in class WriteSafeSessionHandler
- {@inheritdoc}
- $ MaintenanceMode#config — Property in class MaintenanceMode
The configuration factory.
- $ State#cache — Property in class State
Static state cache.
- $ LocalStream#context — Property in class LocalStream
Stream context resource.
- $ ReadOnlyStream#context — Property in class ReadOnlyStream
Stream context resource.
- $ PluralTranslatableMarkup#count — Property 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.
- CustomStrings — Class 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#currentUser — Property in class PrivateTempStore
The current user.
- PrivateTempStore::createkey() — Method in class PrivateTempStore
Ensures that the key is unique for a user.
- $ PrivateTempStoreFactory#currentUser — Property in class PrivateTempStoreFactory
The current user.
- $ SharedTempStore#currentUser — Property in class SharedTempStore
The current user.
- $ SharedTempStoreFactory#currentUser — Property 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#cache — Property 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#classLoader — Property 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#classLoader — Property in class TestDiscovery
The class loader.
- TestRunnerKernel::createFromRequest() — Method in class TestRunnerKernel
Create a DrupalKernel object from a request.
- $ TestSetupTrait#configSchemaCheckerExclusions — Property in class TestSetupTrait
An array of config object names that are excluded from schema checking.
- $ TestSetupTrait#container — Property 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#csrfGenerator — Property in class AjaxBasePageNegotiator
The CSRF token generator.
- $ AjaxBasePageNegotiator#configFactory — Property in class AjaxBasePageNegotiator
The config factory.
- $ DefaultNegotiator#configFactory — Property in class DefaultNegotiator
The system theme config object.
- $ Registry#cache — Property 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#cache — Property in class ThemeInitialization
The cache backend to use for the active theme.
- $ ThemeNegotiator#classResolver — Property in class ThemeNegotiator
The class resolver.
- $ DataType#constraints — Property in class DataType
An array of validation constraints for this type.
- ComplexDataDefinitionBase — Class in namespace Drupal\Core\TypedData
Base class for complex data definitions.
- ComplexDataDefinitionInterface — Class in namespace Drupal\Core\TypedData
Interface for complex data definitions.
- ComplexDataInterface — Class in namespace Drupal\Core\TypedData
Interface for complex data; i.e. data containing named and typed properties.
- ComputedItemListTrait — Class 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#constraintManager — Property in class TypedDataManager
The validation constraint manager to use for instantiating constraints.
- $ TypedDataManager#classResolver — Property 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.
- ConstraintViolationBuilder — Class in namespace Drupal\Core\TypedData\Validation
Defines a constraint violation builder for the Typed Data validator.
- $ ConstraintViolationBuilder#constraint — Property in class ConstraintViolationBuilder
- $ ConstraintViolationBuilder#code — Property in class ConstraintViolationBuilder
- $ ConstraintViolationBuilder#cause — Property in class ConstraintViolationBuilder
- ContextualValidatorInterface — Class in namespace Drupal\Core\TypedData\Validation
Extends the contextual validator validate method by a new parameter.
- $ ExecutionContext#constraint — Property in class ExecutionContext
The currently validated constraint.
- ExecutionContextFactory::createContext() — Method in class ExecutionContextFactory
- {@inheritdoc}
- $ RecursiveContextualValidator#context — Property in class RecursiveContextualValidator
The execution context.
- $ RecursiveContextualValidator#constraintValidatorFactory — Property in class RecursiveContextualValidator
The constraint validator factory.
- $ RecursiveValidator#contextFactory — Property in class RecursiveValidator
- $ RecursiveValidator#constraintValidatorFactory — Property in class RecursiveValidator
- $ UpdateCacheBackendFactory#cacheFactory — Property 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#completeRegistry — Property in class ThemeRegistry
The complete theme registry array.
- $ Token#cache — Property in class Token
The token cache.
- $ Token#cacheTagsInvalidator — Property in class Token
The cache tags invalidator.
- Constraint — Class in namespace Drupal\Core\Validation\Annotation
Defines a validation constraint annotation object.
- ConstraintFactory — Class in namespace Drupal\Core\Validation
Constraint plugin factory.
- ConstraintFactory::createInstance() — Method in class ConstraintFactory
Creates a pre-configured instance of a plugin.
- ConstraintManager — Class in namespace Drupal\Core\Validation
Constraint plugin manager.
- ConstraintManager::create() — Method in class ConstraintManager
Creates a validation constraint.
- ConstraintValidatorFactory — Class in namespace Drupal\Core\Validation
Defines a constraint validator factory that works with container injection.
- $ AllowedValuesConstraintValidator#currentUser — Property in class AllowedValuesConstraintValidator
The current user.
- AllowedValuesConstraintValidator::create() — Method in class AllowedValuesConstraintValidator
Instantiates a new instance of this class.
- ComplexDataConstraint — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
Complex data constraint.
- ComplexDataConstraintValidator — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
Validates complex data.
- CountConstraint — Class 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#config — Property 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#configurableInstances — Property 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#config — Property 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#configFactory — Property 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#cron — Property in class AutomatedCron
The cron service.
- $ AutomatedCron#config — Property in class AutomatedCron
The cron configuration.
- $ BanIpManager#connection — Property 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#configFactory — Property 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#configFactory — Property 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#contextHandler — Property in class BlockAccessControlHandler
The plugin context handler.
- $ BlockAccessControlHandler#contextRepository — Property 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#contextRepository — Property 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#contextHandler — Property in class BlockRepository
The context handler.
- BlockController::create() — Method in class BlockController
Instantiates a new instance of this class.
- $ BlockLibraryController#contextRepository — Property 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.
- CategoryAutocompleteController — Class 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#contexts — Property in class Block
The available contexts for this block and its visibility conditions.
- $ Block#conditionPluginManager — Property 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#configFactory — Property 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#currentUser — Property in class ListingEmpty
The current user.
- ListingEmpty::create() — Method in class ListingEmpty
Creates an instance of the plugin.
- $ BookManager#configFactory — Property 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#connection — Property 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#container — Property in class BookUninstallValidator
The service container.
- BreakpointManager::clearCachedDefinitions() — Method in class BreakpointManager
Clears static and persistent plugin definition caches.
- CKEditor4To5Upgrade — Class in namespace Drupal\ckeditor5\Annotation
Defines a CKEditor4To5Upgrade annotation object.
- $ CKEditor4To5Upgrade#cke4_buttons — Property in class CKEditor4To5Upgrade
The CKEditor 4 buttons for which an upgrade path is provided.
- $ CKEditor4To5Upgrade#cke4_plugin_settings — Property in class CKEditor4To5Upgrade
The CKEditor 4 plugins for whose settings an upgrade path is provided.
- $ CKEditor4To5Upgrade#cke5_plugin_elements_subset_configuration — Property in class CKEditor4To5Upgrade
The CKEditor 5 plugins with configurable subset with upgrade path provided.
- CKEditor5AspectsOfCKEditor5Plugin — Class in namespace Drupal\ckeditor5\Annotation
Defines the "CKEditor 5 aspects of a CKEditor5Plugin" annotation object.
- $ CKEditor5AspectsOfCKEditor5Plugin#config — Property in class CKEditor5AspectsOfCKEditor5Plugin
A keyed array of additional values for the CKEditor5 constructor config.
- CKEditor5Plugin — Class in namespace Drupal\ckeditor5\Annotation
Defines a CKEditor5Plugin annotation object.
- $ CKEditor5Plugin#ckeditor5 — Property in class CKEditor5Plugin
The CKEditor 5 aspects of the plugin definition.
- $ DrupalAspectsOfCKEditor5Plugin#class — Property in class DrupalAspectsOfCKEditor5Plugin
The CKEditor 5 plugin class.
- $ DrupalAspectsOfCKEditor5Plugin#conditions — Property in class DrupalAspectsOfCKEditor5Plugin
List of conditions to enable this plugin.
- CKEditor5ImageController — Class in namespace Drupal\ckeditor5\Controller
Returns response for CKEditor5 Simple image upload adapter.
- $ CKEditor5ImageController#currentUser — Property in class CKEditor5ImageController
The currently authenticated user.
- CKEditor5ImageController::create() — Method in class CKEditor5ImageController
Instantiates a new instance of this class.
- CKEditor5MediaController — Class in namespace Drupal\ckeditor5\Controller
Provides an API for checking if a media entity has image field.
- $ CKEditor5MediaController#currentUser — Property 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.
- CKEditor4To5UpgradePluginInterface — Class 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.
- CKEditor4To5UpgradePluginManager — Class in namespace Drupal\ckeditor5\Plugin
Provides a CKEditor 4 to 5 upgrade plugin manager.
- $ CKEditor4To5UpgradePluginManager#cke4ButtonsMap — Property in class CKEditor4To5UpgradePluginManager
A map of CKEditor 4 buttons to an upgrade plugin ID.
- $ CKEditor4To5UpgradePluginManager#cke4PluginSettingsMap — Property in class CKEditor4To5UpgradePluginManager
A map of CKEditor 4 plugins with settings to an upgrade plugin ID.
- $ CKEditor4To5UpgradePluginManager#cke5SubsetConfigurationMap — Property 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.
- Core — Class 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.
- CKEditor5PluginConfigurableInterface — Class in namespace Drupal\ckeditor5\Plugin
Defines an interface for configurable CKEditor 5 plugins.
- CKEditor5PluginConfigurableTrait — Class in namespace Drupal\ckeditor5\Plugin
Provides a trait for configurable CKEditor 5 plugins.
- CKEditor5PluginDefault — Class in namespace Drupal\ckeditor5\Plugin
Defines the default CKEditor 5 plugin implementation.
- CKEditor5PluginDefinition — Class in namespace Drupal\ckeditor5\Plugin
Provides an implementation of a CKEditor 5 plugin definition.
- CKEditor5PluginElementsSubsetInterface — Class in namespace Drupal\ckeditor5\Plugin
Defines an interface for plugins that can support an elements subset.
- CKEditor5PluginInterface — Class in namespace Drupal\ckeditor5\Plugin
Defines an interface for CKEditor5 plugins.
- CKEditor5PluginManager — Class in namespace Drupal\ckeditor5\Plugin
Provides a CKEditor5 plugin manager.
- CKEditor5PluginManagerInterface — Class 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.
- CKEditor5 — Class in namespace Drupal\ckeditor5\Plugin\Editor
Defines a CKEditor 5-based text editor for Drupal.
- $ CKEditor5#ckeditor5PluginManager — Property in class CKEditor5
The CKEditor plugin manager.
- $ CKEditor5#cache — Property 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.
- CKEditor5ElementConstraint — Class in namespace Drupal\ckeditor5\Plugin\Validation\Constraint
CKEditor 5 element.
- CKEditor5ElementConstraintValidator — Class in namespace Drupal\ckeditor5\Plugin\Validation\Constraint
CKEditor 5 element validator.
- PluginManagerDependentValidatorTrait::create() — Method in class PluginManagerDependentValidatorTrait
- {@inheritdoc}
- $ SmartDefaultSettings#cke4PluginManager — Property 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.
- CKEditorPlugin — Class in namespace Drupal\ckeditor\Annotation
Defines a CKEditorPlugin annotation object.
- CKEditorPluginBase — Class in namespace Drupal\ckeditor
Defines a base CKEditor plugin implementation.
- CKEditorPluginButtonsInterface — Class in namespace Drupal\ckeditor
Defines an interface for CKEditor plugins with buttons.
- CKEditorPluginConfigurableInterface — Class in namespace Drupal\ckeditor
Defines an interface for configurable CKEditor plugins.
- CKEditorPluginContextualInterface — Class in namespace Drupal\ckeditor
Defines an interface for contextually enabled CKEditor plugins.
- CKEditorPluginCssInterface — Class in namespace Drupal\ckeditor
Defines an interface for CKEditor plugins with associated CSS.
- CKEditorPluginInterface — Class in namespace Drupal\ckeditor
Defines an interface for (loading of) CKEditor plugins.
- CKEditorPluginManager — Class in namespace Drupal\ckeditor
Provides a CKEditor Plugin plugin manager.
- DrupalImageCaption::create() — Method in class DrupalImageCaption
Creates an instance of the plugin.
- $ Internal#cache — Property in class Internal
The cache backend.
- Internal::create() — Method in class Internal
Creates an instance of the plugin.
- CKEditor — Class in namespace Drupal\ckeditor\Plugin\Editor
Defines a CKEditor-based text editor for Drupal.
- $ CKEditor#ckeditorPluginManager — Property in class CKEditor
The CKEditor plugin manager.
- CKEditor::create() — Method in class CKEditor
Creates an instance of the plugin.
- ClaroPreRender — Class in namespace Drupal\claro
Implements trusted prerender callbacks for the Claro theme.
- ClaroPreRender::container() — Method in class ClaroPreRender
Prerender callback for container elements.
- ColorSystemBrandingBlockAlter — Class in namespace Drupal\color
Provides a trusted callback to alter the system branding block.
- ColorConfigCacheInvalidator — Class in namespace Drupal\color\EventSubscriber
A subscriber invalidating cache tags when color config objects are saved.
- $ ColorConfigCacheInvalidator#cacheTagsInvalidator — Property in class ColorConfigCacheInvalidator
The cache tags invalidator.
- Color — Class in namespace Drupal\color\Plugin\migrate\destination
Persist color data to the config system.
- $ Color#configFactory — Property in class Color
The configuration factory.
- Color::create() — Method in class Color
Creates an instance of the plugin.
- Color — Class 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.
- CommentAccessControlHandler — Class 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.
- CommentBreadcrumbBuilder — Class in namespace Drupal\comment
Class to define the comment breadcrumb builder.
- CommentFieldItemList — Class in namespace Drupal\comment
Defines an item list class for comment fields.
- CommentForm — Class in namespace Drupal\comment
Base handler for comment forms.
- $ CommentForm#currentUser — Property in class CommentForm
The current user.
- CommentForm::create() — Method in class CommentForm
Instantiates a new instance of this class.
- CommentInterface — Class in namespace Drupal\comment
Provides an interface defining a comment entity.
- CommentLazyBuilders — Class in namespace Drupal\comment
Defines a service for comment #lazy_builder callbacks.
- $ CommentLazyBuilders#commentManager — Property in class CommentLazyBuilders
Comment manager service.
- $ CommentLazyBuilders#currentUser — Property in class CommentLazyBuilders
Current logged in user.
- CommentLinkBuilder — Class in namespace Drupal\comment
Defines a class for building markup for comment links on a commented entity.
- $ CommentLinkBuilder#currentUser — Property in class CommentLinkBuilder
Current user.
- $ CommentLinkBuilder#commentManager — Property in class CommentLinkBuilder
Comment manager service.
- CommentLinkBuilderInterface — Class in namespace Drupal\comment
Defines an interface for building comment links on a commented entity.
- CommentManager — Class in namespace Drupal\comment
Comment manager contains common functions to manage comment fields.
- $ CommentManager#currentUser — Property in class CommentManager
The current user.
- CommentManagerInterface — Class in namespace Drupal\comment
Comment manager contains common functions to manage comment fields.
- CommentStatistics — Class in namespace Drupal\comment
- $ CommentStatistics#currentUser — Property in class CommentStatistics
The current logged in user.
- CommentStatistics::create() — Method in class CommentStatistics
Insert an empty record for the given entity.
- CommentStatisticsInterface — Class 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.
- CommentStorage — Class in namespace Drupal\comment
Defines the storage handler class for comments.
- $ CommentStorage#currentUser — Property in class CommentStorage
The current user.
- CommentStorage::createInstance() — Method in class CommentStorage
Instantiates a new instance of this entity handler.
- CommentStorageInterface — Class in namespace Drupal\comment
Defines an interface for comment entity storage classes.
- CommentStorageSchema — Class in namespace Drupal\comment
Defines the comment schema handler.
- CommentTranslationHandler — Class in namespace Drupal\comment
Defines the translation handler for comments.
- CommentTypeForm — Class in namespace Drupal\comment
Base form handler for comment type edit forms.
- $ CommentTypeForm#commentManager — Property in class CommentTypeForm
The comment manager.
- CommentTypeForm::create() — Method in class CommentTypeForm
Instantiates a new instance of this class.
- CommentTypeInterface — Class in namespace Drupal\comment
Provides an interface defining a comment type entity.
- CommentTypeListBuilder — Class in namespace Drupal\comment
Defines a class to build a listing of comment type entities.
- CommentViewBuilder — Class in namespace Drupal\comment
View builder handler for comments.
- $ CommentViewBuilder#currentUser — Property in class CommentViewBuilder
The current user.
- CommentViewBuilder::createInstance() — Method in class CommentViewBuilder
Instantiates a new instance of this entity handler.
- CommentViewsData — Class in namespace Drupal\comment
Provides views data for the comment entity type.
- CommentController — Class in namespace Drupal\comment\Controller
Controller for the comment entity.
- $ CommentController#commentManager — Property 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.
- Comment — Class in namespace Drupal\comment\Entity
Defines the comment entity class.
- CommentType — Class in namespace Drupal\comment\Entity
Defines the comment type entity.
- CommentAdminOverview — Class in namespace Drupal\comment\Form
Provides the comments overview administration form.
- $ CommentAdminOverview#commentStorage — Property in class CommentAdminOverview
The comment storage.
- CommentAdminOverview::create() — Method in class CommentAdminOverview
Instantiates a new instance of this class.
- CommentTypeDeleteForm — Class in namespace Drupal\comment\Form
Provides a confirmation form for deleting a comment type entity.
- $ CommentTypeDeleteForm#commentManager — Property in class CommentTypeDeleteForm
The comment manager service.
- CommentTypeDeleteForm::create() — Method in class CommentTypeDeleteForm
Instantiates a new instance of this class.
- ConfirmDeleteMultiple — Class in namespace Drupal\comment\Form
Provides the comment multiple delete confirmation form.
- UnpublishByKeywordComment::create() — Method in class UnpublishByKeywordComment
Creates an instance of the plugin.
- CommentSelection — Class 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.
- CommentDefaultFormatter — Class in namespace Drupal\comment\Plugin\Field\FieldFormatter
Provides a default comment formatter.
- $ CommentDefaultFormatter#currentUser — Property 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.
- CommentPermalinkFormatter — Class in namespace Drupal\comment\Plugin\Field\FieldFormatter
Plugin implementation of the 'comment_permalink' formatter.
- CommentItem — Class in namespace Drupal\comment\Plugin\Field\FieldType
Plugin implementation of the 'comment' field type.
- CommentItemInterface — Class in namespace Drupal\comment\Plugin\Field\FieldType
Interface definition for Comment items.
- CommentWidget — Class in namespace Drupal\comment\Plugin\Field\FieldWidget
Provides a default comment widget.
- $ UnapprovedComments#commentStorage — Property in class UnapprovedComments
The comment storage service.
- UnapprovedComments::create() — Method in class UnapprovedComments
Creates an instance of the plugin.
- CommentNameConstraint — Class 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.
- CommentNameConstraintValidator — Class in namespace Drupal\comment\Plugin\Validation\Constraint
Validates the CommentName constraint.
- $ CommentNameConstraintValidator#context — Property 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.
- CommentType — Class 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.
- Comment — Class in namespace Drupal\comment\Plugin\migrate\source\d6
Drupal 6 comment source from database.
- Comment — Class in namespace Drupal\comment\Plugin\migrate\source\d7
Drupal 7 comment source from database.
- CommentEntityTranslation — Class 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.
- CommentBulkForm — Class in namespace Drupal\comment\Plugin\views\field
Defines a comment operations bulk form element.
- CommentedEntity — Class 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#comments — Property in class Rss
- Comment — Class in namespace Drupal\comment\Plugin\views\wizard
Tests creating comment views with the wizard.
- $ Comment#createdColumn — Property in class Comment
Set the created column.
- CommentTestTrait — Class in namespace Drupal\comment\Tests
Provides common functionality for the Comment test classes.
- ConfigSubscriber — Class in namespace Drupal\config
Config subscriber.
- ConfigController — Class in namespace Drupal\config\Controller
Returns responses for config module routes.
- $ ConfigController#configManager — Property in class ConfigController
The configuration manager.
- ConfigController::create() — Method in class ConfigController
Instantiates a new instance of this class.
- ConfigExportForm — Class in namespace Drupal\config\Form
Defines the configuration export form.
- ConfigImportForm — Class in namespace Drupal\config\Form
Defines the configuration import form.
- $ ConfigImportForm#configStorage — Property in class ConfigImportForm
The configuration storage.
- ConfigImportForm::create() — Method in class ConfigImportForm
Instantiates a new instance of this class.
- ConfigSingleExportForm — Class in namespace Drupal\config\Form
Provides a form for exporting a single configuration file.
- $ ConfigSingleExportForm#configStorage — Property in class ConfigSingleExportForm
The config storage.
- ConfigSingleExportForm::create() — Method in class ConfigSingleExportForm
Instantiates a new instance of this class.
- ConfigSingleImportForm — Class in namespace Drupal\config\Form
Provides a form for importing a single configuration file.
- $ ConfigSingleImportForm#configStorage — Property in class ConfigSingleImportForm
The config storage.
- $ ConfigSingleImportForm#configManager — Property in class ConfigSingleImportForm
The configuration manager.
- $ ConfigSingleImportForm#configExists — Property 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.
- ConfigSync — Class in namespace Drupal\config\Form
Construct the storage changes in a configuration synchronization form.
- $ ConfigSync#configManager — Property in class ConfigSync
The configuration manager.
- ConfigSync::create() — Method in class ConfigSync
Instantiates a new instance of this class.
- $ StorageReplaceDataWrapper#collection — Property in class StorageReplaceDataWrapper
The storage collection.
- StorageReplaceDataWrapper::createCollection() — Method in class StorageReplaceDataWrapper
Creates a collection on the storage.
- ConfigTranslationFormAccess — Class in namespace Drupal\config_translation\Access
Checks access for displaying the translation add, edit, and delete forms.
- ConfigTranslationOverviewAccess — Class in namespace Drupal\config_translation\Access
Checks access for displaying the configuration translation overview.
- $ ConfigTranslationOverviewAccess#configMapperManager — Property in class ConfigTranslationOverviewAccess
The mapper plugin discovery service.
- ConfigEntityMapper — Class in namespace Drupal\config_translation
Configuration mapper for configuration entities.
- ConfigEntityMapper::create() — Method in class ConfigEntityMapper
Creates an instance of the plugin.
- ConfigFieldMapper — Class in namespace Drupal\config_translation
Configuration mapper for fields.
- ConfigMapperInterface — Class in namespace Drupal\config_translation
Defines an interface for configuration mapper.
- ConfigMapperManager — Class in namespace Drupal\config_translation
Manages plugins for configuration translation mappers.
- ConfigMapperManagerInterface — Class in namespace Drupal\config_translation
Provides a common interface for config mapper managers.
- ConfigNamesMapper — Class in namespace Drupal\config_translation
Configuration mapper base implementation.
- $ ConfigNamesMapper#configFactory — Property in class ConfigNamesMapper
The configuration factory.
- $ ConfigNamesMapper#configMapperManager — Property in class ConfigNamesMapper
The mapper plugin discovery service.
- ConfigNamesMapper::create() — Method in class ConfigNamesMapper
Creates an instance of the plugin.
- ConfigTranslationBlockListBuilder — Class 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.
- ConfigTranslationController — Class in namespace Drupal\config_translation\Controller
Provides page callbacks for the configuration translation interface.
- $ ConfigTranslationController#configMapperManager — Property in class ConfigTranslationController
The configuration mapper manager.
- ConfigTranslationController::create() — Method in class ConfigTranslationController
Instantiates a new instance of this class.
- ConfigTranslationEntityListBuilder — Class in namespace Drupal\config_translation\Controller
Defines the configuration translation list builder for entities.
- ConfigTranslationEntityListBuilderInterface — Class in namespace Drupal\config_translation\Controller
Defines an interface for configuration translation entity list builders.
- ConfigTranslationFieldListBuilder — Class 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.
- ConfigTranslationListController — Class 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.
- ConfigTranslationMapperList — Class 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.
- ConfigMapperPopulateEvent — Class in namespace Drupal\config_translation\Event
Provides a class for events related to configuration translation mappers.
- ConfigTranslationEvents — Class in namespace Drupal\config_translation\Event
Provides a list of events dispatched by the Configuration Translation module.
- ConfigMapperLanguageException — Class 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.
- ConfigTranslationAddForm — Class in namespace Drupal\config_translation\Form
Defines a form for adding configuration translations.
- ConfigTranslationDeleteForm — Class in namespace Drupal\config_translation\Form
Builds a form to delete configuration translation.
- $ ConfigTranslationDeleteForm#configMapperManager — Property in class ConfigTranslationDeleteForm
The configuration mapper manager.
- ConfigTranslationDeleteForm::create() — Method in class ConfigTranslationDeleteForm
Instantiates a new instance of this class.
- ConfigTranslationEditForm — Class in namespace Drupal\config_translation\Form
Defines a form for editing configuration translations.
- ConfigTranslationFormBase — Class in namespace Drupal\config_translation\Form
Provides a base form for configuration translations.
- $ ConfigTranslationFormBase#configMapperManager — Property 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.
- ConfigTranslationContextualLinks — Class 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.
- ConfigTranslationLocalTasks — Class 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.
- ConfigTranslationContextualLink — Class in namespace Drupal\config_translation\Plugin\Menu\ContextualLink
Defines a contextual link plugin with a dynamic title.
- ConfigTranslationLocalTask — Class in namespace Drupal\config_translation\Plugin\Menu\LocalTask
Defines a local task plugin with a dynamic title.
- ContactPageAccess — Class in namespace Drupal\contact\Access
Access check for contact_personal_page route.
- $ ContactPageAccess#configFactory — Property in class ContactPageAccess
The contact settings config object.
- ContactFormAccessControlHandler — Class in namespace Drupal\contact
Defines the access control handler for the contact form entity type.
- ContactFormAccessControlHandler::checkAccess() — Method in class ContactFormAccessControlHandler
Performs access checks.
- ContactFormEditForm — Class in namespace Drupal\contact
Base form for contact form edit forms.
- ContactFormEditForm::create() — Method in class ContactFormEditForm
Instantiates a new instance of this class.
- ContactFormInterface — Class in namespace Drupal\contact
Provides an interface defining a contact form entity.
- ContactFormListBuilder — Class in namespace Drupal\contact
Defines a class to build a listing of contact form entities.
- ContactMessageAccessControlHandler — Class 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.
- ContactController — Class 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.
- ContactForm — Class 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.
- ContactCategory — Class in namespace Drupal\contact\Plugin\migrate\source
Drupal 6/7 contact category source from database.
- ContactSettings — Class in namespace Drupal\contact\Plugin\migrate\source
Drupal 6/7 contact settings source from database.
- ContactMessageResource — Class in namespace Drupal\contact\Plugin\rest\resource
Customizes the entity REST Resource plugin for Contact's Message entities.
- ContactLink — Class in namespace Drupal\contact\Plugin\views\field
Defines a field that links to the user contact page, if access is permitted.
- ContentModerationState — Class 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.
- ContentModerationStateAccessControlHandler — Class 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.
- ContentModerationStateStorageSchema — Class in namespace Drupal\content_moderation
Defines the content moderation state schema handler.
- ContentPreprocess — Class 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#currentUser — Property in class EntityTypeInfo
The current user.
- EntityTypeInfo::create() — Method in class EntityTypeInfo
Instantiates a new instance of this class.
- ContentModerationState — Class in namespace Drupal\content_moderation\Entity
Defines the Content moderation state entity.
- ContentModerationStateInterface — Class 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.
- ConfigImportSubscriber — Class in namespace Drupal\content_moderation\EventSubscriber
Check moderation states are not being used before updating workflow config.
- $ ConfigImportSubscriber#configManager — Property in class ConfigImportSubscriber
The config manager.
- ContentModerationConfigureEntityTypesForm — Class 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.
- ContentModerationConfigureForm — Class 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.
- ContentModerationStateForm — Class 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.
- ContentModerationStateFormatter — Class 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#currentUser — Property 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#currentUser — Property in class ModerationStateConstraintValidator
The current user.
- ModerationStateConstraintValidator::create() — Method in class ModerationStateConstraintValidator
Instantiates a new instance of this class.
- ContentModeration — Class 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.
- ContentModerationInterface — Class 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.
- ContentModerationRouteSubscriber — Class in namespace Drupal\content_moderation\Routing
Subscriber for moderated revisionable entity forms.
- ContentTranslationDeleteAccess — Class in namespace Drupal\content_translation\Access
Access check for entity translation deletion.
- $ ContentTranslationDeleteAccess#contentTranslationManager — Property in class ContentTranslationDeleteAccess
The content translation manager.
- ContentTranslationDeleteAccess::checkAccess() — Method in class ContentTranslationDeleteAccess
Checks access to translation deletion for the specified entity.
- ContentTranslationManageAccessCheck — Class 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.
- ContentTranslationOverviewAccess — Class in namespace Drupal\content_translation\Access
Access check for entity translation overview.
- ContentTranslationHandler — Class in namespace Drupal\content_translation
Base class for content translation handlers.
- $ ContentTranslationHandler#currentUser — Property 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.
- ContentTranslationHandlerInterface — Class in namespace Drupal\content_translation
Interface for providing content translation.
- ContentTranslationManager — Class in namespace Drupal\content_translation
Provides common functionality for content translation.
- ContentTranslationManagerInterface — Class in namespace Drupal\content_translation
Provides an interface for common functionality for content translation.
- ContentTranslationMetadataWrapper — Class in namespace Drupal\content_translation
Base class for content translation metadata wrappers.
- ContentTranslationMetadataWrapperInterface — Class in namespace Drupal\content_translation
Common interface for content translation metadata wrappers.
- ContentTranslationPermissions — Class in namespace Drupal\content_translation
Provides dynamic permissions for the content_translation module.
- $ ContentTranslationPermissions#contentTranslationManager — Property 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.
- ContentTranslationController — Class 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.
- ContentTranslationDeleteForm — Class in namespace Drupal\content_translation\Form
Delete translation form for content_translation module.
- ContentTranslationContextualLinks — Class in namespace Drupal\content_translation\Plugin\Derivative
Provides dynamic contextual links for content translation.
- $ ContentTranslationContextualLinks#contentTranslationManager — Property in class ContentTranslationContextualLinks
The content translation manager.
- ContentTranslationContextualLinks::create() — Method in class ContentTranslationContextualLinks
Creates a new class instance.
- ContentTranslationLocalTasks — Class in namespace Drupal\content_translation\Plugin\Derivative
Provides dynamic local tasks for content translation.
- $ ContentTranslationLocalTasks#contentTranslationManager — Property in class ContentTranslationLocalTasks
The content translation manager.
- ContentTranslationLocalTasks::create() — Method in class ContentTranslationLocalTasks
Creates a new class instance.
- ContentTranslationSynchronizedFieldsConstraint — Class in namespace Drupal\content_translation\Plugin\Validation\Constraint
Validation constraint for the entity changed timestamp.
- ContentTranslationSynchronizedFieldsConstraintValidator — Class in namespace Drupal\content_translation\Plugin\Validation\Constraint
Checks that synchronized fields are handled correctly in pending revisions.
- $ ContentTranslationSynchronizedFieldsConstraintValidator#contentTranslationManager — Property in class ContentTranslationSynchronizedFieldsConstraintValidator
The content translation manager.
- ContentTranslationSynchronizedFieldsConstraintValidator::create() — Method in class ContentTranslationSynchronizedFieldsConstraintValidator
Instantiates a new instance of this class.
- ContentTranslationRouteSubscriber — Class in namespace Drupal\content_translation\Routing
Subscriber for entity translation routes.
- $ ContentTranslationRouteSubscriber#contentTranslationManager — Property in class ContentTranslationRouteSubscriber
The content translation manager.
- ContextualController — Class in namespace Drupal\contextual
Returns responses for Contextual module routes.
- ContextualController::create() — Method in class ContextualController
Instantiates a new instance of this class.
- ContextualLinks — Class in namespace Drupal\contextual\Element
Provides a contextual_links element.
- ContextualLinks::contextualLinkManager() — Method in class ContextualLinks
Wraps the contextual link manager.
- ContextualLinksPlaceholder — Class in namespace Drupal\contextual\Element
Provides a contextual_links_placeholder element.
- ContextualLinks — Class 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#calculateOffset — Property in class Date
Determines if the timezone offset is calculated.
- $ Date#calculateOffset — Property in class Date
Determines if the timezone offset is calculated.
- Date::create() — Method in class Date
Creates an instance of the plugin.
- $ Date#calculateOffset — Property 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#connection — Property in class DblogClearLogConfirmForm
The database connection.
- DblogClearLogConfirmForm::create() — Method in class DblogClearLogConfirmForm
Instantiates a new instance of this class.
- $ DbLog#connection — Property in class DbLog
The database connection object.
- DblogOperations::clickSortable() — Method in class DblogOperations
Determines if this field is click sortable.
- $ Watchdog#createdColumn — Property 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#configFactory — Property 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.
- ConfigImporterFieldPurger — Class 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#cardinality — Property in class FieldStorageConfig
The field cardinality.
- $ FieldStorageConfig#custom_storage — Property 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#container — Property 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#configFactory — Property 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.
- ComputedFileUrl — Class 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#currentUser — Property 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#connection — Property in class DatabaseFileUsageBackend
The database connection used to store file usage information.
- $ FileUsageBase#configFactory — Property 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#currentUser — Property 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#createdColumn — Property in class File
Set the created column.
- $ FileUploadHandler#currentUser — Property 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#configFactory — Property 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#container — Property in class FilterUninstallValidator
The service container.
- $ ForumBreadcrumbBuilderBase#config — Property in class ForumBreadcrumbBuilderBase
Configuration object for this builder.
- $ ForumController#commentEntityTypeDefinition — Property 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.
- ContainerForm — Class 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#configFactory — Property in class ForumManager
Forum settings config object.
- $ ForumManager#connection — Property in class ForumManager
Database connection.
- $ ForumManager#commentManager — Property 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#configFactory — Property in class ForumUninstallValidator
The config factory.
- $ ForumUninstallValidator#container — Property in class ForumUninstallValidator
The service container.
- ConfigurableLinkManagerInterface — Class in namespace Drupal\hal\LinkManager
Defines an interface for a link manager with a configurable domain.
- $ LinkManagerBase#configFactory — Property in class LinkManagerBase
Config factory service.
- $ RelationLinkManager#cache — Property in class RelationLinkManager
- $ TypeLinkManager#cache — Property in class TypeLinkManager
Injected cache backend.
- ContentEntityNormalizer — Class 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#cacheableMetadata — Property 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.
- ConfigurableImageEffectBase — Class in namespace Drupal\image
Provides a base class for configurable image effects.
- ConfigurableImageEffectInterface — Class 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#currentUser — Property 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.
- ConvertImageEffect — Class in namespace Drupal\image\Plugin\ImageEffect
Converts an image resource.
- CropImageEffect — Class in namespace Drupal\image\Plugin\ImageEffect
Crops an image resource.
- ImageStyleRoutes::create() — Method in class ImageStyleRoutes
Instantiates a new instance of this class.
- $ EntityAccessChecker#currentUser — Property 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.
- CacheableResourceResponse — Class in namespace Drupal\jsonapi
Extends ResourceResponse with cacheability.
- $ FieldResolver#currentUser — Property 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#currentUser — Property in class FileUpload
The current user making the request.
- TemporaryJsonapiFileFieldUploader::checkFileUploadAccess() — Method in class TemporaryJsonapiFileFieldUploader
Checks if the current user has access to upload the file.
- $ JsonapiMaintenanceModeSubscriber#config — Property in class JsonapiMaintenanceModeSubscriber
The configuration factory.
- $ Data#cardinality — Property in class Data
The number of resources permitted in this collection.
- $ Data#count — Property 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#context — Property in class LinkCollection
The link context.
- $ Relationship#context — Property 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.
- ConfigEntityDenormalizer — Class in namespace Drupal\jsonapi\Normalizer
Converts the Drupal config entity object to a JSON:API array structure.
- ContentEntityDenormalizer — Class in namespace Drupal\jsonapi\Normalizer
Converts a JSON:API array structure into a Drupal entity object.
- $ HttpExceptionNormalizer#currentUser — Property in class HttpExceptionNormalizer
The current user making the request.
- $ LinkCollectionNormalizer#currentUser — Property 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#cacher — Property in class ResourceObjectNormalizer
The entity normalization cacher.
- CacheableNormalization — Class in namespace Drupal\jsonapi\Normalizer\Value
Use to store normalized data and its cacheability.
- CacheableOmission — Class in namespace Drupal\jsonapi\Normalizer\Value
Represents the cacheability associated with the omission of a value.
- TemporaryArrayObjectThrowingExceptions::count() — Method in class TemporaryArrayObjectThrowingExceptions
Count the ArrayObject.
- EntityUuidConverter::convert() — Method in class EntityUuidConverter
Converts path variables to their corresponding objects.
- ResourceTypeConverter::convert() — Method in class ResourceTypeConverter
Converts path variables to their corresponding objects.
- EntityCondition::createFromQueryParameter() — Method in class EntityCondition
Creates an EntityCondition object from a query parameter.
- $ EntityConditionGroup#conjunction — Property 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#cache — Property in class ResourceTypeRepository
The cache backend.
- $ ResourceTypeRepository#cacheTags — Property 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_name — Property 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.
- ConfigurableLanguageInterface — Class in namespace Drupal\language
Provides an interface defining a language entity.
- ConfigurableLanguageManager — Class in namespace Drupal\language
Overrides default LanguageManager to provide configured languages.
- $ ConfigurableLanguageManager#configFactory — Property in class ConfigurableLanguageManager
The configuration storage service.
- $ ConfigurableLanguageManager#configFactoryOverride — Property in class ConfigurableLanguageManager
The language configuration override service.
- ConfigurableLanguageManagerInterface — Class in namespace Drupal\language
Common interface for language negotiation services.
- ContentLanguageSettingsException — Class in namespace Drupal\language
Exception thrown by ContentLanguageSettings when target bundle is not set.
- ContentLanguageSettingsInterface — Class in namespace Drupal\language
Provides an interface defining language settings for content entities.
- ConfigurableLanguage — Class in namespace Drupal\language\Entity
Defines the ConfigurableLanguage entity.
- ConfigurableLanguage::createFromLangcode() — Method in class ConfigurableLanguage
Creates a configurable language object from a langcode.
- ContentLanguageSettings — Class in namespace Drupal\language\Entity
Defines the ContentLanguageSettings entity.
- ContentLanguageSettings::calculateDependencies() — Method in class ContentLanguageSettings
Calculates dependencies and stores them in the dependency property.
- ConfigSubscriber — Class in namespace Drupal\language\EventSubscriber
Deletes the container if default language has changed.
- $ ConfigSubscriber#configFactory — Property in class ConfigSubscriber
The configuration factory.
- $ LanguageRequestSubscriber#currentUser — Property in class LanguageRequestSubscriber
The current active user.
- ContentLanguageSettingsForm — Class 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#config — Property in class PathProcessorLanguage
A config factory for retrieving required config settings.
- $ PathProcessorLanguage#configSubscriber — Property 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#configFactory — Property in class LanguageListBuilder
The configuration factory.
- LanguageListBuilder::createInstance() — Method in class LanguageListBuilder
Instantiates a new instance of this entity handler.
- $ LanguageNegotiationMethodBase#config — Property in class LanguageNegotiationMethodBase
The configuration factory.
- $ LanguageNegotiationMethodBase#currentUser — Property in class LanguageNegotiationMethodBase
The current active user.
- $ LanguageNegotiator#configFactory — Property in class LanguageNegotiator
The configuration factory.
- $ LanguageNegotiator#currentUser — Property 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#contentEntityPaths — Property 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.
- ContentTranslationEnabledSetting — Class in namespace Drupal\language\Plugin\migrate\process
Determines the content translation setting.
- $ LanguageConverter#container — Property in class LanguageConverter
The service container.
- LanguageConverter::convert() — Method in class LanguageConverter
Converts path variables to their corresponding objects.
- $ SectionStorage#context_definitions — Property in class SectionStorage
Any required context definitions, optional.
- $ LayoutBuilderContextTrait#contextRepository — Property 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.
- ChooseBlockController — Class in namespace Drupal\layout_builder\Controller
Defines a controller to choose a new block.
- $ ChooseBlockController#currentUser — Property in class ChooseBlockController
The current user.
- ChooseBlockController::create() — Method in class ChooseBlockController
Instantiates a new instance of this class.
- ChooseSectionController — Class 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#currentUser — Property in class BlockComponentRenderArray
The current user.
- $ SectionComponentBuildRenderArrayEvent#component — Property in class SectionComponentBuildRenderArrayEvent
The section component whose render array is being built.
- $ SectionComponentBuildRenderArrayEvent#contexts — Property in class SectionComponentBuildRenderArrayEvent
The available contexts.
- ConfigureBlockFormBase — Class 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.
- ConfigureSectionForm — Class 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#currentUser — Property 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#currentUser — Property 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#currentUser — Property 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#components — Property in class Section
An array of components, keyed by UUID.
- Section::contextHandler() — Method in class Section
Wraps the context handler.
- $ SectionComponent#configuration — Property 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#contextHandler — Property in class SectionStorageManager
The context handler.
- LinkFormatter::create() — Method in class LinkFormatter
Creates an instance of the plugin.
- $ LinkAccessConstraintValidator#current_user — Property 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#cacheTagsInvalidator — Property 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#configStorage — Property in class LocaleConfigManager
The storage instance for reading configuration data.
- $ LocaleConfigManager#configFactory — Property in class LocaleConfigManager
The configuration factory.
- $ LocaleConfigManager#configManager — Property in class LocaleConfigManager
The configuration manager.
- $ LocaleConfigSubscriber#configFactory — Property in class LocaleConfigSubscriber
The configuration factory.
- $ LocaleDefaultConfigStorage#configStorage — Property in class LocaleDefaultConfigStorage
The storage instance for reading configuration data.
- $ LocaleLookup#context — Property in class LocaleLookup
The msgctxt context.
- $ LocaleLookup#cache — Property in class LocaleLookup
The cache backend that should be used.
- $ LocaleLookup#configFactory — Property in class LocaleLookup
The configuration factory.
- $ LocaleProjectStorage#cache — Property 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#configFactory — Property in class LocaleTranslation
The configuration factory.
- $ LocaleTranslation#cache — Property 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#context — Property in class StringBase
The string context.
- $ StringDatabaseStorage#connection — Property 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#customized — Property 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#cacheTagsInvalidator — Property 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#configFactory — Property 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#cacheBackend — Property in class ResourceFetcher
The cache backend.
- ResourceFetcher::createResource() — Method in class ResourceFetcher
Creates a Resource object from raw resource data.
- $ UrlResolver#cacheBackend — Property in class UrlResolver
The cache backend.
- DrupalMedia::create() — Method in class DrupalMedia
Creates an instance of the plugin.
- $ DynamicLocalTasks#config — Property 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#config — Property 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#createdColumn — Property in class Media
Set the created column.
- $ MediaRevision#createdColumn — Property in class MediaRevision
Set the created column.
- $ MediaRouteProvider#config — Property 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#currentUser — Property 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#connection — Property in class MenuDeleteForm
The database connection.
- MenuDeleteForm::create() — Method in class MenuDeleteForm
Instantiates a new instance of this class.
- $ MenuLinkEditForm#classResolver — Property 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#counts — Property 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.
- ComponentEntityDisplayBase — Class 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.
- Config — Class in namespace Drupal\migrate\Plugin\migrate\destination
Provides Configuration Management destination plugin.
- $ Config#config — Property 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#configFactory — Property 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#currentRow — Property in class Sql
The current row.
- $ Sql#currentKey — Property 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.
- Callback — Class in namespace Drupal\migrate\Plugin\migrate\process
Passes the source value to a callback.
- Concat — Class 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#currentRow — Property in class SourcePluginBase
The current row from the query.
- $ SourcePluginBase#currentSourceIds — Property in class SourcePluginBase
The primary key of the current row.
- $ SourcePluginBase#cacheCounts — Property in class SourcePluginBase
Whether this instance should cache the source count.
- $ SourcePluginBase#cacheKey — Property in class SourcePluginBase
Key to use for caching counts.
- $ SourcePluginBase#cache — Property 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#core — Property in class MigrateField
The Drupal core version(s) this plugin applies to.
- $ MigrationConfigurationTrait#configFactory — Property in class MigrationConfigurationTrait
The config factory service.
- MigrationConfigurationTrait::createDatabaseStateSettings() — Method in class MigrationConfigurationTrait
Creates the necessary state entries for SqlBase::getDatabase() to work.
- $ MigrationPluginManager#configFactory — Property 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.
- ContentEntity — Class 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.
- ContentEntityDeriver — Class 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.
- Config — Class 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.
- CredentialForm — Class 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.
- Connection — Class in namespace Drupal\mysql\Driver\Database\mysql
MySQL implementation of \Drupal\Core\Database\Connection.
- Connection::createDatabase() — Method in class Connection
Overrides \Drupal\Core\Database\Connection::createDatabase().
- Tasks::connect() — Method in class Tasks
Checks if we can connect to the database.
- Tasks::checkEngineVersion() — Method in class Tasks
Checks the engine version.
- Schema::createTableSql() — Method in class Schema
Generate SQL to create a new table from a Drupal schema definition.
- Schema::createFieldSql() — Method in class Schema
Create an SQL string for a field to be used in table creation or alteration.
- Schema::createKeysSql() — Method in class Schema
- Schema::createKeySql() — Method in class Schema
- Schema::changeField() — Method in class Schema
Change a field definition.
- NodeRevisionAccessCheck::checkAccess() — Method in class NodeRevisionAccessCheck
Checks node revision access.
- NodeAccessGrantsCacheContext::checkNodeGrants() — Method in class NodeAccessGrantsCacheContext
Checks the node grants for the given operation.
- NodeController::create() — Method in class NodeController
Instantiates a new instance of this class.
- NodePreviewController::create() — Method in class NodePreviewController
Instantiates a new instance of this class.
- $ NodeViewController#currentUser — Property in class NodeViewController
The current user.
- NodeViewController::create() — Method in class NodeViewController
Instantiates a new instance of this class.
- $ NodeAdminRouteSubscriber#configFactory — Property in class NodeAdminRouteSubscriber
The config factory.
- $ NodePreviewForm#configFactory — Property in class NodePreviewForm
The config factory.
- NodePreviewForm::create() — Method in class NodePreviewForm
Instantiates a new instance of this class.
- $ NodeRevisionDeleteForm#connection — Property 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#currentUser — Property 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#connection — Property in class AssignOwnerNode
The database connection.
- AssignOwnerNode::create() — Method in class AssignOwnerNode
Creates an instance of the plugin.
- $ SyndicateBlock#configFactory — Property 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#createdColumn — Property in class Node
Set the created column.
- Node::create() — Method in class Node
Creates an instance of the plugin.
- $ NodeRevision#createdColumn — Property in class NodeRevision
Set the created column.
- $ NodePreviewConverter#container — Property 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#cache — Property in class PageCache
The cache bin.
- $ PageCache#cid — Property in class PageCache
The cache ID for the (master) request.
- $ PathAliasListBuilder#currentRequest — Property 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#cache — Property in class AliasManager
Cache backend service.
- $ AliasManager#cacheKey — Property in class AliasManager
The cache key to use when caching paths.
- $ AliasManager#cacheNeedsWriting — Property 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#connection — Property in class AliasRepository
The database connection.
- AliasWhitelist::clear() — Method in class AliasWhitelist
Clears the collected cache entry.
- $ PathAliasSubscriber#currentPath — Property in class PathAliasSubscriber
The current path.
- PathAliasStorage::createWithSampleValues() — Method in class PathAliasStorage
Creates an entity with sample field values.
- Connection — Class in namespace Drupal\pgsql\Driver\Database\pgsql
PostgreSQL implementation of \Drupal\Core\Database\Connection.
- Connection::createDatabase() — Method in class Connection
Overrides \Drupal\Core\Database\Connection::createDatabase().
- Tasks::connect() — Method in class Tasks
Checks if we can connect to the database.
- Tasks::checkEncoding() — Method in class Tasks
Check encoding is UTF8.
- Tasks::checkBinaryOutput() — Method in class Tasks
Check Binary Output.
- Tasks::checkBinaryOutputSuccess() — Method in class Tasks
Verify that a binary data roundtrip returns the original string.
- Tasks::checkStandardConformingStrings() — Method in class Tasks
Ensures standard_conforming_strings setting is 'on'.
- Tasks::checkStandardConformingStringsSuccess() — Method in class Tasks
Verifies the standard_conforming_strings setting.
- Schema::createTableSql() — Method in class Schema
Generate SQL to create a new table from a Drupal schema definition.
- Schema::createFieldSql() — Method in class Schema
Create an SQL string for a field to be used in table creation or alteration.
- Schema::createPrimaryKeySql() — Method in class Schema
Create the SQL expression for primary keys.
- Schema::constraintExists() — Method in class Schema
Helper function: check if a constraint (PK, FK, UK) exists.
- Schema::changeField() — Method in class Schema
Change a field definition.
- QuickEditFieldForm::create() — Method in class QuickEditFieldForm
Instantiates a new instance of this class.
- QuickEditController::create() — Method in class QuickEditController
Instantiates a new instance of this class.
- CommonDataConverter — Class 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#currentUser — Property 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.
- ConfigDependencies — Class 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#configuration — Property 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#configFactory — Property 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#contentType — Property 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#configuration — Property in class SearchPage
The configuration of the search page entity.
- SearchPage::configFactory() — Method in class SearchPage
Wraps the config factory.
- $ SearchBlockForm#configFactory — Property 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.
- ConfigurableSearchPluginBase — Class 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.
- ConfigurableSearchPluginInterface — Class 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#configFactory — Property in class SearchIndex
The config factory.
- $ SearchIndex#connection — Property in class SearchIndex
The database connection.
- $ SearchIndex#cacheTagsInvalidator — Property 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#configFactory — Property in class SearchPageListBuilder
Stores the configuration factory.
- SearchPageListBuilder::createInstance() — Method in class SearchPageListBuilder
Instantiates a new instance of this entity handler.
- $ SearchPageRepository#configFactory — Property 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#conditions — Property in class SearchQuery
Conditions that are used for exact searches.
- SearchQuery::countQuery() — Method in class SearchQuery
Builds the default count query for SearchQuery.
- $ SearchTextProcessor#configFactory — Property 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.
- ChainEntityResolver — Class in namespace Drupal\serialization\EntityResolver
Resolver delegating the entity resolution to a chain of resolvers.
- ChainEntityResolverInterface — Class in namespace Drupal\serialization\EntityResolver
An interface for delegating an entity resolution to a chain of resolvers.
- CacheableNormalizerInterface — Class in namespace Drupal\serialization\Normalizer
Defines the interface for normalizers producing cacheable normalizations.
- ComplexDataNormalizer — Class in namespace Drupal\serialization\Normalizer
Converts the Drupal entity object structures to a normalized array.
- ConfigEntityNormalizer — Class in namespace Drupal\serialization\Normalizer
Normalizes/denormalizes Drupal config entity objects into an array structure.
- ContentEntityNormalizer — Class 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#connection — Property 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.
- Connection — Class in namespace Drupal\sqlite\Driver\Database\sqlite
SQLite implementation of \Drupal\Core\Database\Connection.
- Connection::createDatabase() — Method in class Connection
Overrides \Drupal\Core\Database\Connection::createDatabase().
- Connection::createConnectionOptionsFromUrl() — Method in class Connection
Creates an array of database connection options from a URL.
- Connection::createUrlFromConnectionOptions() — Method in class Connection
Creates a URL from an array of database connection options.
- Tasks::connect() — Method in class Tasks
Checks if we can connect to the database.
- Schema::createTableSql() — Method in class Schema
Generate SQL to create a new table from a Drupal schema definition.
- Schema::createIndexSql() — Method in class Schema
Build the SQL expression for indexes.
- Schema::createColumnsSql() — Method in class Schema
Build the SQL expression for creating columns.
- Schema::createKeySql() — Method in class Schema
Build the SQL expression for keys.
- Schema::createFieldSql() — Method in class Schema
Create an SQL string for a field to be used in table creation or alteration.
- Schema::changeField() — Method in class Schema
Change a field definition.
- $ NodeStatisticsDatabaseStorage#connection — Property in class NodeStatisticsDatabaseStorage
The database connection used.
- StatisticsPopularBlock::create() — Method in class StatisticsPopularBlock
Creates an instance of the plugin.
- $ NodeCounter#connection — Property 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#config — Property in class SysLog
A configuration object containing syslog settings.
- $ SysLog#connectionOpened — Property in class SysLog
Stores whether there is a system logger connection opened or not.
- CronAccessCheck — Class 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.
- CsrfTokenController — Class 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#cache — Property 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.
- CronController — Class in namespace Drupal\system
Controller for Cron handling.
- $ CronController#cron — Property 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#configuration — Property in class Action
The configuration of the action.
- ConfigCacheTag — Class in namespace Drupal\system\EventSubscriber
A subscriber invalidating cache tags when system config objects are saved.
- $ ConfigCacheTag#cacheTagsInvalidator — Property in class ConfigCacheTag
The cache tags invalidator.
- $ SecurityFileUploadEventSubscriber#config — Property in class SecurityFileUploadEventSubscriber
The system.file configuration.
- FileDownloadController::create() — Method in class FileDownloadController
Instantiates a new instance of this class.
- CronForm — Class in namespace Drupal\system\Form
Configure cron settings for this site.
- $ CronForm#cron — Property 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#currentUser — Property in class ModulesListForm
The current user.
- ModulesListForm::create() — Method in class ModulesListForm
Instantiates a new instance of this class.
- $ ModulesUninstallConfirmForm#configManager — Property 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#cssCollectionOptimizer — Property 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#countryManager — Property 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#configFactory — Property in class SystemBrandingOffCanvasForm
The config factory.
- $ SystemBrandingOffCanvasForm#currentUser — Property in class SystemBrandingOffCanvasForm
The current user.
- SystemBrandingOffCanvasForm::create() — Method in class SystemBrandingOffCanvasForm
Instantiates a new instance of this class.
- $ SystemMenuOffCanvasForm#configFactory — Property 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#context — Property in class PathBasedBreadcrumbBuilder
The router request context.
- $ PathBasedBreadcrumbBuilder#config — Property in class PathBasedBreadcrumbBuilder
Site config object.
- $ PathBasedBreadcrumbBuilder#currentUser — Property in class PathBasedBreadcrumbBuilder
The current user object.
- $ PathBasedBreadcrumbBuilder#currentPath — Property in class PathBasedBreadcrumbBuilder
The current path service.
- $ MockPhpStorage#configuration — Property in class MockPhpStorage
The storage configuration.
- $ SystemBrandingBlock#configFactory — Property 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.
- CurrentThemeCondition — Class in namespace Drupal\system\Plugin\Condition
Provides a 'Current Theme' condition.
- CurrentThemeCondition::create() — Method in class CurrentThemeCondition
Creates an instance of the plugin.
- $ RequestPath#currentPath — Property 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.
- Convert — Class in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd
Defines GD2 convert operation.
- CreateNew — Class in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd
Defines GD2 create_new image operation.
- Crop — Class in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd
Defines GD2 Crop operation.
- $ ThemeSettings#configFactory — Property in class ThemeSettings
The configuration factory.
- ThemeSettings::create() — Method in class ThemeSettings
Creates an instance of the plugin.
- $ SecurityAdvisoriesFetcher#config — Property 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#configFactory — Property in class DbUpdateNegotiator
The config factory.
- $ TimeZoneResolver#configFactory — Property 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#currentUser — Property 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#currentUser — Property 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#commentStatistics — Property 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#currentUser — Property 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#compatibilityMessages — Property 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.
- Cookie — Class in namespace Drupal\user\Authentication\Provider
Cookie based authentication provider.
- $ Cookie#connection — Property in class Cookie
The database connection.
- CurrentUserContext — Class in namespace Drupal\user\ContextProvider
Sets the current user as a context.
- $ UserAuthenticationController#csrfToken — Property 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#cancelMethods — Property in class UserCancelForm
Available account cancellation methods.
- UserLoginForm::create() — Method in class UserLoginForm
Instantiates a new instance of this class.
- UserMultipleCancelConfirm::create() — Method in class UserMultipleCancelConfirm
Instantiates a new instance of this class.
- UserPasswordForm::create() — Method in class UserPasswordForm
Instantiates a new instance of this class.
- $ UserPermissionsBundleForm#configManager — Property in class UserPermissionsBundleForm
The configuration entity manager.
- UserPermissionsBundleForm::create() — Method in class UserPermissionsBundleForm
Instantiates a new instance of this class.
- UserPermissionsForm::create() — Method in class UserPermissionsForm
Instantiates a new instance of this class.
- $ PermissionHandler#controllerResolver — Property in class PermissionHandler
The controller resolver.
- CancelUser — Class in namespace Drupal\user\Plugin\Action
Cancels a user account.
- $ CancelUser#currentUser — Property in class CancelUser
The current user.
- CancelUser::create() — Method in class CancelUser
Creates an instance of the plugin.
- ChangeUserRoleBase — Class in namespace Drupal\user\Plugin\Action
Provides a base class for operations to change a user's role.
- ChangeUserRoleBase::create() — Method in class ChangeUserRoleBase
Creates an instance of the plugin.
- ChangeUserRoleBase::calculateDependencies() — Method in class ChangeUserRoleBase
Calculates dependencies for the configured plugin.
- UserLoginBlock::create() — Method in class UserLoginBlock
Creates an instance of the plugin.
- UserLocalTask::create() — Method in class UserLocalTask
Creates a new class instance.
- $ UserSelection#connection — Property 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#currentUser — Property in class LoginLogoutMenuLink
The current user.
- LoginLogoutMenuLink::create() — Method in class LoginLogoutMenuLink
Creates an instance of the plugin.
- $ UserSearch#currentUser — Property in class UserSearch
The current user.
- UserSearch::create() — Method in class UserSearch
Creates an instance of the plugin.
- $ ProtectedUserFieldConstraintValidator#currentUser — Property 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.
- ConvertTokens — Class 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#currentUser — Property 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.
- CurrentUser — Class 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.
- Current — Class 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#createdColumn — Property 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#configFactory — Property 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#connection — Property 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#changed — Property in class ShowButtonsCommand
Whether the view has been changed.
- $ ViewsDisplay#contextual_links_locations — Property in class ViewsDisplay
A list of places where contextual links should be added.
- $ ViewAjaxController#currentPath — Property 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.
- ConfigurableLanguageRenderer — Class 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#cache — Property in class ExposedFormCache
Stores the exposed form data.
- $ ViewsExposedForm#currentPathStack — Property in class ViewsExposedForm
The current path stack.
- ViewsExposedForm::create() — Method in class ViewsExposedForm
Instantiates a new instance of this class.
- $ ViewsForm#classResolver — Property 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#currentUser — Property 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#currentPath — Property 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.
- CachePluginBase — Class 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#connection — Property 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.
- Counter — Class in namespace Drupal\views\Plugin\views\field
Field handler to show a counter of the current row.
- Custom — Class 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#currentUser — Property 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.
- Combine — Class 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#connection — Property in class StringFilter
The database connection.
- StringFilter::create() — Method in class StringFilter
Creates an instance of the plugin.
- $ JoinPluginBase#configuration — Property in class JoinPluginBase
The configuration array passed by initJoin.
- $ PagerPluginBase#current_page — Property 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#createdColumn — Property 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_page — Property in class ViewExecutable
The current page. If the view uses pagination.
- $ ViewExecutable#current_display — Property 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#cacheBackend — Property 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.
- ConfigHandler — Class in namespace Drupal\views_ui\Form\Ajax
Provides a form for configuring an item in the Views UI.
- ConfigHandlerExtra — Class in namespace Drupal\views_ui\Form\Ajax
Provides a form for configuring extra information for a Views UI item.
- ConfigHandlerGroup — Class 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#container — Property 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_display — Property in class ViewUI
Stores an array of displays that have been changed.
- $ ViewUI#changed — Property 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#contentWorkspaceTables — Property 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#currentPath — Property 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#currentUser — Property 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#currentUser — Property in class WorkspaceManager
The current user.
- $ WorkspaceManager#classResolver — Property in class WorkspaceManager
The class resolver.
- $ WorkspaceMerger#cacheTagsInvalidator — Property 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#cacheTagsInvalidator — Property 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#cache — Property 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
- Drupal — Class 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.
- DocParser — Class in namespace Drupal\Component\Annotation\Doctrine
A parser for docblock annotations.
- $ StaticReflectionParser#docComment — Property in class StaticReflectionParser
The docComment of the class.
- $ Plugin#definition — Property in class Plugin
The plugin definition read from the class annotation.
- $ AnnotationBridgeDecorator#decorated — Property in class AnnotationBridgeDecorator
The decorated plugin discovery.
- DateTimePlus — Class in namespace Drupal\Component\Datetime
Wraps DateTime().
- $ DateTimePlus#dateParts — Property in class DateTimePlus
An array of possible date parts.
- $ DateTimePlus#dateTimeObject — Property 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.
- Diff — Class in namespace Drupal\Component\Diff
Class representing a 'diff' between two sequences of strings.
- DiffFormatter — Class in namespace Drupal\Component\Diff
A class to format Diffs
- DiffEngine — Class in namespace Drupal\Component\Diff\Engine
Class used internally by Diff to actually compute the diffs.
- DiffEngine::diff() — Method in class DiffEngine
- DiffOp — Class in namespace Drupal\Component\Diff\Engine
- DiffOpAdd — Class in namespace Drupal\Component\Diff\Engine
- DiffOpChange — Class in namespace Drupal\Component\Diff\Engine
- DiffOpCopy — Class in namespace Drupal\Component\Diff\Engine
- DiffOpDelete — Class in namespace Drupal\Component\Diff\Engine
- DiscoverableInterface — Class in namespace Drupal\Component\Discovery
Interface for classes providing a type of discovery.
- DiscoveryException — Class in namespace Drupal\Component\Discovery
Exception thrown during discovery if the data is invalid.
- $ YamlDirectoryDiscovery#directories — Property in class YamlDirectoryDiscovery
An array of directories to scan, keyed by the provider.
- $ YamlDiscovery#directories — Property 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#directory — Property 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#directory — Property 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.
- DerivablePluginDefinitionInterface — Class in namespace Drupal\Component\Plugin\Definition
Provides an interface for a derivable plugin definition.
- DependentPluginInterface — Class in namespace Drupal\Component\Plugin
Provides an interface for a plugin that has dependencies.
- DerivativeInspectionInterface — Class in namespace Drupal\Component\Plugin
Provides a plugin interface for providing derivative metadata inspection.
- DeriverBase — Class in namespace Drupal\Component\Plugin\Derivative
Provides a basic deriver.
- $ DeriverBase#derivatives — Property in class DeriverBase
List of derivative definitions.
- DeriverInterface — Class in namespace Drupal\Component\Plugin\Derivative
Provides additional plugin definitions based on an existing definition.
- DerivativeDiscoveryDecorator — Class in namespace Drupal\Component\Plugin\Discovery
Base class providing the tools for a plugin discovery to be derivative aware.
- $ DerivativeDiscoveryDecorator#derivers — Property in class DerivativeDiscoveryDecorator
Plugin derivers.
- $ DerivativeDiscoveryDecorator#decorated — Property in class DerivativeDiscoveryDecorator
The decorated plugin discovery.
- DerivativeDiscoveryDecorator::decodePluginId() — Method in class DerivativeDiscoveryDecorator
Decodes derivative id and plugin id from a string.
- DiscoveryCachedTrait — Class in namespace Drupal\Component\Plugin\Discovery
- $ DiscoveryCachedTrait#definitions — Property in class DiscoveryCachedTrait
Cached definitions array.
- DiscoveryInterface — Class in namespace Drupal\Component\Plugin\Discovery
An interface defining the minimum requirements of building a plugin discovery component.
- DiscoveryTrait — Class 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#decorated — Property in class StaticDiscoveryDecorator
The Discovery object being decorated.
- DefaultFactory — Class in namespace Drupal\Component\Plugin\Factory
Default plugin factory.
- $ DefaultFactory#discovery — Property in class DefaultFactory
The object that retrieves the definitions of the plugins that this factory instantiates.
- $ PluginManagerBase#discovery — Property 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#dataDirectory — Property in class PhpTransliteration
Directory where data for transliteration resides.
- DeprecatedArray — Class in namespace Drupal\Component\Utility
An array that triggers a deprecation warning when accessed.
- DiffArray — Class 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.
- DrupalCoreRecommendedBuilder — Class in namespace Drupal\Composer\Generator\Builder
Builder to produce metapackage for drupal/core-recommended.
- DrupalDevDependenciesBuilder — Class in namespace Drupal\Composer\Generator\Builder
Builder to produce metapackage for drupal/core-dev.
- DrupalPackageBuilder — Class in namespace Drupal\Composer\Generator\Builder
Base class that includes helpful utility routine for Drupal builder classes.
- $ DrupalPackageBuilder#drupalCoreInfo — Property in class DrupalPackageBuilder
Information about composer.json, composer.lock etc. in current release.
- DrupalPinnedDevDependenciesBuilder — Class in namespace Drupal\Composer\Generator\Builder
Builder to produce metapackage for drupal/core-dev-pinned.
- DrupalCoreComposer — Class 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#data — Property in class Interpolator
The associative array of replacements.
- $ ManageGitIgnore#dir — Property in class ManageGitIgnore
The directory where the project is located.
- $ AppendOp#default — Property in class AppendOp
Path to the default data to use when appending to an empty file.
- $ OperationData#data — Property in class OperationData
The parameter data.
- $ OperationData#destination — Property 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#destination — Property 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#destination — Property 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#defaultConfig — Property 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#dynamicRequirementMap — Property in class CheckProvider
An array to map dynamic requirement keys to service IDs.
- DefaultAccessCheck — Class 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.
- DeleteAction — Class 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#dispatcher — Property 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#data — Property in class BaseCommand
The data to pass on to the client side.
- DataCommand — Class in namespace Drupal\Core\Ajax
An AJAX command for implementing jQuery's data() method.
- $ OpenDialogCommand#dialogOptions — Property 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#definition — Property in class ContextDefinition
The ContextDefinitionInterface object.
- $ Mail#description — Property in class Mail
A short description of the mail plugin.
- $ AppRootFactory#drupalKernel — Property in class AppRootFactory
The Drupal kernel.
- $ Archiver#description — Property 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#dumper — Property in class CssCollectionOptimizer
An asset dumper.
- CssCollectionOptimizer::deleteAll() — Method in class CssCollectionOptimizer
Deletes all optimized asset collections assets.
- $ JsCollectionOptimizer#dumper — Property 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#discoveryParser — Property 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#defaultBinBackends — Property in class CacheFactory
A map of cache bin to default cache backend service name.
- $ CacheTagsChecksumTrait#delayedTags — Property 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.
- DatabaseBackend — Class 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.
- DatabaseBackendFactory — Class in namespace Drupal\Core\Cache
- DatabaseCacheTagsChecksum — Class 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.
- DbCommandBase — Class in namespace Drupal\Core\Command
Base command that abstracts handling of database connection arguments.
- DbDumpApplication — Class in namespace Drupal\Core\Command
Provides a command to dump a database generation script.
- DbDumpCommand — Class in namespace Drupal\Core\Command
Provides a command to dump the current database to a script.
- DbImportCommand — Class in namespace Drupal\Core\Command
Provides a command to import the current database from a script.
- DbToolsApplication — Class 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#data — Property 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.
- DatabaseStorage — Class 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#data — Property 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#dependencies — Property 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.
- DraggableListBuilder — Class 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#directory — Property 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#directory — Property 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#definitions — Property 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#driverClasses — Property in class Connection
Index of what driver-specific class to use for various operations.
- Connection::defaultOptions() — Method in class Connection
Returns the default query options for any given query.
- Connection::delete() — Method in class Connection
Prepares and returns a DELETE query object.
- Connection::doCommit() — Method in class Connection
Do the actual commit, invoke post-commit callbacks.
- Connection::driver() — Method in class Connection
Returns the type of database driver.
- Connection::databaseType() — Method in class Connection
Returns the name of the PDO driver for this connection.
- Database — Class in namespace Drupal\Core\Database
Primary front-controller for the database system.
- $ Database#databaseInfo — Property in class Database
A processed copy of the database connection information from settings.php.
- DatabaseAccessDeniedException — Class in namespace Drupal\Core\Database
Exception thrown if access credentials fail.
- DatabaseException — Class in namespace Drupal\Core\Database
Interface for a database exception.
- DatabaseExceptionWrapper — Class in namespace Drupal\Core\Database
This wrapper class serves only to provide additional debug information.
- DatabaseNotFoundException — Class in namespace Drupal\Core\Database
Exception thrown if specified database is not found.
- DriverNotSpecifiedException — Class in namespace Drupal\Core\Database
Exception thrown if no driver is specified for a database connection.
- Delete — Class in namespace Drupal\Core\Database\Driver\pgsql
PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
- Delete — Class in namespace Drupal\Core\Database\Query
General class for an abstracted DELETE operation.
- $ InsertTrait#defaultFields — Property in class InsertTrait
An array of fields that should be set to their database-defined defaults.
- $ Merge#defaultFields — Property in class Merge
An array of fields which should be set to their database-defined defaults.
- $ Select#distinct — Property 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#defaultSchema — Property in class Schema
Definition of prefixInfo array structure.
- Schema::dropTable() — Method in class Schema
Drop a table.
- Schema::dropField() — Method in class Schema
Drop a field.
- Schema::dropPrimaryKey() — Method in class Schema
Drop the primary key.
- Schema::dropUniqueKey() — Method in class Schema
Drop a unique key.
- Schema::dropIndex() — Method in class Schema
Drop an index.
- $ StatementPrefetch#driverOptions — Property in class StatementPrefetch
Driver-specific options. Can be used by child classes.
- $ StatementPrefetch#data — Property in class StatementPrefetch
Main data store.
- $ StatementPrefetch#defaultFetchStyle — Property in class StatementPrefetch
Holds the default fetch style.
- $ StatementPrefetch#defaultFetchOptions — Property in class StatementPrefetch
Holds supplementary default fetch options.
- DateFormatInterface — Class in namespace Drupal\Core\Datetime
Provides an interface defining a date format.
- DateFormatter — Class in namespace Drupal\Core\Datetime
Provides a service to handle various date related functionality.
- $ DateFormatter#dateFormatStorage — Property in class DateFormatter
The date format storage.
- $ DateFormatter#dateFormats — Property in class DateFormatter
- DateFormatter::dateFormat() — Method in class DateFormatter
Loads the given format pattern for the given langcode.
- DateFormatterInterface — Class in namespace Drupal\Core\Datetime
Provides an interface defining a date formatter.
- DateHelper — Class 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.
- DrupalDateTime — Class in namespace Drupal\Core\Datetime
Extends DateTimePlus().
- DateElementBase — Class 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.
- Datelist — Class in namespace Drupal\Core\Datetime\Element
Provides a datelist element.
- Datetime — Class in namespace Drupal\Core\Datetime\Element
Provides a datetime element.
- $ Datetime#dateExample — Property in class Datetime
- DateFormat — Class in namespace Drupal\Core\Datetime\Entity
Defines the Date Format configuration entity class.
- DependencySerializationTraitPass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Sets the _serviceId property on all services.
- DeprecatedServicePass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Sets the _deprecated_service_list parameter.
- DependencySerializationTrait — Class in namespace Drupal\Core\DependencyInjection
Provides dependency injection friendly methods for serialization.
- DeprecatedServicePropertyTrait — Class in namespace Drupal\Core\DependencyInjection
Provides a standard way to announce deprecated properties.
- DestructableInterface — Class in namespace Drupal\Core
The interface for services that need explicit destruction.
- DestructableInterface::destruct() — Method in class DestructableInterface
Performs destruct operations.
- DiffFormatter — Class 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.
- DisplayVariant — Class in namespace Drupal\Core\Display\Annotation
Defines a display variant annotation object.
- VariantBase::defaultConfiguration() — Method in class VariantBase
Gets default configuration for this plugin.
- DrupalKernel — Class in namespace Drupal\Core
The DrupalKernel class is the core of Drupal itself.
- $ DrupalKernel#defaultBootstrapContainerDefinition — Property in class DrupalKernel
Holds the default bootstrap container definition.
- DrupalKernel::discoverServiceProviders() — Method in class DrupalKernel
Discovers available serviceProviders.
- DrupalKernelInterface — Class in namespace Drupal\Core
The interface for DrupalKernel, the core of Drupal.
- DrupalKernelInterface::discoverServiceProviders() — Method in class DrupalKernelInterface
Discovers available serviceProviders.
- $ ContentEntityBase#defaultLangcodeKey — Property in class ContentEntityBase
The default langcode entity key.
- $ ContentEntityBase#defaultLangcode — Property 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.
- DependencyTrait — Class in namespace Drupal\Core\Entity
Provides a trait for managing an object's dependencies.
- $ DependencyTrait#dependencies — Property in class DependencyTrait
The object's dependencies.
- DynamicallyFieldableEntityStorageInterface — Class 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#displayContext — Property in class EntityDisplayBase
Context in which this entity will be used (e.g. 'view', 'form').
- $ EntityDisplayRepository#displayModeInfo — Property 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_table — Property in class EntityType
The name of the entity type's data table.
- $ EntityFormDisplay#displayContext — Property in class EntityFormDisplay
- {@inheritdoc}
- $ EntityViewDisplay#displayContext — Property in class EntityViewDisplay
- {@inheritdoc}
- DeleteMultipleForm — Class 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#derivatives — Property in class EntityDeriver
List of derivative definitions.
- DefaultSelectionDeriver — Class in namespace Drupal\Core\Entity\Plugin\Derivative
Provides derivative plugins for the DefaultSelection plugin.
- DefaultSelection — Class 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#defaultRevisionMessage — Property in class EntityUntranslatableFieldsConstraint
- $ EntityUntranslatableFieldsConstraint#defaultTranslationMessage — Property in class EntityUntranslatableFieldsConstraint
- RevisionableStorageInterface::deleteRevision() — Method in class RevisionableStorageInterface
Deletes a specific entity revision.
- DefaultHtmlRouteProvider — Class in namespace Drupal\Core\Entity\Routing
Provides HTML routes for entities.
- DynamicallyFieldableEntityStorageSchemaInterface — Class in namespace Drupal\Core\Entity\Schema
A storage schema that supports entity types with dynamic field definitions.
- DefaultTableMapping — Class in namespace Drupal\Core\Entity\Sql
Defines a default table mapping class.
- $ DefaultTableMapping#dataTable — Property in class DefaultTableMapping
The table that stores field data, if the entity has multilingual support.
- $ SqlContentEntityStorage#defaultLangcodeKey — Property in class SqlContentEntityStorage
The default language entity key.
- $ SqlContentEntityStorage#dataTable — Property in class SqlContentEntityStorage
The table that stores properties, if the entity has multilingual support.
- $ SqlContentEntityStorage#database — Property 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#database — Property in class SqlContentEntityStorageSchema
The database connection to be used.
- $ SqlContentEntityStorageSchema#deletedFieldsRepository — Property 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.
- DefaultExceptionHtmlSubscriber — Class in namespace Drupal\Core\EventSubscriber
Exception subscriber for handling core default HTML error pages.
- $ FinishResponseSubscriber#debugCacheabilityHeaders — Property in class FinishResponseSubscriber
Whether to send cacheability headers for debugging purposes.
- DatabaseDriverUninstallValidator — Class in namespace Drupal\Core\Extension
Ensures installed modules providing a database driver are not uninstalled.
- Dependency — Class in namespace Drupal\Core\Extension
A value object representing dependency information.
- $ ExtensionList#defaults — Property 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#defaults — Property 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#defaults — Property in class ProfileExtensionList
- {@inheritdoc}
- $ ThemeEngineExtensionList#defaults — Property in class ThemeEngineExtensionList
- {@inheritdoc}
- $ ThemeExtensionList#defaults — Property 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#description — Property in class FieldFormatter
A short description of the formatter type.
- $ FieldType#description — Property in class FieldType
A short human readable description for the field type.
- $ FieldType#default_widget — Property in class FieldType
The plugin_id of the default widget for this field type.
- $ FieldType#default_formatter — Property in class FieldType
The plugin_id of the default formatter for this field type.
- $ FieldWidget#description — Property in class FieldWidget
A short description of the widget type.
- ChangedFieldItemList::defaultAccess() — Method in class ChangedFieldItemList
Contains the default access logic of this field.
- DeletedFieldsRepository — Class in namespace Drupal\Core\Field
Provides a repository for deleted field and field storage objects.
- DeletedFieldsRepositoryInterface — Class 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#description — Property in class FieldConfigBase
The field description.
- $ FieldConfigBase#default_value — Property in class FieldConfigBase
Default field value.
- $ FieldConfigBase#default_value_callback — Property 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#deletedFieldsRepository — Property in class FieldStorageDefinitionListener
The deleted fields repository.
- $ PluginSettingsBase#defaultSettingsMerged — Property 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#derivatives — Property in class FieldItemDeriver
List of derivative definitions.
- BooleanFormatter::defaultSettings() — Method in class BooleanFormatter
Defines the default settings for this plugin.
- DecimalFormatter — Class 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#dateFormatter — Property in class TimestampAgoFormatter
The date formatter service.
- TimestampAgoFormatter::defaultSettings() — Method in class TimestampAgoFormatter
Defines the default settings for this plugin.
- $ TimestampFormatter#dateFormatter — Property in class TimestampFormatter
The date formatter service.
- $ TimestampFormatter#dateFormatStorage — Property 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.
- DecimalItem — Class 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.
- DirectoryNotReadyException — Class 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#defaultMapping — Property in class ExtensionMimeTypeGuesser
Default MIME extension mapping.
- DatabaseBackend — Class 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#decoratedFormState — Property 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#defaults — Property in class LinkRelationTypeManager
- {@inheritdoc}
- $ ImageToolkitOperation#description — Property 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#deprecatedProperties — Property in class SiteConfigureForm
- {@inheritdoc}
- DatabaseStorage — Class 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.
- DatabaseStorageExpirable — Class 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#data — Property 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#data — Property 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#defaultValues — Property in class Language
The values to use to instantiate the default language.
- $ Language#direction — Property in class Language
The direction, left-to-right, or right-to-left.
- $ LanguageManager#defaultLanguage — Property in class LanguageManager
The default language object.
- $ Layout#description — Property in class Layout
A description for advanced layouts.
- $ Layout#default_region — Property in class Layout
The default region.
- LayoutDefault::defaultConfiguration() — Method in class LayoutDefault
Gets default configuration for this plugin.
- $ LayoutDefinition#deriver — Property in class LayoutDefinition
The name of the deriver of this layout definition, if any.
- $ LayoutDefinition#description — Property in class LayoutDefinition
An optional description for advanced layouts.
- $ LayoutDefinition#default_region — Property in class LayoutDefinition
The default region.
- DatabaseLockBackend — Class in namespace Drupal\Core\Lock
Defines the database lock backend. This is the default backend in Drupal.
- $ DatabaseLockBackend#database — Property 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#defaults — Property in class ContextualLinkManager
Provides default values for a contextual link definition.
- DefaultMenuLinkTreeManipulators — Class in namespace Drupal\Core\Menu
Provides a couple of menu link tree manipulators.
- $ LocalActionManager#defaults — Property in class LocalActionManager
Provides some default values for all local action plugins.
- $ LocalTaskManager#defaults — Property 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#defaults — Property in class MenuLinkManager
Provides some default values for the definition of all menu link plugins.
- $ MenuLinkManager#discovery — Property 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#depth — Property in class MenuLinkTreeElement
The depth of this link relative to the root of the tree.
- $ MenuTreeStorage#definitions — Property in class MenuTreeStorage
Stores definitions that have already been loaded for better performance.
- $ MenuTreeStorage#definitionFields — Property 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.
- DefaultRequestPolicy — Class in namespace Drupal\Core\PageCache
The default page cache request policy.
- DenyNoCacheRoutes — Class in namespace Drupal\Core\PageCache\ResponsePolicy
Cache policy for routes with the 'no_cache' option set.
- DynamicEntityTypeParamConverterTrait — Class in namespace Drupal\Core\ParamConverter
Provides a trait to replace dynamic entity types in routes.
- DefaultPasswordGenerator — Class in namespace Drupal\Core\Password
Provides a default password generator.
- $ UniquePathAliasConstraint#differentCapitalizationMessage — Property in class UniquePathAliasConstraint
Violation message when the path alias exists with different capitalization.
- $ ContextDefinition#dataType — Property in class ContextDefinition
The data type of the data.
- $ ContextDefinition#description — Property in class ContextDefinition
The human-readable description.
- $ ContextDefinition#defaultValue — Property 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.
- DefaultLazyPluginCollection — Class in namespace Drupal\Core\Plugin
Provides a default plugin collection for a plugin type.
- DefaultPluginManager — Class in namespace Drupal\Core\Plugin
Base class for plugin managers.
- $ DefaultPluginManager#defaults — Property 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.
- DefaultSingleLazyPluginCollection — Class in namespace Drupal\Core\Plugin
Provides a default plugin collection for a plugin type.
- DependentPluginDefinitionInterface — Class in namespace Drupal\Core\Plugin\Definition
Provides an interface for a plugin definition that has dependencies.
- DependentPluginDefinitionTrait — Class in namespace Drupal\Core\Plugin\Definition
Provides a trait for a plugin definition that has dependencies.
- $ AnnotatedClassDiscovery#directorySuffix — Property 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#decorated — Property in class InfoHookDecorator
The Discovery object being decorated.
- $ YamlDiscovery#discovery — Property in class YamlDiscovery
YAML file discovery and parsing handler.
- $ YamlDiscoveryDecorator#decorated — Property in class YamlDiscoveryDecorator
The Discovery object being decorated.
- $ BatchStorage#drupalProxyOriginalServiceId — Property in class BatchStorage
The id of the original proxied service.
- BatchStorage::delete() — Method in class BatchStorage
Deletes a batch.
- $ ConfigInstaller#drupalProxyOriginalServiceId — Property in class ConfigInstaller
The id of the original proxied service.
- $ Cron#drupalProxyOriginalServiceId — Property in class Cron
The id of the original proxied service.
- $ ContentUninstallValidator#drupalProxyOriginalServiceId — Property in class ContentUninstallValidator
The id of the original proxied service.
- DatabaseDriverUninstallValidator — Class in namespace Drupal\Core\ProxyClass\Extension
Provides a proxy class for \Drupal\Core\Extension\DatabaseDriverUninstallValidator.
- $ DatabaseDriverUninstallValidator#drupalProxyOriginalServiceId — Property in class DatabaseDriverUninstallValidator
The id of the original proxied service.
- $ ModuleInstaller#drupalProxyOriginalServiceId — Property in class ModuleInstaller
The id of the original proxied service.
- $ ModuleRequiredByThemesUninstallValidator#drupalProxyOriginalServiceId — Property in class ModuleRequiredByThemesUninstallValidator
The id of the original proxied service.
- $ RequiredModuleUninstallValidator#drupalProxyOriginalServiceId — Property in class RequiredModuleUninstallValidator
The id of the original proxied service.
- $ ExtensionMimeTypeGuesser#drupalProxyOriginalServiceId — Property in class ExtensionMimeTypeGuesser
The id of the original proxied service.
- $ MimeTypeGuesser#drupalProxyOriginalServiceId — Property in class MimeTypeGuesser
The id of the original proxied service.
- DatabaseLockBackend — Class in namespace Drupal\Core\ProxyClass\Lock
Provides a proxy class for \Drupal\Core\Lock\DatabaseLockBackend.
- $ DatabaseLockBackend#drupalProxyOriginalServiceId — Property in class DatabaseLockBackend
The id of the original proxied service.
- $ PersistentDatabaseLockBackend#drupalProxyOriginalServiceId — Property in class PersistentDatabaseLockBackend
The id of the original proxied service.
- $ ChainResponsePolicy#drupalProxyOriginalServiceId — Property in class ChainResponsePolicy
The id of the original proxied service.
- $ AdminPathConfigEntityConverter#drupalProxyOriginalServiceId — Property in class AdminPathConfigEntityConverter
The id of the original proxied service.
- $ MenuLinkPluginConverter#drupalProxyOriginalServiceId — Property in class MenuLinkPluginConverter
The id of the original proxied service.
- $ CachedDiscoveryClearer#drupalProxyOriginalServiceId — Property in class CachedDiscoveryClearer
The id of the original proxied service.
- $ BareHtmlPageRenderer#drupalProxyOriginalServiceId — Property in class BareHtmlPageRenderer
The id of the original proxied service.
- $ MatcherDumper#drupalProxyOriginalServiceId — Property in class MatcherDumper
The id of the original proxied service.
- MatcherDumper::dump() — Method in class MatcherDumper
- {@inheritdoc}
- $ RouteBuilder#drupalProxyOriginalServiceId — Property in class RouteBuilder
The id of the original proxied service.
- RouteBuilder::destruct() — Method in class RouteBuilder
Performs destruct operations.
- DatabaseQueue — Class 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.
- DelayableQueueInterface — Class in namespace Drupal\Core\Queue
Delayable queue interface.
- DelayableQueueInterface::delayItem() — Method in class DelayableQueueInterface
Delay an item so it runs in the future.
- DelayedRequeueException — Class in namespace Drupal\Core\Queue
Throw this exception to leave an item in the queue until its lock expires.
- $ DelayedRequeueException#delay — Property 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.
- Date — Class in namespace Drupal\Core\Render\Element
Provides a form element for date selection.
- Details — Class in namespace Drupal\Core\Render\Element
Provides a render element for a details element, similar to a fieldset.
- Dropbutton — Class in namespace Drupal\Core\Render\Element
Provides a render element for a set of links rendered as a drop-down button.
- DialogRenderer — Class 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#displayVariantManager — Property 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#destination — Property in class RedirectDestination
The destination used by the current request.
- $ RouteBuilder#dumper — Property in class RouteBuilder
The dumper to which we should send collected routes.
- $ RouteBuilder#dispatcher — Property 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#decodedChars — Property 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.
- DoTrustedCallbackTrait — Class 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#drupalKernel — Property in class SitePathFactory
The Drupal kernel.
- $ KernelPreHandle#drupalKernel — Property 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#defaultLangcode — Property 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#directory — Property in class FileTranslation
Directory to find translation files in the file system.
- $ BreakLockLink#dateFormatter — Property 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#dateFormatter — Property 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#databasePrefix — Property 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.
- DefaultNegotiator — Class 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.
- DataType — Class in namespace Drupal\Core\TypedData\Annotation
Defines a data type annotation object.
- $ DataType#description — Property in class DataType
The description of the data type.
- $ DataType#definition_class — Property in class DataType
The definition class to use for defining data of this type.
- DataDefinition — Class in namespace Drupal\Core\TypedData
A typed data definition class for defining data based on defined data types.
- $ DataDefinition#definition — Property in class DataDefinition
The array holding values for all definition keys.
- DataDefinitionInterface — Class in namespace Drupal\Core\TypedData
Interface for data definitions.
- DataReferenceBase — Class in namespace Drupal\Core\TypedData
Base class for typed data references.
- DataReferenceDefinition — Class in namespace Drupal\Core\TypedData
A typed data definition class for defining references.
- DataReferenceDefinitionInterface — Class in namespace Drupal\Core\TypedData
Interface for typed data references.
- DataReferenceInterface — Class in namespace Drupal\Core\TypedData
Interface for typed data references.
- DataReferenceTargetDefinition — Class in namespace Drupal\Core\TypedData
A typed data definition class for the entity reference target_id property.
- DateTimeIso8601 — Class in namespace Drupal\Core\TypedData\Plugin\DataType
A data type for ISO 8601 date strings.
- DurationIso8601 — Class in namespace Drupal\Core\TypedData\Plugin\DataType
The duration ISO8601 data type.
- $ Map#definition — Property in class Map
The data definition.
- DateTimeInterface — Class in namespace Drupal\Core\TypedData\Type
Interface for dates, optionally including a time.
- DurationInterface — Class in namespace Drupal\Core\TypedData\Type
Interface for durations.
- $ TypedData#definition — Property in class TypedData
The data definition.
- $ ExecutionContext#data — Property 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.
- DrupalTranslator — Class in namespace Drupal\Core\Validation
Translates strings using Drupal's translation system.
- DemoUmamiProfileTest — Class 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.
- DefaultContentFilesAccessTest — Class in namespace Drupal\Tests\demo_umami_content\Functional
Tests that files provided by demo_umami_content are not accessible.
- $ DefaultContentFilesAccessTest#defaultTheme — Property in class DefaultContentFilesAccessTest
- {@inheritdoc}
- $ MinimalTest#defaultTheme — Property in class MinimalTest
- {@inheritdoc}
- $ AggregatorFetcher#description — Property in class AggregatorFetcher
The description of the plugin.
- $ AggregatorParser#description — Property in class AggregatorParser
The description of the plugin.
- $ AggregatorProcessor#description — Property in class AggregatorProcessor
The description of the plugin.
- $ AggregatorController#dateFormatter — Property 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#definitions — Property 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.
- DefaultFetcher — Class in namespace Drupal\aggregator\Plugin\aggregator\fetcher
Defines a default fetcher implementation.
- DefaultParser — Class in namespace Drupal\aggregator\Plugin\aggregator\parser
Defines a default parser implementation.
- DefaultProcessor — Class in namespace Drupal\aggregator\Plugin\aggregator\processor
Defines a default processor implementation.
- $ DefaultProcessor#dateFormatter — Property in class DefaultProcessor
The date formatter service.
- DefaultProcessor::delete() — Method in class DefaultProcessor
Deletes stored feed data.
- DisallowBasicAuthRequests — Class 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#defaultTheme — Property in class Block
The default theme name.
- AdminDemoNegotiator::determineActiveTheme() — Method in class AdminDemoNegotiator
Determine the active theme for the request.
- $ AccessGroupAnd#dependencies — Property in class AccessGroupAnd
The access dependencies.
- DependentAccessInterface — Class 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#description — Property 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#deprecatedProperties — Property in class BookNavigationCacheContext
- {@inheritdoc}
- BookNavigationBlock::defaultConfiguration() — Method in class BookNavigationBlock
- {@inheritdoc}
- $ BookUninstallValidator#drupalProxyOriginalServiceId — Property in class BookUninstallValidator
The id of the original proxied service.
- $ BreakpointManager#defaults — Property in class BreakpointManager
- {@inheritdoc}
- $ CKEditor5Plugin#drupal — Property in class CKEditor5Plugin
The Drupal aspects of the plugin definition.
- DrupalAspectsOfCKEditor5Plugin — Class in namespace Drupal\ckeditor5\Annotation
Defines the "Drupal aspects of a CKEditor5Plugin" annotation object.
- HTMLRestrictionsUtilities::diffAllowedElements() — Method in class HTMLRestrictionsUtilities
Compares two HTML restrictions.
- DynamicPluginConfigWithCsrfTokenUrlTrait — Class 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.
- DrupalImage — Class in namespace Drupal\ckeditor\Plugin\CKEditorPlugin
Defines the "drupalimage" plugin.
- DrupalImageCaption — Class in namespace Drupal\ckeditor\Plugin\CKEditorPlugin
Defines the "drupalimagecaption" plugin.
- DrupalLink — Class in namespace Drupal\ckeditor\Plugin\CKEditorPlugin
Defines the "drupallink" plugin.
- $ CommentStatistics#database — Property in class CommentStatistics
The current database connection.
- $ CommentStatistics#databaseReplica — Property 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#description — Property in class CommentType
The description of the comment type.
- $ CommentAdminOverview#dateFormatter — Property in class CommentAdminOverview
The date formatter service.
- DeleteForm — Class 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.
- D7Comment — Class in namespace Drupal\comment\Plugin\migrate
Migration plugin for Drupal 7 comments with fields.
- $ UserUid#database — Property 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.
- Depth — Class 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#database — Property 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#diffFormatter — Property 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#definitions — Property in class ConfigSingleExportForm
Tracks the valid config entity type definitions.
- $ ConfigSingleImportForm#data — Property 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#defaults — Property in class ConfigMapperManager
- {@inheritdoc}
- ConfigTranslationFieldListBuilder::displayBundle() — Method in class ConfigTranslationFieldListBuilder
Controls the visibility of the bundle column on field list pages.
- DateFormat — Class in namespace Drupal\config_translation\FormElement
Defines the date format element for the configuration translation interface.
- $ FormElementBase#definition — Property in class FormElementBase
The data definition of the element this form element is for.
- $ MessageForm#dateFormatter — Property in class MessageForm
The date formatter service.
- $ ContentModerationState#defaultRevision — Property in class ContentModerationState
If entities should be the default revision if in this state.
- DynamicLocalTasks — Class 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#dateFormatter — Property in class ContentTranslationHandler
The date formatter service.
- $ ContentTranslationSynchronizedFieldsConstraint#defaultRevisionMessage — Property in class ContentTranslationSynchronizedFieldsConstraint
Message shown for non-translatable field changes in non-default revision.
- $ ContentTranslationSynchronizedFieldsConstraint#defaultTranslationMessage — Property 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.
- DateTimeComputed — Class in namespace Drupal\datetime
A computed property for dates of date time field items.
- $ DateTimeComputed#date — Property in class DateTimeComputed
Cached computed date.
- DateTimeCustomFormatter — Class 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.
- DateTimeDefaultFormatter — Class 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.
- DateTimeFormatterBase — Class in namespace Drupal\datetime\Plugin\Field\FieldFormatter
Base class for 'DateTime Field formatter' plugin implementations.
- $ DateTimeFormatterBase#dateFormatter — Property in class DateTimeFormatterBase
The date formatter service.
- $ DateTimeFormatterBase#dateFormatStorage — Property in class DateTimeFormatterBase
The date format entity storage.
- DateTimeFormatterBase::defaultSettings() — Method in class DateTimeFormatterBase
Defines the default settings for this plugin.
- DateTimePlainFormatter — Class in namespace Drupal\datetime\Plugin\Field\FieldFormatter
Plugin implementation of the 'Plain' formatter for 'datetime' fields.
- DateTimeTimeAgoFormatter — Class in namespace Drupal\datetime\Plugin\Field\FieldFormatter
Plugin implementation of the 'Time ago' formatter for 'datetime' fields.
- DateTimeFieldItemList — Class 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.
- DateTimeItem — Class 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.
- DateTimeItemInterface — Class in namespace Drupal\datetime\Plugin\Field\FieldType
Interface definition for Datetime items.
- DateTimeDatelistWidget — Class 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.
- DateTimeDefaultWidget — Class in namespace Drupal\datetime\Plugin\Field\FieldWidget
Plugin implementation of the 'datetime_default' widget.
- $ DateTimeDefaultWidget#dateStorage — Property in class DateTimeDefaultWidget
The date format storage.
- DateTimeWidgetBase — Class in namespace Drupal\datetime\Plugin\Field\FieldWidget
Base class for the 'datetime_*' widgets.
- DateTimeFormatConstraint — Class in namespace Drupal\datetime\Plugin\Validation\Constraint
Validation constraint for DateTime items to ensure the format is correct.
- DateTimeFormatConstraintValidator — Class in namespace Drupal\datetime\Plugin\Validation\Constraint
Constraint validator for DateTime items to ensure the format is correct.
- DateField — Class 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.
- Date — Class in namespace Drupal\datetime\Plugin\views\argument
Abstract argument handler for dates.
- DayDate — Class in namespace Drupal\datetime\Plugin\views\argument
Argument handler for a day.
- Date — Class in namespace Drupal\datetime\Plugin\views\filter
Date/time views filter.
- $ Date#dateFormatter — Property in class Date
The date formatter service.
- $ Date#dateFormat — Property in class Date
Date format for SQL conversion.
- Date — Class in namespace Drupal\datetime\Plugin\views\sort
Basic sort handler for datetime fields.
- DateTimeRangeTrait — Class in namespace Drupal\datetime_range
Provides friendly methods for datetime range.
- DateRangeCustomFormatter — Class 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.
- DateRangeDefaultFormatter — Class 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.
- DateRangePlainFormatter — Class 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.
- DateRangeFieldItemList — Class 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.
- DateRangeItem — Class in namespace Drupal\datetime_range\Plugin\Field\FieldType
Plugin implementation of the 'daterange' field type.
- DateRangeDatelistWidget — Class 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.
- DateRangeDefaultWidget — Class in namespace Drupal\datetime_range\Plugin\Field\FieldWidget
Plugin implementation of the 'daterange_default' widget.
- $ DateRangeDefaultWidget#dateStorage — Property in class DateRangeDefaultWidget
The date format storage.
- DateRangeWidgetBase — Class in namespace Drupal\datetime_range\Plugin\Field\FieldWidget
Base class for the 'daterange_*' widgets.
- DbLogController — Class in namespace Drupal\dblog\Controller
Returns responses for dblog routes.
- $ DbLogController#database — Property in class DbLogController
The database service.
- $ DbLogController#dateFormatter — Property in class DbLogController
The date formatter service.
- DblogClearLogConfirmForm — Class in namespace Drupal\dblog\Form
Provides a confirmation form before clearing out the logs.
- DblogFilterForm — Class in namespace Drupal\dblog\Form
Provides the database logging filter form.
- DbLog — Class in namespace Drupal\dblog\Logger
Logs events in the watchdog database table.
- DBLogResource — Class in namespace Drupal\dblog\Plugin\rest\resource
Provides a resource for database watchdog log entries.
- DblogMessage — Class 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.
- DblogOperations — Class in namespace Drupal\dblog\Plugin\views\field
Provides a field handler that renders operation link markup.
- DblogTypes — Class 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.
- DynamicPageCacheSubscriber — Class in namespace Drupal\dynamic_page_cache\EventSubscriber
Returns cached responses as early and avoiding as much work as possible.
- $ DynamicPageCacheSubscriber#dynamicPageCacheRedirectRenderArray — Property in class DynamicPageCacheSubscriber
Dynamic Page Cache's redirect render array.
- DefaultRequestPolicy — Class in namespace Drupal\dynamic_page_cache\PageCache\RequestPolicy
The default Dynamic Page Cache request policy.
- DenyAdminRoutes — Class in namespace Drupal\dynamic_page_cache\PageCache\ResponsePolicy
Cache policy for routes with the '_admin_route' option set.
- $ FieldConfig#deleted — Property in class FieldConfig
Flag indicating whether the field is deleted.
- $ FieldStorageConfig#deleted — Property in class FieldStorageConfig
Flag indicating whether the field is deleted.
- $ FieldConfigStorage#deletedFieldsRepository — Property in class FieldConfigStorage
The deleted fields repository.
- $ FieldStorageConfigStorage#deletedFieldsRepository — Property 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#drupalProxyOriginalServiceId — Property in class FieldUninstallValidator
The id of the original proxied service.
- FieldLayoutEntityDisplayTrait::doGetLayout() — Method in class FieldLayoutEntityDisplayTrait
Gets the layout plugin.
- $ EntityDisplayFormBase#displayContext — Property in class EntityDisplayFormBase
The display context. Either 'view' or 'form'.
- $ EntityFormDisplayEditForm#displayContext — Property in class EntityFormDisplayEditForm
- {@inheritdoc}
- $ EntityViewDisplayEditForm#displayContext — Property in class EntityViewDisplayEditForm
- {@inheritdoc}
- DatabaseFileUsageBackend — Class 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.
- DefaultFileFormatter — Class 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.
- DescriptionAwareFileFormatterBase — Class 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#description — Property in class Filter
Additional administrative information about the filter's behavior.
- FilterFormat::disable() — Method in class FilterFormat
Disables the configuration entity.
- $ FilterPluginCollection#definitions — Property in class FilterPluginCollection
All possible filter plugin IDs.
- FilterBase::defaultConfiguration() — Method in class FilterBase
Gets default configuration for this plugin.
- $ FilterUninstallValidator#drupalProxyOriginalServiceId — Property in class FilterUninstallValidator
The id of the original proxied service.
- DeleteForm — Class in namespace Drupal\forum\Form
Builds the form to delete a forum term.
- $ ForumIndexStorage#database — Property 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#drupalProxyOriginalServiceId — Property 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#description — Property in class HelpSection
The description of the help page section.
- $ HelpTopicDiscovery#directories — Property in class HelpTopicDiscovery
An array of directories to scan, keyed by the provider.
- $ HelpTopicPluginManager#defaults — Property in class HelpTopicPluginManager
Provides default values for all help topic plugins.
- $ HelpTopicSection#defaultLanguage — Property in class HelpTopicSection
The default language object.
- $ HelpSearch#database — Property 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#description — Property 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.
- DenyPrivateImageStyleDownload — Class 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.
- DesaturateImageEffect — Class 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.
- DefaultExceptionSubscriber — Class 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.
- Data — Class in namespace Drupal\jsonapi\JsonApiResource
Represents the
dataandincludedobjects of a top-level object.- $ Data#data — Property in class Data
Various representations of JSON:API objects.
- Data::deduplicate() — Method in class Data
Returns a new, deduplicated Data object.
- $ JsonApiDocumentTopLevel#data — Property in class JsonApiDocumentTopLevel
The data to normalize.
- $ Relationship#data — Property in class Relationship
The data of the relationship object.
- ResourceIdentifier::deduplicate() — Method in class ResourceIdentifier
Deduplicates an array of ResourceIdentifier objects.
- DataNormalizer — Class 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#deserializationTargetClass — Property in class ResourceType
The class to which a payload converts to.
- $ ResourceTypeBuildEvent#disabled — Property 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#description — Property in class LanguageNegotiation
The description of the language negotiation plugin.
- LanguageConfigOverride::delete() — Method in class LanguageConfigOverride
Deletes the configuration object.
- DefaultLanguageItem — Class in namespace Drupal\language
Alternative plugin implementation of the 'language' field type.
- $ ConfigurableLanguage#direction — Property in class ConfigurableLanguage
The direction of language, either DIRECTION_LTR or DIRECTION_RTL.
- $ ContentLanguageSettings#default_langcode — Property in class ContentLanguageSettings
The default language code.
- DeleteDefaultLanguageException — Class 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.
- DefaultLangcode — Class in namespace Drupal\language\Plugin\migrate\destination
Provides a destination plugin for the default langcode config.
- $ LanguageConverter#drupalProxyOriginalServiceId — Property in class LanguageConverter
The id of the original proxied service.
- DefaultsSectionStorageInterface — Class 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#database — Property in class SetInlineBlockDependency
The database connection.
- LayoutSectionItemList::defaultAccess() — Method in class LayoutSectionItemList
Overrides \Drupal\Core\Field\FieldItemListInterface::defaultAccess().
- $ ConfigureBlockFormBase#delta — Property in class ConfigureBlockFormBase
The field delta.
- ConfigureBlockFormBase::doBuildForm() — Method in class ConfigureBlockFormBase
Builds the form for the block.
- $ ConfigureSectionForm#delta — Property in class ConfigureSectionForm
The field delta.
- DefaultsEntityForm — Class in namespace Drupal\layout_builder\Form
Provides a form containing the Layout Builder UI for defaults.
- DiscardLayoutChangesForm — Class in namespace Drupal\layout_builder\Form
Discards any pending changes to the layout.
- $ LayoutRebuildConfirmFormBase#delta — Property in class LayoutRebuildConfirmFormBase
The field delta.
- $ MoveBlockForm#delta — Property in class MoveBlockForm
The section delta.
- InlineBlockEntityOperations::deleteBlocksAndUsage() — Method in class InlineBlockEntityOperations
Delete the inline blocks and the usage records.
- $ InlineBlockUsage#database — Property 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.
- DefaultsSectionStorage — Class 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#defaultConfigStorage — Property 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#description — Property in class MediaSource
A brief description of the media source.
- $ MediaSource#default_thumbnail_filename — Property in class MediaSource
A filename for the default thumbnail.
- $ MediaSource#default_name_metadata_attribute — Property in class MediaSource
The metadata attribute name to provide the default name.
- $ MediaType#description — Property in class MediaType
A brief description of this media type.
- $ MediaListBuilder#dateFormatter — Property in class MediaListBuilder
The date formatter service.
- MediaSourceBase::defaultConfiguration() — Method in class MediaSourceBase
Gets default configuration for this plugin.
- $ ResourceException#data — Property in class ResourceException
The resource data.
- UrlResolver::discoverResourceUrl() — Method in class UrlResolver
Runs oEmbed discovery and returns the endpoint URL if successful.
- DrupalMedia — Class in namespace Drupal\media\Plugin\CKEditorPlugin
Defines the "drupalmedia" plugin.
- DynamicLocalTasks — Class 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#disallowedProviderMessage — Property 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.
- DrupalMediaLibrary — Class 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_module — Property in class MigrateDestination
Identifies the system handling the data the destination plugin will write.
- $ MigratePostRowSaveEvent#destinationIdValues — Property in class MigratePostRowSaveEvent
The row's destination ID.
- $ MigrateRowDeleteEvent#destinationIdValues — Property 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#derivatives — Property in class MigrateEntity
List of derivative definitions.
- $ MigrateEntityRevision#derivatives — Property in class MigrateEntityRevision
List of derivative definitions.
- $ ProviderFilterDecorator#decorated — Property 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#destination — Property in class Migration
The destination configuration, with at least a 'plugin' key.
- $ Migration#destinationPlugin — Property in class Migration
The destination plugin.
- $ Migration#destinationIds — Property in class Migration
The destination identifiers.
- $ Migration#dependencies — Property in class Migration
The migration's configuration dependencies.
- $ Migration#destinationPluginManager — Property in class Migration
The destination plugin manager.
- $ MigrationPluginManager#defaults — Property in class MigrationPluginManager
Provides default values for migrations.
- $ NoSourcePluginDecorator#decorated — Property in class NoSourcePluginDecorator
The Discovery object being decorated.
- DestinationBase — Class 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#database — Property in class Sql
The database connection for the map/message tables on the destination.
- $ Sql#destinationIdFields — Property in class Sql
The destination ID fields.
- $ Sql#destinationIds — Property 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.
- DefaultValue — Class in namespace Drupal\migrate\Plugin\migrate\process
Returns a given default value if the input is empty.
- Download — Class in namespace Drupal\migrate\Plugin\migrate\process
Downloads a file from a HTTP(S) remote location into the local file system.
- $ FileCopy#downloadPlugin — Property in class FileCopy
An instance of the download process plugin.
- DummyQueryTrait — Class in namespace Drupal\migrate\Plugin\migrate\source
Provides a dummy select query object for source plugins.
- DummyQueryTrait::doCount() — Method in class DummyQueryTrait
- {@inheritdoc}
- $ EmbeddedDataSource#dataRows — Property 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#database — Property in class SqlBase
The database object.
- SqlBase::doCount() — Method in class SqlBase
Gets the source count using countQuery().
- $ Row#destination — Property in class Row
The destination values.
- $ MigrateField#destination_module — Property in class MigrateField
Identifies the system handling the data the destination plugin will write.
- $ FieldDiscovery#discoveredFieldsCache — Property in class FieldDiscovery
A cache of discovered fields.
- $ MigrationState#declaredBySource — Property in class MigrationState
An array of destinations declared for each source migration.
- $ MigrationState#discoveredBySource — Property in class MigrationState
An array of migration source and destinations derived from migrations.
- $ MigrationState#destinations — Property 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#defaultConfiguration — Property 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.
- DrupalSqlBase — Class 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#dateFormatter — Property in class IncrementalForm
The date formatter service.
- $ MigrateUpgradeFormBase#destinationSiteVersion — Property in class MigrateUpgradeFormBase
The destination site major version.
- Connection::driver() — Method in class Connection
Returns the type of database driver.
- Connection::databaseType() — Method in class Connection
Returns the name of the PDO driver for this connection.
- Connection::doCommit() — Method in class Connection
Do the actual commit, invoke post-commit callbacks.
- Delete — Class in namespace Drupal\mysql\Driver\Database\mysql
MySQL implementation of \Drupal\Core\Database\Query\Delete.
- Schema::dropTable() — Method in class Schema
Drop a table.
- Schema::dropField() — Method in class Schema
Drop a field.
- Schema::dropPrimaryKey() — Method in class Schema
Drop the primary key.
- Schema::dropUniqueKey() — Method in class Schema
Drop a unique key.
- Schema::dropIndex() — Method in class Schema
Drop an index.
- $ NodeController#dateFormatter — Property in class NodeController
The date formatter service.
- $ NodeType#description — Property in class NodeType
A brief description of this node type.
- $ NodeType#display_submitted — Property 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.
- DeleteMultiple — Class in namespace Drupal\node\Form
Provides a node deletion confirmation form.
- $ NodeRevisionDeleteForm#dateFormatter — Property in class NodeRevisionDeleteForm
The date formatter service.
- $ NodeRevisionRevertForm#dateFormatter — Property 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#dateFormatter — Property in class NodeForm
The date formatter service.
- $ NodeGrantDatabaseStorage#database — Property 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#dateFormatter — Property in class NodeListBuilder
The date formatter service.
- NodeTypeInterface::displaySubmitted() — Method in class NodeTypeInterface
Gets whether 'Submitted by' information should be shown.
- DenyNodePreview — Class in namespace Drupal\node\PageCache
Cache policy for node preview page.
- AssignOwnerNode::defaultConfiguration() — Method in class AssignOwnerNode
Gets default configuration for this plugin.
- DemoteNode — Class 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#database — Property in class NodeSearch
The current database connection.
- $ NodeSearch#databaseReplica — Property in class NodeSearch
The replica database connection.
- NodeSearch::defaultConfiguration() — Method in class NodeSearch
Gets default configuration for this plugin.
- D6NodeDeriver — Class in namespace Drupal\node\Plugin\migrate
Deriver for Drupal 6 node and node revision migrations based on node types.
- D6NodeTranslation — Class in namespace Drupal\node\Plugin\migrate
Migration plugin for the Drupal 6 node translations.
- D7NodeDeriver — Class in namespace Drupal\node\Plugin\migrate
Deriver for Drupal 7 node and node revision migrations based on node types.
- D7NodeTranslation — Class 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#deprecatedProperties — Property 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#drupalProxyOriginalServiceId — Property in class NodePreviewConverter
The id of the original proxied service.
- ListItemBase::defaultStorageSettings() — Method in class ListItemBase
Defines the storage-level settings for this plugin.
- NumberListField::defineOptions() — Method in class NumberListField
Information about options for all kinds of purposes will be held here.
- StringListField::defineOptions() — Method in class StringListField
Information about options for all kinds of purposes will be held here.
- PathFieldItemList::defaultAccess() — Method in class PathFieldItemList
Contains the default access logic of this field.
- PathFieldItemList::delete() — Method in class PathFieldItemList
Defines custom delete behavior for field values.
- Connection::driver() — Method in class Connection
Returns the type of database driver.
- Connection::databaseType() — Method in class Connection
Returns the name of the PDO driver for this connection.
- Delete — Class in namespace Drupal\pgsql\Driver\Database\pgsql
PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
- Schema::dropTable() — Method in class Schema
Drop a table.
- Schema::dropField() — Method in class Schema
Drop a field.
- Schema::dropPrimaryKey() — Method in class Schema
Drop the primary key.
- Schema::dropUniqueKey() — Method in class Schema
Drop a unique key.
- Schema::dropIndex() — Method in class Schema
Drop an index.
- CommonDataConverter::dateIso8601Value() — Method in class CommonDataConverter
Converts a date entity field array into an ISO 8601 timestamp string.
- ResponsiveImageFormatter::defaultSettings() — Method in class ResponsiveImageFormatter
Defines the default settings for this plugin.
- $ EntityDeriver#derivatives — Property 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().
- DataEntityRow — Class in namespace Drupal\rest\Plugin\views\row
Plugin which displays entities as raw data.
- DataFieldRow — Class 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}
- DefaultExceptionSubscriber — Class in namespace Drupal\serialization\EventSubscriber
Handles default error responses in serialization formats.
- ConfigEntityNormalizer::denormalize() — Method in class ConfigEntityNormalizer
- {@inheritdoc}
- DateTimeIso8601Normalizer — Class in namespace Drupal\serialization\Normalizer
Converts values for the DateTimeIso8601 data type to RFC3339.
- DateTimeIso8601Normalizer::denormalize() — Method in class DateTimeIso8601Normalizer
- {@inheritdoc}
- DateTimeNormalizer — Class 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#database — Property in class ShortcutSetDeleteForm
The database connection.
- ShortcutSetStorage::deleteAssignedShortcutSets() — Method in class ShortcutSetStorage
Delete shortcut sets assigned to users.
- ShortcutSetStorageInterface::deleteAssignedShortcutSets() — Method in class ShortcutSetStorageInterface
Delete shortcut sets assigned to users.
- Connection::driver() — Method in class Connection
Returns the type of database driver.
- Connection::databaseType() — Method in class Connection
Returns the name of the PDO driver for this connection.
- Delete — Class in namespace Drupal\sqlite\Driver\Database\sqlite
SQLite implementation of \Drupal\Core\Database\Query\Delete.
- $ Schema#defaultSchema — Property in class Schema
Override DatabaseSchema::$defaultSchema.
- Schema::dropTable() — Method in class Schema
Drop a table.
- Schema::dropField() — Method in class Schema
Drop a field.
- Schema::dropIndex() — Method in class Schema
Drop an index.
- Schema::dropUniqueKey() — Method in class Schema
Drop a unique key.
- Schema::dropPrimaryKey() — Method in class Schema
Drop the primary key.
- NodeStatisticsDatabaseStorage::deleteViews() — Method in class NodeStatisticsDatabaseStorage
Delete counts for a specific entity.
- StatisticsPopularBlock::defaultConfiguration() — Method in class StatisticsPopularBlock
- {@inheritdoc}
- StatisticsStorageInterface::deleteViews() — Method in class StatisticsStorageInterface
Delete counts for a specific entity.
- $ StatisticsViewsResult#dayCount — Property in class StatisticsViewsResult
- DbUpdateAccessCheck — Class in namespace Drupal\system\Access
Access check for database update routes.
- DbUpdateController — Class in namespace Drupal\system\Controller
Controller routines for database update routes.
- DateFormatAccessControlHandler — Class in namespace Drupal\system
Defines the access control handler for the date format entity type.
- DateFormatListBuilder — Class in namespace Drupal\system
Defines a class to build a listing of date format entities.
- $ DateFormatListBuilder#dateFormatter — Property in class DateFormatListBuilder
The date formatter service.
- $ Menu#description — Property 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#dateFormatter — Property in class CronForm
The date formatter service.
- DateFormatAddForm — Class in namespace Drupal\system\Form
Provides a form for adding a date format.
- DateFormatDeleteForm — Class in namespace Drupal\system\Form
Builds a form to delete a date format.
- $ DateFormatDeleteForm#dateFormatter — Property in class DateFormatDeleteForm
The date formatter service.
- DateFormatEditForm — Class in namespace Drupal\system\Form
Provides a form for editing a date format.
- DateFormatFormBase — Class in namespace Drupal\system\Form
Provides a base form for date formats.
- $ DateFormatFormBase#dateFormatter — Property in class DateFormatFormBase
The date formatter service.
- $ DateFormatFormBase#dateFormatStorage — Property in class DateFormatFormBase
The date format storage.
- $ FileSystemForm#dateFormatter — Property in class FileSystemForm
The date formatter service.
- $ PerformanceForm#dateFormatter — Property 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.
- Desaturate — Class 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#defaultLanguage — Property 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.
- DbUpdateNegotiator — Class 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#description — Property in class Vocabulary
Description of the vocabulary.
- TermSelection::defaultConfiguration() — Method in class TermSelection
Gets default configuration for this plugin.
- D6TermNodeDeriver — Class in namespace Drupal\taxonomy\Plugin\migrate
Deriver for Drupal 6 term node migrations based on vocabularies.
- D7TaxonomyTermDeriver — Class 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#database — Property in class TrackerController
The database connection.
- $ TrackerController#databaseReplica — Property in class TrackerController
The database replica connection.
- $ TrackerController#dateFormatter — Property in class TrackerController
The date formatter.
- UpdateFetcher::doRequest() — Method in class UpdateFetcher
Applies a GET request with a possible HTTP fallback.
- UpdateProcessor::deleteQueueItem() — Method in class UpdateProcessor
Deletes a finished item from the update fetch queue.
- UpdateProcessorInterface::deleteQueueItem() — Method in class UpdateProcessorInterface
Deletes a finished item from the update fetch queue.
- $ UpdateRoot#drupalKernel — Property in class UpdateRoot
The Drupal kernel.
- $ UserController#dateFormatter — Property 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#database — Property in class UserSearch
The database connection.
- $ UserUpdate7002#dateConfig — Property 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#database — Property 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#dateFormatter — Property 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_types — Property in class ViewsAccess
The types of the display this plugin can be used with.
- $ ViewsCache#display_types — Property in class ViewsCache
The types of the display this plugin can be used with.
- $ ViewsExposedForm#display_types — Property in class ViewsExposedForm
The types of the display this plugin can be used with.
- $ ViewsPager#display_types — Property in class ViewsPager
The types of the display this plugin can be used with.
- $ ViewsRow#display_types — Property in class ViewsRow
The types of the display this plugin can be used with.
- $ ViewsStyle#display_types — Property in class ViewsStyle
The types of the display this plugin can be used with.
- DisplayPluginCollection — Class in namespace Drupal\views
A class which wraps the displays of a view so you can lazy-initialize them.
- DefaultLanguageRenderer — Class in namespace Drupal\views\Entity\Render
Renders entities in their default language.
- $ View#description — Property in class View
The description of the view, which is used only in the interface.
- $ View#display — Property 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#displayID — Property in class ViewsBlockBase
The display ID being used for this View.
- $ ViewsBlockBase#displaySet — Property in class ViewsBlockBase
Indicates whether the display was successfully set.
- ViewsBlockBase::defaultConfiguration() — Method in class ViewsBlockBase
- {@inheritdoc}
- DependentWithRemovalPluginInterface — Class in namespace Drupal\views\Plugin
Provides an interface for a plugin that has dependencies that can be removed.
- DefaultWizardDeriver — Class in namespace Drupal\views\Plugin\Derivative
A derivative class which provides automatic wizards for all base tables.
- $ ViewsBlock#derivatives — Property in class ViewsBlock
List of derivative definitions.
- $ ViewsEntityArgumentValidator#derivatives — Property in class ViewsEntityArgumentValidator
List of derivative definitions.
- $ ViewsEntityRow#derivatives — Property in class ViewsEntityRow
Stores all entity row plugin information.
- $ ViewsExposedFilterBlock#derivatives — Property 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#displayHandler — Property in class PluginBase
The display object this plugin is for.
- $ PluginBase#definition — Property 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.
- DisplayLink — Class 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.
- Date — Class in namespace Drupal\views\Plugin\views\argument
Argument handler for dates.
- $ Date#dateFormatter — Property 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.
- DayDate — Class 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#dateFormatter — Property 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.
- DefaultDisplay — Class in namespace Drupal\views\Plugin\views\display
A plugin to handle defaults on a view.
- DisplayMenuInterface — Class in namespace Drupal\views\Plugin\views\display
Defines an interface for displays that provide menu links.
- DisplayPluginBase — Class in namespace Drupal\views\Plugin\views\display
Base class for views display plugins.
- $ DisplayPluginBase#display — Property 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.
- DisplayPluginInterface — Class 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.
- DisplayRouterInterface — Class 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().
- DefaultDisplayExtender — Class in namespace Drupal\views\Plugin\views\display_extender
Default display extender plugin; does nothing.
- DisplayExtenderPluginBase — Class 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.
- Date — Class in namespace Drupal\views\Plugin\views\field
A handler to provide proper displays for dates.
- $ Date#dateFormatter — Property in class Date
The date formatter service.
- $ Date#dateFormatStorage — Property 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.
- Dropbutton — Class 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#dateFormatter — Property 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.
- Date — Class 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.
- DateSqlInterface — Class in namespace Drupal\views\Plugin\views\query
Defines an interface for handling date queries with SQL.
- $ MysqlDateSql#database — Property in class MysqlDateSql
The database connection.
- $ PostgresqlDateSql#database — Property in class PostgresqlDateSql
The database connection.
- $ Sql#distinct — Property in class Sql
A flag as to whether or not to make the primary field distinct.
- $ Sql#dateSql — Property 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#database — Property 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.
- Date — Class 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.
- DefaultStyle — Class in namespace Drupal\views\Plugin\views\style
Unformatted style plugin to render rows one after another with no decorations.
- DefaultSummary — Class 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#defaultFieldLabels — Property 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#defaultFieldLabels — Property 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#definedOptions — Property 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_handler — Property in class ViewExecutable
The current used display plugin.
- $ ViewExecutable#displayHandlers — Property in class ViewExecutable
The list of used displays of the view.
- $ ViewExecutable#dom_id — Property 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#deprecationsEnabled — Property in class ViewsConfigUpdater
Flag determining whether deprecations should be triggered.
- $ ViewsDataHelper#data — Property in class ViewsDataHelper
The views data object, containing the cached information.
- Display — Class in namespace Drupal\views_ui\Form\Ajax
Provides a form for editing the Views display.
- $ ViewUIConverter#drupalProxyOriginalServiceId — Property in class ViewUIConverter
The id of the original proxied service.
- $ ViewEditForm#dateFormatter — Property in class ViewEditForm
The date formatter service.
- $ ViewFormBase#displayID — Property in class ViewFormBase
The name of the display used by the form.
- $ ViewListBuilder#displayManager — Property 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.
- DeletedWorkspaceConstraint — Class in namespace Drupal\workspaces\Plugin\Validation\Constraint
Deleted workspace constraint.
- DeletedWorkspaceConstraintValidator — Class in namespace Drupal\workspaces\Plugin\Validation\Constraint
Checks if data still exists for a deleted workspace ID.
- $ WorkspaceAssociation#database — Property 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#database — Property in class WorkspaceMerger
The database connection.
- $ WorkspaceOperationFactory#database — Property in class WorkspaceOperationFactory
The database connection.
- $ WorkspacePublisher#database — Property in class WorkspacePublisher
The database connection.
- $ WorkspaceViewBuilder#dateFormatter — Property 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#errors — Property in class DateTimePlus
An array of errors encountered when creating this date.
- OptimizedPhpArrayDumper::escape() — Method in class OptimizedPhpArrayDumper
Escapes parameters.
- $ Diff#edits — Property in class Diff
The list of differences as an array of diff operations.
- Event — Class 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#errors — Property 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.
- ExceptionInterface — Class 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.
- EmailValidator — Class in namespace Drupal\Component\Utility
Validates email addresses.
- EmailValidatorInterface — Class in namespace Drupal\Component\Utility
Validates email addresses.
- Environment — Class 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#eventName — Property 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#endToken — Property 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.
- EntityActionDeriverBase — Class in namespace Drupal\Core\Action\Plugin\Action\Derivative
Provides a base action for each entity type with specific interfaces.
- $ EntityActionDeriverBase#entityTypeManager — Property in class EntityActionDeriverBase
The entity type manager.
- EntityChangedActionDeriver — Class in namespace Drupal\Core\Action\Plugin\Action\Derivative
Provides an action deriver that finds entity types of EntityChangedInterface.
- EntityDeleteActionDeriver — Class in namespace Drupal\Core\Action\Plugin\Action\Derivative
Provides an action deriver that finds entity types with delete form.
- EntityPublishedActionDeriver — Class in namespace Drupal\Core\Action\Plugin\Action\Derivative
Provides an action deriver that finds publishable entity types.
- EmailAction — Class in namespace Drupal\Core\Action\Plugin\Action
Sends an email message.
- $ EmailAction#emailValidator — Property in class EmailAction
The email validator.
- EmailAction::execute() — Method in class EmailAction
Executes the plugin.
- EntityActionBase — Class in namespace Drupal\Core\Action\Plugin\Action
Base class for entity-based actions.
- $ EntityActionBase#entityTypeManager — Property 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#extensions — Property 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#extensionPathResolver — Property in class LibraryDiscoveryParser
The extension path resolver.
- $ BatchBuilder#errorMessage — Property 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#excludeTables — Property 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#executableManager — Property 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#eventDispatcher — Property in class Config
An event dispatcher instance to use for configuration events.
- $ ConfigFactory#eventDispatcher — Property in class ConfigFactory
An event dispatcher instance to use for configuration events.
- $ ConfigImporter#eventDispatcher — Property in class ConfigImporter
The event dispatcher used to notify subscribers.
- $ ConfigImporter#extensionChangelist — Property in class ConfigImporter
List of extension changes to be processed by the import().
- $ ConfigImporter#errors — Property in class ConfigImporter
A log of any errors encountered.
- $ ConfigInstaller#eventDispatcher — Property in class ConfigInstaller
The event dispatcher.
- $ ConfigInstaller#extensionPathResolver — Property in class ConfigInstaller
The extension path resolver.
- $ ConfigManager#entityTypeManager — Property in class ConfigManager
The entity type manager.
- $ ConfigManager#entityRepository — Property in class ConfigManager
The entity repository.
- $ ConfigManager#eventDispatcher — Property in class ConfigManager
The event dispatcher.
- $ ConfigManager#extensionPathResolver — Property 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#exclude — Property 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#entityTypeManager — Property in class ConfigEntityUpdater
The entity type manager.
- $ DraggableListBuilder#entitiesKey — Property in class DraggableListBuilder
The key to use for the form element containing the entities.
- $ DraggableListBuilder#entities — Property in class DraggableListBuilder
The entities being listed.
- Condition::exists() — Method in class Condition
Queries for the existence of a field.
- $ Query#entityType — Property in class Query
Information about the entity type.
- Query::execute() — Method in class Query
Execute the query.
- ExportStorageManager — Class in namespace Drupal\Core\Config
The export storage manager dispatches an event for the export storage.
- $ ExportStorageManager#eventDispatcher — Property in class ExportStorageManager
The event dispatcher.
- ExtensionInstallStorage — Class 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#eventDispatcher — Property 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#extension — Property 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#elements — Property in class ArrayElement
Parsed elements.
- Element — Class 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#extension — Property in class UnmetDependenciesException
The name of the extension that is being installed.
- $ ControllerBase#entityTypeManager — Property in class ControllerBase
The entity type manager.
- $ ControllerBase#entityFormBuilder — Property 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#escapedTables — Property in class Connection
List of escaped table names, keyed by unescaped names.
- $ Connection#escapedFields — Property in class Connection
List of escaped field names, keyed by unescaped names.
- $ Connection#escapedAliases — Property 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.
- ExceptionHandler — Class in namespace Drupal\Core\Database\Driver\mysql
MySql database exception handler class.
- ExceptionHandler — Class 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.
- ExtendableInterface — Class 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#expressionFields — Property 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#element — Property 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#expressions — Property 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#expressionFields — Property in class Update
Array of fields to update to an expression in case of a duplicate record.
- Update::expression() — Method in class Update
Specifies fields to be updated as an expression.
- Update::execute() — Method in class Update
Executes the UPDATE query.
- Upsert::execute() — Method in class Upsert
Executes the UPSERT operation.
- Schema::escapeDefaultValue() — Method in class Schema
Return an escaped version of its parameter to be used as a default value on a column.
- Schema::ensureNotNullPrimaryKey() — Method in class Schema
Ensures that all the primary key fields are correctly defined.
- StatementInterface::execute() — Method in class StatementInterface
Executes a prepared statement.
- StatementPrefetch::execute() — Method in class StatementPrefetch
Executes a prepared statement.
- StatementWrapper::execute() — Method in class StatementWrapper
Executes a prepared statement.
- DiffFormatter::emptyLine() — Method in class DiffFormatter
Creates an empty line.
- $ DrupalKernel#environment — Property in class DrupalKernel
The environment, e.g. 'testing', 'install'.
- $ ConfigEntityType#entity_type_class — Property in class ConfigEntityType
- {@inheritdoc}
- $ ContentEntityType#entity_type_class — Property in class ContentEntityType
- {@inheritdoc}
- EntityReferenceSelection — Class in namespace Drupal\Core\Entity\Annotation
Defines an EntityReferenceSelection plugin annotation object.
- $ EntityReferenceSelection#entity_types — Property in class EntityReferenceSelection
An array of entity types that can be referenced by this plugin. Defaults to all entity types.
- EntityType — Class in namespace Drupal\Core\Entity\Annotation
Defines an Entity type annotation object.
- $ EntityType#entity_type_class — Property in class EntityType
The class used to represent the entity type.
- $ ContentEntityBase#entityKeys — Property in class ContentEntityBase
Holds untranslatable entity keys such as the ID, bundle, and revision ID.
- $ ContentEntityBase#enforceRevisionTranslationAffected — Property in class ContentEntityBase
Whether the revision translation affected flag has been enforced.
- $ ContentEntityForm#entity — Property in class ContentEntityForm
The entity being used by this form.
- $ ContentEntityForm#entityTypeBundleInfo — Property in class ContentEntityForm
The entity type bundle info service.
- $ ContentEntityForm#entityRepository — Property in class ContentEntityForm
The entity repository service.
- $ ContentEntityStorageBase#entityFieldManager — Property in class ContentEntityStorageBase
The entity field manager service.
- $ ContentEntityStorageBase#entityTypeBundleInfo — Property in class ContentEntityStorageBase
The entity bundle info.
- $ ContentUninstallValidator#entityTypeManager — Property in class ContentUninstallValidator
The entity type manager service.
- EntityController — Class in namespace Drupal\Core\Entity\Controller
Provides the add-page and title callbacks for entities.
- $ EntityController#entityTypeManager — Property in class EntityController
The entity type manager.
- $ EntityController#entityTypeBundleInfo — Property in class EntityController
The entity type bundle info.
- $ EntityController#entityRepository — Property in class EntityController
The entity repository.
- EntityController::editTitle() — Method in class EntityController
Provides a generic edit title callback.
- EntityListController — Class in namespace Drupal\Core\Entity\Controller
Defines a generic controller to list entities.
- EntityViewController — Class in namespace Drupal\Core\Entity\Controller
Defines a generic controller to render a single entity.
- $ EntityViewController#entityTypeManager — Property in class EntityViewController
The entity type manager.
- EntityDisplayInterface — Class in namespace Drupal\Core\Entity\Display
Provides a common interface for entity displays.
- EntityFormDisplayInterface — Class 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.
- EntityViewDisplayInterface — Class in namespace Drupal\Core\Entity\Display
Provides a common interface for entity view displays.
- EditorialContentEntityBase — Class in namespace Drupal\Core\Entity
Provides a base entity class with extended revision and publishing support.
- EntityAutocomplete — Class 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.
- EntityBundleRouteEnhancer — Class in namespace Drupal\Core\Entity\Enhancer
Sets the bundle parameter for routes with the _field_ui option.
- $ EntityBundleRouteEnhancer#entityTypeManager — Property in class EntityBundleRouteEnhancer
The entity type manager service.
- EntityBundleRouteEnhancer::enhance() — Method in class EntityBundleRouteEnhancer
Updates the defaults for a route definition based on the request.
- EntityRouteEnhancer — Class 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.
- EntityAccessCheck — Class in namespace Drupal\Core\Entity
Provides a generic access checker for entities.
- EntityAccessControlHandler — Class in namespace Drupal\Core\Entity
Defines a default implementation for entity access control handler.
- $ EntityAccessControlHandler#entityTypeId — Property in class EntityAccessControlHandler
The entity type ID of the access control handler instance.
- $ EntityAccessControlHandler#entityType — Property in class EntityAccessControlHandler
Information about the entity type.
- EntityAccessControlHandlerInterface — Class in namespace Drupal\Core\Entity
Defines an interface for entity access control handlers.
- EntityAutocompleteMatcher — Class in namespace Drupal\Core\Entity
Matcher class to get autocompletion results for entity reference.
- EntityAutocompleteMatcherInterface — Class in namespace Drupal\Core\Entity
- EntityBase — Class in namespace Drupal\Core\Entity
Defines a base entity class.
- $ EntityBase#entityTypeId — Property in class EntityBase
The entity type.
- $ EntityBase#enforceIsNew — Property 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.
- EntityBundleAccessCheck — Class in namespace Drupal\Core\Entity
Provides an entity bundle checker for the _entity_bundles route requirement.
- EntityBundleListener — Class in namespace Drupal\Core\Entity
Reacts to entity bundle CRUD on behalf of the Entity system.
- $ EntityBundleListener#entityTypeManager — Property in class EntityBundleListener
The entity type manager.
- $ EntityBundleListener#entityTypeBundleInfo — Property in class EntityBundleListener
The entity type bundle info.
- $ EntityBundleListener#entityFieldManager — Property in class EntityBundleListener
The entity field manager.
- EntityBundleListenerInterface — Class in namespace Drupal\Core\Entity
An interface for reacting to entity bundle creation and deletion.
- EntityChangedInterface — Class in namespace Drupal\Core\Entity
Defines an interface for entity change timestamp tracking.
- EntityChangedTrait — Class in namespace Drupal\Core\Entity
Provides a trait for accessing changed time.
- EntityChangesDetectionTrait — Class in namespace Drupal\Core\Entity
Provides helper methods to detect changes in an entity object.
- EntityConfirmFormBase — Class in namespace Drupal\Core\Entity
Provides a generic base class for an entity-based confirmation form.
- EntityConstraintViolationList — Class in namespace Drupal\Core\Entity
Implements an entity constraint violation list.
- $ EntityConstraintViolationList#entity — Property in class EntityConstraintViolationList
The entity that has been validated.
- $ EntityConstraintViolationList#entityViolationOffsets — Property in class EntityConstraintViolationList
Violations offsets of entity level violations.
- EntityConstraintViolationListInterface — Class in namespace Drupal\Core\Entity
Interface for the result of entity validation.
- EntityCreateAccessCheck — Class in namespace Drupal\Core\Entity
Defines an access checker for entity creation.
- $ EntityCreateAccessCheck#entityTypeManager — Property in class EntityCreateAccessCheck
The entity type manager service.
- EntityCreateAnyAccessCheck — Class in namespace Drupal\Core\Entity
Defines an access checker for creating an entity of any bundle.
- $ EntityCreateAnyAccessCheck#entityTypeManager — Property in class EntityCreateAnyAccessCheck
The entity type manager.
- $ EntityCreateAnyAccessCheck#entityTypeBundleInfo — Property in class EntityCreateAnyAccessCheck
The entity type bundle info.
- EntityDefinitionUpdateManager — Class in namespace Drupal\Core\Entity
Manages entity definition updates.
- $ EntityDefinitionUpdateManager#entityFieldManager — Property in class EntityDefinitionUpdateManager
The entity field manager service.
- $ EntityDefinitionUpdateManager#entityTypeListener — Property in class EntityDefinitionUpdateManager
The entity type listener service.
- $ EntityDefinitionUpdateManager#entityTypeManager — Property in class EntityDefinitionUpdateManager
The entity type manager service.
- $ EntityDefinitionUpdateManager#entityLastInstalledSchemaRepository — Property in class EntityDefinitionUpdateManager
The last installed schema repository.
- EntityDefinitionUpdateManagerInterface — Class in namespace Drupal\Core\Entity
Defines an interface for managing entity definition updates.
- EntityDeleteForm — Class in namespace Drupal\Core\Entity
Provides a generic base class for an entity deletion form.
- EntityDeleteFormTrait — Class in namespace Drupal\Core\Entity
Provides a trait for an entity deletion form.
- EntityDeleteMultipleAccessCheck — Class in namespace Drupal\Core\Entity
Checks if the current user has delete access to the items of the tempstore.
- $ EntityDeleteMultipleAccessCheck#entityTypeManager — Property in class EntityDeleteMultipleAccessCheck
The entity type manager.
- EntityDescriptionInterface — Class in namespace Drupal\Core\Entity
Defines the interface for entities that have a description.
- EntityDisplayBase — Class in namespace Drupal\Core\Entity
Provides a common base class for entity view and form displays.
- EntityDisplayModeBase — Class in namespace Drupal\Core\Entity
Base class for config entity types with settings for form and view modes.
- EntityDisplayModeInterface — Class in namespace Drupal\Core\Entity
Provides an interface for entity types that hold form and view mode settings.
- EntityDisplayPluginCollection — Class in namespace Drupal\Core\Entity
A collection of formatters or widgets.
- EntityDisplayRepository — Class in namespace Drupal\Core\Entity
Provides a repository for entity display objects (view modes and form modes).
- $ EntityDisplayRepository#entityTypeManager — Property in class EntityDisplayRepository
The entity type manager.
- EntityDisplayRepositoryInterface — Class in namespace Drupal\Core\Entity
Provides an interface for an entity display repository.
- EntityFieldManager — Class in namespace Drupal\Core\Entity
Manages the discovery of entity fields.
- $ EntityFieldManager#extraFields — Property in class EntityFieldManager
Extra fields by bundle.
- $ EntityFieldManager#entityTypeManager — Property in class EntityFieldManager
The entity type manager.
- $ EntityFieldManager#entityTypeBundleInfo — Property in class EntityFieldManager
The entity type bundle info.
- $ EntityFieldManager#entityDisplayRepository — Property in class EntityFieldManager
The entity display repository.
- $ EntityFieldManager#entityLastInstalledSchemaRepository — Property in class EntityFieldManager
The entity last installed schema repository.
- EntityFieldManagerInterface — Class in namespace Drupal\Core\Entity
Provides an interface for an entity field manager.
- EntityForm — Class in namespace Drupal\Core\Entity
Base class for entity forms.
- $ EntityForm#entityTypeManager — Property in class EntityForm
The entity type manager.
- $ EntityForm#entity — Property in class EntityForm
The entity being used by this form.
- EntityFormBuilder — Class in namespace Drupal\Core\Entity
Builds entity forms.
- $ EntityFormBuilder#entityTypeManager — Property in class EntityFormBuilder
The entity type manager service.
- EntityFormBuilderInterface — Class in namespace Drupal\Core\Entity
Builds entity forms.
- EntityFormInterface — Class in namespace Drupal\Core\Entity
Defines an interface for entity form classes.
- EntityFormModeInterface — Class in namespace Drupal\Core\Entity
Provides an interface defining an entity form mode entity type.
- EntityHandlerBase — Class in namespace Drupal\Core\Entity
Provides a base class for entity handlers.
- EntityHandlerInterface — Class in namespace Drupal\Core\Entity
Defines an interface for entity handlers.
- EntityInterface — Class 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.
- EntityLastInstalledSchemaRepository — Class in namespace Drupal\Core\Entity
Provides a repository for installed entity definitions.
- $ EntityLastInstalledSchemaRepository#entityTypeDefinitions — Property in class EntityLastInstalledSchemaRepository
The loaded installed entity type definitions.
- EntityLastInstalledSchemaRepositoryInterface — Class in namespace Drupal\Core\Entity
Provides an interface for an installed entity definition repository.
- EntityListBuilder — Class in namespace Drupal\Core\Entity
Defines a generic implementation to build a listing of entities.
- $ EntityListBuilder#entityTypeId — Property in class EntityListBuilder
The entity type ID.
- $ EntityListBuilder#entityType — Property in class EntityListBuilder
Information about the entity type.
- EntityListBuilder::ensureDestination() — Method in class EntityListBuilder
Ensures that a destination is present on the given URL.
- EntityListBuilderInterface — Class in namespace Drupal\Core\Entity
Defines an interface to build entity listings.
- EntityMalformedException — Class in namespace Drupal\Core\Entity
Defines an exception thrown when a malformed entity is passed.
- EntityPublishedInterface — Class in namespace Drupal\Core\Entity
Provides an interface for access to an entity's published state.
- EntityPublishedTrait — Class 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.
- EntityRepository — Class in namespace Drupal\Core\Entity
Provides several mechanisms for retrieving entities.
- $ EntityRepository#entityTypeManager — Property in class EntityRepository
The entity type manager.
- EntityRepositoryInterface — Class in namespace Drupal\Core\Entity
Provides an interface for an entity repository.
- EntityResolverManager — Class in namespace Drupal\Core\Entity
Sets the entity route parameter converter options automatically.
- $ EntityResolverManager#entityTypeManager — Property in class EntityResolverManager
The entity type manager service.
- EntityStorageBase — Class in namespace Drupal\Core\Entity
A base entity storage class.
- $ EntityStorageBase#entityTypeId — Property in class EntityStorageBase
Entity type ID for this storage.
- $ EntityStorageBase#entityType — Property in class EntityStorageBase
Information about the entity type.
- EntityStorageException — Class in namespace Drupal\Core\Entity
Defines an exception thrown when storage operations fail.
- EntityStorageInterface — Class in namespace Drupal\Core\Entity
Defines the interface for entity storage classes.
- EntityType — Class in namespace Drupal\Core\Entity
Provides an implementation of an entity type and its metadata.
- $ EntityType#entity_keys — Property in class EntityType
An array of entity keys.
- EntityType::entityClassImplements() — Method in class EntityType
Indicates if the entity type class implements the given interface.
- EntityTypeBundleInfo — Class in namespace Drupal\Core\Entity
Provides discovery and retrieval of entity type bundles.
- $ EntityTypeBundleInfo#entityTypeManager — Property in class EntityTypeBundleInfo
The entity type manager.
- EntityTypeBundleInfoInterface — Class in namespace Drupal\Core\Entity
Provides an interface for an entity type bundle info.
- EntityTypeEvent — Class in namespace Drupal\Core\Entity
Defines a base class for all entity type events.
- $ EntityTypeEvent#entityType — Property in class EntityTypeEvent
The entity type.
- EntityTypeEventSubscriberTrait — Class in namespace Drupal\Core\Entity
Helper methods for EntityTypeListenerInterface.
- EntityTypeEvents — Class in namespace Drupal\Core\Entity
Contains all events thrown while handling entity types.
- EntityTypeInterface — Class 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.
- EntityTypeListener — Class in namespace Drupal\Core\Entity
Reacts to entity type CRUD on behalf of the Entity system.
- $ EntityTypeListener#entityTypeManager — Property in class EntityTypeListener
The entity type manager.
- $ EntityTypeListener#entityFieldManager — Property in class EntityTypeListener
The entity field manager.
- $ EntityTypeListener#eventDispatcher — Property in class EntityTypeListener
The event dispatcher.
- $ EntityTypeListener#entityLastInstalledSchemaRepository — Property in class EntityTypeListener
The entity last installed schema repository.
- EntityTypeListenerInterface — Class in namespace Drupal\Core\Entity
Defines an interface for reacting to entity type creation, deletion, and updates.
- EntityTypeManager — Class in namespace Drupal\Core\Entity
Manages entity type plugin definitions.
- $ EntityTypeManager#entityLastInstalledSchemaRepository — Property in class EntityTypeManager
The entity last installed schema repository.
- EntityTypeManagerInterface — Class in namespace Drupal\Core\Entity
Provides an interface for entity type managers.
- EntityTypeRepository — Class in namespace Drupal\Core\Entity
Provides helper methods for loading entity types.
- $ EntityTypeRepository#entityTypeManager — Property in class EntityTypeRepository
The entity type manager.
- EntityTypeRepositoryInterface — Class in namespace Drupal\Core\Entity
Provides an interface for helper methods for loading entity types.
- EntityViewBuilder — Class in namespace Drupal\Core\Entity
Base class for entity view builders.
- $ EntityViewBuilder#entityTypeId — Property in class EntityViewBuilder
The type of entities for which this view builder is instantiated.
- $ EntityViewBuilder#entityType — Property in class EntityViewBuilder
Information about the entity type.
- $ EntityViewBuilder#entityRepository — Property in class EntityViewBuilder
The entity repository service.
- $ EntityViewBuilder#entityDisplayRepository — Property in class EntityViewBuilder
The entity display repository.
- EntityViewBuilderInterface — Class in namespace Drupal\Core\Entity
Defines an interface for entity view builders.
- EntityViewModeInterface — Class in namespace Drupal\Core\Entity
Provides an interface defining an entity view mode entity type.
- EntityWithPluginCollectionInterface — Class in namespace Drupal\Core\Entity
Provides an interface for an object using a plugin collection.
- EntityFormDisplayAccessControlHandler — Class in namespace Drupal\Core\Entity\Entity\Access
Provides an entity access control handler for form displays.
- EntityViewDisplayAccessControlHandler — Class in namespace Drupal\Core\Entity\Entity\Access
Provides an entity access control handler for displays.
- EntityFormDisplay — Class 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.
- EntityFormMode — Class in namespace Drupal\Core\Entity\Entity
Defines the entity form mode configuration entity class.
- EntityViewDisplay — Class in namespace Drupal\Core\Entity\Entity
Configuration entity that contains display options for all components of a rendered entity in a given view mode.
- EntityViewMode — Class in namespace Drupal\Core\Entity\Entity
Defines the entity view mode configuration entity class.
- $ BundleConfigImportValidate#entityTypeManager — Property in class BundleConfigImportValidate
The entity type manager service.
- EntityTypeIdLengthException — Class in namespace Drupal\Core\Entity\Exception
Defines an exception thrown when an entity ID is too long.
- $ DeleteMultipleForm#entityTypeManager — Property in class DeleteMultipleForm
The entity type manager.
- $ DeleteMultipleForm#entityTypeId — Property in class DeleteMultipleForm
The entity type ID.
- $ DeleteMultipleForm#entityType — Property in class DeleteMultipleForm
The entity type definition.
- $ HtmlEntityFormController#entityTypeManager — Property in class HtmlEntityFormController
The entity type manager service.
- Query::execute() — Method in class Query
Execute the query.
- EntityBundle — Class in namespace Drupal\Core\Entity\Plugin\Condition\Deriver
Deriver that creates a condition for each entity type with bundles.
- $ EntityBundle#entityTypeManager — Property in class EntityBundle
The entity type manager.
- EntityBundle — Class in namespace Drupal\Core\Entity\Plugin\Condition
Provides the 'Entity Bundle' condition.
- $ EntityBundle#entityTypeBundleInfo — Property 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#entity — Property in class ConfigEntityAdapter
The wrapped entity object.
- EntityDeriver — Class in namespace Drupal\Core\Entity\Plugin\DataType\Deriver
Provides data type plugins for each existing entity type and bundle.
- $ EntityDeriver#entityTypeManager — Property in class EntityDeriver
The entity type manager.
- EntityAdapter — Class in namespace Drupal\Core\Entity\Plugin\DataType
Defines the "entity" data type.
- $ EntityAdapter#entity — Property in class EntityAdapter
The wrapped entity object.
- EntityReference — Class in namespace Drupal\Core\Entity\Plugin\DataType
Defines an 'entity_reference' data type.
- $ DefaultSelectionDeriver#entityTypeManager — Property in class DefaultSelectionDeriver
The entity type manager.
- $ DefaultSelection#entityTypeManager — Property in class DefaultSelection
The entity type manager service.
- $ DefaultSelection#entityFieldManager — Property in class DefaultSelection
The entity field manager service.
- $ DefaultSelection#entityTypeBundleInfo — Property in class DefaultSelection
Entity type bundle info service.
- $ DefaultSelection#entityRepository — Property in class DefaultSelection
The entity repository.
- DefaultSelection::elementValidateFilter() — Method in class DefaultSelection
Form element validation handler; Filters the #value property of an element.
- EntityChangedConstraint — Class in namespace Drupal\Core\Entity\Plugin\Validation\Constraint
Validation constraint for the entity changed timestamp.
- EntityChangedConstraintValidator — Class in namespace Drupal\Core\Entity\Plugin\Validation\Constraint
Validates the EntityChanged constraint.
- EntityHasFieldConstraint — Class in namespace Drupal\Core\Entity\Plugin\Validation\Constraint
Checks if a value is an entity that has a specific field.
- EntityHasFieldConstraintValidator — Class in namespace Drupal\Core\Entity\Plugin\Validation\Constraint
Validates the EntityHasField constraint.
- EntityTypeConstraint — Class in namespace Drupal\Core\Entity\Plugin\Validation\Constraint
Checks if a value is a valid entity type.
- EntityTypeConstraintValidator — Class in namespace Drupal\Core\Entity\Plugin\Validation\Constraint
Validates the EntityType constraint.
- EntityUntranslatableFieldsConstraint — Class in namespace Drupal\Core\Entity\Plugin\Validation\Constraint
Validation constraint for the entity changed timestamp.
- EntityUntranslatableFieldsConstraintValidator — Class in namespace Drupal\Core\Entity\Plugin\Validation\Constraint
Validates the EntityChanged constraint.
- $ EntityUntranslatableFieldsConstraintValidator#entityTypeManager — Property in class EntityUntranslatableFieldsConstraintValidator
The entity type manager.
- $ ValidReferenceConstraintValidator#entityTypeManager — Property 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#entityTypeId — Property in class QueryBase
The entity type this query runs against.
- $ QueryBase#entityType — Property 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#entityTables — Property in class Tables
Entity table array.
- $ Tables#entityTypeManager — Property in class Tables
The entity type manager.
- $ Tables#entityFieldManager — Property 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#entityTypeManager — Property in class DefaultHtmlRouteProvider
The entity type manager.
- $ DefaultHtmlRouteProvider#entityFieldManager — Property in class DefaultHtmlRouteProvider
The entity field manager.
- EntityRouteProviderInterface — Class in namespace Drupal\Core\Entity\Routing
Allows entity types to provide routes.
- EntityStorageSchemaInterface — Class in namespace Drupal\Core\Entity\Schema
Defines the interface for entity storage schema handler classes.
- $ DefaultTableMapping#entityType — Property in class DefaultTableMapping
The entity type definition.
- $ DefaultTableMapping#extraColumns — Property in class DefaultTableMapping
A list of database columns which store denormalized data per table.
- $ SqlContentEntityStorage#entityTypeManager — Property in class SqlContentEntityStorage
The entity type manager.
- $ SqlContentEntityStorageSchema#entityTypeManager — Property in class SqlContentEntityStorageSchema
The entity type manager.
- $ SqlContentEntityStorageSchema#entityFieldManager — Property in class SqlContentEntityStorageSchema
The entity field manager service.
- $ SqlContentEntityStorageSchema#entityType — Property in class SqlContentEntityStorageSchema
The entity type this schema builder is responsible for.
- EntityDataDefinition — Class in namespace Drupal\Core\Entity\TypedData
A typed data definition class for describing entities.
- EntityDataDefinitionInterface — Class in namespace Drupal\Core\Entity\TypedData
Interface for typed data entity definitions.
- EarlyRenderingControllerWrapperSubscriber — Class in namespace Drupal\Core\EventSubscriber
Subscriber that wraps controllers, to handle early rendering.
- EnforcedFormResponseSubscriber — Class in namespace Drupal\Core\EventSubscriber
Handle the EnforcedResponseException and deliver an EnforcedResponse.
- EntityRouteAlterSubscriber — Class in namespace Drupal\Core\EventSubscriber
Registers the 'type' of route parameter names that match an entity type.
- EntityRouteProviderSubscriber — Class in namespace Drupal\Core\EventSubscriber
Ensures that routes can be provided by entity types.
- $ EntityRouteProviderSubscriber#entityTypeManager — Property in class EntityRouteProviderSubscriber
The entity type manager service.
- ExceptionDetectNeedsInstallSubscriber — Class in namespace Drupal\Core\EventSubscriber
Exception handler to determine if an exception indicates an uninstalled site.
- ExceptionJsonSubscriber — Class in namespace Drupal\Core\EventSubscriber
Default handling for JSON errors.
- ExceptionLoggingSubscriber — Class in namespace Drupal\Core\EventSubscriber
Log exceptions without further handling.
- ExceptionTestSiteSubscriber — Class in namespace Drupal\Core\EventSubscriber
Custom handling of errors when in a system-under-test.
- ExcludedModulesEventSubscriber — Class in namespace Drupal\Core\EventSubscriber
The event subscriber preventing excluded modules to be exported.
- $ FinalExceptionSubscriber#errorLevel — Property in class FinalExceptionSubscriber
- $ MaintenanceModeSubscriber#eventDispatcher — Property in class MaintenanceModeSubscriber
An event dispatcher instance to use for configuration events.
- ModuleRouteSubscriber::explodeString() — Method in class ModuleRouteSubscriber
Explodes a string based on a separator.
- ExecutableException — Class in namespace Drupal\Core\Executable
Generic executable plugin exception class.
- ExecutableInterface — Class in namespace Drupal\Core\Executable
An interface for executable plugins.
- ExecutableInterface::execute() — Method in class ExecutableInterface
Executes the plugin.
- ExecutableManagerInterface — Class in namespace Drupal\Core\Executable
An interface for managers of executable plugins.
- ExecutableManagerInterface::execute() — Method in class ExecutableManagerInterface
Executes an executable plugin.
- ExecutablePluginBase — Class in namespace Drupal\Core\Executable
Provides the basic architecture for executable plugins.
- Extension — Class in namespace Drupal\Core\Extension
Defines an extension (file) object.
- ExtensionDiscovery — Class in namespace Drupal\Core\Extension
Discovers available extensions in the filesystem.
- ExtensionLifecycle — Class in namespace Drupal\Core\Extension
Extension lifecycle.
- ExtensionList — Class in namespace Drupal\Core\Extension
Provides available extensions.
- $ ExtensionList#extensions — Property in class ExtensionList
The cached extensions.
- $ ExtensionList#extensionInfo — Property in class ExtensionList
Static caching for extension info.
- ExtensionList::exists() — Method in class ExtensionList
Determines if an extension exists in the filesystem.
- ExtensionNameLengthException — Class in namespace Drupal\Core\Extension
Exception thrown when the extension's name length exceeds the allowed maximum.
- ExtensionPathResolver — Class in namespace Drupal\Core\Extension
Factory for getting extension lists by type.
- $ ExtensionPathResolver#extensionLists — Property in class ExtensionPathResolver
A associative array of ExtensionList objects keyed by type.
- ExtensionVersion — Class 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#engineList — Property in class ThemeExtensionList
The theme engine list needed by this theme list.
- EntityReferenceFieldItemList — Class in namespace Drupal\Core\Field
Defines an item list class for entity reference fields.
- EntityReferenceFieldItemListInterface — Class in namespace Drupal\Core\Field
Interface for entity reference lists of field items.
- $ FieldConfigBase#entity_type — Property in class FieldConfigBase
The name of the entity type the field is attached to.
- $ FieldDefinitionListener#entityTypeManager — Property in class FieldDefinitionListener
The entity type manager.
- $ FieldDefinitionListener#entityFieldManager — Property 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#entityTypeManager — Property in class FieldStorageDefinitionListener
The entity type manager.
- $ FieldStorageDefinitionListener#eventDispatcher — Property in class FieldStorageDefinitionListener
The event dispatcher.
- $ FieldStorageDefinitionListener#entityLastInstalledSchemaRepository — Property in class FieldStorageDefinitionListener
The entity definition manager.
- $ FieldStorageDefinitionListener#entityFieldManager — Property 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.
- EntityReferenceEntityFormatter — Class in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter
Plugin implementation of the 'entity reference rendered entity' formatter.
- $ EntityReferenceEntityFormatter#entityTypeManager — Property in class EntityReferenceEntityFormatter
The entity type manager.
- $ EntityReferenceEntityFormatter#entityDisplayRepository — Property in class EntityReferenceEntityFormatter
The entity display repository.
- EntityReferenceFormatterBase — Class in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter
Parent plugin for entity reference formatters.
- EntityReferenceIdFormatter — Class in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter
Plugin implementation of the 'entity reference ID' formatter.
- EntityReferenceLabelFormatter — Class in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter
Plugin implementation of the 'entity reference label' formatter.
- $ StringFormatter#entityTypeManager — Property in class StringFormatter
The entity type manager.
- EmailItem — Class in namespace Drupal\Core\Field\Plugin\Field\FieldType
Defines the 'email' field type.
- EntityReferenceItem — Class in namespace Drupal\Core\Field\Plugin\Field\FieldType
Defines the 'entity_reference' entity field type.
- EmailDefaultWidget — Class in namespace Drupal\Core\Field\Plugin\Field\FieldWidget
Plugin implementation of the 'email_default' widget.
- EntityReferenceAutocompleteTagsWidget — Class in namespace Drupal\Core\Field\Plugin\Field\FieldWidget
Plugin implementation of the 'entity_reference_autocomplete_tags' widget.
- EntityReferenceAutocompleteWidget — Class 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.
- ExtensionMimeTypeGuesser — Class 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#events — Property in class MemoryBackend
An array holding flood events, keyed by event name and identifier.
- EnforcedResponse — Class in namespace Drupal\Core\Form
A wrapper containing a response which is to be enforced upon delivery.
- EnforcedResponseException — Class in namespace Drupal\Core\Form
Custom exception to break out of the main request and enforce a response.
- $ FormBuilder#eventDispatcher — Property in class FormBuilder
The event dispatcher.
- $ FormBuilder#elementInfo — Property 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#executed — Property in class FormState
If TRUE, the form was submitted and has been processed and executed.
- $ FormState#errors — Property 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.
- ExtensionListTrait — Class 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#entityTypeManager — Property 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#entityTypeManager — Property in class MenuParentFormSelector
The entity type manager service.
- $ MenuTreeParameters#expandedParents — Property 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.
- EntityConverter — Class in namespace Drupal\Core\ParamConverter
Parameter converter for upcasting entity IDs to full objects.
- $ EntityConverter#entityTypeManager — Property in class EntityConverter
Entity type manager which performs the upcasting in the end.
- $ EntityConverter#entityRepository — Property in class EntityConverter
Entity repository.
- EntityRevisionParamConverter — Class in namespace Drupal\Core\ParamConverter
Parameter converter for upcasting entity revision IDs to full objects.
- $ EntityRevisionParamConverter#entityTypeManager — Property in class EntityRevisionParamConverter
The entity type manager.
- $ EntityRevisionParamConverter#entityRepository — Property in class EntityRevisionParamConverter
The entity repository.
- PhpassHashedPassword::enforceLog2Boundaries() — Method in class PhpassHashedPassword
Ensures that $count_log2 is within set bounds.
- $ UniquePathAliasConstraintValidator#entityTypeManager — Property in class UniquePathAliasConstraintValidator
The entity type manager.
- EntityContext — Class in namespace Drupal\Core\Plugin\Context
Class to provide a specific entity context.
- EntityContextDefinition — Class 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.
- ExtensionMimeTypeGuesser — Class 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.
- Element — Class in namespace Drupal\Core\Render
Provides helper methods for Drupal render elements.
- ElementInfoManager — Class in namespace Drupal\Core\Render
Provides a plugin manager for element plugins.
- $ ElementInfoManager#elementInfo — Property in class ElementInfoManager
Stores the available element information.
- ElementInfoManagerInterface — Class in namespace Drupal\Core\Render
Collects available render array element types.
- ElementInterface — Class in namespace Drupal\Core\Render\Element
Provides an interface for render element plugins.
- Email — Class in namespace Drupal\Core\Render\Element
Provides a form input element for entering an email address.
- $ AjaxRenderer#elementInfoManager — Property in class AjaxRenderer
The element info manager.
- $ HtmlRenderer#eventDispatcher — Property in class HtmlRenderer
The event dispatcher.
- $ Renderer#elementInfo — Property 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.
- EnhancerInterface — Class 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.
- EntityRevisionRouteEnhancer — Class 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#extraCacheKeyParts — Property in class RouteProvider
An array of cache key parts to be used for the route match cache.
- $ Router#enhancers — Property in class Router
The list of available enhancers.
- $ AccountProxy#eventDispatcher — Property 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#entityTypeManager — Property in class BreakLockLink
The entity type manager.
- $ PrivateTempStore#expire — Property in class PrivateTempStore
The time to live for items in seconds.
- $ PrivateTempStoreFactory#expire — Property in class PrivateTempStoreFactory
The time to live for items in seconds.
- $ SharedTempStore#expire — Property 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#expire — Property 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().
- EnvironmentCleaner — Class in namespace Drupal\Core\Test
Helper class for cleaning test environments.
- EnvironmentCleanerInterface — Class in namespace Drupal\Core\Test
Defines an interface for cleaning up test results and fixtures.
- $ ActiveTheme#engine — Property in class ActiveTheme
The engine of the theme.
- $ ActiveTheme#extension — Property in class ActiveTheme
The extension object.
- $ ThemeInitialization#extensions — Property in class ThemeInitialization
The extensions that might be attaching assets.
- ComputedItemListTrait::ensureComputedValue() — Method in class ComputedItemListTrait
Ensures that values are only computed once.
- Email — Class in namespace Drupal\Core\TypedData\Plugin\DataType
The Email data type.
- ExecutionContext — Class in namespace Drupal\Core\TypedData\Validation
Defines an execution context class.
- ExecutionContextFactory — Class in namespace Drupal\Core\TypedData\Validation
Defines an execution factory for the Typed Data validator.
- $ UpdateHookRegistry#enabledModules — Property in class UpdateHookRegistry
A list of enabled modules.
- $ UpdateRegistry#enabledModules — Property in class UpdateRegistry
- $ Url#external — Property in class Url
Indicates whether this object contains an external URL.
- Error — Class in namespace Drupal\Core\Utility
Drupal error utility class.
- $ CountConstraint#exactMessage — Property in class CountConstraint
- EmailConstraint — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
Count constraint.
- $ LengthConstraint#exactMessage — Property in class LengthConstraint
- UninstallDefaultContentTest::expectedBlocks() — Method in class UninstallDefaultContentTest
Returns the expected properties of this profile's custom blocks.
- $ ActionFormBase#entity — Property in class ActionFormBase
The action entity.
- ActionFormBase::exists() — Method in class ActionFormBase
Determines if the action already exists.
- $ FeedViewBuilder#entityTypeManager — Property in class FeedViewBuilder
The entity type manager.
- ItemStorage::executeFeedItemQuery() — Method in class ItemStorage
Helper method to execute an item query.
- $ Fid#entityTypeManager — Property in class Fid
The entity type manager.
- $ Iid#entityTypeManager — Property in class Iid
The entity type manager.
- $ Rss#entityTypeId — Property in class Rss
- {@inheritdoc}
- $ BasicAuth#entityTypeManager — Property in class BasicAuth
The entity type manager service.
- $ BigPipe#eventDispatcher — Property in class BigPipe
The event dispatcher.
- $ BlockForm#entity — Property in class BlockForm
The block entity.
- EntityBlock — Class in namespace Drupal\block\Plugin\migrate\destination
- $ BlockContentAccessControlHandler#eventDispatcher — Property in class BlockContentAccessControlHandler
The event dispatcher.
- $ BlockContentForm#entity — Property 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#entityTypeManager — Property in class BlockContentUuidLookup
The entity type manager.
- $ BlockContentBlock#entityTypeManager — Property in class BlockContentBlock
The entity type manager service.
- $ BlockContentBlock#entityDisplayRepository — Property in class BlockContentBlock
The entity display repository.
- $ BookBreadcrumbBuilder#entityRepository — Property in class BookBreadcrumbBuilder
The entity repository service.
- $ BookExport#entityRepository — Property in class BookExport
The entity repository service.
- BookExport::exportTraverse() — Method in class BookExport
Traverses the book tree to build printable or exportable output.
- $ BookManager#entityTypeManager — Property in class BookManager
Entity type manager.
- $ BookManager#entityRepository — Property in class BookManager
The entity repository service.
- $ BookUninstallValidator#entityTypeManager — Property in class BookUninstallValidator
The entity type manager.
- $ BookAdminEditForm#entityRepository — Property in class BookAdminEditForm
The entity repository service.
- $ BookOutlineForm#entity — Property in class BookOutlineForm
The book being displayed.
- $ DrupalAspectsOfCKEditor5Plugin#elements — Property in class DrupalAspectsOfCKEditor5Plugin
List of elements and attributes provided.
- $ CKEditor5ImageController#eventDispatcher — Property in class CKEditor5ImageController
The event dispatcher.
- $ CKEditor5MediaController#entityRepository — Property in class CKEditor5MediaController
The entity repository.
- EnabledConfigurablePluginsConstraint — Class in namespace Drupal\ckeditor5\Plugin\Validation\Constraint
The CKEditor 5 plugin settings.
- EnabledConfigurablePluginsConstraintValidator — Class in namespace Drupal\ckeditor5\Plugin\Validation\Constraint
Enabled configurable plugin settings validator.
- $ SourceEditingRedundantTagsConstraint#enabledPluginsMessage — Property in class SourceEditingRedundantTagsConstraint
When a Source Editing tag is added that an enabled plugin supports.
- $ AddStyleSheetCommand#editorId — Property in class AddStyleSheetCommand
The CKEditor instance ID.
- $ CommentBreadcrumbBuilder#entityTypeManager — Property in class CommentBreadcrumbBuilder
The entity type manager.
- $ CommentForm#entityFieldManager — Property in class CommentForm
The entity field manager.
- $ CommentLazyBuilders#entityTypeManager — Property in class CommentLazyBuilders
The entity type manager service.
- $ CommentLazyBuilders#entityFormBuilder — Property in class CommentLazyBuilders
The entity form builder service.
- $ CommentLinkBuilder#entityTypeManager — Property in class CommentLinkBuilder
The entity type manager service.
- $ CommentManager#entityFieldManager — Property in class CommentManager
The entity field manager.
- $ CommentManager#entityDisplayRepository — Property in class CommentManager
The entity display repository.
- $ CommentManager#entityTypeManager — Property in class CommentManager
The entity type manager.
- $ CommentStatistics#entityTypeManager — Property 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#entityTypeManager — Property in class CommentTypeForm
Entity type manager service.
- CommentTypeForm::entityTypeSupportsComments() — Method in class CommentTypeForm
Wraps _comment_entity_uses_integer_id().
- $ CommentViewBuilder#entityTypeManager — Property in class CommentViewBuilder
The entity type manager.
- $ CommentController#entityFieldManager — Property in class CommentController
The entity field manager.
- $ CommentController#entityRepository — Property in class CommentController
The entity repository.
- $ CommentAdminOverview#entityTypeManager — Property in class CommentAdminOverview
The entity type manager.
- $ CommentTypeDeleteForm#entity — Property 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#entityDisplayRepository — Property in class CommentDefaultFormatter
The entity display repository.
- $ CommentDefaultFormatter#entityFormBuilder — Property in class CommentDefaultFormatter
The entity form builder.
- EntityComment — Class in namespace Drupal\comment\Plugin\migrate\destination
- EntityCommentType — Class 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.
- EntityLink — Class in namespace Drupal\comment\Plugin\views\field
Handler for showing comment module's entity links.
- $ NodeNewComments#entityTypeManager — Property in class NodeNewComments
The entity type manager.
- $ NodeNewComments#entityFieldManager — Property in class NodeNewComments
The entity field manager.
- $ Rss#entityTypeId — Property in class Rss
- {@inheritdoc}
- $ ConfigController#exportStorage — Property in class ConfigController
The export storage.
- $ ConfigSingleExportForm#entityTypeManager — Property in class ConfigSingleExportForm
The entity type manager.
- $ ConfigSingleImportForm#entityTypeManager — Property in class ConfigSingleImportForm
The entity type manager.
- $ ConfigSingleImportForm#eventDispatcher — Property in class ConfigSingleImportForm
The event dispatcher.
- $ ConfigSync#eventDispatcher — Property 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#entityTypeManager — Property in class ConfigEntityMapper
The entity type manager.
- $ ConfigEntityMapper#entityType — Property in class ConfigEntityMapper
Configuration entity type name.
- $ ConfigEntityMapper#entity — Property in class ConfigEntityMapper
Loaded entity instance to help produce the translation interface.
- $ ConfigFieldMapper#entity — Property in class ConfigFieldMapper
Loaded entity instance to help produce the translation interface.
- $ ConfigNamesMapper#eventDispatcher — Property in class ConfigNamesMapper
The event dispatcher.
- $ ConfigTranslationFieldListBuilder#entityTypeManager — Property in class ConfigTranslationFieldListBuilder
The entity type manager.
- $ ConfigTranslationFieldListBuilder#entityTypeBundleInfo — Property in class ConfigTranslationFieldListBuilder
The entity bundle info.
- ElementInterface — Class in namespace Drupal\config_translation\FormElement
Provides an interface for configuration translation form elements.
- $ FormElementBase#element — Property in class FormElementBase
The schema element this form is for.
- $ ListElement#element — Property in class ListElement
The schema element this form is for.
- $ ContactFormEditForm#emailValidator — Property in class ContactFormEditForm
The email validator.
- $ MessageForm#entity — Property in class MessageForm
The message being used by this form.
- EntityOperations — Class in namespace Drupal\content_moderation
Defines a class for reacting to entity events.
- $ EntityOperations#entityTypeManager — Property 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.
- EntityTypeInfo — Class in namespace Drupal\content_moderation
Manipulates entity type information.
- $ EntityTypeInfo#entityTypeManager — Property 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.
- EntityModerationRouteProvider — Class in namespace Drupal\content_moderation\Entity\Routing
Dynamic route provider for the Content moderation module.
- $ EntityModerationRouteProvider#entityFieldManager — Property in class EntityModerationRouteProvider
The entity type manager.
- $ ConfigImportSubscriber#entityTypeManager — Property in class ConfigImportSubscriber
The entity type manager.
- $ ContentModerationConfigureEntityTypesForm#entityTypeManager — Property in class ContentModerationConfigureEntityTypesForm
The entity type manager service.
- $ ContentModerationConfigureEntityTypesForm#entityType — Property in class ContentModerationConfigureEntityTypesForm
The entity type definition object.
- $ ContentModerationConfigureForm#entityTypeManager — Property in class ContentModerationConfigureForm
The entity type manager.
- $ ContentModerationConfigureForm#entityTypeBundleInfo — Property in class ContentModerationConfigureForm
The entity type bundle info service.
- EntityModerationForm — Class in namespace Drupal\content_moderation\Form
The EntityModerationForm provides a simple UI for changing moderation state.
- $ ModeratedNodeListBuilder#entityTypeManager — Property in class ModeratedNodeListBuilder
The entity type manager.
- $ ModerationInformation#entityTypeManager — Property in class ModerationInformation
The entity type manager.
- $ DynamicLocalTasks#entityTypeManager — Property in class DynamicLocalTasks
The entity type manager.
- $ ModerationStateWidget#entityTypeManager — Property in class ModerationStateWidget
The entity type manager.
- $ ContentModeration#entityTypeManager — Property in class ContentModeration
The entity type manager.
- $ ContentModeration#entityTypeBundleInfo — Property in class ContentModeration
The entity type bundle info service.
- ModerationStateJoinViewsHandlerTrait::ensureMyTable() — Method in class ModerationStateJoinViewsHandlerTrait
- {@inheritdoc}
- $ ModerationStateFilter#entityTypeManager — Property in class ModerationStateFilter
The entity type manager.
- $ ModerationStateSort#entityTypeManager — Property in class ModerationStateSort
The entity type manager.
- $ ContentModerationRouteSubscriber#entityTypeManager — Property in class ContentModerationRouteSubscriber
The entity type manager.
- $ ViewsData#entityTypeManager — Property in class ViewsData
The entity type manager.
- $ ContentTranslationDeleteAccess#entityTypeManager — Property in class ContentTranslationDeleteAccess
The entity type manager.
- $ ContentTranslationManageAccessCheck#entityTypeManager — Property in class ContentTranslationManageAccessCheck
The entity type manager.
- $ ContentTranslationOverviewAccess#entityTypeManager — Property in class ContentTranslationOverviewAccess
The entity type manager service.
- $ ContentTranslationHandler#entityTypeId — Property in class ContentTranslationHandler
The type of the entity being translated.
- $ ContentTranslationHandler#entityType — Property in class ContentTranslationHandler
Information about the entity type.
- $ ContentTranslationHandler#entityTypeManager — Property 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#entityTypeBundleInfo — Property in class ContentTranslationManager
The entity type bundle info provider.
- $ ContentTranslationManager#entityTypeManager — Property in class ContentTranslationManager
The entity type manager.
- $ ContentTranslationPermissions#entityTypeManager — Property in class ContentTranslationPermissions
The entity type manager.
- $ ContentTranslationPermissions#entityTypeBundleInfo — Property in class ContentTranslationPermissions
The entity bundle info.
- $ ContentTranslationController#entityFieldManager — Property in class ContentTranslationController
The entity field manager.
- ContentTranslationController::edit() — Method in class ContentTranslationController
Builds the edit translation page.
- $ FieldTranslationSynchronizer#entityTypeManager — Property in class FieldTranslationSynchronizer
The entity type manager.
- $ ContentTranslationSynchronizedFieldsConstraintValidator#entityTypeManager — Property in class ContentTranslationSynchronizedFieldsConstraintValidator
The entity type manager.
- EntityTranslationSettings — Class 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#entityTypeManager — Property in class InstallHelper
Entity type manager.
- $ InstallHelper#enabledLanguages — Property in class InstallHelper
Enabled languages.
- EditorDialogSave — Class in namespace Drupal\editor\Ajax
Provides an AJAX command for saving the contents of an editor dialog.
- Editor — Class in namespace Drupal\editor\Annotation
Defines an Editor annotation object.
- EditorAccessControlHandler — Class in namespace Drupal\editor
Defines the access control handler for the text editor entity type.
- EditorController — Class in namespace Drupal\editor
Returns responses for Editor module routes.
- EditorInterface — Class in namespace Drupal\editor
Provides an interface defining a text editor entity.
- EditorXssFilterInterface — Class in namespace Drupal\editor
Defines an interface for text editor XSS (Cross-site scripting) filters.
- Element — Class in namespace Drupal\editor
Defines a service for Text Editor's render elements.
- Editor — Class in namespace Drupal\editor\Entity
Defines the configured text editor entity.
- $ Editor#editor — Property in class Editor
The name (plugin ID) of the text editor.
- $ Editor#editorPluginManager — Property in class Editor
- Editor::editorPluginManager() — Method in class Editor
Returns the editor plugin manager.
- EditorConfigTranslationSubscriber — Class in namespace Drupal\editor\EventSubscriber
Adds configuration names to configuration mapper on POPULATE_MAPPER event.
- EditorImageDialog — Class in namespace Drupal\editor\Form
Provides an image dialog for text editors.
- EditorLinkDialog — Class in namespace Drupal\editor\Form
Provides a link dialog for text editors.
- EditorBase — Class in namespace Drupal\editor\Plugin
Defines a base class from which other modules providing editors may extend.
- EditorManager — Class in namespace Drupal\editor\Plugin
Configurable text editor manager.
- EditorPluginInterface — Class in namespace Drupal\editor\Plugin
Defines an interface for configurable text editors.
- EditorFileReference — Class in namespace Drupal\editor\Plugin\Filter
Provides a filter to track images uploaded via a Text Editor.
- $ EditorFileReference#entityRepository — Property in class EditorFileReference
The entity repository.
- Editor — Class in namespace Drupal\editor\Plugin\InPlaceEditor
Defines the formatted text in-place editor.
- EntityDisplayRebuilder — Class in namespace Drupal\field
Rebuilds all form and view modes for a passed entity bundle.
- $ EntityDisplayRebuilder#entityTypeManager — Property in class EntityDisplayRebuilder
The field storage config storage.
- $ EntityDisplayRebuilder#entityDisplayRepository — Property in class EntityDisplayRebuilder
The display repository.
- $ EntityDisplayRebuilder#entityTypeBundleInfo — Property in class EntityDisplayRebuilder
The entity type bundle info.
- $ FieldStorageConfig#entity_type — Property in class FieldStorageConfig
The name of the entity type the field can be attached to.
- $ FieldConfigStorage#entityTypeManager — Property in class FieldConfigStorage
The entity type manager.
- $ FieldStorageConfigStorage#entityTypeManager — Property in class FieldStorageConfigStorage
The entity type manager.
- Email — Class in namespace Drupal\field\Plugin\migrate\field
MigrateField Plugin for Drupal 6 and 7 email fields.
- EntityReference — Class in namespace Drupal\field\Plugin\migrate\field\d7
MigrateField plugin for Drupal 7 entity_reference fields.
- EntityDisplayWithLayoutInterface — Class 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#entityFieldManager — Property in class FieldLayoutBuilder
The entity field manager.
- $ FormModeAccessCheck#entityTypeManager — Property in class FormModeAccessCheck
The entity type manager.
- $ ViewModeAccessCheck#entityTypeManager — Property in class ViewModeAccessCheck
The entity type manager.
- EntityDisplayModeController — Class in namespace Drupal\field_ui\Controller
Provides methods for entity display mode routes.
- EntityDisplayModeListBuilder — Class in namespace Drupal\field_ui
Defines a class to build a listing of view mode entities.
- $ EntityDisplayModeListBuilder#entityTypes — Property in class EntityDisplayModeListBuilder
All entity types.
- EntityFormModeListBuilder — Class in namespace Drupal\field_ui
Defines a class to build a listing of form mode entities.
- $ FieldConfigListBuilder#entityTypeManager — Property in class FieldConfigListBuilder
The entity type manager.
- $ FieldConfigListBuilder#entityFieldManager — Property in class FieldConfigListBuilder
The entity field manager.
- $ FieldStorageConfigListBuilder#entityTypeManager — Property in class FieldStorageConfigListBuilder
The entity type manager.
- $ FieldUiPermissions#entityTypeManager — Property in class FieldUiPermissions
The entity type manager.
- EntityDisplayFormBase — Class in namespace Drupal\field_ui\Form
Base class for EntityDisplay edit forms.
- $ EntityDisplayFormBase#entityDisplayRepository — Property in class EntityDisplayFormBase
The entity display repository.
- $ EntityDisplayFormBase#entityFieldManager — Property in class EntityDisplayFormBase
The entity field manager.
- $ EntityDisplayFormBase#entity — Property in class EntityDisplayFormBase
The entity being used by this form.
- EntityDisplayModeAddForm — Class in namespace Drupal\field_ui\Form
Provides the add form for entity display modes.
- EntityDisplayModeDeleteForm — Class in namespace Drupal\field_ui\Form
Provides the delete form for entity display modes.
- EntityDisplayModeEditForm — Class in namespace Drupal\field_ui\Form
Provides the edit form for entity display modes.
- EntityDisplayModeFormBase — Class in namespace Drupal\field_ui\Form
Provides the generic base class for entity display mode forms.
- $ EntityDisplayModeFormBase#entityType — Property in class EntityDisplayModeFormBase
The entity type definition.
- EntityDisplayModeFormBase::exists() — Method in class EntityDisplayModeFormBase
Determines if the display mode already exists.
- EntityFormDisplayEditForm — Class in namespace Drupal\field_ui\Form
Edit form for the EntityFormDisplay entity type.
- EntityFormModeAddForm — Class in namespace Drupal\field_ui\Form
Provides the add form for entity display modes.
- EntityViewDisplayEditForm — Class in namespace Drupal\field_ui\Form
Edit form for the EntityViewDisplay entity type.
- $ FieldConfigDeleteForm#entityTypeBundleInfo — Property in class FieldConfigDeleteForm
The entity type bundle info service.
- $ FieldConfigEditForm#entity — Property in class FieldConfigEditForm
The entity being used by this form.
- $ FieldConfigEditForm#entityTypeBundleInfo — Property in class FieldConfigEditForm
The entity type bundle info service.
- $ FieldStorageAddForm#entityTypeId — Property in class FieldStorageAddForm
The name of the entity type.
- $ FieldStorageAddForm#entityTypeManager — Property in class FieldStorageAddForm
The entity type manager.
- $ FieldStorageAddForm#entityFieldManager — Property in class FieldStorageAddForm
The entity field manager.
- $ FieldStorageAddForm#entityDisplayRepository — Property in class FieldStorageAddForm
The entity display repository.
- $ FieldStorageConfigEditForm#entity — Property in class FieldStorageConfigEditForm
The entity being used by this form.
- $ FieldUiLocalAction#entityTypeManager — Property in class FieldUiLocalAction
The entity type manager.
- $ FieldUiLocalTask#entityTypeManager — Property in class FieldUiLocalTask
The entity type manager.
- $ FieldUiLocalTask#entityDisplayRepository — Property in class FieldUiLocalTask
The entity display repository.
- $ RouteSubscriber#entityTypeManager — Property in class RouteSubscriber
The entity type manager service.
- $ FileRepository#entityTypeManager — Property in class FileRepository
The entity type manager.
- FileWidget::extractFormValues() — Method in class FileWidget
Extracts field values from submitted form values.
- EntityFile — Class in namespace Drupal\file\Plugin\migrate\destination
- $ FileUploadResource#entityTypeManager — Property in class FileUploadResource
The entity type manager.
- $ FileUploadResource#entityFieldManager — Property in class FileUploadResource
The entity field manager.
- $ FileUploadResource#eventDispatcher — Property in class FileUploadResource
The event dispatcher to dispatch the filename sanitize event.
- $ Fid#entityTypeManager — Property in class Fid
The entity type manager.
- $ FileUploadHandler#entityTypeManager — Property in class FileUploadHandler
The entity type manager.
- $ FileUploadHandler#eventDispatcher — Property in class FileUploadHandler
The event dispatcher.
- $ FileValidationException#errors — Property 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#entitiesKey — Property in class FilterFormatListBuilder
- {@inheritdoc}
- $ FilterPermissions#entityTypeManager — Property in class FilterPermissions
The entity type manager.
- $ ForumBreadcrumbBuilderBase#entityTypeManager — Property in class ForumBreadcrumbBuilderBase
The entity type manager.
- $ ForumManager#entityFieldManager — Property in class ForumManager
Entity field manager.
- $ ForumManager#entityTypeManager — Property in class ForumManager
Entity type manager.
- $ ForumUninstallValidator#entityTypeManager — Property in class ForumUninstallValidator
The entity type manager.
- $ RelationLinkManager#entityFieldManager — Property in class RelationLinkManager
The entity field manager.
- $ RelationLinkManager#entityTypeBundleInfo — Property in class RelationLinkManager
The entity bundle info.
- $ RelationLinkManager#entityTypeManager — Property in class RelationLinkManager
The entity type manager.
- $ TypeLinkManager#entityTypeManager — Property in class TypeLinkManager
The entity type manager.
- EntityReferenceItemNormalizer — Class in namespace Drupal\hal\Normalizer
Converts the Drupal entity reference item object to HAL array structure.
- $ EntityReferenceItemNormalizer#entityResolver — Property in class EntityReferenceItemNormalizer
The entity resolver.
- $ EntityReferenceItemNormalizer#entityTypeManager — Property in class EntityReferenceItemNormalizer
The entity type manager.
- HelpSearch::execute() — Method in class HelpSearch
Executes the search.
- $ QuickEditImageController#entityDisplayRepository — Property in class QuickEditImageController
The entity display repository service.
- $ ImageStyle#effects — Property in class ImageStyle
The array of image effects for this image style.
- $ ImageStyle#effectsCollection — Property in class ImageStyle
Holds the collection of image effects that are used by this image style.
- $ ImageEffectAddForm#effectManager — Property 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#entity — Property in class ImageStyleFormBase
The entity being used by this form.
- EntityImageStyle — Class 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.
- EntityAccessChecker — Class in namespace Drupal\jsonapi\Access
Checks access to entities.
- $ EntityAccessChecker#entityRepository — Property in class EntityAccessChecker
The entity repository.
- $ RelationshipFieldAccess#entityAccessChecker — Property in class RelationshipFieldAccess
The JSON:API entity access checker.
- $ RelationshipRouteAccessCheck#entityAccessChecker — Property in class RelationshipRouteAccessCheck
The JSON:API entity access checker.
- $ FieldResolver#entityTypeManager — Property in class FieldResolver
The entity type manager.
- $ FieldResolver#entityTypeBundleInfo — Property in class FieldResolver
The entity type bundle information service.
- EntityResource — Class in namespace Drupal\jsonapi\Controller
Process all entity requests.
- $ EntityResource#entityTypeManager — Property in class EntityResource
The entity type manager.
- $ EntityResource#entityRepository — Property in class EntityResource
The entity repository.
- $ EntityResource#entityAccessChecker — Property 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.
- EntryPoint — Class 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#eventDispatcher — Property in class TemporaryJsonapiFileFieldUploader
The event dispatcher.
- EntityValidationTrait — Class in namespace Drupal\jsonapi\Entity
Provides a method to validate an entity.
- EntityAccessDeniedHttpException — Class in namespace Drupal\jsonapi\Exception
Enhances the access denied exception with information about the entity.
- $ EntityAccessDeniedHttpException#error — Property in class EntityAccessDeniedHttpException
The error which caused the 403.
- $ IncludeResolver#entityTypeManager — Property in class IncludeResolver
The entity type manager.
- $ IncludeResolver#entityAccessChecker — Property in class IncludeResolver
The JSON:API entity access checker.
- ErrorCollection — Class in namespace Drupal\jsonapi\JsonApiResource
To be used when the primary data is
errors.- $ ErrorCollection#errors — Property in class ErrorCollection
The HTTP exceptions.
- $ LabelOnlyResourceObject#entity — Property 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.
- EntityAccessDeniedHttpExceptionNormalizer — Class in namespace Drupal\jsonapi\Normalizer
Normalizes an EntityAccessDeniedException.
- EntityDenormalizerBase — Class in namespace Drupal\jsonapi\Normalizer
Converts the Drupal entity object to a JSON:API array structure.
- $ EntityDenormalizerBase#entityTypeManager — Property in class EntityDenormalizerBase
The entity type manager.
- EntityReferenceFieldNormalizer — Class in namespace Drupal\jsonapi\Normalizer
Normalizer class specific for entity reference field objects.
- $ FieldItemNormalizer#entityTypeManager — Property in class FieldItemNormalizer
The entity type manager.
- $ JsonApiDocumentTopLevelNormalizer#entityTypeManager — Property in class JsonApiDocumentTopLevelNormalizer
The entity type manager.
- TemporaryArrayObjectThrowingExceptions::exchangeArray() — Method in class TemporaryArrayObjectThrowingExceptions
Exchange the current array with another array or object.
- EntityUuidConverter — Class in namespace Drupal\jsonapi\ParamConverter
Parameter converter for upcasting entity UUIDs to full objects.
- EntityCondition — Class in namespace Drupal\jsonapi\Query
A condition object for the EntityQuery.
- EntityConditionGroup — Class 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#entityTypeId — Property in class ResourceType
The entity type ID.
- $ ResourceTypeField#enabled — Property in class ResourceTypeField
Whether the field is disabled.
- $ ResourceTypeRepository#entityTypeManager — Property in class ResourceTypeRepository
The entity type manager.
- $ ResourceTypeRepository#entityTypeBundleInfo — Property in class ResourceTypeRepository
The bundle manager.
- $ ResourceTypeRepository#entityFieldManager — Property in class ResourceTypeRepository
The entity field manager.
- $ ResourceTypeRepository#eventDispatcher — Property in class ResourceTypeRepository
The event dispatcher.
- $ NegotiatorBase#entityTypeManager — Property 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.
- EarlyFormatSetter — Class 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#eventDispatcher — Property in class LanguageConfigFactoryOverride
An event dispatcher instance to use for configuration events.
- $ LanguageConfigOverride#eventDispatcher — Property in class LanguageConfigOverride
The event dispatcher.
- $ ContentLanguageSettingsForm#entityTypeManager — Property in class ContentLanguageSettingsForm
The entity type manager.
- $ ContentLanguageSettingsForm#entityTypeBundleInfo — Property in class ContentLanguageSettingsForm
The entity bundle info.
- $ LanguageListBuilder#entitiesKey — Property in class LanguageListBuilder
- {@inheritdoc}
- Language::evaluate() — Method in class Language
Evaluates the condition and returns TRUE or FALSE accordingly.
- $ LanguageNegotiationContentEntity#entityTypeManager — Property in class LanguageNegotiationContentEntity
The entity type manager.
- $ ChooseBlockController#entityTypeManager — Property in class ChooseBlockController
The entity type manager.
- $ LayoutBuilderHtmlEntityFormController#entityFormController — Property in class LayoutBuilderHtmlEntityFormController
The entity form controller being decorated.
- $ LayoutBuilder#eventDispatcher — Property in class LayoutBuilder
The event dispatcher.
- $ LayoutBuilderEntityViewDisplay#entityFieldManager — Property in class LayoutBuilderEntityViewDisplay
The entity field manager.
- LayoutBuilderEntityViewDisplay::enableLayoutBuilder() — Method in class LayoutBuilderEntityViewDisplay
Enables the Layout Builder.
- $ LayoutBuilderSampleEntityGenerator#entityTypeManager — Property in class LayoutBuilderSampleEntityGenerator
The entity type manager.
- $ SetInlineBlockDependency#entityTypeManager — Property in class SetInlineBlockDependency
The entity type manager.
- LayoutSectionItemList::equals() — Method in class LayoutSectionItemList
Determines equality to another object implementing FieldItemListInterface.
- $ DefaultsEntityForm#entityTypeBundleInfo — Property in class DefaultsEntityForm
The entity type bundle info service.
- $ LayoutBuilderEntityViewDisplayForm#entity — Property 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#entityTypeManager — Property in class InlineBlockEntityOperations
The entity type manager.
- LayoutBuilderEnabledInterface::enableLayoutBuilder() — Method in class LayoutBuilderEnabledInterface
Enables the Layout Builder.
- $ LayoutBuilderOverridesPermissions#entityTypeManager — Property in class LayoutBuilderOverridesPermissions
The entity type manager.
- ExtraFieldBlock — Class in namespace Drupal\layout_builder\Plugin\Block
Provides a block that renders an extra field from an entity.
- $ ExtraFieldBlock#entityFieldManager — Property in class ExtraFieldBlock
The entity field manager.
- $ ExtraFieldBlock#entityTypeManager — Property in class ExtraFieldBlock
The entity type manager.
- $ FieldBlock#entityFieldManager — Property in class FieldBlock
The entity field manager.
- $ FieldBlock#entityTypeId — Property in class FieldBlock
The entity type ID.
- $ InlineBlock#entityTypeManager — Property in class InlineBlock
The entity type manager.
- $ InlineBlock#entityDisplayRepository — Property in class InlineBlock
The entity display repository.
- ExtraFieldBlockDeriver — Class in namespace Drupal\layout_builder\Plugin\Derivative
Provides entity field block definitions for every field.
- $ ExtraFieldBlockDeriver#entityFieldManager — Property in class ExtraFieldBlockDeriver
The entity field manager.
- $ ExtraFieldBlockDeriver#entityTypeManager — Property in class ExtraFieldBlockDeriver
The entity type manager.
- $ ExtraFieldBlockDeriver#entityTypeBundleInfo — Property in class ExtraFieldBlockDeriver
The entity type bundle info.
- $ ExtraFieldBlockDeriver#entityTypeRepository — Property in class ExtraFieldBlockDeriver
The entity type repository.
- $ FieldBlockDeriver#entityTypeRepository — Property in class FieldBlockDeriver
The entity type repository.
- $ FieldBlockDeriver#entityFieldManager — Property in class FieldBlockDeriver
The entity field manager.
- $ InlineBlockDeriver#entityTypeManager — Property in class InlineBlockDeriver
The entity type manager.
- $ LayoutBuilderLocalTaskDeriver#entityTypeManager — Property in class LayoutBuilderLocalTaskDeriver
The entity type manager.
- LayoutBuilderWidget::extractFormValues() — Method in class LayoutBuilderWidget
Extracts field values from submitted form values.
- $ DefaultsSectionStorage#entityTypeManager — Property in class DefaultsSectionStorage
The entity type manager.
- $ DefaultsSectionStorage#entityTypeBundleInfo — Property in class DefaultsSectionStorage
The entity type bundle info.
- DefaultsSectionStorage::enableLayoutBuilder() — Method in class DefaultsSectionStorage
Enables the Layout Builder.
- $ OverridesSectionStorage#entityTypeManager — Property in class OverridesSectionStorage
The entity type manager.
- $ OverridesSectionStorage#entityFieldManager — Property in class OverridesSectionStorage
The entity field manager.
- $ OverridesSectionStorage#entityRepository — Property in class OverridesSectionStorage
The entity repository.
- $ QuickEditIntegration#entityTypeManager — Property 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.
- ExportForm — Class in namespace Drupal\locale\Form
Form for the Gettext translation files export form.
- $ MediaFilterController#entityRepository — Property in class MediaFilterController
The entity repository.
- $ MediaConfigSubscriber#entityTypeManager — Property in class MediaConfigSubscriber
The entity type manager.
- EditorMediaDialog — Class in namespace Drupal\media\Form
Provides a media embed dialog for text editors.
- $ EditorMediaDialog#entityRepository — Property in class EditorMediaDialog
The entity repository.
- $ EditorMediaDialog#entityDisplayRepository — Property in class EditorMediaDialog
The entity display repository.
- $ MediaSettingsForm#entityTypeManager — Property in class MediaSettingsForm
The entity type manager.
- $ MediaTypeDeleteConfirmForm#entityTypeManager — Property in class MediaTypeDeleteConfirmForm
The entity type manager.
- $ MediaAccessControlHandler#entityTypeManager — Property in class MediaAccessControlHandler
The entity type manager.
- $ MediaPermissions#entityTypeManager — Property in class MediaPermissions
The entity type manager service.
- $ MediaSourceBase#entityTypeManager — Property in class MediaSourceBase
The entity type manager service.
- $ MediaSourceBase#entityFieldManager — Property in class MediaSourceBase
The entity field manager service.
- $ MediaTypeForm#entityFieldManager — Property in class MediaTypeForm
Entity field manager service.
- $ MediaTypeForm#entityDisplayRepository — Property in class MediaTypeForm
Entity display repository service.
- Endpoint — Class in namespace Drupal\media\OEmbed
Value object for oEmbed provider endpoints.
- $ Provider#endpoints — Property in class Provider
The provider endpoints.
- $ DynamicLocalTasks#entityTypeManager — Property in class DynamicLocalTasks
The entity type manager.
- $ MediaEmbed#entityRepository — Property in class MediaEmbed
The entity repository.
- $ MediaEmbed#entityTypeManager — Property in class MediaEmbed
The entity type manager.
- $ MediaEmbed#entityDisplayRepository — Property in class MediaEmbed
The entity display repository.
- $ MediaEmbed#entityTypeBundleInfo — Property in class MediaEmbed
The entity type bundle info service.
- $ ThumbnailDownloader#entityTypeManager — Property in class ThumbnailDownloader
The entity type manager service.
- $ AddFormBase#entityTypeManager — Property in class AddFormBase
The entity type manager.
- $ FileUploadForm#elementInfo — Property in class FileUploadForm
The element info manager.
- $ MediaLibraryFieldWidgetOpener#entityTypeManager — Property in class MediaLibraryFieldWidgetOpener
The entity type manager.
- $ MediaLibraryUiBuilder#entityTypeManager — Property in class MediaLibraryUiBuilder
The entity type manager.
- $ MediaLibraryWidget#entityTypeManager — Property 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#entity — Property in class MenuLinkContentForm
The content menu link.
- $ MenuLinkContentDeriver#entityTypeManager — Property in class MenuLinkContentDeriver
The entity type manager.
- $ MenuLinkContent#entityIdsToLoad — Property in class MenuLinkContent
Entities IDs to load.
- $ MenuLinkContent#entity — Property in class MenuLinkContent
The menu link content entity connected to this plugin instance.
- $ MenuLinkContent#entityTypeManager — Property in class MenuLinkContent
The entity type manager.
- $ MenuLinkContent#entityRepository — Property in class MenuLinkContent
The entity repository.
- $ LinkUri#entityTypeManager — Property 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.
- EntityFieldDefinitionTrait — Class in namespace Drupal\migrate
The entity field definition trait.
- EventBase — Class in namespace Drupal\migrate\Event
- EntityValidationException — Class in namespace Drupal\migrate\Exception
To throw when an entity generated during the import is not valid.
- $ MigrateExecutable#eventDispatcher — Property in class MigrateExecutable
The event dispatcher.
- $ MigrateEntity#entityDefinitions — Property in class MigrateEntity
The entity definitions.
- $ MigrateEntityRevision#entityDefinitions — Property in class MigrateEntityRevision
The entity definitions.
- $ MigrateDestinationPluginManager#entityTypeManager — Property 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#entityDisplayRepository — Property in class ComponentEntityDisplayBase
The entity display repository.
- Entity — Class in namespace Drupal\migrate\Plugin\migrate\destination
Provides a generic destination to import entities.
- EntityBaseFieldOverride — Class in namespace Drupal\migrate\Plugin\migrate\destination
Provides entity base field override destination plugin.
- EntityConfigBase — Class in namespace Drupal\migrate\Plugin\migrate\destination
Base destination class for importing configuration entities.
- EntityContentBase — Class in namespace Drupal\migrate\Plugin\migrate\destination
Provides destination class for all content entities lacking a specific class.
- $ EntityContentBase#entityFieldManager — Property in class EntityContentBase
Entity field manager.
- EntityContentComplete — Class in namespace Drupal\migrate\Plugin\migrate\destination
Provides a destination for migrating the entire entity revision table.
- EntityFieldInstance — Class in namespace Drupal\migrate\Plugin\migrate\destination
Provides destination plugin for field_config configuration entities.
- EntityFieldStorageConfig — Class in namespace Drupal\migrate\Plugin\migrate\destination
Provides destination plugin for field_storage_config configuration entities.
- EntityRevision — Class in namespace Drupal\migrate\Plugin\migrate\destination
Provides entity revision destination plugin.
- EntityViewMode — Class 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#eventDispatcher — Property 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.
- EntityExists — Class in namespace Drupal\migrate\Plugin\migrate\process
This plugin checks if a given entity exists.
- Explode — Class in namespace Drupal\migrate\Plugin\migrate\process
Splits the source string into an array of strings, using a delimiter.
- Extract — Class 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#entityTypeManager — Property in class MakeUniqueEntityField
The entity type manager.
- MakeUniqueEntityField::exists() — Method in class MakeUniqueEntityField
This is a query checking the existence of some value.
- EmbeddedDataSource — Class in namespace Drupal\migrate\Plugin\migrate\source
Allows source data to be defined in the configuration of the source plugin.
- EmptySource — Class in namespace Drupal\migrate\Plugin\migrate\source
Source returning a row based on the constants provided.
- $ Row#emptyDestinationProperties — Property in class Row
The empty destination properties.
- $ MigrationPluginManager#enforcedSourceModuleTags — Property in class MigrationPluginManager
The migration tags which will trigger source_module enforcement.
- $ MigrationState#enabledModules — Property in class MigrationState
Array of enabled modules.
- EntityReferenceTranslationDeriver — Class in namespace Drupal\migrate_drupal\Plugin\migrate
Deriver for entity reference field translations.
- $ EntityReferenceTranslationDeriver#entityFieldManager — Property in class EntityReferenceTranslationDeriver
The entity field manager.
- $ EntityReferenceTranslationDeriver#entityTypeManager — Property 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#entityTypeManager — Property in class ContentEntity
The entity type manager.
- $ ContentEntity#entityFieldManager — Property in class ContentEntity
The entity field manager.
- $ ContentEntity#entityTypeBundleInfo — Property in class ContentEntity
The entity type bundle info service.
- $ ContentEntity#entityType — Property in class ContentEntity
The entity type definition.
- $ ContentEntityDeriver#entityTypeManager — Property in class ContentEntityDeriver
The entity type manager.
- $ DrupalSqlBase#entityTypeManager — Property in class DrupalSqlBase
The entity type manager.
- EmptySource — Class in namespace Drupal\migrate_drupal\Plugin\migrate\source
Source returning an empty row with Drupal specific config dependencies.
- $ EmptySource#entityTypeManager — Property in class EmptySource
The entity type manager.
- $ CredentialForm#errors — Property in class CredentialForm
An array of error information.
- ExceptionHandler — Class in namespace Drupal\mysql\Driver\Database\mysql
MySql database exception handler class.
- Insert::execute() — Method in class Insert
Executes the insert query.
- Tasks::ensureInnoDbAvailable() — Method in class Tasks
Ensure that InnoDB is available.
- $ NodeAddAccessCheck#entityTypeManager — Property in class NodeAddAccessCheck
The entity type manager.
- $ NodePreviewAccessCheck#entityTypeManager — Property in class NodePreviewAccessCheck
The entity type manager service.
- $ NodeController#entityRepository — Property in class NodeController
The entity repository service.
- $ NodePreviewController#entityRepository — Property in class NodePreviewController
The entity repository service.
- $ NodeViewController#entityRepository — Property in class NodeViewController
The entity repository service.
- $ NodePreviewForm#entityDisplayRepository — Property in class NodePreviewForm
The entity display repository.
- $ NodeAccessControlHandler#entityTypeManager — Property 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#entityFieldManager — Property 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#entityStorage — Property in class NodeType
The entity storage.
- NodeType::evaluate() — Method in class NodeType
Evaluates the condition and returns TRUE or FALSE accordingly.
- $ NodeSearch#entityTypeManager — Property in class NodeSearch
The entity type manager.
- NodeSearch::execute() — Method in class NodeSearch
Executes the search.
- EntityNodeType — Class 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#entityTypeId — Property in class Rss
- {@inheritdoc}
- $ Node#entityDisplayRepository — Property in class Node
The entity display repository.
- $ Node#entityFieldManager — Property 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#entity — Property in class PathAliasForm
The path_alias entity.
- PathWidget::errorElement() — Method in class PathWidget
Assigns a field-level validation error to the right widget sub-element.
- Delete::execute() — Method in class Delete
Executes the DELETE query.
- Insert::execute() — Method in class Insert
Executes the insert query.
- Schema::ensureIdentifiersLength() — Method in class Schema
Make sure to limit identifiers according to PostgreSQL compiled in length.
- Schema::extensionExists() — Method in class Schema
Determines whether the PostgreSQL extension is created.
- Select::execute() — Method in class Select
Runs the query against the database.
- Truncate::execute() — Method in class Truncate
Executes the TRUNCATE query.
- Update::execute() — Method in class Update
Executes the UPDATE query.
- Upsert::execute() — Method in class Upsert
Executes the UPSERT operation.
- EntitySavedCommand — Class in namespace Drupal\quickedit\Ajax
AJAX command to indicate the entity was loaded from PrivateTempStore and saved into the database.
- EditorSelector — Class in namespace Drupal\quickedit
Selects an in-place editor (an InPlaceEditor plugin) for a field.
- $ EditorSelector#editorManager — Property in class EditorSelector
The manager for editor plugins.
- EditorSelectorInterface — Class in namespace Drupal\quickedit
Interface for selecting an in-place editor (an Editor plugin) for a field.
- $ MetadataGenerator#editorSelector — Property in class MetadataGenerator
An object that determines which editor to attach to a given field.
- $ MetadataGenerator#editorManager — Property in class MetadataGenerator
The manager for editor plugins.
- $ QuickEditController#editorSelector — Property in class QuickEditController
The in-place editor selector.
- $ QuickEditController#entityDisplayRepository — Property in class QuickEditController
The entity display repository service.
- $ QuickEditController#entityRepository — Property in class QuickEditController
The entity repository.
- QuickEditController::entitySave() — Method in class QuickEditController
Saves an entity into the database, from PrivateTempStore.
- EntityResourcePostRouteSubscriber — Class in namespace Drupal\rest\EventSubscriber
Generates a 'create' route for an entity type if it has a REST POST route.
- EntityDeriver — Class in namespace Drupal\rest\Plugin\Deriver
Provides a resource plugin definition for every entity type.
- $ EntityDeriver#entityTypeManager — Property in class EntityDeriver
The entity type manager.
- EntityResource — Class in namespace Drupal\rest\Plugin\rest\resource
Represents entities as resources.
- $ EntityResource#entityType — Property in class EntityResource
The entity type targeted by this resource.
- EntityResourceAccessTrait — Class in namespace Drupal\rest\Plugin\rest\resource
- EntityResourceValidationTrait — Class in namespace Drupal\rest\Plugin\rest\resource
- RestExport::execute() — Method in class RestExport
Executes the view and returns data in the format required.
- $ DataEntityRow#entityType — Property in class DataEntityRow
Contains the entity type of this row plugin instance.
- $ DataEntityRow#entityTypeManager — Property in class DataEntityRow
The entity type manager.
- $ DataEntityRow#entityRepository — Property in class DataEntityRow
The entity repository service.
- $ DataEntityRow#entityDisplayRepository — Property 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#entity — Property in class SearchPageForm
The search page entity.
- $ SearchPageFormBase#entity — Property 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.
- EntitySearchPage — Class in namespace Drupal\search\Plugin\migrate\destination
Migrate destination for search page.
- $ SearchPageListBuilder#entities — Property in class SearchPageListBuilder
The entities being listed.
- $ SearchQuery#executedPrepare — Property 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}
- EntityResolverInterface — Class in namespace Drupal\serialization\EntityResolver
- $ UuidResolver#entityRepository — Property in class UuidResolver
The entity repository.
- EntityNormalizer — Class in namespace Drupal\serialization\Normalizer
Normalizes/denormalizes Drupal entity objects into an array structure.
- EntityReferenceFieldItemNormalizer — Class in namespace Drupal\serialization\Normalizer
Adds the file URI to embedded file entities.
- $ EntityReferenceFieldItemNormalizer#entityRepository — Property in class EntityReferenceFieldItemNormalizer
The entity repository.
- EntityReferenceFieldItemNormalizerTrait — Class in namespace Drupal\serialization\Normalizer
Converts empty reference values for entity reference items.
- $ FieldableEntityNormalizerTrait#entityFieldManager — Property in class FieldableEntityNormalizerTrait
The entity field manager.
- $ FieldableEntityNormalizerTrait#entityTypeManager — Property in class FieldableEntityNormalizerTrait
The entity type manager.
- $ FieldableEntityNormalizerTrait#entityTypeRepository — Property in class FieldableEntityNormalizerTrait
The entity type repository.
- FieldableEntityNormalizerTrait::extractBundleData() — Method in class FieldableEntityNormalizerTrait
Denormalizes the bundle property so entity creation can use it.
- $ SetCustomize#entity — Property in class SetCustomize
The entity being used by this form.
- SwitchShortcutSet::exists() — Method in class SwitchShortcutSet
Determines if a shortcut set exists already.
- EntityShortcutSet — Class in namespace Drupal\shortcut\Plugin\migrate\destination
- $ ShortcutForm#entity — Property in class ShortcutForm
The entity being used by this form.
- Insert::execute() — Method in class Insert
Executes the insert query.
- Statement::execute() — Method in class Statement
Executes a prepared statement.
- $ StatisticsPopularBlock#entityTypeManager — Property in class StatisticsPopularBlock
The entity type manager.
- $ StatisticsPopularBlock#entityRepository — Property in class StatisticsPopularBlock
The entity repository service.
- EntityAutocompleteController — Class 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#entityTypeManager — Property in class ModulesUninstallConfirmForm
The entity type manager.
- $ PrepareModulesEntityUninstallForm#entityTypeId — Property in class PrepareModulesEntityUninstallForm
The entity type ID of the entities to delete.
- $ PrepareModulesEntityUninstallForm#entityTypeManager — Property in class PrepareModulesEntityUninstallForm
The entity type manager.
- $ SystemMenuOffCanvasForm#entityTypeManager — Property in class SystemMenuOffCanvasForm
- $ ThemeSettingsForm#editableConfig — Property 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.
- EntityDateFormat — Class in namespace Drupal\system\Plugin\migrate\destination
- Extension — Class in namespace Drupal\system\Plugin\migrate\source
Drupal 6/7 system data for a legacy extension source from database.
- $ SecurityAdvisoriesFetcher#extensionLists — Property in class SecurityAdvisoriesFetcher
Array of extension lists, keyed by extension type.
- $ OverviewTerms#entityTypeManager — Property in class OverviewTerms
The entity type manager.
- $ OverviewTerms#entityRepository — Property in class OverviewTerms
The entity repository.
- EntityReferenceTaxonomyTermRssFormatter — Class in namespace Drupal\taxonomy\Plugin\Field\FieldFormatter
Plugin implementation of the 'entity reference taxonomy term RSS' formatter.
- $ TaxonomyPermissions#entityTypeManager — Property in class TaxonomyPermissions
The entity type manager.
- $ TermBreadcrumbBuilder#entityRepository — Property in class TermBreadcrumbBuilder
The entity repository manager.
- $ TermBreadcrumbBuilder#entityTypeManager — Property 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#entitiesKey — Property in class VocabularyListBuilder
- {@inheritdoc}
- $ VocabularyListBuilder#entityTypeManager — Property 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#entityTypeManager — Property in class TourHelpSection
The entity type manager.
- $ ProjectCoreCompatibility#existingCoreVersion — Property in class ProjectCoreCompatibility
The currently installed version of Drupal core.
- $ ProjectSecurityData#existingVersion — Property in class ProjectSecurityData
The existing (currently installed) version of the project.
- $ UpdateSettingsForm#emailValidator — Property in class UpdateSettingsForm
The email validator.
- EntityOwnerInterface — Class in namespace Drupal\user
Defines a common interface for entities that have an owner.
- EntityOwnerTrait — Class in namespace Drupal\user
Provides a trait for entities that have an owner.
- $ UserRequestSubscriber#entityTypeManager — Property in class UserRequestSubscriber
The entity type manager service.
- $ UserCancelForm#entity — Property in class UserCancelForm
The account being cancelled.
- $ UserMultipleCancelConfirm#entityTypeManager — Property in class UserMultipleCancelConfirm
The entity type manager.
- $ UserPasswordForm#emailValidator — Property in class UserPasswordForm
The email validator service.
- $ UserPermissionsBundleForm#entityTypeManager — Property in class UserPermissionsBundleForm
The entity type manager service.
- AddRoleUser::execute() — Method in class AddRoleUser
Executes the plugin.
- BlockUser::execute() — Method in class BlockUser
Executes the plugin.
- CancelUser::executeMultiple() — Method in class CancelUser
Executes the plugin for an array of objects.
- CancelUser::execute() — Method in class CancelUser
Executes the plugin.
- $ ChangeUserRoleBase#entityType — Property in class ChangeUserRoleBase
The user role entity type.
- RemoveRoleUser::execute() — Method in class RemoveRoleUser
Executes the plugin.
- UnblockUser::execute() — Method in class UnblockUser
Executes the plugin.
- UserRole::evaluate() — Method in class UserRole
Evaluates the condition and returns TRUE or FALSE accordingly.
- $ UserLocalTask#entityTypeManager — Property in class UserLocalTask
The entity type manager.
- UserSelection::entityQueryAlter() — Method in class UserSelection
Allows the selection to alter the SelectQuery generated by EntityFieldQuery.
- $ UserSearch#entityTypeManager — Property in class UserSearch
The entity type manager.
- UserSearch::execute() — Method in class UserSearch
Executes the search.
- $ UserNameConstraint#emptyMessage — Property in class UserNameConstraint
- EntityUser — Class in namespace Drupal\user\Plugin\migrate\destination
Provides a destination plugin for migrating user entities.
- UserRegistrationResource::ensureAccountCanRegister() — Method in class UserRegistrationResource
Ensure the account can be registered in this request.
- UserBulkForm::emptySelectedMessage() — Method in class UserBulkForm
Returns the message to be displayed when there are no selected items.
- ProfileForm::editCancelSubmit() — Method in class ProfileForm
Provides a submit handler for the 'Cancel account' button.
- ProfileTranslationHandler::entityFormAlter() — Method in class ProfileTranslationHandler
Performs the needed alterations to the entity form.
- ProfileTranslationHandler::entityFormSave() — Method in class ProfileTranslationHandler
Form submission handler for ProfileTranslationHandler::entityFormAlter().
- $ RouteSubscriber#entityTypeManager — Property in class RouteSubscriber
The entity type manager service.
- $ AdminNegotiator#entityTypeManager — Property in class AdminNegotiator
The entity type manager.
- $ UserAuth#entityTypeManager — Property in class UserAuth
The entity type manager.
- $ UserFloodControl#eventDispatcher — Property in class UserFloodControl
Event dispatcher.
- $ ViewAjaxController#executableFactory — Property in class ViewAjaxController
The factory to load a view executable with.
- EntityViewsData — Class in namespace Drupal\views
Provides generic views integration for entities.
- $ EntityViewsData#entityType — Property in class EntityViewsData
Entity type for this views data handler instance.
- $ EntityViewsData#entityTypeManager — Property in class EntityViewsData
The entity type manager.
- $ EntityViewsData#entityFieldManager — Property in class EntityViewsData
The entity field manager.
- EntityViewsDataInterface — Class in namespace Drupal\views
Provides an interface to integrate an entity type with views.
- EntityFieldRenderer — Class in namespace Drupal\views\Entity\Render
Renders entity fields.
- $ EntityFieldRenderer#entityTypeManager — Property in class EntityFieldRenderer
The entity type manager.
- $ EntityFieldRenderer#entityRepository — Property in class EntityFieldRenderer
The entity repository service.
- EntityTranslationRenderTrait — Class in namespace Drupal\views\Entity\Render
Trait used to instantiate the view's entity translation renderer.
- $ EntityTranslationRenderTrait#entityTranslationRenderer — Property in class EntityTranslationRenderTrait
The renderer to be used to render the entity row.
- EntityTranslationRendererBase — Class in namespace Drupal\views\Entity\Render
Defines a base class for entity translation renderers.
- $ RendererBase#entityType — Property in class RendererBase
The type of the entity being rendered.
- $ View#executable — Property in class View
Stores a reference to the executable version of this view.
- $ ViewsEntitySchemaSubscriber#entityTypeManager — Property in class ViewsEntitySchemaSubscriber
The entity type manager.
- ExposedFormCache — Class in namespace Drupal\views
Caches exposed forms, as they are heavy to generate.
- $ FieldAPIHandlerTrait#entityFieldManager — Property in class FieldAPIHandlerTrait
The entity field manager.
- $ ViewsExposedForm#exposedFormCache — Property in class ViewsExposedForm
The exposed form cache.
- ManyToOneHelper::ensureMyTable() — Method in class ManyToOneHelper
Override ensureMyTable so we can control how this joins in.
- $ ViewsEntityArgumentValidator#entityTypeManager — Property in class ViewsEntityArgumentValidator
The entity type manager.
- $ ViewsEntityRow#entityTypeManager — Property in class ViewsEntityRow
The entity type manager.
- $ ViewsSelection#entityTypeManager — Property in class ViewsSelection
The entity type manager service.
- ViewsMenuLinkForm::extractFormValues() — Method in class ViewsMenuLinkForm
Extracts a plugin definition from form values.
- $ ViewsMenuLink#entityTypeManager — Property 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.
- Entity — Class in namespace Drupal\views\Plugin\views\area
Provides an area handler which renders an entity in a certain view mode.
- $ Entity#entityType — Property in class Entity
Stores the entity type of the result entities.
- $ Entity#entityTypeManager — Property in class Entity
The entity type manager.
- $ Entity#entityRepository — Property in class Entity
The entity repository service.
- $ Entity#entityDisplayRepository — Property 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.
- Entity — Class in namespace Drupal\views\Plugin\views\argument_validator
Defines an argument validator plugin for each entity type.
- $ Entity#entityTypeManager — Property in class Entity
The entity type manager.
- $ Entity#entityTypeBundleInfo — Property in class Entity
The entity bundle info.
- Attachment::execute() — Method in class Attachment
Executes the view and returns data in the format required.
- $ Block#entityTypeManager — Property 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#extenders — Property 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.
- Embed — Class in namespace Drupal\views\Plugin\views\display
The plugin that handles an embed display.
- EntityReference — Class 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.
- ExposedFormPluginBase — Class 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.
- ExposedFormPluginInterface — Class 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#entityTypeManager — Property in class BulkForm
The entity type manager.
- $ BulkForm#entityRepository — Property 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.
- EntityField — Class in namespace Drupal\views\Plugin\views\field
A field that displays entity field data.
- $ EntityField#entityTypeManager — Property in class EntityField
The entity typemanager.
- $ EntityField#entityRepository — Property in class EntityField
The entity repository service.
- $ EntityField#entityFieldRenderer — Property in class EntityField
Static cache for ::getEntityFieldRenderer().
- EntityLabel — Class in namespace Drupal\views\Plugin\views\field
Field handler to display entity label optionally linked to entity page.
- $ EntityLabel#entityTypeManager — Property in class EntityLabel
EntityTypeManager class.
- EntityLink — Class in namespace Drupal\views\Plugin\views\field
Field handler to present a link to an entity.
- EntityLinkDelete — Class in namespace Drupal\views\Plugin\views\field
Field handler to present a link to delete an entity.
- EntityLinkEdit — Class in namespace Drupal\views\Plugin\views\field
Field handler to present a link to edit an entity.
- EntityOperations — Class in namespace Drupal\views\Plugin\views\field
Renders all operations links for an entity.
- $ EntityOperations#entityTypeManager — Property in class EntityOperations
The entity type manager.
- $ EntityOperations#entityRepository — Property in class EntityOperations
The entity repository service.
- $ EntityOperations#entityDisplayRepository — Property 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#entityTypeManager — Property in class LinkBase
The entity type manager.
- $ LinkBase#entityRepository — Property in class LinkBase
The entity repository.
- Markup::elementType() — Method in class Markup
Returns an HTML element based upon the field's element type.
- $ RenderedEntity#entityTypeManager — Property in class RenderedEntity
The entity type manager.
- $ RenderedEntity#entityRepository — Property in class RenderedEntity
The entity repository service.
- $ RenderedEntity#entityDisplayRepository — Property in class RenderedEntity
The entity display repository.
- $ Bundle#entityTypeId — Property in class Bundle
The entity type for the filter.
- $ Bundle#entityType — Property in class Bundle
The entity type definition.
- $ Bundle#entityTypeManager — Property in class Bundle
The entity type manager.
- Equality — Class 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#entityTypeManager — Property in class LatestRevision
Entity Type Manager service.
- $ LatestTranslationAffectedRevision#entityTypeManager — Property in class LatestTranslationAffectedRevision
Entity Type Manager service.
- ManyToOne::ensureMyTable() — Method in class ManyToOne
Override ensureMyTable so we can control how this joins in.
- $ JoinPluginBase#extra — Property in class JoinPluginBase
An array of extra conditions on the join.
- $ JoinPluginBase#extraOperator — Property 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#entityTypeManager — Property 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.
- EntityReverse — Class in namespace Drupal\views\Plugin\views\relationship
A relationship handlers which reverse entity references.
- EntityReference — Class in namespace Drupal\views\Plugin\views\row
EntityReference row plugin.
- EntityRow — Class in namespace Drupal\views\Plugin\views\row
Generic entity row plugin to provide a common base for all entity types.
- $ EntityRow#entityTypeId — Property in class EntityRow
Stores the entity type ID of the result entities.
- $ EntityRow#entityType — Property in class EntityRow
Contains the entity type of this row plugin instance.
- $ EntityRow#entityTypeManager — Property in class EntityRow
The entity type manager.
- $ EntityRow#entityRepository — Property in class EntityRow
The entity repository service.
- $ EntityRow#entityDisplayRepository — Property in class EntityRow
The entity display repository.
- $ RssPluginBase#entityTypeManager — Property in class RssPluginBase
The entity type manager.
- $ RssPluginBase#entityDisplayRepository — Property in class RssPluginBase
The entity display repository.
- $ RssPluginBase#entityTypeId — Property in class RssPluginBase
The ID of the entity type for which this is an RSS row plugin.
- EntityReference — Class 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#entityTypeId — Property in class WizardPluginBase
The entity type connected with the wizard.
- $ WizardPluginBase#entityType — Property in class WizardPluginBase
Contains the information from entity_get_info of the $entity_type.
- $ ViewExecutable#executed — Property in class ViewExecutable
Whether the view has been executed/query has been run.
- $ ViewExecutable#exposed_data — Property in class ViewExecutable
All the form data from $form_state->getValues().
- $ ViewExecutable#exposed_input — Property in class ViewExecutable
An array of input values from exposed forms.
- $ ViewExecutable#exposed_raw_input — Property in class ViewExecutable
Exposed widget input directly from the $form_state->getValues().
- $ ViewExecutable#empty — Property in class ViewExecutable
Stores the area handlers for the empty text which are initialized on this view.
- $ ViewExecutable#exposed_widgets — Property in class ViewExecutable
The rendered output of the exposed form.
- $ ViewExecutable#element — Property 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#entityTypeManager — Property in class ViewsConfigUpdater
The entity type manager.
- $ ViewsConfigUpdater#entityFieldManager — Property in class ViewsConfigUpdater
The entity field manager.
- ViewsUIController::edit() — Method in class ViewsUIController
Returns the form to edit a view.
- EditDetails — Class in namespace Drupal\views_ui\Form\Ajax
Provides a form for editing the details of a View.
- $ BreakLockForm#entityTypeManager — Property in class BreakLockForm
Stores the entity type manager.
- $ ViewEditForm#elementInfo — Property in class ViewEditForm
The element info manager.
- $ ViewUI#editing — Property 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.
- EntityAccess — Class in namespace Drupal\workspaces
Service wrapper for hooks relating to entity access control.
- $ EntityAccess#entityTypeManager — Property 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().
- EntityOperations — Class in namespace Drupal\workspaces
Defines a class for reacting to entity events.
- $ EntityOperations#entityTypeManager — Property 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.
- EntityTypeInfo — Class in namespace Drupal\workspaces
Manipulates entity type information.
- $ EntityTypeInfo#entityTypeManager — Property 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.
- EntitySchemaSubscriber — Class in namespace Drupal\workspaces\EventSubscriber
Defines a class for listening to entity schema changes.
- $ EntitySchemaSubscriber#entityDefinitionUpdateManager — Property in class EntitySchemaSubscriber
The definition update manager.
- $ EntitySchemaSubscriber#entityLastInstalledSchemaRepository — Property in class EntitySchemaSubscriber
The last installed schema definitions.
- $ WorkspaceActivateForm#entity — Property in class WorkspaceActivateForm
The workspace entity.
- $ WorkspaceDeleteForm#entity — Property in class WorkspaceDeleteForm
The workspace entity.
- $ WorkspaceForm#entity — Property in class WorkspaceForm
The workspace entity.
- $ WorkspaceMergeForm#entityTypeManager — Property in class WorkspaceMergeForm
The entity type manager.
- $ WorkspacePublishForm#entityTypeManager — Property in class WorkspacePublishForm
The entity type manager.
- $ WorkspaceSwitcherBlock#entityTypeManager — Property in class WorkspaceSwitcherBlock
The entity type manager.
- EntityReferenceSupportedNewEntitiesConstraint — Class in namespace Drupal\workspaces\Plugin\Validation\Constraint
The entity reference supported new entities constraint.
- EntityReferenceSupportedNewEntitiesConstraintValidator — Class in namespace Drupal\workspaces\Plugin\Validation\Constraint
Checks if new entities created for entity reference fields are supported.
- $ EntityReferenceSupportedNewEntitiesConstraintValidator#entityTypeManager — Property in class EntityReferenceSupportedNewEntitiesConstraintValidator
The entity type manager.
- EntityWorkspaceConflictConstraint — Class in namespace Drupal\workspaces\Plugin\Validation\Constraint
Validation constraint for an entity being edited in multiple workspaces.
- EntityWorkspaceConflictConstraintValidator — Class in namespace Drupal\workspaces\Plugin\Validation\Constraint
Validates the EntityWorkspaceConflict constraint.
- $ EntityWorkspaceConflictConstraintValidator#entityTypeManager — Property in class EntityWorkspaceConflictConstraintValidator
The entity type manager.
- $ ViewsQueryAlter#entityTypeManager — Property in class ViewsQueryAlter
The entity type manager service.
- $ ViewsQueryAlter#entityFieldManager — Property 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#entityTypeManager — Property in class WorkspaceAssociation
The entity type manager.
- $ WorkspaceManager#entityTypeManager — Property in class WorkspaceManager
The entity type manager.
- $ WorkspaceManager#entityMemoryCache — Property 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#entityTypeManager — Property in class WorkspaceMerger
The entity type manager.
- $ WorkspaceOperationFactory#entityTypeManager — Property in class WorkspaceOperationFactory
The entity type manager.
- $ WorkspacePublisher#entityTypeManager — Property in class WorkspacePublisher
The entity type manager.
- $ WorkspaceRepository#entityTypeManager — Property in class WorkspaceRepository
The entity type manager service.
- $ WorkspaceViewBuilder#entityTypeManager — Property 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#finder — Property in class StaticReflectionParser
A ClassFinder object which finds the class.
- $ AnnotatedClassDiscovery#fileCache — Property in class AnnotatedClassDiscovery
The file cache object.
- $ MockFileFinder#filename — Property 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#frozen — Property 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#fileCacheKeySuffix — Property 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.
- FileCache — Class in namespace Drupal\Component\FileCache
Allows to cache data based on file modification dates.
- FileCacheBackendInterface — Class 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.
- FileCacheFactory — Class in namespace Drupal\Component\FileCache
Creates a FileCache object.
- FileCacheInterface — Class in namespace Drupal\Component\FileCache
Interface for objects that allow caching file data.
- FileSecurity — Class in namespace Drupal\Component\FileSecurity
Provides file security functions.
- FileSystem — Class in namespace Drupal\Component\FileSystem
Provides file system functions.
- FrontMatterParseException — Class in namespace Drupal\Component\FrontMatter\Exception
Defines a class for front matter parsing exceptions.
- FrontMatter — Class in namespace Drupal\Component\FrontMatter
Component for parsing front matter from a source.
- $ PoStreamReader#fd — Property in class PoStreamReader
File handle of the current PO stream.
- $ PoStreamReader#finished — Property in class PoStreamReader
Indicator of whether the stream reading is finished.
- $ PoStreamWriter#fd — Property in class PoStreamWriter
File handle of the current PO stream.
- SecuredRedirectResponse::fromResponse() — Method in class SecuredRedirectResponse
Copies over the values from the given response.
- FileReadOnlyStorage — Class in namespace Drupal\Component\PhpStorage
Reads code as regular PHP files, but won't write them.
- FileStorage — Class in namespace Drupal\Component\PhpStorage
Stores the code as regular PHP files.
- FactoryInterface — Class in namespace Drupal\Component\Plugin\Factory
Factory interface implemented by all plugin factories.
- FallbackPluginManagerInterface — Class in namespace Drupal\Component\Plugin
An interface implemented by plugin managers with fallback plugin behaviors.
- $ PluginManagerBase#factory — Property in class PluginManagerBase
The object that instantiates plugins managed by this manager.
- FormattableMarkup — Class in namespace Drupal\Component\Render
Formats a string for HTML display by replacing variable placeholders.
- $ PhpTransliteration#fixTransliterateForRemoveDiacritics — Property 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#forceAppend — Property 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#fullPath — Property 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.
- FileSecurity — Class 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.
- FocusFirstCommand — Class in namespace Drupal\Core\Ajax
AJAX command for focusing an element.
- $ ArchiverManager#fileSystem — Property in class ArchiverManager
The file system service.
- $ AssetDumper#fileSystem — Property in class AssetDumper
The file system service.
- $ CssCollectionOptimizer#fileSystem — Property in class CssCollectionOptimizer
The file system service.
- $ CssCollectionRenderer#fileUrlGenerator — Property in class CssCollectionRenderer
The file URL generator.
- $ CssOptimizer#fileUrlGenerator — Property in class CssOptimizer
The file URL generator.
- $ JsCollectionOptimizer#fileSystem — Property in class JsCollectionOptimizer
The file system service.
- $ JsCollectionRenderer#fileUrlGenerator — Property in class JsCollectionRenderer
The file URL generator.
- LibrariesDirectoryFileFinder::find() — Method in class LibrariesDirectoryFileFinder
Finds files that are located in the supported 'libraries' directories.
- $ BatchBuilder#finished — Property in class BatchBuilder
The name of a function / method to be called when the batch finishes.
- $ BatchBuilder#file — Property 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#fastBackend — Property in class ChainedFastBackend
The fast cache backend.
- $ ChainedFastBackendFactory#fastServiceName — Property 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#findByPrefixCache — Property 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#formBuilder — Property in class DraggableListBuilder
The form builder.
- DraggableListBuilder::formBuilder() — Method in class DraggableListBuilder
Returns the form builder.
- FileStorage — Class in namespace Drupal\Core\Config
Defines the file storage.
- $ FileStorage#fileCache — Property in class FileStorage
The file cache object.
- FileStorageFactory — Class in namespace Drupal\Core\Config
Provides a factory for creating config file storage objects.
- ConfigImporterBatch::finish() — Method in class ConfigImporterBatch
Finish batch.
- FinalMissingContentSubscriber — Class in namespace Drupal\Core\Config\Importer
Final event subscriber to the missing content event.
- $ InstallStorage#folders — Property 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#formBuilder — Property in class ControllerBase
The form builder.
- ControllerBase::formBuilder() — Method in class ControllerBase
Returns the form builder service.
- FormController — Class in namespace Drupal\Core\Controller
Common base class for form interstitial controllers.
- $ FormController#formBuilder — Property in class FormController
The form builder.
- Connection::filterComment() — Method in class Connection
Sanitize a query comment string.
- Database::findDriverAutoloadDirectory() — Method in class Database
Finds the directory to add to the autoloader for the driver's namespace.
- Tasks::fail() — Method in class Tasks
Asserts test as failed.
- Log::findCaller() — Method in class Log
Determine the routine that called this query.
- FieldsOverlapException — Class in namespace Drupal\Core\Database\Query
Exception thrown if an insert query specifies a field twice.
- $ Insert#fromQuery — Property 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#fields — Property in class Select
The fields to SELECT.
- $ Select#forUpdate — Property 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#fields — Property in class Update
An array of fields that will be updated.
- Update::fields() — Method in class Update
Adds a set of field->value pairs to be updated.
- Schema::findTables() — Method in class Schema
Finds all tables that are like the specified base table name.
- Schema::fieldExists() — Method in class Schema
Check if a column exists in the given table.
- Schema::findPrimaryKeyColumns() — Method in class Schema
Finds the primary key columns of a table, from the database.
- Schema::fieldNames() — Method in class Schema
Return an array of field names from an array of key/index column specifiers.
- StatementInterface::fetch() — Method in class StatementInterface
Fetches the next row from a result set.
- StatementInterface::fetchField() — Method in class StatementInterface
Returns a single field from the next record of a result set.
- StatementInterface::fetchObject() — Method in class StatementInterface
Fetches the next row and returns it as an object.
- StatementInterface::fetchAssoc() — Method in class StatementInterface
Fetches the next row and returns it as an associative array.
- StatementInterface::fetchAll() — Method in class StatementInterface
Returns an array containing all of the result set rows.
- StatementInterface::fetchCol() — Method in class StatementInterface
Returns an entire single column of a result set as an indexed array.
- StatementInterface::fetchAllKeyed() — Method in class StatementInterface
Returns the entire result set as a single associative array.
- StatementInterface::fetchAllAssoc() — Method in class StatementInterface
Returns the result set as an associative array keyed by the given field.
- $ StatementPrefetch#fetchStyle — Property in class StatementPrefetch
Holds the current fetch style (which will be used by the next fetch).
- $ StatementPrefetch#fetchOptions — Property 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#formatTranslationCache — Property 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.
- FormattedDateDiff — Class 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#fileCache — Property in class YamlFileLoader
File cache object.
- DrupalKernel::findSitePath() — Method in class DrupalKernel
Returns the appropriate site directory for a request.
- $ ContentEntityBase#fields — Property in class ContentEntityBase
The array of fields, each being an instance of FieldItemListInterface.
- $ ContentEntityBase#fieldDefinitions — Property in class ContentEntityBase
Local cache for field definitions.
- $ ContentEntityBase#fieldsToSkipFromTranslationChangesCheck — Property 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#fieldStorageDefinitionListener — Property in class EntityDefinitionUpdateManager
The field storage definition listener service.
- $ EntityDisplayBase#fieldDefinitions — Property in class EntityDisplayBase
A list of field definitions eligible for configuration in this display.
- $ EntityFieldManager#fieldDefinitions — Property in class EntityFieldManager
Static cache of field definitions per bundle and entity type.
- $ EntityFieldManager#fieldStorageDefinitions — Property in class EntityFieldManager
Static cache of field storage definitions per entity type.
- $ EntityFieldManager#fieldMap — Property 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#fieldMapByFieldType — Property 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#formBuilder — Property in class EntityFormBuilder
The form builder.
- $ EntityType#field_ui_base_route — Property 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.
- FieldStorageDefinitionUpdateForbiddenException — Class in namespace Drupal\Core\Entity\Exception
Exception thrown when a storage definition update is forbidden.
- FieldableEntityInterface — Class in namespace Drupal\Core\Entity
Interface for entities having fields.
- FieldableEntityStorageInterface — Class 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_name — Property 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#fieldTables — Property 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#fieldStorageDefinitions — Property in class DefaultTableMapping
The field storage definitions of this mapping.
- $ DefaultTableMapping#fieldNames — Property in class DefaultTableMapping
A list of field names per table.
- $ SqlContentEntityStorage#fieldStorageDefinitions — Property 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#fieldStorageDefinitions — Property 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#filter — Property in class AuthenticationSubscriber
Authentication provider filter.
- Fast404ExceptionHtmlSubscriber — Class in namespace Drupal\Core\EventSubscriber
High-performance 404 exception subscriber.
- FinalExceptionSubscriber — Class in namespace Drupal\Core\EventSubscriber
Last-chance handler for exceptions: the final exception subscriber.
- FinishResponseSubscriber — Class in namespace Drupal\Core\EventSubscriber
Response subscriber to handle finished responses.
- $ Extension#filename — Property in class Extension
The filename of the main extension file (e.g., 'node.module').
- $ ExtensionDiscovery#files — Property in class ExtensionDiscovery
Previously discovered files keyed by origin directory and extension type.
- $ ExtensionDiscovery#fileCache — Property 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.
- FieldFormatter — Class in namespace Drupal\Core\Field\Annotation
Defines a FieldFormatter annotation object.
- $ FieldFormatter#field_types — Property in class FieldFormatter
An array of field types the formatter supports.
- FieldType — Class in namespace Drupal\Core\Field\Annotation
Defines a FieldType annotation object.
- FieldWidget — Class in namespace Drupal\Core\Field\Annotation
Defines a FieldWidget annotation object.
- $ FieldWidget#field_types — Property in class FieldWidget
An array of field types the widget supports.
- FieldConfigBase — Class in namespace Drupal\Core\Field
Base class for configurable field definitions.
- $ FieldConfigBase#field_name — Property in class FieldConfigBase
The field name.
- $ FieldConfigBase#field_type — Property in class FieldConfigBase
The field type.
- $ FieldConfigBase#fieldStorage — Property in class FieldConfigBase
The field storage object.
- FieldConfigInterface — Class in namespace Drupal\Core\Field
Defines an interface for configurable field definitions.
- FieldConfigStorageBase — Class in namespace Drupal\Core\Field
Base storage class for field config entities.
- $ FieldConfigStorageBase#fieldTypeManager — Property in class FieldConfigStorageBase
The field type plugin manager.
- FieldDefinition — Class in namespace Drupal\Core\Field
A class for defining entity field definitions.
- $ FieldDefinition#fieldStorageDefinition — Property in class FieldDefinition
The associated field storage definition.
- FieldDefinitionInterface — Class in namespace Drupal\Core\Field
Defines an interface for entity field definitions.
- FieldDefinitionListener — Class in namespace Drupal\Core\Field
Reacts to field definition CRUD on behalf of the Entity system.
- FieldDefinitionListenerInterface — Class in namespace Drupal\Core\Field
Defines an interface for reacting to field creation, deletion, and updates.
- FieldException — Class in namespace Drupal\Core\Field
Base class for all exceptions thrown by the Entity Field API functions.
- FieldFilteredMarkup — Class in namespace Drupal\Core\Field
Defines an object that passes safe strings through the Field system.
- FieldInputValueNormalizerTrait — Class in namespace Drupal\Core\Field
A trait used to assist in the normalization of raw input field values.
- FieldItemBase — Class 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.
- FieldItemInterface — Class 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.
- FieldItemList — Class 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.
- FieldItemListInterface — Class 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.
- FieldStorageDefinitionEvent — Class in namespace Drupal\Core\Field
Defines a base class for all field storage definition events.
- $ FieldStorageDefinitionEvent#fieldStorageDefinition — Property in class FieldStorageDefinitionEvent
The field storage definition.
- FieldStorageDefinitionEventSubscriberTrait — Class in namespace Drupal\Core\Field
Helper methods for FieldStorageDefinitionListenerInterface.
- FieldStorageDefinitionEvents — Class in namespace Drupal\Core\Field
Contains all events thrown while handling field storage definitions.
- FieldStorageDefinitionInterface — Class in namespace Drupal\Core\Field
Defines an interface for entity field storage definitions.
- FieldStorageDefinitionListener — Class in namespace Drupal\Core\Field
Reacts to field storage definition CRUD on behalf of the Entity system.
- FieldStorageDefinitionListenerInterface — Class in namespace Drupal\Core\Field
Defines an interface for reacting to field storage definition creation, deletion, and updates.
- FieldTypePluginManager — Class in namespace Drupal\Core\Field
Plugin manager for 'field type' plugins.
- FieldTypePluginManagerInterface — Class in namespace Drupal\Core\Field
Defines an interface for the field type plugin manager.
- FieldUpdateActionBase — Class in namespace Drupal\Core\Field
Provides a base for action plugins that update one or more fields.
- FormatterBase — Class in namespace Drupal\Core\Field
Base class for 'Field formatter' plugin implementations.
- $ FormatterBase#fieldDefinition — Property in class FormatterBase
The field definition.
- FormatterInterface — Class in namespace Drupal\Core\Field
Interface definition for field formatter plugins.
- FormatterPluginManager — Class in namespace Drupal\Core\Field
Plugin type manager for field formatters.
- $ FormatterPluginManager#formatterOptions — Property in class FormatterPluginManager
An array of formatter options for each field type.
- $ FormatterPluginManager#fieldTypeManager — Property in class FormatterPluginManager
The field type manager to define field.
- FieldItemDeriver — Class in namespace Drupal\Core\Field\Plugin\DataType\Deriver
Provides data type plugins for each existing field type plugin.
- $ FieldItemDeriver#fieldTypePluginManager — Property in class FieldItemDeriver
The field type plugin manager.
- FieldItem — Class 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.
- FloatItem — Class 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.
- FieldItemDataDefinition — Class in namespace Drupal\Core\Field\TypedData
A typed data definition class for defining field items.
- $ FieldItemDataDefinition#fieldDefinition — Property in class FieldItemDataDefinition
The field definition the item definition belongs to.
- FieldItemDataDefinitionInterface — Class in namespace Drupal\Core\Field\TypedData
Interface for field item data definitions.
- $ WidgetBase#fieldDefinition — Property 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#fieldTypeManager — Property in class WidgetPluginManager
The field type manager to define field.
- FTP — Class 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.
- FTPExtension — Class in namespace Drupal\Core\FileTransfer
Defines a file transfer class using the PHP FTP extension.
- FileTransfer — Class 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.
- FileTransferException — Class in namespace Drupal\Core\FileTransfer
Exception thrown for file transfer errors.
- FileTransferAuthorizeForm — Class in namespace Drupal\Core\FileTransfer\Form
Provides the file transfer authorization form.
- $ Local#fileSystem — Property 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.
- FileUploadSanitizeNameEvent — Class in namespace Drupal\Core\File\Event
An event during file upload that lets subscribers sanitize the filename.
- $ FileUploadSanitizeNameEvent#filename — Property in class FileUploadSanitizeNameEvent
The name of the file being uploaded.
- FileException — Class in namespace Drupal\Core\File\Exception
Base class for exceptions related to file handling operations.
- FileExistsException — Class in namespace Drupal\Core\File\Exception
Exception thrown when a file unexpectedly exists.
- FileNotExistsException — Class in namespace Drupal\Core\File\Exception
Exception thrown when a file is expected to exist but does not.
- FileWriteException — Class in namespace Drupal\Core\File\Exception
Exception thrown when file cannot be written to disk.
- FileSystem — Class in namespace Drupal\Core\File
Provides helpers to operate on files and stream wrappers.
- FileSystemInterface — Class in namespace Drupal\Core\File
Provides an interface for helpers that operate on files and stream wrappers.
- FileUrlGenerator — Class in namespace Drupal\Core\File
Default implementation for the file URL generator service.
- FileUrlGeneratorInterface — Class in namespace Drupal\Core\File
Generates file URLs for a stream to an external or local file.
- FloodInterface — Class in namespace Drupal\Core\Flood
Defines an interface for flood controllers.
- FormAjaxSubscriber — Class in namespace Drupal\Core\Form\EventSubscriber
Wraps AJAX form submissions that are triggered via an exception.
- $ FormAjaxSubscriber#formAjaxResponseBuilder — Property in class FormAjaxSubscriber
The form AJAX response builder.
- FormAjaxSubscriber::formatSize() — Method in class FormAjaxSubscriber
Wraps format_size()
- FormAjaxException — Class in namespace Drupal\Core\Form
Custom exception to break out of AJAX form processing.
- $ FormAjaxException#form — Property in class FormAjaxException
The form definition.
- $ FormAjaxException#formState — Property in class FormAjaxException
The form state.
- FormAjaxResponseBuilder — Class in namespace Drupal\Core\Form
Builds an AJAX form response.
- FormAjaxResponseBuilderInterface — Class in namespace Drupal\Core\Form
Provides an interface for building AJAX form responses.
- FormBase — Class in namespace Drupal\Core\Form
Provides a base class for forms.
- FormBuilder — Class in namespace Drupal\Core\Form
Provides form building and processing.
- $ FormBuilder#formValidator — Property in class FormBuilder
The form validator.
- $ FormBuilder#formSubmitter — Property in class FormBuilder
The form submitter.
- $ FormBuilder#formCache — Property in class FormBuilder
The form cache.
- FormBuilderInterface — Class in namespace Drupal\Core\Form
Provides an interface for form building and processing.
- FormCache — Class in namespace Drupal\Core\Form
Encapsulates the caching of a form and its form state.
- FormCacheInterface — Class in namespace Drupal\Core\Form
Provides an interface for the caching of a form and its form state.
- FormElementHelper — Class in namespace Drupal\Core\Form
Provides common functionality for form elements.
- FormErrorHandler — Class in namespace Drupal\Core\Form
Handles form errors.
- FormErrorHandlerInterface — Class in namespace Drupal\Core\Form
Provides an interface for handling form errors.
- FormHelper — Class in namespace Drupal\Core\Form
Provides helpers to operate on forms.
- FormInterface — Class in namespace Drupal\Core\Form
Provides an interface for a Form.
- FormState — Class in namespace Drupal\Core\Form
Stores information about the state of a form.
- FormStateDecoratorBase — Class in namespace Drupal\Core\Form
Decorates another form state.
- FormStateInterface — Class in namespace Drupal\Core\Form
Provides an interface for an object containing the current state of a form.
- FormStateValuesTrait — Class in namespace Drupal\Core\Form
Provides methods to manage form state values.
- FormSubmitter — Class in namespace Drupal\Core\Form
Provides submission processing for forms.
- FormSubmitterInterface — Class in namespace Drupal\Core\Form
Provides an interface for processing form submissions.
- FormValidator — Class in namespace Drupal\Core\Form
Provides validation of form submissions.
- $ FormValidator#formErrorHandler — Property in class FormValidator
The form error handler.
- FormValidator::finalizeValidation() — Method in class FormValidator
Finalizes validation.
- FormValidatorInterface — Class 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#fileSize — Property 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#factory — Property 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#flashBag — Property 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#frontPage — Property 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.
- FilteredPluginManagerInterface — Class in namespace Drupal\Core\Plugin
Provides an interface for plugin managers that allow filtering definitions.
- FilteredPluginManagerTrait — Class in namespace Drupal\Core\Plugin
Provides a trait for plugin managers that allow filtering plugin definitions.
- FormElement — Class in namespace Drupal\Core\Render\Annotation
Defines a form element plugin annotation object.
- Fieldgroup — Class in namespace Drupal\Core\Render\Element
Provides a render element for a group of form elements.
- Fieldset — Class in namespace Drupal\Core\Render\Element
Provides a render element for a group of form elements.
- File — Class in namespace Drupal\Core\Render\Element
Provides a form element for uploading a file.
- Form — Class in namespace Drupal\Core\Render\Element
Provides a render element for a form.
- FormElement — Class in namespace Drupal\Core\Render\Element
Provides a base class for form element plugins.
- FormElementInterface — Class 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#fit — Property 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.
- FormRouteEnhancer — Class in namespace Drupal\Core\Routing\Enhancer
Enhancer to add a wrapping controller for _form routes.
- FilterInterface — Class 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#filters — Property in class Router
The list of available route filters.
- UrlMatcher::finalMatch() — Method in class UrlMatcher
- $ NegotiationMiddleware#formats — Property 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.
- FileTranslation — Class in namespace Drupal\Core\StringTranslation\Translator
File based string translation.
- $ FileTranslation#fileSystem — Property 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.
- FilesystemLoader — Class in namespace Drupal\Core\Template\Loader
- ThemeRegistryLoader::findTemplate() — Method in class ThemeRegistryLoader
Finds the path to the requested template.
- $ TwigExtension#fileUrlGenerator — Property in class TwigExtension
The file URL generator.
- $ EnvironmentCleaner#fileSystem — Property in class EnvironmentCleaner
The file system service.
- FunctionalTestSetupTrait — Class 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.
- FloatData — Class 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.
- FloatInterface — Class 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.
- Feed — Class in namespace Drupal\aggregator\Entity
Defines the aggregator feed entity class.
- FeedAccessControlHandler — Class in namespace Drupal\aggregator
Defines an access control handler for the feed entity.
- FeedForm — Class in namespace Drupal\aggregator
Form handler for the aggregator feed edit forms.
- FeedHtmlRouteProvider — Class in namespace Drupal\aggregator
Provides HTML routes for the feed entity type.
- FeedInterface — Class in namespace Drupal\aggregator
Provides an interface defining an aggregator feed entity.
- FeedStorage — Class in namespace Drupal\aggregator
Defines the storage handler class for feed entities.
- FeedStorageInterface — Class in namespace Drupal\aggregator
Defines an interface for aggregator feed entity storage classes.
- FeedStorageSchema — Class in namespace Drupal\aggregator
Defines the feed schema handler.
- FeedViewBuilder — Class in namespace Drupal\aggregator
View builder handler for aggregator feeds.
- FeedDeleteForm — Class in namespace Drupal\aggregator\Form
Provides a form for deleting a feed.
- FeedItemsDeleteForm — Class in namespace Drupal\aggregator\Form
Provides a deletion confirmation form for items that belong to a feed.
- $ OpmlFeedAdd#feedStorage — Property in class OpmlFeedAdd
The feed storage.
- $ ItemsImporter#fetcherManager — Property in class ItemsImporter
The aggregator fetcher manager.
- $ AggregatorFeedBlock#feedStorage — Property in class AggregatorFeedBlock
The entity storage for feeds.
- FetcherInterface — Class in namespace Drupal\aggregator\Plugin
Defines an interface for aggregator fetcher implementations.
- FetcherInterface::fetch() — Method in class FetcherInterface
Downloads feed data.
- FeedTitleConstraint — Class in namespace Drupal\aggregator\Plugin\Validation\Constraint
Supports validating feed titles.
- FeedUrlConstraint — Class 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.
- Fid — Class 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#flood — Property 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#formBuilder — Property 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#fileSystem — Property 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.
- FundamentalCompatibilityConstraint — Class in namespace Drupal\ckeditor5\Plugin\Validation\Constraint
The fundamental compatibility constraint.
- $ FundamentalCompatibilityConstraint#forbiddenElementsMessage — Property in class FundamentalCompatibilityConstraint
The violation message when fundamental HTML elements are forbidden.
- FundamentalCompatibilityConstraintValidator — Class in namespace Drupal\ckeditor5\Plugin\Validation\Constraint
Validates fundamental compatibility of CKEditor 5 with the given text format.
- $ ToolbarItemConditionsMetConstraint#filterRequiredMessage — Property 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#fileUrlGenerator — Property 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#filters — Property in class Comment
Set default values for the filters.
- $ ConfigController#fileDownloadController — Property in class ConfigController
The file download controller.
- $ ConfigController#fileSystem — Property in class ConfigController
The file system.
- $ ConfigImportForm#fileSystem — Property 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.
- FormElementBase — Class 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#flood — Property 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#formBuilder — Property 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#fieldStorageDefinitions — Property in class ContentTranslationHandler
The array of installed field storage definitions for the entity type, keyed by field name.
- FieldTranslationSynchronizer — Class in namespace Drupal\content_translation
Provides field translation synchronization capabilities.
- $ FieldTranslationSynchronizer#fieldTypeManager — Property in class FieldTranslationSynchronizer
The field type plugin manager.
- FieldTranslationSynchronizerInterface — Class 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.
- FullDate — Class in namespace Drupal\datetime\Plugin\views\argument
Argument handler for a full date (CCYYMMDD).
- DateRangeDatelistWidget::formElement() — Method in class DateRangeDatelistWidget
Returns the form for a single field widget.
- DateRangeDefaultWidget::formElement() — Method in class DateRangeDefaultWidget
Returns the form for a single field widget.
- DateRangeWidgetBase::formElement() — Method in class DateRangeWidgetBase
Returns the form for a single field widget.
- DbLogController::formatMessage() — Method in class DbLogController
Formats a database log message.
- $ InstallHelper#fileSystem — Property 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#format — Property in class Editor
The machine name of the text format with which this configured text editor is associated.
- $ Editor#filterFormat — Property in class Editor
The filter format this text editor is associated with.
- $ EditorImageDialog#fileStorage — Property in class EditorImageDialog
The file storage service.
- FieldConfig — Class in namespace Drupal\field\Entity
Defines the Field entity.
- $ FieldConfig#fieldStorage — Property in class FieldConfig
The associated FieldStorageConfig entity.
- FieldStorageConfig — Class in namespace Drupal\field\Entity
Defines the Field storage configuration entity.
- $ FieldStorageConfig#field_name — Property in class FieldStorageConfig
The field name.
- FieldConfigAccessControlHandler — Class in namespace Drupal\field
Defines the access control handler for the field config entity type.
- FieldConfigInterface — Class in namespace Drupal\field
Provides an interface defining a field entity.
- FieldConfigStorage — Class in namespace Drupal\field
Storage handler for field config.
- $ FieldConfigStorage#fieldTypeManager — Property in class FieldConfigStorage
The field type plugin manager.
- FieldStorageConfigAccessControlHandler — Class in namespace Drupal\field
Defines the access control handler for the field storage config entity type.
- FieldStorageConfigInterface — Class in namespace Drupal\field
Provides an interface defining a field storage entity.
- FieldStorageConfigStorage — Class in namespace Drupal\field
Storage handler for "field storage" configuration entities.
- $ FieldStorageConfigStorage#fieldTypeManager — Property in class FieldStorageConfigStorage
The field type plugin manager.
- FieldStorageConfigUpdateForbiddenException — Class in namespace Drupal\field
Exception class thrown by hook_field_storage_config_update_forbid().
- FieldUninstallValidator — Class in namespace Drupal\field
Prevents uninstallation of modules providing active field storage.
- $ FieldUninstallValidator#fieldStorageConfigStorage — Property in class FieldUninstallValidator
The field storage config storage.
- $ FieldUninstallValidator#fieldTypeManager — Property in class FieldUninstallValidator
The field type plugin manager.
- FieldType — Class in namespace Drupal\field\Plugin\migrate\process
- $ FieldType#fieldPluginManager — Property in class FieldType
The field plugin manager.
- $ ProcessField#fieldPluginManager — Property in class ProcessField
The field plugin manager.
- FieldFormatterSettingsDefaults — Class in namespace Drupal\field\Plugin\migrate\process\d6
Set the default field settings.
- FieldInstanceDefaults — Class in namespace Drupal\field\Plugin\migrate\process\d6
- FieldInstanceOptionTranslation — Class in namespace Drupal\field\Plugin\migrate\process\d6
Determines the settings property and translation for boolean fields.
- FieldInstanceSettings — Class in namespace Drupal\field\Plugin\migrate\process\d6
- FieldInstanceWidgetSettings — Class in namespace Drupal\field\Plugin\migrate\process\d6
Get the field instance widget settings.
- FieldOptionTranslation — Class in namespace Drupal\field\Plugin\migrate\process\d6
Determines the allowed values translation for select lists.
- FieldSettings — Class in namespace Drupal\field\Plugin\migrate\process\d6
Get the field settings.
- FieldTypeDefaults — Class in namespace Drupal\field\Plugin\migrate\process\d6
Gives us a chance to set per field defaults.
- FieldBundle — Class in namespace Drupal\field\Plugin\migrate\process\d7
Determines the bundle for a field.
- FieldInstanceDefaults — Class in namespace Drupal\field\Plugin\migrate\process\d7
- FieldInstanceOptionTranslation — Class in namespace Drupal\field\Plugin\migrate\process\d7
Determines the settings property and translation for boolean fields.
- FieldInstanceSettings — Class in namespace Drupal\field\Plugin\migrate\process\d7
- FieldOptionTranslation — Class in namespace Drupal\field\Plugin\migrate\process\d7
Determines the allowed values translation for select lists.
- FieldSettings — Class in namespace Drupal\field\Plugin\migrate\process\d7
- FieldTypeDefaults — Class in namespace Drupal\field\Plugin\migrate\process\d7
Gives us a chance to set per field defaults.
- Field — Class 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.
- FieldInstance — Class 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.
- FieldInstanceOptionTranslation — Class 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.
- FieldInstancePerFormDisplay — Class 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.
- FieldInstancePerViewMode — Class 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.
- FieldLabelDescriptionTranslation — Class 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.
- FieldOptionTranslation — Class 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.
- Field — Class 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.
- FieldInstance — Class 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.
- FieldInstancePerFormDisplay — Class in namespace Drupal\field\Plugin\migrate\source\d7
Drupal 7 field instance per form display source from database.
- FieldInstancePerViewMode — Class 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.
- FieldLabelDescriptionTranslation — Class 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.
- FieldOptionTranslation — Class 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.
- FieldUninstallValidator — Class in namespace Drupal\field\ProxyClass
Provides a proxy class for \Drupal\field\FieldUninstallValidator.
- FieldLayoutEntityDisplayTrait — Class in namespace Drupal\field_layout\Entity
Provides shared code for entity displays.
- FieldLayoutEntityFormDisplay — Class in namespace Drupal\field_layout\Entity
Provides an entity form display entity that has a layout.
- FieldLayoutEntityViewDisplay — Class in namespace Drupal\field_layout\Entity
Provides an entity view display entity that has a layout.
- FieldLayoutBuilder — Class in namespace Drupal\field_layout
Builds a field layout.
- FieldLayoutEntityDisplayFormTrait — Class 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().
- FieldLayoutEntityFormDisplayEditForm — Class in namespace Drupal\field_layout\Form
Edit form for the EntityFormDisplay entity type.
- FieldLayoutEntityViewDisplayEditForm — Class in namespace Drupal\field_layout\Form
Edit form for the EntityViewDisplay entity type.
- FormModeAccessCheck — Class 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.
- FieldConfigListController — Class in namespace Drupal\field_ui\Controller
Defines a controller to list field instances.
- FieldUiTable — Class in namespace Drupal\field_ui\Element
Provides a field_ui table element.
- FieldConfigListBuilder — Class in namespace Drupal\field_ui
Provides lists of field config entities.
- $ FieldConfigListBuilder#fieldTypeManager — Property in class FieldConfigListBuilder
The field type plugin manager.
- FieldStorageConfigListBuilder — Class in namespace Drupal\field_ui
Defines a class to build a listing of fields.
- $ FieldStorageConfigListBuilder#fieldTypes — Property in class FieldStorageConfigListBuilder
An array of information about field types.
- $ FieldStorageConfigListBuilder#fieldTypeManager — Property in class FieldStorageConfigListBuilder
The field type manager.
- FieldUI — Class in namespace Drupal\field_ui
Static service container wrapper for Field UI.
- FieldUiPermissions — Class 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#fieldTypes — Property 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.
- FieldConfigDeleteForm — Class in namespace Drupal\field_ui\Form
Provides a form for removing a field from a bundle.
- FieldConfigEditForm — Class 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.
- FieldStorageAddForm — Class in namespace Drupal\field_ui\Form
Provides a form for the "field storage" add page.
- $ FieldStorageAddForm#fieldTypePluginManager — Property in class FieldStorageAddForm
The field type plugin manager.
- FieldStorageAddForm::fieldNameExists() — Method in class FieldStorageAddForm
Checks if a field machine name is taken.
- FieldStorageConfigEditForm — Class 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.
- FieldUiLocalAction — Class in namespace Drupal\field_ui\Plugin\Derivative
Provides local action definitions for all entity bundles.
- FieldUiLocalTask — Class in namespace Drupal\field_ui\Plugin\Derivative
Provides local task definitions for all entity bundles.
- FieldUiRouteEnhancer — Class in namespace Drupal\field_ui\Routing
Enhances Field UI routes by adding proper information about the bundle name.
- FileWidgetAjaxController — Class 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.
- File — Class in namespace Drupal\file\Entity
Defines the file entity class.
- FileAccessControlHandler — Class in namespace Drupal\file
Provides a File access control handler.
- FileAccessFormatterControlHandlerInterface — Class in namespace Drupal\file
Defines an interface for file access handlers that need to run on file formatters.
- FileInterface — Class in namespace Drupal\file
Defines getter and setter methods for file entity base fields.
- FileRepository — Class in namespace Drupal\file
Provides a file entity repository.
- $ FileRepository#fileSystem — Property in class FileRepository
The file system service.
- $ FileRepository#fileUsage — Property in class FileRepository
The file usage service.
- FileRepositoryInterface — Class in namespace Drupal\file
Performs file system operations and updates database records accordingly.
- FileServiceProvider — Class in namespace Drupal\file
Adds 'application/octet-stream' as a known (bin) format.
- FileStorage — Class in namespace Drupal\file
File storage for files.
- FileStorageInterface — Class in namespace Drupal\file
Defines an interface for file entity storage classes.
- FileStorageSchema — Class in namespace Drupal\file
Defines the file schema handler.
- FileUsageBase — Class in namespace Drupal\file\FileUsage
Defines the base class for database file usage backend.
- FileUsageInterface — Class in namespace Drupal\file\FileUsage
File usage backend interface.
- FileViewsData — Class in namespace Drupal\file
Provides views data for the file entity type.
- FileSelection — Class in namespace Drupal\file\Plugin\EntityReferenceSelection
Provides specific access control for the file entity type.
- $ BaseFieldFileFormatterBase#fileUrlGenerator — Property in class BaseFieldFileFormatterBase
The file URL generator.
- FileAudioFormatter — Class in namespace Drupal\file\Plugin\Field\FieldFormatter
Plugin implementation of the 'file_audio' formatter.
- FileExtensionFormatter — Class in namespace Drupal\file\Plugin\Field\FieldFormatter
Formatter to render a filename as file extension.
- FileFormatterBase — Class in namespace Drupal\file\Plugin\Field\FieldFormatter
Base class for file formatters.
- FileMediaFormatterBase — Class in namespace Drupal\file\Plugin\Field\FieldFormatter
Base class for media file formatter.
- FileMediaFormatterInterface — Class in namespace Drupal\file\Plugin\Field\FieldFormatter
Defines getter methods for FileMediaFormatterBase.
- FileSize — Class in namespace Drupal\file\Plugin\Field\FieldFormatter
Formatter that shows the file size in a human readable way.
- FileUriFormatter — Class in namespace Drupal\file\Plugin\Field\FieldFormatter
Formatter to render the file URI to its download path.
- FileVideoFormatter — Class in namespace Drupal\file\Plugin\Field\FieldFormatter
Plugin implementation of the 'file_video' formatter.
- FilemimeFormatter — Class in namespace Drupal\file\Plugin\Field\FieldFormatter
Formatter to render the file MIME type, with an optional icon.
- FileFieldItemList — Class in namespace Drupal\file\Plugin\Field\FieldType
Represents a configurable entity file field.
- FileItem — Class 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.
- FileUriItem — Class in namespace Drupal\file\Plugin\Field\FieldType
File-specific plugin implementation of a URI item to provide a full URL.
- FileWidget — Class 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.
- FileUriUnique — Class in namespace Drupal\file\Plugin\Validation\Constraint
Supports validating file URIs.
- FileValidationConstraint — Class in namespace Drupal\file\Plugin\Validation\Constraint
Validation File constraint.
- FileValidationConstraintValidator — Class in namespace Drupal\file\Plugin\Validation\Constraint
Checks that a file referenced in a file field is valid.
- FileField — Class in namespace Drupal\file\Plugin\migrate\field\d6
- FileField — Class in namespace Drupal\file\Plugin\migrate\field\d7
- FieldFile — Class in namespace Drupal\file\Plugin\migrate\process\d6
- FileUri — Class in namespace Drupal\file\Plugin\migrate\process\d6
Process the file url into a D8 compatible URL.
- File — Class in namespace Drupal\file\Plugin\migrate\source\d6
Drupal 6 file source from database.
- $ File#filePath — Property 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.
- File — Class 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.
- FileUploadResource — Class in namespace Drupal\file\Plugin\rest\resource
File upload resource.
- $ FileUploadResource#fileSystem — Property in class FileUploadResource
The file system service.
- Fid — Class in namespace Drupal\file\Plugin\views\argument
Argument handler to accept multiple file ids.
- File — Class in namespace Drupal\file\Plugin\views\field
Field handler to provide simple renderer that allows linking to a file.
- $ File#fileUrlGenerator — Property in class File
The file URL generator.
- File — Class in namespace Drupal\file\Plugin\views\wizard
Tests creating managed files views with the wizard.
- FileUploadHandler — Class in namespace Drupal\file\Upload
Handles validating and creating file entities from file uploads.
- $ FileUploadHandler#fileSystem — Property in class FileUploadHandler
The file system service.
- FileUploadResult — Class in namespace Drupal\file\Upload
Value object for a file upload result.
- $ FileUploadResult#file — Property in class FileUploadResult
The File entity.
- FileValidationException — Class in namespace Drupal\file\Upload
Provides an exception for upload validation errors.
- $ FileValidationException#fileName — Property in class FileValidationException
The file name.
- FormUploadedFile — Class in namespace Drupal\file\Upload
Provides a bridge to Symfony UploadedFile.
- Filter — Class in namespace Drupal\filter\Annotation
Defines a filter annotation object.
- FilterController — Class in namespace Drupal\filter\Controller
Controller routines for filter routes.
- FilterController::filterTips() — Method in class FilterController
Displays a page with long filter tips.
- FilterFormat — Class in namespace Drupal\filter\Entity
Represents a text format.
- $ FilterFormat#format — Property in class FilterFormat
Unique machine name of the format.
- $ FilterFormat#filters — Property in class FilterFormat
Configured filters for this text format.
- $ FilterFormat#filterCollection — Property 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.
- FilterFormatAccessControlHandler — Class in namespace Drupal\filter
Defines the access control handler for the filter format entity type.
- FilterFormatAddForm — Class 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.
- FilterFormatEditForm — Class 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.
- FilterFormatFormBase — Class 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.
- FilterFormatInterface — Class 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.
- FilterFormatListBuilder — Class in namespace Drupal\filter
Defines a class to build a listing of filter format entities.
- FilterPermissions — Class in namespace Drupal\filter
Provides dynamic permissions of the filter module.
- FilterPluginCollection — Class in namespace Drupal\filter
A collection of filters.
- FilterPluginManager — Class in namespace Drupal\filter
Manages text processing filters.
- FilterProcessResult — Class in namespace Drupal\filter
Used to return values from a text filter plugin's processing method.
- FilterUninstallValidator — Class in namespace Drupal\filter
Prevents uninstallation of modules providing used filter plugins.
- $ FilterUninstallValidator#filterManager — Property in class FilterUninstallValidator
The filter plugin manager.
- $ FilterUninstallValidator#filterStorage — Property in class FilterUninstallValidator
The filter entity storage.
- FilterDisableForm — Class in namespace Drupal\filter\Form
Provides the filter format disable form.
- FilterFormat — Class in namespace Drupal\filter\Plugin\DataType
The filter format data type.
- FilterBase — Class in namespace Drupal\filter\Plugin
Provides a base class for Filter plugins.
- FilterInterface — Class in namespace Drupal\filter\Plugin
Defines the interface for text processing filter plugins.
- FilterAlign — Class in namespace Drupal\filter\Plugin\Filter
Provides a filter to align elements.
- FilterAutoP — Class in namespace Drupal\filter\Plugin\Filter
Provides a filter to convert line breaks to HTML.
- FilterCaption — Class in namespace Drupal\filter\Plugin\Filter
Provides a filter to caption elements.
- $ FilterCaption#filterManager — Property in class FilterCaption
Filter manager.
- FilterHtml — Class 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.
- FilterHtmlCorrector — Class in namespace Drupal\filter\Plugin\Filter
Provides a filter to correct faulty and chopped off HTML.
- FilterHtmlEscape — Class in namespace Drupal\filter\Plugin\Filter
Provides a filter to display any HTML as plain text.
- FilterHtmlImageSecure — Class in namespace Drupal\filter\Plugin\Filter
Provides a filter to restrict images to site.
- FilterNull — Class in namespace Drupal\filter\Plugin\Filter
Provides a fallback placeholder filter to use for missing filters.
- FilterUrl — Class in namespace Drupal\filter\Plugin\Filter
Provides a filter to convert URLs into links.
- FilterID — Class in namespace Drupal\filter\Plugin\migrate\process
- $ FilterID#filterManager — Property in class FilterID
The filter plugin manager.
- FilterSettings — Class in namespace Drupal\filter\Plugin\migrate\process
Adds the default allowed attributes to filter_html's allowed_html setting.
- FilterFormatPermission — Class in namespace Drupal\filter\Plugin\migrate\process\d6
Migrate filter format serial to string id in permission name.
- FilterFormat — Class 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.
- FilterFormat — Class 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.
- FilterUninstallValidator — Class in namespace Drupal\filter\ProxyClass
Provides a proxy class for \Drupal\filter\FilterUninstallValidator.
- FilteredMarkup — Class in namespace Drupal\filter\Render
Defines an object that passes markup through the Filter system.
- ForumBreadcrumbBuilderBase — Class in namespace Drupal\forum\Breadcrumb
Provides a forum breadcrumb base class.
- $ ForumBreadcrumbBuilderBase#forumManager — Property in class ForumBreadcrumbBuilderBase
The forum manager service.
- ForumListingBreadcrumbBuilder — Class in namespace Drupal\forum\Breadcrumb
Provides a breadcrumb builder base class for forum listing pages.
- ForumNodeBreadcrumbBuilder — Class in namespace Drupal\forum\Breadcrumb
Breadcrumb builder for forum nodes.
- ForumController — Class in namespace Drupal\forum\Controller
Controller routines for forum routes.
- $ ForumController#forumManager — Property in class ForumController
Forum manager service.
- $ ForumController#fieldMap — Property 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.
- ForumForm — Class in namespace Drupal\forum\Form
Base form for forum term edit forms.
- $ ForumForm#forumFormType — Property 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.
- ForumIndexStorage — Class in namespace Drupal\forum
Handles CRUD operations to {forum_index} table.
- ForumIndexStorageInterface — Class in namespace Drupal\forum
Handles CRUD operations to {forum_index} table.
- ForumManager — Class in namespace Drupal\forum
Provides forum manager service.
- $ ForumManager#forumStatistics — Property in class ForumManager
Array of forum statistics keyed by forum (term) id.
- $ ForumManager#forumChildren — Property in class ForumManager
Array of forum children keyed by parent forum (term) id.
- ForumManagerInterface — Class in namespace Drupal\forum
Provides forum manager interface.
- ForumSettingsForm — Class in namespace Drupal\forum
Configure forum settings for this site.
- ForumUninstallValidator — Class in namespace Drupal\forum
Prevents forum module from being uninstalled whilst any forum nodes exist or there are any terms in the forum vocabulary.
- ForumBlockBase — Class in namespace Drupal\forum\Plugin\Block
Provides a base class for Forum blocks.
- ForumLeafConstraint — Class in namespace Drupal\forum\Plugin\Validation\Constraint
Checks that the node is assigned only a "leaf" term in the forum taxonomy.
- ForumLeafConstraintValidator — Class in namespace Drupal\forum\Plugin\Validation\Constraint
Validates the ForumLeaf constraint.
- ForumUninstallValidator — Class in namespace Drupal\forum\ProxyClass
Provides a proxy class for \Drupal\forum\ForumUninstallValidator.
- $ JsonEncoder#format — Property in class JsonEncoder
The formats that this Encoder supports.
- FieldItemNormalizer — Class in namespace Drupal\hal\Normalizer
Converts the Drupal field item object structure to HAL array structure.
- FieldNormalizer — Class in namespace Drupal\hal\Normalizer
Converts the Drupal field structure to HAL array structure.
- $ FieldNormalizer#format — Property in class FieldNormalizer
- {@inheritdoc}
- FileEntityNormalizer — Class in namespace Drupal\hal\Normalizer
Converts the Drupal entity object structure to a HAL array structure.
- $ NormalizerBase#format — Property 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#fileSystem — Property in class ImageStyleDownloadController
File system service.
- $ QuickEditImageController#fileSystem — Property 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#fileUrlGenerator — Property 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.
- FormErrorHandler — Class in namespace Drupal\inline_form_errors
Produces inline form errors.
- $ TemporaryQueryGuard#fieldManager — Property in class TemporaryQueryGuard
The entity field manager.
- FieldResolver — Class in namespace Drupal\jsonapi\Context
A service that evaluates external path expressions against Drupal fields.
- $ FieldResolver#fieldManager — Property in class FieldResolver
The field manager.
- $ EntityResource#fieldManager — Property in class EntityResource
The field manager.
- $ EntityResource#fieldResolver — Property in class EntityResource
The JSON:API field resolver.
- FileUpload — Class in namespace Drupal\jsonapi\Controller
Handles file upload requests.
- $ FileUpload#fieldManager — Property in class FileUpload
The field manager.
- $ FileUpload#fileUploader — Property in class FileUpload
The file uploader.
- $ TemporaryJsonapiFileFieldUploader#fileSystem — Property in class TemporaryJsonapiFileFieldUploader
The file system service.
- $ JsonEncoder#format — Property 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#fieldName — Property in class Relationship
The relationship's public field name.
- ResourceIdentifier::fromEntity() — Method in class ResourceIdentifier
Creates a ResourceIdentifier object.
- $ ResourceObject#fields — Property in class ResourceObject
The object's fields.
- $ EntityDenormalizerBase#fieldManager — Property in class EntityDenormalizerBase
The entity field manager.
- FieldItemNormalizer — Class in namespace Drupal\jsonapi\Normalizer
Converts the Drupal field item object to a JSON:API array structure.
- FieldNormalizer — Class in namespace Drupal\jsonapi\Normalizer
Converts the Drupal field structure to a JSON:API array structure.
- $ NormalizerBase#format — Property in class NormalizerBase
- {@inheritdoc}
- $ ResourceIdentifierNormalizer#fieldManager — Property in class ResourceIdentifierNormalizer
The entity field manager.
- $ EntityCondition#field — Property in class EntityCondition
The field to be evaluated.
- EntityCondition::field() — Method in class EntityCondition
The field to be evaluated.
- Filter — Class in namespace Drupal\jsonapi\Query
Gathers information about the filter parameter.
- $ Sort#fields — Property in class Sort
The fields on which to sort.
- Sort::fields() — Method in class Sort
Gets the root condition group.
- $ ResourceType#fields — Property in class ResourceType
The list of fields on the underlying entity type + bundle.
- $ ResourceType#fieldMapping — Property in class ResourceType
The mapping for field aliases: keys=public names, values=internal names.
- $ ResourceTypeBuildEvent#fields — Property 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#fallbackNormalizer — Property 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#fieldName — Property in class ExtraFieldBlock
The field name.
- FieldBlock — Class in namespace Drupal\layout_builder\Plugin\Block
Provides a block that renders a field from an entity.
- $ FieldBlock#formatterManager — Property in class FieldBlock
The formatter manager.
- $ FieldBlock#fieldName — Property in class FieldBlock
The field name.
- $ FieldBlock#fieldDefinition — Property 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.
- FieldBlockDeriver — Class in namespace Drupal\layout_builder\Plugin\Derivative
Provides entity field block definitions for every field.
- $ FieldBlockDeriver#fieldTypeManager — Property in class FieldBlockDeriver
The field type manager.
- $ FieldBlockDeriver#formatterManager — Property 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.
- FieldLink — Class in namespace Drupal\link\Plugin\migrate\process
Transform a pre-Drupal 8 formatted link for use in Drupal 8.
- $ ExportForm#fileSystem — Property in class ExportForm
The file system service.
- $ ImportForm#file — Property in class ImportForm
Uploaded file entity.
- $ TranslateFormBase#filterValues — Property 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#formulae — Property 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#forms — Property 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_map — Property in class MediaType
The metadata field map.
- MediaForm::form() — Method in class MediaForm
Gets the actual form array to be built.
- $ MediaSourceBase#fieldTypeManager — Property in class MediaSourceBase
The field type plugin manager service.
- MediaTypeForm::form() — Method in class MediaTypeForm
Gets the actual form array to be built.
- $ Endpoint#formats — Property 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.
- File — Class in namespace Drupal\media\Plugin\media\Source
File entity media source.
- $ Image#fileSystem — Property in class Image
The file system service.
- $ OEmbed#fileSystem — Property in class OEmbed
The file system.
- FileUploadForm — Class in namespace Drupal\media_library\Form
Creates a form to create media entities from uploaded files.
- $ FileUploadForm#fileSystem — Property in class FileUploadForm
The file system service.
- $ FileUploadForm#fileUsage — Property in class FileUploadForm
The file usage service.
- $ FileUploadForm#fileRepository — Property in class FileUploadForm
The file repository service.
- $ MediaLibraryEditorOpener#filterStorage — Property in class MediaLibraryEditorOpener
The text format entity storage.
- MediaLibraryState::fromRequest() — Method in class MediaLibraryState
Get the media library state from a request.
- $ MediaLibraryUiBuilder#formBuilder — Property 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#fields — Property 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#finder — Property 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#fieldTypeManager — Property in class EntityContentBase
Field type plugin manager.
- NullDestination::fields() — Method in class NullDestination
Returns an array of destination fields.
- $ Download#fileSystem — Property in class Download
The file system service.
- FileCopy — Class in namespace Drupal\migrate\Plugin\migrate\process
Copies or moves a local file from one place into another.
- $ FileCopy#fileSystem — Property in class FileCopy
The file system service.
- FileProcessBase — Class in namespace Drupal\migrate\Plugin\migrate\process
Provides functionality for file process plugins.
- Flatten — Class in namespace Drupal\migrate\Plugin\migrate\process
Flattens the source value.
- FormatDate — Class 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#frozen — Property in class Row
Whether the source has been frozen already.
- Row::freezeSource() — Method in class Row
Freezes the source.
- FieldDiscovery — Class in namespace Drupal\migrate_drupal
Provides field discovery for Drupal 6 & 7 migrations.
- $ FieldDiscovery#fieldPluginCache — Property in class FieldDiscovery
An array of already discovered field plugin information.
- $ FieldDiscovery#fieldPluginManager — Property in class FieldDiscovery
The field plugin manager.
- FieldDiscoveryInterface — Class in namespace Drupal\migrate_drupal
Provides field discovery for Drupal 6 & 7 migrations.
- $ MigrationConfigurationTrait#followUpMigrationTags — Property in class MigrationConfigurationTrait
The follow-up migration tags.
- $ MigrationState#fieldPluginManager — Property in class MigrationState
The field plugin manager service.
- MigrateFieldPluginManager::findDefinitions() — Method in class MigrateFieldPluginManager
Finds plugin definitions.
- FieldMigration — Class in namespace Drupal\migrate_drupal\Plugin\migrate
Migration plugin class for migrations dealing with field config and values.
- $ FieldMigration#fieldDiscovery — Property in class FieldMigration
The migration field discovery service.
- FieldPluginBase — Class 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.
- FieldableEntity — Class 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#followUpMigrations — Property in class MigrateUpgradeImportBatch
The follow-up migrations.
- MigrateUpgradeImportBatch::finished() — Method in class MigrateUpgradeImportBatch
Callback executed when the Migrate Upgrade Import batch process completes.
- IdConflictForm::formatConflicts() — Method in class IdConflictForm
Formats a set of failing audit results as strings.
- Schema::findPrimaryKeyColumns() — Method in class Schema
Finds the primary key columns of a table, from the database.
- Schema::fieldExists() — Method in class Schema
Check if a column exists in the given table.
- NodeForm::form() — Method in class NodeForm
Gets the actual form array to be built.
- NodeTypeForm::form() — Method in class NodeTypeForm
Gets the actual form array to be built.
- NodeSearch::findResults() — Method in class NodeSearch
Queries to find search results, and sets status messages.
- $ D6NodeDeriver#fieldDiscovery — Property in class D6NodeDeriver
The migration field discovery service.
- $ D7NodeDeriver#fieldDiscovery — Property in class D7NodeDeriver
The migration field discovery service.
- $ Node#filterDefaultFormat — Property in class Node
The default filter format.
- $ Node#fieldInfo — Property 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#formBuilder — Property in class PathAliasListBuilder
The form builder.
- PathWidget::formElement() — Method in class PathWidget
Returns the form for a single field widget.
- UrlAliasBase::fields() — Method in class UrlAliasBase
Returns available fields on the source.
- UrlAlias::fields() — Method in class UrlAlias
Returns available fields on the source.
- UrlAlias::fields() — Method in class UrlAlias
Returns available fields on the source.
- Schema::findTables() — Method in class Schema
Finds all tables that are like the specified base table name.
- Schema::fieldExists() — Method in class Schema
Check if a column exists in the given table.
- Schema::findPrimaryKeyColumns() — Method in class Schema
Finds the primary key columns of a table, from the database.
- FieldFormCommand — Class in namespace Drupal\quickedit\Ajax
AJAX command for passing a rendered field form to Quick Edit's JavaScript app.
- FieldFormSavedCommand — Class 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.
- FieldFormValidationErrorsCommand — Class 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#formatterManager — Property in class EditorSelector
The manager for formatter plugins.
- FormEditor — Class 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#fieldMappings — Property 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_style — Property 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#formatProviders — Property in class ConfigDependencies
The serialization format providers, keyed by format.
- ResourceResponseSubscriber::flattenResponse() — Method in class ResourceResponseSubscriber
Flattens a fully rendered resource response.
- $ RestExport#formatProviders — Property in class RestExport
The serialization format providers, keyed by format.
- $ Serializer#formats — Property in class Serializer
The available serialization formats.
- $ Serializer#formatProviders — Property 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#formBuilder — Property 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#format — Property in class JsonEncoder
The formats that this Encoder supports.
- $ XmlEncoder#format — Property in class XmlEncoder
The formats that this Encoder supports.
- EntityReferenceFieldItemNormalizerTrait::fieldItemReferencesTaxonomyTerm() — Method in class EntityReferenceFieldItemNormalizerTrait
Determines if a field item references a taxonomy term.
- FieldItemNormalizer — Class in namespace Drupal\serialization\Normalizer
Denormalizes field item object structure by updating the entity field values.
- FieldNormalizer — Class in namespace Drupal\serialization\Normalizer
Denormalizes data to Drupal field values.
- FieldableEntityNormalizerTrait — Class in namespace Drupal\serialization\Normalizer
A trait for providing fieldable entity normalization/denormalization methods.
- $ NormalizerBase#format — Property in class NormalizerBase
List of formats which supports (de-)normalization.
- BlockEntitySettingTrayForm::form() — Method in class BlockEntitySettingTrayForm
Gets the actual form array to be built.
- SetCustomize::form() — Method in class SetCustomize
Gets the actual form array to be built.
- ShortcutSetUsers::fields() — Method in class ShortcutSetUsers
Returns an array of destination fields.
- Shortcut::fields() — Method in class Shortcut
Returns available fields on the source.
- ShortcutSet::fields() — Method in class ShortcutSet
Returns available fields on the source.
- ShortcutSetUsers::fields() — Method in class ShortcutSetUsers
Returns available fields on the source.
- ShortcutForm::form() — Method in class ShortcutForm
Gets the actual form array to be built.
- ShortcutSetForm::form() — Method in class ShortcutSetForm
Gets the actual form array to be built.
- Schema::fieldExists() — Method in class Schema
Check if a column exists in the given table.
- Schema::findPrimaryKeyColumns() — Method in class Schema
Finds the primary key columns of a table, from the database.
- Schema::findTables() — Method in class Schema
Finds all tables that are like the specified base table name.
- Select::forUpdate() — Method in class Select
Add FOR UPDATE to the query.
- NodeStatisticsDatabaseStorage::fetchViews() — Method in class NodeStatisticsDatabaseStorage
Returns the number of times entities have been viewed.
- NodeStatisticsDatabaseStorage::fetchView() — Method in class NodeStatisticsDatabaseStorage
Returns the number of times a single entity has been viewed.
- NodeStatisticsDatabaseStorage::fetchAll() — Method in class NodeStatisticsDatabaseStorage
Returns the number of times an entity has been viewed.
- NodeCounter::fields() — Method in class NodeCounter
Returns an array of destination fields.
- NodeCounter::fields() — Method in class NodeCounter
Returns available fields on the source.
- StatisticsStorageInterface::fetchViews() — Method in class StatisticsStorageInterface
Returns the number of times entities have been viewed.
- StatisticsStorageInterface::fetchView() — Method in class StatisticsStorageInterface
Returns the number of times a single entity has been viewed.
- StatisticsStorageInterface::fetchAll() — Method in class StatisticsStorageInterface
Returns the number of times an entity has been viewed.
- $ SystemController#formBuilder — Property in class SystemController
The form builder service.
- FileDownloadController — Class 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.
- FileSystemForm — Class in namespace Drupal\system\Form
Configure file system settings for this site.
- $ FileSystemForm#fileSystem — Property in class FileSystemForm
The file system.
- $ ThemeSettingsForm#fileSystem — Property in class ThemeSettingsForm
The file system.
- $ GDToolkit#fileSystem — Property 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#fieldDiscovery — Property in class D7TaxonomyTermDeriver
The migration field discovery service.
- ForumVocabulary — Class 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#fetchUrl — Property 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#fetchQueue — Property in class UpdateProcessor
The update fetch queue.
- $ UpdateProcessor#fetchTaskStore — Property in class UpdateProcessor
Update Fetch Task Store.
- $ UpdateProcessor#failed — Property 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#flood — Property in class UserController
The flood service.
- $ UserPasswordForm#flood — Property in class UserPasswordForm
The flood service.
- UserData::fields() — Method in class UserData
Returns an array of destination fields.
- $ ProfileField#fieldTable — Property 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#filterPermissions — Property 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#filePath — Property 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#filters — Property 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#flood — Property 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#fieldStorageDefinitions — Property in class EntityViewsData
The field storage definitions for all base fields of the entity type.
- FieldAPIHandlerTrait — Class in namespace Drupal\views
A trait containing helper methods for field definitions.
- $ FieldAPIHandlerTrait#fieldDefinition — Property in class FieldAPIHandlerTrait
The field definition.
- $ FieldAPIHandlerTrait#fieldStorageDefinition — Property in class FieldAPIHandlerTrait
The field storage definition.
- $ HandlerBase#field — Property 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#format — Property in class Date
The date format used in the title.
- $ DayDate#format — Property in class DayDate
- {@inheritdoc}
- Formula — Class in namespace Drupal\views\Plugin\views\argument
Argument handler for simple formulae.
- $ Formula#formula — Property in class Formula
- FullDate — Class in namespace Drupal\views\Plugin\views\argument
Argument handler for a full date (CCYYMMDD)
- $ FullDate#format — Property in class FullDate
- {@inheritdoc}
- $ MonthDate#format — Property in class MonthDate
- {@inheritdoc}
- $ YearMonthDate#format — Property in class YearMonthDate
- {@inheritdoc}
- Fixed — Class in namespace Drupal\views\Plugin\views\argument_default
The fixed argument default handler.
- Feed — Class in namespace Drupal\views\Plugin\views\display
The plugin that handles a feed, such as RSS or atom.
- $ EntityField#formatterOptions — Property in class EntityField
An array of formatter options.
- $ EntityField#formatterPluginManager — Property in class EntityField
The field formatter plugin manager.
- $ EntityField#fieldTypePluginManager — Property in class EntityField
The field type plugin manager.
- FieldHandlerInterface — Class in namespace Drupal\views\Plugin\views\field
Base field handler that has no options and renders an unformatted field.
- FieldPluginBase — Class in namespace Drupal\views\Plugin\views\field
Base class for views fields.
- $ FieldPluginBase#field_alias — Property in class FieldPluginBase
- FileSize — Class in namespace Drupal\views\Plugin\views\field
Render a numeric value as a size.
- FilterPluginBase — Class in namespace Drupal\views\Plugin\views\filter
Base class for Views filters handler plugins.
- FieldOrLanguageJoin — Class in namespace Drupal\views\Plugin\views\join
Implementation for the "field OR language" join.
- $ JoinPluginBase#field — Property in class JoinPluginBase
The field to join on (right field).
- Full — Class in namespace Drupal\views\Plugin\views\pager
The plugin to handle full pager.
- $ Sql#fields — Property in class Sql
An array of fields.
- $ Sql#fieldAliases — Property in class Sql
An array mapping table aliases and field names to field aliases.
- Fields — Class in namespace Drupal\views\Plugin\views\row
The basic 'fields' row plugin.
- $ WizardPluginBase#filters — Property in class WizardPluginBase
Views items configuration arrays for filters added by the wizard.
- $ WizardPluginBase#filter_defaults — Property in class WizardPluginBase
Default values for filters.
- $ ViewExecutable#feedIcons — Property in class ViewExecutable
Feed icons attached to the view.
- $ ViewExecutable#field — Property in class ViewExecutable
Stores the field handlers which are initialized on this view.
- $ ViewExecutable#filter — Property in class ViewExecutable
Stores the filter handlers which are initialized on this view.
- $ ViewExecutable#footer — Property 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#fullyLoaded — Property 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#fields — Property 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#forms — Property in class ViewUI
Contains an array of form keys and their respective classes.
- $ WorkflowType#forms — Property 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#fromStateIds — Property 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.
- FormOperations — Class 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#formBuilder — Property in class WorkspaceSwitcherBlock
The form builder.
G
- Drupal::getContainer() — Method in class Drupal
Returns the currently active global container.
- AnnotationBase::getProvider() — Method in class AnnotationBase
Gets the name of the provider of the annotated class.
- AnnotationBase::getId() — Method in class AnnotationBase
Gets the unique ID for this annotated class.
- AnnotationBase::getClass() — Method in class AnnotationBase
Gets the class of the annotated class.
- AnnotationInterface::get() — Method in class AnnotationInterface
Gets the value of an annotation.
- AnnotationInterface::getProvider() — Method in class AnnotationInterface
Gets the name of the provider of the annotated class.
- AnnotationInterface::getId() — Method in class AnnotationInterface
Gets the unique ID for this annotated class.
- AnnotationInterface::getClass() — Method in class AnnotationInterface
Gets the class of the annotated class.
- SimpleAnnotationReader::getClassAnnotations() — Method in class SimpleAnnotationReader
- {@inheritDoc}
- SimpleAnnotationReader::getMethodAnnotations() — Method in class SimpleAnnotationReader
- {@inheritDoc}
- SimpleAnnotationReader::getPropertyAnnotations() — Method in class SimpleAnnotationReader
- {@inheritDoc}
- SimpleAnnotationReader::getClassAnnotation() — Method in class SimpleAnnotationReader
- {@inheritDoc}
- SimpleAnnotationReader::getMethodAnnotation() — Method in class SimpleAnnotationReader
- {@inheritDoc}
- SimpleAnnotationReader::getPropertyAnnotation() — Method in class SimpleAnnotationReader
- {@inheritDoc}
- StaticReflectionClass::getName() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getDocComment() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getNamespaceName() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getUseStatements() — Method in class StaticReflectionClass
- StaticReflectionClass::getMethod() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getProperty() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getConstant() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getConstructor() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getDefaultProperties() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getEndLine() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getExtension() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getExtensionName() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getFileName() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getInterfaceNames() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getInterfaces() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getMethods() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getModifiers() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getParentClass() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getProperties() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getShortName() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getStartLine() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getStaticProperties() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getStaticPropertyValue() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getTraitAliases() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getTraitNames() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getTraits() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::getConstants() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionParser::getParentStaticReflectionParser() — Method in class StaticReflectionParser
- StaticReflectionParser::getClassName() — Method in class StaticReflectionParser
- StaticReflectionParser::getNamespaceName() — Method in class StaticReflectionParser
- StaticReflectionParser::getReflectionClass() — Method in class StaticReflectionParser
Gets the ReflectionClass equivalent for this class.
- StaticReflectionParser::getUseStatements() — Method in class StaticReflectionParser
Gets the use statements from this file.
- StaticReflectionParser::getDocComment() — Method in class StaticReflectionParser
Gets the doc comment.
- StaticReflectionParser::getStaticReflectionParserForDeclaringClass() — Method in class StaticReflectionParser
Gets the PSR-0 parser for the declaring class.
- Plugin::get() — Method in class Plugin
Gets the value of an annotation.
- Plugin::getProvider() — Method in class Plugin
Gets the name of the provider of the annotated class.
- Plugin::getId() — Method in class Plugin
Gets the unique ID for this annotated class.
- Plugin::getClass() — Method in class Plugin
Gets the class of the annotated class.
- PluginID::get() — Method in class PluginID
Gets the value of an annotation.
- PluginID::getId() — Method in class PluginID
Gets the unique ID for this annotated class.
- AnnotatedClassDiscovery::getAnnotationReader() — Method in class AnnotatedClassDiscovery
Gets the used doctrine annotation reader.
- AnnotatedClassDiscovery::getDefinitions() — Method in class AnnotatedClassDiscovery
Gets the definition of all plugins for this type.
- AnnotatedClassDiscovery::getPluginNamespaces() — Method in class AnnotatedClassDiscovery
Gets an array of PSR-4 namespaces to search for plugin classes.
- AnnotationBridgeDecorator::getDefinitions() — Method in class AnnotationBridgeDecorator
Gets the definition of all plugins for this type.
- ZfExtensionManagerSfContainer::get() — Method in class ZfExtensionManagerSfContainer
- {@inheritdoc}
- DateTimePlus::getErrors() — Method in class DateTimePlus
Gets error messages.
- DateTimePlus::getPhpDateTime() — Method in class DateTimePlus
Gets a clone of the proxied PHP \DateTime object wrapped by this class.
- DateTimePlus::getLastErrors() — Method in class DateTimePlus
- DateTimePlus::getOffset() — Method in class DateTimePlus
- DateTimePlus::getTimestamp() — Method in class DateTimePlus
- DateTimePlus::getTimezone() — Method in class DateTimePlus
- Time::getRequestTime() — Method in class Time
Returns the timestamp for the current request.
- Time::getRequestMicroTime() — Method in class Time
Returns the timestamp for the current request with microsecond precision.
- Time::getCurrentTime() — Method in class Time
Returns the current system time as an integer.
- Time::getCurrentMicroTime() — Method in class Time
Returns the current system time with microsecond precision.
- TimeInterface::getRequestTime() — Method in class TimeInterface
Returns the timestamp for the current request.
- TimeInterface::getRequestMicroTime() — Method in class TimeInterface
Returns the timestamp for the current request with microsecond precision.
- TimeInterface::getCurrentTime() — Method in class TimeInterface
Returns the current system time as an integer.
- TimeInterface::getCurrentMicroTime() — Method in class TimeInterface
Returns the current system time with microsecond precision.
- Container::get() — Method in class Container
- {@inheritdoc}
- Container::getParameter() — Method in class Container
- {@inheritdoc}
- Container::getAlternatives() — Method in class Container
Provides alternatives for a given array and key.
- Container::getServiceAlternatives() — Method in class Container
Provides alternatives in case a service was not found.
- Container::getParameterAlternatives() — Method in class Container
Provides alternatives in case a parameter was not found.
- Container::getServiceIds() — Method in class Container
Gets all defined service IDs.
- OptimizedPhpArrayDumper::getArray() — Method in class OptimizedPhpArrayDumper
Gets the service container definition as a PHP array.
- OptimizedPhpArrayDumper::getAliases() — Method in class OptimizedPhpArrayDumper
Gets the aliases as a PHP array.
- OptimizedPhpArrayDumper::getParameters() — Method in class OptimizedPhpArrayDumper
Gets parameters of the container as a PHP array.
- OptimizedPhpArrayDumper::getServiceDefinitions() — Method in class OptimizedPhpArrayDumper
Gets services of the container as a PHP array.
- OptimizedPhpArrayDumper::getServiceDefinition() — Method in class OptimizedPhpArrayDumper
Gets a service definition as PHP array.
- OptimizedPhpArrayDumper::getPrivateServiceCall() — Method in class OptimizedPhpArrayDumper
Gets a private service definition in a suitable format.
- OptimizedPhpArrayDumper::getReferenceCall() — Method in class OptimizedPhpArrayDumper
Gets a service reference for a reference in a suitable PHP array format.
- OptimizedPhpArrayDumper::getServiceCall() — Method in class OptimizedPhpArrayDumper
Gets a service reference for an ID in a suitable PHP array format.
- OptimizedPhpArrayDumper::getParameterCall() — Method in class OptimizedPhpArrayDumper
Gets a parameter reference in a suitable PHP array format.
- PhpArrayDumper::getArray() — Method in class PhpArrayDumper
Gets the service container definition as a PHP array.
- PhpArrayDumper::getServiceCall() — Method in class PhpArrayDumper
Gets a service reference for an ID in a suitable PHP array format.
- PhpArrayDumper::getParameterCall() — Method in class PhpArrayDumper
Gets a parameter reference in a suitable PHP array format.
- Diff::getEdits() — Method in class Diff
Gets the list of differences as an array of diff operations.
- $ HWLDFWordAccumulator#group — Property 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().
- Graph — Class in namespace Drupal\Component\Graph
Directed acyclic graph manipulation.
- $ Graph#graph — Property 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#genericMap — Property 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#generatedProjectBaseDir — Property 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}
- GenerateAutoloadReferenceFile — Class 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.
- Git — Class 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.
- GotoAction — Class 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#grouper — Property 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#grouper — Property 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#globalProviders — Property 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}
- GenerateProxyClassApplication — Class 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}
- GenerateProxyClassCommand — Class in namespace Drupal\Core\Command
Provides a console command to generate proxy classes.
- GenerateTheme — Class 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#graph — Property in class ConfigDependencyManager
The directed acyclic graph.
- ConfigDependencyManager::getDependentEntities() — Method in class ConfigDependencyManager
Gets dependencies.
- ConfigDependencyManager::getGraph() — Method in class ConfigDependencyManager
Gets the dependency graph of all the config entities.
- ConfigEntityBase::getOriginalId() — Method in class ConfigEntityBase
Gets the original ID.
- ConfigEntityBase::get() — Method in class ConfigEntityBase
Returns the value of a property.
- ConfigEntityBase::getTypedConfig() — Method in class ConfigEntityBase
Gets the typed config manager.
- ConfigEntityBase::getCacheTagsToInvalidate() — Method in class ConfigEntityBase
Returns the cache tags that should be used to invalidate caches.
- ConfigEntityBase::getDependencies() — Method in class ConfigEntityBase
Gets the configuration dependencies.
- ConfigEntityBase::getConfigDependencyName() — Method in class ConfigEntityBase
Gets the configuration dependency name.
- ConfigEntityBase::getConfigTarget() — Method in class ConfigEntityBase
Gets the configuration target identifier for the entity.
- ConfigEntityBase::getThirdPartySetting() — Method in class ConfigEntityBase
Gets the value of a third-party setting.
- ConfigEntityBase::getThirdPartySettings() — Method in class ConfigEntityBase
Gets all third-party settings of a given module.
- ConfigEntityBase::getThirdPartyProviders() — Method in class ConfigEntityBase
Gets the list of third parties that store information.
- ConfigEntityBase::getConfigManager() — Method in class ConfigEntityBase
Gets the configuration manager.
- ConfigEntityDependency::getDependencies() — Method in class ConfigEntityDependency
Gets the configuration entity's dependencies of the supplied type.
- ConfigEntityDependency::getConfigDependencyName() — Method in class ConfigEntityDependency
Gets the configuration entity's configuration dependency name.
- ConfigEntityInterface::get() — Method in class ConfigEntityInterface
Returns the value of a property.
- ConfigEntityInterface::getDependencies() — Method in class ConfigEntityInterface
Gets the configuration dependencies.
- ConfigEntityListBuilder::getDefaultOperations() — Method in class ConfigEntityListBuilder
Gets this list's default operations.
- ConfigEntityStorage::getPrefix() — Method in class ConfigEntityStorage
Returns the prefix used to create the configuration name.
- ConfigEntityStorage::getIDFromConfigName() — Method in class ConfigEntityStorage
Extracts the configuration entity ID from the full configuration name.
- ConfigEntityStorage::getQueryServiceName() — Method in class ConfigEntityStorage
Gets the name of the service for the query for this entity storage.
- ConfigEntityStorageInterface::getIDFromConfigName() — Method in class ConfigEntityStorageInterface
Extracts the configuration entity ID from the full configuration name.
- ConfigEntityType::getConfigPrefix() — Method in class ConfigEntityType
Gets the config prefix used by the configuration entity type.
- ConfigEntityType::getBaseTable() — Method in class ConfigEntityType
Gets the name of the entity's base table.
- ConfigEntityType::getRevisionDataTable() — Method in class ConfigEntityType
Gets the name of the entity's revision data table.
- ConfigEntityType::getRevisionTable() — Method in class ConfigEntityType
Gets the name of the entity's revision table.
- ConfigEntityType::getDataTable() — Method in class ConfigEntityType
Gets the name of the entity's data table.
- ConfigEntityType::getConfigDependencyKey() — Method in class ConfigEntityType
Gets the key that is used to store configuration dependencies.
- ConfigEntityType::getPropertiesToExport() — Method in class ConfigEntityType
Gets the config entity properties to export if declared on the annotation.
- ConfigEntityType::getLookupKeys() — Method in class ConfigEntityType
Gets the keys that are available for fast lookup.
- ConfigEntityTypeInterface::getConfigPrefix() — Method in class ConfigEntityTypeInterface
Gets the config prefix used by the configuration entity type.
- ConfigEntityTypeInterface::getPropertiesToExport() — Method in class ConfigEntityTypeInterface
Gets the config entity properties to export if declared on the annotation.
- ConfigEntityTypeInterface::getLookupKeys() — Method in class ConfigEntityTypeInterface
Gets the keys that are available for fast lookup.
- Query::getConfigKeyStore() — Method in class Query
Gets the key value store used to store fast lookups.
- QueryFactory::get() — Method in class QueryFactory
Instantiates an entity query for a given entity type.
- QueryFactory::getAggregate() — Method in class QueryFactory
Instantiates an aggregation query object for a given entity type.
- QueryFactory::getConfigKeyStore() — Method in class QueryFactory
Gets the key value store used to store fast lookups.
- QueryFactory::getKeys() — Method in class QueryFactory
Creates lookup keys for configuration data.
- QueryFactory::getValues() — Method in class QueryFactory
Finds all the values for a configuration key in a configuration object.
- QueryFactory::getSubscribedEvents() — Method in class QueryFactory
- {@inheritdoc}
- ThirdPartySettingsInterface::getThirdPartySetting() — Method in class ThirdPartySettingsInterface
Gets the value of a third-party setting.
- ThirdPartySettingsInterface::getThirdPartySettings() — Method in class ThirdPartySettingsInterface
Gets all third-party settings of a given module.
- ThirdPartySettingsInterface::getThirdPartyProviders() — Method in class ThirdPartySettingsInterface
Gets the list of third parties that store information.
- ExportStorageManager::getStorage() — Method in class ExportStorageManager
Get the config storage.
- ExtensionInstallStorage::getAllFolders() — Method in class ExtensionInstallStorage
Returns a map of all config object names and their folders.
- FileStorage::getFilePath() — Method in class FileStorage
Returns the path to the configuration file.
- FileStorage::getFileExtension() — Method in class FileStorage
Returns the file extension used by the file storage for all configuration files.
- FileStorage::getCollectionName() — Method in class FileStorage
Gets the name of the current collection the storage is using.
- FileStorage::getAllCollectionNames() — Method in class FileStorage
Gets the existing collections.
- FileStorage::getAllCollectionNamesHelper() — Method in class FileStorage
Helper function for getAllCollectionNames().
- FileStorage::getCollectionDirectory() — Method in class FileStorage
Gets the directory for the collection.
- FileStorageFactory::getSync() — Method in class FileStorageFactory
Returns a FileStorage object working with the sync config directory.
- FinalMissingContentSubscriber::getSubscribedEvents() — Method in class FinalMissingContentSubscriber
- {@inheritdoc}
- MissingContentEvent::getMissingContent() — Method in class MissingContentEvent
Gets missing content information.
- InstallStorage::getFilePath() — Method in class InstallStorage
Overrides Drupal\Core\Config\FileStorage::getFilePath().
- InstallStorage::getAllFolders() — Method in class InstallStorage
Returns a map of all config object names and their folders.
- InstallStorage::getComponentNames() — Method in class InstallStorage
Get all configuration names and folders for a list of modules or themes.
- InstallStorage::getCoreNames() — Method in class InstallStorage
Get all configuration names and folders for Drupal core.
- InstallStorage::getComponentFolder() — Method in class InstallStorage
Get folder inside each component that contains the files.
- InstallStorage::getCoreFolder() — Method in class InstallStorage
Get folder inside Drupal core that contains the files.
- ManagedStorage::getAllCollectionNames() — Method in class ManagedStorage
Gets the existing collections.
- ManagedStorage::getCollectionName() — Method in class ManagedStorage
Gets the name of the current collection the storage is using.
- ManagedStorage::getStorage() — Method in class ManagedStorage
Get the decorated storage from the manager if necessary.
- MemoryStorage::getAllCollectionNames() — Method in class MemoryStorage
Gets the existing collections.
- MemoryStorage::getCollectionName() — Method in class MemoryStorage
Gets the name of the current collection the storage is using.
- NullStorage::getAllCollectionNames() — Method in class NullStorage
Gets the existing collections.
- NullStorage::getCollectionName() — Method in class NullStorage
Gets the name of the current collection the storage is using.
- PreExistingConfigException::getConfigObjects() — Method in class PreExistingConfigException
Gets the list of configuration objects that already exist.
- PreExistingConfigException::getExtension() — Method in class PreExistingConfigException
Gets the name of the extension that is being installed.
- ReadOnlyStorage::getAllCollectionNames() — Method in class ReadOnlyStorage
Gets the existing collections.
- ReadOnlyStorage::getCollectionName() — Method in class ReadOnlyStorage
Gets the name of the current collection the storage is using.
- ArrayElement::getAllKeys() — Method in class ArrayElement
Gets valid configuration data keys.
- ArrayElement::getElementDefinition() — Method in class ArrayElement
Gets data definition object for contained element.
- ArrayElement::get() — Method in class ArrayElement
Gets a contained typed configuration element.
- ArrayElement::getElements() — Method in class ArrayElement
Gets an array of contained elements.
- ArrayElement::getIterator() — Method in class ArrayElement
- {@inheritdoc}
- ArrayElement::getProperties() — Method in class ArrayElement
Gets an array of property objects.
- ConfigSchemaDiscovery::getDefinitions() — Method in class ConfigSchemaDiscovery
Gets the definition of all plugins for this type.
- Element::getTypedDataManager() — Method in class Element
Gets the typed configuration manager.
- Mapping::getElementDefinition() — Method in class Mapping
Gets data definition object for contained element.
- Sequence::getElementDefinition() — Method in class Sequence
Gets data definition object for contained element.
- SequenceDataDefinition::getOrderBy() — Method in class SequenceDataDefinition
Gets the description of how the sequence should be sorted.
- TypedConfigInterface::getElements() — Method in class TypedConfigInterface
Gets an array of contained elements.
- TypedConfigInterface::get() — Method in class TypedConfigInterface
Gets a contained typed configuration element.
- StorableConfigBase::getStorage() — Method in class StorableConfigBase
Retrieves the storage used to load and save this configuration object.
- StorableConfigBase::getSchemaWrapper() — Method in class StorableConfigBase
Gets the schema wrapper for the whole configuration object.
- StorageComparer::getSourceStorage() — Method in class StorageComparer
Gets the configuration source storage.
- StorageComparer::getTargetStorage() — Method in class StorageComparer
Gets the configuration target storage.
- StorageComparer::getEmptyChangelist() — Method in class StorageComparer
Gets an empty changelist.
- StorageComparer::getChangelist() — Method in class StorageComparer
Gets the list of differences to import.
- StorageComparer::getAndSortConfigData() — Method in class StorageComparer
Gets and sorts configuration data from the source and target storages.
- StorageComparer::getAllCollectionNames() — Method in class StorageComparer
Gets the existing collections from both the target and source storage.
- StorageComparerInterface::getSourceStorage() — Method in class StorageComparerInterface
Gets the configuration source storage.
- StorageComparerInterface::getTargetStorage() — Method in class StorageComparerInterface
Gets the configuration target storage.
- StorageComparerInterface::getEmptyChangelist() — Method in class StorageComparerInterface
Gets an empty changelist.
- StorageComparerInterface::getChangelist() — Method in class StorageComparerInterface
Gets the list of differences to import.
- StorageComparerInterface::getAllCollectionNames() — Method in class StorageComparerInterface
Gets the existing collections from both the target and source storage.
- StorageInterface::getAllCollectionNames() — Method in class StorageInterface
Gets the existing collections.
- StorageInterface::getCollectionName() — Method in class StorageInterface
Gets the name of the current collection the storage is using.
- StorageManagerInterface::getStorage() — Method in class StorageManagerInterface
Get the config storage.
- StorageTransformEvent::getStorage() — Method in class StorageTransformEvent
Returns the mutable storage ready to be read from and written to.
- TypedConfigManager::getDiscovery() — Method in class TypedConfigManager
Gets the plugin discovery.
- TypedConfigManager::get() — Method in class TypedConfigManager
Gets typed configuration data.
- TypedConfigManager::getDefinitionWithReplacements() — Method in class TypedConfigManager
Gets a schema definition with replacements for dynamic names.
- TypedConfigManager::getDefinition() — Method in class TypedConfigManager
- {@inheritdoc}
- TypedConfigManager::getFallbackName() — Method in class TypedConfigManager
Gets fallback configuration schema name.
- TypedConfigManagerInterface::get() — Method in class TypedConfigManagerInterface
Gets typed configuration data.
- TypedConfigManagerInterface::getDefinition() — Method in class TypedConfigManagerInterface
Gets a specific plugin definition.
- UnmetDependenciesException::getConfigObjects() — Method in class UnmetDependenciesException
Gets the list of configuration objects that have unmet dependencies.
- UnmetDependenciesException::getExtension() — Method in class UnmetDependenciesException
Gets the name of the extension that is being installed.
- UnmetDependenciesException::getTranslatedMessage() — Method in class UnmetDependenciesException
Gets a translated message from the exception.
- ControllerResolver::getControllerFromDefinition() — Method in class ControllerResolver
Returns the Controller instance with a given controller route definition.
- ControllerResolver::getController() — Method in class ControllerResolver
- {@inheritdoc}
- ControllerResolverInterface::getControllerFromDefinition() — Method in class ControllerResolverInterface
Returns the Controller instance with a given controller route definition.
- FormController::getContentResult() — Method in class FormController
Invokes the form and returns the result.
- FormController::getFormArgument() — Method in class FormController
Extracts the form argument string from a request.
- FormController::getFormObject() — Method in class FormController
Returns the object used to build the form.
- HtmlFormController::getFormArgument() — Method in class HtmlFormController
Extracts the form argument string from a request.
- HtmlFormController::getFormObject() — Method in class HtmlFormController
Returns the object used to build the form.
- TitleResolver::getTitle() — Method in class TitleResolver
Returns a static or dynamic title for the route.
- TitleResolverInterface::getTitle() — Method in class TitleResolverInterface
Returns a static or dynamic title for the route.
- Connection::getConnectionOptions() — Method in class Connection
Returns the connection information for this connection object.
- Connection::getUnprefixedTablesMap() — Method in class Connection
Gets a list of individually prefixed table names.
- Connection::getFullQualifiedTableName() — Method in class Connection
Get a fully qualified table name.
- Connection::getTarget() — Method in class Connection
Returns the target this connection is associated with.
- Connection::getKey() — Method in class Connection
Returns the key this connection is associated with.
- Connection::getLogger() — Method in class Connection
Gets the current logging object for this connection.
- Connection::getDriverClass() — Method in class Connection
Gets the driver-specific override class if any for the specified class.
- Connection::getSQLState() — Method in class Connection
Extracts the SQLSTATE error from the PDOException.
- Connection::getProvider() — Method in class Connection
Get the module name of the module that is providing the database driver.
- Connection::getPagerManager() — Method in class Connection
Get the pager manager service, if available.
- Database::getLog() — Method in class Database
Retrieves the queries logged on for given logging key.
- Database::getConnection() — Method in class Database
Gets the connection object for the specified database key and target.
- Database::getConnectionInfo() — Method in class Database
Gets information on the specified database connection.
- Database::getAllConnectionInfo() — Method in class Database
Gets connection information for all available databases.
- Database::getConnectionInfoAsUrl() — Method in class Database
Gets database connection info as a URL.
- Tasks::getFormOptions() — Method in class Tasks
Returns driver specific configuration options.
- Tasks::getConnection() — Method in class Tasks
Returns the database connection.
- Log::get() — Method in class Log
Retrieve the query log for the specified logging key so far.
- Log::getDebugBacktrace() — Method in class Log
Gets the debug backtrace.
- AlterableInterface::getMetaData() — Method in class AlterableInterface
Retrieves a given piece of metadata.
- InsertTrait::getInsertPlaceholderFragment() — Method in class InsertTrait
Returns the query placeholders for values that will be inserted.
- PagerSelectExtender::getCountQuery() — Method in class PagerSelectExtender
Retrieve the count query for this pager.
- PagerSelectExtender::getElement() — Method in class PagerSelectExtender
Gets the element ID for this pager query.
- Query::getComments() — Method in class Query
Returns a reference to the comments array for the query.
- Query::getConnection() — Method in class Query
Gets the database connection to be used for the query.
- $ Select#group — Property in class Select
The fields by which to group.
- Select::getMetaData() — Method in class Select
Retrieves a given piece of metadata.
- Select::getFields() — Method in class Select
Returns a reference to the fields array for this query.
- Select::getExpressions() — Method in class Select
Returns a reference to the expressions array for this query.
- Select::getOrderBy() — Method in class Select
Returns a reference to the order by array for this query.
- Select::getGroupBy() — Method in class Select
Returns a reference to the group-by array for this query.
- Select::getTables() — Method in class Select
Returns a reference to the tables array for this query.
- Select::getUnion() — Method in class Select
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.
- Select::getArguments() — Method in class Select
Compiles and returns an associative array of the arguments for this prepared statement.
- Select::groupBy() — Method in class Select
Groups the result set by the specified field.
- SelectExtender::getMetaData() — Method in class SelectExtender
Retrieves a given piece of metadata.
- SelectExtender::getFields() — Method in class SelectExtender
Returns a reference to the fields array for this query.
- SelectExtender::getExpressions() — Method in class SelectExtender
Returns a reference to the expressions array for this query.
- SelectExtender::getOrderBy() — Method in class SelectExtender
Returns a reference to the order by array for this query.
- SelectExtender::getGroupBy() — Method in class SelectExtender
Returns a reference to the group-by array for this query.
- SelectExtender::getTables() — Method in class SelectExtender
Returns a reference to the tables array for this query.
- SelectExtender::getUnion() — Method in class SelectExtender
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.
- SelectExtender::getArguments() — Method in class SelectExtender
Compiles and returns an associative array of the arguments for this prepared statement.
- SelectExtender::groupBy() — Method in class SelectExtender
Groups the result set by the specified field.
- SelectInterface::getFields() — Method in class SelectInterface
Returns a reference to the fields array for this query.
- SelectInterface::getExpressions() — Method in class SelectInterface
Returns a reference to the expressions array for this query.
- SelectInterface::getOrderBy() — Method in class SelectInterface
Returns a reference to the order by array for this query.
- SelectInterface::getGroupBy() — Method in class SelectInterface
Returns a reference to the group-by array for this query.
- SelectInterface::getTables() — Method in class SelectInterface
Returns a reference to the tables array for this query.
- SelectInterface::getUnion() — Method in class SelectInterface
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.
- SelectInterface::getArguments() — Method in class SelectInterface
Compiles and returns an associative array of the arguments for this prepared statement.
- SelectInterface::groupBy() — Method in class SelectInterface
Groups the result set by the specified field.
- ReplicaKillSwitch::getSubscribedEvents() — Method in class ReplicaKillSwitch
- {@inheritdoc}
- Schema::getPrefixInfo() — Method in class Schema
Get information about the table name and schema from the prefix.
- Schema::getFieldTypeMap() — Method in class Schema
Returns a mapping of Drupal schema field names to DB-native field types.
- StatementInterface::getQueryString() — Method in class StatementInterface
Gets the query string of this statement.
- StatementInterface::getConnectionTarget() — Method in class StatementInterface
Returns the target connection this statement is associated with.
- StatementPrefetch::getConnectionTarget() — Method in class StatementPrefetch
Returns the target connection this statement is associated with.
- StatementPrefetch::getStatement() — Method in class StatementPrefetch
Grab a PDOStatement object from a given query and its arguments.
- StatementPrefetch::getQueryString() — Method in class StatementPrefetch
Gets the query string of this statement.
- StatementWrapper::getClientStatement() — Method in class StatementWrapper
Returns the client-level database statement object.
- StatementWrapper::getConnectionTarget() — Method in class StatementWrapper
Returns the target connection this statement is associated with.
- StatementWrapper::getQueryString() — Method in class StatementWrapper
Gets the query string of this statement.
- StatementWrapper::getIterator() — Method in class StatementWrapper
- {@inheritdoc}
- DateFormatInterface::getPattern() — Method in class DateFormatInterface
Gets the date pattern string for this format.
- DateFormatter::getSampleDateFormats() — Method in class DateFormatter
Provides values for all date formatting characters for a given timestamp.
- DateFormatterInterface::getSampleDateFormats() — Method in class DateFormatterInterface
Provides values for all date formatting characters for a given timestamp.
- DateElementBase::getElementTitle() — Method in class DateElementBase
Returns the most relevant title of a datetime element.
- Datelist::getInfo() — Method in class Datelist
Returns the element properties for this element.
- Datetime::getInfo() — Method in class Datetime
Returns the element properties for this element.
- Datetime::getHtml5DateFormat() — Method in class Datetime
Retrieves the right format for an HTML5 date element.
- Datetime::getHtml5TimeFormat() — Method in class Datetime
Retrieves the right format for an HTML5 time element.
- DateFormat::getPattern() — Method in class DateFormat
Gets the date pattern string for this format.
- DateFormat::getCacheTagsToInvalidate() — Method in class DateFormat
Returns the cache tags that should be used to invalidate caches.
- FormattedDateDiff::getString() — Method in class FormattedDateDiff
- FormattedDateDiff::getCacheMaxAge() — Method in class FormattedDateDiff
The maximum age for which this object may be cached.
- ClassResolver::getInstanceFromDefinition() — Method in class ClassResolver
Returns a class instance with a given class definition.
- ClassResolverInterface::getInstanceFromDefinition() — Method in class ClassResolverInterface
Returns a class instance with a given class definition.
- ContextAwareVariantInterface::getContexts() — Method in class ContextAwareVariantInterface
Gets the values for all defined contexts.
- VariantBase::getWeight() — Method in class VariantBase
Returns the weight of the display variant.
- VariantBase::getConfiguration() — Method in class VariantBase
Gets this plugin's configuration.
- VariantInterface::getWeight() — Method in class VariantInterface
Returns the weight of the display variant.
- DrupalKernel::guessApplicationRoot() — Method in class DrupalKernel
Determine the application root directory based on this file's location.
- DrupalKernel::getSitePath() — Method in class DrupalKernel
Get the site path.
- DrupalKernel::getAppRoot() — Method in class DrupalKernel
Gets the app root.
- DrupalKernel::getContainer() — Method in class DrupalKernel
Gets the current container.
- DrupalKernel::getCachedContainerDefinition() — Method in class DrupalKernel
Returns the cached container definition - if any.
- DrupalKernel::getServiceProviders() — Method in class DrupalKernel
Returns all registered service providers.
- DrupalKernel::getContainerCacheKey() — Method in class DrupalKernel
Returns the container cache key based on the environment.
- DrupalKernel::getKernelParameters() — Method in class DrupalKernel
Returns the kernel parameters.
- DrupalKernel::getServicesToPersist() — Method in class DrupalKernel
Returns service instances to persist from an old container to a new one.
- DrupalKernel::getContainerBuilder() — Method in class DrupalKernel
Gets a new ContainerBuilder instance used to build the service container.
- DrupalKernel::getHttpKernel() — Method in class DrupalKernel
Gets a http kernel from the container.
- DrupalKernel::getConfigStorage() — Method in class DrupalKernel
Returns the active configuration storage to use during building the container.
- DrupalKernel::getModulesParameter() — Method in class DrupalKernel
Returns an array of Extension class parameters for all enabled modules.
- DrupalKernel::getModuleFileNames() — Method in class DrupalKernel
Gets the file name for each enabled module.
- DrupalKernel::getModuleNamespacesPsr4() — Method in class DrupalKernel
Gets the PSR-4 base directories for module namespaces.
- DrupalKernel::getInstallProfile() — Method in class DrupalKernel
Gets the active install profile.
- DrupalKernelInterface::getServiceProviders() — Method in class DrupalKernelInterface
Returns all registered service providers.
- DrupalKernelInterface::getContainer() — Method in class DrupalKernelInterface
Gets the current container.
- DrupalKernelInterface::getCachedContainerDefinition() — Method in class DrupalKernelInterface
Returns the cached container definition - if any.
- DrupalKernelInterface::getSitePath() — Method in class DrupalKernelInterface
Get the site path.
- DrupalKernelInterface::getAppRoot() — Method in class DrupalKernelInterface
Gets the app root.
- $ ConfigEntityType#group — Property in class ConfigEntityType
- {@inheritdoc}
- ConfigEntityType::get() — Method in class ConfigEntityType
Gets the value of an annotation.
- $ ContentEntityType#group — Property in class ContentEntityType
- {@inheritdoc}
- ContentEntityType::get() — Method in class ContentEntityType
Gets the value of an annotation.
- $ EntityReferenceSelection#group — Property in class EntityReferenceSelection
The selection plugin group.
- $ EntityType#group — Property in class EntityType
The group machine name.
- $ EntityType#group_label — Property 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#group — Property in class EntityType
The machine name of the entity type group.
- $ EntityType#group_label — Property 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#groupBy — Property in class QueryBase
The list of columns to group on.
- QueryBase::getEntityTypeId() — Method in class QueryBase
Gets the ID of the entity type for this query.
- QueryBase::getMetaData() — Method in class QueryBase
Retrieves a given piece of metadata.
- QueryBase::groupBy() — Method in class QueryBase
- {@inheritdoc}
- QueryBase::getAggregationAlias() — Method in class QueryBase
Generates an alias for a field and its aggregated function.
- QueryBase::getNamespaces() — Method in class QueryBase
Gets a list of namespaces of the ancestors of a class.
- QueryBase::getClass() — Method in class QueryBase
Finds a class in a list of namespaces.
- QueryFactoryInterface::get() — Method in class QueryFactoryInterface
Instantiates an entity query for a given entity type.
- QueryFactoryInterface::getAggregate() — Method in class QueryFactoryInterface
Instantiates an aggregation query object for a given entity type.
- QueryInterface::getEntityTypeId() — Method in class QueryInterface
Gets the ID of the entity type for this query.
- Query::getSqlField() — Method in class Query
Constructs a select expression for a given field and language.
- Query::getTables() — Method in class Query
Gets the Tables object for this query.
- QueryFactory::get() — Method in class QueryFactory
Instantiates an entity query for a given entity type.
- QueryFactory::getAggregate() — Method in class QueryFactory
Instantiates an aggregation query object for a given entity type.
- Tables::getTableMapping() — Method in class Tables
Gets the schema for the given table.
- RevisionLogEntityTrait::getRevisionCreationTime() — Method in class RevisionLogEntityTrait
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime().
- RevisionLogEntityTrait::getRevisionUser() — Method in class RevisionLogEntityTrait
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser().
- RevisionLogEntityTrait::getRevisionUserId() — Method in class RevisionLogEntityTrait
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId().
- RevisionLogEntityTrait::getRevisionLogMessage() — Method in class RevisionLogEntityTrait
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage().
- RevisionLogEntityTrait::getRevisionMetadataKey() — Method in class RevisionLogEntityTrait
Gets the name of a revision metadata field.
- RevisionLogEntityTrait::getEntityType() — Method in class RevisionLogEntityTrait
Gets the entity type definition.
- RevisionLogInterface::getRevisionCreationTime() — Method in class RevisionLogInterface
Gets the entity revision creation timestamp.
- RevisionLogInterface::getRevisionUser() — Method in class RevisionLogInterface
Gets the entity revision author.
- RevisionLogInterface::getRevisionUserId() — Method in class RevisionLogInterface
Gets the entity revision author ID.
- RevisionLogInterface::getRevisionLogMessage() — Method in class RevisionLogInterface
Returns the entity revision log message.
- RevisionableInterface::getRevisionId() — Method in class RevisionableInterface
Gets the revision identifier of the entity.
- RevisionableInterface::getLoadedRevisionId() — Method in class RevisionableInterface
Gets the loaded Revision ID of the entity.
- RevisionableStorageInterface::getLatestRevisionId() — Method in class RevisionableStorageInterface
Returns the latest revision identifier for an entity.
- AdminHtmlRouteProvider::getAddPageRoute() — Method in class AdminHtmlRouteProvider
Gets the add page route.
- AdminHtmlRouteProvider::getAddFormRoute() — Method in class AdminHtmlRouteProvider
Gets the add-form route.
- AdminHtmlRouteProvider::getEditFormRoute() — Method in class AdminHtmlRouteProvider
Gets the edit-form route.
- AdminHtmlRouteProvider::getDeleteFormRoute() — Method in class AdminHtmlRouteProvider
Gets the delete-form route.
- AdminHtmlRouteProvider::getDeleteMultipleFormRoute() — Method in class AdminHtmlRouteProvider
Returns the delete multiple form route.
- DefaultHtmlRouteProvider::getRoutes() — Method in class DefaultHtmlRouteProvider
Provides routes for entities.
- DefaultHtmlRouteProvider::getAddPageRoute() — Method in class DefaultHtmlRouteProvider
Gets the add page route.
- DefaultHtmlRouteProvider::getAddFormRoute() — Method in class DefaultHtmlRouteProvider
Gets the add-form route.
- DefaultHtmlRouteProvider::getCanonicalRoute() — Method in class DefaultHtmlRouteProvider
Gets the canonical route.
- DefaultHtmlRouteProvider::getEditFormRoute() — Method in class DefaultHtmlRouteProvider
Gets the edit-form route.
- DefaultHtmlRouteProvider::getDeleteFormRoute() — Method in class DefaultHtmlRouteProvider
Gets the delete-form route.
- DefaultHtmlRouteProvider::getCollectionRoute() — Method in class DefaultHtmlRouteProvider
Gets the collection route.
- DefaultHtmlRouteProvider::getEntityTypeIdKeyType() — Method in class DefaultHtmlRouteProvider
Gets the type of the ID key for a given entity type.
- DefaultHtmlRouteProvider::getDeleteMultipleFormRoute() — Method in class DefaultHtmlRouteProvider
Returns the delete multiple form route.
- EntityRouteProviderInterface::getRoutes() — Method in class EntityRouteProviderInterface
Provides routes for entities.
- DefaultTableMapping::getBaseTable() — Method in class DefaultTableMapping
Gets the base table name.
- DefaultTableMapping::getRevisionTable() — Method in class DefaultTableMapping
Gets the revision table name.
- DefaultTableMapping::getDataTable() — Method in class DefaultTableMapping
Gets the data table name.
- DefaultTableMapping::getRevisionDataTable() — Method in class DefaultTableMapping
Gets the revision data table name.
- DefaultTableMapping::getTableNames() — Method in class DefaultTableMapping
Gets a list of table names for this mapping.
- DefaultTableMapping::getAllColumns() — Method in class DefaultTableMapping
Gets a list of all database columns for a given table.
- DefaultTableMapping::getFieldNames() — Method in class DefaultTableMapping
Gets a list of names for entity fields stored in the specified table.
- DefaultTableMapping::getFieldTableName() — Method in class DefaultTableMapping
Gets the table name for a given column.
- DefaultTableMapping::getAllFieldTableNames() — Method in class DefaultTableMapping
Gets all the table names in which an entity field is stored.
- DefaultTableMapping::getColumnNames() — Method in class DefaultTableMapping
Gets a mapping of field columns to database columns for a given field.
- DefaultTableMapping::getFieldColumnName() — Method in class DefaultTableMapping
Generates a column name for a field property.
- DefaultTableMapping::getExtraColumns() — Method in class DefaultTableMapping
Gets a list of extra database columns, which store denormalized data.
- DefaultTableMapping::getDedicatedTableNames() — Method in class DefaultTableMapping
Gets a list of dedicated table names for this mapping.
- DefaultTableMapping::getReservedColumns() — Method in class DefaultTableMapping
Gets the list of columns that can not be used as field type columns.
- DefaultTableMapping::getDedicatedDataTableName() — Method in class DefaultTableMapping
Generates a table name for a field data table.
- DefaultTableMapping::getDedicatedRevisionTableName() — Method in class DefaultTableMapping
Generates a table name for a field revision archive table.
- DefaultTableMapping::generateFieldTableName() — Method in class DefaultTableMapping
Generates a safe and unambiguous field table name.
- SqlContentEntityStorage::getBaseTable() — Method in class SqlContentEntityStorage
Gets the base table name.
- SqlContentEntityStorage::getRevisionTable() — Method in class SqlContentEntityStorage
Gets the revision table name.
- SqlContentEntityStorage::getDataTable() — Method in class SqlContentEntityStorage
Gets the data table name.
- SqlContentEntityStorage::getRevisionDataTable() — Method in class SqlContentEntityStorage
Gets the revision data table name.
- SqlContentEntityStorage::getStorageSchema() — Method in class SqlContentEntityStorage
Gets the entity type's storage schema object.
- SqlContentEntityStorage::getTableMapping() — Method in class SqlContentEntityStorage
Gets a table mapping for the entity's SQL tables.
- SqlContentEntityStorage::getCustomTableMapping() — Method in class SqlContentEntityStorage
Gets a table mapping for the specified entity type and storage definitions.
- SqlContentEntityStorage::getFromStorage() — Method in class SqlContentEntityStorage
Gets entities from the storage.
- SqlContentEntityStorage::getQueryServiceName() — Method in class SqlContentEntityStorage
Gets the name of the service for the query for this entity storage.
- SqlContentEntityStorageSchema::getTableMapping() — Method in class SqlContentEntityStorageSchema
Refreshes the table mapping with updated definitions.
- SqlContentEntityStorageSchema::getSchemaFromStorageDefinition() — Method in class SqlContentEntityStorageSchema
Gets the schema data for the given field storage definition.
- SqlContentEntityStorageSchema::getTemporaryTableMappingPrefix() — Method in class SqlContentEntityStorageSchema
Gets a string to be used as a prefix for a temporary table mapping object.
- SqlContentEntityStorageSchema::getSelectQueryForFieldStorageDeletion() — Method in class SqlContentEntityStorageSchema
Returns a SELECT query suitable for inserting data into a dedicated table.
- SqlContentEntityStorageSchema::getEntitySchema() — Method in class SqlContentEntityStorageSchema
Gets the entity schema for the specified entity type.
- SqlContentEntityStorageSchema::getEntitySchemaTables() — Method in class SqlContentEntityStorageSchema
Gets a list of entity type tables.
- SqlContentEntityStorageSchema::getEntitySchemaData() — Method in class SqlContentEntityStorageSchema
Gets entity schema definitions for index and key definitions.
- SqlContentEntityStorageSchema::getFieldIndexes() — Method in class SqlContentEntityStorageSchema
Gets an index schema array for a given field.
- SqlContentEntityStorageSchema::getFieldUniqueKeys() — Method in class SqlContentEntityStorageSchema
Gets a unique key schema array for a given field.
- SqlContentEntityStorageSchema::getFieldSchemaData() — Method in class SqlContentEntityStorageSchema
Gets field schema data for the given key.
- SqlContentEntityStorageSchema::getFieldSchemaIdentifierName() — Method in class SqlContentEntityStorageSchema
Generates a safe schema identifier (name of an index, column name etc.).
- SqlContentEntityStorageSchema::getFieldForeignKeys() — Method in class SqlContentEntityStorageSchema
Gets field foreign keys.
- SqlContentEntityStorageSchema::getSharedTableFieldSchema() — Method in class SqlContentEntityStorageSchema
Gets the schema for a single field definition.
- SqlContentEntityStorageSchema::getDedicatedTableSchema() — Method in class SqlContentEntityStorageSchema
Gets the SQL schema for a dedicated table.
- SqlContentEntityStorageSchema::getEntityIndexName() — Method in class SqlContentEntityStorageSchema
Gets the name to be used for the given entity index.
- SqlContentEntityStorageSchema::getFieldIndexName() — Method in class SqlContentEntityStorageSchema
Generates an index name for a field data table.
- SqlContentEntityStorageSchema::getColumnSchemaRelevantKeys() — Method in class SqlContentEntityStorageSchema
Returns a list of column schema keys affecting data storage.
- SqlEntityStorageInterface::getTableMapping() — Method in class SqlEntityStorageInterface
Gets a table mapping for the entity's SQL tables.
- TableMappingInterface::getTableNames() — Method in class TableMappingInterface
Gets a list of table names for this mapping.
- TableMappingInterface::getAllColumns() — Method in class TableMappingInterface
Gets a list of all database columns for a given table.
- TableMappingInterface::getFieldNames() — Method in class TableMappingInterface
Gets a list of names for entity fields stored in the specified table.
- TableMappingInterface::getColumnNames() — Method in class TableMappingInterface
Gets a mapping of field columns to database columns for a given field.
- TableMappingInterface::getExtraColumns() — Method in class TableMappingInterface
Gets a list of extra database columns, which store denormalized data.
- TableMappingInterface::getReservedColumns() — Method in class TableMappingInterface
Gets the list of columns that can not be used as field type columns.
- TableMappingInterface::getFieldColumnName() — Method in class TableMappingInterface
Generates a column name for a field property.
- TableMappingInterface::getFieldTableName() — Method in class TableMappingInterface
Gets the table name for a given column.
- TableMappingInterface::getAllFieldTableNames() — Method in class TableMappingInterface
Gets all the table names in which an entity field is stored.
- TranslatableRevisionableStorageInterface::getLatestTranslationAffectedRevisionId() — Method in class TranslatableRevisionableStorageInterface
Returns the latest revision affecting the specified translation.
- EntityDataDefinition::getPropertyDefinitions() — Method in class EntityDataDefinition
Gets an array of property definitions of contained properties.
- EntityDataDefinition::getDataType() — Method in class EntityDataDefinition
Returns the data type of the data.
- EntityDataDefinition::getEntityTypeId() — Method in class EntityDataDefinition
Gets the entity type ID.
- EntityDataDefinition::getBundles() — Method in class EntityDataDefinition
Gets the array of possible entity bundles.
- EntityDataDefinitionInterface::getEntityTypeId() — Method in class EntityDataDefinitionInterface
Gets the entity type ID.
- EntityDataDefinitionInterface::getBundles() — Method in class EntityDataDefinitionInterface
Gets the array of possible entity bundles.
- ActiveLinkResponseFilter::getSubscribedEvents() — Method in class ActiveLinkResponseFilter
- {@inheritdoc}
- AjaxResponseSubscriber::getSubscribedEvents() — Method in class AjaxResponseSubscriber
- {@inheritdoc}
- AnonymousUserResponseSubscriber::getSubscribedEvents() — Method in class AnonymousUserResponseSubscriber
Registers the methods in this class that should be listeners.
- AuthenticationSubscriber::getSubscribedEvents() — Method in class AuthenticationSubscriber
- {@inheritdoc}
- CacheRouterRebuildSubscriber::getSubscribedEvents() — Method in class CacheRouterRebuildSubscriber
- {@inheritdoc}
- ClientErrorResponseSubscriber::getSubscribedEvents() — Method in class ClientErrorResponseSubscriber
- {@inheritdoc}
- ConfigImportSubscriber::getThemeData() — Method in class ConfigImportSubscriber
Gets theme data.
- ConfigImportSubscriber::getNames() — Method in class ConfigImportSubscriber
Gets human readable extension names.
- ConfigSnapshotSubscriber::getSubscribedEvents() — Method in class ConfigSnapshotSubscriber
Registers the methods in this class that should be listeners.
- CustomPageExceptionHtmlSubscriber::getPriority() — Method in class CustomPageExceptionHtmlSubscriber
Specifies the priority of all listeners in this class.
- DefaultExceptionHtmlSubscriber::getPriority() — Method in class DefaultExceptionHtmlSubscriber
Specifies the priority of all listeners in this class.
- DefaultExceptionHtmlSubscriber::getHandledFormats() — Method in class DefaultExceptionHtmlSubscriber
Specifies the request formats this subscriber will respond to.
- EarlyRenderingControllerWrapperSubscriber::getSubscribedEvents() — Method in class EarlyRenderingControllerWrapperSubscriber
- {@inheritdoc}
- EnforcedFormResponseSubscriber::getSubscribedEvents() — Method in class EnforcedFormResponseSubscriber
- {@inheritdoc}
- EntityRouteAlterSubscriber::getSubscribedEvents() — Method in class EntityRouteAlterSubscriber
- {@inheritdoc}
- EntityRouteProviderSubscriber::getSubscribedEvents() — Method in class EntityRouteProviderSubscriber
- {@inheritdoc}
- ExceptionDetectNeedsInstallSubscriber::getSubscribedEvents() — Method in class ExceptionDetectNeedsInstallSubscriber
Registers the methods in this class that should be listeners.
- ExceptionJsonSubscriber::getHandledFormats() — Method in class ExceptionJsonSubscriber
Specifies the request formats this subscriber will respond to.
- ExceptionJsonSubscriber::getPriority() — Method in class ExceptionJsonSubscriber
Specifies the priority of all listeners in this class.
- ExceptionLoggingSubscriber::getSubscribedEvents() — Method in class ExceptionLoggingSubscriber
- {@inheritdoc}
- ExceptionTestSiteSubscriber::getPriority() — Method in class ExceptionTestSiteSubscriber
Specifies the priority of all listeners in this class.
- ExceptionTestSiteSubscriber::getHandledFormats() — Method in class ExceptionTestSiteSubscriber
Specifies the request formats this subscriber will respond to.
- ExcludedModulesEventSubscriber::getSubscribedEvents() — Method in class ExcludedModulesEventSubscriber
- {@inheritdoc}
- Fast404ExceptionHtmlSubscriber::getPriority() — Method in class Fast404ExceptionHtmlSubscriber
Specifies the priority of all listeners in this class.
- Fast404ExceptionHtmlSubscriber::getHandledFormats() — Method in class Fast404ExceptionHtmlSubscriber
Specifies the request formats this subscriber will respond to.
- FinalExceptionSubscriber::getErrorLevel() — Method in class FinalExceptionSubscriber
Gets the configured error level.
- FinalExceptionSubscriber::getSubscribedEvents() — Method in class FinalExceptionSubscriber
- {@inheritdoc}
- FinishResponseSubscriber::getSubscribedEvents() — Method in class FinishResponseSubscriber
Registers the methods in this class that should be listeners.
- HtmlResponsePlaceholderStrategySubscriber::getSubscribedEvents() — Method in class HtmlResponsePlaceholderStrategySubscriber
- {@inheritdoc}
- HtmlResponseSubscriber::getSubscribedEvents() — Method in class HtmlResponseSubscriber
- {@inheritdoc}
- HttpExceptionSubscriberBase::getHandledFormats() — Method in class HttpExceptionSubscriberBase
Specifies the request formats this subscriber will respond to.
- HttpExceptionSubscriberBase::getPriority() — Method in class HttpExceptionSubscriberBase
Specifies the priority of all listeners in this class.
- HttpExceptionSubscriberBase::getSubscribedEvents() — Method in class HttpExceptionSubscriberBase
Registers the methods in this class that should be listeners.
- KernelDestructionSubscriber::getSubscribedEvents() — Method in class KernelDestructionSubscriber
Registers the methods in this class that should be listeners.
- MainContentViewSubscriber::getSubscribedEvents() — Method in class MainContentViewSubscriber
- {@inheritdoc}
- MaintenanceModeSubscriber::getSubscribedEvents() — Method in class MaintenanceModeSubscriber
- {@inheritdoc}
- MenuRouterRebuildSubscriber::getSubscribedEvents() — Method in class MenuRouterRebuildSubscriber
- {@inheritdoc}
- OptionsRequestSubscriber::getSubscribedEvents() — Method in class OptionsRequestSubscriber
- {@inheritdoc}
- ParamConverterSubscriber::getSubscribedEvents() — Method in class ParamConverterSubscriber
- {@inheritdoc}
- PathRootsSubscriber::getSubscribedEvents() — Method in class PathRootsSubscriber
- {@inheritdoc}
- PsrResponseSubscriber::getSubscribedEvents() — Method in class PsrResponseSubscriber
- {@inheritdoc}
- RedirectLeadingSlashesSubscriber::getSubscribedEvents() — Method in class RedirectLeadingSlashesSubscriber
- {@inheritdoc}
- RedirectResponseSubscriber::getDestinationAsAbsoluteUrl() — Method in class RedirectResponseSubscriber
Converts the passed in destination into an absolute URL.
- RedirectResponseSubscriber::getSubscribedEvents() — Method in class RedirectResponseSubscriber
Registers the methods in this class that should be listeners.
- RenderArrayNonHtmlSubscriber::getSubscribedEvents() — Method in class RenderArrayNonHtmlSubscriber
- {@inheritdoc}
- RequestCloseSubscriber::getSubscribedEvents() — Method in class RequestCloseSubscriber
Registers the methods in this class that should be listeners.
- ResponseGeneratorSubscriber::getSubscribedEvents() — Method in class ResponseGeneratorSubscriber
- {@inheritdoc}
- RouteAccessResponseSubscriber::getSubscribedEvents() — Method in class RouteAccessResponseSubscriber
- {@inheritdoc}
- RouteMethodSubscriber::getSubscribedEvents() — Method in class RouteMethodSubscriber
- {@inheritdoc}
- RssResponseRelativeUrlFilter::getSubscribedEvents() — Method in class RssResponseRelativeUrlFilter
- {@inheritdoc}
- ExecutablePluginBase::getConfigDefinitions() — Method in class ExecutablePluginBase
Gets an array of definitions of available configuration options.
- ExecutablePluginBase::getConfigDefinition() — Method in class ExecutablePluginBase
Gets the definition of a configuration option.
- ExecutablePluginBase::getConfig() — Method in class ExecutablePluginBase
Gets all configuration values.
- Dependency::getName() — Method in class Dependency
Gets the dependency's name.
- Dependency::getProject() — Method in class Dependency
Gets the dependency's project namespace.
- Dependency::getConstraintString() — Method in class Dependency
Gets constraint string from the dependency.
- Dependency::getConstraint() — Method in class Dependency
Gets the Constraint object.
- RecursiveExtensionFilterIterator::getChildren() — Method in class RecursiveExtensionFilterIterator
- {@inheritdoc}
- Extension::getType() — Method in class Extension
Returns the type of the extension.
- Extension::getName() — Method in class Extension
Returns the internal name of the extension.
- Extension::getPath() — Method in class Extension
Returns the relative path of the extension.
- Extension::getPathname() — Method in class Extension
Returns the relative path and filename of the extension's info file.
- Extension::getFilename() — Method in class Extension
Returns the filename of the extension's info file.
- Extension::getExtensionPathname() — Method in class Extension
Returns the relative path of the main extension file, if any.
- Extension::getExtensionFilename() — Method in class Extension
Returns the name of the main extension file, if any.
- ExtensionDiscovery::getProfileDirectories() — Method in class ExtensionDiscovery
Gets the installation profile directories to be scanned.
- ExtensionList::getExtensionDiscovery() — Method in class ExtensionList
Returns the extension discovery.
- ExtensionList::getListCacheId() — Method in class ExtensionList
Returns the extension list cache ID.
- ExtensionList::getInfoCacheId() — Method in class ExtensionList
Returns the extension info cache ID.
- ExtensionList::getPathnamesCacheId() — Method in class ExtensionList
Returns the extension filenames cache ID.
- ExtensionList::getName() — Method in class ExtensionList
Returns the human-readable name of the extension.
- ExtensionList::get() — Method in class ExtensionList
Returns a single extension.
- ExtensionList::getList() — Method in class ExtensionList
Returns all available extensions.
- ExtensionList::getExtensionInfo() — Method in class ExtensionList
Returns information about a specified extension.
- ExtensionList::getAllAvailableInfo() — Method in class ExtensionList
Returns an array of info files information of available extensions.
- ExtensionList::getInstalledExtensionNames() — Method in class ExtensionList
Returns a list of machine names of installed extensions.
- ExtensionList::getAllInstalledInfo() — Method in class ExtensionList
Returns an array of info files information of installed extensions.
- ExtensionList::getPathnames() — Method in class ExtensionList
Returns a list of extension file paths keyed by machine name.
- ExtensionList::getPathname() — Method in class ExtensionList
Gets the info file path for an extension.
- ExtensionList::getPath() — Method in class ExtensionList
Gets the path to an extension of a specific type (module, theme, etc.).
- ExtensionPathResolver::getPathname() — Method in class ExtensionPathResolver
Gets the info file path for the extension.
- ExtensionPathResolver::getPath() — Method in class ExtensionPathResolver
Gets the extension directory path.
- ExtensionVersion::getMajorVersion() — Method in class ExtensionVersion
Gets the major version.
- ExtensionVersion::getMinorVersion() — Method in class ExtensionVersion
Gets the minor version.
- ExtensionVersion::getVersionExtra() — Method in class ExtensionVersion
Gets the version extra string at the end of the version number.
- InfoParserDynamic::getRequiredKeys() — Method in class InfoParserDynamic
Returns an array of keys required to exist in .info.yml file.
- InfoParserDynamic::getAllPreviousCoreVersions() — Method in class InfoParserDynamic
Gets all the versions of Drupal 8 before a specific version.
- ModuleExtensionList::getExtensionDiscovery() — Method in class ModuleExtensionList
Returns the extension discovery.
- ModuleExtensionList::getProfileDirectories() — Method in class ModuleExtensionList
Finds all installation profile paths.
- ModuleExtensionList::getActiveProfile() — Method in class ModuleExtensionList
Gets the processed active profile object, or null.
- ModuleExtensionList::getInstalledExtensionNames() — Method in class ModuleExtensionList
Returns a list of machine names of installed extensions.
- ModuleHandler::getModuleList() — Method in class ModuleHandler
Returns the list of currently active modules.
- ModuleHandler::getModule() — Method in class ModuleHandler
Returns a module extension object from the currently active modules list.
- ModuleHandler::getHookInfo() — Method in class ModuleHandler
Retrieves a list of hooks that are declared through hook_hook_info().
- ModuleHandler::getImplementations() — Method in class ModuleHandler
Determines which modules are implementing a hook.
- ModuleHandler::getImplementationInfo() — Method in class ModuleHandler
Provides information about modules' implementations of a hook.
- ModuleHandler::getModuleDirectories() — Method in class ModuleHandler
Returns an array of directories for all enabled modules. Useful for tasks such as finding a file that exists in all module directories.
- ModuleHandler::getName() — Method in class ModuleHandler
Gets the human readable name of a given module.
- ModuleHandlerInterface::getModuleList() — Method in class ModuleHandlerInterface
Returns the list of currently active modules.
- ModuleHandlerInterface::getModule() — Method in class ModuleHandlerInterface
Returns a module extension object from the currently active modules list.
- ModuleHandlerInterface::getHookInfo() — Method in class ModuleHandlerInterface
Retrieves a list of hooks that are declared through hook_hook_info().
- ModuleHandlerInterface::getImplementations() — Method in class ModuleHandlerInterface
Determines which modules are implementing a hook.
- ModuleHandlerInterface::getModuleDirectories() — Method in class ModuleHandlerInterface
Returns an array of directories for all enabled modules. Useful for tasks such as finding a file that exists in all module directories.
- ModuleHandlerInterface::getName() — Method in class ModuleHandlerInterface
Gets the human readable name of a given module.
- ModuleRequiredByThemesUninstallValidator::getThemesDependingOnModule() — Method in class ModuleRequiredByThemesUninstallValidator
Returns themes that depend on a module.
- ProfileExtensionList::getInstalledExtensionNames() — Method in class ProfileExtensionList
Returns a list of machine names of installed extensions.
- RequiredModuleUninstallValidator::getModuleInfoByModule() — Method in class RequiredModuleUninstallValidator
Returns the module info for a specific module.
- ThemeEngineExtensionList::getInstalledExtensionNames() — Method in class ThemeEngineExtensionList
Returns a list of machine names of installed extensions.
- ThemeExtensionList::getBaseThemes() — Method in class ThemeExtensionList
Finds all the base themes for the specified theme.
- ThemeExtensionList::getInstalledExtensionNames() — Method in class ThemeExtensionList
Returns a list of machine names of installed extensions.
- ThemeHandler::getDefault() — Method in class ThemeHandler
Returns the default theme.
- ThemeHandler::getBaseThemes() — Method in class ThemeHandler
Finds all the base themes for the specified theme.
- ThemeHandler::getName() — Method in class ThemeHandler
Gets the human readable name of a given theme.
- ThemeHandler::getThemeDirectories() — Method in class ThemeHandler
Returns an array of directories for all installed themes.
- ThemeHandler::getTheme() — Method in class ThemeHandler
Returns a theme extension object from the currently active theme list.
- ThemeHandlerInterface::getBaseThemes() — Method in class ThemeHandlerInterface
Finds all the base themes for the specified theme.
- ThemeHandlerInterface::getName() — Method in class ThemeHandlerInterface
Gets the human readable name of a given theme.
- ThemeHandlerInterface::getDefault() — Method in class ThemeHandlerInterface
Returns the default theme.
- ThemeHandlerInterface::getThemeDirectories() — Method in class ThemeHandlerInterface
Returns an array of directories for all installed themes.
- ThemeHandlerInterface::getTheme() — Method in class ThemeHandlerInterface
Returns a theme extension object from the currently active theme list.
- BaseFieldDefinition::getName() — Method in class BaseFieldDefinition
Returns the machine name of the field.
- BaseFieldDefinition::getType() — Method in class BaseFieldDefinition
Returns the field type.
- BaseFieldDefinition::getSettings() — Method in class BaseFieldDefinition
Returns the array of settings, as required by the used class.
- BaseFieldDefinition::getSetting() — Method in class BaseFieldDefinition
Returns the value of a given setting.
- BaseFieldDefinition::getProvider() — Method in class BaseFieldDefinition
Returns the name of the provider of this field.
- BaseFieldDefinition::getCardinality() — Method in class BaseFieldDefinition
Returns the maximum number of items allowed for the field.
- BaseFieldDefinition::getDisplayOptions() — Method in class BaseFieldDefinition
Returns the default display options for the field.
- BaseFieldDefinition::getDefaultValueLiteral() — Method in class BaseFieldDefinition
Returns the default value literal for the field.
- BaseFieldDefinition::getDefaultValueCallback() — Method in class BaseFieldDefinition
Returns the default value callback for the field.
- BaseFieldDefinition::getDefaultValue() — Method in class BaseFieldDefinition
Returns the default value for the field in a newly created entity.
- BaseFieldDefinition::getInitialValue() — Method in class BaseFieldDefinition
Returns the initial value for the field.
- BaseFieldDefinition::getInitialValueFromField() — Method in class BaseFieldDefinition
Returns the name of the field that will be used for getting initial values.
- BaseFieldDefinition::getOptionsProvider() — Method in class BaseFieldDefinition
Gets an options provider for the given field item property.
- BaseFieldDefinition::getPropertyDefinition() — Method in class BaseFieldDefinition
Gets the definition of a contained property.
- BaseFieldDefinition::getPropertyDefinitions() — Method in class BaseFieldDefinition
Gets an array of property definitions of contained properties.
- BaseFieldDefinition::getPropertyNames() — Method in class BaseFieldDefinition
Returns the names of the field's subproperties.
- BaseFieldDefinition::getMainPropertyName() — Method in class BaseFieldDefinition
Returns the name of the main property, if any.
- BaseFieldDefinition::getTargetEntityTypeId() — Method in class BaseFieldDefinition
Returns the ID of the entity type the field is attached to.
- BaseFieldDefinition::getTargetBundle() — Method in class BaseFieldDefinition
Gets the bundle the field is attached to.
- BaseFieldDefinition::getSchema() — Method in class BaseFieldDefinition
Returns the field schema.
- BaseFieldDefinition::getColumns() — Method in class BaseFieldDefinition
Returns the field columns, as defined in the field schema.
- BaseFieldDefinition::getFieldStorageDefinition() — Method in class BaseFieldDefinition
Returns the field storage definition.
- BaseFieldDefinition::getUniqueStorageIdentifier() — Method in class BaseFieldDefinition
Returns a unique identifier for the field storage.
- BaseFieldDefinition::getUniqueIdentifier() — Method in class BaseFieldDefinition
Returns a unique identifier for the field.
- BaseFieldDefinition::getConfig() — Method in class BaseFieldDefinition
Gets an object that can be saved in configuration.
- DeletedFieldsRepository::getFieldDefinitions() — Method in class DeletedFieldsRepository
Returns a list of deleted field definitions.
- DeletedFieldsRepository::getFieldStorageDefinitions() — Method in class DeletedFieldsRepository
Returns a list of deleted field storage definitions.
- DeletedFieldsRepositoryInterface::getFieldDefinitions() — Method in class DeletedFieldsRepositoryInterface
Returns a list of deleted field definitions.
- DeletedFieldsRepositoryInterface::getFieldStorageDefinitions() — Method in class DeletedFieldsRepositoryInterface
Returns a list of deleted field storage definitions.
- EntityReferenceFieldItemList::getConstraints() — Method in class EntityReferenceFieldItemList
Gets a list of validation constraints.
- BaseFieldOverride::getFieldStorageDefinition() — Method in class BaseFieldOverride
Returns the field storage definition.
- BaseFieldOverride::getDisplayOptions() — Method in class BaseFieldOverride
Returns the default display options for the field.
- BaseFieldOverride::getClass() — Method in class BaseFieldOverride
Returns the class used for creating the typed data object.
- BaseFieldOverride::getUniqueIdentifier() — Method in class BaseFieldOverride
Returns a unique identifier for the field.
- BaseFieldOverride::getBaseFieldDefinition() — Method in class BaseFieldOverride
Gets the base field definition.
- FieldConfigBase::getName() — Method in class FieldConfigBase
Returns the machine name of the field.
- FieldConfigBase::getType() — Method in class FieldConfigBase
Returns the field type.
- FieldConfigBase::getTargetEntityTypeId() — Method in class FieldConfigBase
Returns the ID of the entity type the field is attached to.
- FieldConfigBase::getTargetBundle() — Method in class FieldConfigBase
Gets the bundle the field is attached to.
- FieldConfigBase::getLabel() — Method in class FieldConfigBase
Returns a human readable label.
- FieldConfigBase::getDescription() — Method in class FieldConfigBase
Returns a human readable description.
- FieldConfigBase::getSettings() — Method in class FieldConfigBase
Returns the array of settings, as required by the used class.
- FieldConfigBase::getSetting() — Method in class FieldConfigBase
Returns the value of a given setting.
- FieldConfigBase::getDefaultValue() — Method in class FieldConfigBase
Returns the default value for the field in a newly created entity.
- FieldConfigBase::getDefaultValueLiteral() — Method in class FieldConfigBase
Returns the default value literal for the field.
- FieldConfigBase::getDefaultValueCallback() — Method in class FieldConfigBase
Returns the default value callback for the field.
- FieldConfigBase::getDataType() — Method in class FieldConfigBase
Returns the data type of the data.
- FieldConfigBase::getClass() — Method in class FieldConfigBase
Returns the class used for creating the typed data object.
- FieldConfigBase::getConstraints() — Method in class FieldConfigBase
Returns an array of validation constraints.
- FieldConfigBase::getConstraint() — Method in class FieldConfigBase
Returns a validation constraint.
- FieldConfigBase::getItemDefinition() — Method in class FieldConfigBase
Gets the data definition of an item of the list.
- FieldConfigBase::getConfig() — Method in class FieldConfigBase
Gets an object that can be saved in configuration.
- FieldDefinition::getName() — Method in class FieldDefinition
Returns the machine name of the field.
- FieldDefinition::getType() — Method in class FieldDefinition
Returns the field type.
- FieldDefinition::getTargetEntityTypeId() — Method in class FieldDefinition
Returns the ID of the entity type the field is attached to.
- FieldDefinition::getTargetBundle() — Method in class FieldDefinition
Gets the bundle the field is attached to.
- FieldDefinition::getDisplayOptions() — Method in class FieldDefinition
Returns the default display options for the field.
- FieldDefinition::getDefaultValueLiteral() — Method in class FieldDefinition
Returns the default value literal for the field.
- FieldDefinition::getDefaultValueCallback() — Method in class FieldDefinition
Returns the default value callback for the field.
- FieldDefinition::getDefaultValue() — Method in class FieldDefinition
Returns the default value for the field in a newly created entity.
- FieldDefinition::getFieldStorageDefinition() — Method in class FieldDefinition
Returns the field storage definition.
- FieldDefinition::getConfig() — Method in class FieldDefinition
Gets an object that can be saved in configuration.
- FieldDefinition::getUniqueIdentifier() — Method in class FieldDefinition
Returns a unique identifier for the field.
- FieldDefinition::getSetting() — Method in class FieldDefinition
Returns the value of a given setting.
- FieldDefinition::getSettings() — Method in class FieldDefinition
Returns the array of settings, as required by the used class.
- FieldDefinitionInterface::getName() — Method in class FieldDefinitionInterface
Returns the machine name of the field.
- FieldDefinitionInterface::getType() — Method in class FieldDefinitionInterface
Returns the field type.
- FieldDefinitionInterface::getTargetEntityTypeId() — Method in class FieldDefinitionInterface
Returns the ID of the entity type the field is attached to.
- FieldDefinitionInterface::getTargetBundle() — Method in class FieldDefinitionInterface
Gets the bundle the field is attached to.
- FieldDefinitionInterface::getDisplayOptions() — Method in class FieldDefinitionInterface
Returns the default display options for the field.
- FieldDefinitionInterface::getDefaultValueLiteral() — Method in class FieldDefinitionInterface
Returns the default value literal for the field.
- FieldDefinitionInterface::getDefaultValueCallback() — Method in class FieldDefinitionInterface
Returns the default value callback for the field.
- FieldDefinitionInterface::getDefaultValue() — Method in class FieldDefinitionInterface
Returns the default value for the field in a newly created entity.
- FieldDefinitionInterface::getFieldStorageDefinition() — Method in class FieldDefinitionInterface
Returns the field storage definition.
- FieldDefinitionInterface::getConfig() — Method in class FieldDefinitionInterface
Gets an object that can be saved in configuration.
- FieldDefinitionInterface::getUniqueIdentifier() — Method in class FieldDefinitionInterface
Returns a unique identifier for the field.
- FieldItemBase::getEntity() — Method in class FieldItemBase
Gets the entity that field belongs to.
- FieldItemBase::getLangcode() — Method in class FieldItemBase
Gets the langcode of the field values held in the object.
- FieldItemBase::getFieldDefinition() — Method in class FieldItemBase
Gets the field definition.
- FieldItemBase::getSettings() — Method in class FieldItemBase
Returns the array of field settings.
- FieldItemBase::getSetting() — Method in class FieldItemBase
Returns the value of a field setting.
- FieldItemBase::generateSampleValue() — Method in class FieldItemBase
Generates placeholder field values.
- FieldItemInterface::getEntity() — Method in class FieldItemInterface
Gets the entity that field belongs to.
- FieldItemInterface::getLangcode() — Method in class FieldItemInterface
Gets the langcode of the field values held in the object.
- FieldItemInterface::getFieldDefinition() — Method in class FieldItemInterface
Gets the field definition.
- FieldItemInterface::generateSampleValue() — Method in class FieldItemInterface
Generates placeholder field values.
- FieldItemList::getEntity() — Method in class FieldItemList
Gets the entity that field belongs to.
- FieldItemList::getLangcode() — Method in class FieldItemList
Gets the langcode of the field values held in the object.
- FieldItemList::getFieldDefinition() — Method in class FieldItemList
Gets the field definition.
- FieldItemList::getSettings() — Method in class FieldItemList
Returns the array of field settings.
- FieldItemList::getSetting() — Method in class FieldItemList
Returns the value of a given field setting.
- FieldItemList::generateSampleItems() — Method in class FieldItemList
Populates a specified number of field items with valid sample data.
- FieldItemList::getConstraints() — Method in class FieldItemList
Gets a list of validation constraints.
- FieldItemListInterface::getEntity() — Method in class FieldItemListInterface
Gets the entity that field belongs to.
- FieldItemListInterface::getLangcode() — Method in class FieldItemListInterface
Gets the langcode of the field values held in the object.
- FieldItemListInterface::getFieldDefinition() — Method in class FieldItemListInterface
Gets the field definition.
- FieldItemListInterface::getSettings() — Method in class FieldItemListInterface
Returns the array of field settings.
- FieldItemListInterface::getSetting() — Method in class FieldItemListInterface
Returns the value of a given field setting.
- FieldItemListInterface::generateSampleItems() — Method in class FieldItemListInterface
Populates a specified number of field items with valid sample data.
- FieldStorageDefinitionEvent::getFieldStorageDefinition() — Method in class FieldStorageDefinitionEvent
The field storage definition.
- FieldStorageDefinitionEvent::getOriginal() — Method in class FieldStorageDefinitionEvent
The original field storage definition.
- FieldStorageDefinitionEventSubscriberTrait::getFieldStorageDefinitionEvents() — Method in class FieldStorageDefinitionEventSubscriberTrait
Returns the subscribed events.
- FieldStorageDefinitionInterface::getName() — Method in class FieldStorageDefinitionInterface
Returns the machine name of the field.
- FieldStorageDefinitionInterface::getType() — Method in class FieldStorageDefinitionInterface
Returns the field type.
- FieldStorageDefinitionInterface::getSettings() — Method in class FieldStorageDefinitionInterface
Returns the storage settings.
- FieldStorageDefinitionInterface::getSetting() — Method in class FieldStorageDefinitionInterface
Returns the value of a given storage setting.
- FieldStorageDefinitionInterface::getLabel() — Method in class FieldStorageDefinitionInterface
Returns the human-readable label for the field.
- FieldStorageDefinitionInterface::getDescription() — Method in class FieldStorageDefinitionInterface
Returns the human-readable description for the field.
- FieldStorageDefinitionInterface::getOptionsProvider() — Method in class FieldStorageDefinitionInterface
Gets an options provider for the given field item property.
- FieldStorageDefinitionInterface::getCardinality() — Method in class FieldStorageDefinitionInterface
Returns the maximum number of items allowed for the field.
- FieldStorageDefinitionInterface::getPropertyDefinition() — Method in class FieldStorageDefinitionInterface
Gets the definition of a contained property.
- FieldStorageDefinitionInterface::getPropertyDefinitions() — Method in class FieldStorageDefinitionInterface
Gets an array of property definitions of contained properties.
- FieldStorageDefinitionInterface::getPropertyNames() — Method in class FieldStorageDefinitionInterface
Returns the names of the field's subproperties.
- FieldStorageDefinitionInterface::getMainPropertyName() — Method in class FieldStorageDefinitionInterface
Returns the name of the main property, if any.
- FieldStorageDefinitionInterface::getTargetEntityTypeId() — Method in class FieldStorageDefinitionInterface
Returns the ID of the entity type the field is attached to.
- FieldStorageDefinitionInterface::getSchema() — Method in class FieldStorageDefinitionInterface
Returns the field schema.
- FieldStorageDefinitionInterface::getColumns() — Method in class FieldStorageDefinitionInterface
Returns the field columns, as defined in the field schema.
- FieldStorageDefinitionInterface::getConstraints() — Method in class FieldStorageDefinitionInterface
Returns an array of validation constraints.
- FieldStorageDefinitionInterface::getConstraint() — Method in class FieldStorageDefinitionInterface
Returns a validation constraint.
- FieldStorageDefinitionInterface::getProvider() — Method in class FieldStorageDefinitionInterface
Returns the name of the provider of this field.
- FieldStorageDefinitionInterface::getUniqueStorageIdentifier() — Method in class FieldStorageDefinitionInterface
Returns a unique identifier for the field storage.
- FieldTypePluginManager::getDefaultStorageSettings() — Method in class FieldTypePluginManager
Returns the default storage-level settings for a field type.
- FieldTypePluginManager::getDefaultFieldSettings() — Method in class FieldTypePluginManager
Returns the default field-level settings for a field type.
- FieldTypePluginManager::getUiDefinitions() — Method in class FieldTypePluginManager
Gets the definition of all field types that can be added via UI.
- FieldTypePluginManager::getPreconfiguredOptions() — Method in class FieldTypePluginManager
Returns preconfigured field options for a field type.
- FieldTypePluginManager::getPluginClass() — Method in class FieldTypePluginManager
Returns the PHP class that implements the field type plugin.
- FieldTypePluginManagerInterface::getDefaultFieldSettings() — Method in class FieldTypePluginManagerInterface
Returns the default field-level settings for a field type.
- FieldTypePluginManagerInterface::getDefaultStorageSettings() — Method in class FieldTypePluginManagerInterface
Returns the default storage-level settings for a field type.
- FieldTypePluginManagerInterface::getUiDefinitions() — Method in class FieldTypePluginManagerInterface
Gets the definition of all field types that can be added via UI.
- FieldTypePluginManagerInterface::getPreconfiguredOptions() — Method in class FieldTypePluginManagerInterface
Returns preconfigured field options for a field type.
- FieldTypePluginManagerInterface::getPluginClass() — Method in class FieldTypePluginManagerInterface
Returns the PHP class that implements the field type plugin.
- FieldUpdateActionBase::getFieldsToUpdate() — Method in class FieldUpdateActionBase
Gets an array of values to be set.
- FormatterBase::getFieldSettings() — Method in class FormatterBase
Returns the array of field settings.
- FormatterBase::getFieldSetting() — Method in class FormatterBase
Returns the value of a field setting.
- FormatterPluginManager::getInstance() — Method in class FormatterPluginManager
Overrides PluginManagerBase::getInstance().
- FormatterPluginManager::getOptions() — Method in class FormatterPluginManager
Returns an array of formatter options for a field type.
- FormatterPluginManager::getDefaultSettings() — Method in class FormatterPluginManager
Returns the default settings of a field formatter.
- PluginSettingsBase::getSettings() — Method in class PluginSettingsBase
Returns the array of settings, including defaults for missing settings.
- PluginSettingsBase::getSetting() — Method in class PluginSettingsBase
Returns the value of a setting, or its default value if absent.
- PluginSettingsBase::getThirdPartySettings() — Method in class PluginSettingsBase
Gets all third-party settings of a given module.
- PluginSettingsBase::getThirdPartySetting() — Method in class PluginSettingsBase
Gets the value of a third-party setting.
- PluginSettingsBase::getThirdPartyProviders() — Method in class PluginSettingsBase
Gets the list of third parties that store information.
- PluginSettingsInterface::getSettings() — Method in class PluginSettingsInterface
Returns the array of settings, including defaults for missing settings.
- PluginSettingsInterface::getSetting() — Method in class PluginSettingsInterface
Returns the value of a setting, or its default value if absent.
- FieldItemDeriver::getDerivativeDefinition() — Method in class FieldItemDeriver
Gets the definition of a derivative plugin.
- FieldItemDeriver::getDerivativeDefinitions() — Method in class FieldItemDeriver
Gets the definition of all derivatives of a base plugin.
- BooleanFormatter::getOutputFormats() — Method in class BooleanFormatter
Gets the available format options.
- EntityReferenceFormatterBase::getEntitiesToView() — Method in class EntityReferenceFormatterBase
Returns the referenced entities for display.
- StringFormatter::getEntityUrl() — Method in class StringFormatter
Gets the URI elements of the entity.
- BooleanItem::getPossibleValues() — Method in class BooleanItem
Returns an array of possible values.
- BooleanItem::getPossibleOptions() — Method in class BooleanItem
Returns an array of possible values with labels for display.
- BooleanItem::getSettableValues() — Method in class BooleanItem
Returns an array of settable values.
- BooleanItem::getSettableOptions() — Method in class BooleanItem
Returns an array of settable values with labels for display.
- BooleanItem::generateSampleValue() — Method in class BooleanItem
Generates placeholder field values.
- DecimalItem::getConstraints() — Method in class DecimalItem
Gets a list of validation constraints.
- DecimalItem::generateSampleValue() — Method in class DecimalItem
Generates placeholder field values.
- DecimalItem::getDecimalDigits() — Method in class DecimalItem
Helper method to get the number of decimal digits out of a decimal number.
- EmailItem::getConstraints() — Method in class EmailItem
Gets a list of validation constraints.
- EmailItem::generateSampleValue() — Method in class EmailItem
Generates placeholder field values.
- EntityReferenceItem::getConstraints() — Method in class EntityReferenceItem
Gets a list of validation constraints.
- EntityReferenceItem::getValue() — Method in class EntityReferenceItem
Gets the data value.
- EntityReferenceItem::generateSampleValue() — Method in class EntityReferenceItem
Generates placeholder field values.
- EntityReferenceItem::getRandomBundle() — Method in class EntityReferenceItem
Gets a bundle for a given entity type and selection options.
- EntityReferenceItem::getPossibleValues() — Method in class EntityReferenceItem
Returns an array of possible values.
- EntityReferenceItem::getPossibleOptions() — Method in class EntityReferenceItem
Returns an array of possible values with labels for display.
- EntityReferenceItem::getSettableValues() — Method in class EntityReferenceItem
Returns an array of settable values.
- EntityReferenceItem::getSettableOptions() — Method in class EntityReferenceItem
Returns an array of settable values with labels for display.
- EntityReferenceItem::getPreconfiguredOptions() — Method in class EntityReferenceItem
Returns preconfigured field options for a field type.
- FloatItem::generateSampleValue() — Method in class FloatItem
Generates placeholder field values.
- IntegerItem::getConstraints() — Method in class IntegerItem
Gets a list of validation constraints.
- IntegerItem::generateSampleValue() — Method in class IntegerItem
Generates placeholder field values.
- LanguageItem::generateSampleValue() — Method in class LanguageItem
Generates placeholder field values.
- LanguageItem::getPossibleValues() — Method in class LanguageItem
Returns an array of possible values.
- LanguageItem::getPossibleOptions() — Method in class LanguageItem
Returns an array of possible values with labels for display.
- LanguageItem::getSettableValues() — Method in class LanguageItem
Returns an array of settable values.
- LanguageItem::getSettableOptions() — Method in class LanguageItem
Returns an array of settable values with labels for display.
- NumericItemBase::getConstraints() — Method in class NumericItemBase
Gets a list of validation constraints.
- StringItem::getConstraints() — Method in class StringItem
Gets a list of validation constraints.
- StringItem::generateSampleValue() — Method in class StringItem
Generates placeholder field values.
- StringLongItem::generateSampleValue() — Method in class StringLongItem
Generates placeholder field values.
- TimestampItem::generateSampleValue() — Method in class TimestampItem
Generates placeholder field values.
- UriItem::generateSampleValue() — Method in class UriItem
Generates placeholder field values.
- UuidItem::generateSampleValue() — Method in class UuidItem
Generates placeholder field values.
- EntityReferenceAutocompleteWidget::getAutocreateBundle() — Method in class EntityReferenceAutocompleteWidget
Returns the name of the bundle which will be used for autocreated entities.
- EntityReferenceAutocompleteWidget::getSelectionHandlerSetting() — Method in class EntityReferenceAutocompleteWidget
Returns the value of a setting for the entity reference selection handler.
- EntityReferenceAutocompleteWidget::getMatchOperatorOptions() — Method in class EntityReferenceAutocompleteWidget
Returns the options for the match operator.
- OptionsButtonsWidget::getEmptyLabel() — Method in class OptionsButtonsWidget
Returns the empty option label to add to the list of options, if any.
- OptionsSelectWidget::getEmptyLabel() — Method in class OptionsSelectWidget
Returns the empty option label to add to the list of options, if any.
- OptionsWidgetBase::getOptions() — Method in class OptionsWidgetBase
Returns the array of options for the widget.
- OptionsWidgetBase::getSelectedOptions() — Method in class OptionsWidgetBase
Determines selected options from the incoming field values.
- OptionsWidgetBase::getEmptyLabel() — Method in class OptionsWidgetBase
Returns the empty option label to add to the list of options, if any.
- PreconfiguredFieldUiOptionsInterface::getPreconfiguredOptions() — Method in class PreconfiguredFieldUiOptionsInterface
Returns preconfigured field options for a field type.
- FieldItemDataDefinition::getPropertyDefinition() — Method in class FieldItemDataDefinition
Gets the definition of a contained property.
- FieldItemDataDefinition::getPropertyDefinitions() — Method in class FieldItemDataDefinition
Gets an array of property definitions of contained properties.
- FieldItemDataDefinition::getMainPropertyName() — Method in class FieldItemDataDefinition
Returns the name of the main property, if any.
- FieldItemDataDefinition::getFieldDefinition() — Method in class FieldItemDataDefinition
Gets the field item's field definition.
- FieldItemDataDefinitionInterface::getFieldDefinition() — Method in class FieldItemDataDefinitionInterface
Gets the field item's field definition.
- WidgetBase::getWidgetState() — Method in class WidgetBase
Retrieves processing information about the widget from $form_state.
- WidgetBase::getWidgetStateParents() — Method in class WidgetBase
Returns the location of processing information within $form_state.
- WidgetBase::getFieldSettings() — Method in class WidgetBase
Returns the array of field settings.
- WidgetBase::getFieldSetting() — Method in class WidgetBase
Returns the value of a field setting.
- WidgetBase::getFilteredDescription() — Method in class WidgetBase
Returns the filtered field description.
- WidgetBaseInterface::getWidgetState() — Method in class WidgetBaseInterface
Retrieves processing information about the widget from $form_state.
- WidgetPluginManager::getInstance() — Method in class WidgetPluginManager
Overrides PluginManagerBase::getInstance().
- WidgetPluginManager::getOptions() — Method in class WidgetPluginManager
Returns an array of widget type options for a field type.
- WidgetPluginManager::getDefaultSettings() — Method in class WidgetPluginManager
Returns the default settings of a field widget.
- FTP::getSettingsForm() — Method in class FTP
Returns a form to collect connection settings credentials.
- FileTransfer::getSettingsForm() — Method in class FileTransfer
Returns a form to collect connection settings credentials.
- FileTransferAuthorizeForm::getFormId() — Method in class FileTransferAuthorizeForm
Returns a unique string identifying the form.
- FileTransferAuthorizeForm::getFiletransfer() — Method in class FileTransferAuthorizeForm
Gets a FileTransfer class for a specific transfer method and settings.
- SSH::getSettingsForm() — Method in class SSH
Returns a form to collect connection settings credentials.
- FileUploadSanitizeNameEvent::getFilename() — Method in class FileUploadSanitizeNameEvent
Gets the filename.
- FileUploadSanitizeNameEvent::getAllowedExtensions() — Method in class FileUploadSanitizeNameEvent
Gets the list of allowed extensions.
- FileSystem::getDestinationFilename() — Method in class FileSystem
Determines the destination path for a file.
- FileSystem::getTempDirectory() — Method in class FileSystem
Gets the path of the configured temporary directory.
- FileSystemInterface::getDestinationFilename() — Method in class FileSystemInterface
Determines the destination path for a file.
- FileSystemInterface::getTempDirectory() — Method in class FileSystemInterface
Gets the path of the configured temporary directory.
- FileUrlGenerator::generateString() — Method in class FileUrlGenerator
Creates a root-relative web-accessible URL string.
- FileUrlGenerator::generateAbsoluteString() — Method in class FileUrlGenerator
Creates an absolute web-accessible URL string.
- FileUrlGenerator::generatePath() — Method in class FileUrlGenerator
Generate a URL path.
- FileUrlGenerator::generate() — Method in class FileUrlGenerator
Creates a root-relative web-accessible URL object.
- FileUrlGeneratorInterface::generateString() — Method in class FileUrlGeneratorInterface
Creates a root-relative web-accessible URL string.
- FileUrlGeneratorInterface::generateAbsoluteString() — Method in class FileUrlGeneratorInterface
Creates an absolute web-accessible URL string.
- FileUrlGeneratorInterface::generate() — Method in class FileUrlGeneratorInterface
Creates a root-relative web-accessible URL object.
- ExtensionMimeTypeGuesser::guess() — Method in class ExtensionMimeTypeGuesser
- {@inheritdoc}
- ExtensionMimeTypeGuesser::guessMimeType() — Method in class ExtensionMimeTypeGuesser
- {@inheritdoc}
- $ MimeTypeGuesser#guessers — Property 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#groups — Property 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.
- GeneratedButton — Class in namespace Drupal\Core
This class holds a
- GeneratedLink — Class in namespace Drupal\Core
Used to return generated links, along with associated cacheability metadata.
- $ GeneratedLink#generatedLink — Property in class GeneratedLink
The HTML string value containing a link.
- GeneratedLink::getGeneratedLink() — Method in class GeneratedLink
Gets the generated link.
- GeneratedNoLink — Class in namespace Drupal\Core
This class holds a generated from the
route. - GeneratedUrl — Class in namespace Drupal\Core
Used to return generated URLs, along with associated bubbleable metadata.
- $ GeneratedUrl#generatedUrl — Property 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}
- GeneratorNotInitializedException — Class in namespace Drupal\Core\Routing
Class for exceptions thrown when the generator has not been initialized.
- LazyRouteCollection::getIterator() — Method in class LazyRouteCollection
- {@inheritdoc}
- LazyRouteCollection::get() — Method in class LazyRouteCollection
Gets a route by name.
- LocalAwareRedirectResponseTrait::getRequestContext() — Method in class LocalAwareRedirectResponseTrait
Returns the request context.
- MatcherDumper::getRoutes() — Method in class MatcherDumper
Gets the routes to match.
- NullGenerator::getRoute() — Method in class NullGenerator
Find the route using the provided route name.
- NullGenerator::getInternalPathFromRoute() — Method in class NullGenerator
Gets the path of a route.
- NullMatcherDumper::getRoutes() — Method in class NullMatcherDumper
Gets the routes to match.
- NullRouteMatch::getRouteName() — Method in class NullRouteMatch
Returns the route name.
- NullRouteMatch::getRouteObject() — Method in class NullRouteMatch
Returns the route object.
- NullRouteMatch::getParameter() — Method in class NullRouteMatch
Returns the processed value of a named route parameter.
- NullRouteMatch::getParameters() — Method in class NullRouteMatch
Returns the bag of all processed route parameters.
- NullRouteMatch::getRawParameter() — Method in class NullRouteMatch
Returns the raw value of a named route parameter.
- NullRouteMatch::getRawParameters() — Method in class NullRouteMatch
Returns the bag of all raw route parameters.
- RedirectDestination::getAsArray() — Method in class RedirectDestination
Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url.
- RedirectDestination::get() — Method in class RedirectDestination
Gets the destination as a path.
- RedirectDestinationInterface::getAsArray() — Method in class RedirectDestinationInterface
Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url.
- RedirectDestinationInterface::get() — Method in class RedirectDestinationInterface
Gets the destination as a path.
- RedirectDestinationTrait::getDestinationArray() — Method in class RedirectDestinationTrait
Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url.
- RedirectDestinationTrait::getRedirectDestination() — Method in class RedirectDestinationTrait
Returns the redirect destination service.
- RequestContext::getCompleteBaseUrl() — Method in class RequestContext
Gets the scheme, host and base path.
- RequestFormatRouteFilter::getDefaultFormat() — Method in class RequestFormatRouteFilter
Determines the default request format.
- RequestFormatRouteFilter::getAvailableFormats() — Method in class RequestFormatRouteFilter
Gets the set of formats across all routes in the collection.
- RouteBuildEvent::getRouteCollection() — Method in class RouteBuildEvent
Gets the route collection.
- RouteBuilder::getRouteDefinitions() — Method in class RouteBuilder
Retrieves all defined routes from .routing.yml files.
- RouteCompiler::getPatternOutline() — Method in class RouteCompiler
Returns the pattern outline.
- RouteCompiler::getFit() — Method in class RouteCompiler
Determines the fitness of the provided path.
- RouteCompiler::getPathWithoutDefaults() — Method in class RouteCompiler
Returns the path of the route, without placeholders with a default value.
- RouteMatch::getRouteName() — Method in class RouteMatch
Returns the route name.
- RouteMatch::getRouteObject() — Method in class RouteMatch
Returns the route object.
- RouteMatch::getParameter() — Method in class RouteMatch
Returns the processed value of a named route parameter.
- RouteMatch::getParameters() — Method in class RouteMatch
Returns the bag of all processed route parameters.
- RouteMatch::getRawParameter() — Method in class RouteMatch
Returns the raw value of a named route parameter.
- RouteMatch::getRawParameters() — Method in class RouteMatch
Returns the bag of all raw route parameters.
- RouteMatch::getParameterNames() — Method in class RouteMatch
Returns the names of all parameters for the currently matched route.
- RouteMatchInterface::getRouteName() — Method in class RouteMatchInterface
Returns the route name.
- RouteMatchInterface::getRouteObject() — Method in class RouteMatchInterface
Returns the route object.
- RouteMatchInterface::getParameter() — Method in class RouteMatchInterface
Returns the processed value of a named route parameter.
- RouteMatchInterface::getParameters() — Method in class RouteMatchInterface
Returns the bag of all processed route parameters.
- RouteMatchInterface::getRawParameter() — Method in class RouteMatchInterface
Returns the raw value of a named route parameter.
- RouteMatchInterface::getRawParameters() — Method in class RouteMatchInterface
Returns the bag of all raw route parameters.
- RoutePreloader::getSubscribedEvents() — Method in class RoutePreloader
- {@inheritdoc}
- RouteProvider::getRouteCollectionForRequest() — Method in class RouteProvider
Finds routes that may potentially match the request.
- RouteProvider::getRouteByName() — Method in class RouteProvider
Find the route using the provided route name.
- RouteProvider::getRoutesByNames() — Method in class RouteProvider
Find many routes by their names using the provided list of names.
- RouteProvider::getCandidateOutlines() — Method in class RouteProvider
Returns an array of path pattern outlines that could match the path parts.
- RouteProvider::getRoutesByPattern() — Method in class RouteProvider
Get all routes which match a certain pattern.
- RouteProvider::getRoutesByPath() — Method in class RouteProvider
Get all routes which match a certain pattern.
- RouteProvider::getAllRoutes() — Method in class RouteProvider
Returns all the routes on the system.
- RouteProvider::getSubscribedEvents() — Method in class RouteProvider
- {@inheritdoc}
- RouteProvider::getRoutesPaged() — Method in class RouteProvider
Returns a chunk of routes.
- RouteProvider::getRoutesCount() — Method in class RouteProvider
Gets the total count of routes provided by the router.
- RouteProvider::getRouteCollectionCacheId() — Method in class RouteProvider
Returns the cache ID for the route collection cache.
- RouteProvider::getCurrentLanguageCacheIdPart() — Method in class RouteProvider
Returns the language identifier for the route collection cache.
- RouteProviderInterface::getRouteCollectionForRequest() — Method in class RouteProviderInterface
Finds routes that may potentially match the request.
- RouteProviderInterface::getRouteByName() — Method in class RouteProviderInterface
Find the route using the provided route name.
- RouteProviderInterface::getRoutesByNames() — Method in class RouteProviderInterface
Find many routes by their names using the provided list of names.
- RouteProviderInterface::getRoutesByPattern() — Method in class RouteProviderInterface
Get all routes which match a certain pattern.
- RouteProviderInterface::getAllRoutes() — Method in class RouteProviderInterface
Returns all the routes on the system.
- RouteProviderLazyBuilder::getRouteProvider() — Method in class RouteProviderLazyBuilder
Gets the real route provider service and rebuilds the router id necessary.
- RouteProviderLazyBuilder::getRouteCollectionForRequest() — Method in class RouteProviderLazyBuilder
Finds routes that may potentially match the request.
- RouteProviderLazyBuilder::getRouteByName() — Method in class RouteProviderLazyBuilder
Find the route using the provided route name.
- RouteProviderLazyBuilder::getRoutesByNames() — Method in class RouteProviderLazyBuilder
Find many routes by their names using the provided list of names.
- RouteProviderLazyBuilder::getRoutesByPattern() — Method in class RouteProviderLazyBuilder
Get all routes which match a certain pattern.
- RouteProviderLazyBuilder::getAllRoutes() — Method in class RouteProviderLazyBuilder
Returns all the routes on the system.
- RouteProviderLazyBuilder::getRoutesPaged() — Method in class RouteProviderLazyBuilder
Returns a chunk of routes.
- RouteProviderLazyBuilder::getRoutesCount() — Method in class RouteProviderLazyBuilder
Gets the total count of routes provided by the router.
- RouteProviderLazyBuilder::getSubscribedEvents() — Method in class RouteProviderLazyBuilder
- {@inheritdoc}
- RouteSubscriberBase::getSubscribedEvents() — Method in class RouteSubscriberBase
- {@inheritdoc}
- Router::getInitialRouteCollection() — Method in class Router
Returns a collection of potential matching routes for a request.
- Router::getRouteCollection() — Method in class Router
- {@inheritdoc}
- Router::generate() — Method in class Router
- {@inheritdoc}
- StackedRouteMatchInterface::getCurrentRouteMatch() — Method in class StackedRouteMatchInterface
Gets the current route match.
- StackedRouteMatchInterface::getMasterRouteMatch() — Method in class StackedRouteMatchInterface
Gets the master route match.
- StackedRouteMatchInterface::getParentRouteMatch() — Method in class StackedRouteMatchInterface
Returns the parent route match of the current.
- StackedRouteMatchInterface::getRouteMatchFromRequest() — Method in class StackedRouteMatchInterface
Returns a route match from a given request, if possible.
- UrlGenerator::getContext() — Method in class UrlGenerator
- {@inheritdoc}
- UrlGenerator::getPathFromRoute() — Method in class UrlGenerator
Gets the internal path (system path) for a route.
- UrlGenerator::getInternalPathFromRoute() — Method in class UrlGenerator
Gets the path of a route.
- UrlGenerator::generate() — Method in class UrlGenerator
- {@inheritdoc}
- UrlGenerator::generateFromRoute() — Method in class UrlGenerator
Generates a URL or path for a specific route based on the given parameters.
- UrlGenerator::getRoute() — Method in class UrlGenerator
Find the route using the provided route name.
- UrlGenerator::getRouteDebugMessage() — Method in class UrlGenerator
- {@inheritdoc}
- UrlGeneratorInterface::getPathFromRoute() — Method in class UrlGeneratorInterface
Gets the internal path (system path) for a route.
- UrlGeneratorInterface::generateFromRoute() — Method in class UrlGeneratorInterface
Generates a URL or path for a specific route based on the given parameters.
- UrlMatcher::getAttributes() — Method in class UrlMatcher
- {@inheritdoc}
- Yaml::getSerializer() — Method in class Yaml
Determines which implementation to use for parsing YAML.
- AccountInterface::getRoles() — Method in class AccountInterface
Returns a list of roles.
- AccountInterface::getPreferredLangcode() — Method in class AccountInterface
Returns the preferred language code of the account.
- AccountInterface::getPreferredAdminLangcode() — Method in class AccountInterface
Returns the preferred administrative language code of the account.
- AccountInterface::getAccountName() — Method in class AccountInterface
Returns the unaltered login name of this account.
- AccountInterface::getDisplayName() — Method in class AccountInterface
Returns the display name of this account.
- AccountInterface::getEmail() — Method in class AccountInterface
Returns the email address of this account.
- AccountInterface::getTimeZone() — Method in class AccountInterface
Returns the timezone of this account.
- AccountInterface::getLastAccessedTime() — Method in class AccountInterface
The timestamp when the account last accessed the site.
- AccountProxy::getAccount() — Method in class AccountProxy
Gets the currently wrapped account.
- AccountProxy::getRoles() — Method in class AccountProxy
Returns a list of roles.
- AccountProxy::getPreferredLangcode() — Method in class AccountProxy
Returns the preferred language code of the account.
- AccountProxy::getPreferredAdminLangcode() — Method in class AccountProxy
Returns the preferred administrative language code of the account.
- AccountProxy::getAccountName() — Method in class AccountProxy
Returns the unaltered login name of this account.
- AccountProxy::getDisplayName() — Method in class AccountProxy
Returns the display name of this account.
- AccountProxy::getEmail() — Method in class AccountProxy
Returns the email address of this account.
- AccountProxy::getTimeZone() — Method in class AccountProxy
Returns the timezone of this account.
- AccountProxy::getLastAccessedTime() — Method in class AccountProxy
The timestamp when the account last accessed the site.
- AccountProxyInterface::getAccount() — Method in class AccountProxyInterface
Gets the currently wrapped account.
- AccountSetEvent::getAccount() — Method in class AccountSetEvent
Gets the account.
- MetadataBag::getCsrfTokenSeed() — Method in class MetadataBag
Get the CSRF token seed.
- PermissionsHashGenerator::generate() — Method in class PermissionsHashGenerator
Generates a hash that uniquely identifies a user's permissions.
- PermissionsHashGeneratorInterface::generate() — Method in class PermissionsHashGeneratorInterface
Generates a hash that uniquely identifies a user's permissions.
- SessionConfiguration::getOptions() — Method in class SessionConfiguration
Returns a list of options suitable for passing to the session storage.
- SessionConfiguration::getName() — Method in class SessionConfiguration
Returns the session cookie name.
- SessionConfiguration::getUnprefixedName() — Method in class SessionConfiguration
Returns the session cookie name without the secure/insecure prefix.
- SessionConfiguration::getCookieDomain() — Method in class SessionConfiguration
Return the session cookie domain.
- SessionConfigurationInterface::getOptions() — Method in class SessionConfigurationInterface
Returns a list of options suitable for passing to the session storage.
- SessionHandler::gc() — Method in class SessionHandler
- {@inheritdoc}
- SessionManager::getId() — Method in class SessionManager
- {@inheritdoc}
- SessionManager::getSessionDataMask() — Method in class SessionManager
Returns a map specifying which session key is containing user data.
- UserSession::getRoles() — Method in class UserSession
Returns a list of roles.
- UserSession::getPreferredLangcode() — Method in class UserSession
Returns the preferred language code of the account.
- UserSession::getPreferredAdminLangcode() — Method in class UserSession
Returns the preferred administrative language code of the account.
- UserSession::getAccountName() — Method in class UserSession
Returns the unaltered login name of this account.
- UserSession::getDisplayName() — Method in class UserSession
Returns the display name of this account.
- UserSession::getEmail() — Method in class UserSession
Returns the email address of this account.
- UserSession::getTimeZone() — Method in class UserSession
Returns the timezone of this account.
- UserSession::getLastAccessedTime() — Method in class UserSession
The timestamp when the account last accessed the site.
- UserSession::getRoleStorage() — Method in class UserSession
Returns the role storage object.
- WriteSafeSessionHandler::gc() — Method in class WriteSafeSessionHandler
- {@inheritdoc}
- SitePathFactory::get() — Method in class SitePathFactory
Gets the site path.
- MaintenanceMode::getSiteMaintenanceMessage() — Method in class MaintenanceMode
Gets the site maintenance message.
- MaintenanceModeInterface::getSiteMaintenanceMessage() — Method in class MaintenanceModeInterface
Gets the site maintenance message.
- Settings::getInstance() — Method in class Settings
Returns the settings instance.
- Settings::get() — Method in class Settings
Returns a setting.
- Settings::getAll() — Method in class Settings
Returns all the settings. This is only used for testing purposes.
- Settings::getHashSalt() — Method in class Settings
Gets a salt useful for hardening against SQL injection.
- Settings::getApcuPrefix() — Method in class Settings
Generates a prefix for APCu user cache keys.
- NegotiationMiddleware::getContentType() — Method in class NegotiationMiddleware
Gets the normalized type of a request.
- State::get() — Method in class State
Returns the stored value for a given key.
- State::getMultiple() — Method in class State
Returns the stored key/value pairs for a given set of keys.
- StateInterface::get() — Method in class StateInterface
Returns the stored value for a given key.
- StateInterface::getMultiple() — Method in class StateInterface
Returns the stored key/value pairs for a given set of keys.
- LocalReadOnlyStream::getType() — Method in class LocalReadOnlyStream
Returns the type of stream wrapper.
- LocalStream::getType() — Method in class LocalStream
Returns the type of stream wrapper.
- LocalStream::getDirectoryPath() — Method in class LocalStream
Gets the path that the wrapper is responsible for.
- LocalStream::getUri() — Method in class LocalStream
Returns the stream resource URI.
- LocalStream::getTarget() — Method in class LocalStream
Returns the local writable target of the resource within the stream.
- LocalStream::getLocalPath() — Method in class LocalStream
Returns the canonical absolute path of the URI, if possible.
- PrivateStream::getType() — Method in class PrivateStream
Returns the type of stream wrapper.
- PrivateStream::getName() — Method in class PrivateStream
Returns the name of the stream wrapper for use in the UI.
- PrivateStream::getDescription() — Method in class PrivateStream
Returns the description of the stream wrapper for use in the UI.
- PrivateStream::getDirectoryPath() — Method in class PrivateStream
Gets the path that the wrapper is responsible for.
- PrivateStream::getExternalUrl() — Method in class PrivateStream
Returns a web accessible URL for the resource.
- PublicStream::getType() — Method in class PublicStream
Returns the type of stream wrapper.
- PublicStream::getName() — Method in class PublicStream
Returns the name of the stream wrapper for use in the UI.
- PublicStream::getDescription() — Method in class PublicStream
Returns the description of the stream wrapper for use in the UI.
- PublicStream::getDirectoryPath() — Method in class PublicStream
Gets the path that the wrapper is responsible for.
- PublicStream::getExternalUrl() — Method in class PublicStream
Returns a web accessible URL for the resource.
- ReadOnlyStream::getUri() — Method in class ReadOnlyStream
Returns the stream resource URI.
- StreamWrapperInterface::getType() — Method in class StreamWrapperInterface
Returns the type of stream wrapper.
- StreamWrapperInterface::getName() — Method in class StreamWrapperInterface
Returns the name of the stream wrapper for use in the UI.
- StreamWrapperInterface::getDescription() — Method in class StreamWrapperInterface
Returns the description of the stream wrapper for use in the UI.
- StreamWrapperInterface::getUri() — Method in class StreamWrapperInterface
Returns the stream resource URI.
- StreamWrapperInterface::getExternalUrl() — Method in class StreamWrapperInterface
Returns a web accessible URL for the resource.
- StreamWrapperManager::getWrappers() — Method in class StreamWrapperManager
Provides Drupal stream wrapper registry.
- StreamWrapperManager::getNames() — Method in class StreamWrapperManager
Returns registered stream wrapper names.
- StreamWrapperManager::getDescriptions() — Method in class StreamWrapperManager
Returns registered stream wrapper descriptions.
- StreamWrapperManager::getViaScheme() — Method in class StreamWrapperManager
Returns a reference to the stream wrapper class responsible for a scheme.
- StreamWrapperManager::getViaUri() — Method in class StreamWrapperManager
Returns a reference to the stream wrapper class responsible for a URI.
- StreamWrapperManager::getClass() — Method in class StreamWrapperManager
Returns the stream wrapper class name for a given scheme.
- StreamWrapperManager::getWrapper() — Method in class StreamWrapperManager
Returns a stream wrapper instance.
- StreamWrapperManager::getTarget() — Method in class StreamWrapperManager
Returns the part of a URI after the schema.
- StreamWrapperManager::getScheme() — Method in class StreamWrapperManager
Returns the scheme of a URI (e.g. a stream).
- StreamWrapperManagerInterface::getWrappers() — Method in class StreamWrapperManagerInterface
Provides Drupal stream wrapper registry.
- StreamWrapperManagerInterface::getNames() — Method in class StreamWrapperManagerInterface
Returns registered stream wrapper names.
- StreamWrapperManagerInterface::getDescriptions() — Method in class StreamWrapperManagerInterface
Returns registered stream wrapper descriptions.
- StreamWrapperManagerInterface::getViaScheme() — Method in class StreamWrapperManagerInterface
Returns a reference to the stream wrapper class responsible for a scheme.
- StreamWrapperManagerInterface::getViaUri() — Method in class StreamWrapperManagerInterface
Returns a reference to the stream wrapper class responsible for a URI.
- StreamWrapperManagerInterface::getClass() — Method in class StreamWrapperManagerInterface
Returns the stream wrapper class name for a given scheme.
- StreamWrapperManagerInterface::getTarget() — Method in class StreamWrapperManagerInterface
Returns the part of a URI after the schema.
- StreamWrapperManagerInterface::getScheme() — Method in class StreamWrapperManagerInterface
Returns the scheme of a URI (e.g. a stream).
- TemporaryStream::getType() — Method in class TemporaryStream
Returns the type of stream wrapper.
- TemporaryStream::getName() — Method in class TemporaryStream
Returns the name of the stream wrapper for use in the UI.
- TemporaryStream::getDescription() — Method in class TemporaryStream
Returns the description of the stream wrapper for use in the UI.
- TemporaryStream::getDirectoryPath() — Method in class TemporaryStream
Gets the path that the wrapper is responsible for.
- TemporaryStream::getExternalUrl() — Method in class TemporaryStream
Returns a web accessible URL for the resource.
- PluralTranslatableMarkup::getPluralIndex() — Method in class PluralTranslatableMarkup
Gets the plural index through the gettext formula.
- StringTranslationTrait::getNumberOfPlurals() — Method in class StringTranslationTrait
Returns the number of plurals supported by a given language.
- StringTranslationTrait::getStringTranslation() — Method in class StringTranslationTrait
Gets the string translation service.
- TranslatableMarkup::getUntranslatedString() — Method in class TranslatableMarkup
Gets the untranslated string value stored in this translated string.
- TranslatableMarkup::getOption() — Method in class TranslatableMarkup
Gets a specific option from this translated string.
- TranslatableMarkup::getOptions() — Method in class TranslatableMarkup
Gets all options from this translated string.
- TranslatableMarkup::getArguments() — Method in class TranslatableMarkup
Gets all arguments from this translated string.
- TranslatableMarkup::getStringTranslation() — Method in class TranslatableMarkup
Gets the string translation service.
- TranslationManager::getStringTranslation() — Method in class TranslationManager
Retrieves English string to given language.
- CustomStrings::getLanguage() — Method in class CustomStrings
Retrieves translations for a given language.
- FileTranslation::getLanguage() — Method in class FileTranslation
Retrieves translations for a given language.
- FileTranslation::getTranslationFilesPattern() — Method in class FileTranslation
Provides translation file name pattern.
- StaticTranslation::getStringTranslation() — Method in class StaticTranslation
Retrieves English string to given language.
- StaticTranslation::getLanguage() — Method in class StaticTranslation
Retrieves translations for a given language.
- TranslatorInterface::getStringTranslation() — Method in class TranslatorInterface
Retrieves English string to given language.
- BreakLockLink::getInfo() — Method in class BreakLockLink
Returns the element properties for this element.
- Lock::getOwnerId() — Method in class Lock
Gets the owner ID.
- Lock::getUpdated() — Method in class Lock
Gets the timestamp of the last update to the lock.
- PrivateTempStore::get() — Method in class PrivateTempStore
Retrieves a value from this PrivateTempStore for a given key.
- PrivateTempStore::getMetadata() — Method in class PrivateTempStore
Returns the metadata associated with a particular key/value pair.
- PrivateTempStore::getOwner() — Method in class PrivateTempStore
Gets the current owner based on the current user or the session ID.
- PrivateTempStoreFactory::get() — Method in class PrivateTempStoreFactory
Creates a PrivateTempStore.
- SharedTempStore::get() — Method in class SharedTempStore
Retrieves a value from this SharedTempStore for a given key.
- SharedTempStore::getIfOwner() — Method in class SharedTempStore
Retrieves a value from this SharedTempStore for a given key.
- SharedTempStore::getMetadata() — Method in class SharedTempStore
Returns the metadata associated with a particular key/value pair.
- SharedTempStoreFactory::get() — Method in class SharedTempStoreFactory
Creates a SharedTempStore for the current user or anonymous session.
- Attribute::getClass() — Method in class Attribute
Gets the class attribute value if set.
- Attribute::getIterator() — Method in class Attribute
- {@inheritdoc}
- AttributeArray::getIterator() — Method in class AttributeArray
- {@inheritdoc}
- StringLoader::getCacheKey() — Method in class StringLoader
- {@inheritdoc}
- StringLoader::getSourceContext() — Method in class StringLoader
- {@inheritdoc}
- ThemeRegistryLoader::getCacheKey() — Method in class ThemeRegistryLoader
- {@inheritdoc}
- TwigEnvironment::getTwigCachePrefix() — Method in class TwigEnvironment
Get the cache prefixed used by \Drupal\Core\Template\TwigPhpStorageCache.
- TwigEnvironment::getTemplateMetadata() — Method in class TwigEnvironment
Retrieves metadata associated with a template.
- TwigEnvironment::getTemplateClass() — Method in class TwigEnvironment
Gets the template class associated with the given string.
- TwigExtension::getFunctions() — Method in class TwigExtension
- {@inheritdoc}
- TwigExtension::getFilters() — Method in class TwigExtension
- {@inheritdoc}
- TwigExtension::getNodeVisitors() — Method in class TwigExtension
- {@inheritdoc}
- TwigExtension::getTokenParsers() — Method in class TwigExtension
- {@inheritdoc}
- TwigExtension::getName() — Method in class TwigExtension
- {@inheritdoc}
- TwigExtension::getPath() — Method in class TwigExtension
Generates a URL path given a route name and parameters.
- TwigExtension::getUrl() — Method in class TwigExtension
Generates an absolute URL given a route name and parameters.
- TwigExtension::getLink() — Method in class TwigExtension
Gets a rendered link from a url object.
- TwigExtension::getActiveTheme() — Method in class TwigExtension
Gets the name of the active theme.
- TwigExtension::getActiveThemePath() — Method in class TwigExtension
Gets the path of the active theme.
- TwigNodeVisitor::getPriority() — Method in class TwigNodeVisitor
- {@inheritdoc}
- TwigPhpStorageCache::generateKey() — Method in class TwigPhpStorageCache
- {@inheritdoc}
- TwigPhpStorageCache::getTimestamp() — Method in class TwigPhpStorageCache
- {@inheritdoc}
- TwigTransTokenParser::getTag() — Method in class TwigTransTokenParser
- {@inheritdoc}
- AssertMailTrait::getMails() — Method in class AssertMailTrait
Gets an array containing all emails sent during this test case.
- FunctionalTestSetupTrait::getDatabaseTypes() — Method in class FunctionalTestSetupTrait
Returns all supported database driver installer objects.
- PerformanceTestRecorder::getCount() — Method in class PerformanceTestRecorder
- PerformanceTestRecorder::getSubscribedEvents() — Method in class PerformanceTestRecorder
- {@inheritdoc}
- TestFileParser::getTestListFromFile() — Method in class TestFileParser
Gets the classes from a PHP file.
- TestDatabase::getConnection() — Method in class TestDatabase
Returns the database connection to the site running Simpletest.
- TestDatabase::getTestSitePath() — Method in class TestDatabase
Gets the relative path to the test site directory.
- TestDatabase::getDatabasePrefix() — Method in class TestDatabase
Gets the test database prefix.
- TestDatabase::getTestLock() — Method in class TestDatabase
Generates a unique lock ID for the test method.
- TestDatabase::getLockFile() — Method in class TestDatabase
Gets the lock file path.
- TestDiscovery::getTestClasses() — Method in class TestDiscovery
Discovers all available tests in all extensions.
- TestDiscovery::getTestInfo() — Method in class TestDiscovery
Retrieves information about a test class for UI purposes.
- TestDiscovery::getPhpunitTestSuite() — Method in class TestDiscovery
Determines the phpunit testsuite for a given classname, based on namespace.
- TestDiscovery::getExtensions() — Method in class TestDiscovery
Returns all available extensions.
- TestSetupTrait::getDatabaseConnection() — Method in class TestSetupTrait
Returns the database connection to the site running Simpletest.
- TestSetupTrait::getConfigSchemaExclusions() — Method in class TestSetupTrait
Gets the config schema exclusions for this test.
- ActiveTheme::getName() — Method in class ActiveTheme
Returns the machine name of the theme.
- ActiveTheme::getPath() — Method in class ActiveTheme
Returns the path to the theme directory.
- ActiveTheme::getEngine() — Method in class ActiveTheme
Returns the theme engine.
- ActiveTheme::getOwner() — Method in class ActiveTheme
Returns the path to the theme engine for root themes.
- ActiveTheme::getExtension() — Method in class ActiveTheme
Returns the extension object.
- ActiveTheme::getLibraries() — Method in class ActiveTheme
Returns the libraries provided by the theme.
- ActiveTheme::getStyleSheetsRemove() — Method in class ActiveTheme
Returns the removed stylesheets by the theme.
- ActiveTheme::getBaseThemeExtensions() — Method in class ActiveTheme
Returns an array of base theme extension objects keyed by name.
- ActiveTheme::getLogo() — Method in class ActiveTheme
Returns the logo provided by the theme.
- ActiveTheme::getRegions() — Method in class ActiveTheme
The regions used by the theme.
- ActiveTheme::getLibrariesOverride() — Method in class ActiveTheme
Returns the libraries or library assets overridden by the active theme.
- ActiveTheme::getLibrariesExtend() — Method in class ActiveTheme
Returns the libraries extended by the active theme.
- MissingThemeDependencyException::getMissingThemeName() — Method in class MissingThemeDependencyException
Gets the machine name of the missing theme.
- Registry::get() — Method in class Registry
Returns the complete theme registry from cache or rebuilds it.
- Registry::getRuntime() — Method in class Registry
Returns the incomplete, runtime theme registry.
- Registry::getBaseHook() — Method in class Registry
Returns the base hook for a given hook suggestion.
- Registry::getPrefixGroupedUserFunctions() — Method in class Registry
Gets all user functions grouped by the word before the first underscore.
- Registry::getPath() — Method in class Registry
Wraps drupal_get_path().
- ThemeInitialization::getActiveThemeByName() — Method in class ThemeInitialization
Builds an active theme object.
- ThemeInitialization::getActiveTheme() — Method in class ThemeInitialization
Builds up the active theme object from extensions.
- ThemeInitialization::getExtensions() — Method in class ThemeInitialization
Gets all extensions.
- ThemeInitializationInterface::getActiveThemeByName() — Method in class ThemeInitializationInterface
Builds an active theme object.
- ThemeInitializationInterface::getActiveTheme() — Method in class ThemeInitializationInterface
Builds up the active theme object from extensions.
- ThemeManager::getActiveTheme() — Method in class ThemeManager
Returns the active theme object.
- ThemeManagerInterface::getActiveTheme() — Method in class ThemeManagerInterface
Returns the active theme object.
- ThemeSettings::getTheme() — Method in class ThemeSettings
Returns the theme of this theme settings object.
- ThemeSettings::getCacheTags() — Method in class ThemeSettings
The cache tags associated with this object.
- ComplexDataDefinitionBase::getPropertyDefinitions() — Method in class ComplexDataDefinitionBase
Gets an array of property definitions of contained properties.
- ComplexDataDefinitionBase::getPropertyDefinition() — Method in class ComplexDataDefinitionBase
Gets the definition of a contained property.
- ComplexDataDefinitionBase::getMainPropertyName() — Method in class ComplexDataDefinitionBase
Returns the name of the main property, if any.
- ComplexDataDefinitionInterface::getPropertyDefinition() — Method in class ComplexDataDefinitionInterface
Gets the definition of a contained property.
- ComplexDataDefinitionInterface::getPropertyDefinitions() — Method in class ComplexDataDefinitionInterface
Gets an array of property definitions of contained properties.
- ComplexDataDefinitionInterface::getMainPropertyName() — Method in class ComplexDataDefinitionInterface
Returns the name of the main property, if any.
- ComplexDataInterface::getDataDefinition() — Method in class ComplexDataInterface
Gets the data definition.
- ComplexDataInterface::get() — Method in class ComplexDataInterface
Gets a property object.
- ComplexDataInterface::getProperties() — Method in class ComplexDataInterface
Gets an array of property objects.
- ComputedItemListTrait::getValue() — Method in class ComputedItemListTrait
- {@inheritdoc}
- ComputedItemListTrait::getString() — Method in class ComputedItemListTrait
- {@inheritdoc}
- ComputedItemListTrait::get() — Method in class ComputedItemListTrait
- {@inheritdoc}
- ComputedItemListTrait::getIterator() — Method in class ComputedItemListTrait
- {@inheritdoc}
- DataDefinition::getDataType() — Method in class DataDefinition
Returns the data type of the data.
- DataDefinition::getLabel() — Method in class DataDefinition
Returns a human readable label.
- DataDefinition::getDescription() — Method in class DataDefinition
Returns a human readable description.
- DataDefinition::getClass() — Method in class DataDefinition
Returns the class used for creating the typed data object.
- DataDefinition::getSettings() — Method in class DataDefinition
Returns the array of settings, as required by the used class.
- DataDefinition::getSetting() — Method in class DataDefinition
Returns the value of a given setting.
- DataDefinition::getConstraints() — Method in class DataDefinition
Returns an array of validation constraints.
- DataDefinition::getConstraint() — Method in class DataDefinition
Returns a validation constraint.
- DataDefinitionInterface::getDataType() — Method in class DataDefinitionInterface
Returns the data type of the data.
- DataDefinitionInterface::getLabel() — Method in class DataDefinitionInterface
Returns a human readable label.
- DataDefinitionInterface::getDescription() — Method in class DataDefinitionInterface
Returns a human readable description.
- DataDefinitionInterface::getClass() — Method in class DataDefinitionInterface
Returns the class used for creating the typed data object.
- DataDefinitionInterface::getSettings() — Method in class DataDefinitionInterface
Returns the array of settings, as required by the used class.
- DataDefinitionInterface::getSetting() — Method in class DataDefinitionInterface
Returns the value of a given setting.
- DataDefinitionInterface::getConstraints() — Method in class DataDefinitionInterface
Returns an array of validation constraints.
- DataDefinitionInterface::getConstraint() — Method in class DataDefinitionInterface
Returns a validation constraint.
- DataReferenceBase::getTarget() — Method in class DataReferenceBase
Gets the referenced data.
- DataReferenceBase::getValue() — Method in class DataReferenceBase
Gets the data value.
- DataReferenceBase::getString() — Method in class DataReferenceBase
Returns a string representation of the data.
- DataReferenceDefinition::getTargetDefinition() — Method in class DataReferenceDefinition
Gets the data definition of the referenced data.
- DataReferenceDefinitionInterface::getTargetDefinition() — Method in class DataReferenceDefinitionInterface
Gets the data definition of the referenced data.
- DataReferenceInterface::getTarget() — Method in class DataReferenceInterface
Gets the referenced data.
- DataReferenceInterface::getTargetIdentifier() — Method in class DataReferenceInterface
Gets the identifier of the referenced data.
- DataReferenceTargetDefinition::getConstraints() — Method in class DataReferenceTargetDefinition
Returns an array of validation constraints.
- ListDataDefinition::getDataType() — Method in class ListDataDefinition
Returns the data type of the data.
- ListDataDefinition::getClass() — Method in class ListDataDefinition
Returns the class used for creating the typed data object.
- ListDataDefinition::getItemDefinition() — Method in class ListDataDefinition
Gets the data definition of an item of the list.
- ListDataDefinitionInterface::getItemDefinition() — Method in class ListDataDefinitionInterface
Gets the data definition of an item of the list.
- ListInterface::getDataDefinition() — Method in class ListInterface
Gets the data definition.
- ListInterface::getItemDefinition() — Method in class ListInterface
Gets the definition of a contained item.
- ListInterface::get() — Method in class ListInterface
Returns the item at the specified position in this list.
- MapDataDefinition::getPropertyDefinitions() — Method in class MapDataDefinition
Gets an array of property definitions of contained properties.
- MapDataDefinition::getMainPropertyName() — Method in class MapDataDefinition
Returns the name of the main property, if any.
- OptionsProviderInterface::getPossibleValues() — Method in class OptionsProviderInterface
Returns an array of possible values.
- OptionsProviderInterface::getPossibleOptions() — Method in class OptionsProviderInterface
Returns an array of possible values with labels for display.
- OptionsProviderInterface::getSettableValues() — Method in class OptionsProviderInterface
Returns an array of settable values.
- OptionsProviderInterface::getSettableOptions() — Method in class OptionsProviderInterface
Returns an array of settable values with labels for display.
- BinaryData::getValue() — Method in class BinaryData
Gets the data value.
- BinaryData::getString() — Method in class BinaryData
Returns a string representation of the data.
- BinaryData::getCastedValue() — Method in class BinaryData
Gets the primitive data value casted to the correct PHP type.
- BooleanData::getCastedValue() — Method in class BooleanData
Gets the primitive data value casted to the correct PHP type.
- DateTimeIso8601::getDateTime() — Method in class DateTimeIso8601
Returns the date time object.
- DurationIso8601::getDuration() — Method in class DurationIso8601
Returns the duration.
- FloatData::getCastedValue() — Method in class FloatData
Gets the primitive data value casted to the correct PHP type.
- IntegerData::getCastedValue() — Method in class IntegerData
Gets the primitive data value casted to the correct PHP type.
- ItemList::getValue() — Method in class ItemList
Gets the data value.
- ItemList::getString() — Method in class ItemList
Returns a string representation of the data.
- ItemList::get() — Method in class ItemList
Returns the item at the specified position in this list.
- ItemList::getItemDefinition() — Method in class ItemList
Gets the definition of a contained item.
- ItemList::getIterator() — Method in class ItemList
- {@inheritdoc}
- Language::getValue() — Method in class Language
Overrides TypedData::getValue().
- Language::getString() — Method in class Language
Returns a string representation of the data.
- LanguageReference::getTargetIdentifier() — Method in class LanguageReference
Gets the identifier of the referenced data.
- Map::getValue() — Method in class Map
Gets the data value.
- Map::getString() — Method in class Map
Returns a string representation of the data.
- Map::get() — Method in class Map
Gets a property object.
- Map::getProperties() — Method in class Map
Gets an array of property objects.
- Map::getIterator() — Method in class Map
- {@inheritdoc}
- StringData::getCastedValue() — Method in class StringData
Gets the primitive data value casted to the correct PHP type.
- TimeSpan::getDuration() — Method in class TimeSpan
Returns the duration.
- Timestamp::getDateTime() — Method in class Timestamp
Returns the date time object.
- PrimitiveBase::getValue() — Method in class PrimitiveBase
Gets the data value.
- PrimitiveInterface::getValue() — Method in class PrimitiveInterface
Gets the primitive data value.
- PrimitiveInterface::getCastedValue() — Method in class PrimitiveInterface
Gets the primitive data value casted to the correct PHP type.
- TranslatableInterface::getTranslationLanguages() — Method in class TranslatableInterface
Returns the languages the data is translated to.
- TranslatableInterface::getTranslation() — Method in class TranslatableInterface
Gets a translation of the data.
- TranslatableInterface::getUntranslated() — Method in class TranslatableInterface
Returns the translatable object referring to the original language.
- TranslationStatusInterface::getTranslationStatus() — Method in class TranslationStatusInterface
Returns the translation status.
- DateTimeInterface::getDateTime() — Method in class DateTimeInterface
Returns the date time object.
- DurationInterface::getDuration() — Method in class DurationInterface
Returns the duration.
- TypedData::getPluginId() — Method in class TypedData
Gets the plugin_id of the plugin instance.
- TypedData::getPluginDefinition() — Method in class TypedData
Gets the definition of the plugin implementation.
- TypedData::getDataDefinition() — Method in class TypedData
Gets the data definition.
- TypedData::getValue() — Method in class TypedData
Gets the data value.
- TypedData::getString() — Method in class TypedData
Returns a string representation of the data.
- TypedData::getConstraints() — Method in class TypedData
Gets a list of validation constraints.
- TypedData::getName() — Method in class TypedData
Returns the name of a property or item.
- TypedData::getRoot() — Method in class TypedData
Returns the root of the typed data tree.
- TypedData::getPropertyPath() — Method in class TypedData
Returns the property path of the data.
- TypedData::getParent() — Method in class TypedData
Returns the parent data structure; i.e. either complex data or a list.
- TypedDataInterface::getDataDefinition() — Method in class TypedDataInterface
Gets the data definition.
- TypedDataInterface::getValue() — Method in class TypedDataInterface
Gets the data value.
- TypedDataInterface::getString() — Method in class TypedDataInterface
Returns a string representation of the data.
- TypedDataInterface::getConstraints() — Method in class TypedDataInterface
Gets a list of validation constraints.
- TypedDataInterface::getName() — Method in class TypedDataInterface
Returns the name of a property or item.
- TypedDataInterface::getParent() — Method in class TypedDataInterface
Returns the parent data structure; i.e. either complex data or a list.
- TypedDataInterface::getRoot() — Method in class TypedDataInterface
Returns the root of the typed data tree.
- TypedDataInterface::getPropertyPath() — Method in class TypedDataInterface
Returns the property path of the data.
- TypedDataInternalPropertiesHelper::getNonInternalProperties() — Method in class TypedDataInternalPropertiesHelper
Gets an array non-internal properties from a complex data object.
- TypedDataManager::getInstance() — Method in class TypedDataManager
Gets a preconfigured instance of a plugin.
- TypedDataManager::getPropertyInstance() — Method in class TypedDataManager
Get a typed data instance for a property of a given typed data object.
- TypedDataManager::getValidator() — Method in class TypedDataManager
Gets the validator for validating typed data.
- TypedDataManager::getValidationConstraintManager() — Method in class TypedDataManager
Gets the validation constraint manager.
- TypedDataManager::getDefaultConstraints() — Method in class TypedDataManager
Gets default constraints for the given data definition.
- TypedDataManager::getCanonicalRepresentation() — Method in class TypedDataManager
Gets the canonical representation of a TypedData object.
- TypedDataManagerInterface::getInstance() — Method in class TypedDataManagerInterface
Gets a preconfigured instance of a plugin.
- TypedDataManagerInterface::getPropertyInstance() — Method in class TypedDataManagerInterface
Get a typed data instance for a property of a given typed data object.
- TypedDataManagerInterface::getValidator() — Method in class TypedDataManagerInterface
Gets the validator for validating typed data.
- TypedDataManagerInterface::getValidationConstraintManager() — Method in class TypedDataManagerInterface
Gets the validation constraint manager.
- TypedDataManagerInterface::getDefaultConstraints() — Method in class TypedDataManagerInterface
Gets default constraints for the given data definition.
- TypedDataManagerInterface::getCanonicalRepresentation() — Method in class TypedDataManagerInterface
Gets the canonical representation of a TypedData object.
- TypedDataTrait::getTypedDataManager() — Method in class TypedDataTrait
Gets the typed data manager.
- $ ExecutionContext#group — Property in class ExecutionContext
The currently validated group.
- ExecutionContext::getViolations() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::getValidator() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::getRoot() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::getValue() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::getObject() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::getMetadata() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::getGroup() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::getClassName() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::getPropertyName() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::getPropertyPath() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::getMetadataFactory() — Method in class ExecutionContext
- {@inheritdoc}
- RecursiveContextualValidator::getViolations() — Method in class RecursiveContextualValidator
- {@inheritdoc}
- RecursiveValidator::getMetadataFor() — Method in class RecursiveValidator
- {@inheritdoc}
- TypedDataAwareValidatorTrait::getTypedData() — Method in class TypedDataAwareValidatorTrait
Gets the typed data object for the validated value.
- TypedDataMetadata::getConstraints() — Method in class TypedDataMetadata
- {@inheritdoc}
- TypedDataMetadata::getTraversalStrategy() — Method in class TypedDataMetadata
- {@inheritdoc}
- TypedDataMetadata::getCascadingStrategy() — Method in class TypedDataMetadata
- {@inheritdoc}
- UpdateCacheBackendFactory::get() — Method in class UpdateCacheBackendFactory
Gets a cache backend class for a given cache bin.
- UpdateHookRegistry::getAvailableUpdates() — Method in class UpdateHookRegistry
Returns an array of available schema versions for a module.
- UpdateHookRegistry::getInstalledVersion() — Method in class UpdateHookRegistry
Returns the currently installed schema version for a module.
- UpdateHookRegistry::getAllInstalledVersions() — Method in class UpdateHookRegistry
Returns the currently installed schema version for all modules.
- UpdateRegistry::getRemovedPostUpdates() — Method in class UpdateRegistry
Gets removed hook_post_update_NAME() implementations for a module.
- UpdateRegistry::getAvailableUpdateFunctions() — Method in class UpdateRegistry
Gets all available update functions.
- UpdateRegistry::getPendingUpdateFunctions() — Method in class UpdateRegistry
Find all update functions that haven't been executed.
- UpdateRegistry::getPendingUpdateInformation() — Method in class UpdateRegistry
Returns a list of all the pending updates.
- UpdateRegistry::getModuleUpdateFunctions() — Method in class UpdateRegistry
Returns all available updates for a given module.
- Module::getInstallDirectory() — Method in class Module
Returns the directory where a module should be installed.
- Module::getRootDirectoryRelativePath() — Method in class Module
Returns the name of the root directory under which projects will be copied.
- Module::getSchemaUpdates() — Method in class Module
Returns available database schema updates once a new version is installed.
- Theme::getInstallDirectory() — Method in class Theme
Returns the directory where a theme should be installed.
- Theme::getRootDirectoryRelativePath() — Method in class Theme
Returns the name of the root directory under which projects will be copied.
- Updater::getUpdaterFromDirectory() — Method in class Updater
Determines which Updater class can operate on the given directory.
- Updater::getExtensionInfo() — Method in class Updater
Get Extension information from directory.
- Updater::getProjectName() — Method in class Updater
Gets the name of the project directory (basename).
- Updater::getProjectTitle() — Method in class Updater
Returns the project name from a Drupal info file.
- Updater::getInstallArgs() — Method in class Updater
Stores the default parameters for the Updater.
- Updater::getBackupDir() — Method in class Updater
Returns the full path to a directory where backups should be written.
- UpdaterInterface::getProjectName() — Method in class UpdaterInterface
Returns the system name of the project.
- UpdaterInterface::getInstallDirectory() — Method in class UpdaterInterface
Returns the path to the default install location for the current project.
- UpdaterInterface::getRootDirectoryRelativePath() — Method in class UpdaterInterface
Returns the name of the root directory under which projects will be copied.
- Url::getRouteName() — Method in class Url
Returns the route name.
- Url::getRouteParameters() — Method in class Url
Returns the route parameters.
- Url::getOptions() — Method in class Url
Returns the URL options.
- Url::getOption() — Method in class Url
Gets a specific option.
- Url::getUri() — Method in class Url
Returns the URI value for this Url object.
- Url::getInternalPath() — Method in class Url
Returns the internal path (system path) for this route.
- Error::getLastCaller() — Method in class Error
Gets the last caller from a backtrace.
- LinkGenerator::generateFromLink() — Method in class LinkGenerator
Renders a link from a link object.
- LinkGenerator::generate() — Method in class LinkGenerator
Renders a link to a URL.
- LinkGeneratorInterface::generate() — Method in class LinkGeneratorInterface
Renders a link to a URL.
- LinkGeneratorInterface::generateFromLink() — Method in class LinkGeneratorInterface
Renders a link from a link object.
- ProjectInfo::getProjectName() — Method in class ProjectInfo
Determines what project a given file object belongs to.
- TableSort::getContextFromRequest() — Method in class TableSort
Initializes the table sort context.
- TableSort::getOrder() — Method in class TableSort
Determines the current sort criterion.
- TableSort::getSort() — Method in class TableSort
Determines the current sort direction.
- TableSort::getQueryParameters() — Method in class TableSort
Composes a URL query parameter array for table sorting links.
- ThemeRegistry::get() — Method in class ThemeRegistry
Gets value from the cache.
- Token::generate() — Method in class Token
Generates replacement values for a list of tokens.
- Token::getInfo() — Method in class Token
Returns metadata describing supported tokens.
- ConstraintManager::getDiscovery() — Method in class ConstraintManager
Gets the plugin discovery.
- ConstraintManager::getDefinitionsByType() — Method in class ConstraintManager
Returns a list of constraints that support the given type.
- ConstraintValidatorFactory::getInstance() — Method in class ConstraintValidatorFactory
- {@inheritdoc}
- DrupalTranslator::getLocale() — Method in class DrupalTranslator
- {@inheritdoc}
- DrupalTranslator::getOptions() — Method in class DrupalTranslator
Returns options suitable for use with TranslatableMarkup.
- ComplexDataConstraint::getDefaultOption() — Method in class ComplexDataConstraint
- {@inheritdoc}
- ComplexDataConstraint::getRequiredOptions() — Method in class ComplexDataConstraint
- {@inheritdoc}
- UmamiMultilingualInstallTest::getPo() — Method in class UmamiMultilingualInstallTest
Returns the string for the test .po file.
- ActionListBuilder::getDefaultOperations() — Method in class ActionListBuilder
Gets this list's default operations.
- ActionAdminManageForm::getFormId() — Method in class ActionAdminManageForm
Returns a unique string identifying the form.
- ActionDeleteForm::getCancelUrl() — Method in class ActionDeleteForm
- {@inheritdoc}
- ActionFormBase::getPlugin() — Method in class ActionFormBase
Gets the action plugin while ensuring it implements configuration form.
- Action::getIds() — Method in class Action
Defines the source fields uniquely identifying a source row.
- AggregatorFeedViewsData::getViewsData() — Method in class AggregatorFeedViewsData
Returns views data for the entity type.
- AggregatorItemViewsData::getViewsData() — Method in class AggregatorItemViewsData
Returns views data for the entity type.
- Feed::getUrl() — Method in class Feed
Returns the url to the feed.
- Feed::getRefreshRate() — Method in class Feed
Returns the refresh rate of the feed in seconds.
- Feed::getLastCheckedTime() — Method in class Feed
Returns the last time where the feed was checked for new items.
- Feed::getQueuedTime() — Method in class Feed
Returns the time when this feed was queued for refresh, 0 if not queued.
- Feed::getWebsiteUrl() — Method in class Feed
Returns the parent website of the feed.
- Feed::getDescription() — Method in class Feed
Returns the description of the feed.
- Feed::getImage() — Method in class Feed
Returns the primary image attached to the feed.
- Feed::getHash() — Method in class Feed
Returns the calculated hash of the feed data, used for validating cache.
- Feed::getEtag() — Method in class Feed
Returns the entity tag HTTP response header, used for validating cache.
- Feed::getLastModified() — Method in class Feed
Return when the feed was modified last time.
- Item::getFeedId() — Method in class Item
Returns the feed id of aggregator item.
- Item::getTitle() — Method in class Item
Returns the title of the feed item.
- Item::getLink() — Method in class Item
Returns the link to the feed item.
- Item::getAuthor() — Method in class Item
Returns the author of the feed item.
- Item::getDescription() — Method in class Item
Returns the body of the feed item.
- Item::getPostedTime() — Method in class Item
Returns the posted date of the feed item, as a Unix timestamp.
- Item::getGuid() — Method in class Item
Returns the unique identifier for the feed item.
- Item::getCacheTagsToInvalidate() — Method in class Item
Returns the cache tags that should be used to invalidate caches.
- FeedHtmlRouteProvider::getCanonicalRoute() — Method in class FeedHtmlRouteProvider
Gets the canonical route.
- FeedHtmlRouteProvider::getEditFormRoute() — Method in class FeedHtmlRouteProvider
Gets the edit-form route.
- FeedInterface::getUrl() — Method in class FeedInterface
Returns the url to the feed.
- FeedInterface::getRefreshRate() — Method in class FeedInterface
Returns the refresh rate of the feed in seconds.
- FeedInterface::getLastCheckedTime() — Method in class FeedInterface
Returns the last time where the feed was checked for new items.
- FeedInterface::getQueuedTime() — Method in class FeedInterface
Returns the time when this feed was queued for refresh, 0 if not queued.
- FeedInterface::getWebsiteUrl() — Method in class FeedInterface
Returns the parent website of the feed.
- FeedInterface::getDescription() — Method in class FeedInterface
Returns the description of the feed.
- FeedInterface::getImage() — Method in class FeedInterface
Returns the primary image attached to the feed.
- FeedInterface::getHash() — Method in class FeedInterface
Returns the calculated hash of the feed data, used for validating cache.
- FeedInterface::getEtag() — Method in class FeedInterface
Returns the entity tag HTTP response header, used for validating cache.
- FeedInterface::getLastModified() — Method in class FeedInterface
Return when the feed was modified last time.
- FeedStorage::getFeedIdsToRefresh() — Method in class FeedStorage
Returns the fids of feeds that need to be refreshed.
- FeedStorageInterface::getFeedIdsToRefresh() — Method in class FeedStorageInterface
Returns the fids of feeds that need to be refreshed.
- FeedStorageSchema::getSharedTableFieldSchema() — Method in class FeedStorageSchema
Gets the schema for a single field definition.
- FeedDeleteForm::getCancelUrl() — Method in class FeedDeleteForm
Returns the route to go to if the user cancels the action.
- FeedDeleteForm::getRedirectUrl() — Method in class FeedDeleteForm
Returns the URL where the user should be redirected after deletion.
- FeedDeleteForm::getDeletionMessage() — Method in class FeedDeleteForm
- {@inheritdoc}
- FeedItemsDeleteForm::getQuestion() — Method in class FeedItemsDeleteForm
Returns the question to ask the user.
- FeedItemsDeleteForm::getCancelUrl() — Method in class FeedItemsDeleteForm
Returns the route to go to if the user cancels the action.
- FeedItemsDeleteForm::getConfirmText() — Method in class FeedItemsDeleteForm
Returns a caption for the button that confirms the action.
- OpmlFeedAdd::getFormId() — Method in class OpmlFeedAdd
Returns a unique string identifying the form.
- SettingsForm::getFormId() — Method in class SettingsForm
Returns a unique string identifying the form.
- SettingsForm::getEditableConfigNames() — Method in class SettingsForm
Gets the configuration names that will be editable.
- ItemInterface::getFeedId() — Method in class ItemInterface
Returns the feed id of aggregator item.
- ItemInterface::getTitle() — Method in class ItemInterface
Returns the title of the feed item.
- ItemInterface::getLink() — Method in class ItemInterface
Returns the link to the feed item.
- ItemInterface::getAuthor() — Method in class ItemInterface
Returns the author of the feed item.
- ItemInterface::getDescription() — Method in class ItemInterface
Returns the body of the feed item.
- ItemInterface::getPostedTime() — Method in class ItemInterface
Returns the posted date of the feed item, as a Unix timestamp.
- ItemInterface::getGuid() — Method in class ItemInterface
Returns the unique identifier for the feed item.
- ItemStorage::getItemCount() — Method in class ItemStorage
Returns the count of the items in a feed.
- ItemStorageInterface::getItemCount() — Method in class ItemStorageInterface
Returns the count of the items in a feed.
- ItemStorageSchema::getSharedTableFieldSchema() — Method in class ItemStorageSchema
Gets the schema for a single field definition.
- AggregatorFeedBlock::getCacheTags() — Method in class AggregatorFeedBlock
- {@inheritdoc}
- DefaultProcessor::getEditableConfigNames() — Method in class DefaultProcessor
- {@inheritdoc}
- DefaultProcessor::getConfiguration() — Method in class DefaultProcessor
Gets this plugin's configuration.
- AggregatorFeed::getIds() — Method in class AggregatorFeed
Defines the source fields uniquely identifying a source row.
- AggregatorItem::getIds() — Method in class AggregatorItem
Defines the source fields uniquely identifying a source row.
- AutomatedCron::getSubscribedEvents() — Method in class AutomatedCron
Registers the methods in this class that should be listeners.
- BanAdmin::getFormId() — Method in class BanAdmin
Returns a unique string identifying the form.
- BanDelete::getFormId() — Method in class BanDelete
Returns a unique string identifying the form.
- BanDelete::getQuestion() — Method in class BanDelete
Returns the question to ask the user.
- BanDelete::getConfirmText() — Method in class BanDelete
Returns a caption for the button that confirms the action.
- BanDelete::getCancelUrl() — Method in class BanDelete
Returns the route to go to if the user cancels the action.
- BlockedIp::getIds() — Method in class BlockedIp
Gets the destination IDs.
- BlockedIps::getIds() — Method in class BlockedIps
Defines the source fields uniquely identifying a source row.
- HtmlResponseBigPipeSubscriber::getBigPipeService() — Method in class HtmlResponseBigPipeSubscriber
Returns the BigPipe service to use to send the current response.
- HtmlResponseBigPipeSubscriber::getSubscribedEvents() — Method in class HtmlResponseBigPipeSubscriber
- {@inheritdoc}
- NoBigPipeRouteAlterSubscriber::getSubscribedEvents() — Method in class NoBigPipeRouteAlterSubscriber
- {@inheritdoc}
- BigPipe::getPlaceholderOrder() — Method in class BigPipe
Gets the BigPipe placeholder order.
- BigPipeResponse::getOriginalHtmlResponse() — Method in class BigPipeResponse
Returns the original HTML response.
- BigPipeStrategy::generateBigPipePlaceholderId() — Method in class BigPipeStrategy
Generates a BigPipe placeholder ID.
- BlockForm::getUniqueMachineName() — Method in class BlockForm
Generates a unique machine name for a block.
- BlockForm::getPluginForm() — Method in class BlockForm
Retrieves the plugin form for a given block and operation.
- BlockInterface::getPlugin() — Method in class BlockInterface
Returns the plugin instance.
- BlockInterface::getPluginId() — Method in class BlockInterface
Returns the plugin ID.
- BlockInterface::getRegion() — Method in class BlockInterface
Returns the region this block is placed in.
- BlockInterface::getTheme() — Method in class BlockInterface
Returns the theme ID.
- BlockInterface::getVisibility() — Method in class BlockInterface
Returns an array of visibility condition configurations.
- BlockInterface::getVisibilityConditions() — Method in class BlockInterface
Gets conditions for this block.
- BlockInterface::getVisibilityCondition() — Method in class BlockInterface
Gets a visibility condition plugin instance.
- BlockInterface::getWeight() — Method in class BlockInterface
Returns the weight of this block (used for sorting).
- BlockListBuilder::getFormId() — Method in class BlockListBuilder
Returns a unique string identifying the form.
- BlockListBuilder::getThemeName() — Method in class BlockListBuilder
Gets the name of the theme used for this block listing.
- BlockListBuilder::getEntityIds() — Method in class BlockListBuilder
Loads entity IDs using a pager sorted by the entity id.
- BlockListBuilder::getDefaultOperations() — Method in class BlockListBuilder
Gets this list's default operations.
- BlockPluginCollection::get() — Method in class BlockPluginCollection
Gets a plugin instance, initializing it if necessary.
- BlockRepository::getVisibleBlocksPerRegion() — Method in class BlockRepository
Returns an array of regions and their block entities.
- BlockRepositoryInterface::getVisibleBlocksPerRegion() — Method in class BlockRepositoryInterface
Returns an array of regions and their block entities.
- BlockController::getVisibleRegionNames() — Method in class BlockController
Returns the human-readable list of regions keyed by machine name.
- Block::getPlugin() — Method in class Block
Returns the plugin instance.
- Block::getPluginCollection() — Method in class Block
Encapsulates the creation of the block's LazyPluginCollection.
- Block::getPluginCollections() — Method in class Block
Gets the plugin collections used by this object.
- Block::getPluginId() — Method in class Block
Returns the plugin ID.
- Block::getRegion() — Method in class Block
Returns the region this block is placed in.
- Block::getTheme() — Method in class Block
Returns the theme ID.
- Block::getWeight() — Method in class Block
Returns the weight of this block (used for sorting).
- Block::getVisibility() — Method in class Block
Returns an array of visibility condition configurations.
- Block::getVisibilityConditions() — Method in class Block
Gets conditions for this block.
- Block::getVisibilityCondition() — Method in class Block
Gets a visibility condition plugin instance.
- BlockPageDisplayVariantSubscriber::getSubscribedEvents() — Method in class BlockPageDisplayVariantSubscriber
- {@inheritdoc}
- BlockDeleteForm::getCancelUrl() — Method in class BlockDeleteForm
- {@inheritdoc}
- BlockDeleteForm::getConfirmText() — Method in class BlockDeleteForm
- {@inheritdoc}
- BlockDeleteForm::getQuestion() — Method in class BlockDeleteForm
- {@inheritdoc}
- BlockDeleteForm::getDescription() — Method in class BlockDeleteForm
Returns additional text to display as a description.
- BlockDeleteForm::getDeletionMessage() — Method in class BlockDeleteForm
Gets the message to display to the user after deleting the entity.
- ThemeLocalTask::getDerivativeDefinitions() — Method in class ThemeLocalTask
Gets the definition of all derivatives of a base plugin.
- EntityBlock::getEntityId() — Method in class EntityBlock
Gets the entity ID of the row.
- Block::getIds() — Method in class Block
Defines the source fields uniquely identifying a source row.
- BlockTranslation::getIds() — Method in class BlockTranslation
Defines the source fields uniquely identifying a source row.
- BlockTranslation::getIds() — Method in class BlockTranslation
Defines the source fields uniquely identifying a source row.
- AccessGroupAnd::getDependencies() — Method in class AccessGroupAnd
- {@inheritdoc}
- DependentAccessInterface::getAccessDependency() — Method in class DependentAccessInterface
Gets the access dependency.
- RefinableDependentAccessTrait::getAccessDependency() — Method in class RefinableDependentAccessTrait
- {@inheritdoc}
- BlockContentInterface::getTheme() — Method in class BlockContentInterface
Gets the theme value.
- BlockContentInterface::getInstances() — Method in class BlockContentInterface
Gets the configured instances of this custom block.
- BlockContentListBuilder::getEntityIds() — Method in class BlockContentListBuilder
Loads entity IDs using a pager sorted by the entity id.
- BlockContentTypeInterface::getDescription() — Method in class BlockContentTypeInterface
Returns the description of the block type.
- BlockContentTypeListBuilder::getDefaultOperations() — Method in class BlockContentTypeListBuilder
Gets this list's default operations.
- BlockContentTypeListBuilder::getTitle() — Method in class BlockContentTypeListBuilder
Gets the title of the page.
- BlockContentViewBuilder::getBuildDefaults() — Method in class BlockContentViewBuilder
Provides entity-specific defaults to the build process.
- BlockContentViewsData::getViewsData() — Method in class BlockContentViewsData
Returns views data for the entity type.
- BlockContentController::getAddFormTitle() — Method in class BlockContentController
Provides the page title for this controller.
- BlockContent::getTheme() — Method in class BlockContent
Gets the theme value.
- BlockContent::getInstances() — Method in class BlockContent
Gets the configured instances of this custom block.
- BlockContent::getRevisionCreationTime() — Method in class BlockContent
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime().
- BlockContent::getRevisionUser() — Method in class BlockContent
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser().
- BlockContent::getRevisionUserId() — Method in class BlockContent
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId().
- BlockContent::getRevisionLogMessage() — Method in class BlockContent
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage().
- BlockContentType::getDescription() — Method in class BlockContentType
Returns the description of the block type.
- BlockContentGetDependencyEvent::getBlockContentEntity() — Method in class BlockContentGetDependencyEvent
Gets the block content entity.
- BlockContentGetDependencyEvent::getAccessDependency() — Method in class BlockContentGetDependencyEvent
Gets the access dependency.
- BlockContentDeleteForm::getDescription() — Method in class BlockContentDeleteForm
Returns additional text to display as a description.
- BlockContentBlock::getEntity() — Method in class BlockContentBlock
Loads the block content entity of the block.
- BlockContent::getDerivativeDefinitions() — Method in class BlockContent
Gets the definition of all derivatives of a base plugin.
- BlockContentAddLocalAction::getOptions() — Method in class BlockContentAddLocalAction
Returns options for rendering a link for the local action.
- Box::getIds() — Method in class Box
Defines the source fields uniquely identifying a source row.
- BlockCustom::getIds() — Method in class BlockCustom
Defines the source fields uniquely identifying a source row.
- BlockCustomTranslation::getIds() — Method in class BlockCustomTranslation
Defines the source fields uniquely identifying a source row.
- BlockContent::getFilters() — Method in class BlockContent
Gets the filters property.
- BookManager::getAllBooks() — Method in class BookManager
Returns an array of all books.
- BookManager::getLinkDefaults() — Method in class BookManager
Returns an array with default values for a book page's menu link.
- BookManager::getParentDepthLimit() — Method in class BookManager
Finds the depth limit for items in the parent select.
- BookManager::getBookParents() — Method in class BookManager
- BookManager::getTableOfContents() — Method in class BookManager
Returns an array of book pages in table of contents order.
- BookManager::getActiveTrailIds() — Method in class BookManager
Gets the active trail IDs for the specified book at the provided path.
- BookManagerInterface::getActiveTrailIds() — Method in class BookManagerInterface
Gets the active trail IDs for the specified book at the provided path.
- BookManagerInterface::getTableOfContents() — Method in class BookManagerInterface
Returns an array of book pages in table of contents order.
- BookManagerInterface::getParentDepthLimit() — Method in class BookManagerInterface
Finds the depth limit for items in the parent select.
- BookManagerInterface::getAllBooks() — Method in class BookManagerInterface
Returns an array of all books.
- BookManagerInterface::getLinkDefaults() — Method in class BookManagerInterface
Returns an array with default values for a book page's menu link.
- BookManagerInterface::getBookParents() — Method in class BookManagerInterface
- BookOutlineStorage::getBooks() — Method in class BookOutlineStorage
Gets books (the highest positioned book links).
- BookOutlineStorage::getChildRelativeDepth() — Method in class BookOutlineStorage
Gets child relative depth.
- BookOutlineStorage::getBookMenuTree() — Method in class BookOutlineStorage
Builds tree data used for the menu tree.
- BookOutlineStorage::getBookSubtree() — Method in class BookOutlineStorage
Get book subtree.
- BookOutlineStorageInterface::getBooks() — Method in class BookOutlineStorageInterface
Gets books (the highest positioned book links).
- BookOutlineStorageInterface::getChildRelativeDepth() — Method in class BookOutlineStorageInterface
Gets child relative depth.
- BookOutlineStorageInterface::getBookMenuTree() — Method in class BookOutlineStorageInterface
Builds tree data used for the menu tree.
- BookOutlineStorageInterface::getBookSubtree() — Method in class BookOutlineStorageInterface
Get book subtree.
- BookNavigationCacheContext::getLabel() — Method in class BookNavigationCacheContext
Returns the label of the cache context.
- BookNavigationCacheContext::getContext() — Method in class BookNavigationCacheContext
Returns the string representation of the cache context.
- BookNavigationCacheContext::getCacheableMetadata() — Method in class BookNavigationCacheContext
Gets the cacheability metadata for the context.
- BookAdminEditForm::getFormId() — Method in class BookAdminEditForm
Returns a unique string identifying the form.
- BookOutlineForm::getBaseFormId() — Method in class BookOutlineForm
Returns a string identifying the base form.
- BookRemoveForm::getFormId() — Method in class BookRemoveForm
Returns a unique string identifying the form.
- BookRemoveForm::getDescription() — Method in class BookRemoveForm
Returns additional text to display as a description.
- BookRemoveForm::getConfirmText() — Method in class BookRemoveForm
Returns a caption for the button that confirms the action.
- BookRemoveForm::getQuestion() — Method in class BookRemoveForm
Returns the question to ask the user.
- BookRemoveForm::getCancelUrl() — Method in class BookRemoveForm
Returns the route to go to if the user cancels the action.
- BookSettingsForm::getFormId() — Method in class BookSettingsForm
Returns a unique string identifying the form.
- BookSettingsForm::getEditableConfigNames() — Method in class BookSettingsForm
Gets the configuration names that will be editable.
- BookNavigationBlock::getCacheContexts() — Method in class BookNavigationBlock
- {@inheritdoc}
- BookNavigationBlock::getCacheMaxAge() — Method in class BookNavigationBlock
- {@inheritdoc}
- Book::getEntityTypeId() — Method in class Book
Finds the entity type from configuration or plugin ID.
- Book::getIds() — Method in class Book
Defines the source fields uniquely identifying a source row.
- TopLevelBook::getArgument() — Method in class TopLevelBook
Return the default argument.
- Breakpoint::getLabel() — Method in class Breakpoint
Returns the translated label.
- Breakpoint::getWeight() — Method in class Breakpoint
Returns the weight.
- Breakpoint::getMediaQuery() — Method in class Breakpoint
Returns the media query.
- Breakpoint::getMultipliers() — Method in class Breakpoint
Returns the multipliers.
- Breakpoint::getProvider() — Method in class Breakpoint
Returns the provider.
- Breakpoint::getGroup() — Method in class Breakpoint
Returns the breakpoint group.
- BreakpointInterface::getLabel() — Method in class BreakpointInterface
Returns the translated label.
- BreakpointInterface::getWeight() — Method in class BreakpointInterface
Returns the weight.
- BreakpointInterface::getMediaQuery() — Method in class BreakpointInterface
Returns the media query.
- BreakpointInterface::getMultipliers() — Method in class BreakpointInterface
Returns the multipliers.
- BreakpointInterface::getProvider() — Method in class BreakpointInterface
Returns the provider.
- BreakpointInterface::getGroup() — Method in class BreakpointInterface
Returns the breakpoint group.
- BreakpointManager::getDiscovery() — Method in class BreakpointManager
Gets the plugin discovery.
- BreakpointManager::getBreakpointsByGroup() — Method in class BreakpointManager
Gets breakpoints for the specified group.
- BreakpointManager::getGroups() — Method in class BreakpointManager
Gets all the existing breakpoint groups.
- BreakpointManager::getGroupProviders() — Method in class BreakpointManager
Gets all the providers for the specified breakpoint group.
- BreakpointManager::getGroupLabel() — Method in class BreakpointManager
Gets the label for a breakpoint group.
- BreakpointManagerInterface::getBreakpointsByGroup() — Method in class BreakpointManagerInterface
Gets breakpoints for the specified group.
- BreakpointManagerInterface::getGroups() — Method in class BreakpointManagerInterface
Gets all the existing breakpoint groups.
- BreakpointManagerInterface::getGroupProviders() — Method in class BreakpointManagerInterface
Gets all the providers for the specified breakpoint group.
- CKEditor5Plugin::getClass() — Method in class CKEditor5Plugin
Gets the class of the annotated class.
- CKEditor5Plugin::get() — Method in class CKEditor5Plugin
Gets the value of an annotation.
- CKEditor5ImageController::generateLockIdFromFileUri() — Method in class CKEditor5ImageController
Generates a lock ID based on the file URI.
- HTMLRestrictionsUtilities::getWildcardTags() — Method in class HTMLRestrictionsUtilities
Returns the tags that match the provided wildcard.
- CKEditor5PluginConfigurableTrait::getConfiguration() — Method in class CKEditor5PluginConfigurableTrait
- {@inheritdoc}
- CKEditor5PluginDefault::getDynamicPluginConfig() — Method in class CKEditor5PluginDefault
Allows a plugin to modify its static configuration.
- CKEditor5PluginDefinition::getClass() — Method in class CKEditor5PluginDefinition
Gets the class.
- CKEditor5PluginDefinition::getConditions() — Method in class CKEditor5PluginDefinition
Gets the list of conditions to enable this plugin.
- CKEditor5PluginDefinition::getToolbarItems() — Method in class CKEditor5PluginDefinition
Gets the list of toolbar items this plugin provides.
- CKEditor5PluginDefinition::getLibrary() — Method in class CKEditor5PluginDefinition
Gets the asset library this plugin needs to be loaded.
- CKEditor5PluginDefinition::getAdminLibrary() — Method in class CKEditor5PluginDefinition
Gets the asset library this plugin needs to be loaded on the admin UI.
- CKEditor5PluginDefinition::getElements() — Method in class CKEditor5PluginDefinition
Gets the list of elements and attributes this plugin allows to create/edit.
- CKEditor5PluginDefinition::getCKEditor5Plugins() — Method in class CKEditor5PluginDefinition
Gets the list of CKEditor 5 plugin classes this plugin needs to load.
- CKEditor5PluginDefinition::getCKEditor5Config() — Method in class CKEditor5PluginDefinition
Gets keyed array of additional values for the CKEditor5 constructor config.
- CKEditor5PluginElementsSubsetInterface::getElementsSubset() — Method in class CKEditor5PluginElementsSubsetInterface
Returns a configured subset of the elements supported by this plugin.
- CKEditor5PluginInterface::getDynamicPluginConfig() — Method in class CKEditor5PluginInterface
Allows a plugin to modify its static configuration.
- CKEditor5PluginManager::getDiscovery() — Method in class CKEditor5PluginManager
Gets the plugin discovery.
- CKEditor5PluginManager::getPlugin() — Method in class CKEditor5PluginManager
Returns a CKEditor 5 plugin with configuration from the editor.
- CKEditor5PluginManager::getPluginConfiguration() — Method in class CKEditor5PluginManager
Gets the plugin configuration (if any) from a text editor config entity.
- CKEditor5PluginManager::getToolbarItems() — Method in class CKEditor5PluginManager
Gets a list of all toolbar items.
- CKEditor5PluginManager::getAdminLibraries() — Method in class CKEditor5PluginManager
Gets a list of all admin library names.
- CKEditor5PluginManager::getEnabledLibraries() — Method in class CKEditor5PluginManager
Gets a list of libraries required for the editor.
- CKEditor5PluginManager::getEnabledDefinitions() — Method in class CKEditor5PluginManager
Filter list of definitions by enabled plugins only.
- CKEditor5PluginManager::getCKEditor5PluginConfig() — Method in class CKEditor5PluginManager
Gets the configuration for the CKEditor 5 plugins enabled in this editor.
- CKEditor5PluginManager::getProvidedElements() — Method in class CKEditor5PluginManager
Create a list of elements with attributes declared for the CKEditor5 build.
- CKEditor5PluginManagerInterface::getPlugin() — Method in class CKEditor5PluginManagerInterface
Returns a CKEditor 5 plugin with configuration from the editor.
- CKEditor5PluginManagerInterface::getToolbarItems() — Method in class CKEditor5PluginManagerInterface
Gets a list of all toolbar items.
- CKEditor5PluginManagerInterface::getAdminLibraries() — Method in class CKEditor5PluginManagerInterface
Gets a list of all admin library names.
- CKEditor5PluginManagerInterface::getEnabledLibraries() — Method in class CKEditor5PluginManagerInterface
Gets a list of libraries required for the editor.
- CKEditor5PluginManagerInterface::getEnabledDefinitions() — Method in class CKEditor5PluginManagerInterface
Filter list of definitions by enabled plugins only.
- CKEditor5PluginManagerInterface::getCKEditor5PluginConfig() — Method in class CKEditor5PluginManagerInterface
Gets the configuration for the CKEditor 5 plugins enabled in this editor.
- CKEditor5PluginManagerInterface::getProvidedElements() — Method in class CKEditor5PluginManagerInterface
Create a list of elements with attributes declared for the CKEditor5 build.
- Heading::getDynamicPluginConfig() — Method in class Heading
Allows a plugin to modify its static configuration.
- Heading::getElementsSubset() — Method in class Heading
Returns a configured subset of the elements supported by this plugin.
- ImageUpload::getDynamicPluginConfig() — Method in class ImageUpload
Allows a plugin to modify its static configuration.
- Language::getDynamicPluginConfig() — Method in class Language
Allows a plugin to modify its static configuration.
- Media::getDynamicPluginConfig() — Method in class Media
Allows a plugin to modify its static configuration.
- MediaLibrary::getDynamicPluginConfig() — Method in class MediaLibrary
Allows a plugin to modify its static configuration.
- SourceEditing::getElementsSubset() — Method in class SourceEditing
Returns a configured subset of the elements supported by this plugin.
- SourceEditing::getDynamicPluginConfig() — Method in class SourceEditing
Allows a plugin to modify its static configuration.
- CKEditor5::getDefaultSettings() — Method in class CKEditor5
Returns the default settings for this configurable text editor.
- CKEditor5::getGeneratedAllowedHtmlValue() — Method in class CKEditor5
Value callback to set the CKEditor 5-generated "allowed_html" value.
- CKEditor5::getSubmittedFilterFormat() — Method in class CKEditor5
Gets the submitted text format config entity from form state.
- CKEditor5::getEventualEditorWithPrimedFilterFormat() — Method in class CKEditor5
Gets the eventual text format config entity: from form state + editor.
- CKEditor5::getJSSettings() — Method in class CKEditor5
Returns JavaScript settings to be attached.
- CKEditor5::getLibraries() — Method in class CKEditor5
Returns libraries to be attached.
- CKEditor5::getLangcodes() — Method in class CKEditor5
Returns a list of language codes supported by CKEditor 5.
- ToolbarItemDependencyConstraint::getRequiredOptions() — Method in class ToolbarItemDependencyConstraint
- {@inheritdoc}
- SmartDefaultSettings::getEnabledCkeditor4Plugins() — Method in class SmartDefaultSettings
Gets all enabled CKEditor 4 plugins.
- CKEditorPluginBase::getModuleList() — Method in class CKEditorPluginBase
Gets the module list service.
- CKEditorPluginBase::getModulePath() — Method in class CKEditorPluginBase
Gets the Drupal-root relative installation directory of a module.
- CKEditorPluginBase::getDependencies() — Method in class CKEditorPluginBase
Returns a list of plugins this plugin requires.
- CKEditorPluginBase::getLibraries() — Method in class CKEditorPluginBase
Returns a list of libraries this plugin requires.
- CKEditorPluginButtonsInterface::getButtons() — Method in class CKEditorPluginButtonsInterface
Returns the buttons that this plugin provides, along with metadata.
- CKEditorPluginCssInterface::getCssFiles() — Method in class CKEditorPluginCssInterface
Retrieves enabled plugins' iframe instance CSS files.
- CKEditorPluginInterface::getDependencies() — Method in class CKEditorPluginInterface
Returns a list of plugins this plugin requires.
- CKEditorPluginInterface::getLibraries() — Method in class CKEditorPluginInterface
Returns a list of libraries this plugin requires.
- CKEditorPluginInterface::getFile() — Method in class CKEditorPluginInterface
Returns the Drupal root-relative file path to the plugin JavaScript file.
- CKEditorPluginInterface::getConfig() — Method in class CKEditorPluginInterface
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
- CKEditorPluginManager::getEnabledPluginFiles() — Method in class CKEditorPluginManager
Retrieves enabled plugins' files, keyed by plugin ID.
- CKEditorPluginManager::getEnabledButtons() — Method in class CKEditorPluginManager
Gets the enabled toolbar buttons in the given text editor instance.
- CKEditorPluginManager::getButtons() — Method in class CKEditorPluginManager
Retrieves all available CKEditor buttons, keyed by plugin ID.
- CKEditorPluginManager::getCssFiles() — Method in class CKEditorPluginManager
Retrieves enabled plugins' iframe instance CSS files, keyed by plugin ID.
- DrupalImage::getFile() — Method in class DrupalImage
Returns the Drupal root-relative file path to the plugin JavaScript file.
- DrupalImage::getLibraries() — Method in class DrupalImage
Returns a list of libraries this plugin requires.
- DrupalImage::getConfig() — Method in class DrupalImage
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
- DrupalImage::getButtons() — Method in class DrupalImage
Returns the buttons that this plugin provides, along with metadata.
- DrupalImageCaption::getDependencies() — Method in class DrupalImageCaption
Returns a list of plugins this plugin requires.
- DrupalImageCaption::getLibraries() — Method in class DrupalImageCaption
Returns a list of libraries this plugin requires.
- DrupalImageCaption::getFile() — Method in class DrupalImageCaption
Returns the Drupal root-relative file path to the plugin JavaScript file.
- DrupalImageCaption::getConfig() — Method in class DrupalImageCaption
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
- DrupalImageCaption::getCssFiles() — Method in class DrupalImageCaption
Retrieves enabled plugins' iframe instance CSS files.
- DrupalLink::getFile() — Method in class DrupalLink
Returns the Drupal root-relative file path to the plugin JavaScript file.
- DrupalLink::getLibraries() — Method in class DrupalLink
Returns a list of libraries this plugin requires.
- DrupalLink::getConfig() — Method in class DrupalLink
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
- DrupalLink::getButtons() — Method in class DrupalLink
Returns the buttons that this plugin provides, along with metadata.
- Internal::getFile() — Method in class Internal
Returns the Drupal root-relative file path to the plugin JavaScript file.
- Internal::getConfig() — Method in class Internal
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
- Internal::getButtons() — Method in class Internal
Returns the buttons that this plugin provides, along with metadata.
- Internal::generateFormatTagsSetting() — Method in class Internal
Builds the "format_tags" configuration part of the CKEditor JS settings.
- Internal::generateACFSettings() — Method in class Internal
Builds the ACF part of the CKEditor JS settings.
- Language::getFile() — Method in class Language
Returns the Drupal root-relative file path to the plugin JavaScript file.
- Language::getLibraries() — Method in class Language
Returns a list of libraries this plugin requires.
- Language::getConfig() — Method in class Language
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
- Language::getButtons() — Method in class Language
Returns the buttons that this plugin provides, along with metadata.
- Language::getCssFiles() — Method in class Language
Retrieves enabled plugins' iframe instance CSS files.
- StylesCombo::getFile() — Method in class StylesCombo
Returns the Drupal root-relative file path to the plugin JavaScript file.
- StylesCombo::getConfig() — Method in class StylesCombo
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
- StylesCombo::getButtons() — Method in class StylesCombo
Returns the buttons that this plugin provides, along with metadata.
- StylesCombo::generateStylesSetSetting() — Method in class StylesCombo
Builds the "stylesSet" configuration part of the CKEditor JS settings.
- CKEditor::getDefaultSettings() — Method in class CKEditor
Returns the default settings for this configurable text editor.
- CKEditor::getJSSettings() — Method in class CKEditor
Returns JavaScript settings to be attached.
- CKEditor::getLangcodes() — Method in class CKEditor
Returns a list of language codes supported by CKEditor.
- CKEditor::getLibraries() — Method in class CKEditor
Returns libraries to be attached.
- ColorConfigCacheInvalidator::getSubscribedEvents() — Method in class ColorConfigCacheInvalidator
- {@inheritdoc}
- Color::getIds() — Method in class Color
Gets the destination IDs.
- CommentFieldItemList::get() — Method in class CommentFieldItemList
Returns the item at the specified position in this list.
- CommentForm::getEditedFieldNames() — Method in class CommentForm
Gets the names of all fields edited in the form.
- CommentInterface::getParentComment() — Method in class CommentInterface
Returns the parent comment entity if this is a reply to a comment.
- CommentInterface::getCommentedEntity() — Method in class CommentInterface
Returns the entity to which the comment is attached.
- CommentInterface::getCommentedEntityId() — Method in class CommentInterface
Returns the ID of the entity to which the comment is attached.
- CommentInterface::getCommentedEntityTypeId() — Method in class CommentInterface
Returns the type of the entity to which the comment is attached.
- CommentInterface::getFieldName() — Method in class CommentInterface
Returns the name of the field the comment is attached to.
- CommentInterface::getSubject() — Method in class CommentInterface
Returns the subject of the comment.
- CommentInterface::getAuthorName() — Method in class CommentInterface
Returns the comment author's name.
- CommentInterface::getAuthorEmail() — Method in class CommentInterface
Returns the comment author's email address.
- CommentInterface::getHomepage() — Method in class CommentInterface
Returns the comment author's home page address.
- CommentInterface::getHostname() — Method in class CommentInterface
Returns the comment author's hostname.
- CommentInterface::getCreatedTime() — Method in class CommentInterface
Returns the time that the comment was created.
- CommentInterface::getThread() — Method in class CommentInterface
Returns the alphadecimal representation of the comment's place in a thread.
- CommentInterface::getTypeId() — Method in class CommentInterface
Get the comment type id for this comment.
- CommentManager::getFields() — Method in class CommentManager
Utility function to return an array of comment fields.
- CommentManager::getCountNewComments() — Method in class CommentManager
Returns the number of new comments available on a given entity for a user.
- CommentManagerInterface::getFields() — Method in class CommentManagerInterface
Utility function to return an array of comment fields.
- CommentManagerInterface::getCountNewComments() — Method in class CommentManagerInterface
Returns the number of new comments available on a given entity for a user.
- CommentStatistics::getMaximumCount() — Method in class CommentStatistics
Find the maximum number of comments for the given entity type.
- CommentStatistics::getRankingInfo() — Method in class CommentStatistics
Returns an array of ranking information for hook_ranking().
- CommentStatisticsInterface::getRankingInfo() — Method in class CommentStatisticsInterface
Returns an array of ranking information for hook_ranking().
- CommentStatisticsInterface::getMaximumCount() — Method in class CommentStatisticsInterface
Find the maximum number of comments for the given entity type.
- CommentStorage::getMaxThread() — Method in class CommentStorage
Gets the maximum encoded thread value for the top level comments.
- CommentStorage::getMaxThreadPerThread() — Method in class CommentStorage
Gets the maximum encoded thread value for the children of this comment.
- CommentStorage::getDisplayOrdinal() — Method in class CommentStorage
Gets the display ordinal or page number for a comment.
- CommentStorage::getNewCommentPageNumber() — Method in class CommentStorage
Calculates the page number for the first new comment.
- CommentStorage::getChildCids() — Method in class CommentStorage
Gets the comment ids of the passed comment entities' children.
- CommentStorage::getUnapprovedCount() — Method in class CommentStorage
Returns the number of unapproved comments.
- CommentStorageInterface::getMaxThread() — Method in class CommentStorageInterface
Gets the maximum encoded thread value for the top level comments.
- CommentStorageInterface::getMaxThreadPerThread() — Method in class CommentStorageInterface
Gets the maximum encoded thread value for the children of this comment.
- CommentStorageInterface::getNewCommentPageNumber() — Method in class CommentStorageInterface
Calculates the page number for the first new comment.
- CommentStorageInterface::getDisplayOrdinal() — Method in class CommentStorageInterface
Gets the display ordinal or page number for a comment.
- CommentStorageInterface::getChildCids() — Method in class CommentStorageInterface
Gets the comment ids of the passed comment entities' children.
- CommentStorageInterface::getUnapprovedCount() — Method in class CommentStorageInterface
Returns the number of unapproved comments.
- CommentStorageSchema::getEntitySchema() — Method in class CommentStorageSchema
Gets the entity schema for the specified entity type.
- CommentStorageSchema::getSharedTableFieldSchema() — Method in class CommentStorageSchema
Gets the schema for a single field definition.
- CommentTypeInterface::getDescription() — Method in class CommentTypeInterface
Returns the comment type description.
- CommentTypeInterface::getTargetEntityTypeId() — Method in class CommentTypeInterface
Gets the target entity type id for this comment type.
- CommentTypeListBuilder::getDefaultOperations() — Method in class CommentTypeListBuilder
Gets this list's default operations.
- CommentViewBuilder::getBuildDefaults() — Method in class CommentViewBuilder
Provides entity-specific defaults to the build process.
- CommentViewsData::getViewsData() — Method in class CommentViewsData
Returns views data for the entity type.
- CommentController::getReplyForm() — Method in class CommentController
Form constructor for the comment reply form.
- Comment::getParentComment() — Method in class Comment
Returns the parent comment entity if this is a reply to a comment.
- Comment::getCommentedEntity() — Method in class Comment
Returns the entity to which the comment is attached.
- Comment::getCommentedEntityId() — Method in class Comment
Returns the ID of the entity to which the comment is attached.
- Comment::getCommentedEntityTypeId() — Method in class Comment
Returns the type of the entity to which the comment is attached.
- Comment::getFieldName() — Method in class Comment
Returns the name of the field the comment is attached to.
- Comment::getSubject() — Method in class Comment
Returns the subject of the comment.
- Comment::getAuthorName() — Method in class Comment
Returns the comment author's name.
- Comment::getAuthorEmail() — Method in class Comment
Returns the comment author's email address.
- Comment::getHomepage() — Method in class Comment
Returns the comment author's home page address.
- Comment::getHostname() — Method in class Comment
Returns the comment author's hostname.
- Comment::getCreatedTime() — Method in class Comment
Returns the time that the comment was created.
- Comment::getThread() — Method in class Comment
Returns the alphadecimal representation of the comment's place in a thread.
- Comment::getOwner() — Method in class Comment
Returns the entity owner's user entity.
- Comment::getTypeId() — Method in class Comment
Get the comment type ID for this comment.
- Comment::getDefaultStatus() — Method in class Comment
Default value callback for 'status' base field definition.
- Comment::getDefaultHostname() — Method in class Comment
Returns the default value for entity hostname base field.
- CommentType::getDescription() — Method in class CommentType
Returns the comment type description.
- CommentType::getTargetEntityTypeId() — Method in class CommentType
Gets the target entity type id for this comment type.
- CommentAdminOverview::getFormId() — Method in class CommentAdminOverview
Returns a unique string identifying the form.
- ConfirmDeleteMultiple::getQuestion() — Method in class ConfirmDeleteMultiple
Returns the question to ask the user.
- ConfirmDeleteMultiple::getCancelUrl() — Method in class ConfirmDeleteMultiple
Returns the route to go to if the user cancels the action.
- ConfirmDeleteMultiple::getDeletedMessage() — Method in class ConfirmDeleteMultiple
Returns the message to show the user after an item was deleted.
- ConfirmDeleteMultiple::getInaccessibleMessage() — Method in class ConfirmDeleteMultiple
Returns the message to show the user when an item has not been deleted.
- DeleteForm::getCancelUrl() — Method in class DeleteForm
Returns the route to go to if the user cancels the action.
- DeleteForm::getRedirectUrl() — Method in class DeleteForm
Returns the URL where the user should be redirected after deletion.
- DeleteForm::getDescription() — Method in class DeleteForm
Returns additional text to display as a description.
- DeleteForm::getDeletionMessage() — Method in class DeleteForm
- {@inheritdoc}
- CommentDefaultFormatter::getViewModes() — Method in class CommentDefaultFormatter
Provides a list of comment view modes for the configured comment type.
- CommentPermalinkFormatter::getEntityUrl() — Method in class CommentPermalinkFormatter
Gets the URI elements of the entity.
- CommentItem::generateSampleValue() — Method in class CommentItem
Generates placeholder field values.
- UnapprovedComments::getTitle() — Method in class UnapprovedComments
Returns the localized title to be shown for this tab.
- CommentNameConstraintValidator::getAnonymousContactDetailsSetting() — Method in class CommentNameConstraintValidator
Gets the anonymous contact details setting from the comment.
- D7Comment::getProcess() — Method in class D7Comment
Get the normalized process pipeline configuration describing the process plugins.
- CommentType::getCommentFields() — Method in class CommentType
Returns the fields containing comment settings for each node type.
- CommentType::getIds() — Method in class CommentType
Defines the source fields uniquely identifying a source row.
- Comment::getIds() — Method in class Comment
Defines the source fields uniquely identifying a source row.
- Comment::getIds() — Method in class Comment
Defines the source fields uniquely identifying a source row.
- CommentEntityTranslation::getIds() — Method in class CommentEntityTranslation
Defines the source fields uniquely identifying a source row.
- UserUid::getSortName() — Method in class UserUid
Return a description of how the argument would normally be sorted.
- CommentedEntity::getItems() — Method in class CommentedEntity
Gets an array of items for the field.
- Depth::getItems() — Method in class Depth
Gets an array of items for the field.
- LinkApprove::getUrlInfo() — Method in class LinkApprove
Returns the URI elements of the link.
- LinkApprove::getDefaultLabel() — Method in class LinkApprove
Returns the default label for this link.
- LinkReply::getUrlInfo() — Method in class LinkReply
Returns the URI elements of the link.
- LinkReply::getDefaultLabel() — Method in class LinkReply
Returns the default label for this link.
- NodeComment::getValueOptions() — Method in class NodeComment
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- ConfigSubscriber::getSubscribedEvents() — Method in class ConfigSubscriber
- {@inheritdoc}
- ConfigExportForm::getFormId() — Method in class ConfigExportForm
Returns a unique string identifying the form.
- ConfigImportForm::getFormId() — Method in class ConfigImportForm
Returns a unique string identifying the form.
- ConfigSingleExportForm::getFormId() — Method in class ConfigSingleExportForm
Returns a unique string identifying the form.
- ConfigSingleImportForm::getFormId() — Method in class ConfigSingleImportForm
Returns a unique string identifying the form.
- ConfigSingleImportForm::getCancelUrl() — Method in class ConfigSingleImportForm
Returns the route to go to if the user cancels the action.
- ConfigSingleImportForm::getQuestion() — Method in class ConfigSingleImportForm
Returns the question to ask the user.
- ConfigSync::getFormId() — Method in class ConfigSync
Returns a unique string identifying the form.
- StorageReplaceDataWrapper::getAllCollectionNames() — Method in class StorageReplaceDataWrapper
Gets the existing collections.
- StorageReplaceDataWrapper::getCollectionName() — Method in class StorageReplaceDataWrapper
Gets the name of the current collection the storage is using.
- ConfigTranslationOverviewAccess::getMapperFromRouteMatch() — Method in class ConfigTranslationOverviewAccess
Gets a configuration mapper using a route match.
- ConfigEntityMapper::getEntity() — Method in class ConfigEntityMapper
Gets the entity instance for this mapper.
- ConfigEntityMapper::getTitle() — Method in class ConfigEntityMapper
Returns title of this translation page.
- ConfigEntityMapper::getBaseRouteParameters() — Method in class ConfigEntityMapper
Returns the route parameters for the base route the mapper is attached to.
- ConfigEntityMapper::getType() — Method in class ConfigEntityMapper
Gets the entity type from this mapper.
- ConfigEntityMapper::getTypeName() — Method in class ConfigEntityMapper
Returns the name of the type of data the mapper encapsulates.
- ConfigEntityMapper::getTypeLabel() — Method in class ConfigEntityMapper
Returns the label of the type of data the mapper encapsulates.
- ConfigEntityMapper::getOperations() — Method in class ConfigEntityMapper
Provides an array of information to build a list of operation links.
- ConfigEntityMapper::getContextualLinkGroup() — Method in class ConfigEntityMapper
Returns the name of the contextual link group to add contextual links to.
- ConfigEntityMapper::getOverviewRouteName() — Method in class ConfigEntityMapper
Returns route name for the translation overview route.
- ConfigFieldMapper::getBaseRouteParameters() — Method in class ConfigFieldMapper
Returns the route parameters for the base route the mapper is attached to.
- ConfigFieldMapper::getOverviewRouteName() — Method in class ConfigFieldMapper
Returns route name for the translation overview route.
- ConfigFieldMapper::getTypeLabel() — Method in class ConfigFieldMapper
Returns the label of the type of data the mapper encapsulates.
- ConfigMapperInterface::getTitle() — Method in class ConfigMapperInterface
Returns title of this translation page.
- ConfigMapperInterface::getBaseRouteName() — Method in class ConfigMapperInterface
Returns the name of the base route the mapper is attached to.
- ConfigMapperInterface::getBaseRouteParameters() — Method in class ConfigMapperInterface
Returns the route parameters for the base route the mapper is attached to.
- ConfigMapperInterface::getBaseRoute() — Method in class ConfigMapperInterface
Returns the base route object the mapper is attached to.
- ConfigMapperInterface::getBasePath() — Method in class ConfigMapperInterface
Returns a processed path for the base route the mapper is attached to.
- ConfigMapperInterface::getOverviewRouteName() — Method in class ConfigMapperInterface
Returns route name for the translation overview route.
- ConfigMapperInterface::getOverviewRouteParameters() — Method in class ConfigMapperInterface
Returns the route parameters for the translation overview route.
- ConfigMapperInterface::getOverviewRoute() — Method in class ConfigMapperInterface
Returns the route object for a translation overview route.
- ConfigMapperInterface::getOverviewPath() — Method in class ConfigMapperInterface
Returns a processed path for the translation overview route.
- ConfigMapperInterface::getAddRouteName() — Method in class ConfigMapperInterface
Returns route name for the translation add form route.
- ConfigMapperInterface::getAddRouteParameters() — Method in class ConfigMapperInterface
Returns the route parameters for the translation add form route.
- ConfigMapperInterface::getAddRoute() — Method in class ConfigMapperInterface
Returns the route object for a translation add form route.
- ConfigMapperInterface::getEditRouteName() — Method in class ConfigMapperInterface
Returns route name for the translation edit form route.
- ConfigMapperInterface::getEditRouteParameters() — Method in class ConfigMapperInterface
Returns the route parameters for the translation edit form route.
- ConfigMapperInterface::getEditRoute() — Method in class ConfigMapperInterface
Returns the route object for a translation edit form route.
- ConfigMapperInterface::getDeleteRouteName() — Method in class ConfigMapperInterface
Returns route name for the translation deletion route.
- ConfigMapperInterface::getDeleteRouteParameters() — Method in class ConfigMapperInterface
Returns the route parameters for the translation deletion route.
- ConfigMapperInterface::getDeleteRoute() — Method in class ConfigMapperInterface
Returns the route object for the translation deletion route.
- ConfigMapperInterface::getConfigNames() — Method in class ConfigMapperInterface
Returns an array of configuration names for the mapper.
- ConfigMapperInterface::getWeight() — Method in class ConfigMapperInterface
Returns the weight of the mapper.
- ConfigMapperInterface::getConfigData() — Method in class ConfigMapperInterface
Returns an array with all configuration data.
- ConfigMapperInterface::getLangcode() — Method in class ConfigMapperInterface
Returns the original language code of the configuration.
- ConfigMapperInterface::getLangcodeFromConfig() — Method in class ConfigMapperInterface
Returns the language code of a configuration object given its name.
- ConfigMapperInterface::getTypeName() — Method in class ConfigMapperInterface
Returns the name of the type of data the mapper encapsulates.
- ConfigMapperInterface::getOperations() — Method in class ConfigMapperInterface
Provides an array of information to build a list of operation links.
- ConfigMapperInterface::getTypeLabel() — Method in class ConfigMapperInterface
Returns the label of the type of data the mapper encapsulates.
- ConfigMapperInterface::getContextualLinkGroup() — Method in class ConfigMapperInterface
Returns the name of the contextual link group to add contextual links to.
- ConfigMapperManager::getDiscovery() — Method in class ConfigMapperManager
Gets the plugin discovery.
- ConfigMapperManager::getMappers() — Method in class ConfigMapperManager
Returns an array of all mappers.
- ConfigMapperManagerInterface::getMappers() — Method in class ConfigMapperManagerInterface
Returns an array of all mappers.
- ConfigNamesMapper::getTitle() — Method in class ConfigNamesMapper
Returns title of this translation page.
- ConfigNamesMapper::getBaseRouteName() — Method in class ConfigNamesMapper
Returns the name of the base route the mapper is attached to.
- ConfigNamesMapper::getBaseRouteParameters() — Method in class ConfigNamesMapper
Returns the route parameters for the base route the mapper is attached to.
- ConfigNamesMapper::getBaseRoute() — Method in class ConfigNamesMapper
Returns the base route object the mapper is attached to.
- ConfigNamesMapper::getBasePath() — Method in class ConfigNamesMapper
Returns a processed path for the base route the mapper is attached to.
- ConfigNamesMapper::getOverviewRouteName() — Method in class ConfigNamesMapper
Returns route name for the translation overview route.
- ConfigNamesMapper::getOverviewRouteParameters() — Method in class ConfigNamesMapper
Returns the route parameters for the translation overview route.
- ConfigNamesMapper::getOverviewRoute() — Method in class ConfigNamesMapper
Returns the route object for a translation overview route.
- ConfigNamesMapper::getOverviewPath() — Method in class ConfigNamesMapper
Returns a processed path for the translation overview route.
- ConfigNamesMapper::getAddRouteName() — Method in class ConfigNamesMapper
Returns route name for the translation add form route.
- ConfigNamesMapper::getAddRouteParameters() — Method in class ConfigNamesMapper
Returns the route parameters for the translation add form route.
- ConfigNamesMapper::getAddRoute() — Method in class ConfigNamesMapper
Returns the route object for a translation add form route.
- ConfigNamesMapper::getEditRouteName() — Method in class ConfigNamesMapper
Returns route name for the translation edit form route.
- ConfigNamesMapper::getEditRouteParameters() — Method in class ConfigNamesMapper
Returns the route parameters for the translation edit form route.
- ConfigNamesMapper::getEditRoute() — Method in class ConfigNamesMapper
Returns the route object for a translation edit form route.
- ConfigNamesMapper::getDeleteRouteName() — Method in class ConfigNamesMapper
Returns route name for the translation deletion route.
- ConfigNamesMapper::getDeleteRouteParameters() — Method in class ConfigNamesMapper
Returns the route parameters for the translation deletion route.
- ConfigNamesMapper::getDeleteRoute() — Method in class ConfigNamesMapper
Returns the route object for the translation deletion route.
- ConfigNamesMapper::getConfigNames() — Method in class ConfigNamesMapper
Returns an array of configuration names for the mapper.
- ConfigNamesMapper::getWeight() — Method in class ConfigNamesMapper
Returns the weight of the mapper.
- ConfigNamesMapper::getTypeLabel() — Method in class ConfigNamesMapper
Returns the label of the type of data the mapper encapsulates.
- ConfigNamesMapper::getLangcode() — Method in class ConfigNamesMapper
Returns the original language code of the configuration.
- ConfigNamesMapper::getLangcodeFromConfig() — Method in class ConfigNamesMapper
Returns the language code of a configuration object given its name.
- ConfigNamesMapper::getConfigData() — Method in class ConfigNamesMapper
Returns an array with all configuration data.
- ConfigNamesMapper::getTypeName() — Method in class ConfigNamesMapper
Returns the name of the type of data the mapper encapsulates.
- ConfigNamesMapper::getOperations() — Method in class ConfigNamesMapper
Provides an array of information to build a list of operation links.
- ConfigNamesMapper::getContextualLinkGroup() — Method in class ConfigNamesMapper
Returns the name of the contextual link group to add contextual links to.
- ConfigTranslationBlockListBuilder::getFilterLabels() — Method in class ConfigTranslationBlockListBuilder
Provides user facing strings for the filter element.
- ConfigTranslationEntityListBuilder::getFilterLabels() — Method in class ConfigTranslationEntityListBuilder
Provides user facing strings for the filter element.
- ConfigTranslationEntityListBuilder::getOperations() — Method in class ConfigTranslationEntityListBuilder
Provides an array of information to build a list of operation links.
- ConfigTranslationFieldListBuilder::getFilterLabels() — Method in class ConfigTranslationFieldListBuilder
Provides user facing strings for the filter element.
- ConfigMapperPopulateEvent::getMapper() — Method in class ConfigMapperPopulateEvent
Gets the configuration mapper this event is related to.
- ConfigMapperPopulateEvent::getRouteMatch() — Method in class ConfigMapperPopulateEvent
Gets the route match this event is related to.
- DateFormat::getTranslationElement() — Method in class DateFormat
Returns the translation form element for a given configuration definition.
- ElementInterface::getTranslationBuild() — Method in class ElementInterface
Builds a render array containing the source and translation form elements.
- FormElementBase::getTranslationBuild() — Method in class FormElementBase
Builds a render array containing the source and translation form elements.
- FormElementBase::getSourceElement() — Method in class FormElementBase
Returns the source element for a given configuration definition.
- FormElementBase::getTranslationElement() — Method in class FormElementBase
Returns the translation form element for a given configuration definition.
- ListElement::getTranslationBuild() — Method in class ListElement
Builds a render array containing the source and translation form elements.
- ListElement::getGroupTitle() — Method in class ListElement
Returns the title for the 'details' element of a group of schema elements.
- PluralVariants::getSourceElement() — Method in class PluralVariants
Returns the source element for a given configuration definition.
- PluralVariants::getTranslationElement() — Method in class PluralVariants
Returns the translation form element for a given configuration definition.
- TextFormat::getSourceElement() — Method in class TextFormat
Returns the source element for a given configuration definition.
- TextFormat::getTranslationElement() — Method in class TextFormat
Returns the translation form element for a given configuration definition.
- Textarea::getTranslationElement() — Method in class Textarea
Returns the translation form element for a given configuration definition.
- Textfield::getTranslationElement() — Method in class Textfield
Returns the translation form element for a given configuration definition.
- ConfigTranslationAddForm::getFormId() — Method in class ConfigTranslationAddForm
Returns a unique string identifying the form.
- ConfigTranslationDeleteForm::getQuestion() — Method in class ConfigTranslationDeleteForm
Returns the question to ask the user.
- ConfigTranslationDeleteForm::getConfirmText() — Method in class ConfigTranslationDeleteForm
Returns a caption for the button that confirms the action.
- ConfigTranslationDeleteForm::getCancelUrl() — Method in class ConfigTranslationDeleteForm
Returns the route to go to if the user cancels the action.
- ConfigTranslationDeleteForm::getFormId() — Method in class ConfigTranslationDeleteForm
Returns a unique string identifying the form.
- ConfigTranslationEditForm::getFormId() — Method in class ConfigTranslationEditForm
Returns a unique string identifying the form.
- ConfigTranslationFormBase::getBaseFormId() — Method in class ConfigTranslationFormBase
Returns a string identifying the base form.
- ConfigTranslationContextualLinks::getDerivativeDefinitions() — Method in class ConfigTranslationContextualLinks
Gets the definition of all derivatives of a base plugin.
- ConfigTranslationLocalTasks::getDerivativeDefinitions() — Method in class ConfigTranslationLocalTasks
Gets the definition of all derivatives of a base plugin.
- ConfigTranslationContextualLink::getTitle() — Method in class ConfigTranslationContextualLink
Returns the localized title to be shown for this contextual link.
- ConfigTranslationLocalTask::getTitle() — Method in class ConfigTranslationLocalTask
Returns the localized title to be shown for this tab.
- ProfileFieldTranslation::getIds() — Method in class ProfileFieldTranslation
Defines the source fields uniquely identifying a source row.
- RouteSubscriber::getSubscribedEvents() — Method in class RouteSubscriber
- {@inheritdoc}
- ContactFormEditForm::getEditableConfigNames() — Method in class ContactFormEditForm
- {@inheritdoc}
- ContactFormInterface::getMessage() — Method in class ContactFormInterface
Returns the message to be displayed to user.
- ContactFormInterface::getRecipients() — Method in class ContactFormInterface
Returns list of recipient email addresses.
- ContactFormInterface::getRedirectPath() — Method in class ContactFormInterface
Returns the path for redirect.
- ContactFormInterface::getRedirectUrl() — Method in class ContactFormInterface
Returns the url object for redirect path.
- ContactFormInterface::getReply() — Method in class ContactFormInterface
Returns an auto-reply message to send to the message author.
- ContactFormInterface::getWeight() — Method in class ContactFormInterface
Returns the weight of this category (used for sorting).
- ContactForm::getMessage() — Method in class ContactForm
Returns the message to be displayed to user.
- ContactForm::getRecipients() — Method in class ContactForm
Returns list of recipient email addresses.
- ContactForm::getRedirectPath() — Method in class ContactForm
Returns the path for redirect.
- ContactForm::getRedirectUrl() — Method in class ContactForm
Returns the url object for redirect path.
- ContactForm::getReply() — Method in class ContactForm
Returns an auto-reply message to send to the message author.
- ContactForm::getWeight() — Method in class ContactForm
Returns the weight of this category (used for sorting).
- Message::getContactForm() — Method in class Message
Returns the form this contact message belongs to.
- Message::getSenderName() — Method in class Message
Returns the name of the sender.
- Message::getSenderMail() — Method in class Message
Returns the email address of the sender.
- Message::getSubject() — Method in class Message
Returns the message subject.
- Message::getMessage() — Method in class Message
Returns the message body.
- Message::getPersonalRecipient() — Method in class Message
Returns the user this message is being sent to.
- MessageInterface::getContactForm() — Method in class MessageInterface
Returns the form this contact message belongs to.
- MessageInterface::getSenderName() — Method in class MessageInterface
Returns the name of the sender.
- MessageInterface::getSenderMail() — Method in class MessageInterface
Returns the email address of the sender.
- MessageInterface::getSubject() — Method in class MessageInterface
Returns the message subject.
- MessageInterface::getMessage() — Method in class MessageInterface
Returns the message body.
- MessageInterface::getPersonalRecipient() — Method in class MessageInterface
Returns the user this message is being sent to.
- MessageViewBuilder::getBuildDefaults() — Method in class MessageViewBuilder
Provides entity-specific defaults to the build process.
- ContactCategory::getIds() — Method in class ContactCategory
Defines the source fields uniquely identifying a source row.
- ContactLink::getUrlInfo() — Method in class ContactLink
Returns the URI elements of the link.
- ContactLink::getDefaultLabel() — Method in class ContactLink
Returns the default label for this link.
- ContentModerationState::getTransitionTo() — Method in class ContentModerationState
- ContentModerationState::getTransitions() — Method in class ContentModerationState
Gets all the possible transition objects for the state.
- ContentModerationStateStorageSchema::getEntitySchema() — Method in class ContentModerationStateStorageSchema
Gets the entity schema for the specified entity type.
- EntityTypeInfo::getModeratedBundles() — Method in class EntityTypeInfo
Returns an iterable list of entity names and bundle names under moderation.
- ContentModerationState::getFieldsToSkipFromTranslationChangesCheck() — Method in class ContentModerationState
Returns an array of field names to skip in ::hasTranslationChanges.
- EntityModerationRouteProvider::getRoutes() — Method in class EntityModerationRouteProvider
Provides routes for entities.
- EntityModerationRouteProvider::getLatestVersionRoute() — Method in class EntityModerationRouteProvider
Gets the moderation-form route.
- EntityModerationRouteProvider::getEntityTypeIdKeyType() — Method in class EntityModerationRouteProvider
Gets the type of the ID key for a given entity type.
- ConfigImportSubscriber::getWorkflow() — Method in class ConfigImportSubscriber
Get the workflow entity object from the configuration name.
- ContentModerationConfigureEntityTypesForm::getFormId() — Method in class ContentModerationConfigureEntityTypesForm
Returns a unique string identifying the form.
- ContentModerationConfigureEntityTypesForm::getTitle() — Method in class ContentModerationConfigureEntityTypesForm
Route title callback.
- EntityModerationForm::getFormId() — Method in class EntityModerationForm
Returns a unique string identifying the form.
- ModeratedNodeListBuilder::getEntityRevisionIds() — Method in class ModeratedNodeListBuilder
Loads entity revision IDs using a pager sorted by the entity revision ID.
- ModerationInformation::getDefaultRevisionId() — Method in class ModerationInformation
Returns the revision ID of the default revision for the specified entity.
- ModerationInformation::getAffectedRevisionTranslation() — Method in class ModerationInformation
Returns the revision translation affected translation of a revision.
- ModerationInformation::getWorkflowForEntity() — Method in class ModerationInformation
Gets the workflow for the given content entity.
- ModerationInformation::getWorkflowForEntityTypeAndBundle() — Method in class ModerationInformation
Gets the workflow for the given entity type and bundle.
- ModerationInformation::getUnsupportedFeatures() — Method in class ModerationInformation
Gets unsupported features for a given entity type.
- ModerationInformation::getOriginalState() — Method in class ModerationInformation
Gets the original or initial state of the given entity.
- ModerationInformationInterface::getDefaultRevisionId() — Method in class ModerationInformationInterface
Returns the revision ID of the default revision for the specified entity.
- ModerationInformationInterface::getAffectedRevisionTranslation() — Method in class ModerationInformationInterface
Returns the revision translation affected translation of a revision.
- ModerationInformationInterface::getWorkflowForEntity() — Method in class ModerationInformationInterface
Gets the workflow for the given content entity.
- ModerationInformationInterface::getWorkflowForEntityTypeAndBundle() — Method in class ModerationInformationInterface
Gets the workflow for the given entity type and bundle.
- ModerationInformationInterface::getUnsupportedFeatures() — Method in class ModerationInformationInterface
Gets unsupported features for a given entity type.
- ModerationInformationInterface::getOriginalState() — Method in class ModerationInformationInterface
Gets the original or initial state of the given entity.
- DynamicLocalTasks::getDerivativeDefinitions() — Method in class DynamicLocalTasks
Gets the definition of all derivatives of a base plugin.
- ModerationStateFieldItemList::getModerationStateId() — Method in class ModerationStateFieldItemList
Gets the moderation state ID linked to a content entity revision.
- ModerationStateFieldItemList::get() — Method in class ModerationStateFieldItemList
Returns the item at the specified position in this list.
- ModerationStateFieldItemList::generateSampleItems() — Method in class ModerationStateFieldItemList
Populates a specified number of field items with valid sample data.
- ContentModeration::getState() — Method in class ContentModeration
Gets a workflow state.
- ContentModeration::getEntityTypes() — Method in class ContentModeration
Gets the entity types the workflow is applied to.
- ContentModeration::getBundlesForEntityType() — Method in class ContentModeration
Gets any bundles the workflow is applied to for the given entity type.
- ContentModeration::getConfiguration() — Method in class ContentModeration
Gets this plugin's configuration.
- ContentModeration::getInitialState() — Method in class ContentModeration
Gets the initial state for the workflow.
- ContentModerationInterface::getEntityTypes() — Method in class ContentModerationInterface
Gets the entity types the workflow is applied to.
- ContentModerationInterface::getBundlesForEntityType() — Method in class ContentModerationInterface
Gets any bundles the workflow is applied to for the given entity type.
- ContentModerationInterface::getInitialState() — Method in class ContentModerationInterface
Gets the initial state for the workflow.
- ModerationStateFilter::getCacheTags() — Method in class ModerationStateFilter
The cache tags associated with this object.
- ModerationStateFilter::getCacheContexts() — Method in class ModerationStateFilter
The cache contexts associated with this object.
- ModerationStateFilter::getValueOptions() — Method in class ModerationStateFilter
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- ModerationStateFilter::getWorkflowIds() — Method in class ModerationStateFilter
Gets the list of Workflow IDs configured for this filter.
- ContentModerationRouteSubscriber::getModeratedEntityTypes() — Method in class ContentModerationRouteSubscriber
Returns the moderated entity types.
- ContentModerationRouteSubscriber::getSubscribedEvents() — Method in class ContentModerationRouteSubscriber
- {@inheritdoc}
- StateTransitionValidation::getValidTransitions() — Method in class StateTransitionValidation
Gets a list of transitions that are legal for this user on this entity.
- StateTransitionValidationInterface::getValidTransitions() — Method in class StateTransitionValidationInterface
Gets a list of transitions that are legal for this user on this entity.
- ViewsData::getViewsData() — Method in class ViewsData
Returns the views data.
- BundleTranslationSettingsInterface::getBundleTranslationSettings() — Method in class BundleTranslationSettingsInterface
Returns translation settings for the specified bundle.
- ContentTranslationHandler::getFieldDefinitions() — Method in class ContentTranslationHandler
Returns a set of field definitions to be used to store metadata items.
- ContentTranslationHandler::getTranslationAccess() — Method in class ContentTranslationHandler
Checks if the user can perform the given operation on translations of the wrapped entity.
- ContentTranslationHandler::getSourceLangcode() — Method in class ContentTranslationHandler
Retrieves the source language for the translation being created.
- ContentTranslationHandler::getDefaultOwnerId() — Method in class ContentTranslationHandler
Default value callback for the owner base field definition.
- ContentTranslationHandlerInterface::getFieldDefinitions() — Method in class ContentTranslationHandlerInterface
Returns a set of field definitions to be used to store metadata items.
- ContentTranslationHandlerInterface::getTranslationAccess() — Method in class ContentTranslationHandlerInterface
Checks if the user can perform the given operation on translations of the wrapped entity.
- ContentTranslationHandlerInterface::getSourceLangcode() — Method in class ContentTranslationHandlerInterface
Retrieves the source language for the translation being created.
- ContentTranslationManager::getTranslationHandler() — Method in class ContentTranslationManager
Returns an instance of the Content translation handler.
- ContentTranslationManager::getTranslationMetadata() — Method in class ContentTranslationManager
Returns an instance of the Content translation metadata.
- ContentTranslationManager::getSupportedEntityTypes() — Method in class ContentTranslationManager
Gets the entity types that support content translation.
- ContentTranslationManager::getBundleTranslationSettings() — Method in class ContentTranslationManager
Returns translation settings for the specified bundle.
- ContentTranslationManagerInterface::getSupportedEntityTypes() — Method in class ContentTranslationManagerInterface
Gets the entity types that support content translation.
- ContentTranslationManagerInterface::getTranslationHandler() — Method in class ContentTranslationManagerInterface
Returns an instance of the Content translation handler.
- ContentTranslationManagerInterface::getTranslationMetadata() — Method in class ContentTranslationManagerInterface
Returns an instance of the Content translation metadata.
- ContentTranslationMetadataWrapper::getSource() — Method in class ContentTranslationMetadataWrapper
Retrieves the source language for this translation.
- ContentTranslationMetadataWrapper::getAuthor() — Method in class ContentTranslationMetadataWrapper
Returns the translation author.
- ContentTranslationMetadataWrapper::getCreatedTime() — Method in class ContentTranslationMetadataWrapper
Returns the translation creation timestamp.
- ContentTranslationMetadataWrapper::getChangedTime() — Method in class ContentTranslationMetadataWrapper
Returns the timestamp of the last entity change from current translation.
- ContentTranslationMetadataWrapperInterface::getSource() — Method in class ContentTranslationMetadataWrapperInterface
Retrieves the source language for this translation.
- ContentTranslationMetadataWrapperInterface::getAuthor() — Method in class ContentTranslationMetadataWrapperInterface
Returns the translation author.
- ContentTranslationMetadataWrapperInterface::getCreatedTime() — Method in class ContentTranslationMetadataWrapperInterface
Returns the translation creation timestamp.
- ContentTranslationMetadataWrapperInterface::getChangedTime() — Method in class ContentTranslationMetadataWrapperInterface
Returns the timestamp of the last entity change from current translation.
- FieldTranslationSynchronizer::getFieldSynchronizedProperties() — Method in class FieldTranslationSynchronizer
Returns the synchronized properties for the specified field definition.
- FieldTranslationSynchronizer::getFieldSynchronizationSettings() — Method in class FieldTranslationSynchronizer
Returns the synchronization settings for the specified field.
- FieldTranslationSynchronizer::getOriginalEntity() — Method in class FieldTranslationSynchronizer
Returns the original unchanged entity to be used to detect changes.
- FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties() — Method in class FieldTranslationSynchronizerInterface
Returns the synchronized properties for the specified field definition.
- ContentTranslationDeleteForm::getFormId() — Method in class ContentTranslationDeleteForm
Returns a unique string identifying the form.
- ContentTranslationContextualLinks::getDerivativeDefinitions() — Method in class ContentTranslationContextualLinks
Gets the definition of all derivatives of a base plugin.
- ContentTranslationLocalTasks::getDerivativeDefinitions() — Method in class ContentTranslationLocalTasks
Gets the definition of all derivatives of a base plugin.
- ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalEntity() — Method in class ContentTranslationSynchronizedFieldsConstraintValidator
Returns the original unchanged entity to be used to detect changes.
- ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalTranslation() — Method in class ContentTranslationSynchronizedFieldsConstraintValidator
Returns the original translation.
- ContentTranslationSynchronizedFieldsConstraintValidator::getSynchronizedPropertiesByField() — Method in class ContentTranslationSynchronizedFieldsConstraintValidator
Returns the synchronized properties for every specified field.
- I18nQueryTrait::getPropertyNotInRowTranslation() — Method in class I18nQueryTrait
Gets the translation for the property not already in the row.
- EntityTranslationSettings::getIds() — Method in class EntityTranslationSettings
Defines the source fields uniquely identifying a source row.
- TranslationLink::getEntityLinkTemplate() — Method in class TranslationLink
Returns the entity link template name identifying the link route.
- TranslationLink::getDefaultLabel() — Method in class TranslationLink
Returns the default label for this link.
- ContentTranslationRouteSubscriber::getSubscribedEvents() — Method in class ContentTranslationRouteSubscriber
- {@inheritdoc}
- ContextualLinks::getInfo() — Method in class ContextualLinks
Returns the element properties for this element.
- ContextualLinksPlaceholder::getInfo() — Method in class ContextualLinksPlaceholder
Returns the element properties for this element.
- DateTimeComputed::getValue() — Method in class DateTimeComputed
Gets the data value.
- DateTimeFormatterBase::getFormatSettings() — Method in class DateTimeFormatterBase
Gets a settings array suitable for DrupalDateTime::format().
- DateTimeItem::generateSampleValue() — Method in class DateTimeItem
Generates placeholder field values.
- DateField::getFieldFormatterMap() — Method in class DateField
Get a map between D6 formatters and D8 formatters for this field type.
- DateField::getFieldWidgetMap() — Method in class DateField
Get a map between D6 and D8 widgets for this field type.
- DateField::getFieldType() — Method in class DateField
Computes the destination type of a migrated field.
- Date::getDateField() — Method in class Date
Creates cross-database SQL dates.
- Date::getDateFormat() — Method in class Date
Creates cross-database SQL date formatting.
- Date::getTimezone() — Method in class Date
Get the proper time zone to use in computations.
- Date::getOffset() — Method in class Date
Get the proper offset from UTC to use in computations.
- Date::getDateField() — Method in class Date
Creates cross-database SQL dates.
- Date::getDateFormat() — Method in class Date
Creates cross-database SQL date formatting.
- DateRangeItem::generateSampleValue() — Method in class DateRangeItem
Generates placeholder field values.
- DbLogController::getLogLevelClassMap() — Method in class DbLogController
Gets an array of log level classes.
- DblogClearLogConfirmForm::getFormId() — Method in class DblogClearLogConfirmForm
Returns a unique string identifying the form.
- DblogClearLogConfirmForm::getQuestion() — Method in class DblogClearLogConfirmForm
Returns the question to ask the user.
- DblogClearLogConfirmForm::getCancelUrl() — Method in class DblogClearLogConfirmForm
Returns the route to go to if the user cancels the action.
- DblogFilterForm::getFormId() — Method in class DblogFilterForm
Returns a unique string identifying the form.
- DBLogResource::get() — Method in class DBLogResource
Responds to GET requests.
- DblogTypes::getValueOptions() — Method in class DblogTypes
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- InstallHelper::getModulePath() — Method in class InstallHelper
Set module_path variable.
- InstallHelper::getTermId() — Method in class InstallHelper
Retrieves the Term ID of a term saved during the import process.
- InstallHelper::getMediaImageId() — Method in class InstallHelper
Retrieves the Media Image ID of a media image saved during the import process.
- InstallHelper::getNodePath() — Method in class InstallHelper
Retrieves the node path of node CSV ID saved during the import process.
- InstallHelper::getUser() — Method in class InstallHelper
Looks up a user by name, if it is missing the user is created.
- DynamicPageCacheSubscriber::getSubscribedEvents() — Method in class DynamicPageCacheSubscriber
- {@inheritdoc}
- GetUntransformedTextCommand — Class in namespace Drupal\editor\Ajax
AJAX command to rerender a formatted text field without any transformation filters.
- EditorController::getUntransformedText() — Method in class EditorController
Returns an Ajax response to render a text field without transformation filters.
- EditorInterface::getFilterFormat() — Method in class EditorInterface
Returns the filter format this text editor is associated with.
- EditorInterface::getEditor() — Method in class EditorInterface
Returns the associated text editor plugin ID.
- EditorInterface::getSettings() — Method in class EditorInterface
Returns the text editor plugin-specific settings.
- EditorInterface::getImageUploadSettings() — Method in class EditorInterface
Returns the image upload settings.
- Standard::getAllowedTags() — Method in class Standard
Get all allowed tags from a restrictions data structure.
- Standard::getForbiddenTags() — Method in class Standard
Get all forbidden tags from a restrictions data structure.
- Editor::getFilterFormat() — Method in class Editor
Returns the filter format this text editor is associated with.
- Editor::getEditor() — Method in class Editor
Returns the associated text editor plugin ID.
- Editor::getSettings() — Method in class Editor
Returns the text editor plugin-specific settings.
- Editor::getImageUploadSettings() — Method in class Editor
Returns the image upload settings.
- EditorConfigTranslationSubscriber::getSubscribedEvents() — Method in class EditorConfigTranslationSubscriber
- {@inheritdoc}
- EditorImageDialog::getFormId() — Method in class EditorImageDialog
Returns a unique string identifying the form.
- EditorLinkDialog::getFormId() — Method in class EditorLinkDialog
Returns a unique string identifying the form.
- EditorBase::getDefaultSettings() — Method in class EditorBase
Returns the default settings for this configurable text editor.
- EditorManager::getAttachments() — Method in class EditorManager
Retrieves text editor libraries and JavaScript settings.
- EditorPluginInterface::getDefaultSettings() — Method in class EditorPluginInterface
Returns the default settings for this configurable text editor.
- EditorPluginInterface::getJSSettings() — Method in class EditorPluginInterface
Returns JavaScript settings to be attached.
- EditorPluginInterface::getLibraries() — Method in class EditorPluginInterface
Returns libraries to be attached.
- Editor::getMetadata() — Method in class Editor
Generates metadata that is needed specifically for this editor.
- Editor::getAttachments() — Method in class Editor
Returns the attachments for this editor.
- ConfigImporterFieldPurger::getFieldStoragesToPurge() — Method in class ConfigImporterFieldPurger
Gets the list of fields to purge before configuration synchronization.
- FieldConfig::getFieldStorageDefinition() — Method in class FieldConfig
Returns the field storage definition.
- FieldConfig::getDisplayOptions() — Method in class FieldConfig
Returns the default display options for the field.
- FieldConfig::getUniqueIdentifier() — Method in class FieldConfig
Returns a unique identifier for the field.
- FieldStorageConfig::getSchema() — Method in class FieldStorageConfig
Returns the field schema.
- FieldStorageConfig::getColumns() — Method in class FieldStorageConfig
Returns the field columns, as defined in the field schema.
- FieldStorageConfig::getBundles() — Method in class FieldStorageConfig
Returns the list of bundles where the field storage has fields.
- FieldStorageConfig::getName() — Method in class FieldStorageConfig
Returns the machine name of the field.
- FieldStorageConfig::getTypeProvider() — Method in class FieldStorageConfig
Returns the name of the module providing the field type.
- FieldStorageConfig::getType() — Method in class FieldStorageConfig
Returns the field type.
- FieldStorageConfig::getSettings() — Method in class FieldStorageConfig
Returns the storage settings.
- FieldStorageConfig::getSetting() — Method in class FieldStorageConfig
Returns the value of a given storage setting.
- FieldStorageConfig::getProvider() — Method in class FieldStorageConfig
Returns the name of the provider of this field.
- FieldStorageConfig::getLabel() — Method in class FieldStorageConfig
Returns the human-readable label for the field.
- FieldStorageConfig::getDescription() — Method in class FieldStorageConfig
Returns the human-readable description for the field.
- FieldStorageConfig::getCardinality() — Method in class FieldStorageConfig
Returns the maximum number of items allowed for the field.
- FieldStorageConfig::getOptionsProvider() — Method in class FieldStorageConfig
Gets an options provider for the given field item property.
- FieldStorageConfig::getTargetEntityTypeId() — Method in class FieldStorageConfig
Returns the ID of the entity type the field is attached to.
- FieldStorageConfig::getConstraints() — Method in class FieldStorageConfig
Returns an array of validation constraints.
- FieldStorageConfig::getConstraint() — Method in class FieldStorageConfig
Returns a validation constraint.
- FieldStorageConfig::getPropertyDefinition() — Method in class FieldStorageConfig
Gets the definition of a contained property.
- FieldStorageConfig::getPropertyDefinitions() — Method in class FieldStorageConfig
Gets an array of property definitions of contained properties.
- FieldStorageConfig::getPropertyNames() — Method in class FieldStorageConfig
Returns the names of the field's subproperties.
- FieldStorageConfig::getMainPropertyName() — Method in class FieldStorageConfig
Returns the name of the main property, if any.
- FieldStorageConfig::getUniqueStorageIdentifier() — Method in class FieldStorageConfig
Returns a unique identifier for the field storage.
- FieldStorageConfig::getFieldItemClass() — Method in class FieldStorageConfig
Helper to retrieve the field item class.
- FieldStorageConfig::getIndexes() — Method in class FieldStorageConfig
Returns the custom storage indexes for the field data storage.
- FieldStorageConfigInterface::getType() — Method in class FieldStorageConfigInterface
Returns the field type.
- FieldStorageConfigInterface::getTypeProvider() — Method in class FieldStorageConfigInterface
Returns the name of the module providing the field type.
- FieldStorageConfigInterface::getBundles() — Method in class FieldStorageConfigInterface
Returns the list of bundles where the field storage has fields.
- FieldStorageConfigInterface::getIndexes() — Method in class FieldStorageConfigInterface
Returns the custom storage indexes for the field data storage.
- FieldUninstallValidator::getFieldStoragesByModule() — Method in class FieldUninstallValidator
Returns all field storages for a specified module.
- FieldUninstallValidator::getFieldTypeLabel() — Method in class FieldUninstallValidator
Returns the label for a specified field type.
- Email::getFieldWidgetMap() — Method in class Email
Get a map between D6 and D8 widgets for this field type.
- Email::getFieldFormatterMap() — Method in class Email
Get a map between D6 formatters and D8 formatters for this field type.
- EntityReference::getFieldFormatterMap() — Method in class EntityReference
Get a map between D6 formatters and D8 formatters for this field type.
- FieldInstanceWidgetSettings::getSettings() — Method in class FieldInstanceWidgetSettings
Merge the default D8 and specified D6 settings for a widget type.
- FieldSettings::getSettings() — Method in class FieldSettings
Merge the default D8 and specified D6 settings.
- Field::getIds() — Method in class Field
Defines the source fields uniquely identifying a source row.
- FieldInstance::getIds() — Method in class FieldInstance
Defines the source fields uniquely identifying a source row.
- FieldInstancePerFormDisplay::getIds() — Method in class FieldInstancePerFormDisplay
Defines the source fields uniquely identifying a source row.
- FieldInstancePerViewMode::getIds() — Method in class FieldInstancePerViewMode
Defines the source fields uniquely identifying a source row.
- FieldLabelDescriptionTranslation::getIds() — Method in class FieldLabelDescriptionTranslation
Defines the source fields uniquely identifying a source row.
- FieldOptionTranslation::getIds() — Method in class FieldOptionTranslation
Defines the source fields uniquely identifying a source row.
- Field::getIds() — Method in class Field
Defines the source fields uniquely identifying a source row.
- FieldInstance::getIds() — Method in class FieldInstance
Defines the source fields uniquely identifying a source row.
- FieldInstancePerFormDisplay::getIds() — Method in class FieldInstancePerFormDisplay
Defines the source fields uniquely identifying a source row.
- FieldInstancePerViewMode::getIds() — Method in class FieldInstancePerViewMode
Defines the source fields uniquely identifying a source row.
- FieldLabelDescriptionTranslation::getIds() — Method in class FieldLabelDescriptionTranslation
Defines the source fields uniquely identifying a source row.
- FieldOptionTranslation::getIds() — Method in class FieldOptionTranslation
Defines the source fields uniquely identifying a source row.
- ViewMode::getIds() — Method in class ViewMode
Defines the source fields uniquely identifying a source row.
- EntityDisplayWithLayoutInterface::getDefaultRegion() — Method in class EntityDisplayWithLayoutInterface
Gets the default region.
- EntityDisplayWithLayoutInterface::getLayoutId() — Method in class EntityDisplayWithLayoutInterface
Gets the layout plugin ID for this display.
- EntityDisplayWithLayoutInterface::getLayoutSettings() — Method in class EntityDisplayWithLayoutInterface
Gets the layout plugin settings for this display.
- EntityDisplayWithLayoutInterface::getLayout() — Method in class EntityDisplayWithLayoutInterface
Gets the layout plugin for this display.
- FieldLayoutEntityDisplayTrait::getLayoutDefinition() — Method in class FieldLayoutEntityDisplayTrait
Gets a layout definition.
- FieldLayoutEntityDisplayTrait::getLayoutId() — Method in class FieldLayoutEntityDisplayTrait
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutId().
- FieldLayoutEntityDisplayTrait::getLayoutSettings() — Method in class FieldLayoutEntityDisplayTrait
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutSettings().
- FieldLayoutEntityDisplayTrait::getLayout() — Method in class FieldLayoutEntityDisplayTrait
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayout().
- FieldLayoutEntityDisplayTrait::getDefaultRegion() — Method in class FieldLayoutEntityDisplayTrait
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getDefaultRegion().
- FieldLayoutBuilder::getFields() — Method in class FieldLayoutBuilder
Gets the fields that need to be processed.
- FieldLayoutEntityDisplayFormTrait::getRegions() — Method in class FieldLayoutEntityDisplayFormTrait
Overrides \Drupal\field_ui\Form\EntityDisplayFormBase::getRegions().
- FieldLayoutEntityDisplayFormTrait::getLayout() — Method in class FieldLayoutEntityDisplayFormTrait
Gets the layout plugin for the currently selected field layout.
- FieldLayoutEntityDisplayFormTrait::getEntity() — Method in class FieldLayoutEntityDisplayFormTrait
Gets the form entity.
- FieldUiTable::getInfo() — Method in class FieldUiTable
Returns the element properties for this element.
- FieldConfigListBuilder::getDefaultOperations() — Method in class FieldConfigListBuilder
Gets this list's default operations.
- FieldUI::getOverviewRouteInfo() — Method in class FieldUI
Returns the route info for the field overview of a given entity bundle.
- FieldUI::getNextDestination() — Method in class FieldUI
Returns the next redirect path in a multipage sequence.
- FieldUI::getRouteBundleParameter() — Method in class FieldUI
Gets the route parameter that should be used for Field UI routes.
- EntityDisplayFormBase::getEntityFromRouteMatch() — Method in class EntityDisplayFormBase
Determines which entity will be used by this form from a RouteMatch object.
- EntityDisplayFormBase::getRegions() — Method in class EntityDisplayFormBase
Get the regions needed to create the overview form.
- EntityDisplayFormBase::getRegionOptions() — Method in class EntityDisplayFormBase
Returns an associative array of all regions.
- EntityDisplayFormBase::getFieldDefinitions() — Method in class EntityDisplayFormBase
Collects the definitions of fields whose display is configurable.
- EntityDisplayFormBase::getExtraFields() — Method in class EntityDisplayFormBase
Returns the extra fields of the entity type and bundle used by this form.
- EntityDisplayFormBase::getEntityDisplay() — Method in class EntityDisplayFormBase
Returns an entity display object to be used by this form.
- EntityDisplayFormBase::getApplicablePluginOptions() — Method in class EntityDisplayFormBase
Returns an array of applicable widget or formatter options for a field.
- EntityDisplayFormBase::getDefaultPlugin() — Method in class EntityDisplayFormBase
Returns the ID of the default widget or formatter plugin for a field type.
- EntityDisplayFormBase::getDisplayModes() — Method in class EntityDisplayFormBase
Returns the form or view modes used by this form.
- EntityDisplayFormBase::getDisplayModeOptions() — Method in class EntityDisplayFormBase
Returns an array of form or view mode options.
- EntityDisplayFormBase::getDisplayModesLink() — Method in class EntityDisplayFormBase
Returns a link to the form or view mode admin page.
- EntityDisplayFormBase::getRowRegion() — Method in class EntityDisplayFormBase
Returns the region to which a row in the display overview belongs.
- EntityDisplayFormBase::getDisplays() — Method in class EntityDisplayFormBase
Returns entity (form) displays for the current entity display type.
- EntityDisplayFormBase::getDisplayStatuses() — Method in class EntityDisplayFormBase
Returns form or view modes statuses for the bundle used by this form.
- EntityDisplayFormBase::getTableHeader() — Method in class EntityDisplayFormBase
Returns an array containing the table headers.
- EntityDisplayFormBase::getOverviewUrl() — Method in class EntityDisplayFormBase
Returns the Url object for a specific entity (form) display edit form.
- EntityDisplayModeDeleteForm::getDescription() — Method in class EntityDisplayModeDeleteForm
Returns additional text to display as a description.
- EntityFormDisplayEditForm::getEntityDisplay() — Method in class EntityFormDisplayEditForm
Returns an entity display object to be used by this form.
- EntityFormDisplayEditForm::getDefaultPlugin() — Method in class EntityFormDisplayEditForm
Returns the ID of the default widget or formatter plugin for a field type.
- EntityFormDisplayEditForm::getDisplayModes() — Method in class EntityFormDisplayEditForm
Returns the form or view modes used by this form.
- EntityFormDisplayEditForm::getDisplayModeOptions() — Method in class EntityFormDisplayEditForm
Returns an array of form or view mode options.
- EntityFormDisplayEditForm::getDisplayModesLink() — Method in class EntityFormDisplayEditForm
Returns a link to the form or view mode admin page.
- EntityFormDisplayEditForm::getTableHeader() — Method in class EntityFormDisplayEditForm
Returns an array containing the table headers.
- EntityFormDisplayEditForm::getOverviewUrl() — Method in class EntityFormDisplayEditForm
Returns the Url object for a specific entity (form) display edit form.
- EntityViewDisplayEditForm::getEntityDisplay() — Method in class EntityViewDisplayEditForm
Returns an entity display object to be used by this form.
- EntityViewDisplayEditForm::getDefaultPlugin() — Method in class EntityViewDisplayEditForm
Returns the ID of the default widget or formatter plugin for a field type.
- EntityViewDisplayEditForm::getDisplayModes() — Method in class EntityViewDisplayEditForm
Returns the form or view modes used by this form.
- EntityViewDisplayEditForm::getDisplayModeOptions() — Method in class EntityViewDisplayEditForm
Returns an array of form or view mode options.
- EntityViewDisplayEditForm::getDisplayModesLink() — Method in class EntityViewDisplayEditForm
Returns a link to the form or view mode admin page.
- EntityViewDisplayEditForm::getTableHeader() — Method in class EntityViewDisplayEditForm
Returns an array containing the table headers.
- EntityViewDisplayEditForm::getOverviewUrl() — Method in class EntityViewDisplayEditForm
Returns the Url object for a specific entity (form) display edit form.
- EntityViewDisplayEditForm::getFieldLabelOptions() — Method in class EntityViewDisplayEditForm
Returns an array of visibility options for field labels.
- FieldConfigDeleteForm::getConfigNamesToDelete() — Method in class FieldConfigDeleteForm
Returns config names to delete for the deletion confirmation form.
- FieldConfigDeleteForm::getCancelUrl() — Method in class FieldConfigDeleteForm
- {@inheritdoc}
- FieldConfigEditForm::getTitle() — Method in class FieldConfigEditForm
The _title_callback for the field settings form.
- FieldStorageAddForm::getFormId() — Method in class FieldStorageAddForm
Returns a unique string identifying the form.
- FieldStorageAddForm::getExistingFieldStorageOptions() — Method in class FieldStorageAddForm
Returns an array of existing field storages that can be added to a bundle.
- FieldStorageAddForm::getExistingFieldLabels() — Method in class FieldStorageAddForm
Gets the human-readable labels for the given field storage names.
- FieldStorageConfigEditForm::getEntityFromRouteMatch() — Method in class FieldStorageConfigEditForm
Determines which entity will be used by this form from a RouteMatch object.
- FieldStorageConfigEditForm::getCardinalityForm() — Method in class FieldStorageConfigEditForm
Builds the cardinality form.
- FieldStorageConfigEditForm::getEnforcedCardinality() — Method in class FieldStorageConfigEditForm
Returns the cardinality enforced by the field type.
- FieldUiLocalAction::getDerivativeDefinitions() — Method in class FieldUiLocalAction
Gets the definition of all derivatives of a base plugin.
- FieldUiLocalTask::getDerivativeDefinitions() — Method in class FieldUiLocalTask
Gets the definition of all derivatives of a base plugin.
- RouteSubscriber::getSubscribedEvents() — Method in class RouteSubscriber
- {@inheritdoc}
- ComputedFileUrl::getValue() — Method in class ComputedFileUrl
Gets the data value.
- ManagedFile::getInfo() — Method in class ManagedFile
Returns the element properties for this element.
- File::getFilename() — Method in class File
Returns the name of the file.
- File::getFileUri() — Method in class File
Returns the URI of the file.
- File::getMimeType() — Method in class File
Returns the MIME type of the file.
- File::getSize() — Method in class File
Returns the size of the file.
- File::getCreatedTime() — Method in class File
Returns the file entity creation timestamp.
- File::getDefaultEntityOwner() — Method in class File
- {@inheritdoc}
- FileAccessControlHandler::getFileReferences() — Method in class FileAccessControlHandler
Wrapper for file_get_file_references().
- FileInterface::getFilename() — Method in class FileInterface
Returns the name of the file.
- FileInterface::getFileUri() — Method in class FileInterface
Returns the URI of the file.
- FileInterface::getMimeType() — Method in class FileInterface
Returns the MIME type of the file.
- FileInterface::getSize() — Method in class FileInterface
Returns the size of the file.
- FileInterface::getCreatedTime() — Method in class FileInterface
Returns the file entity creation timestamp.
- FileStorageSchema::getSharedTableFieldSchema() — Method in class FileStorageSchema
Gets the schema for a single field definition.
- FileViewsData::getViewsData() — Method in class FileViewsData
Returns views data for the entity type.
- FileAudioFormatter::getMediaType() — Method in class FileAudioFormatter
Gets the applicable media type for a formatter.
- FileMediaFormatterBase::getHtmlTag() — Method in class FileMediaFormatterBase
Gets the HTML tag for the formatter.
- FileMediaFormatterBase::getSourceFiles() — Method in class FileMediaFormatterBase
Gets source files with attributes.
- FileMediaFormatterInterface::getMediaType() — Method in class FileMediaFormatterInterface
Gets the applicable media type for a formatter.
- FileVideoFormatter::getMediaType() — Method in class FileVideoFormatter
Gets the applicable media type for a formatter.
- GenericFileFormatter — Class in namespace Drupal\file\Plugin\Field\FieldFormatter
Plugin implementation of the 'file_default' formatter.
- FileItem::getUploadLocation() — Method in class FileItem
Determines the URI for a file field.
- FileItem::getUploadValidators() — Method in class FileItem
Retrieves the upload validators for a file field.
- FileItem::generateSampleValue() — Method in class FileItem
Generates placeholder field values.
- FileItem::getPreconfiguredOptions() — Method in class FileItem
Returns preconfigured field options for a field type.
- FileWidget::getDescriptionFromElement() — Method in class FileWidget
Retrieves the file description from a field element.
- EntityFile::getEntity() — Method in class EntityFile
Creates or loads an entity.
- FileField::getFieldWidgetMap() — Method in class FileField
Get a map between D6 and D8 widgets for this field type.
- FileField::getFieldFormatterMap() — Method in class FileField
Get a map between D6 formatters and D8 formatters for this field type.
- FileField::getFieldType() — Method in class FileField
Computes the destination type of a migrated field.
- FileField::getFieldWidgetMap() — Method in class FileField
Get a map between D6 and D8 widgets for this field type.
- File::getIds() — Method in class File
Defines the source fields uniquely identifying a source row.
- Upload::getIds() — Method in class Upload
Defines the source fields uniquely identifying a source row.
- UploadInstance::getIds() — Method in class UploadInstance
Defines the source fields uniquely identifying a source row.
- File::getIds() — Method in class File
Defines the source fields uniquely identifying a source row.
- FileUploadResource::getUploadLocation() — Method in class FileUploadResource
Determines the URI for a file field.
- FileUploadResource::getUploadValidators() — Method in class FileUploadResource
Retrieves the upload validators for a field definition.
- FileUploadResource::getBaseRoute() — Method in class FileUploadResource
Gets the base route for a particular method.
- FileUploadResource::getBaseRouteRequirements() — Method in class FileUploadResource
Gets the base route requirements for a particular method.
- FileUploadResource::generateLockIdFromFileUri() — Method in class FileUploadResource
Generates a lock ID based on the file URI.
- Status::getValueOptions() — Method in class Status
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- FileUploadResult::getOriginalFilename() — Method in class FileUploadResult
Gets the original filename.
- FileUploadResult::getSanitizedFilename() — Method in class FileUploadResult
Gets the sanitized filename.
- FileUploadResult::getFile() — Method in class FileUploadResult
Gets the File entity.
- FileValidationException::getFilename() — Method in class FileValidationException
Gets the file name.
- FileValidationException::getErrors() — Method in class FileValidationException
Gets the errors.
- FormUploadedFile::getClientOriginalName() — Method in class FormUploadedFile
Returns the original file name.
- FormUploadedFile::getErrorMessage() — Method in class FormUploadedFile
Returns an informative upload error message.
- FormUploadedFile::getError() — Method in class FormUploadedFile
Returns the upload error code.
- FormUploadedFile::getSize() — Method in class FormUploadedFile
Gets file size.
- FormUploadedFile::getRealPath() — Method in class FormUploadedFile
Gets the absolute path to the file.
- FormUploadedFile::getPathname() — Method in class FormUploadedFile
Gets the path to the file.
- FormUploadedFile::getFilename() — Method in class FormUploadedFile
Gets the filename.
- UploadedFileInterface::getClientOriginalName() — Method in class UploadedFileInterface
Returns the original file name.
- UploadedFileInterface::getErrorMessage() — Method in class UploadedFileInterface
Returns an informative upload error message.
- UploadedFileInterface::getError() — Method in class UploadedFileInterface
Returns the upload error code.
- UploadedFileInterface::getSize() — Method in class UploadedFileInterface
Gets file size.
- UploadedFileInterface::getRealPath() — Method in class UploadedFileInterface
Gets the absolute path to the file.
- UploadedFileInterface::getPathname() — Method in class UploadedFileInterface
Gets the path to the file.
- UploadedFileInterface::getFilename() — Method in class UploadedFileInterface
Gets the filename.
- FilterController::getLabel() — Method in class FilterController
Gets the label of a filter format.
- ProcessedText::getInfo() — Method in class ProcessedText
Returns the element properties for this element.
- TextFormat::getInfo() — Method in class TextFormat
Returns the element properties for this element.
- FilterFormat::getPluginCollections() — Method in class FilterFormat
Gets the plugin collections used by this object.
- FilterFormat::getPermissionName() — Method in class FilterFormat
Returns the machine-readable permission name for the text format.
- FilterFormat::getFilterTypes() — Method in class FilterFormat
Retrieves all filter types that are used in the text format.
- FilterFormat::getHtmlRestrictions() — Method in class FilterFormat
Retrieve all HTML restrictions (tags and attributes) for the text format.
- FilterFormatInterface::getPermissionName() — Method in class FilterFormatInterface
Returns the machine-readable permission name for the text format.
- FilterFormatInterface::getFilterTypes() — Method in class FilterFormatInterface
Retrieves all filter types that are used in the text format.
- FilterFormatInterface::getHtmlRestrictions() — Method in class FilterFormatInterface
Retrieve all HTML restrictions (tags and attributes) for the text format.
- FilterFormatListBuilder::getFormId() — Method in class FilterFormatListBuilder
Returns a unique string identifying the form.
- FilterFormatListBuilder::getDefaultOperations() — Method in class FilterFormatListBuilder
Gets this list's default operations.
- FilterPluginCollection::get() — Method in class FilterPluginCollection
Gets a plugin instance, initializing it if necessary.
- FilterPluginCollection::getAll() — Method in class FilterPluginCollection
Retrieves filter definitions and creates an instance for each filter.
- FilterPluginCollection::getConfiguration() — Method in class FilterPluginCollection
Gets the current configuration of all plugins in this collection.
- FilterPluginManager::getFallbackPluginId() — Method in class FilterPluginManager
Gets a fallback id for a missing plugin.
- FilterProcessResult::getProcessedText() — Method in class FilterProcessResult
Gets the processed text.
- FilterUninstallValidator::getFilterDefinitionsByProvider() — Method in class FilterUninstallValidator
Returns all filter definitions that are provided by the specified provider.
- FilterUninstallValidator::getEnabledFilterFormats() — Method in class FilterUninstallValidator
Returns all enabled filter formats.
- FilterDisableForm::getQuestion() — Method in class FilterDisableForm
Returns the question to ask the user.
- FilterDisableForm::getCancelUrl() — Method in class FilterDisableForm
Returns the route to go to if the user cancels the action.
- FilterDisableForm::getConfirmText() — Method in class FilterDisableForm
Returns a caption for the button that confirms the action.
- FilterDisableForm::getDescription() — Method in class FilterDisableForm
Returns additional text to display as a description.
- FilterFormat::getPossibleValues() — Method in class FilterFormat
Returns an array of possible values.
- FilterFormat::getPossibleOptions() — Method in class FilterFormat
Returns an array of possible values with labels for display.
- FilterFormat::getSettableValues() — Method in class FilterFormat
Returns an array of settable values.
- FilterFormat::getSettableOptions() — Method in class FilterFormat
Returns an array of settable values with labels for display.
- FilterBase::getConfiguration() — Method in class FilterBase
Gets this plugin's configuration.
- FilterBase::getType() — Method in class FilterBase
Returns the processing type of this filter plugin.
- FilterBase::getLabel() — Method in class FilterBase
Returns the administrative label for this filter plugin.
- FilterBase::getDescription() — Method in class FilterBase
Returns the administrative description for this filter plugin.
- FilterBase::getHTMLRestrictions() — Method in class FilterBase
Returns HTML allowed by this filter's configuration.
- FilterInterface::getType() — Method in class FilterInterface
Returns the processing type of this filter plugin.
- FilterInterface::getLabel() — Method in class FilterInterface
Returns the administrative label for this filter plugin.
- FilterInterface::getDescription() — Method in class FilterInterface
Returns the administrative description for this filter plugin.
- FilterInterface::getHTMLRestrictions() — Method in class FilterInterface
Returns HTML allowed by this filter's configuration.
- FilterHtml::getHTMLRestrictions() — Method in class FilterHtml
Returns HTML allowed by this filter's configuration.
- FilterHtmlEscape::getHTMLRestrictions() — Method in class FilterHtmlEscape
Returns HTML allowed by this filter's configuration.
- FilterNull::getHTMLRestrictions() — Method in class FilterNull
Returns HTML allowed by this filter's configuration.
- FilterID::getSourceFilterType() — Method in class FilterID
Gets the Drupal 8 filter type for a Drupal 7 filter.
- FilterFormat::getIds() — Method in class FilterFormat
Defines the source fields uniquely identifying a source row.
- FilterFormat::getIds() — Method in class FilterFormat
Defines the source fields uniquely identifying a source row.
- DeleteForm::getFormId() — Method in class DeleteForm
Returns a unique string identifying the form.
- DeleteForm::getQuestion() — Method in class DeleteForm
Returns the question to ask the user.
- DeleteForm::getCancelUrl() — Method in class DeleteForm
Returns the route to go to if the user cancels the action.
- DeleteForm::getConfirmText() — Method in class DeleteForm
Returns a caption for the button that confirms the action.
- Overview::getFormId() — Method in class Overview
Returns a unique string identifying the form.
- ForumIndexStorage::getOriginalTermId() — Method in class ForumIndexStorage
Returns the forum term id associated with an existing forum node.
- ForumIndexStorageInterface::getOriginalTermId() — Method in class ForumIndexStorageInterface
Returns the forum term id associated with an existing forum node.
- ForumManager::getTopics() — Method in class ForumManager
Gets list of forum topics.
- ForumManager::getTopicOrder() — Method in class ForumManager
Gets topic sorting information based on an integer code.
- ForumManager::getLastPost() — Method in class ForumManager
Provides the last post information for the given forum tid.
- ForumManager::getForumStatistics() — Method in class ForumManager
Provides statistics for a forum.
- ForumManager::getChildren() — Method in class ForumManager
Utility method to fetch the child forums for a given forum.
- ForumManager::getIndex() — Method in class ForumManager
Generates and returns the forum index.
- ForumManagerInterface::getTopics() — Method in class ForumManagerInterface
Gets list of forum topics.
- ForumManagerInterface::getChildren() — Method in class ForumManagerInterface
Utility method to fetch the child forums for a given forum.
- ForumManagerInterface::getIndex() — Method in class ForumManagerInterface
Generates and returns the forum index.
- ForumSettingsForm::getFormId() — Method in class ForumSettingsForm
Returns a unique string identifying the form.
- ForumSettingsForm::getEditableConfigNames() — Method in class ForumSettingsForm
Gets the configuration names that will be editable.
- ForumUninstallValidator::getForumVocabulary() — Method in class ForumUninstallValidator
Returns the vocabulary configured for forums.
- ForumBlockBase::getCacheContexts() — Method in class ForumBlockBase
- {@inheritdoc}
- ForumBlockBase::getCacheTags() — Method in class ForumBlockBase
- {@inheritdoc}
- LinkManager::getTypeUri() — Method in class LinkManager
Gets the URI that corresponds to a bundle.
- LinkManager::getTypeInternalIds() — Method in class LinkManager
Get a bundle's Typed Data IDs based on a URI.
- LinkManager::getRelationUri() — Method in class LinkManager
Gets the URI that corresponds to a field.
- LinkManager::getRelationInternalIds() — Method in class LinkManager
Translates a REST URI into internal IDs.
- LinkManagerBase::getLinkDomain() — Method in class LinkManagerBase
Gets the link domain.
- RelationLinkManager::getRelationUri() — Method in class RelationLinkManager
Gets the URI that corresponds to a field.
- RelationLinkManager::getRelationInternalIds() — Method in class RelationLinkManager
Translates a REST URI into internal IDs.
- RelationLinkManager::getRelations() — Method in class RelationLinkManager
Get the array of relation links.
- RelationLinkManagerInterface::getRelationUri() — Method in class RelationLinkManagerInterface
Gets the URI that corresponds to a field.
- RelationLinkManagerInterface::getRelationInternalIds() — Method in class RelationLinkManagerInterface
Translates a REST URI into internal IDs.
- TypeLinkManager::getTypeUri() — Method in class TypeLinkManager
Gets the URI that corresponds to a bundle.
- TypeLinkManager::getTypeInternalIds() — Method in class TypeLinkManager
Get a bundle's Typed Data IDs based on a URI.
- TypeLinkManager::getTypes() — Method in class TypeLinkManager
Get the array of type links.
- TypeLinkManagerInterface::getTypeUri() — Method in class TypeLinkManagerInterface
Gets the URI that corresponds to a bundle.
- TypeLinkManagerInterface::getTypeInternalIds() — Method in class TypeLinkManagerInterface
Get a bundle's Typed Data IDs based on a URI.
- ContentEntityNormalizer::getEntityUri() — Method in class ContentEntityNormalizer
Constructs the entity URI.
- ContentEntityNormalizer::getTypedDataIds() — Method in class ContentEntityNormalizer
Gets the typed data IDs for a type URI.
- EntityReferenceItemNormalizer::getUuid() — Method in class EntityReferenceItemNormalizer
Get the uuid from the data array.
- FileEntityNormalizer::getEntityUri() — Method in class FileEntityNormalizer
Constructs the entity URI.
- HelpSectionPluginInterface::getTitle() — Method in class HelpSectionPluginInterface
Returns the title of the help section.
- HelpSectionPluginInterface::getDescription() — Method in class HelpSectionPluginInterface
Returns the description text for the help section.
- HelpBlock::getCacheContexts() — Method in class HelpBlock
- {@inheritdoc}
- HelpSectionPluginBase::getTitle() — Method in class HelpSectionPluginBase
Returns the title of the help section.
- HelpSectionPluginBase::getDescription() — Method in class HelpSectionPluginBase
Returns the description text for the help section.
- HelpTopicDiscovery::getDefinitions() — Method in class HelpTopicDiscovery
Gets the definition of all plugins for this type.
- HelpTopicPluginBase::getProvider() — Method in class HelpTopicPluginBase
The name of the module or theme providing the help topic.
- HelpTopicPluginBase::getLabel() — Method in class HelpTopicPluginBase
Returns the label of the topic.
- HelpTopicPluginBase::getRelated() — Method in class HelpTopicPluginBase
Returns the IDs of related topics.
- HelpTopicPluginInterface::getLabel() — Method in class HelpTopicPluginInterface
Returns the label of the topic.
- HelpTopicPluginInterface::getBody() — Method in class HelpTopicPluginInterface
Returns the body of the topic.
- HelpTopicPluginInterface::getRelated() — Method in class HelpTopicPluginInterface
Returns the IDs of related topics.
- HelpTopicPluginManager::getDiscovery() — Method in class HelpTopicPluginManager
Gets the plugin discovery.
- HelpTopicTwig::getBody() — Method in class HelpTopicTwig
Returns the body of the topic.
- HelpTopicTwig::getCacheContexts() — Method in class HelpTopicTwig
The cache contexts associated with this object.
- HelpTopicTwig::getCacheTags() — Method in class HelpTopicTwig
The cache tags associated with this object.
- HelpTopicTwig::getCacheMaxAge() — Method in class HelpTopicTwig
The maximum age for which this object may be cached.
- HelpTopicTwigLoader::getSourceContext() — Method in class HelpTopicTwigLoader
- {@inheritdoc}
- HelpTwigExtension::getFunctions() — Method in class HelpTwigExtension
- {@inheritdoc}
- HelpTwigExtension::getRouteLink() — Method in class HelpTwigExtension
Returns a link or plain text, given text, route name, and parameters.
- HelpTwigExtension::getTopicLink() — Method in class HelpTwigExtension
Returns a link to a help topic, or the title of the topic.
- HelpTopicSection::getCacheTags() — Method in class HelpTopicSection
- {@inheritdoc}
- HelpTopicSection::getCacheContexts() — Method in class HelpTopicSection
- {@inheritdoc}
- HelpTopicSection::getCacheMaxAge() — Method in class HelpTopicSection
- {@inheritdoc}
- HelpTopicSection::getPlugins() — Method in class HelpTopicSection
Gets the top level help topic plugins.
- HelpTopicSection::getCacheMetadata() — Method in class HelpTopicSection
Gets the merged CacheableMetadata for all the top level help topic plugins.
- HelpSearch::getType() — Method in class HelpSearch
Returns the search index type this plugin uses.
- HelpSearch::getSectionPlugin() — Method in class HelpSearch
Instantiates a help section plugin and verifies it is searchable.
- HistoryController::getNodeReadTimestamps() — Method in class HistoryController
Returns a set of nodes' last read timestamps.
- QuickEditImageController::getInfo() — Method in class QuickEditImageController
Returns JSON representing an image field's metadata.
- QuickEditImageController::getField() — Method in class QuickEditImageController
Returns JSON representing the current state of the field.
- ImageStyle::getDerivativeExtension() — Method in class ImageStyle
Determines the extension of the derivative without generating it.
- ImageStyle::getPathToken() — Method in class ImageStyle
Generates a token to protect an image style derivative.
- ImageStyle::getEffect() — Method in class ImageStyle
Returns a specific image effect.
- ImageStyle::getEffects() — Method in class ImageStyle
Returns the image effects for this style.
- ImageStyle::getPluginCollections() — Method in class ImageStyle
Gets the plugin collections used by this object.
- ImageStyle::getReplacementID() — Method in class ImageStyle
- {@inheritdoc}
- ImageStyle::getName() — Method in class ImageStyle
Returns the image style.
- ImageStyle::getImageEffectPluginManager() — Method in class ImageStyle
Returns the image effect plugin manager.
- ImageStyle::getImageFactory() — Method in class ImageStyle
Returns the image factory.
- ImageStyle::getPrivateKey() — Method in class ImageStyle
Gets the Drupal private key.
- ImageStyle::getHashSalt() — Method in class ImageStyle
Gets a salt useful for hardening against SQL injection.
- ImageStyle::getStreamWrapperManager() — Method in class ImageStyle
Gets the stream wrapper manager service.
- ImageEffectDeleteForm::getQuestion() — Method in class ImageEffectDeleteForm
Returns the question to ask the user.
- ImageEffectDeleteForm::getConfirmText() — Method in class ImageEffectDeleteForm
Returns a caption for the button that confirms the action.
- ImageEffectDeleteForm::getCancelUrl() — Method in class ImageEffectDeleteForm
Returns the route to go to if the user cancels the action.
- ImageEffectDeleteForm::getFormId() — Method in class ImageEffectDeleteForm
Returns a unique string identifying the form.
- ImageEffectFormBase::getFormId() — Method in class ImageEffectFormBase
Returns a unique string identifying the form.
- ImageStyleDeleteForm::getQuestion() — Method in class ImageStyleDeleteForm
- {@inheritdoc}
- ImageStyleDeleteForm::getDescription() — Method in class ImageStyleDeleteForm
Returns additional text to display as a description.
- ImageStyleDeleteForm::getReplacementOptions() — Method in class ImageStyleDeleteForm
Returns a list of image style replacement options.
- ImageStyleFlushForm::getQuestion() — Method in class ImageStyleFlushForm
Returns the question to ask the user.
- ImageStyleFlushForm::getDescription() — Method in class ImageStyleFlushForm
Returns additional text to display as a description.
- ImageStyleFlushForm::getConfirmText() — Method in class ImageStyleFlushForm
Returns a caption for the button that confirms the action.
- ImageStyleFlushForm::getCancelUrl() — Method in class ImageStyleFlushForm
Returns the route to go to if the user cancels the action.
- ImageEffectBase::getDerivativeExtension() — Method in class ImageEffectBase
Returns the extension of the derivative after applying this image effect.
- ImageEffectBase::getSummary() — Method in class ImageEffectBase
Returns a render array summarizing the configuration of the image effect.
- ImageEffectBase::getUuid() — Method in class ImageEffectBase
Returns the unique ID representing the image effect.
- ImageEffectBase::getWeight() — Method in class ImageEffectBase
Returns the weight of the image effect.
- ImageEffectBase::getConfiguration() — Method in class ImageEffectBase
Gets this plugin's configuration.
- ImageEffectInterface::getDerivativeExtension() — Method in class ImageEffectInterface
Returns the extension of the derivative after applying this image effect.
- ImageEffectInterface::getSummary() — Method in class ImageEffectInterface
Returns a render array summarizing the configuration of the image effect.
- ImageEffectInterface::getUuid() — Method in class ImageEffectInterface
Returns the unique ID representing the image effect.
- ImageEffectInterface::getWeight() — Method in class ImageEffectInterface
Returns the weight of the image effect.
- ImageEffectPluginCollection::get() — Method in class ImageEffectPluginCollection
Gets a plugin instance, initializing it if necessary.
- ImageStyleInterface::getName() — Method in class ImageStyleInterface
Returns the image style.
- ImageStyleInterface::getPathToken() — Method in class ImageStyleInterface
Generates a token to protect an image style derivative.
- ImageStyleInterface::getDerivativeExtension() — Method in class ImageStyleInterface
Determines the extension of the derivative without generating it.
- ImageStyleInterface::getEffect() — Method in class ImageStyleInterface
Returns a specific image effect.
- ImageStyleInterface::getEffects() — Method in class ImageStyleInterface
Returns the image effects for this style.
- ImageStyleListBuilder::getDefaultOperations() — Method in class ImageStyleListBuilder
Gets this list's default operations.
- ImageStyleStorage::getReplacementId() — Method in class ImageStyleStorage
Retrieves the replacement ID of a deleted image style.
- ImageStyleStorageInterface::getReplacementId() — Method in class ImageStyleStorageInterface
Retrieves the replacement ID of a deleted image style.
- ImageFormatterBase::getEntitiesToView() — Method in class ImageFormatterBase
Returns the referenced entities for display.
- ImageItem::generateSampleValue() — Method in class ImageItem
Generates placeholder field values.
- ConvertImageEffect::getDerivativeExtension() — Method in class ConvertImageEffect
Returns the extension of the derivative after applying this image effect.
- ConvertImageEffect::getSummary() — Method in class ConvertImageEffect
Returns a render array summarizing the configuration of the image effect.
- CropImageEffect::getSummary() — Method in class CropImageEffect
Returns a render array summarizing the configuration of the image effect.
- ResizeImageEffect::getSummary() — Method in class ResizeImageEffect
Returns a render array summarizing the configuration of the image effect.
- RotateImageEffect::getSummary() — Method in class RotateImageEffect
Returns a render array summarizing the configuration of the image effect.
- ScaleAndCropImageEffect::getSummary() — Method in class ScaleAndCropImageEffect
Returns a render array summarizing the configuration of the image effect.
- ScaleImageEffect::getSummary() — Method in class ScaleImageEffect
Returns a render array summarizing the configuration of the image effect.
- Image::getAttachments() — Method in class Image
Returns the attachments for this editor.
- ImageField::getFieldWidgetMap() — Method in class ImageField
Get a map between D6 and D8 widgets for this field type.
- ImageCachePreset::getIds() — Method in class ImageCachePreset
Defines the source fields uniquely identifying a source row.
- ImageStyles::getIds() — Method in class ImageStyles
Defines the source fields uniquely identifying a source row.
- EntityAccessChecker::getAccessCheckedResourceObject() — Method in class EntityAccessChecker
Get the object to normalize and the access based on the provided entity.
- TemporaryQueryGuard::getAccessCondition() — Method in class TemporaryQueryGuard
Gets an EntityConditionGroup that filters out inaccessible entities.
- TemporaryQueryGuard::getAccessConditionForKnownSubsets() — Method in class TemporaryQueryGuard
Gets an access condition for the allowed JSONAPI_FILTERAMONG* subsets.
- TemporaryQueryGuard::getAccessResultsFromEntityFilterHook() — Method in class TemporaryQueryGuard
Gets the combined access result for each JSONAPI_FILTERAMONG* subset.
- TemporaryQueryGuard::getCommentAccessCondition() — Method in class TemporaryQueryGuard
Gets an access condition for a comment entity.
- FieldResolver::getFieldItemDefinitions() — Method in class FieldResolver
Get all item definitions from a set of resources types by a field name.
- FieldResolver::getIdFieldName() — Method in class FieldResolver
Resolves the UUID field name for a resource type.
- FieldResolver::getInternalName() — Method in class FieldResolver
Resolves the internal field name based on a collection of resource types.
- FieldResolver::getRelatableResourceTypes() — Method in class FieldResolver
Get the referenceable ResourceTypes for a set of field definitions.
- FieldResolver::getAllDataReferencePropertyNames() — Method in class FieldResolver
Gets all unique reference property names from the given field definitions.
- FieldResolver::getDataReferencePropertyName() — Method in class FieldResolver
Determines the reference property name for the remaining unresolved parts.
- FieldResolver::getPathPartPropertyName() — Method in class FieldResolver
Gets the property name from an entity typed or untyped path part.
- FieldResolver::getFieldAccess() — Method in class FieldResolver
Gets the field access result for the 'view' operation.
- EntityResource::getIndividual() — Method in class EntityResource
Gets the individual entity.
- EntityResource::getCollection() — Method in class EntityResource
Gets the collection of entities.
- EntityResource::getRelated() — Method in class EntityResource
Gets the related resource.
- EntityResource::getRelationship() — Method in class EntityResource
Gets the relationship of an entity.
- EntityResource::getCollectionQuery() — Method in class EntityResource
Gets a basic query for a collection.
- EntityResource::getCollectionCountQuery() — Method in class EntityResource
Gets a basic query for a collection count.
- EntityResource::getEntityFromResourceIdentifier() — Method in class EntityResource
Loads the entity targeted by a resource identifier.
- EntityResource::getIncludes() — Method in class EntityResource
Gets includes for the given response data.
- EntityResource::getJsonApiParams() — Method in class EntityResource
Extracts JSON:API query parameters from the request.
- EntityResource::getRequestLink() — Method in class EntityResource
Get the full URL for a given request object.
- EntityResource::getPagerLinks() — Method in class EntityResource
Get the pager links for a given request object.
- EntityResource::getPagerQueries() — Method in class EntityResource
Get the query param array.
- TemporaryJsonapiFileFieldUploader::getUploadLocation() — Method in class TemporaryJsonapiFileFieldUploader
Determines the URI for a file field.
- TemporaryJsonapiFileFieldUploader::getUploadValidators() — Method in class TemporaryJsonapiFileFieldUploader
Retrieves the upload validators for a field definition.
- TemporaryJsonapiFileFieldUploader::generateLockIdFromFileUri() — Method in class TemporaryJsonapiFileFieldUploader
Generates a lock ID based on the file URI.
- DefaultExceptionSubscriber::getPriority() — Method in class DefaultExceptionSubscriber
Specifies the priority of all listeners in this class.
- DefaultExceptionSubscriber::getHandledFormats() — Method in class DefaultExceptionSubscriber
Specifies the request formats this subscriber will respond to.
- JsonApiRequestValidator::getSubscribedEvents() — Method in class JsonApiRequestValidator
- {@inheritdoc}
- JsonapiMaintenanceModeSubscriber::getSubscribedEvents() — Method in class JsonapiMaintenanceModeSubscriber
- {@inheritdoc}
- ResourceObjectNormalizationCacher::get() — Method in class ResourceObjectNormalizationCacher
Reads an entity normalization from cache.
- ResourceObjectNormalizationCacher::generateLookupRenderArray() — Method in class ResourceObjectNormalizationCacher
Generates a lookup render array for a normalization.
- ResourceObjectNormalizationCacher::getSubscribedEvents() — Method in class ResourceObjectNormalizationCacher
- {@inheritdoc}
- ResourceResponseSubscriber::getSubscribedEvents() — Method in class ResourceResponseSubscriber
- {@inheritdoc}
- ResourceResponseSubscriber::generateContext() — Method in class ResourceResponseSubscriber
Generates a top-level JSON:API normalization context.
- ResourceResponseValidator::getSubscribedEvents() — Method in class ResourceResponseValidator
- {@inheritdoc}
- EntityAccessDeniedHttpException::getError() — Method in class EntityAccessDeniedHttpException
Returns the error.
- UnprocessableHttpEntityException::getViolations() — Method in class UnprocessableHttpEntityException
Gets the constraint violations associated with this exception.
- JsonApiSettingsForm::getFormId() — Method in class JsonApiSettingsForm
Returns a unique string identifying the form.
- JsonApiSettingsForm::getEditableConfigNames() — Method in class JsonApiSettingsForm
Gets the configuration names that will be editable.
- Data::getIterator() — Method in class Data
Returns an iterator for entities.
- Data::getTotalCount() — Method in class Data
- {@inheritdoc}
- Data::getCardinality() — Method in class Data
Gets the cardinality of this collection.
- ErrorCollection::getIterator() — Method in class ErrorCollection
Returns an iterator for errors.
- JsonApiDocumentTopLevel::getData() — Method in class JsonApiDocumentTopLevel
Gets the data.
- JsonApiDocumentTopLevel::getLinks() — Method in class JsonApiDocumentTopLevel
Gets the links.
- JsonApiDocumentTopLevel::getMeta() — Method in class JsonApiDocumentTopLevel
Gets the metadata.
- JsonApiDocumentTopLevel::getIncludes() — Method in class JsonApiDocumentTopLevel
Gets a JSON:API Data object of resources to be included in the response.
- JsonApiDocumentTopLevel::getOmissions() — Method in class JsonApiDocumentTopLevel
Gets an OmittedData instance containing resources to be omitted.
- LabelOnlyResourceObject::getEntity() — Method in class LabelOnlyResourceObject
Gets the decorated entity.
- Link::getUri() — Method in class Link
Gets the link's URI.
- Link::getHref() — Method in class Link
Gets the link's URI as a string.
- Link::getLinkRelationType() — Method in class Link
Gets the link's relation type.
- Link::getTargetAttributes() — Method in class Link
Gets the link's target attributes.
- LinkCollection::getIterator() — Method in class LinkCollection
- {@inheritdoc}
- LinkCollection::getContext() — Method in class LinkCollection
Gets the LinkCollection's context object.
- Relationship::getContext() — Method in class Relationship
Gets context resource object of the relationship.
- Relationship::getFieldName() — Method in class Relationship
Gets the relationship object's public field name.
- Relationship::getData() — Method in class Relationship
Gets the relationship object's data.
- Relationship::getLinks() — Method in class Relationship
Gets the relationship object's links.
- Relationship::getMeta() — Method in class Relationship
Gets the relationship object's metadata.
- Relationship::getOmissions() — Method in class Relationship
Returns the data that was omitted from the JSON:API document.
- Relationship::getMergedLinks() — Method in class Relationship
Merges the object's links with the top-level links.
- Relationship::getMergedMeta() — Method in class Relationship
Merges the object's meta member with the top-level meta member.
- ResourceIdentifier::getTypeName() — Method in class ResourceIdentifier
Gets the ResourceIdentifier's JSON:API resource type name.
- ResourceIdentifier::getResourceType() — Method in class ResourceIdentifier
Gets the resource identifier's JSON:API resource type.
- ResourceIdentifier::getId() — Method in class ResourceIdentifier
Gets the ResourceIdentifier's ID.
- ResourceIdentifier::getArity() — Method in class ResourceIdentifier
Gets the ResourceIdentifier's arity.
- ResourceIdentifier::getMeta() — Method in class ResourceIdentifier
Gets the resource identifier objects metadata.
- ResourceIdentifier::getDataReferencePropertyName() — Method in class ResourceIdentifier
Helper method to determine which field item property contains an entity.
- ResourceIdentifier::getVirtualOrMissingResourceIdentifier() — Method in class ResourceIdentifier
Creates a ResourceIdentifier for a NULL or FALSE entity reference item.
- ResourceIdentifierInterface::getId() — Method in class ResourceIdentifierInterface
Gets the resource identifier's ID.
- ResourceIdentifierInterface::getTypeName() — Method in class ResourceIdentifierInterface
Gets the resource identifier's JSON:API resource type name.
- ResourceIdentifierInterface::getResourceType() — Method in class ResourceIdentifierInterface
Gets the resource identifier's JSON:API resource type.
- ResourceIdentifierTrait::getId() — Method in class ResourceIdentifierTrait
- {@inheritdoc}
- ResourceIdentifierTrait::getTypeName() — Method in class ResourceIdentifierTrait
- {@inheritdoc}
- ResourceIdentifierTrait::getResourceType() — Method in class ResourceIdentifierTrait
- {@inheritdoc}
- ResourceObject::getField() — Method in class ResourceObject
Gets the given field.
- ResourceObject::getFields() — Method in class ResourceObject
Gets the ResourceObject's fields.
- ResourceObject::getLanguage() — Method in class ResourceObject
Gets the ResourceObject's language.
- ResourceObject::getLinks() — Method in class ResourceObject
Gets the ResourceObject's links.
- ResourceObject::getVersionIdentifier() — Method in class ResourceObject
Gets a version identifier for the ResourceObject.
- ResourceObject::getLabelFieldName() — Method in class ResourceObject
Determines the entity type's (internal) label field name.
- ResourceObjectData::getData() — Method in class ResourceObjectData
Returns the data for the top-level data member of a JSON:API document.
- ResourceObjectData::getAccessible() — Method in class ResourceObjectData
Gets only data to be exposed.
- ResourceObjectData::getOmissions() — Method in class ResourceObjectData
Gets only data to be omitted.
- ResourceObjectData::getMergedLinks() — Method in class ResourceObjectData
Merges the object's links with the top-level links.
- ResourceObjectData::getMergedMeta() — Method in class ResourceObjectData
Merges the object's meta member with the top-level meta member.
- TopLevelDataInterface::getData() — Method in class TopLevelDataInterface
Returns the data for the top-level data member of a JSON:API document.
- TopLevelDataInterface::getOmissions() — Method in class TopLevelDataInterface
Returns the data that was omitted from the JSON:API document.
- TopLevelDataInterface::getMergedLinks() — Method in class TopLevelDataInterface
Merges the object's links with the top-level links.
- TopLevelDataInterface::getMergedMeta() — Method in class TopLevelDataInterface
Merges the object's meta member with the top-level meta member.
- JsonApiSpec::getReservedQueryParameters() — Method in class JsonApiSpec
Gets the reserved (official) JSON:API query parameters.
- EntityReferenceFieldNormalizer::getRelationshipLinks() — Method in class EntityReferenceFieldNormalizer
Gets the links for the relationship.
- FieldItemNormalizer::getFieldItemInstance() — Method in class FieldItemNormalizer
Gets a field item instance for use with SerializedColumnNormalizerTrait.
- HttpExceptionNormalizer::getInfoUrl() — Method in class HttpExceptionNormalizer
Return a string to the common problem type.
- JsonApiDocumentTopLevelNormalizer::getLinkHash() — Method in class JsonApiDocumentTopLevelNormalizer
Hashes an omitted link.
- ResourceObjectNormalizer::getNormalization() — Method in class ResourceObjectNormalizer
Normalizes an entity using the given fieldset.
- CacheableNormalization::getNormalization() — Method in class CacheableNormalization
Gets the decorated normalization.
- CacheableOmission::getNormalization() — Method in class CacheableOmission
A CacheableOmission should never have its normalization retrieved.
- TemporaryArrayObjectThrowingExceptions::getArrayCopy() — Method in class TemporaryArrayObjectThrowingExceptions
Exports the \ArrayObject to an array.
- TemporaryArrayObjectThrowingExceptions::getFlags() — Method in class TemporaryArrayObjectThrowingExceptions
Gets the behavior flags of the \ArrayObject.
- TemporaryArrayObjectThrowingExceptions::getIterator() — Method in class TemporaryArrayObjectThrowingExceptions
Create a new iterator from an ArrayObject instance.
- TemporaryArrayObjectThrowingExceptions::getIteratorClass() — Method in class TemporaryArrayObjectThrowingExceptions
Gets the class name of the array iterator that is used by \ArrayObject::getIterator().
- OffsetPage::getOffset() — Method in class OffsetPage
Returns the current offset.
- OffsetPage::getSize() — Method in class OffsetPage
Returns the page size.
- ResourceResponse::getResponseData() — Method in class ResourceResponse
Returns response data that should be serialized.
- ResourceType::getEntityTypeId() — Method in class ResourceType
Gets the entity type ID.
- ResourceType::getTypeName() — Method in class ResourceType
Gets the type name.
- ResourceType::getBundle() — Method in class ResourceType
Gets the bundle.
- ResourceType::getDeserializationTargetClass() — Method in class ResourceType
Gets the deserialization target class.
- ResourceType::getPublicName() — Method in class ResourceType
Translates the entity field name to the public field name.
- ResourceType::getInternalName() — Method in class ResourceType
Translates the public field name to the entity field name.
- ResourceType::getFields() — Method in class ResourceType
Gets the attribute and relationship fields of this resource type.
- ResourceType::getFieldByPublicName() — Method in class ResourceType
Gets a particular attribute or relationship field by public field name.
- ResourceType::getFieldByInternalName() — Method in class ResourceType
Gets a particular attribute or relationship field by internal field name.
- ResourceType::getRelatableResourceTypes() — Method in class ResourceType
Get all resource types with which this type may have a relationship.
- ResourceType::getRelatableResourceTypesByField() — Method in class ResourceType
Get all resource types with which the given field may have a relationship.
- ResourceType::getPath() — Method in class ResourceType
Get the resource path.
- ResourceTypeBuildEvent::getResourceTypeName() — Method in class ResourceTypeBuildEvent
Gets current resource type name of the resource type to be built.
- ResourceTypeBuildEvent::getFields() — Method in class ResourceTypeBuildEvent
Gets the current fields of the resource type to be built.
- ResourceTypeField::getInternalName() — Method in class ResourceTypeField
Gets the internal name of the field.
- ResourceTypeField::getPublicName() — Method in class ResourceTypeField
Gets the public name of the field.
- ResourceTypeRelationship::getRelatableResourceTypes() — Method in class ResourceTypeRelationship
Gets the relatable resource types.
- ResourceTypeRepository::get() — Method in class ResourceTypeRepository
Gets a specific JSON:API resource type based on entity type ID and bundle.
- ResourceTypeRepository::getByTypeName() — Method in class ResourceTypeRepository
Gets a specific JSON:API resource type based on a supplied typename.
- ResourceTypeRepository::getFields() — Method in class ResourceTypeRepository
Gets the field mapping for the given field names and entity type + bundle.
- ResourceTypeRepository::getAllFieldNames() — Method in class ResourceTypeRepository
Gets all field names for a given entity type and bundle.
- ResourceTypeRepository::getRelatableResourceTypesFromFieldDefinition() — Method in class ResourceTypeRepository
Get relatable resource types from a field definition.
- ResourceTypeRepository::getAllBundlesForEntityType() — Method in class ResourceTypeRepository
Gets all bundle IDs for a given entity type.
- ResourceTypeRepositoryInterface::get() — Method in class ResourceTypeRepositoryInterface
Gets a specific JSON:API resource type based on entity type ID and bundle.
- ResourceTypeRepositoryInterface::getByTypeName() — Method in class ResourceTypeRepositoryInterface
Gets a specific JSON:API resource type based on a supplied typename.
- NegotiatorBase::getRevisionId() — Method in class NegotiatorBase
Gets the revision ID.
- NegotiatorBase::getRevision() — Method in class NegotiatorBase
Gets the identified revision.
- VersionById::getRevisionId() — Method in class VersionById
Gets the revision ID.
- VersionByRel::getRevisionId() — Method in class VersionByRel
Gets the revision ID.
- VersionNegotiator::getRevision() — Method in class VersionNegotiator
Gets a negotiated entity revision.
- VersionNegotiatorInterface::getRevision() — Method in class VersionNegotiatorInterface
Gets the identified revision.
- Routes::getRoutesForResourceType() — Method in class Routes
Gets applicable resource routes for a JSON:API resource type.
- Routes::getFileUploadRoutesForResourceType() — Method in class Routes
Gets the file upload route collection for the given resource type.
- Routes::getIndividualRoutesForResourceType() — Method in class Routes
Gets a route collection for the given resource type.
- Routes::getEntryPointRoute() — Method in class Routes
Provides the entry point route.
- Routes::getRouteName() — Method in class Routes
Get a unique route name for the JSON:API resource type and route type.
- Routes::getFileUploadRouteName() — Method in class Routes
Get a unique route name for the file upload resource type and route type.
- Routes::getResourceTypeNameFromParameters() — Method in class Routes
Gets the resource type from a route or request's parameters.
- LanguageConfigCollectionNameTrait::getLangcodeFromCollectionName() — Method in class LanguageConfigCollectionNameTrait
Converts a configuration collection name to a language code.
- LanguageConfigFactoryOverride::getOverride() — Method in class LanguageConfigFactoryOverride
Get language override for given language and configuration name.
- LanguageConfigFactoryOverride::getStorage() — Method in class LanguageConfigFactoryOverride
Returns the storage instance for a particular langcode.
- LanguageConfigFactoryOverride::getCacheSuffix() — Method in class LanguageConfigFactoryOverride
The string to append to the configuration static cache name.
- LanguageConfigFactoryOverride::getLanguage() — Method in class LanguageConfigFactoryOverride
Gets the language object used to override configuration data.
- LanguageConfigFactoryOverride::getCacheableMetadata() — Method in class LanguageConfigFactoryOverride
Gets the cacheability metadata associated with the config factory override.
- LanguageConfigFactoryOverrideInterface::getLanguage() — Method in class LanguageConfigFactoryOverrideInterface
Gets the language object used to override configuration data.
- LanguageConfigFactoryOverrideInterface::getOverride() — Method in class LanguageConfigFactoryOverrideInterface
Get language override for given language and configuration name.
- LanguageConfigFactoryOverrideInterface::getStorage() — Method in class LanguageConfigFactoryOverrideInterface
Returns the storage instance for a particular langcode.
- LanguageConfigOverride::getLangcode() — Method in class LanguageConfigOverride
Returns the language code of this language override.
- LanguageConfigOverrideCrudEvent::getLanguageConfigOverride() — Method in class LanguageConfigOverrideCrudEvent
Gets configuration object.
- ConfigurableLanguageManager::getLanguageTypes() — Method in class ConfigurableLanguageManager
Returns an array of the available language types.
- ConfigurableLanguageManager::getDefinedLanguageTypes() — Method in class ConfigurableLanguageManager
Returns all the defined language types including fixed ones.
- ConfigurableLanguageManager::getDefinedLanguageTypesInfo() — Method in class ConfigurableLanguageManager
Returns information about all defined language types.
- ConfigurableLanguageManager::getCurrentLanguage() — Method in class ConfigurableLanguageManager
Returns the current language for the given type.
- ConfigurableLanguageManager::getNegotiator() — Method in class ConfigurableLanguageManager
Returns the language negotiator.
- ConfigurableLanguageManager::getLanguages() — Method in class ConfigurableLanguageManager
Returns a list of languages set up on the site.
- ConfigurableLanguageManager::getNativeLanguages() — Method in class ConfigurableLanguageManager
Returns a list of languages set up on the site in their native form.
- ConfigurableLanguageManager::getFallbackCandidates() — Method in class ConfigurableLanguageManager
Returns the language fallback candidates for a given context.
- ConfigurableLanguageManager::getLanguageSwitchLinks() — Method in class ConfigurableLanguageManager
Returns the language switch links for the given language type.
- ConfigurableLanguageManager::getConfigOverrideLanguage() — Method in class ConfigurableLanguageManager
Gets the current configuration override language.
- ConfigurableLanguageManager::getLanguageConfigOverride() — Method in class ConfigurableLanguageManager
Gets a language config override object.
- ConfigurableLanguageManager::getLanguageConfigOverrideStorage() — Method in class ConfigurableLanguageManager
Gets a language configuration override storage object.
- ConfigurableLanguageManager::getStandardLanguageListWithoutConfigured() — Method in class ConfigurableLanguageManager
Returns the standard language list excluding already configured languages.
- ConfigurableLanguageManager::getNegotiatedLanguageMethod() — Method in class ConfigurableLanguageManager
Gets the negotiated language method ID.
- ConfigurableLanguageManagerInterface::getNegotiator() — Method in class ConfigurableLanguageManagerInterface
Returns the language negotiator.
- ConfigurableLanguageManagerInterface::getDefinedLanguageTypes() — Method in class ConfigurableLanguageManagerInterface
Returns all the defined language types including fixed ones.
- ConfigurableLanguageManagerInterface::getLanguageConfigOverride() — Method in class ConfigurableLanguageManagerInterface
Gets a language config override object.
- ConfigurableLanguageManagerInterface::getLanguageConfigOverrideStorage() — Method in class ConfigurableLanguageManagerInterface
Gets a language configuration override storage object.
- ConfigurableLanguageManagerInterface::getStandardLanguageListWithoutConfigured() — Method in class ConfigurableLanguageManagerInterface
Returns the standard language list excluding already configured languages.
- ConfigurableLanguageManagerInterface::getNegotiatedLanguageMethod() — Method in class ConfigurableLanguageManagerInterface
Gets the negotiated language method ID.
- ContentLanguageSettingsInterface::getTargetEntityTypeId() — Method in class ContentLanguageSettingsInterface
Gets the entity type ID this config applies to.
- ContentLanguageSettingsInterface::getTargetBundle() — Method in class ContentLanguageSettingsInterface
Gets the bundle this config applies to.
- ContentLanguageSettingsInterface::getDefaultLangcode() — Method in class ContentLanguageSettingsInterface
Gets the default language code.
- DefaultLanguageItem::getDefaultLangcode() — Method in class DefaultLanguageItem
Provides default language code of given entity.
- LanguageConfiguration::getInfo() — Method in class LanguageConfiguration
Returns the element properties for this element.
- LanguageConfiguration::getDefaultOptions() — Method in class LanguageConfiguration
Returns the default options for the language configuration form element.
- ConfigurableLanguage::getDefaultLangcode() — Method in class ConfigurableLanguage
Gets the default langcode.
- ConfigurableLanguage::getName() — Method in class ConfigurableLanguage
Gets the name of the language.
- ConfigurableLanguage::getId() — Method in class ConfigurableLanguage
Gets the ID (language code).
- ConfigurableLanguage::getDirection() — Method in class ConfigurableLanguage
Gets the text direction (left-to-right or right-to-left).
- ConfigurableLanguage::getWeight() — Method in class ConfigurableLanguage
Gets the weight of the language.
- ContentLanguageSettings::getTargetEntityTypeId() — Method in class ContentLanguageSettings
Gets the entity type ID this config applies to.
- ContentLanguageSettings::getTargetBundle() — Method in class ContentLanguageSettings
Gets the bundle this config applies to.
- ContentLanguageSettings::getDefaultLangcode() — Method in class ContentLanguageSettings
Gets the default language code.
- ConfigSubscriber::getSubscribedEvents() — Method in class ConfigSubscriber
- {@inheritdoc}
- LanguageRequestSubscriber::getSubscribedEvents() — Method in class LanguageRequestSubscriber
Registers the methods in this class that should be listeners.
- ContentLanguageSettingsForm::getFormId() — Method in class ContentLanguageSettingsForm
Returns a unique string identifying the form.
- LanguageAddForm::getFormId() — Method in class LanguageAddForm
Returns a unique string identifying the form.
- LanguageDeleteForm::getDescription() — Method in class LanguageDeleteForm
Returns additional text to display as a description.
- LanguageDeleteForm::getFormId() — Method in class LanguageDeleteForm
Returns a unique string identifying the form.
- LanguageDeleteForm::getDeletionMessage() — Method in class LanguageDeleteForm
Gets the message to display to the user after deleting the entity.
- LanguageEditForm::getFormId() — Method in class LanguageEditForm
Returns a unique string identifying the form.
- NegotiationBrowserDeleteForm::getEditableConfigNames() — Method in class NegotiationBrowserDeleteForm
- {@inheritdoc}
- NegotiationBrowserDeleteForm::getQuestion() — Method in class NegotiationBrowserDeleteForm
Returns the question to ask the user.
- NegotiationBrowserDeleteForm::getCancelUrl() — Method in class NegotiationBrowserDeleteForm
Returns the route to go to if the user cancels the action.
- NegotiationBrowserDeleteForm::getFormId() — Method in class NegotiationBrowserDeleteForm
Returns a unique string identifying the form.
- NegotiationBrowserForm::getFormId() — Method in class NegotiationBrowserForm
Returns a unique string identifying the form.
- NegotiationBrowserForm::getEditableConfigNames() — Method in class NegotiationBrowserForm
Gets the configuration names that will be editable.
- NegotiationConfigureForm::getFormId() — Method in class NegotiationConfigureForm
Returns a unique string identifying the form.
- NegotiationConfigureForm::getEditableConfigNames() — Method in class NegotiationConfigureForm
Gets the configuration names that will be editable.
- NegotiationSelectedForm::getFormId() — Method in class NegotiationSelectedForm
Returns a unique string identifying the form.
- NegotiationSelectedForm::getEditableConfigNames() — Method in class NegotiationSelectedForm
Gets the configuration names that will be editable.
- NegotiationSessionForm::getFormId() — Method in class NegotiationSessionForm
Returns a unique string identifying the form.
- NegotiationSessionForm::getEditableConfigNames() — Method in class NegotiationSessionForm
Gets the configuration names that will be editable.
- NegotiationUrlForm::getFormId() — Method in class NegotiationUrlForm
Returns a unique string identifying the form.
- NegotiationUrlForm::getEditableConfigNames() — Method in class NegotiationUrlForm
Gets the configuration names that will be editable.
- LanguageListBuilder::getFormId() — Method in class LanguageListBuilder
Returns a unique string identifying the form.
- LanguageNegotiationMethodInterface::getLangcode() — Method in class LanguageNegotiationMethodInterface
Performs language negotiation.
- LanguageNegotiator::getEnabledNegotiators() — Method in class LanguageNegotiator
Gets enabled detection methods for the provided language type.
- LanguageNegotiator::getNegotiationMethods() — Method in class LanguageNegotiator
Returns the language negotiation methods enabled for a language type.
- LanguageNegotiator::getNegotiationMethodInstance() — Method in class LanguageNegotiator
Returns an instance of the specified language negotiation method.
- LanguageNegotiator::getPrimaryNegotiationMethod() — Method in class LanguageNegotiator
Returns the ID of the language type's primary language negotiation method.
- LanguageNegotiatorInterface::getNegotiationMethods() — Method in class LanguageNegotiatorInterface
Returns the language negotiation methods enabled for a language type.
- LanguageNegotiatorInterface::getNegotiationMethodInstance() — Method in class LanguageNegotiatorInterface
Returns an instance of the specified language negotiation method.
- LanguageNegotiatorInterface::getPrimaryNegotiationMethod() — Method in class LanguageNegotiatorInterface
Returns the ID of the language type's primary language negotiation method.
- LanguageServiceProvider::getDefaultLanguageValues() — Method in class LanguageServiceProvider
Gets the default language values.
- LanguageSwitcherInterface::getLanguageSwitchLinks() — Method in class LanguageSwitcherInterface
Returns language switch links.
- LanguageBlock::getCacheMaxAge() — Method in class LanguageBlock
- {@inheritdoc}
- LanguageBlock::getDerivativeDefinitions() — Method in class LanguageBlock
Gets the definition of all derivatives of a base plugin.
- LanguageNegotiationBrowser::getLangcode() — Method in class LanguageNegotiationBrowser
Performs language negotiation.
- LanguageNegotiationContentEntity::getLangcode() — Method in class LanguageNegotiationContentEntity
Performs language negotiation.
- LanguageNegotiationContentEntity::getLanguageSwitchLinks() — Method in class LanguageNegotiationContentEntity
Returns language switch links.
- LanguageNegotiationContentEntity::getContentEntityTypeIdForCurrentRequest() — Method in class LanguageNegotiationContentEntity
Returns the content entity type ID from the current request for the route.
- LanguageNegotiationContentEntity::getContentEntityPaths() — Method in class LanguageNegotiationContentEntity
Returns the paths for the link templates of all content entities.
- LanguageNegotiationSelected::getLangcode() — Method in class LanguageNegotiationSelected
Performs language negotiation.
- LanguageNegotiationSession::getLangcode() — Method in class LanguageNegotiationSession
Performs language negotiation.
- LanguageNegotiationSession::getLanguageSwitchLinks() — Method in class LanguageNegotiationSession
Returns language switch links.
- LanguageNegotiationUI::getLangcode() — Method in class LanguageNegotiationUI
Performs language negotiation.
- LanguageNegotiationUrl::getLangcode() — Method in class LanguageNegotiationUrl
Performs language negotiation.
- LanguageNegotiationUrl::getLanguageSwitchLinks() — Method in class LanguageNegotiationUrl
Returns language switch links.
- LanguageNegotiationUrlFallback::getLangcode() — Method in class LanguageNegotiationUrlFallback
Performs language negotiation.
- Language::getIds() — Method in class Language
Defines the source fields uniquely identifying a source row.
- LanguageContentSettings::getIds() — Method in class LanguageContentSettings
Defines the source fields uniquely identifying a source row.
- LanguageContentSettingsTaxonomyVocabulary::getIds() — Method in class LanguageContentSettingsTaxonomyVocabulary
Defines the source fields uniquely identifying a source row.
- LanguageContentSettings::getIds() — Method in class LanguageContentSettings
Defines the source fields uniquely identifying a source row.
- SectionStorage::get() — Method in class SectionStorage
Gets the value of an annotation.
- LayoutBuilderIsActiveCacheContext::getLabel() — Method in class LayoutBuilderIsActiveCacheContext
Returns the label of the cache context.
- LayoutBuilderIsActiveCacheContext::getContext() — Method in class LayoutBuilderIsActiveCacheContext
Returns the string representation of the cache context.
- LayoutBuilderIsActiveCacheContext::getCacheableMetadata() — Method in class LayoutBuilderIsActiveCacheContext
Gets the cacheability metadata for the context based on the parameter value.
- LayoutBuilderIsActiveCacheContext::getDisplay() — Method in class LayoutBuilderIsActiveCacheContext
Returns the entity view display for a given entity type and view mode.
- LayoutBuilderUiCacheContext::getLabel() — Method in class LayoutBuilderUiCacheContext
Returns the label of the cache context.
- LayoutBuilderUiCacheContext::getContext() — Method in class LayoutBuilderUiCacheContext
Returns the string representation of the cache context.
- LayoutBuilderContextTrait::getAvailableContexts() — Method in class LayoutBuilderContextTrait
Provides all available contexts, both global and section_storage-specific.
- LayoutBuilderContextTrait::getPopulatedContexts() — Method in class LayoutBuilderContextTrait
Returns all populated contexts, both global and section-storage-specific.
- ChooseBlockController::getBlockLinks() — Method in class ChooseBlockController
Gets a render array of block links.
- ChooseBlockController::getAjaxAttributes() — Method in class ChooseBlockController
Get dialog attributes if an ajax request.
- LayoutBuilderHtmlEntityFormController::getContentResult() — Method in class LayoutBuilderHtmlEntityFormController
Invokes the form and returns the result.
- LayoutBuilderHtmlEntityFormController::getFormArgument() — Method in class LayoutBuilderHtmlEntityFormController
Extracts the form argument string from a request.
- LayoutBuilderHtmlEntityFormController::getFormObject() — Method in class LayoutBuilderHtmlEntityFormController
Returns the object used to build the form.
- LayoutBuilder::getInfo() — Method in class LayoutBuilder
Returns the element properties for this element.
- LayoutBuilderEntityViewDisplay::getSections() — Method in class LayoutBuilderEntityViewDisplay
Gets the layout sections.
- LayoutBuilderEntityViewDisplay::getDefaultRegion() — Method in class LayoutBuilderEntityViewDisplay
Gets the default region.
- LayoutBuilderEntityViewDisplay::getContextsForEntity() — Method in class LayoutBuilderEntityViewDisplay
Gets the available contexts for a given entity.
- LayoutBuilderEntityViewDisplay::getDefaultSection() — Method in class LayoutBuilderEntityViewDisplay
Gets a default section.
- LayoutBuilderEntityViewDisplay::getComponent() — Method in class LayoutBuilderEntityViewDisplay
Gets the display options set for a component.
- LayoutBuilderSampleEntityGenerator::get() — Method in class LayoutBuilderSampleEntityGenerator
Gets a sample entity for a given entity type and bundle.
- SampleEntityGeneratorInterface::get() — Method in class SampleEntityGeneratorInterface
Gets a sample entity for a given entity type and bundle.
- BlockComponentRenderArray::getSubscribedEvents() — Method in class BlockComponentRenderArray
- {@inheritdoc}
- PrepareLayout::getSubscribedEvents() — Method in class PrepareLayout
- {@inheritdoc}
- SetInlineBlockDependency::getSubscribedEvents() — Method in class SetInlineBlockDependency
- {@inheritdoc}
- SetInlineBlockDependency::getInlineBlockDependency() — Method in class SetInlineBlockDependency
Get the access dependency of an inline block.
- PrepareLayoutEvent::getSectionStorage() — Method in class PrepareLayoutEvent
Gets the section storage.
- SectionComponentBuildRenderArrayEvent::getComponent() — Method in class SectionComponentBuildRenderArrayEvent
Get the section component whose render array is being built.
- SectionComponentBuildRenderArrayEvent::getContexts() — Method in class SectionComponentBuildRenderArrayEvent
Get the available contexts.
- SectionComponentBuildRenderArrayEvent::getPlugin() — Method in class SectionComponentBuildRenderArrayEvent
Get the plugin for the section component being built.
- SectionComponentBuildRenderArrayEvent::getBuild() — Method in class SectionComponentBuildRenderArrayEvent
Get the render array in its current state.
- LayoutSectionItemList::getSections() — Method in class LayoutSectionItemList
Gets the layout sections.
- LayoutSectionItemList::getEntity() — Method in class LayoutSectionItemList
Gets the entity that field belongs to.
- AddBlockForm::getFormId() — Method in class AddBlockForm
Returns a unique string identifying the form.
- ConfigureBlockFormBase::getBaseFormId() — Method in class ConfigureBlockFormBase
Returns a string identifying the base form.
- ConfigureBlockFormBase::getPluginForm() — Method in class ConfigureBlockFormBase
Retrieves the plugin form for a given block.
- ConfigureBlockFormBase::getSectionStorage() — Method in class ConfigureBlockFormBase
Retrieves the section storage object.
- ConfigureBlockFormBase::getCurrentSection() — Method in class ConfigureBlockFormBase
Retrieves the current layout section being edited by the form.
- ConfigureBlockFormBase::getCurrentComponent() — Method in class ConfigureBlockFormBase
Retrieves the current component being edited by the form.
- ConfigureSectionForm::getFormId() — Method in class ConfigureSectionForm
Returns a unique string identifying the form.
- ConfigureSectionForm::getPluginForm() — Method in class ConfigureSectionForm
Retrieves the plugin form for a given layout.
- ConfigureSectionForm::getSectionStorage() — Method in class ConfigureSectionForm
Retrieve the section storage property.
- DefaultsEntityForm::getBaseFormId() — Method in class DefaultsEntityForm
Returns a string identifying the base form.
- DefaultsEntityForm::getEntityFromRouteMatch() — Method in class DefaultsEntityForm
Determines which entity will be used by this form from a RouteMatch object.
- DefaultsEntityForm::getSectionStorage() — Method in class DefaultsEntityForm
Retrieves the section storage object.
- DiscardLayoutChangesForm::getFormId() — Method in class DiscardLayoutChangesForm
Returns a unique string identifying the form.
- DiscardLayoutChangesForm::getQuestion() — Method in class DiscardLayoutChangesForm
Returns the question to ask the user.
- DiscardLayoutChangesForm::getCancelUrl() — Method in class DiscardLayoutChangesForm
Returns the route to go to if the user cancels the action.
- LayoutBuilderDisableForm::getFormId() — Method in class LayoutBuilderDisableForm
Returns a unique string identifying the form.
- LayoutBuilderDisableForm::getQuestion() — Method in class LayoutBuilderDisableForm
Returns the question to ask the user.
- LayoutBuilderDisableForm::getDescription() — Method in class LayoutBuilderDisableForm
Returns additional text to display as a description.
- LayoutBuilderDisableForm::getCancelUrl() — Method in class LayoutBuilderDisableForm
Returns the route to go to if the user cancels the action.
- LayoutRebuildConfirmFormBase::getCancelUrl() — Method in class LayoutRebuildConfirmFormBase
Returns the route to go to if the user cancels the action.
- MoveBlockForm::getFormId() — Method in class MoveBlockForm
Returns a unique string identifying the form.
- MoveBlockForm::getComponentsWrapper() — Method in class MoveBlockForm
Ajax callback for the region select element.
- MoveBlockForm::getSelectedRegion() — Method in class MoveBlockForm
Gets the selected region.
- MoveBlockForm::getSelectedDelta() — Method in class MoveBlockForm
Gets the selected delta.
- OverridesEntityForm::getBaseFormId() — Method in class OverridesEntityForm
Returns a string identifying the base form.
- OverridesEntityForm::getSectionStorage() — Method in class OverridesEntityForm
Retrieves the section storage object.
- RemoveBlockForm::getQuestion() — Method in class RemoveBlockForm
Returns the question to ask the user.
- RemoveBlockForm::getConfirmText() — Method in class RemoveBlockForm
Returns a caption for the button that confirms the action.
- RemoveBlockForm::getFormId() — Method in class RemoveBlockForm
Returns a unique string identifying the form.
- RemoveSectionForm::getFormId() — Method in class RemoveSectionForm
Returns a unique string identifying the form.
- RemoveSectionForm::getQuestion() — Method in class RemoveSectionForm
Returns the question to ask the user.
- RemoveSectionForm::getConfirmText() — Method in class RemoveSectionForm
Returns a caption for the button that confirms the action.
- RevertOverridesForm::getFormId() — Method in class RevertOverridesForm
Returns a unique string identifying the form.
- RevertOverridesForm::getQuestion() — Method in class RevertOverridesForm
Returns the question to ask the user.
- RevertOverridesForm::getConfirmText() — Method in class RevertOverridesForm
Returns a caption for the button that confirms the action.
- RevertOverridesForm::getCancelUrl() — Method in class RevertOverridesForm
Returns the route to go to if the user cancels the action.
- UpdateBlockForm::getFormId() — Method in class UpdateBlockForm
Returns a unique string identifying the form.
- InlineBlockEntityOperations::getRemovedBlockIds() — Method in class InlineBlockEntityOperations
Gets the IDs of the inline blocks that were removed.
- InlineBlockEntityOperations::getPluginBlockId() — Method in class InlineBlockEntityOperations
Gets a block ID for an inline block plugin.
- InlineBlockEntityOperations::getBlockIdsForRevisionIds() — Method in class InlineBlockEntityOperations
Gets blocks IDs for an array of revision IDs.
- InlineBlockUsage::getUnused() — Method in class InlineBlockUsage
Gets unused inline block IDs.
- InlineBlockUsage::getUsage() — Method in class InlineBlockUsage
Gets usage record for inline block by ID.
- InlineBlockUsageInterface::getUnused() — Method in class InlineBlockUsageInterface
Gets unused inline block IDs.
- InlineBlockUsageInterface::getUsage() — Method in class InlineBlockUsageInterface
Gets usage record for inline block by ID.
- LayoutEntityHelperTrait::getInlineBlockRevisionIdsInSections() — Method in class LayoutEntityHelperTrait
Gets revision IDs for layout sections.
- LayoutEntityHelperTrait::getEntitySections() — Method in class LayoutEntityHelperTrait
Gets the sections for an entity if any.
- LayoutEntityHelperTrait::getInlineBlockComponents() — Method in class LayoutEntityHelperTrait
Gets components that have Inline Block plugins.
- LayoutEntityHelperTrait::getSectionStorageForEntity() — Method in class LayoutEntityHelperTrait
Gets the section storage for an entity.
- LayoutTempstoreRepository::get() — Method in class LayoutTempstoreRepository
Gets the tempstore version of a section storage, if it exists.
- LayoutTempstoreRepository::getTempstore() — Method in class LayoutTempstoreRepository
Gets the shared tempstore.
- LayoutTempstoreRepository::getKey() — Method in class LayoutTempstoreRepository
Gets the string to use as the tempstore key.
- LayoutTempstoreRepositoryInterface::get() — Method in class LayoutTempstoreRepositoryInterface
Gets the tempstore version of a section storage, if it exists.
- LayoutEntityDisplayNormalizer::getDataWithoutInternals() — Method in class LayoutEntityDisplayNormalizer
Gets the given data without the internal implementation details.
- OverridesSectionStorageInterface::getDefaultSectionStorage() — Method in class OverridesSectionStorageInterface
Returns the corresponding defaults section storage for this override.
- ExtraFieldBlock::getEntity() — Method in class ExtraFieldBlock
Gets the entity that has the field.
- ExtraFieldBlock::getPreviewFallbackString() — Method in class ExtraFieldBlock
- {@inheritdoc}
- FieldBlock::getEntity() — Method in class FieldBlock
Gets the entity that has the field.
- FieldBlock::getPreviewFallbackString() — Method in class FieldBlock
- {@inheritdoc}
- FieldBlock::getFieldDefinition() — Method in class FieldBlock
Gets the field definition.
- FieldBlock::getApplicablePluginOptions() — Method in class FieldBlock
Returns an array of applicable formatter options for a field.
- FieldBlock::getFormatter() — Method in class FieldBlock
Gets the formatter object.
- InlineBlock::getEntity() — Method in class InlineBlock
Loads or creates the block content entity of the block.
- ExtraFieldBlockDeriver::getDerivativeDefinitions() — Method in class ExtraFieldBlockDeriver
Gets the definition of all derivatives of a base plugin.
- FieldBlockDeriver::getDerivativeDefinitions() — Method in class FieldBlockDeriver
Gets the definition of all derivatives of a base plugin.
- InlineBlockDeriver::getDerivativeDefinitions() — Method in class InlineBlockDeriver
Gets the definition of all derivatives of a base plugin.
- LayoutBuilderLocalTaskDeriver::getDerivativeDefinitions() — Method in class LayoutBuilderLocalTaskDeriver
Gets the definition of all derivatives of a base plugin.
- LayoutSectionItem::generateSampleValue() — Method in class LayoutSectionItem
Generates placeholder field values.
- MultiWidthLayoutBase::getWidthOptions() — Method in class MultiWidthLayoutBase
Gets the width options for the configuration form.
- MultiWidthLayoutBase::getDefaultWidth() — Method in class MultiWidthLayoutBase
Provides a default value for the width options.
- ThreeColumnLayout::getWidthOptions() — Method in class ThreeColumnLayout
Gets the width options for the configuration form.
- ThreeColumnLayout::getDefaultWidth() — Method in class ThreeColumnLayout
Provides a default value for the width options.
- TwoColumnLayout::getWidthOptions() — Method in class TwoColumnLayout
Gets the width options for the configuration form.
- TwoColumnLayout::getDefaultWidth() — Method in class TwoColumnLayout
Provides a default value for the width options.
- DefaultsSectionStorage::getSectionList() — Method in class DefaultsSectionStorage
Gets the section list.
- DefaultsSectionStorage::getDisplay() — Method in class DefaultsSectionStorage
Gets the entity storing the defaults.
- DefaultsSectionStorage::getStorageId() — Method in class DefaultsSectionStorage
Returns an identifier for this storage.
- DefaultsSectionStorage::getRedirectUrl() — Method in class DefaultsSectionStorage
Gets the URL used when redirecting away from the Layout Builder UI.
- DefaultsSectionStorage::getLayoutBuilderUrl() — Method in class DefaultsSectionStorage
Gets the URL used to display the Layout Builder UI.
- DefaultsSectionStorage::getRouteParameters() — Method in class DefaultsSectionStorage
Provides the route parameters needed to generate a URL for this object.
- DefaultsSectionStorage::getEntityTypes() — Method in class DefaultsSectionStorage
Returns an array of relevant entity types.
- DefaultsSectionStorage::getContextsDuringPreview() — Method in class DefaultsSectionStorage
Gets contexts for use during preview.
- DefaultsSectionStorage::getThirdPartySetting() — Method in class DefaultsSectionStorage
Gets the value of a third-party setting.
- DefaultsSectionStorage::getThirdPartySettings() — Method in class DefaultsSectionStorage
Gets all third-party settings of a given module.
- DefaultsSectionStorage::getThirdPartyProviders() — Method in class DefaultsSectionStorage
Gets the list of third parties that store information.
- OverridesSectionStorage::getSectionList() — Method in class OverridesSectionStorage
Gets the section list.
- OverridesSectionStorage::getEntity() — Method in class OverridesSectionStorage
Gets the entity storing the overrides.
- OverridesSectionStorage::getStorageId() — Method in class OverridesSectionStorage
Returns an identifier for this storage.
- OverridesSectionStorage::getTempstoreKey() — Method in class OverridesSectionStorage
Gets a string suitable for use as a tempstore key.
- OverridesSectionStorage::getEntityTypes() — Method in class OverridesSectionStorage
Returns an array of relevant entity types.
- OverridesSectionStorage::getDefaultSectionStorage() — Method in class OverridesSectionStorage
Returns the corresponding defaults section storage for this override.
- OverridesSectionStorage::getRedirectUrl() — Method in class OverridesSectionStorage
Gets the URL used when redirecting away from the Layout Builder UI.
- OverridesSectionStorage::getLayoutBuilderUrl() — Method in class OverridesSectionStorage
Gets the URL used to display the Layout Builder UI.
- OverridesSectionStorage::getContextsDuringPreview() — Method in class OverridesSectionStorage
Gets contexts for use during preview.
- SectionStorageBase::getSectionList() — Method in class SectionStorageBase
Gets the section list.
- SectionStorageBase::getStorageType() — Method in class SectionStorageBase
Returns the type of this storage.
- SectionStorageBase::getSections() — Method in class SectionStorageBase
Gets the layout sections.
- SectionStorageBase::getSection() — Method in class SectionStorageBase
Gets a domain object for the layout section.
- SectionStorageBase::getContextsDuringPreview() — Method in class SectionStorageBase
Gets contexts for use during preview.
- SectionStorageBase::getTempstoreKey() — Method in class SectionStorageBase
Gets a string suitable for use as a tempstore key.
- LayoutBuilderRoutes::getSubscribedEvents() — Method in class LayoutBuilderRoutes
- {@inheritdoc}
- Section::getLayout() — Method in class Section
Gets the layout plugin for this section.
- Section::getLayoutId() — Method in class Section
Gets the layout plugin ID for this section.
- Section::getLayoutSettings() — Method in class Section
Gets the layout plugin settings for this section.
- Section::getDefaultRegion() — Method in class Section
Gets the default region.
- Section::getComponents() — Method in class Section
Returns the components of the section.
- Section::getComponent() — Method in class Section
Gets the component for a given UUID.
- Section::getNextHighestWeight() — Method in class Section
Returns the next highest weight of the component in a region.
- Section::getComponentsByRegion() — Method in class Section
Gets the components for a specific region.
- Section::getThirdPartySetting() — Method in class Section
Gets the value of a third-party setting.
- Section::getThirdPartySettings() — Method in class Section
Gets all third-party settings of a given module.
- Section::getThirdPartyProviders() — Method in class Section
Gets the list of third parties that store information.
- SectionComponent::get() — Method in class SectionComponent
Gets any arbitrary property for the component.
- SectionComponent::getRegion() — Method in class SectionComponent
Gets the region for the component.
- SectionComponent::getWeight() — Method in class SectionComponent
Gets the weight of the component.
- SectionComponent::getConfiguration() — Method in class SectionComponent
Gets the component plugin configuration.
- SectionComponent::getPluginId() — Method in class SectionComponent
Gets the plugin ID.
- SectionComponent::getUuid() — Method in class SectionComponent
Gets the UUID for this component.
- SectionComponent::getPlugin() — Method in class SectionComponent
Gets the plugin for this component.
- SectionListInterface::getSections() — Method in class SectionListInterface
Gets the layout sections.
- SectionListInterface::getSection() — Method in class SectionListInterface
Gets a domain object for the layout section.
- SectionListTrait::getSection() — Method in class SectionListTrait
- {@inheritdoc}
- SectionStorageInterface::getStorageId() — Method in class SectionStorageInterface
Returns an identifier for this storage.
- SectionStorageInterface::getStorageType() — Method in class SectionStorageInterface
Returns the type of this storage.
- SectionStorageInterface::getRedirectUrl() — Method in class SectionStorageInterface
Gets the URL used when redirecting away from the Layout Builder UI.
- SectionStorageInterface::getLayoutBuilderUrl() — Method in class SectionStorageInterface
Gets the URL used to display the Layout Builder UI.
- SectionStorageInterface::getContextsDuringPreview() — Method in class SectionStorageInterface
Gets contexts for use during preview.
- SectionStorageInterface::getPluginDefinition() — Method in class SectionStorageInterface
Overrides \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition().
- SectionStorageDefinition::get() — Method in class SectionStorageDefinition
Gets any arbitrary property.
- SectionStorageDefinition::getWeight() — Method in class SectionStorageDefinition
Returns the plugin weight.
- TempStoreIdentifierInterface::getTempstoreKey() — Method in class TempStoreIdentifierInterface
Gets a string suitable for use as a tempstore key.
- LinkItemInterface::getUrl() — Method in class LinkItemInterface
Gets the URL object.
- LinkItem::generateSampleValue() — Method in class LinkItem
Generates placeholder field values.
- LinkItem::getUrl() — Method in class LinkItem
Gets the URL object.
- LinkWidget::getUriAsDisplayableString() — Method in class LinkWidget
Gets the URI without the 'internal:' or 'entity:' scheme.
- LinkWidget::getUserEnteredStringAsUri() — Method in class LinkWidget
Gets the user-entered string as a URI.
- LinkField::getFieldFormatterMap() — Method in class LinkField
Get a map between D6 formatters and D8 formatters for this field type.
- LinkField::getFieldFormatterMap() — Method in class LinkField
Get a map between D6 formatters and D8 formatters for this field type.
- LinkField::getFieldWidgetMap() — Method in class LinkField
Get a map between D6 and D8 widgets for this field type.
- LocaleTranslationCacheTag::getSubscribedEvents() — Method in class LocaleTranslationCacheTag
- {@inheritdoc}
- ExportForm::getFormId() — Method in class ExportForm
Returns a unique string identifying the form.
- ImportForm::getFormId() — Method in class ImportForm
Returns a unique string identifying the form.
- LocaleSettingsForm::getFormId() — Method in class LocaleSettingsForm
Returns a unique string identifying the form.
- LocaleSettingsForm::getEditableConfigNames() — Method in class LocaleSettingsForm
Gets the configuration names that will be editable.
- TranslateEditForm::getFormId() — Method in class TranslateEditForm
Returns a unique string identifying the form.
- TranslateFilterForm::getFormId() — Method in class TranslateFilterForm
Returns a unique string identifying the form.
- TranslationStatusForm::getFormId() — Method in class TranslationStatusForm
Returns a unique string identifying the form.
- Gettext — Class in namespace Drupal\locale
Static class providing Drupal specific Gettext functionality.
- LocaleConfigManager::getTranslatableDefaultConfig() — Method in class LocaleConfigManager
Gets array of translated strings for Locale translatable configuration.
- LocaleConfigManager::getTranslatableData() — Method in class LocaleConfigManager
Gets translatable configuration data for a typed configuration element.
- LocaleConfigManager::getComponentNames() — Method in class LocaleConfigManager
Gets configuration names associated with components.
- LocaleConfigManager::getStringNames() — Method in class LocaleConfigManager
Gets configuration names associated with strings.
- LocaleConfigManager::getStringTranslation() — Method in class LocaleConfigManager
Get the translation object for the given source/context and language.
- LocaleConfigManager::getDefaultConfigLangcode() — Method in class LocaleConfigManager
Returns the original language code for this shipped configuration.
- LocaleConfigManager::getActiveConfigLangcode() — Method in class LocaleConfigManager
Returns the current language code for this active configuration.
- LocaleConfigSubscriber::getSubscribedEvents() — Method in class LocaleConfigSubscriber
- {@inheritdoc}
- LocaleDefaultConfigStorage::getComponentNames() — Method in class LocaleDefaultConfigStorage
Get all configuration names and folders for a list of modules or themes.
- LocaleEvent::getLangCodes() — Method in class LocaleEvent
Returns the language codes.
- LocaleEvent::getLids() — Method in class LocaleEvent
Returns the string identifiers.
- LocaleLookup::getCid() — Method in class LocaleLookup
Gets the cache ID.
- LocaleProjectStorage::get() — Method in class LocaleProjectStorage
Returns the stored value for a given key.
- LocaleProjectStorage::getMultiple() — Method in class LocaleProjectStorage
Returns a list of project records.
- LocaleProjectStorage::getAll() — Method in class LocaleProjectStorage
Returns all the project records.
- LocaleProjectStorageInterface::get() — Method in class LocaleProjectStorageInterface
Returns the stored value for a given key.
- LocaleProjectStorageInterface::getMultiple() — Method in class LocaleProjectStorageInterface
Returns a list of project records.
- LocaleProjectStorageInterface::getAll() — Method in class LocaleProjectStorageInterface
Returns all the project records.
- LocaleTranslation::getStringTranslation() — Method in class LocaleTranslation
Retrieves English string to given language.
- PluralFormula::getNumberOfPlurals() — Method in class PluralFormula
Returns the number of plurals supported by a given language.
- PluralFormula::getFormula() — Method in class PluralFormula
Gets the plural formula for a langcode.
- PluralFormulaInterface::getNumberOfPlurals() — Method in class PluralFormulaInterface
Returns the number of plurals supported by a given language.
- PluralFormulaInterface::getFormula() — Method in class PluralFormulaInterface
Gets the plural formula for a langcode.
- PoDatabaseReader::getLangcode() — Method in class PoDatabaseReader
Get language code.
- PoDatabaseReader::getOptions() — Method in class PoDatabaseReader
Get the options used by the reader.
- PoDatabaseReader::getHeader() — Method in class PoDatabaseReader
Get header metadata.
- PoDatabaseWriter::getLangcode() — Method in class PoDatabaseWriter
Get language code.
- PoDatabaseWriter::getReport() — Method in class PoDatabaseWriter
Get the report of the write operations.
- PoDatabaseWriter::getOptions() — Method in class PoDatabaseWriter
Get the options used by the writer.
- PoDatabaseWriter::getHeader() — Method in class PoDatabaseWriter
Get header metadata.
- SourceString::getString() — Method in class SourceString
Gets plain string contained in this object.
- TranslationsStream::getType() — Method in class TranslationsStream
Returns the type of stream wrapper.
- TranslationsStream::getName() — Method in class TranslationsStream
Returns the name of the stream wrapper for use in the UI.
- TranslationsStream::getDescription() — Method in class TranslationsStream
Returns the description of the stream wrapper for use in the UI.
- TranslationsStream::getDirectoryPath() — Method in class TranslationsStream
Gets the path that the wrapper is responsible for.
- TranslationsStream::getExternalUrl() — Method in class TranslationsStream
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl().
- StringBase::getId() — Method in class StringBase
Gets the string unique identifier.
- StringBase::getVersion() — Method in class StringBase
Gets the string version.
- StringBase::getPlurals() — Method in class StringBase
Splits string to work with plural values.
- StringBase::getStorage() — Method in class StringBase
Gets the string storage.
- StringBase::getValues() — Method in class StringBase
Gets field values that are set for given field names.
- StringBase::getLocations() — Method in class StringBase
Gets location information for this string.
- StringDatabaseStorage::getStrings() — Method in class StringDatabaseStorage
Loads multiple source string objects.
- StringDatabaseStorage::getTranslations() — Method in class StringDatabaseStorage
Loads multiple string translation objects.
- StringDatabaseStorage::getLocations() — Method in class StringDatabaseStorage
Loads string location information.
- StringInterface::getId() — Method in class StringInterface
Gets the string unique identifier.
- StringInterface::getVersion() — Method in class StringInterface
Gets the string version.
- StringInterface::getString() — Method in class StringInterface
Gets plain string contained in this object.
- StringInterface::getPlurals() — Method in class StringInterface
Splits string to work with plural values.
- StringInterface::getStorage() — Method in class StringInterface
Gets the string storage.
- StringInterface::getValues() — Method in class StringInterface
Gets field values that are set for given field names.
- StringInterface::getLocations() — Method in class StringInterface
Gets location information for this string.
- StringStorageInterface::getStrings() — Method in class StringStorageInterface
Loads multiple source string objects.
- StringStorageInterface::getTranslations() — Method in class StringStorageInterface
Loads multiple string translation objects.
- StringStorageInterface::getLocations() — Method in class StringStorageInterface
Loads string location information.
- TranslationString::getString() — Method in class TranslationString
Gets plain string contained in this object.
- Media::getName() — Method in class Media
Gets the media item name.
- Media::getCreatedTime() — Method in class Media
Returns the media item creation timestamp.
- Media::getSource() — Method in class Media
Returns the media source.
- Media::getDefaultThumbnailUri() — Method in class Media
Returns the URI of the default thumbnail.
- Media::getThumbnailUri() — Method in class Media
Gets the URI for the thumbnail of a media item.
- Media::getRequestTime() — Method in class Media
- {@inheritdoc}
- MediaType::getPluginCollections() — Method in class MediaType
Gets the plugin collections used by this object.
- MediaType::getDescription() — Method in class MediaType
Gets the entity description.
- MediaType::getSource() — Method in class MediaType
Returns the media source plugin.
- MediaType::getStatus() — Method in class MediaType
- {@inheritdoc}
- MediaType::getFieldMap() — Method in class MediaType
Returns the metadata field map.
- MediaConfigSubscriber::getSubscribedEvents() — Method in class MediaConfigSubscriber
- {@inheritdoc}
- EditorMediaDialog::getFormId() — Method in class EditorMediaDialog
Returns a unique string identifying the form.
- EditorMediaDialog::getViewModeDefaultValue() — Method in class EditorMediaDialog
Gets the default value for the view mode form element.
- EditorMediaDialog::getMediaImageSourceFieldName() — Method in class EditorMediaDialog
Gets the name of an image media item's source field.
- MediaSettingsForm::getFormId() — Method in class MediaSettingsForm
Returns a unique string identifying the form.
- MediaSettingsForm::getEditableConfigNames() — Method in class MediaSettingsForm
Gets the configuration names that will be editable.
- IFrameUrlHelper::getHash() — Method in class IFrameUrlHelper
Hashes an oEmbed resource URL.
- MediaInterface::getName() — Method in class MediaInterface
Gets the media item name.
- MediaInterface::getCreatedTime() — Method in class MediaInterface
Returns the media item creation timestamp.
- MediaInterface::getSource() — Method in class MediaInterface
Returns the media source.
- MediaListBuilder::getEntityIds() — Method in class MediaListBuilder
Loads entity IDs using a pager sorted by the entity id.
- MediaSourceBase::getConfiguration() — Method in class MediaSourceBase
Gets this plugin's configuration.
- MediaSourceBase::getMetadata() — Method in class MediaSourceBase
Gets the value for a metadata attribute for a given media item.
- MediaSourceBase::getSourceFieldOptions() — Method in class MediaSourceBase
Get the source field options for the media type form.
- MediaSourceBase::getSourceFieldStorage() — Method in class MediaSourceBase
Returns the source field storage definition.
- MediaSourceBase::getSourceFieldDefinition() — Method in class MediaSourceBase
Get the source field definition for a media type.
- MediaSourceBase::getSourceFieldName() — Method in class MediaSourceBase
Determine the name of the source field.
- MediaSourceBase::getSourceFieldValue() — Method in class MediaSourceBase
Get the primary value stored in the source field.
- MediaSourceEntityConstraintsInterface::getEntityConstraints() — Method in class MediaSourceEntityConstraintsInterface
Gets media source-specific validation constraints for a media item.
- MediaSourceFieldConstraintsInterface::getSourceFieldConstraints() — Method in class MediaSourceFieldConstraintsInterface
Gets media source-specific validation constraints for a source field.
- MediaSourceInterface::getMetadataAttributes() — Method in class MediaSourceInterface
Gets a list of metadata attributes provided by this plugin.
- MediaSourceInterface::getMetadata() — Method in class MediaSourceInterface
Gets the value for a metadata attribute for a given media item.
- MediaSourceInterface::getSourceFieldDefinition() — Method in class MediaSourceInterface
Get the source field definition for a media type.
- MediaSourceInterface::getSourceFieldValue() — Method in class MediaSourceInterface
Get the primary value stored in the source field.
- MediaTypeForm::getWorkflowOptions() — Method in class MediaTypeForm
Prepares workflow options to be used in the 'checkboxes' form element.
- MediaTypeForm::getSourceSubFormState() — Method in class MediaTypeForm
Gets subform state for the media source configuration subform.
- MediaTypeInterface::getSource() — Method in class MediaTypeInterface
Returns the media source plugin.
- MediaTypeInterface::getFieldMap() — Method in class MediaTypeInterface
Returns the metadata field map.
- MediaViewsData::getViewsData() — Method in class MediaViewsData
Returns views data for the entity type.
- Endpoint::getUrl() — Method in class Endpoint
Returns the endpoint URL.
- Endpoint::getProvider() — Method in class Endpoint
Returns the provider this endpoint belongs to.
- Endpoint::getSchemes() — Method in class Endpoint
Returns list of URL schemes supported by the provider.
- Endpoint::getFormats() — Method in class Endpoint
Returns list of supported formats.
- Provider::getName() — Method in class Provider
Returns the provider name.
- Provider::getUrl() — Method in class Provider
Returns the provider URL.
- Provider::getEndpoints() — Method in class Provider
Returns the provider endpoints.
- ProviderRepository::getAll() — Method in class ProviderRepository
Returns information on all available oEmbed providers.
- ProviderRepository::get() — Method in class ProviderRepository
Returns information for a specific oEmbed provider.
- ProviderRepositoryInterface::getAll() — Method in class ProviderRepositoryInterface
Returns information on all available oEmbed providers.
- ProviderRepositoryInterface::get() — Method in class ProviderRepositoryInterface
Returns information for a specific oEmbed provider.
- Resource::getType() — Method in class Resource
Returns the resource type.
- Resource::getTitle() — Method in class Resource
Returns the title of the resource.
- Resource::getAuthorName() — Method in class Resource
Returns the name of the resource author.
- Resource::getAuthorUrl() — Method in class Resource
Returns the URL of the resource author.
- Resource::getProvider() — Method in class Resource
Returns the resource provider, if known.
- Resource::getThumbnailUrl() — Method in class Resource
Returns the URL of the resource's thumbnail image.
- Resource::getThumbnailWidth() — Method in class Resource
Returns the width of the resource's thumbnail image.
- Resource::getThumbnailHeight() — Method in class Resource
Returns the height of the resource's thumbnail image.
- Resource::getWidth() — Method in class Resource
Returns the width of the resource.
- Resource::getHeight() — Method in class Resource
Returns the height of the resource.
- Resource::getUrl() — Method in class Resource
Returns the URL of the resource. Only applies to 'photo' resources.
- Resource::getHtml() — Method in class Resource
Returns the HTML representation of the resource.
- ResourceException::getUrl() — Method in class ResourceException
Gets the URL of the resource which caused the exception.
- ResourceException::getData() — Method in class ResourceException
Gets the raw resource data, if available.
- UrlResolver::getProviderByUrl() — Method in class UrlResolver
Tries to determine the oEmbed provider for a media asset URL.
- UrlResolver::getResourceUrl() — Method in class UrlResolver
Builds the resource URL for a media asset URL.
- UrlResolver::getEndpointMatchingUrl() — Method in class UrlResolver
For the given media item URL find an endpoint with schemes that match.
- UrlResolverInterface::getProviderByUrl() — Method in class UrlResolverInterface
Tries to determine the oEmbed provider for a media asset URL.
- UrlResolverInterface::getResourceUrl() — Method in class UrlResolverInterface
Builds the resource URL for a media asset URL.
- DrupalMedia::getDependencies() — Method in class DrupalMedia
Returns a list of plugins this plugin requires.
- DrupalMedia::getLibraries() — Method in class DrupalMedia
Returns a list of libraries this plugin requires.
- DrupalMedia::getFile() — Method in class DrupalMedia
Returns the Drupal root-relative file path to the plugin JavaScript file.
- DrupalMedia::getConfig() — Method in class DrupalMedia
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
- DrupalMedia::getCssFiles() — Method in class DrupalMedia
Retrieves enabled plugins' iframe instance CSS files.
- DynamicLocalTasks::getDerivativeDefinitions() — Method in class DynamicLocalTasks
Gets the definition of all derivatives of a base plugin.
- MediaThumbnailFormatter::getMediaThumbnailUrl() — Method in class MediaThumbnailFormatter
Get the URL for the media thumbnail.
- MediaEmbed::getMediaImageSourceField() — Method in class MediaEmbed
Get image field from source config.
- File::getMetadataAttributes() — Method in class File
Gets a list of metadata attributes provided by this plugin.
- File::getMetadata() — Method in class File
Gets the value for a metadata attribute for a given media item.
- File::getThumbnail() — Method in class File
Gets the thumbnail image URI based on a file entity.
- Image::getMetadataAttributes() — Method in class Image
Gets a list of metadata attributes provided by this plugin.
- Image::getMetadata() — Method in class Image
Gets the value for a metadata attribute for a given media item.
- OEmbed::getMetadataAttributes() — Method in class OEmbed
Gets a list of metadata attributes provided by this plugin.
- OEmbed::getMetadata() — Method in class OEmbed
Gets the value for a metadata attribute for a given media item.
- OEmbed::getLocalThumbnailUri() — Method in class OEmbed
Returns the local URI for a resource thumbnail.
- OEmbed::getThumbnailFileExtensionFromUrl() — Method in class OEmbed
Tries to determine the file extension of a thumbnail.
- OEmbed::getSourceFieldConstraints() — Method in class OEmbed
Gets media source-specific validation constraints for a source field.
- OEmbed::getProviders() — Method in class OEmbed
Returns the oEmbed provider names.
- OEmbedDeriver::getDerivativeDefinitions() — Method in class OEmbedDeriver
Gets the definition of all derivatives of a base plugin.
- OEmbedInterface::getProviders() — Method in class OEmbedInterface
Returns the oEmbed provider names.
- Status::getCacheContexts() — Method in class Status
The cache contexts associated with this object.
- Media::getAvailableSorts() — Method in class Media
Gets the availableSorts property.
- MediaRouteProvider::getCanonicalRoute() — Method in class MediaRouteProvider
Gets the canonical route.
- AddFormBase::getBaseFormId() — Method in class AddFormBase
Returns a string identifying the base form.
- AddFormBase::getMediaType() — Method in class AddFormBase
Get the media type from the form state.
- AddFormBase::getMediaLibraryState() — Method in class AddFormBase
Get the media library state from the form state.
- AddFormBase::getSourceFieldName() — Method in class AddFormBase
Returns the name of the source field for a media type.
- AddFormBase::getPreSelectedMediaItems() — Method in class AddFormBase
Get all pre-selected media items from the form state.
- AddFormBase::getAddedMediaItems() — Method in class AddFormBase
Get all added media items from the form state.
- AddFormBase::getCurrentMediaItems() — Method in class AddFormBase
Get all pre-selected and added media items from the form state.
- FileUploadForm::getFormId() — Method in class FileUploadForm
Returns a unique string identifying the form.
- FileUploadForm::getMediaType() — Method in class FileUploadForm
Get the media type from the form state.
- OEmbedForm::getFormId() — Method in class OEmbedForm
Returns a unique string identifying the form.
- OEmbedForm::getMediaType() — Method in class OEmbedForm
Get the media type from the form state.
- SettingsForm::getEditableConfigNames() — Method in class SettingsForm
Gets the configuration names that will be editable.
- SettingsForm::getFormId() — Method in class SettingsForm
Returns a unique string identifying the form.
- MediaLibraryEditorOpener::getSelectionResponse() — Method in class MediaLibraryEditorOpener
Generates a response after selecting media items in the media library.
- MediaLibraryFieldWidgetOpener::getSelectionResponse() — Method in class MediaLibraryFieldWidgetOpener
Generates a response after selecting media items in the media library.
- MediaLibraryOpenerInterface::getSelectionResponse() — Method in class MediaLibraryOpenerInterface
Generates a response after selecting media items in the media library.
- MediaLibraryState::getHash() — Method in class MediaLibraryState
Get the hash for the state object.
- MediaLibraryState::getOpenerId() — Method in class MediaLibraryState
Returns the ID of the media library opener service.
- MediaLibraryState::getAllowedTypeIds() — Method in class MediaLibraryState
Returns the media type IDs which can be selected.
- MediaLibraryState::getSelectedTypeId() — Method in class MediaLibraryState
Returns the selected media type.
- MediaLibraryState::getAvailableSlots() — Method in class MediaLibraryState
Returns the number of additional media items that can be selected.
- MediaLibraryState::getOpenerParameters() — Method in class MediaLibraryState
Returns all opener-specific parameter values.
- MediaLibraryState::getCacheContexts() — Method in class MediaLibraryState
The cache contexts associated with this object.
- MediaLibraryState::getCacheMaxAge() — Method in class MediaLibraryState
The maximum age for which this object may be cached.
- MediaLibraryState::getCacheTags() — Method in class MediaLibraryState
The cache tags associated with this object.
- OpenerResolver::get() — Method in class OpenerResolver
Gets a media library opener service from the container.
- OpenerResolverInterface::get() — Method in class OpenerResolverInterface
Gets a media library opener service from the container.
- DrupalMediaLibrary::getDependencies() — Method in class DrupalMediaLibrary
Returns a list of plugins this plugin requires.
- DrupalMediaLibrary::getLibraries() — Method in class DrupalMediaLibrary
Returns a list of libraries this plugin requires.
- DrupalMediaLibrary::getFile() — Method in class DrupalMediaLibrary
Returns the Drupal root-relative file path to the plugin JavaScript file.
- DrupalMediaLibrary::getConfig() — Method in class DrupalMediaLibrary
Returns the additions to CKEDITOR.config for a specific CKEditor instance.
- DrupalMediaLibrary::getButtons() — Method in class DrupalMediaLibrary
Returns the buttons that this plugin provides, along with metadata.
- MediaLibraryWidget::getAllowedMediaTypeIdsSorted() — Method in class MediaLibraryWidget
Gets the enabled media type IDs sorted by weight.
- MediaLibraryWidget::getNoMediaTypesAvailableMessage() — Method in class MediaLibraryWidget
Gets the message to display when there are no allowed media types.
- MediaLibraryWidget::getNewMediaItems() — Method in class MediaLibraryWidget
Gets newly selected media items.
- MediaLibraryWidget::getFieldState() — Method in class MediaLibraryWidget
Gets the field state for the widget.
- MediaLibrarySelectForm::getValue() — Method in class MediaLibrarySelectForm
Gets the value that's supposed to be rendered.
- MenuLinkContent::getTitle() — Method in class MenuLinkContent
Gets the title of the menu link.
- MenuLinkContent::getUrlObject() — Method in class MenuLinkContent
Gets the url object pointing to the URL of the menu link content entity.
- MenuLinkContent::getMenuName() — Method in class MenuLinkContent
Gets the menu name of the custom menu link.
- MenuLinkContent::getDescription() — Method in class MenuLinkContent
Gets the description of the menu link for the UI.
- MenuLinkContent::getPluginId() — Method in class MenuLinkContent
Gets the menu plugin ID associated with this entity.
- MenuLinkContent::getParentId() — Method in class MenuLinkContent
Gets the plugin ID of the parent menu link.
- MenuLinkContent::getWeight() — Method in class MenuLinkContent
Returns the weight of the menu link content entity.
- MenuLinkContent::getPluginDefinition() — Method in class MenuLinkContent
Builds up the menu link plugin definition for this entity.
- MenuLinkContentDeleteForm::getCancelUrl() — Method in class MenuLinkContentDeleteForm
Returns the route to go to if the user cancels the action.
- MenuLinkContentDeleteForm::getRedirectUrl() — Method in class MenuLinkContentDeleteForm
Returns the URL where the user should be redirected after deletion.
- MenuLinkContentDeleteForm::getDeletionMessage() — Method in class MenuLinkContentDeleteForm
- {@inheritdoc}
- MenuLinkContentInterface::getTitle() — Method in class MenuLinkContentInterface
Gets the title of the menu link.
- MenuLinkContentInterface::getUrlObject() — Method in class MenuLinkContentInterface
Gets the url object pointing to the URL of the menu link content entity.
- MenuLinkContentInterface::getMenuName() — Method in class MenuLinkContentInterface
Gets the menu name of the custom menu link.
- MenuLinkContentInterface::getDescription() — Method in class MenuLinkContentInterface
Gets the description of the menu link for the UI.
- MenuLinkContentInterface::getPluginId() — Method in class MenuLinkContentInterface
Gets the menu plugin ID associated with this entity.
- MenuLinkContentInterface::getParentId() — Method in class MenuLinkContentInterface
Gets the plugin ID of the parent menu link.
- MenuLinkContentInterface::getWeight() — Method in class MenuLinkContentInterface
Returns the weight of the menu link content entity.
- MenuLinkContentInterface::getPluginDefinition() — Method in class MenuLinkContentInterface
Builds up the menu link plugin definition for this entity.
- MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions() — Method in class MenuLinkContentStorage
Gets a list of menu link IDs with pending revisions.
- MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions() — Method in class MenuLinkContentStorageInterface
Gets a list of menu link IDs with pending revisions.
- MenuLinkContentStorageSchema::getSharedTableFieldSchema() — Method in class MenuLinkContentStorageSchema
Gets the schema for a single field definition.
- MenuLinkContentDeriver::getDerivativeDefinitions() — Method in class MenuLinkContentDeriver
Gets the definition of all derivatives of a base plugin.
- MenuLinkContent::getEntity() — Method in class MenuLinkContent
Loads the entity associated with this menu link.
- MenuLinkContent::getTitle() — Method in class MenuLinkContent
Returns the localized title to be shown for this link.
- MenuLinkContent::getDescription() — Method in class MenuLinkContent
Returns the description of the menu link.
- MenuLinkContent::getDeleteRoute() — Method in class MenuLinkContent
Returns route information for a route to delete the menu link.
- MenuLinkContent::getEditRoute() — Method in class MenuLinkContent
Returns route information for a custom edit form for the menu link.
- MenuLinkContent::getTranslateRoute() — Method in class MenuLinkContent
Returns route information for a route to translate the menu link.
- MenuLinkContent::getUuid() — Method in class MenuLinkContent
Returns the unique ID representing the menu link.
- MenuLink::getIds() — Method in class MenuLink
Defines the source fields uniquely identifying a source row.
- MenuLinkTranslation::getIds() — Method in class MenuLinkTranslation
Defines the source fields uniquely identifying a source row.
- MenuLinkLocalized::getIds() — Method in class MenuLinkLocalized
Defines the source fields uniquely identifying a source row.
- MenuLinkTranslation::getIds() — Method in class MenuLinkTranslation
Defines the source fields uniquely identifying a source row.
- MenuController::getParentOptions() — Method in class MenuController
Gets all the available menus and menu items as a JavaScript array.
- MenuDeleteForm::getDescription() — Method in class MenuDeleteForm
Returns additional text to display as a description.
- MenuLinkEditForm::getFormId() — Method in class MenuLinkEditForm
Returns a unique string identifying the form.
- MenuLinkResetForm::getFormId() — Method in class MenuLinkResetForm
Returns a unique string identifying the form.
- MenuLinkResetForm::getQuestion() — Method in class MenuLinkResetForm
Returns the question to ask the user.
- MenuLinkResetForm::getCancelUrl() — Method in class MenuLinkResetForm
Returns the route to go to if the user cancels the action.
- MenuLinkResetForm::getDescription() — Method in class MenuLinkResetForm
Returns additional text to display as a description.
- MenuLinkResetForm::getConfirmText() — Method in class MenuLinkResetForm
Returns a caption for the button that confirms the action.
- MenuListBuilder::getDefaultOperations() — Method in class MenuListBuilder
Gets this list's default operations.
- MenuLinkAdd::getOptions() — Method in class MenuLinkAdd
Returns options for rendering a link for the local action.
- MigrateSource::getProvider() — Method in class MigrateSource
Gets the name of the provider of the annotated class.
- MigrateSource::getProviders() — Method in class MigrateSource
Gets the provider names of the annotated class.
- MultipleProviderAnnotationInterface::getProvider() — Method in class MultipleProviderAnnotationInterface
Gets the name of the provider of the annotated class.
- MultipleProviderAnnotationInterface::getProviders() — Method in class MultipleProviderAnnotationInterface
Gets the provider names of the annotated class.
- AuditResult::getMigration() — Method in class AuditResult
Returns the audited migration.
- HighestIdInterface::getHighestId() — Method in class HighestIdInterface
Returns the highest ID tracked by the implementing plugin.
- EntityFieldDefinitionTrait::getDefinitionFromEntity() — Method in class EntityFieldDefinitionTrait
Gets the field definition from a specific entity base field.
- EntityFieldDefinitionTrait::getEntityTypeId() — Method in class EntityFieldDefinitionTrait
Finds the entity type from configuration or plugin ID.
- EventBase::getMigration() — Method in class EventBase
Gets the migration.
- MigrateIdMapMessageEvent::getMigration() — Method in class MigrateIdMapMessageEvent
Gets the migration entity.
- MigrateIdMapMessageEvent::getSourceIdValues() — Method in class MigrateIdMapMessageEvent
Gets the source ID values.
- MigrateIdMapMessageEvent::getMessage() — Method in class MigrateIdMapMessageEvent
Gets the message to be logged.
- MigrateIdMapMessageEvent::getLevel() — Method in class MigrateIdMapMessageEvent
Gets the severity level of the message (one of the MigrationInterface::MESSAGE_* constants).
- MigrateMapDeleteEvent::getMap() — Method in class MigrateMapDeleteEvent
Gets the map plugin.
- MigrateMapDeleteEvent::getSourceId() — Method in class MigrateMapDeleteEvent
Gets the source ID of the item being removed from the map.
- MigrateMapSaveEvent::getMap() — Method in class MigrateMapSaveEvent
Gets the map plugin.
- MigrateMapSaveEvent::getFields() — Method in class MigrateMapSaveEvent
Gets the fields about to be saved to the map.
- MigratePostRowSaveEvent::getDestinationIdValues() — Method in class MigratePostRowSaveEvent
Gets the destination ID values.
- MigratePreRowSaveEvent::getRow() — Method in class MigratePreRowSaveEvent
Gets the row object.
- MigrateRollbackEvent::getMigration() — Method in class MigrateRollbackEvent
Gets the migration entity.
- MigrateRowDeleteEvent::getMigration() — Method in class MigrateRowDeleteEvent
Gets the migration entity.
- MigrateRowDeleteEvent::getDestinationIdValues() — Method in class MigrateRowDeleteEvent
Gets the destination ID values.
- EntityValidationException::getViolationMessages() — Method in class EntityValidationException
Returns the list of violation messages.
- EntityValidationException::getViolations() — Method in class EntityValidationException
Returns the list of violations generated during the entity validation.
- RequirementsException::getRequirements() — Method in class RequirementsException
Get an array of requirements.
- RequirementsException::getRequirementsString() — Method in class RequirementsException
Get the requirements as a string.
- MigrateException::getLevel() — Method in class MigrateException
Gets the level.
- MigrateException::getStatus() — Method in class MigrateException
Gets the status of the current item.
- MigrateExecutable::getSource() — Method in class MigrateExecutable
Returns the source.
- MigrateExecutable::getEventDispatcher() — Method in class MigrateExecutable
Gets the event dispatcher.
- MigrateExecutable::getIdMap() — Method in class MigrateExecutable
Get the ID map from the current migration.
- MigrateExecutable::getMemoryUsage() — Method in class MigrateExecutable
Returns the memory usage so far.
- MigrateSkipRowException::getSaveToMap() — Method in class MigrateSkipRowException
Whether the thrower wants to record this skip in the map table.
- MigrateEntity::getDerivativeDefinition() — Method in class MigrateEntity
Gets the definition of a derivative plugin.
- MigrateEntity::getDerivativeDefinitions() — Method in class MigrateEntity
Gets the definition of all derivatives of a base plugin.
- MigrateEntityComplete::getDerivativeDefinitions() — Method in class MigrateEntityComplete
Gets the definition of all derivatives of a base plugin.
- MigrateEntityRevision::getDerivativeDefinition() — Method in class MigrateEntityRevision
Gets the definition of a derivative plugin.
- MigrateEntityRevision::getDerivativeDefinitions() — Method in class MigrateEntityRevision
Gets the definition of all derivatives of a base plugin.
- AnnotatedClassDiscoveryAutomatedProviders::getDefinitions() — Method in class AnnotatedClassDiscoveryAutomatedProviders
- {@inheritdoc}
- ProviderFilterDecorator::getDefinitions() — Method in class ProviderFilterDecorator
Gets the definition of all plugins for this type.
- StaticReflectionParser::getParentParser() — Method in class StaticReflectionParser
If the current class extends another, get the parser for the latter.
- MigrateDestinationInterface::getIds() — Method in class MigrateDestinationInterface
Gets the destination IDs.
- MigrateDestinationInterface::getDestinationModule() — Method in class MigrateDestinationInterface
Gets the destination module handling the destination data.
- MigrateIdMapInterface::getMessages() — Method in class MigrateIdMapInterface
Retrieves a traversable object of messages related to source records.
- MigrateIdMapInterface::getRowBySource() — Method in class MigrateIdMapInterface
Retrieves a row from the map table based on source identifier values.
- MigrateIdMapInterface::getRowByDestination() — Method in class MigrateIdMapInterface
Retrieves a row by the destination identifiers.
- MigrateIdMapInterface::getRowsNeedingUpdate() — Method in class MigrateIdMapInterface
Retrieves an array of map rows marked as needing update.
- MigrateIdMapInterface::getQualifiedMapTableName() — Method in class MigrateIdMapInterface
Gets the qualified map table.
- MigrateSourceInterface::getIds() — Method in class MigrateSourceInterface
Defines the source fields uniquely identifying a source row.
- MigrateSourceInterface::getSourceModule() — Method in class MigrateSourceInterface
Gets the source module providing the source data.
- MigrateSourcePluginManager::getDiscovery() — Method in class MigrateSourcePluginManager
Gets the plugin discovery.
- Migration::getIdMapPlugin() — Method in class Migration
Retrieves the ID map plugin.
- Migration::getSourcePlugin() — Method in class Migration
Returns the initialized source plugin.
- Migration::getProcessPlugins() — Method in class Migration
Returns the process plugins.
- Migration::getProcessNormalized() — Method in class Migration
Resolve shorthands into a list of plugin configurations.
- Migration::getDestinationPlugin() — Method in class Migration
Returns the initialized destination plugin.
- Migration::getIdMap() — Method in class Migration
Returns the initialized id_map plugin.
- Migration::getRequirements() — Method in class Migration
Get a list of required plugin IDs.
- Migration::getMigrationPluginManager() — Method in class Migration
Gets the migration plugin manager.
- Migration::getStatus() — Method in class Migration
Get the current migration status.
- Migration::getStatusLabel() — Method in class Migration
Retrieve a label for the current status.
- Migration::getInterruptionResult() — Method in class Migration
Get the result to return upon interruption.
- Migration::getProcess() — Method in class Migration
Get the normalized process pipeline configuration describing the process plugins.
- Migration::getMigrationDependencies() — Method in class Migration
Get the dependencies for this migration.
- Migration::getPluginDefinition() — Method in class Migration
Gets the definition of the plugin implementation.
- Migration::getDestinationConfiguration() — Method in class Migration
Get the destination configuration, with at least a 'plugin' key.
- Migration::getSourceConfiguration() — Method in class Migration
Get the source configuration, with at least a 'plugin' key.
- Migration::getTrackLastImported() — Method in class Migration
If true, track time of last import.
- Migration::getDestinationIds() — Method in class Migration
The destination identifiers.
- Migration::getMigrationTags() — Method in class Migration
The migration tags.
- MigrationDeriverTrait::getSourcePlugin() — Method in class MigrationDeriverTrait
Returns a fully initialized instance of a source plugin.
- MigrationInterface::getRequirements() — Method in class MigrationInterface
Get a list of required plugin IDs.
- MigrationInterface::getSourcePlugin() — Method in class MigrationInterface
Returns the initialized source plugin.
- MigrationInterface::getProcessPlugins() — Method in class MigrationInterface
Returns the process plugins.
- MigrationInterface::getDestinationPlugin() — Method in class MigrationInterface
Returns the initialized destination plugin.
- MigrationInterface::getIdMap() — Method in class MigrationInterface
Returns the initialized id_map plugin.
- MigrationInterface::getStatus() — Method in class MigrationInterface
Get the current migration status.
- MigrationInterface::getStatusLabel() — Method in class MigrationInterface
Retrieve a label for the current status.
- MigrationInterface::getInterruptionResult() — Method in class MigrationInterface
Get the result to return upon interruption.
- MigrationInterface::getProcess() — Method in class MigrationInterface
Get the normalized process pipeline configuration describing the process plugins.
- MigrationInterface::getMigrationDependencies() — Method in class MigrationInterface
Get the dependencies for this migration.
- MigrationInterface::getDestinationConfiguration() — Method in class MigrationInterface
Get the destination configuration, with at least a 'plugin' key.
- MigrationInterface::getSourceConfiguration() — Method in class MigrationInterface
Get the source configuration, with at least a 'plugin' key.
- MigrationInterface::getTrackLastImported() — Method in class MigrationInterface
If true, track time of last import.
- MigrationInterface::getDestinationIds() — Method in class MigrationInterface
The destination identifiers.
- MigrationInterface::getMigrationTags() — Method in class MigrationInterface
The migration tags.
- MigrationPluginManager::getDiscovery() — Method in class MigrationPluginManager
Gets the plugin discovery.
- NoSourcePluginDecorator::getDefinitions() — Method in class NoSourcePluginDecorator
Gets the definition of all plugins for this type.
- PluginEventSubscriber::getSubscribedEvents() — Method in class PluginEventSubscriber
- {@inheritdoc}
- ComponentEntityDisplayBase::getIds() — Method in class ComponentEntityDisplayBase
Gets the destination IDs.
- ComponentEntityDisplayBase::getEntity() — Method in class ComponentEntityDisplayBase
Gets the entity.
- Config::getIds() — Method in class Config
Gets the destination IDs.
- Config::getDestinationModule() — Method in class Config
Gets the destination module handling the destination data.
- DestinationBase::getDestinationModule() — Method in class DestinationBase
Gets the destination module handling the destination data.
- Entity::getBundle() — Method in class Entity
Gets the bundle for the row taking into account the default.
- Entity::getEntity() — Method in class Entity
Creates or loads an entity.
- Entity::getEntityId() — Method in class Entity
Gets the entity ID of the row.
- Entity::getKey() — Method in class Entity
Returns a specific entity key.
- EntityBaseFieldOverride::getEntityId() — Method in class EntityBaseFieldOverride
Gets the entity ID of the row.
- EntityConfigBase::getIds() — Method in class EntityConfigBase
Gets the destination IDs.
- EntityConfigBase::generateId() — Method in class EntityConfigBase
Generates an entity ID.
- EntityContentBase::getIds() — Method in class EntityContentBase
Gets the destination IDs.
- EntityContentBase::getHighestId() — Method in class EntityContentBase
Returns the highest ID tracked by the implementing plugin.
- EntityContentComplete::getIds() — Method in class EntityContentComplete
Gets the destination IDs.
- EntityContentComplete::getEntity() — Method in class EntityContentComplete
Gets the entity.
- EntityFieldInstance::getIds() — Method in class EntityFieldInstance
Gets the destination IDs.
- EntityFieldStorageConfig::getIds() — Method in class EntityFieldStorageConfig
Gets the destination IDs.
- EntityRevision::getEntity() — Method in class EntityRevision
Gets the entity.
- EntityRevision::getIds() — Method in class EntityRevision
Gets the destination IDs.
- EntityRevision::getHighestId() — Method in class EntityRevision
Returns the highest ID tracked by the implementing plugin.
- EntityViewMode::getIds() — Method in class EntityViewMode
Gets the destination IDs.
- NullDestination::getIds() — Method in class NullDestination
Gets the destination IDs.
- PerComponentEntityDisplay::getEntity() — Method in class PerComponentEntityDisplay
Gets the entity.
- PerComponentEntityFormDisplay::getEntity() — Method in class PerComponentEntityFormDisplay
Gets the entity.
- NullIdMap::getRowBySource() — Method in class NullIdMap
Retrieves a row from the map table based on source identifier values.
- NullIdMap::getRowByDestination() — Method in class NullIdMap
Retrieves a row by the destination identifiers.
- NullIdMap::getRowsNeedingUpdate() — Method in class NullIdMap
Retrieves an array of map rows marked as needing update.
- NullIdMap::getMessages() — Method in class NullIdMap
Retrieves a traversable object of messages related to source records.
- NullIdMap::getQualifiedMapTableName() — Method in class NullIdMap
Gets the qualified map table.
- Sql::getSourceIdsHash() — Method in class Sql
Retrieves the hash of the source identifier values.
- Sql::getQualifiedMapTableName() — Method in class Sql
Get the fully qualified map table name.
- Sql::getDatabase() — Method in class Sql
Gets the database connection.
- Sql::getFieldSchema() — Method in class Sql
Creates schema from an ID definition.
- Sql::getRowBySource() — Method in class Sql
Retrieves a row from the map table based on source identifier values.
- Sql::getRowByDestination() — Method in class Sql
Retrieves a row by the destination identifiers.
- Sql::getRowsNeedingUpdate() — Method in class Sql
Retrieves an array of map rows marked as needing update.
- Sql::getMessages() — Method in class Sql
Retrieves a traversable object of messages related to source records.
- Sql::getMigrationPluginManager() — Method in class Sql
Returns the migration plugin manager.
- Sql::getHighestId() — Method in class Sql
Returns the highest ID tracked by the implementing plugin.
- FileCopy::getDirectory() — Method in class FileCopy
Returns the directory component of a URI or path.
- Get — Class in namespace Drupal\migrate\Plugin\migrate\process
Gets the source value.
- EmbeddedDataSource::getIds() — Method in class EmbeddedDataSource
Defines the source fields uniquely identifying a source row.
- EmptySource::getIds() — Method in class EmptySource
Defines the source fields uniquely identifying a source row.
- SourcePluginBase::getModuleHandler() — Method in class SourcePluginBase
Gets the module handler.
- SourcePluginBase::getIterator() — Method in class SourcePluginBase
Returns the iterator that will yield the row arrays to be processed.
- SourcePluginBase::getCurrentIds() — Method in class SourcePluginBase
Gets the currentSourceIds data member.
- SourcePluginBase::getCache() — Method in class SourcePluginBase
Gets the cache object.
- SourcePluginBase::getHighWaterStorage() — Method in class SourcePluginBase
Get the high water storage object.
- SourcePluginBase::getHighWater() — Method in class SourcePluginBase
The current value of the high water mark.
- SourcePluginBase::getHighWaterProperty() — Method in class SourcePluginBase
Get information on the property used as the high watermark.
- SourcePluginBase::getHighWaterField() — Method in class SourcePluginBase
Get the name of the field used as the high watermark.
- SourcePluginBase::getSourceModule() — Method in class SourcePluginBase
Gets the source module providing the source data.
- SqlBase::getDatabase() — Method in class SqlBase
Gets the database connection object.
- Row::getSourceIdValues() — Method in class Row
Retrieves the values of the source identifiers.
- Row::getSourceProperty() — Method in class Row
Retrieves a source property.
- Row::getSource() — Method in class Row
Retrieves all source properties.
- Row::getEmptyDestinationProperties() — Method in class Row
Gets the empty destination properties.
- Row::getDestination() — Method in class Row
Returns the whole destination array.
- Row::getRawDestination() — Method in class Row
Returns the raw destination. Rarely necessary.
- Row::getDestinationProperty() — Method in class Row
Returns the value of a destination property.
- Row::get() — Method in class Row
Retrieve a source or destination property.
- Row::getMultiple() — Method in class Row
Retrieve multiple source and destination properties at once.
- Row::getIdMap() — Method in class Row
Retrieves the Migrate ID mappings.
- Row::getHash() — Method in class Row
Returns the hash for the source values.
- FieldDiscovery::getFieldPlugin() — Method in class FieldDiscovery
Returns the appropriate field plugin for a given field type.
- FieldDiscovery::getAllFields() — Method in class FieldDiscovery
Gets all field information related to this migration.
- FieldDiscovery::getEntityFields() — Method in class FieldDiscovery
Gets all field information for a particular entity type.
- FieldDiscovery::getBundleFields() — Method in class FieldDiscovery
Gets all field information for a particular entity type and bundle.
- FieldDiscovery::getSourcePlugin() — Method in class FieldDiscovery
Gets the source plugin to use to gather field information.
- FieldDiscovery::getFieldInstanceStubMigrationDefinition() — Method in class FieldDiscovery
Provides the stub migration definition for a given Drupal core version.
- FieldDiscovery::getCoreVersion() — Method in class FieldDiscovery
Finds the core version of a Drupal migration.
- MigrationConfigurationTrait::getConnection() — Method in class MigrationConfigurationTrait
Gets the database connection for the source Drupal database.
- MigrationConfigurationTrait::getSystemData() — Method in class MigrationConfigurationTrait
Gets the system data from the system table of the source Drupal database.
- MigrationConfigurationTrait::getMigrations() — Method in class MigrationConfigurationTrait
Gets the migrations for import.
- MigrationConfigurationTrait::getFollowUpMigrationTags() — Method in class MigrationConfigurationTrait
Returns the follow-up migration tags.
- MigrationConfigurationTrait::getLegacyDrupalVersion() — Method in class MigrationConfigurationTrait
Determines what version of Drupal the source database contains.
- MigrationConfigurationTrait::getConfigFactory() — Method in class MigrationConfigurationTrait
Gets the config factory service.
- MigrationConfigurationTrait::getMigrationPluginManager() — Method in class MigrationConfigurationTrait
Gets the migration plugin manager service.
- MigrationConfigurationTrait::getState() — Method in class MigrationConfigurationTrait
Gets the state service.
- MigrationPluginManager::getEnforcedSourceModuleTags() — Method in class MigrationPluginManager
Returns the migration tags that trigger source_module enforcement.
- MigrationState::getUpgradeStates() — Method in class MigrationState
Gets the upgrade states for all enabled source modules.
- MigrationState::getMigrationStates() — Method in class MigrationState
Gets migration state information from *.migrate_drupal.yml.
- MigrationState::getSourceState() — Method in class MigrationState
Tests if a destination exists for the given source module.
- MigrationState::getDestinationsForSource() — Method in class MigrationState
Get net destinations for source module.
- NodeMigrateType::getNodeMigrateType() — Method in class NodeMigrateType
Determines the type of node migration to be used.
- MigrateFieldInterface::getFieldFormatterType() — Method in class MigrateFieldInterface
Get the field formatter type from the source.
- MigrateFieldInterface::getFieldFormatterMap() — Method in class MigrateFieldInterface
Get a map between D6 formatters and D8 formatters for this field type.
- MigrateFieldInterface::getFieldWidgetType() — Method in class MigrateFieldInterface
Get the field widget type from the source.
- MigrateFieldInterface::getFieldWidgetMap() — Method in class MigrateFieldInterface
Get a map between D6 and D8 widgets for this field type.
- MigrateFieldInterface::getFieldType() — Method in class MigrateFieldInterface
Computes the destination type of a migrated field.
- MigrateFieldPluginManager::getPluginIdFromFieldType() — Method in class MigrateFieldPluginManager
Get the plugin ID from the field type.
- MigrateFieldPluginManagerInterface::getPluginIdFromFieldType() — Method in class MigrateFieldPluginManagerInterface
Get the plugin ID from the field type.
- MigrationWithFollowUpInterface::generateFollowUpMigrations() — Method in class MigrationWithFollowUpInterface
Generates follow-up migrations.
- EntityReferenceTranslationDeriver::getDerivativeDefinitions() — Method in class EntityReferenceTranslationDeriver
Gets the definition of all derivatives of a base plugin.
- FieldMigration::getProcess() — Method in class FieldMigration
Get the normalized process pipeline configuration describing the process plugins.
- FieldPluginBase::getFieldFormatterType() — Method in class FieldPluginBase
Get the field formatter type from the source.
- FieldPluginBase::getFieldFormatterMap() — Method in class FieldPluginBase
Get a map between D6 formatters and D8 formatters for this field type.
- FieldPluginBase::getFieldWidgetType() — Method in class FieldPluginBase
Get the field widget type from the source.
- FieldPluginBase::getFieldWidgetMap() — Method in class FieldPluginBase
Get a map between D6 and D8 widgets for this field type.
- FieldPluginBase::getFieldType() — Method in class FieldPluginBase
Computes the destination type of a migrated field.
- ReferenceBase::getEntityTypeMigrationId() — Method in class ReferenceBase
Gets the plugin ID for the reference type migration.
- ReferenceBase::getFieldWidgetMap() — Method in class ReferenceBase
Get a map between D6 and D8 widgets for this field type.
- NodeReference::getEntityTypeMigrationId() — Method in class NodeReference
Gets the plugin ID for the reference type migration.
- UserReference::getEntityTypeMigrationId() — Method in class UserReference
Gets the plugin ID for the reference type migration.
- NodeReference::getEntityTypeMigrationId() — Method in class NodeReference
Gets the plugin ID for the reference type migration.
- NodeReference::getFieldFormatterMap() — Method in class NodeReference
Get a map between D6 formatters and D8 formatters for this field type.
- UserReference::getEntityTypeMigrationId() — Method in class UserReference
Gets the plugin ID for the reference type migration.
- UserReference::getFieldFormatterMap() — Method in class UserReference
Get a map between D6 formatters and D8 formatters for this field type.
- ContentEntity::getIds() — Method in class ContentEntity
Defines the source fields uniquely identifying a source row.
- ContentEntityDeriver::getDerivativeDefinitions() — Method in class ContentEntityDeriver
Gets the definition of all derivatives of a base plugin.
- DrupalSqlBase::getSystemData() — Method in class DrupalSqlBase
Retrieves all system data information from the source Drupal database.
- DrupalSqlBase::getModuleSchemaVersion() — Method in class DrupalSqlBase
Retrieves a module schema_version from the source Drupal database.
- Variable::getIds() — Method in class Variable
Defines the source fields uniquely identifying a source row.
- VariableMultiRow::getIds() — Method in class VariableMultiRow
Defines the source fields uniquely identifying a source row.
- VariableTranslation::getIds() — Method in class VariableTranslation
Defines the source fields uniquely identifying a source row.
- FieldableEntity::getFields() — Method in class FieldableEntity
Returns all non-deleted field instances attached to a specific entity type.
- FieldableEntity::getFieldValues() — Method in class FieldableEntity
Retrieves field values for a single field of a single entity.
- FieldableEntity::getEntityTranslationSourceLanguage() — Method in class FieldableEntity
Gets an entity source language from the 'entity_translation' table.
- VariableTranslation::getIds() — Method in class VariableTranslation
Defines the source fields uniquely identifying a source row.
- Config::getIds() — Method in class Config
Defines the source fields uniquely identifying a source row.
- MigrateMessageCapture::getMessages() — Method in class MigrateMessageCapture
Returns any captured messages.
- CredentialForm::getFormId() — Method in class CredentialForm
Returns a unique string identifying the form.
- CredentialForm::getConfirmText() — Method in class CredentialForm
Returns a caption for the button that confirms the action.
- CredentialForm::getDatabaseTypes() — Method in class CredentialForm
Returns all supported database driver installer objects.
- IdConflictForm::getFormId() — Method in class IdConflictForm
Returns a unique string identifying the form.
- IdConflictForm::getConfirmText() — Method in class IdConflictForm
Returns a caption for the button that confirms the action.
- IncrementalForm::getFormId() — Method in class IncrementalForm
Returns a unique string identifying the form.
- IncrementalForm::getConfirmText() — Method in class IncrementalForm
Returns a caption for the button that confirms the action.
- MigrateUpgradeFormBase::getConfirmText() — Method in class MigrateUpgradeFormBase
Returns a caption for the button that confirms the action.
- OverviewForm::getFormId() — Method in class OverviewForm
Returns a unique string identifying the form.
- OverviewForm::getConfirmText() — Method in class OverviewForm
Returns a caption for the button that confirms the action.
- ReviewForm::getFormId() — Method in class ReviewForm
Returns a unique string identifying the form.
- ReviewForm::getConfirmText() — Method in class ReviewForm
Returns a caption for the button that confirms the action.
- Connection::getMariaDbVersionMatch() — Method in class Connection
Gets the MariaDB portion of the server version.
- Connection::getServerVersion() — Method in class Connection
Gets the server version.
- Tasks::getFormOptions() — Method in class Tasks
Returns driver specific configuration options.
- Schema::getPrefixInfo() — Method in class Schema
Get information about the table and database name from the prefix.
- Schema::getFieldTypeMap() — Method in class Schema
Returns a mapping of Drupal schema field names to DB-native field types.
- Schema::getNormalizedIndexes() — Method in class Schema
Gets normalized indexes from a table specification.
- Schema::getComment() — Method in class Schema
Retrieve a table or column comment.
- NodeAccessGrantsCacheContext::getLabel() — Method in class NodeAccessGrantsCacheContext
Returns the label of the cache context.
- NodeAccessGrantsCacheContext::getContext() — Method in class NodeAccessGrantsCacheContext
Returns the string representation of the cache context.
- NodeAccessGrantsCacheContext::getCacheableMetadata() — Method in class NodeAccessGrantsCacheContext
Gets the cacheability metadata for the context based on the parameter value.
- NodeRouteContext::getRuntimeContexts() — Method in class NodeRouteContext
Gets runtime context values for the given context IDs.
- NodeRouteContext::getAvailableContexts() — Method in class NodeRouteContext
Gets all available contexts for the purposes of configuration.
- NodeController::getRevisionIds() — Method in class NodeController
Gets a list of node revision IDs for a specific node.
- Node::getType() — Method in class Node
Gets the node type.
- Node::getTitle() — Method in class Node
Gets the node title.
- Node::getCreatedTime() — Method in class Node
Gets the node creation timestamp.
- NodeRouteProvider::getRoutes() — Method in class NodeRouteProvider
Provides routes for entities.
- NodeType::getPreviewMode() — Method in class NodeType
Gets the preview mode.
- NodeType::getHelp() — Method in class NodeType
Gets the help information.
- NodeType::getDescription() — Method in class NodeType
Gets the description.
- NodeAdminRouteSubscriber::getSubscribedEvents() — Method in class NodeAdminRouteSubscriber
- {@inheritdoc}
- NodeTranslationExceptionSubscriber::getSubscribedEvents() — Method in class NodeTranslationExceptionSubscriber
- {@inheritdoc}
- NodeTranslationMigrateSubscriber::getSubscribedEvents() — Method in class NodeTranslationMigrateSubscriber
- {@inheritdoc}
- DeleteMultiple::getCancelUrl() — Method in class DeleteMultiple
Returns the route to go to if the user cancels the action.
- DeleteMultiple::getDeletedMessage() — Method in class DeleteMultiple
Returns the message to show the user after an item was deleted.
- DeleteMultiple::getInaccessibleMessage() — Method in class DeleteMultiple
Returns the message to show the user when an item has not been deleted.
- NodeDeleteForm::getDeletionMessage() — Method in class NodeDeleteForm
- {@inheritdoc}
- NodePreviewForm::getFormId() — Method in class NodePreviewForm
Returns a unique string identifying the form.
- NodeRevisionDeleteForm::getFormId() — Method in class NodeRevisionDeleteForm
Returns a unique string identifying the form.
- NodeRevisionDeleteForm::getQuestion() — Method in class NodeRevisionDeleteForm
Returns the question to ask the user.
- NodeRevisionDeleteForm::getCancelUrl() — Method in class NodeRevisionDeleteForm
Returns the route to go to if the user cancels the action.
- NodeRevisionDeleteForm::getConfirmText() — Method in class NodeRevisionDeleteForm
Returns a caption for the button that confirms the action.
- NodeRevisionRevertForm::getFormId() — Method in class NodeRevisionRevertForm
Returns a unique string identifying the form.
- NodeRevisionRevertForm::getQuestion() — Method in class NodeRevisionRevertForm
Returns the question to ask the user.
- NodeRevisionRevertForm::getCancelUrl() — Method in class NodeRevisionRevertForm
Returns the route to go to if the user cancels the action.
- NodeRevisionRevertForm::getConfirmText() — Method in class NodeRevisionRevertForm
Returns a caption for the button that confirms the action.
- NodeRevisionRevertForm::getDescription() — Method in class NodeRevisionRevertForm
Returns additional text to display as a description.
- NodeRevisionRevertTranslationForm::getFormId() — Method in class NodeRevisionRevertTranslationForm
Returns a unique string identifying the form.
- NodeRevisionRevertTranslationForm::getQuestion() — Method in class NodeRevisionRevertTranslationForm
Returns the question to ask the user.
- NodeRevisionRevertTranslationForm::getDescription() — Method in class NodeRevisionRevertTranslationForm
Returns additional text to display as a description.
- RebuildPermissionsForm::getFormId() — Method in class RebuildPermissionsForm
Returns a unique string identifying the form.
- RebuildPermissionsForm::getQuestion() — Method in class RebuildPermissionsForm
Returns the question to ask the user.
- RebuildPermissionsForm::getCancelUrl() — Method in class RebuildPermissionsForm
Returns the route to go to if the user cancels the action.
- RebuildPermissionsForm::getConfirmText() — Method in class RebuildPermissionsForm
Returns a caption for the button that confirms the action.
- RebuildPermissionsForm::getDescription() — Method in class RebuildPermissionsForm
Returns additional text to display as a description.
- $ NodeAccessControlHandler#grantStorage — Property in class NodeAccessControlHandler
The node grant storage.
- NodeInterface::getType() — Method in class NodeInterface
Gets the node type.
- NodeInterface::getTitle() — Method in class NodeInterface
Gets the node title.
- NodeInterface::getCreatedTime() — Method in class NodeInterface
Gets the node creation timestamp.
- NodeInterface::getRevisionCreationTime() — Method in class NodeInterface
Gets the node revision creation timestamp.
- NodeStorageSchema::getEntitySchema() — Method in class NodeStorageSchema
Gets the entity schema for the specified entity type.
- NodeStorageSchema::getSharedTableFieldSchema() — Method in class NodeStorageSchema
Gets the schema for a single field definition.
- NodeTypeInterface::getPreviewMode() — Method in class NodeTypeInterface
Gets the preview mode.
- NodeTypeInterface::getHelp() — Method in class NodeTypeInterface
Gets the help information.
- NodeTypeInterface::getDescription() — Method in class NodeTypeInterface
Gets the description.
- NodeTypeListBuilder::getDefaultOperations() — Method in class NodeTypeListBuilder
Gets this list's default operations.
- NodeViewBuilder::getBuildDefaults() — Method in class NodeViewBuilder
Provides entity-specific defaults to the build process.
- NodeViewsData::getViewsData() — Method in class NodeViewsData
Returns views data for the entity type.
- DemoteNode::getFieldsToUpdate() — Method in class DemoteNode
Gets an array of values to be set.
- PromoteNode::getFieldsToUpdate() — Method in class PromoteNode
Gets an array of values to be set.
- StickyNode::getFieldsToUpdate() — Method in class StickyNode
Gets an array of values to be set.
- UnstickyNode::getFieldsToUpdate() — Method in class UnstickyNode
Gets an array of values to be set.
- NodeSearch::getType() — Method in class NodeSearch
Returns the search index type this plugin uses.
- NodeSearch::getRankings() — Method in class NodeSearch
Gathers ranking definitions from hook_ranking().
- D6NodeDeriver::getDerivativeDefinitions() — Method in class D6NodeDeriver
Gets the definition of all derivatives of a base plugin.
- D6NodeTranslation::generateFollowUpMigrations() — Method in class D6NodeTranslation
Generates follow-up migrations.
- D7NodeDeriver::getDerivativeDefinitions() — Method in class D7NodeDeriver
Gets the definition of all derivatives of a base plugin.
- D7NodeTranslation::generateFollowUpMigrations() — Method in class D7NodeTranslation
Generates follow-up migrations.
- Node::getFieldValues() — Method in class Node
Gets field values for a node.
- Node::getFieldInfo() — Method in class Node
Gets field and instance definitions from the database.
- Node::getFieldData() — Method in class Node
Retrieves raw field data for a node.
- Node::getIds() — Method in class Node
Defines the source fields uniquely identifying a source row.
- NodeComplete::getIds() — Method in class NodeComplete
Defines the source fields uniquely identifying a source row.
- NodeRevision::getIds() — Method in class NodeRevision
Defines the source fields uniquely identifying a source row.
- NodeType::getCommentFields() — Method in class NodeType
Returns the fields containing comment settings for each node type.
- NodeType::getIds() — Method in class NodeType
Defines the source fields uniquely identifying a source row.
- ViewMode::getIds() — Method in class ViewMode
Defines the source fields uniquely identifying a source row.
- ViewModeBase::getViewModes() — Method in class ViewModeBase
Get a list of D6 view modes.
- Node::getIds() — Method in class Node
Defines the source fields uniquely identifying a source row.
- NodeComplete::getIds() — Method in class NodeComplete
Defines the source fields uniquely identifying a source row.
- NodeEntityTranslation::getIds() — Method in class NodeEntityTranslation
Defines the source fields uniquely identifying a source row.
- NodeRevision::getIds() — Method in class NodeRevision
Defines the source fields uniquely identifying a source row.
- NodeType::getCommentFields() — Method in class NodeType
Returns the fields containing comment settings for each node type.
- NodeType::getIds() — Method in class NodeType
Defines the source fields uniquely identifying a source row.
- Node::getArgument() — Method in class Node
Return the default argument.
- Node::getCacheMaxAge() — Method in class Node
The maximum age for which this object may be cached.
- Node::getCacheContexts() — Method in class Node
The cache contexts associated with this object.
- RevisionLink::getUrlInfo() — Method in class RevisionLink
Returns the URI elements of the link.
- RevisionLink::getDefaultLabel() — Method in class RevisionLink
Returns the default label for this link.
- RevisionLinkDelete::getUrlInfo() — Method in class RevisionLinkDelete
Returns the URI elements of the link.
- RevisionLinkDelete::getDefaultLabel() — Method in class RevisionLinkDelete
Returns the default label for this link.
- RevisionLinkRevert::getUrlInfo() — Method in class RevisionLinkRevert
Returns the URI elements of the link.
- RevisionLinkRevert::getDefaultLabel() — Method in class RevisionLinkRevert
Returns the default label for this link.
- Access::getCacheContexts() — Method in class Access
The cache contexts associated with this object.
- Status::getCacheContexts() — Method in class Status
The cache contexts associated with this object.
- Node::getAvailableSorts() — Method in class Node
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::getAvailableSorts().
- ListItemBase::getPossibleValues() — Method in class ListItemBase
Returns an array of possible values.
- ListItemBase::getPossibleOptions() — Method in class ListItemBase
Returns an array of possible values with labels for display.
- ListItemBase::getSettableValues() — Method in class ListItemBase
Returns an array of settable values.
- ListItemBase::getSettableOptions() — Method in class ListItemBase
Returns an array of settable values with labels for display.
- ListItemBase::generateSampleValue() — Method in class ListItemBase
Generates placeholder field values.
- PageCache::get() — Method in class PageCache
Returns a response object from the page cache.
- PageCache::getCacheId() — Method in class PageCache
Gets the page cache ID for this request.
- PathFilterForm::getFormId() — Method in class PathFilterForm
Returns a unique string identifying the form.
- PathAliasListBuilder::getEntityIds() — Method in class PathAliasListBuilder
Loads entity IDs using a pager sorted by the entity id.
- PathItem::generateSampleValue() — Method in class PathItem
Generates placeholder field values.
- UrlAliasBase::getIds() — Method in class UrlAliasBase
Defines the source fields uniquely identifying a source row.
- AliasManager::getPathByAlias() — Method in class AliasManager
Given the alias, return the path it represents.
- AliasManager::getAliasByPath() — Method in class AliasManager
Given a path, return the alias.
- AliasManager::getRequestTime() — Method in class AliasManager
Wrapper method for REQUEST_TIME constant.
- AliasManagerInterface::getPathByAlias() — Method in class AliasManagerInterface
Given the alias, return the path it represents.
- AliasManagerInterface::getAliasByPath() — Method in class AliasManagerInterface
Given a path, return the alias.
- AliasRepository::getBaseQuery() — Method in class AliasRepository
Returns a SELECT query for the path_alias base table.
- AliasWhitelist::get() — Method in class AliasWhitelist
Gets value from the cache.
- PathAlias::getPath() — Method in class PathAlias
Gets the source path of the alias.
- PathAlias::getAlias() — Method in class PathAlias
Gets the alias for this path.
- PathAlias::getCacheTagsToInvalidate() — Method in class PathAlias
Returns the cache tags that should be used to invalidate caches.
- PathAliasSubscriber::getSubscribedEvents() — Method in class PathAliasSubscriber
Registers the methods in this class that should be listeners.
- PathAliasInterface::getPath() — Method in class PathAliasInterface
Gets the source path of the alias.
- PathAliasInterface::getAlias() — Method in class PathAliasInterface
Gets the alias for this path.
- PathAliasStorageSchema::getEntitySchema() — Method in class PathAliasStorageSchema
Gets the entity schema for the specified entity type.
- Connection::getFullQualifiedTableName() — Method in class Connection
Get a fully qualified table name.
- Tasks::getFormOptions() — Method in class Tasks
Returns driver specific configuration options.
- Schema::getTempNamespaceName() — Method in class Schema
Gets PostgreSQL's temporary namespace name.
- Schema::getFieldTypeMap() — Method in class Schema
Returns a mapping of Drupal schema field names to DB-native field types.
- Schema::getComment() — Method in class Schema
Retrieve a table or column comment.
- EditorSelector::getEditor() — Method in class EditorSelector
Returns the in-place editor (an InPlaceEditor plugin) to use for a field.
- EditorSelector::getEditorAttachments() — Method in class EditorSelector
Returns the attachments for all editors.
- EditorSelectorInterface::getEditor() — Method in class EditorSelectorInterface
Returns the in-place editor (an InPlaceEditor plugin) to use for a field.
- EditorSelectorInterface::getEditorAttachments() — Method in class EditorSelectorInterface
Returns the attachments for all editors.
- QuickEditFieldForm::getFormId() — Method in class QuickEditFieldForm
Returns a unique string identifying the form.
- MetadataGenerator::generateEntityMetadata() — Method in class MetadataGenerator
Generates in-place editing metadata for an entity.
- MetadataGenerator::generateFieldMetadata() — Method in class MetadataGenerator
Generates in-place editing metadata for an entity field.
- MetadataGeneratorInterface::generateEntityMetadata() — Method in class MetadataGeneratorInterface
Generates in-place editing metadata for an entity.
- MetadataGeneratorInterface::generateFieldMetadata() — Method in class MetadataGeneratorInterface
Generates in-place editing metadata for an entity field.
- InPlaceEditorBase::getMetadata() — Method in class InPlaceEditorBase
Generates metadata that is needed specifically for this editor.
- InPlaceEditorInterface::getMetadata() — Method in class InPlaceEditorInterface
Generates metadata that is needed specifically for this editor.
- InPlaceEditorInterface::getAttachments() — Method in class InPlaceEditorInterface
Returns the attachments for this editor.
- FormEditor::getAttachments() — Method in class FormEditor
Returns the attachments for this editor.
- PlainTextEditor::getAttachments() — Method in class PlainTextEditor
Returns the attachments for this editor.
- RdfMapping::getPreparedBundleMapping() — Method in class RdfMapping
Gets the mapping for the bundle-level data.
- RdfMapping::getBundleMapping() — Method in class RdfMapping
Gets the mapping config for the bundle-level data.
- RdfMapping::getPreparedFieldMapping() — Method in class RdfMapping
Gets the prepared mapping for a field.
- RdfMapping::getFieldMapping() — Method in class RdfMapping
Gets the mapping config for a field.
- RdfMapping::getIds() — Method in class RdfMapping
Defines the source fields uniquely identifying a source row.
- RdfMappingInterface::getPreparedBundleMapping() — Method in class RdfMappingInterface
Gets the mapping for the bundle-level data.
- RdfMappingInterface::getBundleMapping() — Method in class RdfMappingInterface
Gets the mapping config for the bundle-level data.
- RdfMappingInterface::getPreparedFieldMapping() — Method in class RdfMappingInterface
Gets the prepared mapping for a field.
- RdfMappingInterface::getFieldMapping() — Method in class RdfMappingInterface
Gets the mapping config for a field.
- ResponsiveImage::getInfo() — Method in class ResponsiveImage
Returns the element properties for this element.
- ResponsiveImageStyle::getKeyedImageStyleMappings() — Method in class ResponsiveImageStyle
Returns the mappings of breakpoint ID and multiplier to image style.
- ResponsiveImageStyle::getImageStyleMappings() — Method in class ResponsiveImageStyle
Returns the image style mappings for the responsive image style.
- ResponsiveImageStyle::getBreakpointGroup() — Method in class ResponsiveImageStyle
Returns the breakpoint group for the responsive image style.
- ResponsiveImageStyle::getFallbackImageStyle() — Method in class ResponsiveImageStyle
Returns the fallback image style ID for the responsive image style.
- ResponsiveImageStyle::getImageStyleMapping() — Method in class ResponsiveImageStyle
Gets the image style mapping for a breakpoint ID and multiplier.
- ResponsiveImageStyle::getImageStyleIds() — Method in class ResponsiveImageStyle
Gets all the image styles IDs involved in the responsive image mapping.
- ImageStyleMappings::getMultiplierSettings() — Method in class ImageStyleMappings
Extracts multiplier settings based on its type.
- ResponsiveImageStyles::getIds() — Method in class ResponsiveImageStyles
Defines the source fields uniquely identifying a source row.
- ResponsiveImageStyleInterface::getKeyedImageStyleMappings() — Method in class ResponsiveImageStyleInterface
Returns the mappings of breakpoint ID and multiplier to image style.
- ResponsiveImageStyleInterface::getImageStyleMappings() — Method in class ResponsiveImageStyleInterface
Returns the image style mappings for the responsive image style.
- ResponsiveImageStyleInterface::getBreakpointGroup() — Method in class ResponsiveImageStyleInterface
Returns the breakpoint group for the responsive image style.
- ResponsiveImageStyleInterface::getFallbackImageStyle() — Method in class ResponsiveImageStyleInterface
Returns the fallback image style ID for the responsive image style.
- ResponsiveImageStyleInterface::getImageStyleMapping() — Method in class ResponsiveImageStyleInterface
Gets the image style mapping for a breakpoint ID and multiplier.
- ResponsiveImageStyleInterface::getImageStyleIds() — Method in class ResponsiveImageStyleInterface
Gets all the image styles IDs involved in the responsive image mapping.
- ResponsiveImageStyleListBuilder::getDefaultOperations() — Method in class ResponsiveImageStyleListBuilder
Gets this list's default operations.
- $ RestResourceConfig#granularity — Property in class RestResourceConfig
The REST resource configuration granularity.
- RestResourceConfig::getResourcePluginManager() — Method in class RestResourceConfig
Returns the resource plugin manager.
- RestResourceConfig::getResourcePlugin() — Method in class RestResourceConfig
Retrieves the REST resource plugin.
- RestResourceConfig::getMethods() — Method in class RestResourceConfig
Retrieves a list of supported HTTP methods.
- RestResourceConfig::getMethodsForMethodGranularity() — Method in class RestResourceConfig
Retrieves a list of supported HTTP methods for this resource.
- RestResourceConfig::getAuthenticationProviders() — Method in class RestResourceConfig
Retrieves a list of supported authentication providers.
- RestResourceConfig::getAuthenticationProvidersForMethodGranularity() — Method in class RestResourceConfig
Retrieves a list of supported authentication providers.
- RestResourceConfig::getFormats() — Method in class RestResourceConfig
Retrieves a list of supported response formats.
- RestResourceConfig::getFormatsForMethodGranularity() — Method in class RestResourceConfig
Retrieves a list of supported response formats.
- RestResourceConfig::getPluginCollections() — Method in class RestResourceConfig
Gets the plugin collections used by this object.
- RestResourceConfig::getRestResourceDependencies() — Method in class RestResourceConfig
Returns the REST resource dependencies.
- EntityResourcePostRouteSubscriber::getSubscribedEvents() — Method in class EntityResourcePostRouteSubscriber
- {@inheritdoc}
- ResourceResponseSubscriber::getResponseFormat() — Method in class ResourceResponseSubscriber
Determines the format to respond in.
- ResourceResponseSubscriber::getSubscribedEvents() — Method in class ResourceResponseSubscriber
- {@inheritdoc}
- EntityDeriver::getDerivativeDefinition() — Method in class EntityDeriver
Gets the definition of a derivative plugin.
- EntityDeriver::getDerivativeDefinitions() — Method in class EntityDeriver
Gets the definition of all derivatives of a base plugin.
- ResourceBase::getBaseRoute() — Method in class ResourceBase
Gets the base route for a particular method.
- ResourceBase::getBaseRouteRequirements() — Method in class ResourceBase
Gets the base route requirements for a particular method.
- EntityResource::get() — Method in class EntityResource
Responds to entity GET requests.
- EntityResource::generateFallbackAccessDeniedMessage() — Method in class EntityResource
Generates a fallback access denied message, when no specific reason is set.
- EntityResource::getBaseRoute() — Method in class EntityResource
Gets the base route for a particular method.
- RestExport::getType() — Method in class RestExport
Returns the display type that this display requires.
- RestExport::getMimeType() — Method in class RestExport
Gets the mime type.
- RestExport::getContentType() — Method in class RestExport
Gets the content type.
- RestExport::getAuthOptions() — Method in class RestExport
Gets the auth options available.
- RestExport::getFormatOptions() — Method in class RestExport
Returns an array of format options.
- DataEntityRow::getEntityTypeId() — Method in class DataEntityRow
- {@inheritdoc}
- DataEntityRow::getEntityTypeManager() — Method in class DataEntityRow
- {@inheritdoc}
- DataEntityRow::getEntityRepository() — Method in class DataEntityRow
- {@inheritdoc}
- DataEntityRow::getLanguageManager() — Method in class DataEntityRow
- {@inheritdoc}
- DataEntityRow::getView() — Method in class DataEntityRow
- {@inheritdoc}
- DataFieldRow::getFieldKeyAlias() — Method in class DataFieldRow
Return an alias for a field ID, as set in the options form.
- Serializer::getFormats() — Method in class Serializer
Gets a list of all available formats that can be requested.
- Serializer::getCacheMaxAge() — Method in class Serializer
The maximum age for which this object may be cached.
- Serializer::getCacheContexts() — Method in class Serializer
The cache contexts associated with this object.
- Serializer::getCacheTags() — Method in class Serializer
The cache tags associated with this object.
- Serializer::getFormatOptions() — Method in class Serializer
Returns an array of format options.
- RequestHandler::getNormalizedRequestMethod() — Method in class RequestHandler
Gets the normalized HTTP request method of the matched route.
- ResourceResponseInterface::getResponseData() — Method in class ResourceResponseInterface
Returns response data that should be serialized.
- ResourceResponseTrait::getResponseData() — Method in class ResourceResponseTrait
Returns response data that should be serialized.
- RestResourceConfigInterface::getResourcePlugin() — Method in class RestResourceConfigInterface
Retrieves the REST resource plugin.
- RestResourceConfigInterface::getMethods() — Method in class RestResourceConfigInterface
Retrieves a list of supported HTTP methods.
- RestResourceConfigInterface::getAuthenticationProviders() — Method in class RestResourceConfigInterface
Retrieves a list of supported authentication providers.
- RestResourceConfigInterface::getFormats() — Method in class RestResourceConfigInterface
Retrieves a list of supported response formats.
- ResourceRoutes::getRoutesForResourceConfig() — Method in class ResourceRoutes
Provides all routes for a given REST resource config.
- ResourceRoutes::getSubscribedEvents() — Method in class ResourceRoutes
- {@inheritdoc}
- SearchPage::getPlugin() — Method in class SearchPage
Returns the search plugin.
- SearchPage::getPluginCollection() — Method in class SearchPage
Encapsulates the creation of the search page's LazyPluginCollection.
- SearchPage::getPluginCollections() — Method in class SearchPage
Gets the plugin collections used by this object.
- SearchPage::getPath() — Method in class SearchPage
Returns the path for the search.
- SearchPage::getWeight() — Method in class SearchPage
Returns the weight for the page.
- ReindexConfirm::getFormId() — Method in class ReindexConfirm
Returns a unique string identifying the form.
- ReindexConfirm::getQuestion() — Method in class ReindexConfirm
Returns the question to ask the user.
- ReindexConfirm::getDescription() — Method in class ReindexConfirm
Returns additional text to display as a description.
- ReindexConfirm::getConfirmText() — Method in class ReindexConfirm
Returns a caption for the button that confirms the action.
- ReindexConfirm::getCancelText() — Method in class ReindexConfirm
Returns a caption for the link which cancels the action.
- ReindexConfirm::getCancelUrl() — Method in class ReindexConfirm
Returns the route to go to if the user cancels the action.
- SearchBlockForm::getFormId() — Method in class SearchBlockForm
Returns a unique string identifying the form.
- SearchPageForm::getFormId() — Method in class SearchPageForm
Returns a unique string identifying the form.
- SearchPageFormBase::getBaseFormId() — Method in class SearchPageFormBase
Returns a string identifying the base form.
- ConfigurableSearchPluginBase::getConfiguration() — Method in class ConfigurableSearchPluginBase
Gets this plugin's configuration.
- SearchLocalTask::getDerivativeDefinitions() — Method in class SearchLocalTask
Gets the definition of all derivatives of a base plugin.
- SearchInterface::getKeywords() — Method in class SearchInterface
Returns the currently set keywords of the plugin instance.
- SearchInterface::getParameters() — Method in class SearchInterface
Returns the current parameters set using setSearch().
- SearchInterface::getAttributes() — Method in class SearchInterface
Returns the currently set attributes (from the request).
- SearchInterface::getType() — Method in class SearchInterface
Returns the search index type this plugin uses.
- SearchInterface::getHelp() — Method in class SearchInterface
Returns the searching help.
- SearchPluginBase::getKeywords() — Method in class SearchPluginBase
Returns the currently set keywords of the plugin instance.
- SearchPluginBase::getParameters() — Method in class SearchPluginBase
Returns the current parameters set using setSearch().
- SearchPluginBase::getAttributes() — Method in class SearchPluginBase
Returns the currently set attributes (from the request).
- SearchPluginBase::getType() — Method in class SearchPluginBase
Returns the search index type this plugin uses.
- SearchPluginBase::getHelp() — Method in class SearchPluginBase
Returns the searching help.
- SearchPluginCollection::get() — Method in class SearchPluginCollection
Gets a plugin instance, initializing it if necessary.
- SearchPage::getIds() — Method in class SearchPage
Defines the source fields uniquely identifying a source row.
- SearchPage::getIds() — Method in class SearchPage
Defines the source fields uniquely identifying a source row.
- SearchPageInterface::getPlugin() — Method in class SearchPageInterface
Returns the search plugin.
- SearchPageInterface::getPath() — Method in class SearchPageInterface
Returns the path for the search.
- SearchPageInterface::getWeight() — Method in class SearchPageInterface
Returns the weight for the page.
- SearchPageListBuilder::getFormId() — Method in class SearchPageListBuilder
Returns a unique string identifying the form.
- SearchPageListBuilder::getEditableConfigNames() — Method in class SearchPageListBuilder
- {@inheritdoc}
- SearchPageListBuilder::getDefaultOperations() — Method in class SearchPageListBuilder
Gets this list's default operations.
- SearchPageRepository::getActiveSearchPages() — Method in class SearchPageRepository
Returns all active search page entities.
- SearchPageRepository::getIndexableSearchPages() — Method in class SearchPageRepository
Returns all active, indexable search page entities.
- SearchPageRepository::getDefaultSearchPage() — Method in class SearchPageRepository
Returns the default search page.
- SearchPageRepository::getQuery() — Method in class SearchPageRepository
Returns an entity query instance.
- SearchPageRepositoryInterface::getActiveSearchPages() — Method in class SearchPageRepositoryInterface
Returns all active search page entities.
- SearchPageRepositoryInterface::getIndexableSearchPages() — Method in class SearchPageRepositoryInterface
Returns all active, indexable search page entities.
- SearchPageRepositoryInterface::getDefaultSearchPage() — Method in class SearchPageRepositoryInterface
Returns the default search page.
- SearchQuery::getStatus() — Method in class SearchQuery
Returns the query status bitmap.
- XmlEncoder::getBaseEncoder() — Method in class XmlEncoder
Gets the base encoder instance.
- UuidReferenceInterface::getUuid() — Method in class UuidReferenceInterface
Get the uuid from the data array.
- DefaultExceptionSubscriber::getHandledFormats() — Method in class DefaultExceptionSubscriber
Specifies the request formats this subscriber will respond to.
- DefaultExceptionSubscriber::getPriority() — Method in class DefaultExceptionSubscriber
Specifies the priority of all listeners in this class.
- UserRouteAlterSubscriber::getSubscribedEvents() — Method in class UserRouteAlterSubscriber
- {@inheritdoc}
- ConfigEntityNormalizer::getDataWithoutInternals() — Method in class ConfigEntityNormalizer
Gets the given data without the internal implementation details.
- DateTimeNormalizer::getNormalizationTimezone() — Method in class DateTimeNormalizer
Gets the timezone to be used during normalization.
- FieldableEntityNormalizerTrait::getEntityTypeDefinition() — Method in class FieldableEntityNormalizerTrait
Gets the entity type definition.
- FieldableEntityNormalizerTrait::getEntityTypeRepository() — Method in class FieldableEntityNormalizerTrait
Returns the entity type repository.
- FieldableEntityNormalizerTrait::getEntityFieldManager() — Method in class FieldableEntityNormalizerTrait
Returns the entity field manager.
- FieldableEntityNormalizerTrait::getEntityTypeManager() — Method in class FieldableEntityNormalizerTrait
Returns the entity type manager.
- SerializedColumnNormalizerTrait::getSerializedPropertyNames() — Method in class SerializedColumnNormalizerTrait
Gets the names of all serialized properties.
- SerializedColumnNormalizerTrait::getCustomSerializedPropertyNames() — Method in class SerializedColumnNormalizerTrait
Gets the names of all properties the plugin treats as serialized data.
- TimestampNormalizer::getNormalizationTimezone() — Method in class TimestampNormalizer
Gets the timezone to be used during normalization.
- BlockEntitySettingTrayForm::getPluginForm() — Method in class BlockEntitySettingTrayForm
Retrieves the plugin form for a given block and operation.
- BlockEntitySettingTrayForm::getRedirectUrl() — Method in class BlockEntitySettingTrayForm
Gets the form's redirect URL from 'destination' provide in the request.
- Shortcut::getTitle() — Method in class Shortcut
Returns the title of this shortcut.
- Shortcut::getWeight() — Method in class Shortcut
Returns the weight among shortcuts with the same depth.
- Shortcut::getUrl() — Method in class Shortcut
Returns the URL object pointing to the configured route.
- Shortcut::getCacheTagsToInvalidate() — Method in class Shortcut
Returns the cache tags that should be used to invalidate caches.
- ShortcutSet::getShortcuts() — Method in class ShortcutSet
Returns all the shortcuts from a shortcut set sorted correctly.
- ShortcutDeleteForm::getFormId() — Method in class ShortcutDeleteForm
Returns a unique string identifying the form.
- ShortcutDeleteForm::getCancelUrl() — Method in class ShortcutDeleteForm
Returns the route to go to if the user cancels the action.
- ShortcutDeleteForm::getRedirectUrl() — Method in class ShortcutDeleteForm
Returns the URL where the user should be redirected after deletion.
- SwitchShortcutSet::getFormId() — Method in class SwitchShortcutSet
Returns a unique string identifying the form.
- EntityShortcutSet::getEntity() — Method in class EntityShortcutSet
Creates or loads an entity.
- ShortcutSetUsers::getIds() — Method in class ShortcutSetUsers
Gets the destination IDs.
- Shortcut::getIds() — Method in class Shortcut
Defines the source fields uniquely identifying a source row.
- ShortcutSet::getIds() — Method in class ShortcutSet
Defines the source fields uniquely identifying a source row.
- ShortcutSetUsers::getIds() — Method in class ShortcutSetUsers
Defines the source fields uniquely identifying a source row.
- ShortcutInterface::getTitle() — Method in class ShortcutInterface
Returns the title of this shortcut.
- ShortcutInterface::getWeight() — Method in class ShortcutInterface
Returns the weight among shortcuts with the same depth.
- ShortcutInterface::getUrl() — Method in class ShortcutInterface
Returns the URL object pointing to the configured route.
- ShortcutSetInterface::getShortcuts() — Method in class ShortcutSetInterface
Returns all the shortcuts from a shortcut set sorted correctly.
- ShortcutSetListBuilder::getDefaultOperations() — Method in class ShortcutSetListBuilder
Gets this list's default operations.
- ShortcutSetStorage::getAssignedToUser() — Method in class ShortcutSetStorage
Get the name of the set assigned to this user.
- ShortcutSetStorage::getDefaultSet() — Method in class ShortcutSetStorage
Gets the default shortcut set for a given user account.
- ShortcutSetStorageInterface::getAssignedToUser() — Method in class ShortcutSetStorageInterface
Get the name of the set assigned to this user.
- ShortcutSetStorageInterface::getDefaultSet() — Method in class ShortcutSetStorageInterface
Gets the default shortcut set for a given user account.
- Connection::getAttachedDatabases() — Method in class Connection
Gets all the attached databases.
- Connection::getFullQualifiedTableName() — Method in class Connection
Get a fully qualified table name.
- Tasks::getFormOptions() — Method in class Tasks
Returns driver specific configuration options.
- Schema::getFieldTypeMap() — Method in class Schema
Returns a mapping of Drupal schema field names to DB-native field types.
- Statement::getStatement() — Method in class Statement
Grab a PDOStatement object from a given query and its arguments.
- NodeStatisticsDatabaseStorage::getRequestTime() — Method in class NodeStatisticsDatabaseStorage
Get current request time.
- NodeCounter::getIds() — Method in class NodeCounter
Gets the destination IDs.
- NodeCounter::getIds() — Method in class NodeCounter
Defines the source fields uniquely identifying a source row.
- StatisticsSettingsForm::getFormId() — Method in class StatisticsSettingsForm
Returns a unique string identifying the form.
- StatisticsSettingsForm::getEditableConfigNames() — Method in class StatisticsSettingsForm
Gets the configuration names that will be editable.
- StatisticsViewsResult::getTotalCount() — Method in class StatisticsViewsResult
Total number of times the entity has been viewed.
- StatisticsViewsResult::getDayCount() — Method in class StatisticsViewsResult
Total number of times the entity has been viewed "today".
- StatisticsViewsResult::getTimestamp() — Method in class StatisticsViewsResult
Timestamp of when the entity was last viewed.
- ActionConfigEntityInterface::getType() — Method in class ActionConfigEntityInterface
Returns the operation type.
- ActionConfigEntityInterface::getPlugin() — Method in class ActionConfigEntityInterface
Returns the operation plugin.
- DbUpdateController::getModuleUpdates() — Method in class DbUpdateController
Retrieves module updates.
- TimezoneController::getTimezone() — Method in class TimezoneController
Retrieve a JSON object containing a time zone name given a timezone abbreviation.
- StatusReportPage::getInfo() — Method in class StatusReportPage
Returns the element properties for this element.
- Action::getPluginCollection() — Method in class Action
Encapsulates the creation of the action's LazyPluginCollection.
- Action::getPluginCollections() — Method in class Action
Gets the plugin collections used by this object.
- Action::getPlugin() — Method in class Action
Returns the operation plugin.
- Action::getPluginDefinition() — Method in class Action
- {@inheritdoc}
- Action::getType() — Method in class Action
Returns the operation type.
- Menu::getDescription() — Method in class Menu
Returns the description of the menu.
- AdminRouteSubscriber::getSubscribedEvents() — Method in class AdminRouteSubscriber
- {@inheritdoc}
- AdvisoriesConfigSubscriber::getSubscribedEvents() — Method in class AdvisoriesConfigSubscriber
- {@inheritdoc}
- ConfigCacheTag::getSubscribedEvents() — Method in class ConfigCacheTag
- {@inheritdoc}
- SecurityFileUploadEventSubscriber::getSubscribedEvents() — Method in class SecurityFileUploadEventSubscriber
- {@inheritdoc}
- CronForm::getEditableConfigNames() — Method in class CronForm
- {@inheritdoc}
- CronForm::getFormId() — Method in class CronForm
Returns a unique string identifying the form.
- DateFormatDeleteForm::getQuestion() — Method in class DateFormatDeleteForm
- {@inheritdoc}
- FileSystemForm::getFormId() — Method in class FileSystemForm
Returns a unique string identifying the form.
- FileSystemForm::getEditableConfigNames() — Method in class FileSystemForm
Gets the configuration names that will be editable.
- ImageToolkitForm::getFormId() — Method in class ImageToolkitForm
Returns a unique string identifying the form.
- ImageToolkitForm::getEditableConfigNames() — Method in class ImageToolkitForm
Gets the configuration names that will be editable.
- LoggingForm::getFormId() — Method in class LoggingForm
Returns a unique string identifying the form.
- LoggingForm::getEditableConfigNames() — Method in class LoggingForm
Gets the configuration names that will be editable.
- ModulesListConfirmForm::getQuestion() — Method in class ModulesListConfirmForm
Returns the question to ask the user.
- ModulesListConfirmForm::getCancelUrl() — Method in class ModulesListConfirmForm
Returns the route to go to if the user cancels the action.
- ModulesListConfirmForm::getConfirmText() — Method in class ModulesListConfirmForm
Returns a caption for the button that confirms the action.
- ModulesListConfirmForm::getDescription() — Method in class ModulesListConfirmForm
Returns additional text to display as a description.
- ModulesListConfirmForm::getFormId() — Method in class ModulesListConfirmForm
Returns a unique string identifying the form.
- ModulesListExperimentalConfirmForm::getQuestion() — Method in class ModulesListExperimentalConfirmForm
Returns the question to ask the user.
- ModulesListExperimentalConfirmForm::getFormId() — Method in class ModulesListExperimentalConfirmForm
Returns a unique string identifying the form.
- ModulesListForm::getFormId() — Method in class ModulesListForm
Returns a unique string identifying the form.
- ModulesUninstallConfirmForm::getQuestion() — Method in class ModulesUninstallConfirmForm
Returns the question to ask the user.
- ModulesUninstallConfirmForm::getConfirmText() — Method in class ModulesUninstallConfirmForm
Returns a caption for the button that confirms the action.
- ModulesUninstallConfirmForm::getCancelUrl() — Method in class ModulesUninstallConfirmForm
Returns the route to go to if the user cancels the action.
- ModulesUninstallConfirmForm::getDescription() — Method in class ModulesUninstallConfirmForm
Returns additional text to display as a description.
- ModulesUninstallConfirmForm::getFormId() — Method in class ModulesUninstallConfirmForm
Returns a unique string identifying the form.
- ModulesUninstallForm::getFormId() — Method in class ModulesUninstallForm
Returns a unique string identifying the form.
- PerformanceForm::getFormId() — Method in class PerformanceForm
Returns a unique string identifying the form.
- PerformanceForm::getEditableConfigNames() — Method in class PerformanceForm
Gets the configuration names that will be editable.
- PrepareModulesEntityUninstallForm::getFormId() — Method in class PrepareModulesEntityUninstallForm
Returns a unique string identifying the form.
- PrepareModulesEntityUninstallForm::getQuestion() — Method in class PrepareModulesEntityUninstallForm
Returns the question to ask the user.
- PrepareModulesEntityUninstallForm::getDescription() — Method in class PrepareModulesEntityUninstallForm
Returns additional text to display as a description.
- PrepareModulesEntityUninstallForm::getConfirmText() — Method in class PrepareModulesEntityUninstallForm
Returns a caption for the button that confirms the action.
- PrepareModulesEntityUninstallForm::getCancelUrl() — Method in class PrepareModulesEntityUninstallForm
Returns the route to go to if the user cancels the action.
- RegionalForm::getFormId() — Method in class RegionalForm
Returns a unique string identifying the form.
- RegionalForm::getEditableConfigNames() — Method in class RegionalForm
Gets the configuration names that will be editable.
- RssFeedsForm::getFormId() — Method in class RssFeedsForm
Returns a unique string identifying the form.
- RssFeedsForm::getEditableConfigNames() — Method in class RssFeedsForm
Gets the configuration names that will be editable.
- SiteInformationForm::getFormId() — Method in class SiteInformationForm
Returns a unique string identifying the form.
- SiteInformationForm::getEditableConfigNames() — Method in class SiteInformationForm
Gets the configuration names that will be editable.
- SiteMaintenanceModeForm::getFormId() — Method in class SiteMaintenanceModeForm
Returns a unique string identifying the form.
- SiteMaintenanceModeForm::getEditableConfigNames() — Method in class SiteMaintenanceModeForm
Gets the configuration names that will be editable.
- SystemMenuOffCanvasForm::getEntityForm() — Method in class SystemMenuOffCanvasForm
Gets the entity form for this menu.
- ThemeAdminForm::getFormId() — Method in class ThemeAdminForm
Returns a unique string identifying the form.
- ThemeAdminForm::getEditableConfigNames() — Method in class ThemeAdminForm
Gets the configuration names that will be editable.
- ThemeExperimentalConfirmForm::getQuestion() — Method in class ThemeExperimentalConfirmForm
Returns the question to ask the user.
- ThemeExperimentalConfirmForm::getCancelUrl() — Method in class ThemeExperimentalConfirmForm
Returns the route to go to if the user cancels the action.
- ThemeExperimentalConfirmForm::getConfirmText() — Method in class ThemeExperimentalConfirmForm
Returns a caption for the button that confirms the action.
- ThemeExperimentalConfirmForm::getDescription() — Method in class ThemeExperimentalConfirmForm
Returns additional text to display as a description.
- ThemeExperimentalConfirmForm::getFormId() — Method in class ThemeExperimentalConfirmForm
Returns a unique string identifying the form.
- ThemeSettingsForm::getFormId() — Method in class ThemeSettingsForm
Returns a unique string identifying the form.
- ThemeSettingsForm::getEditableConfigNames() — Method in class ThemeSettingsForm
Gets the configuration names that will be editable.
- MenuInterface::getDescription() — Method in class MenuInterface
Returns the description of the menu.
- PathBasedBreadcrumbBuilder::getRequestForPath() — Method in class PathBasedBreadcrumbBuilder
Matches a path in the router.
- MockPhpStorage::getConfiguration() — Method in class MockPhpStorage
Gets the configuration data.
- MockPhpStorage::getConfigurationValue() — Method in class MockPhpStorage
Gets a single configuration key.
- SystemBrandingBlock::getCacheTags() — Method in class SystemBrandingBlock
- {@inheritdoc}
- SystemMenuBlock::getCacheTags() — Method in class SystemMenuBlock
- {@inheritdoc}
- SystemMenuBlock::getCacheContexts() — Method in class SystemMenuBlock
- {@inheritdoc}
- SystemMessagesBlock::getCacheMaxAge() — Method in class SystemMessagesBlock
- {@inheritdoc}
- CurrentThemeCondition::getCacheContexts() — Method in class CurrentThemeCondition
- {@inheritdoc}
- RequestPath::getCacheContexts() — Method in class RequestPath
- {@inheritdoc}
- SystemMenuBlock::getDerivativeDefinitions() — Method in class SystemMenuBlock
Gets the definition of all derivatives of a base plugin.
- ThemeLocalTask::getDerivativeDefinitions() — Method in class ThemeLocalTask
Gets the definition of all derivatives of a base plugin.
- GDToolkit — Class in namespace Drupal\system\Plugin\ImageToolkit
Defines the GD2 toolkit for image manipulation within Drupal.
- GDToolkit::getResource() — Method in class GDToolkit
Retrieves the GD image resource.
- GDToolkit::getTransparentColor() — Method in class GDToolkit
Gets the color set for transparency in GIF images.
- GDToolkit::getWidth() — Method in class GDToolkit
Returns the width of the image.
- GDToolkit::getHeight() — Method in class GDToolkit
Returns the height of the image.
- GDToolkit::getType() — Method in class GDToolkit
Gets the PHP type of the image.
- GDToolkit::getMimeType() — Method in class GDToolkit
Returns the MIME type of the image file.
- GDToolkit::getRequirements() — Method in class GDToolkit
Gets toolkit requirements in a format suitable for hook_requirements().
- GDToolkit::getSupportedExtensions() — Method in class GDToolkit
Returns a list of image file extensions supported by the toolkit.
- GDImageToolkitOperationBase — Class in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd
- GDImageToolkitOperationBase::getToolkit() — Method in class GDImageToolkitOperationBase
The correctly typed image toolkit for GD operations.
- ThemeSettings::getIds() — Method in class ThemeSettings
Gets the destination IDs.
- Extension::getIds() — Method in class Extension
Defines the source fields uniquely identifying a source row.
- Menu::getIds() — Method in class Menu
Defines the source fields uniquely identifying a source row.
- MenuTranslation::getIds() — Method in class MenuTranslation
Defines the source fields uniquely identifying a source row.
- ThemeSettings::getIds() — Method in class ThemeSettings
Defines the source fields uniquely identifying a source row.
- SecurityAdvisoriesFetcher::getSecurityAdvisories() — Method in class SecurityAdvisoriesFetcher
Gets security advisories that are applicable for the current site.
- SecurityAdvisoriesFetcher::getMatchingExtensionInfo() — Method in class SecurityAdvisoriesFetcher
Gets the information for an extension affected by the security advisory.
- SecurityAdvisoriesFetcher::getProjectExistingVersion() — Method in class SecurityAdvisoriesFetcher
Gets the existing project version.
- SecurityAdvisory::getTitle() — Method in class SecurityAdvisory
Gets the title.
- SecurityAdvisory::getProject() — Method in class SecurityAdvisory
Gets the project associated with the advisory.
- SecurityAdvisory::getProjectType() — Method in class SecurityAdvisory
Gets the type of project associated with the advisory.
- SecurityAdvisory::getInsecureVersions() — Method in class SecurityAdvisory
Gets the currently insecure versions of the project.
- SecurityAdvisory::getUrl() — Method in class SecurityAdvisory
Gets the URL to the security advisory.
- SystemConfigSubscriber::getSubscribedEvents() — Method in class SystemConfigSubscriber
- {@inheritdoc}
- SystemManager::getMaxSeverity() — Method in class SystemManager
Extracts the highest severity from the requirements array.
- SystemManager::getBlockContents() — Method in class SystemManager
Loads the contents of a menu block.
- SystemManager::getAdminBlock() — Method in class SystemManager
Provide a single block on the administration overview page.
- MockAliasManager::getPathByAlias() — Method in class MockAliasManager
Given the alias, return the path it represents.
- MockAliasManager::getAliasByPath() — Method in class MockAliasManager
Given a path, return the alias.
- MockRouteProvider::getRouteCollectionForRequest() — Method in class MockRouteProvider
Implements \Drupal\Core\Routing\RouteProviderInterface::getRouteCollectionForRequest().
- MockRouteProvider::getRouteByName() — Method in class MockRouteProvider
Find the route using the provided route name.
- MockRouteProvider::getRoutesByNames() — Method in class MockRouteProvider
Find many routes by their names using the provided list of names.
- MockRouteProvider::getRoutesByPattern() — Method in class MockRouteProvider
Get all routes which match a certain pattern.
- MockRouteProvider::getAllRoutes() — Method in class MockRouteProvider
Returns all the routes on the system.
- TimeZoneResolver::getSubscribedEvents() — Method in class TimeZoneResolver
- {@inheritdoc}
- TimeZoneResolver::getTimeZone() — Method in class TimeZoneResolver
Gets the time zone based on site and user configuration.
- TermRouteContext::getRuntimeContexts() — Method in class TermRouteContext
Gets runtime context values for the given context IDs.
- TermRouteContext::getAvailableContexts() — Method in class TermRouteContext
Gets all available contexts for the purposes of configuration.
- VocabularyRouteProvider::getRoutes() — Method in class VocabularyRouteProvider
Provides routes for entities.
- VocabularyRouteProvider::getCollectionRoute() — Method in class VocabularyRouteProvider
Gets the collection route.
- VocabularyRouteProvider::getResetPageRoute() — Method in class VocabularyRouteProvider
Gets the reset page route.
- VocabularyRouteProvider::getOverviewPageRoute() — Method in class VocabularyRouteProvider
Gets the overview page route.
- Term::getDescription() — Method in class Term
Gets the term description.
- Term::getFormat() — Method in class Term
Gets the text format name for the term description.
- Term::getName() — Method in class Term
Gets the term name.
- Term::getWeight() — Method in class Term
Gets the term weight.
- Vocabulary::getDescription() — Method in class Vocabulary
Returns the vocabulary description.
- OverviewTerms::getFormId() — Method in class OverviewTerms
Returns a unique string identifying the form.
- TermDeleteForm::getCancelUrl() — Method in class TermDeleteForm
Returns the route to go to if the user cancels the action.
- TermDeleteForm::getRedirectUrl() — Method in class TermDeleteForm
Returns the URL where the user should be redirected after deletion.
- TermDeleteForm::getDescription() — Method in class TermDeleteForm
Returns additional text to display as a description.
- TermDeleteForm::getDeletionMessage() — Method in class TermDeleteForm
- {@inheritdoc}
- VocabularyDeleteForm::getFormId() — Method in class VocabularyDeleteForm
Returns a unique string identifying the form.
- VocabularyDeleteForm::getQuestion() — Method in class VocabularyDeleteForm
- {@inheritdoc}
- VocabularyDeleteForm::getDescription() — Method in class VocabularyDeleteForm
Returns additional text to display as a description.
- VocabularyDeleteForm::getDeletionMessage() — Method in class VocabularyDeleteForm
Gets the message to display to the user after deleting the entity.
- VocabularyResetForm::getFormId() — Method in class VocabularyResetForm
Returns a unique string identifying the form.
- VocabularyResetForm::getQuestion() — Method in class VocabularyResetForm
Returns the question to ask the user.
- VocabularyResetForm::getCancelUrl() — Method in class VocabularyResetForm
Returns the route to go to if the user cancels the action.
- VocabularyResetForm::getDescription() — Method in class VocabularyResetForm
Returns additional text to display as a description.
- VocabularyResetForm::getConfirmText() — Method in class VocabularyResetForm
Returns a caption for the button that confirms the action.
- TermSelection::getReferenceableEntities() — Method in class TermSelection
Gets the list of referenceable entities.
- D6TermNodeDeriver::getDerivativeDefinitions() — Method in class D6TermNodeDeriver
Gets the definition of all derivatives of a base plugin.
- D7TaxonomyTermDeriver::getDerivativeDefinitions() — Method in class D7TaxonomyTermDeriver
Gets the definition of all derivatives of a base plugin.
- TaxonomyTermReference::getFieldFormatterMap() — Method in class TaxonomyTermReference
Get a map between D6 formatters and D8 formatters for this field type.
- Term::getIds() — Method in class Term
Defines the source fields uniquely identifying a source row.
- TermLocalizedTranslation::getIds() — Method in class TermLocalizedTranslation
Defines the source fields uniquely identifying a source row.
- TermNode::getIds() — Method in class TermNode
Defines the source fields uniquely identifying a source row.
- Vocabulary::getIds() — Method in class Vocabulary
Defines the source fields uniquely identifying a source row.
- VocabularyPerType::getIds() — Method in class VocabularyPerType
Defines the source fields uniquely identifying a source row.
- VocabularyTranslation::getIds() — Method in class VocabularyTranslation
Defines the source fields uniquely identifying a source row.
- Term::getIds() — Method in class Term
Defines the source fields uniquely identifying a source row.
- TermEntityTranslation::getIds() — Method in class TermEntityTranslation
Defines the source fields uniquely identifying a source row.
- TermLocalizedTranslation::getIds() — Method in class TermLocalizedTranslation
Defines the source fields uniquely identifying a source row.
- TermTranslation::getIds() — Method in class TermTranslation
Defines the source fields uniquely identifying a source row.
- Vocabulary::getIds() — Method in class Vocabulary
Defines the source fields uniquely identifying a source row.
- VocabularyTranslation::getIds() — Method in class VocabularyTranslation
Defines the source fields uniquely identifying a source row.
- Tid::getArgument() — Method in class Tid
Return the default argument.
- Tid::getCacheMaxAge() — Method in class Tid
The maximum age for which this object may be cached.
- Tid::getCacheContexts() — Method in class Tid
The cache contexts associated with this object.
- TermName::getItems() — Method in class TermName
Gets an array of items for the field.
- TaxonomyIndexTid::getValueOptions() — Method in class TaxonomyIndexTid
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- TaxonomyIndexTid::getCacheContexts() — Method in class TaxonomyIndexTid
The cache contexts associated with this object.
- TermForm::getEditedFieldNames() — Method in class TermForm
Gets the names of all fields edited in the form.
- TermInterface::getDescription() — Method in class TermInterface
Gets the term description.
- TermInterface::getFormat() — Method in class TermInterface
Gets the text format name for the term description.
- TermInterface::getName() — Method in class TermInterface
Gets the term name.
- TermInterface::getWeight() — Method in class TermInterface
Gets the term weight.
- TermStorage::getParents() — Method in class TermStorage
Returns a list of parents of this term.
- TermStorage::getAncestors() — Method in class TermStorage
Returns all ancestors of this term.
- TermStorage::getChildren() — Method in class TermStorage
Returns all children terms of this term.
- TermStorage::getNodeTerms() — Method in class TermStorage
Returns all terms used to tag some given nodes.
- TermStorage::getTermIdsWithPendingRevisions() — Method in class TermStorage
Gets a list of term IDs with pending revisions.
- TermStorage::getVocabularyHierarchyType() — Method in class TermStorage
Returns the hierarchy type for a specific vocabulary ID.
- TermStorageInterface::getNodeTerms() — Method in class TermStorageInterface
Returns all terms used to tag some given nodes.
- TermStorageInterface::getVocabularyHierarchyType() — Method in class TermStorageInterface
Returns the hierarchy type for a specific vocabulary ID.
- TermStorageInterface::getTermIdsWithPendingRevisions() — Method in class TermStorageInterface
Gets a list of term IDs with pending revisions.
- TermStorageSchema::getEntitySchema() — Method in class TermStorageSchema
Gets the entity schema for the specified entity type.
- TermStorageSchema::getSharedTableFieldSchema() — Method in class TermStorageSchema
Gets the schema for a single field definition.
- TermStorageSchema::getDedicatedTableSchema() — Method in class TermStorageSchema
Gets the SQL schema for a dedicated table.
- TermViewsData::getViewsData() — Method in class TermViewsData
Returns views data for the entity type.
- VocabularyInterface::getDescription() — Method in class VocabularyInterface
Returns the vocabulary description.
- VocabularyListBuilder::getFormId() — Method in class VocabularyListBuilder
Returns a unique string identifying the form.
- VocabularyListBuilder::getDefaultOperations() — Method in class VocabularyListBuilder
Gets this list's default operations.
- VocabularyStorage::getToplevelTids() — Method in class VocabularyStorage
Gets top-level term IDs of vocabularies.
- VocabularyStorageInterface::getToplevelTids() — Method in class VocabularyStorageInterface
Gets top-level term IDs of vocabularies.
- TelephoneItem::getConstraints() — Method in class TelephoneItem
Gets a list of validation constraints.
- TelephoneItem::generateSampleValue() — Method in class TelephoneItem
Generates placeholder field values.
- PhoneField::getFieldFormatterMap() — Method in class PhoneField
Get a map between D6 formatters and D8 formatters for this field type.
- TelephoneField::getFieldWidgetMap() — Method in class TelephoneField
Get a map between D6 and D8 widgets for this field type.
- TelephoneField::getFieldFormatterMap() — Method in class TelephoneField
Get a map between D6 formatters and D8 formatters for this field type.
- TextItem::getConstraints() — Method in class TextItem
Gets a list of validation constraints.
- TextItemBase::generateSampleValue() — Method in class TextItemBase
Generates placeholder field values.
- TextWithSummaryItem::getConstraints() — Method in class TextWithSummaryItem
Gets a list of validation constraints.
- TextField::getFieldWidgetMap() — Method in class TextField
Get a map between D6 and D8 widgets for this field type.
- TextField::getFieldFormatterMap() — Method in class TextField
Get a map between D6 formatters and D8 formatters for this field type.
- TextField::getFieldType() — Method in class TextField
Computes the destination type of a migrated field.
- TextField::getFieldFormatterType() — Method in class TextField
Get the field formatter type from the source.
- TextField::getFieldWidgetType() — Method in class TextField
Get the field widget type from the source.
- TextField::getFieldType() — Method in class TextField
Computes the destination type of a migrated field.
- TextProcessed::getValue() — Method in class TextProcessed
Gets the data value.
- TextProcessed::getCacheTags() — Method in class TextProcessed
The cache tags associated with this object.
- TextProcessed::getCacheContexts() — Method in class TextProcessed
The cache contexts associated with this object.
- TextProcessed::getCacheMaxAge() — Method in class TextProcessed
The maximum age for which this object may be cached.
- TextProcessed::getRenderer() — Method in class TextProcessed
Returns the renderer service.
- Toolbar::getInfo() — Method in class Toolbar
Returns the element properties for this element.
- ToolbarItem::getInfo() — Method in class ToolbarItem
Returns the element properties for this element.
- Tour::getRoutes() — Method in class Tour
The routes that this tour will appear on.
- Tour::getTip() — Method in class Tour
Returns tip plugin.
- Tour::getTips() — Method in class Tour
Returns the tips for this tour.
- Tour::getModule() — Method in class Tour
Gets the module this tour belongs to.
- TourHelpSection::getCacheMaxAge() — Method in class TourHelpSection
- {@inheritdoc}
- TipPluginText::getBody() — Method in class TipPluginText
Returns the body content of the tooltip.
- TipPluginText::getOutput() — Method in class TipPluginText
This method should not be used. It is deprecated from TipPluginInterface.
- TipPluginBase::getLabel() — Method in class TipPluginBase
Returns label of the tip.
- TipPluginBase::getWeight() — Method in class TipPluginBase
Returns weight of the tip.
- TipPluginBase::getAttributes() — Method in class TipPluginBase
Returns an array of attributes for the tip wrapper.
- TipPluginBase::get() — Method in class TipPluginBase
Used for returning values by key.
- TipPluginBase::getOutput() — Method in class TipPluginBase
This method should not be used. It is deprecated from TipPluginInterface.
- TipPluginBase::getLocation() — Method in class TipPluginBase
Determines the placement of the tip relative to the element.
- TipPluginBase::getSelector() — Method in class TipPluginBase
The selector the tour tip will attach to.
- TipPluginInterface::getLabel() — Method in class TipPluginInterface
Returns label of the tip.
- TipPluginInterface::getWeight() — Method in class TipPluginInterface
Returns weight of the tip.
- TipPluginInterface::getAttributes() — Method in class TipPluginInterface
Returns an array of attributes for the tip wrapper.
- TipPluginInterface::get() — Method in class TipPluginInterface
Used for returning values by key.
- TipPluginInterface::getOutput() — Method in class TipPluginInterface
Returns a renderable array.
- TipsPluginCollection::get() — Method in class TipsPluginCollection
Gets a plugin instance, initializing it if necessary.
- TourInterface::getRoutes() — Method in class TourInterface
The routes that this tour will appear on.
- TourInterface::getTip() — Method in class TourInterface
Returns tip plugin.
- TourInterface::getTips() — Method in class TourInterface
Returns the tips for this tour.
- TourInterface::getModule() — Method in class TourInterface
Gets the module this tour belongs to.
- TourTipPluginInterface::getSelector() — Method in class TourTipPluginInterface
Returns the selector the tour tip will attach to.
- TourTipPluginInterface::getBody() — Method in class TourTipPluginInterface
Returns the body content of the tooltip.
- TourTipPluginInterface::getLocation() — Method in class TourTipPluginInterface
Returns the configured placement of the tip relative to the element.
- TrackerController::getTitle() — Method in class TrackerController
Title callback for the tracker.user_tab route.
- UserTrackerTab::getRouteParameters() — Method in class UserTrackerTab
Returns the route parameters needed to render a link for the local task.
- TrackerNode::getIds() — Method in class TrackerNode
Defines the source fields uniquely identifying a source row.
- TrackerUser::getIds() — Method in class TrackerUser
Defines the source fields uniquely identifying a source row.
- UpdateManagerInstall::getFormId() — Method in class UpdateManagerInstall
Returns a unique string identifying the form.
- UpdateManagerUpdate::getFormId() — Method in class UpdateManagerUpdate
Returns a unique string identifying the form.
- UpdateReady::getFormId() — Method in class UpdateReady
Returns a unique string identifying the form.
- ModuleVersion::getMajorVersion() — Method in class ModuleVersion
Gets the major version.
- ModuleVersion::getVersionExtra() — Method in class ModuleVersion
Gets the version extra string at the end of the version number.
- ProjectCoreCompatibility::getPossibleCoreUpdateVersions() — Method in class ProjectCoreCompatibility
Gets the core versions that should be considered for compatibility ranges.
- ProjectCoreCompatibility::getCompatibilityRanges() — Method in class ProjectCoreCompatibility
Gets the compatibility ranges for a semantic version constraint.
- ProjectRelease::getVersion() — Method in class ProjectRelease
Gets the project version.
- ProjectRelease::getDate() — Method in class ProjectRelease
Gets the release date if set.
- ProjectRelease::getCoreCompatibilityMessage() — Method in class ProjectRelease
Gets the core compatibility message for the site's version of Drupal core.
- ProjectRelease::getDownloadUrl() — Method in class ProjectRelease
Gets the download URL of the release.
- ProjectRelease::getReleaseUrl() — Method in class ProjectRelease
Gets the URL of the release.
- ProjectSecurityData::getCoverageInfo() — Method in class ProjectSecurityData
Gets the security coverage information for a project.
- ProjectSecurityRequirement::getRequirement() — Method in class ProjectSecurityRequirement
Gets the security coverage requirement, if any.
- UpdateFetcher::getFetchBaseUrl() — Method in class UpdateFetcher
Returns the base of the URL to fetch available update data for a project.
- UpdateFetcherInterface::getFetchBaseUrl() — Method in class UpdateFetcherInterface
Returns the base of the URL to fetch available update data for a project.
- UpdateManager::getProjects() — Method in class UpdateManager
Fetches an array of installed and enabled projects.
- UpdateManagerInterface::getProjects() — Method in class UpdateManagerInterface
Fetches an array of installed and enabled projects.
- UpdateSettingsForm::getFormId() — Method in class UpdateSettingsForm
Returns a unique string identifying the form.
- UpdateSettingsForm::getEditableConfigNames() — Method in class UpdateSettingsForm
Gets the configuration names that will be editable.
- AccountForm::getEditedFieldNames() — Method in class AccountForm
Gets the names of all fields edited in the form.
- AccountSettingsForm::getFormId() — Method in class AccountSettingsForm
Returns a unique string identifying the form.
- AccountSettingsForm::getEditableConfigNames() — Method in class AccountSettingsForm
Gets the configuration names that will be editable.
- Cookie::getUserFromSession() — Method in class Cookie
Returns the UserSession object for the given session.
- Cookie::getSubscribedEvents() — Method in class Cookie
Registers the methods in this class that should be listeners.
- CurrentUserContext::getRuntimeContexts() — Method in class CurrentUserContext
Gets runtime context values for the given context IDs.
- CurrentUserContext::getAvailableContexts() — Method in class CurrentUserContext
Gets all available contexts for the purposes of configuration.
- UserAuthenticationController::getRequestFormat() — Method in class UserAuthenticationController
Gets the format of the current request.
- UserAuthenticationController::getLoginFloodIdentifier() — Method in class UserAuthenticationController
Gets the login identifier for user login flood control.
- UserController::getResetPassForm() — Method in class UserController
Returns the user password reset form.
- EntityOwnerInterface::getOwner() — Method in class EntityOwnerInterface
Returns the entity owner's user entity.
- EntityOwnerInterface::getOwnerId() — Method in class EntityOwnerInterface
Returns the entity owner's user ID.
- EntityOwnerTrait::getOwnerId() — Method in class EntityOwnerTrait
- {@inheritdoc}
- EntityOwnerTrait::getOwner() — Method in class EntityOwnerTrait
- {@inheritdoc}
- EntityOwnerTrait::getDefaultEntityOwner() — Method in class EntityOwnerTrait
Default value callback for 'owner' base field.
- Role::getPermissions() — Method in class Role
Returns a list of permissions assigned to the role.
- Role::getWeight() — Method in class Role
Returns the weight.
- Role::grantPermission() — Method in class Role
Grant permissions to the role.
- User::getRoles() — Method in class User
Returns a list of roles.
- User::getPassword() — Method in class User
Returns the hashed password.
- User::getEmail() — Method in class User
Returns the email address of this account.
- User::getCreatedTime() — Method in class User
Returns the creation time of the user as a UNIX timestamp.
- User::getLastAccessedTime() — Method in class User
The timestamp when the account last accessed the site.
- User::getLastLoginTime() — Method in class User
Returns the UNIX timestamp when the user last logged in.
- User::getTimeZone() — Method in class User
Returns the timezone of this account.
- User::getPreferredLangcode() — Method in class User
Returns the preferred language code of the account.
- User::getPreferredAdminLangcode() — Method in class User
Returns the preferred administrative language code of the account.
- User::getInitialEmail() — Method in class User
Returns the email that was used when the user was registered.
- User::getAccountName() — Method in class User
Returns the unaltered login name of this account.
- User::getDisplayName() — Method in class User
Returns the display name of this account.
- User::getAnonymousUser() — Method in class User
Returns an anonymous user entity.
- User::getRoleStorage() — Method in class User
Returns the role storage object.
- User::getAllowedTimezones() — Method in class User
Defines allowed timezones for the field's AllowedValues constraint.
- User::getAllowedConfigurableLanguageCodes() — Method in class User
Defines allowed configurable language codes for AllowedValues constraints.
- UserRouteProvider::getRoutes() — Method in class UserRouteProvider
Provides routes for entities.
- AccessDeniedSubscriber::getSubscribedEvents() — Method in class AccessDeniedSubscriber
- {@inheritdoc}
- MaintenanceModeSubscriber::getSubscribedEvents() — Method in class MaintenanceModeSubscriber
- {@inheritdoc}
- UserFloodSubscriber::getSubscribedEvents() — Method in class UserFloodSubscriber
- {@inheritdoc}
- UserRequestSubscriber::getSubscribedEvents() — Method in class UserRequestSubscriber
- {@inheritdoc}
- UserFloodEvent::getName() — Method in class UserFloodEvent
Gets the name of the user flood event object.
- UserFloodEvent::getThreshold() — Method in class UserFloodEvent
Gets the threshold for the user flood event object.
- UserFloodEvent::getWindow() — Method in class UserFloodEvent
Gets the window for the user flood event object.
- UserFloodEvent::getIdentifier() — Method in class UserFloodEvent
Gets the identifier of the user flood event object.
- UserFloodEvent::getIp() — Method in class UserFloodEvent
Gets the IP of the user flood event object.
- UserFloodEvent::getUid() — Method in class UserFloodEvent
Gets the uid of the user flood event object.
- RoleSettingsForm::getFormId() — Method in class RoleSettingsForm
Returns a unique string identifying the form.
- UserCancelForm::getQuestion() — Method in class UserCancelForm
Returns the question to ask the user.
- UserCancelForm::getCancelUrl() — Method in class UserCancelForm
Returns the route to go to if the user cancels the action.
- UserCancelForm::getDescription() — Method in class UserCancelForm
Returns additional text to display as a description.
- UserCancelForm::getConfirmText() — Method in class UserCancelForm
Returns a caption for the button that confirms the action.
- UserLoginForm::getFormId() — Method in class UserLoginForm
Returns a unique string identifying the form.
- UserMultipleCancelConfirm::getFormId() — Method in class UserMultipleCancelConfirm
Returns a unique string identifying the form.
- UserMultipleCancelConfirm::getQuestion() — Method in class UserMultipleCancelConfirm
Returns the question to ask the user.
- UserMultipleCancelConfirm::getCancelUrl() — Method in class UserMultipleCancelConfirm
Returns the route to go to if the user cancels the action.
- UserMultipleCancelConfirm::getConfirmText() — Method in class UserMultipleCancelConfirm
Returns a caption for the button that confirms the action.
- UserMultipleCancelConfirm::getDescription() — Method in class UserMultipleCancelConfirm
Returns additional text to display as a description.
- UserPasswordForm::getFormId() — Method in class UserPasswordForm
Returns a unique string identifying the form.
- UserPasswordResetForm::getFormId() — Method in class UserPasswordResetForm
Returns a unique string identifying the form.
- UserPermissionsForm::getFormId() — Method in class UserPermissionsForm
Returns a unique string identifying the form.
- UserPermissionsForm::getRoles() — Method in class UserPermissionsForm
Gets the roles to display in this form.
- UserPermissionsRoleSpecificForm::getRoles() — Method in class UserPermissionsRoleSpecificForm
Gets the roles to display in this form.
- PermissionHandler::getYamlDiscovery() — Method in class PermissionHandler
Gets the YAML discovery.
- PermissionHandler::getPermissions() — Method in class PermissionHandler
Gets all available permissions.
- PermissionHandler::getModuleNames() — Method in class PermissionHandler
Returns all module names.
- PermissionHandlerInterface::getPermissions() — Method in class PermissionHandlerInterface
Gets all available permissions.
- UserRole::getCacheContexts() — Method in class UserRole
- {@inheritdoc}
- UserLocalTask::getDerivativeDefinitions() — Method in class UserLocalTask
Gets the definition of all derivatives of a base plugin.
- LanguageNegotiationUser::getLangcode() — Method in class LanguageNegotiationUser
Performs language negotiation.
- LanguageNegotiationUserAdmin::getLangcode() — Method in class LanguageNegotiationUserAdmin
Performs language negotiation.
- LoginLogoutMenuLink::getTitle() — Method in class LoginLogoutMenuLink
Returns the localized title to be shown for this link.
- LoginLogoutMenuLink::getRouteName() — Method in class LoginLogoutMenuLink
Returns the route name, if available.
- LoginLogoutMenuLink::getCacheContexts() — Method in class LoginLogoutMenuLink
The cache contexts associated with this object.
- UserSearch::getHelp() — Method in class UserSearch
Returns the searching help.
- ProfileValues::getProcess() — Method in class ProfileValues
Get the normalized process pipeline configuration describing the process plugins.
- User::getProcess() — Method in class User
Get the normalized process pipeline configuration describing the process plugins.
- EntityUser::getHighestId() — Method in class EntityUser
Returns the highest ID tracked by the implementing plugin.
- UserData::getIds() — Method in class UserData
Gets the destination IDs.
- ProfileField::getIds() — Method in class ProfileField
Defines the source fields uniquely identifying a source row.
- UserPictureInstance::getIds() — Method in class UserPictureInstance
Defines the source fields uniquely identifying a source row.
- ProfileFieldOptionTranslation::getIds() — Method in class ProfileFieldOptionTranslation
Defines the source fields uniquely identifying a source row.
- ProfileFieldValues::getIds() — Method in class ProfileFieldValues
Defines the source fields uniquely identifying a source row.
- Role::getIds() — Method in class Role
Defines the source fields uniquely identifying a source row.
- User::getIds() — Method in class User
Defines the source fields uniquely identifying a source row.
- UserPicture::getIds() — Method in class UserPicture
Defines the source fields uniquely identifying a source row.
- UserPictureFile::getIds() — Method in class UserPictureFile
Defines the source fields uniquely identifying a source row.
- Role::getIds() — Method in class Role
Defines the source fields uniquely identifying a source row.
- User::getIds() — Method in class User
Defines the source fields uniquely identifying a source row.
- UserEntityTranslation::getIds() — Method in class UserEntityTranslation
Defines the source fields uniquely identifying a source row.
- Permission::getCacheMaxAge() — Method in class Permission
The maximum age for which this object may be cached.
- Permission::getCacheContexts() — Method in class Permission
The cache contexts associated with this object.
- Permission::getCacheTags() — Method in class Permission
The cache tags associated with this object.
- Role::getCacheMaxAge() — Method in class Role
The maximum age for which this object may be cached.
- Role::getCacheContexts() — Method in class Role
The cache contexts associated with this object.
- Role::getCacheTags() — Method in class Role
The cache tags associated with this object.
- CurrentUser::getArgument() — Method in class CurrentUser
Return the default argument.
- CurrentUser::getCacheMaxAge() — Method in class CurrentUser
The maximum age for which this object may be cached.
- CurrentUser::getCacheContexts() — Method in class CurrentUser
The cache contexts associated with this object.
- User::getArgument() — Method in class User
Return the default argument.
- User::getCacheMaxAge() — Method in class User
The maximum age for which this object may be cached.
- User::getCacheContexts() — Method in class User
The cache contexts associated with this object.
- Current::getCacheContexts() — Method in class Current
The cache contexts associated with this object.
- Name::getValueOptions() — Method in class Name
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- Permissions::getValueOptions() — Method in class Permissions
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- Roles::getValueOptions() — Method in class Roles
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- RoleInterface::getPermissions() — Method in class RoleInterface
Returns a list of permissions assigned to the role.
- RoleInterface::grantPermission() — Method in class RoleInterface
Grant permissions to the role.
- RoleInterface::getWeight() — Method in class RoleInterface
Returns the weight.
- RoleListBuilder::getFormId() — Method in class RoleListBuilder
Returns a unique string identifying the form.
- RoleListBuilder::getDefaultOperations() — Method in class RoleListBuilder
Gets this list's default operations.
- StatusItem::generateSampleValue() — Method in class StatusItem
Generates placeholder field values.
- TimeZoneItem::generateSampleValue() — Method in class TimeZoneItem
Generates placeholder field values.
- UserData::get() — Method in class UserData
Returns data stored for a user account.
- UserDataInterface::get() — Method in class UserDataInterface
Returns data stored for a user account.
- UserFloodControl::garbageCollection() — Method in class UserFloodControl
Cleans up expired flood events. This method is called automatically on cron run.
- UserInterface::getPassword() — Method in class UserInterface
Returns the hashed password.
- UserInterface::getCreatedTime() — Method in class UserInterface
Returns the creation time of the user as a UNIX timestamp.
- UserInterface::getLastLoginTime() — Method in class UserInterface
Returns the UNIX timestamp when the user last logged in.
- UserInterface::getInitialEmail() — Method in class UserInterface
Returns the email that was used when the user was registered.
- UserListBuilder::getOperations() — Method in class UserListBuilder
Provides an array of information to build a list of operation links.
- UserNameItem::generateSampleValue() — Method in class UserNameItem
Generates placeholder field values.
- UserStorageSchema::getEntitySchema() — Method in class UserStorageSchema
Gets the entity schema for the specified entity type.
- UserStorageSchema::getSharedTableFieldSchema() — Method in class UserStorageSchema
Gets the schema for a single field definition.
- UserViewsData::getViewsData() — Method in class UserViewsData
Returns views data for the entity type.
- ViewAjaxResponse::getView() — Method in class ViewAjaxResponse
Gets the executed view of this response.
- Analyzer::getMessages() — Method in class Analyzer
Analyzes a review and return the results.
- DisplayPluginCollection::get() — Method in class DisplayPluginCollection
Gets a plugin instance, initializing it if necessary.
- View::getInfo() — Method in class View
Returns the element properties for this element.
- EntityViewsData::getFieldStorageDefinitions() — Method in class EntityViewsData
Gets the field storage definitions.
- EntityViewsData::getViewsData() — Method in class EntityViewsData
Returns views data for the entity type.
- EntityViewsData::getViewsTableForEntityType() — Method in class EntityViewsData
Gets the table of an entity type to be used as base table in views.
- EntityViewsDataInterface::getViewsData() — Method in class EntityViewsDataInterface
Returns views data for the entity type.
- EntityViewsDataInterface::getViewsTableForEntityType() — Method in class EntityViewsDataInterface
Gets the table of an entity type to be used as base table in views.
- ConfigurableLanguageRenderer::getLangcode() — Method in class ConfigurableLanguageRenderer
Returns the language code associated with the given row.
- DefaultLanguageRenderer::getLangcode() — Method in class DefaultLanguageRenderer
Returns the language code associated with the given row.
- EntityFieldRenderer::getCacheContexts() — Method in class EntityFieldRenderer
The cache contexts associated with this object.
- EntityFieldRenderer::getEntityTypeId() — Method in class EntityFieldRenderer
- {@inheritdoc}
- EntityFieldRenderer::getEntityTypeManager() — Method in class EntityFieldRenderer
- {@inheritdoc}
- EntityFieldRenderer::getEntityRepository() — Method in class EntityFieldRenderer
- {@inheritdoc}
- EntityFieldRenderer::getLanguageManager() — Method in class EntityFieldRenderer
- {@inheritdoc}
- EntityFieldRenderer::getView() — Method in class EntityFieldRenderer
- {@inheritdoc}
- EntityFieldRenderer::getRenderableFieldIds() — Method in class EntityFieldRenderer
Returns a list of names of entity fields to be rendered.
- EntityTranslationRenderTrait::getEntityTranslationRenderer() — Method in class EntityTranslationRenderTrait
Returns the current renderer.
- EntityTranslationRenderTrait::getEntityTranslation() — Method in class EntityTranslationRenderTrait
Returns the entity translation matching the configured row language.
- EntityTranslationRenderTrait::getEntityTypeId() — Method in class EntityTranslationRenderTrait
Returns the entity type identifier.
- EntityTranslationRenderTrait::getLanguageManager() — Method in class EntityTranslationRenderTrait
Returns the language manager.
- EntityTranslationRenderTrait::getView() — Method in class EntityTranslationRenderTrait
Returns the top object of a view.
- EntityTranslationRendererBase::getLangcode() — Method in class EntityTranslationRendererBase
Returns the language code associated with the given row.
- RendererBase::getCacheMaxAge() — Method in class RendererBase
The maximum age for which this object may be cached.
- RendererBase::getCacheContexts() — Method in class RendererBase
The cache contexts associated with this object.
- RendererBase::getCacheTags() — Method in class RendererBase
The cache tags associated with this object.
- TranslationLanguageRenderer::getLangcodeTable() — Method in class TranslationLanguageRenderer
Returns the name of the table holding the "langcode" field.
- TranslationLanguageRenderer::getLangcode() — Method in class TranslationLanguageRenderer
Returns the language code associated with the given row.
- TranslationLanguageRenderer::getCacheContexts() — Method in class TranslationLanguageRenderer
The cache contexts associated with this object.
- View::getExecutable() — Method in class View
Gets an executable instance for this view.
- View::generateDisplayId() — Method in class View
Generates a display ID of a certain plugin type.
- View::getDisplay() — Method in class View
Retrieves a specific display's configuration by reference.
- RouteSubscriber::getSubscribedEvents() — Method in class RouteSubscriber
- {@inheritdoc}
- RouteSubscriber::getViewsDisplayIDsWithRoute() — Method in class RouteSubscriber
Gets all the views and display IDs using a route.
- RouteSubscriber::getApplicableViews() — Method in class RouteSubscriber
Returns all views/display combinations with routes.
- ViewsEntitySchemaSubscriber::getSubscribedEvents() — Method in class ViewsEntitySchemaSubscriber
- {@inheritdoc}
- ExposedFormCache::getForm() — Method in class ExposedFormCache
Retrieves the views exposed form from cache.
- FieldAPIHandlerTrait::getFieldDefinition() — Method in class FieldAPIHandlerTrait
Gets the field definition.
- FieldAPIHandlerTrait::getFieldStorageDefinition() — Method in class FieldAPIHandlerTrait
Gets the field storage configuration.
- FieldAPIHandlerTrait::getEntityFieldManager() — Method in class FieldAPIHandlerTrait
Returns the entity field manager.
- ViewsExposedForm::getFormId() — Method in class ViewsExposedForm
Returns a unique string identifying the form.
- ViewsForm::getBaseFormId() — Method in class ViewsForm
Returns a string for the form's base ID.
- ViewsForm::getFormId() — Method in class ViewsForm
Returns a unique string identifying the form.
- ViewsForm::getFormObject() — Method in class ViewsForm
Returns the object used to build the step form.
- ViewsFormMainForm::getFormId() — Method in class ViewsFormMainForm
Returns a unique string identifying the form.
- ManyToOneHelper::getField() — Method in class ManyToOneHelper
Get the field via formula or build it using alias and field name.
- ManyToOneHelper::getJoin() — Method in class ManyToOneHelper
- ViewsBlock::getConfiguration() — Method in class ViewsBlock
- {@inheritdoc}
- ViewsBlock::getMachineNameSuggestion() — Method in class ViewsBlock
- {@inheritdoc}
- ViewsBlockBase::getPreviewFallbackString() — Method in class ViewsBlockBase
- {@inheritdoc}
- ViewsBlockBase::getViewExecutable() — Method in class ViewsBlockBase
Gets the view executable.
- ViewsExposedFilterBlock::getCacheContexts() — Method in class ViewsExposedFilterBlock
- {@inheritdoc}
- DefaultWizardDeriver::getDerivativeDefinitions() — Method in class DefaultWizardDeriver
Gets the definition of all derivatives of a base plugin.
- ViewsBlock::getDerivativeDefinition() — Method in class ViewsBlock
Gets the definition of a derivative plugin.
- ViewsBlock::getDerivativeDefinitions() — Method in class ViewsBlock
Gets the definition of all derivatives of a base plugin.
- ViewsEntityArgumentValidator::getDerivativeDefinitions() — Method in class ViewsEntityArgumentValidator
Gets the definition of all derivatives of a base plugin.
- ViewsEntityRow::getDerivativeDefinition() — Method in class ViewsEntityRow
Gets the definition of a derivative plugin.
- ViewsEntityRow::getDerivativeDefinitions() — Method in class ViewsEntityRow
Gets the definition of all derivatives of a base plugin.
- ViewsExposedFilterBlock::getDerivativeDefinition() — Method in class ViewsExposedFilterBlock
Gets the definition of a derivative plugin.
- ViewsExposedFilterBlock::getDerivativeDefinitions() — Method in class ViewsExposedFilterBlock
Gets the definition of all derivatives of a base plugin.
- ViewsLocalTask::getDerivativeDefinitions() — Method in class ViewsLocalTask
Gets the definition of all derivatives of a base plugin.
- ViewsLocalTask::getApplicableMenuViews() — Method in class ViewsLocalTask
Return a list of all views and display IDs that have a menu entry.
- ViewsMenuLink::getDerivativeDefinitions() — Method in class ViewsMenuLink
Gets the definition of all derivatives of a base plugin.
- ViewsSelection::getReferenceableEntities() — Method in class ViewsSelection
Gets the list of referenceable entities.
- ViewsSelection::getDisplayExecutionResults() — Method in class ViewsSelection
Fetches the results of executing the display.
- ViewsMenuLink::getTitle() — Method in class ViewsMenuLink
Returns the localized title to be shown for this link.
- ViewsMenuLink::getDescription() — Method in class ViewsMenuLink
Returns the description of the menu link.
- ViewsHandlerManager::getHandler() — Method in class ViewsHandlerManager
Fetches a handler from the data cache.
- ViewsHandlerManager::getFallbackPluginId() — Method in class ViewsHandlerManager
Gets a fallback id for a missing plugin.
- HandlerBase::getField() — Method in class HandlerBase
Shortcut to get a handler's raw field value.
- HandlerBase::getModuleHandler() — Method in class HandlerBase
Gets the module handler.
- HandlerBase::getJoin() — Method in class HandlerBase
Get the join object that should be used for this handler.
- HandlerBase::getDateFormat() — Method in class HandlerBase
Creates cross-database SQL date formatting.
- HandlerBase::getDateField() — Method in class HandlerBase
Creates cross-database SQL dates.
- HandlerBase::getViewsData() — Method in class HandlerBase
Gets views data service.
- HandlerBase::getTableJoin() — Method in class HandlerBase
Fetches a handler to join one table to a primary table from the data cache.
- HandlerBase::getEntityType() — Method in class HandlerBase
Determines the entity type used by this handler.
- PluginBase::globalTokenReplace() — Method in class PluginBase
Returns a string with any core tokens replaced.
- PluginBase::getAvailableGlobalTokens() — Method in class PluginBase
Returns an array of available token replacements.
- PluginBase::globalTokenForm() — Method in class PluginBase
Adds elements for available core tokens to a form.
- PluginBase::getProvider() — Method in class PluginBase
Returns the plugin provider.
- PluginBase::getRenderer() — Method in class PluginBase
Returns the render API renderer.
- ViewsHandlerInterface::getEntityType() — Method in class ViewsHandlerInterface
Determines the entity type used by this handler.
- ViewsHandlerInterface::getJoin() — Method in class ViewsHandlerInterface
Get the join object that should be used for this handler.
- ViewsHandlerInterface::getTableJoin() — Method in class ViewsHandlerInterface
Fetches a handler to join one table to a primary table from the data cache.
- ViewsHandlerInterface::getField() — Method in class ViewsHandlerInterface
Shortcut to get a handler's raw field value.
- ViewsPluginInterface::getProvider() — Method in class ViewsPluginInterface
Returns the plugin provider.
- ViewsPluginInterface::globalTokenForm() — Method in class ViewsPluginInterface
Adds elements for available core tokens to a form.
- ViewsPluginInterface::getAvailableGlobalTokens() — Method in class ViewsPluginInterface
Returns an array of available token replacements.
- ViewsPluginInterface::globalTokenReplace() — Method in class ViewsPluginInterface
Returns a string with any core tokens replaced.
- ArgumentPluginBase::getTokenHelp() — Method in class ArgumentPluginBase
Provide token help information for the argument.
- ArgumentPluginBase::getDefaultArgument() — Method in class ArgumentPluginBase
Get a default argument, if available.
- ArgumentPluginBase::getTitle() — Method in class ArgumentPluginBase
Called by the view object to get the title. This may be set by a validator so we don't necessarily call through to title().
- ArgumentPluginBase::getValue() — Method in class ArgumentPluginBase
Get the value of this argument.
- ArgumentPluginBase::getPlugin() — Method in class ArgumentPluginBase
Get the display or row plugin, if it exists.
- ArgumentPluginBase::getSortName() — Method in class ArgumentPluginBase
Return a description of how the argument would normally be sorted.
- ArgumentPluginBase::getCacheMaxAge() — Method in class ArgumentPluginBase
The maximum age for which this object may be cached.
- ArgumentPluginBase::getCacheContexts() — Method in class ArgumentPluginBase
The cache contexts associated with this object.
- ArgumentPluginBase::getCacheTags() — Method in class ArgumentPluginBase
The cache tags associated with this object.
- ArgumentPluginBase::getContextDefinition() — Method in class ArgumentPluginBase
Returns a context definition for this argument.
- Date::getDefaultArgument() — Method in class Date
Set the empty argument value to the current date, formatted appropriately for this argument.
- Date::getSortName() — Method in class Date
Return a description of how the argument would normally be sorted.
- Date::getFormula() — Method in class Date
- Formula::getFormula() — Method in class Formula
- GroupByNumeric — Class in namespace Drupal\views\Plugin\views\argument
Simple handler for arguments using group by.
- GroupByNumeric::getSortName() — Method in class GroupByNumeric
Return a description of how the argument would normally be sorted.
- NumericArgument::getSortName() — Method in class NumericArgument
Return a description of how the argument would normally be sorted.
- NumericArgument::getContextDefinition() — Method in class NumericArgument
Returns a context definition for this argument.
- StringArgument::getFormula() — Method in class StringArgument
Get the formula for this argument.
- StringArgument::getSortName() — Method in class StringArgument
Return a description of how the argument would normally be sorted.
- StringArgument::getContextDefinition() — Method in class StringArgument
Returns a context definition for this argument.
- ArgumentDefaultPluginBase::getArgument() — Method in class ArgumentDefaultPluginBase
Return the default argument.
- ArgumentDefaultPluginBase::getCacheTags() — Method in class ArgumentDefaultPluginBase
- {@inheritdoc}
- Fixed::getArgument() — Method in class Fixed
Return the default argument.
- Fixed::getCacheMaxAge() — Method in class Fixed
The maximum age for which this object may be cached.
- Fixed::getCacheContexts() — Method in class Fixed
The cache contexts associated with this object.
- QueryParameter::getArgument() — Method in class QueryParameter
Return the default argument.
- QueryParameter::getCacheMaxAge() — Method in class QueryParameter
The maximum age for which this object may be cached.
- QueryParameter::getCacheContexts() — Method in class QueryParameter
The cache contexts associated with this object.
- Raw::getArgument() — Method in class Raw
Return the default argument.
- Raw::getCacheMaxAge() — Method in class Raw
The maximum age for which this object may be cached.
- Raw::getCacheContexts() — Method in class Raw
The cache contexts associated with this object.
- ArgumentValidatorPluginBase::getContextDefinition() — Method in class ArgumentValidatorPluginBase
Returns a context definition for this argument.
- Entity::getContextDefinition() — Method in class Entity
Returns a context definition for this argument.
- NumericArgumentValidator::getContextDefinition() — Method in class NumericArgumentValidator
Returns a context definition for this argument.
- CachePluginBase::getResultsKey() — Method in class CachePluginBase
Returns the resultsKey property.
- CachePluginBase::generateResultsKey() — Method in class CachePluginBase
Calculates and sets a cache ID used for the result cache.
- CachePluginBase::getCacheTags() — Method in class CachePluginBase
Gets an array of cache tags for the current view.
- CachePluginBase::getCacheMaxAge() — Method in class CachePluginBase
Gets the max age for the current view.
- CachePluginBase::getDefaultCacheMaxAge() — Method in class CachePluginBase
Returns the default cache max age.
- CachePluginBase::getRowCacheTags() — Method in class CachePluginBase
Returns the row cache tags.
- CachePluginBase::getRowCacheKeys() — Method in class CachePluginBase
Returns the row cache keys.
- CachePluginBase::getRowId() — Method in class CachePluginBase
Returns a unique identifier for the specified row.
- Tag::getDefaultCacheMaxAge() — Method in class Tag
Returns the default cache max age.
- Time::getLifespan() — Method in class Time
- Time::getDefaultCacheMaxAge() — Method in class Time
Returns the default cache max age.
- DisplayMenuInterface::getMenuLinks() — Method in class DisplayMenuInterface
Gets menu links, if this display provides some.
- DisplayPluginBase::getAttachedDisplays() — Method in class DisplayPluginBase
Find out all displays which are attached to this display.
- DisplayPluginBase::getLinkDisplay() — Method in class DisplayPluginBase
Returns the ID of the display to use when making links.
- DisplayPluginBase::getPath() — Method in class DisplayPluginBase
Returns the base path to use for this display.
- DisplayPluginBase::getRoutedDisplay() — Method in class DisplayPluginBase
Points to the display which can be linked by this display.
- DisplayPluginBase::getUrl() — Method in class DisplayPluginBase
Returns a URL to $this display or its configured linked display.
- DisplayPluginBase::getOption() — Method in class DisplayPluginBase
Gets an option, from this display or the default display.
- DisplayPluginBase::getPlugin() — Method in class DisplayPluginBase
Get the instance of a plugin, for example style or row.
- DisplayPluginBase::getHandler() — Method in class DisplayPluginBase
Get the handler object for a single handler.
- DisplayPluginBase::getHandlers() — Method in class DisplayPluginBase
Get a full array of handlers for $type. This caches them.
- DisplayPluginBase::getAllHandlers() — Method in class DisplayPluginBase
Gets all the handlers used by the display.
- DisplayPluginBase::getAllPlugins() — Method in class DisplayPluginBase
Gets all the plugins used by the display.
- DisplayPluginBase::getFieldLabels() — Method in class DisplayPluginBase
Retrieves a list of fields for the current display.
- DisplayPluginBase::getArgumentsTokens() — Method in class DisplayPluginBase
Returns to tokens for arguments.
- DisplayPluginBase::getMoreUrl() — Method in class DisplayPluginBase
Get the more URL for this view.
- DisplayPluginBase::getCacheMetadata() — Method in class DisplayPluginBase
Gets the cache metadata.
- DisplayPluginBase::getType() — Method in class DisplayPluginBase
Returns the display type that this display requires.
- DisplayPluginBase::getSpecialBlocks() — Method in class DisplayPluginBase
Provides the block system with any exposed widget blocks for this display.
- DisplayPluginBase::getArgumentText() — Method in class DisplayPluginBase
Provides help text for the arguments.
- DisplayPluginBase::getPagerText() — Method in class DisplayPluginBase
Provides help text for pagers.
- DisplayPluginBase::getExtenders() — Method in class DisplayPluginBase
Gets the display extenders.
- DisplayPluginInterface::getAttachedDisplays() — Method in class DisplayPluginInterface
Find out all displays which are attached to this display.
- DisplayPluginInterface::getLinkDisplay() — Method in class DisplayPluginInterface
Returns the ID of the display to use when making links.
- DisplayPluginInterface::getPath() — Method in class DisplayPluginInterface
Returns the base path to use for this display.
- DisplayPluginInterface::getRoutedDisplay() — Method in class DisplayPluginInterface
Points to the display which can be linked by this display.
- DisplayPluginInterface::getUrl() — Method in class DisplayPluginInterface
Returns a URL to $this display or its configured linked display.
- DisplayPluginInterface::getOption() — Method in class DisplayPluginInterface
Gets an option, from this display or the default display.
- DisplayPluginInterface::getPlugin() — Method in class DisplayPluginInterface
Get the instance of a plugin, for example style or row.
- DisplayPluginInterface::getHandler() — Method in class DisplayPluginInterface
Get the handler object for a single handler.
- DisplayPluginInterface::getHandlers() — Method in class DisplayPluginInterface
Get a full array of handlers for $type. This caches them.
- DisplayPluginInterface::getFieldLabels() — Method in class DisplayPluginInterface
Retrieves a list of fields for the current display.
- DisplayPluginInterface::getArgumentsTokens() — Method in class DisplayPluginInterface
Returns to tokens for arguments.
- DisplayPluginInterface::getCacheMetadata() — Method in class DisplayPluginInterface
Gets the cache metadata.
- DisplayPluginInterface::getType() — Method in class DisplayPluginInterface
Returns the display type that this display requires.
- DisplayPluginInterface::getSpecialBlocks() — Method in class DisplayPluginInterface
Provides the block system with any exposed widget blocks for this display.
- DisplayPluginInterface::getArgumentText() — Method in class DisplayPluginInterface
Provides help text for the arguments.
- DisplayPluginInterface::getPagerText() — Method in class DisplayPluginInterface
Provides help text for pagers.
- DisplayPluginInterface::getExtenders() — Method in class DisplayPluginInterface
Gets the display extenders.
- DisplayRouterInterface::getUrlInfo() — Method in class DisplayRouterInterface
Generates a URL to this display.
- DisplayRouterInterface::getRouteName() — Method in class DisplayRouterInterface
Returns the route name for the display.
- DisplayRouterInterface::getAlteredRouteNames() — Method in class DisplayRouterInterface
Returns the list of routes overridden by Views.
- EntityReference::getType() — Method in class EntityReference
Returns the display type that this display requires.
- Feed::getType() — Method in class Feed
Returns the display type that this display requires.
- Page::getRoute() — Method in class Page
Generates a route entry for a given view and display.
- Page::getPageRenderArray() — Method in class Page
Gets the current views page render array.
- Page::getArgumentText() — Method in class Page
Provides help text for the arguments.
- Page::getPagerText() — Method in class Page
Provides help text for pagers.
- PathPluginBase::getPath() — Method in class PathPluginBase
Returns the base path to use for this display.
- PathPluginBase::getRoute() — Method in class PathPluginBase
Generates a route entry for a given view and display.
- PathPluginBase::getMenuLinks() — Method in class PathPluginBase
Gets menu links, if this display provides some.
- PathPluginBase::getUrlInfo() — Method in class PathPluginBase
Generates a URL to this display.
- PathPluginBase::getRouteName() — Method in class PathPluginBase
Returns the route name for the display.
- PathPluginBase::getAlteredRouteNames() — Method in class PathPluginBase
Returns the list of routes overridden by Views.
- ExposedFormPluginBase::getCacheMaxAge() — Method in class ExposedFormPluginBase
The maximum age for which this object may be cached.
- ExposedFormPluginBase::getCacheContexts() — Method in class ExposedFormPluginBase
The cache contexts associated with this object.
- ExposedFormPluginBase::getCacheTags() — Method in class ExposedFormPluginBase
The cache tags associated with this object.
- BulkForm::getCacheMaxAge() — Method in class BulkForm
The maximum age for which this object may be cached.
- BulkForm::getCacheContexts() — Method in class BulkForm
The cache contexts associated with this object.
- BulkForm::getCacheTags() — Method in class BulkForm
The cache tags associated with this object.
- BulkForm::getEntityTypeId() — Method in class BulkForm
- {@inheritdoc}
- BulkForm::getEntityTypeManager() — Method in class BulkForm
- {@inheritdoc}
- BulkForm::getEntityRepository() — Method in class BulkForm
- {@inheritdoc}
- BulkForm::getLanguageManager() — Method in class BulkForm
- {@inheritdoc}
- BulkForm::getView() — Method in class BulkForm
- {@inheritdoc}
- BulkForm::getValue() — Method in class BulkForm
Gets the value that's supposed to be rendered.
- BulkForm::getBulkOptions() — Method in class BulkForm
Returns the available operations for this form.
- Counter::getValue() — Method in class Counter
Gets the value that's supposed to be rendered.
- EntityField::getFieldStorageDefinition() — Method in class EntityField
Gets the field storage definition.
- EntityField::getEntityFieldRenderer() — Method in class EntityField
Returns the entity field renderer.
- EntityField::getItems() — Method in class EntityField
Gets an array of items for the field.
- EntityField::getFormatterInstance() — Method in class EntityField
Returns the field formatter instance.
- EntityField::getCacheMaxAge() — Method in class EntityField
The maximum age for which this object may be cached.
- EntityField::getCacheContexts() — Method in class EntityField
The cache contexts associated with this object.
- EntityField::getCacheTags() — Method in class EntityField
The cache tags associated with this object.
- EntityField::getTableMapping() — Method in class EntityField
Gets the table mapping for the entity type of the field.
- EntityField::getValue() — Method in class EntityField
Gets the value that's supposed to be rendered.
- EntityLink::getUrlInfo() — Method in class EntityLink
Returns the URI elements of the link.
- EntityLink::getEntityLinkTemplate() — Method in class EntityLink
Returns the entity link template name identifying the link route.
- EntityLink::getDefaultLabel() — Method in class EntityLink
Returns the default label for this link.
- EntityLinkDelete::getEntityLinkTemplate() — Method in class EntityLinkDelete
Returns the entity link template name identifying the link route.
- EntityLinkDelete::getDefaultLabel() — Method in class EntityLinkDelete
Returns the default label for this link.
- EntityLinkEdit::getEntityLinkTemplate() — Method in class EntityLinkEdit
Returns the entity link template name identifying the link route.
- EntityLinkEdit::getDefaultLabel() — Method in class EntityLinkEdit
Returns the default label for this link.
- EntityOperations::getEntityTypeId() — Method in class EntityOperations
- {@inheritdoc}
- EntityOperations::getEntityTypeManager() — Method in class EntityOperations
- {@inheritdoc}
- EntityOperations::getEntityRepository() — Method in class EntityOperations
- {@inheritdoc}
- EntityOperations::getLanguageManager() — Method in class EntityOperations
- {@inheritdoc}
- EntityOperations::getView() — Method in class EntityOperations
- {@inheritdoc}
- FieldHandlerInterface::getElements() — Method in class FieldHandlerInterface
Provides a list of elements valid for field HTML.
- FieldHandlerInterface::getEntity() — Method in class FieldHandlerInterface
Gets the entity matching the current row and relationship.
- FieldHandlerInterface::getValue() — Method in class FieldHandlerInterface
Gets the value that's supposed to be rendered.
- FieldHandlerInterface::getRenderTokens() — Method in class FieldHandlerInterface
Gets the 'render' tokens to use for advanced rendering.
- FieldPluginBase::getElements() — Method in class FieldPluginBase
Provides a list of elements valid for field HTML.
- FieldPluginBase::getEntity() — Method in class FieldPluginBase
Gets the entity matching the current row and relationship.
- FieldPluginBase::getValue() — Method in class FieldPluginBase
Gets the value that's supposed to be rendered.
- FieldPluginBase::getPreviousFieldLabels() — Method in class FieldPluginBase
Returns all field labels of fields before this field.
- FieldPluginBase::getRenderTokens() — Method in class FieldPluginBase
Gets the 'render' tokens to use for advanced rendering.
- FieldPluginBase::getFieldTokenPlaceholder() — Method in class FieldPluginBase
Returns a token placeholder for the current field.
- FieldPluginBase::getTokenValuesRecursive() — Method in class FieldPluginBase
Recursive function to add replacements for nested query string parameters.
- FieldPluginBase::getRenderer() — Method in class FieldPluginBase
Returns the render API renderer.
- LinkBase::getUrlInfo() — Method in class LinkBase
Returns the URI elements of the link.
- LinkBase::getDefaultLabel() — Method in class LinkBase
Returns the default label for this link.
- LinkBase::getEntityTypeId() — Method in class LinkBase
- {@inheritdoc}
- LinkBase::getEntityTypeManager() — Method in class LinkBase
- {@inheritdoc}
- LinkBase::getEntityRepository() — Method in class LinkBase
- {@inheritdoc}
- LinkBase::getLanguageManager() — Method in class LinkBase
- {@inheritdoc}
- LinkBase::getView() — Method in class LinkBase
- {@inheritdoc}
- Links::getLinks() — Method in class Links
Gets the list of links used by this field.
- MachineName::getValueOptions() — Method in class MachineName
- MultiItemsFieldHandlerInterface::getItems() — Method in class MultiItemsFieldHandlerInterface
Gets an array of items for the field.
- PrerenderList::getItems() — Method in class PrerenderList
Gets an array of items for the field.
- RenderedEntity::getCacheContexts() — Method in class RenderedEntity
The cache contexts associated with this object.
- RenderedEntity::getCacheTags() — Method in class RenderedEntity
The cache tags associated with this object.
- RenderedEntity::getCacheMaxAge() — Method in class RenderedEntity
The maximum age for which this object may be cached.
- RenderedEntity::getEntityTypeId() — Method in class RenderedEntity
- {@inheritdoc}
- RenderedEntity::getEntityTypeManager() — Method in class RenderedEntity
- {@inheritdoc}
- RenderedEntity::getEntityRepository() — Method in class RenderedEntity
- {@inheritdoc}
- RenderedEntity::getLanguageManager() — Method in class RenderedEntity
- {@inheritdoc}
- RenderedEntity::getView() — Method in class RenderedEntity
- {@inheritdoc}
- UncacheableFieldHandlerTrait::getFieldTokenPlaceholder() — Method in class UncacheableFieldHandlerTrait
- {@inheritdoc}
- UncacheableFieldHandlerTrait::getValue() — Method in class UncacheableFieldHandlerTrait
- {@inheritdoc}
- BooleanOperator::getValueOptions() — Method in class BooleanOperator
Return the possible options for this filter.
- Bundle::getValueOptions() — Method in class Bundle
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- $ FilterPluginBase#group_info — Property in class FilterPluginBase
Contains the information of the selected item in a grouped filter.
- FilterPluginBase::groupForm() — Method in class FilterPluginBase
Build a form containing a group of operator | values to apply as a single filter.
- FilterPluginBase::groupMultipleExposedInput() — Method in class FilterPluginBase
Returns the options available for a grouped filter that users checkboxes as widget, and therefore has to be applied several times, one per item selected.
- FilterPluginBase::getCacheMaxAge() — Method in class FilterPluginBase
The maximum age for which this object may be cached.
- FilterPluginBase::getCacheContexts() — Method in class FilterPluginBase
The cache contexts associated with this object.
- FilterPluginBase::getCacheTags() — Method in class FilterPluginBase
The cache tags associated with this object.
- GroupByNumeric — Class in namespace Drupal\views\Plugin\views\filter
Simple filter to handle greater than/less than filters.
- InOperator::getValueOptions() — Method in class InOperator
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- LanguageFilter::getValueOptions() — Method in class LanguageFilter
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- StringFilter::getConditionOperator() — Method in class StringFilter
Get specified condition operator mapping value.
- None::getItemsPerPage() — Method in class None
Get how many items per page this pager will display.
- PagerPluginBase::getItemsPerPage() — Method in class PagerPluginBase
Get how many items per page this pager will display.
- PagerPluginBase::getOffset() — Method in class PagerPluginBase
Get the page offset, or how many items to skip.
- PagerPluginBase::getCurrentPage() — Method in class PagerPluginBase
Get the current page.
- PagerPluginBase::getTotalItems() — Method in class PagerPluginBase
Get the total number of items.
- PagerPluginBase::getPagerId() — Method in class PagerPluginBase
Get the pager id, if it exists.
- SqlBase::getPagerTotal() — Method in class SqlBase
- SqlBase::getCacheMaxAge() — Method in class SqlBase
The maximum age for which this object may be cached.
- SqlBase::getCacheContexts() — Method in class SqlBase
The cache contexts associated with this object.
- SqlBase::getCacheTags() — Method in class SqlBase
The cache tags associated with this object.
- DateSqlInterface::getDateField() — Method in class DateSqlInterface
Returns a native database expression for a given field.
- DateSqlInterface::getDateFormat() — Method in class DateSqlInterface
Creates a native database date formatting.
- MysqlDateSql::getDateField() — Method in class MysqlDateSql
Returns a native database expression for a given field.
- MysqlDateSql::getDateFormat() — Method in class MysqlDateSql
Creates a native database date formatting.
- PostgresqlDateSql::getDateField() — Method in class PostgresqlDateSql
Returns a native database expression for a given field.
- PostgresqlDateSql::getDateFormat() — Method in class PostgresqlDateSql
Creates a native database date formatting.
- QueryPluginBase::getAggregationInfo() — Method in class QueryPluginBase
Get aggregation info for group by queries.
- QueryPluginBase::getLimit() — Method in class QueryPluginBase
Returns the limit of the query.
- QueryPluginBase::getDateField() — Method in class QueryPluginBase
Returns a Unix timestamp to database native timestamp expression.
- QueryPluginBase::getDateFormat() — Method in class QueryPluginBase
Creates cross-database date formatting.
- QueryPluginBase::getEntityTableInfo() — Method in class QueryPluginBase
Returns an array of all tables from the query that map to an entity type.
- QueryPluginBase::getCacheMaxAge() — Method in class QueryPluginBase
The maximum age for which this object may be cached.
- QueryPluginBase::getCacheContexts() — Method in class QueryPluginBase
The cache contexts associated with this object.
- QueryPluginBase::getCacheTags() — Method in class QueryPluginBase
The cache tags associated with this object.
- QueryPluginBase::getTimezoneOffset() — Method in class QueryPluginBase
Get the timezone offset in seconds.
- $ Sql#groupOperator — Property in class Sql
The default operator to use when connecting the WHERE groups. May be AND or OR.
- $ Sql#groupby — Property in class Sql
A simple array of group by clauses.
- $ Sql#getCountOptimized — Property in class Sql
Should this query be optimized for counts, for example no sorts.
- Sql::getTableQueue() — Method in class Sql
Returns a reference to the table queue array for this query.
- Sql::getJoinData() — Method in class Sql
Retrieve join data from the larger join data cache.
- Sql::getTableInfo() — Method in class Sql
Get the information associated with a table.
- Sql::getFieldAlias() — Method in class Sql
Returns the alias for the given field added to $table.
- Sql::getNonAggregates() — Method in class Sql
Returns a list of non-aggregates to be added to the "group by" clause.
- Sql::getConnection() — Method in class Sql
Gets the database connection to use for the view.
- Sql::getWhereArgs() — Method in class Sql
Get the arguments attached to the WHERE and HAVING clauses of this query.
- Sql::getCacheTags() — Method in class Sql
The cache tags associated with this object.
- Sql::getCacheMaxAge() — Method in class Sql
The maximum age for which this object may be cached.
- Sql::getAllEntities() — Method in class Sql
Gets all the involved entities of the view.
- Sql::getAggregationInfo() — Method in class Sql
Get aggregation info for group by queries.
- Sql::getDateField() — Method in class Sql
Returns a Unix timestamp to database native timestamp expression.
- Sql::getDateFormat() — Method in class Sql
Creates cross-database date formatting.
- SqliteDateSql::getDateField() — Method in class SqliteDateSql
Returns a native database expression for a given field.
- SqliteDateSql::getDateFormat() — Method in class SqliteDateSql
Creates a native database date formatting.
- GroupwiseMax — Class in namespace Drupal\views\Plugin\views\relationship
Relationship handler that allows a groupwise maximum of the linked in table.
- GroupwiseMax::getTemporaryView() — Method in class GroupwiseMax
Helper function to create a pseudo view.
- EntityRow::getEntityTypeId() — Method in class EntityRow
- {@inheritdoc}
- EntityRow::getEntityTypeManager() — Method in class EntityRow
- {@inheritdoc}
- EntityRow::getEntityRepository() — Method in class EntityRow
- {@inheritdoc}
- EntityRow::getLanguageManager() — Method in class EntityRow
- {@inheritdoc}
- EntityRow::getView() — Method in class EntityRow
- {@inheritdoc}
- OpmlFields::getField() — Method in class OpmlFields
Retrieves a views field value from the style plugin.
- RssFields::getField() — Method in class RssFields
Retrieves a views field value from the style plugin.
- RssFields::getAbsoluteUrl() — Method in class RssFields
Convert a rendered URL string to an absolute URL.
- GroupByNumeric — Class in namespace Drupal\views\Plugin\views\sort
Handler for GROUP BY on simple numeric fields.
- SortPluginBase::getCacheMaxAge() — Method in class SortPluginBase
The maximum age for which this object may be cached.
- SortPluginBase::getCacheContexts() — Method in class SortPluginBase
The cache contexts associated with this object.
- SortPluginBase::getCacheTags() — Method in class SortPluginBase
The cache tags associated with this object.
- Grid — Class in namespace Drupal\views\Plugin\views\style
Style plugin to render each item in a grid cell.
- Grid::getCustomClass() — Method in class Grid
Return the token-replaced row or column classes for the specified result.
- Rss::getChannelElements() — Method in class Rss
Return an array of additional XHTML elements to add to the channel.
- Rss::getDescription() — Method in class Rss
Get RSS feed description.
- $ StylePluginBase#groupingTheme — Property in class StylePluginBase
The theme function used to render the grouping set.
- StylePluginBase::getRowClass() — Method in class StylePluginBase
Return the token replaced row class for the specified row.
- StylePluginBase::getField() — Method in class StylePluginBase
Gets a rendered field.
- StylePluginBase::getFieldValue() — Method in class StylePluginBase
Get the raw field value.
- Table::getCacheMaxAge() — Method in class Table
The maximum age for which this object may be cached.
- Table::getCacheContexts() — Method in class Table
The cache contexts associated with this object.
- Table::getCacheTags() — Method in class Table
The cache tags associated with this object.
- WizardPluginBase::getCreatedColumn() — Method in class WizardPluginBase
Gets the createdColumn property.
- WizardPluginBase::getFilters() — Method in class WizardPluginBase
Gets the filters property.
- WizardPluginBase::getAvailableSorts() — Method in class WizardPluginBase
Gets the availableSorts property.
- WizardPluginBase::getSorts() — Method in class WizardPluginBase
Gets the sorts property.
- WizardPluginBase::getSelected() — Method in class WizardPluginBase
Gets the current value of a #select element, from within a form constructor function.
- ViewPageController::getTitle() — Method in class ViewPageController
Gets the title of the given view's display.
- ViewEntityInterface::getExecutable() — Method in class ViewEntityInterface
Gets an executable instance for this view.
- ViewEntityInterface::getDisplay() — Method in class ViewEntityInterface
Retrieves a specific display's configuration by reference.
- $ ViewExecutable#get_total_rows — Property in class ViewExecutable
Force the query to calculate the total number of results.
- ViewExecutable::getCurrentPage() — Method in class ViewExecutable
Gets the current page from the pager.
- ViewExecutable::getItemsPerPage() — Method in class ViewExecutable
Gets the items per page from the pager.
- ViewExecutable::getOffset() — Method in class ViewExecutable
Gets the pager offset from the pager.
- ViewExecutable::getExposedInput() — Method in class ViewExecutable
Figures out what the exposed input for this view is.
- ViewExecutable::getDisplay() — Method in class ViewExecutable
Gets the current display plugin.
- ViewExecutable::getStyle() — Method in class ViewExecutable
Gets the current style plugin.
- ViewExecutable::getPager() — Method in class ViewExecutable
Gets the current pager plugin.
- ViewExecutable::getBaseTables() — Method in class ViewExecutable
Creates a list of base tables to be used by the view.
- ViewExecutable::getBaseEntityType() — Method in class ViewExecutable
Returns the entity type of the base table, if available.
- ViewExecutable::getQuery() — Method in class ViewExecutable
Gets the current query plugin.
- ViewExecutable::getCacheTags() — Method in class ViewExecutable
Gets the cache tags associated with the executed view.
- ViewExecutable::getResponse() — Method in class ViewExecutable
Gets the response object used by the view.
- ViewExecutable::getRequest() — Method in class ViewExecutable
Gets the request object.
- ViewExecutable::getTitle() — Method in class ViewExecutable
Gets the view's current title.
- ViewExecutable::getUrl() — Method in class ViewExecutable
Gets the URL for the current view.
- ViewExecutable::getUrlInfo() — Method in class ViewExecutable
Gets the Url object associated with the display handler.
- ViewExecutable::getPath() — Method in class ViewExecutable
Gets the base path used for this view.
- ViewExecutable::getUser() — Method in class ViewExecutable
Gets the current user.
- ViewExecutable::getHandlerTypes() — Method in class ViewExecutable
Provides a list of views handler types used in a view.
- ViewExecutable::getPluginTypes() — Method in class ViewExecutable
Returns the valid types of plugins that can be used.
- ViewExecutable::generateHandlerId() — Method in class ViewExecutable
Generates a unique ID for a handler instance.
- ViewExecutable::getHandlers() — Method in class ViewExecutable
Gets an array of handler instances for the current display.
- ViewExecutable::getHandler() — Method in class ViewExecutable
Gets the configuration of a handler instance on a given display.
- ViewExecutable::getShowAdminLinks() — Method in class ViewExecutable
Returns whether admin links should be rendered on the view.
- ViewExecutable::getDependencies() — Method in class ViewExecutable
Gets dependencies for the view.
- ViewExecutableFactory::get() — Method in class ViewExecutableFactory
Instantiates a ViewExecutable class.
- Views::getView() — Method in class Views
Loads a view from configuration and returns its executable object.
- Views::getPluginDefinitions() — Method in class Views
Gets all the views plugin definitions.
- Views::getEnabledDisplayExtenders() — Method in class Views
Gets enabled display extenders.
- Views::getApplicableViews() — Method in class Views
Return a list of all view IDs and display IDs that have a particular setting in their display's plugin settings.
- Views::getAllViews() — Method in class Views
Returns an array of all views as fully loaded $view objects.
- Views::getEnabledViews() — Method in class Views
Returns an array of all enabled views.
- Views::getDisabledViews() — Method in class Views
Returns an array of all disabled views.
- Views::getViewsAsOptions() — Method in class Views
Returns an array of view as options array, that can be used by select, checkboxes and radios as #options.
- Views::getHandlerTypes() — Method in class Views
Provide a list of views handler types used in a view, with some information about them.
- Views::getPluginTypes() — Method in class Views
Returns a list of plugin types.
- ViewsConfigUpdater::getMultivalueBaseFieldUpdateTableInfo() — Method in class ViewsConfigUpdater
Returns the multivalue base fields update table info.
- ViewsData::getAll() — Method in class ViewsData
Gets all table data.
- ViewsData::get() — Method in class ViewsData
Gets data for a particular table.
- ViewsData::getData() — Method in class ViewsData
Gets all data invoked by hook_views_data().
- AdvancedSettingsForm::getFormId() — Method in class AdvancedSettingsForm
Returns a unique string identifying the form.
- AdvancedSettingsForm::getEditableConfigNames() — Method in class AdvancedSettingsForm
Gets the configuration names that will be editable.
- AddHandler::getFormKey() — Method in class AddHandler
Returns the key that represents this form.
- AddHandler::getForm() — Method in class AddHandler
Creates a new instance of this form.
- AddHandler::getFormId() — Method in class AddHandler
Returns a unique string identifying the form.
- Analyze::getFormKey() — Method in class Analyze
Returns the key that represents this form.
- Analyze::getFormId() — Method in class Analyze
Returns a unique string identifying the form.
- ConfigHandler::getFormKey() — Method in class ConfigHandler
Returns the key that represents this form.
- ConfigHandler::getForm() — Method in class ConfigHandler
Creates a new instance of this form.
- ConfigHandler::getFormId() — Method in class ConfigHandler
Returns a unique string identifying the form.
- ConfigHandlerExtra::getFormKey() — Method in class ConfigHandlerExtra
Returns the key that represents this form.
- ConfigHandlerExtra::getForm() — Method in class ConfigHandlerExtra
Creates a new instance of this form.
- ConfigHandlerExtra::getFormId() — Method in class ConfigHandlerExtra
Returns a unique string identifying the form.
- ConfigHandlerGroup::getFormKey() — Method in class ConfigHandlerGroup
Returns the key that represents this form.
- ConfigHandlerGroup::getForm() — Method in class ConfigHandlerGroup
Creates a new instance of this form.
- ConfigHandlerGroup::getFormId() — Method in class ConfigHandlerGroup
Returns a unique string identifying the form.
- Display::getFormKey() — Method in class Display
Returns the key that represents this form.
- Display::getFormState() — Method in class Display
Gets the form state for this form.
- Display::getForm() — Method in class Display
Creates a new instance of this form.
- Display::getFormId() — Method in class Display
Returns a unique string identifying the form.
- EditDetails::getFormKey() — Method in class EditDetails
Returns the key that represents this form.
- EditDetails::getFormId() — Method in class EditDetails
Returns a unique string identifying the form.
- Rearrange::getFormKey() — Method in class Rearrange
Returns the key that represents this form.
- Rearrange::getForm() — Method in class Rearrange
Creates a new instance of this form.
- Rearrange::getFormId() — Method in class Rearrange
Returns a unique string identifying the form.
- RearrangeFilter::getFormKey() — Method in class RearrangeFilter
Returns the key that represents this form.
- RearrangeFilter::getFormId() — Method in class RearrangeFilter
Returns a unique string identifying the form.
- ReorderDisplays::getFormKey() — Method in class ReorderDisplays
Returns the key that represents this form.
- ReorderDisplays::getFormId() — Method in class ReorderDisplays
Returns a unique string identifying the form.
- ViewsFormBase::getFormState() — Method in class ViewsFormBase
Gets the form state for this form.
- ViewsFormBase::getForm() — Method in class ViewsFormBase
Creates a new instance of this form.
- ViewsFormInterface::getFormKey() — Method in class ViewsFormInterface
Returns the key that represents this form.
- ViewsFormInterface::getFormState() — Method in class ViewsFormInterface
Gets the form state for this form.
- ViewsFormInterface::getForm() — Method in class ViewsFormInterface
Creates a new instance of this form.
- BasicSettingsForm::getFormId() — Method in class BasicSettingsForm
Returns a unique string identifying the form.
- BasicSettingsForm::getEditableConfigNames() — Method in class BasicSettingsForm
Gets the configuration names that will be editable.
- BreakLockForm::getFormId() — Method in class BreakLockForm
Returns a unique string identifying the form.
- BreakLockForm::getQuestion() — Method in class BreakLockForm
Returns the question to ask the user.
- BreakLockForm::getDescription() — Method in class BreakLockForm
Returns additional text to display as a description.
- BreakLockForm::getCancelUrl() — Method in class BreakLockForm
Returns the route to go to if the user cancels the action.
- BreakLockForm::getConfirmText() — Method in class BreakLockForm
Returns a caption for the button that confirms the action.
- ViewEditForm::getDisplayTab() — Method in class ViewEditForm
Returns a renderable array representing the edit page for one display.
- ViewEditForm::getDisplayDetails() — Method in class ViewEditForm
Helper function to get the display details section of the edit UI.
- ViewEditForm::getFormBucket() — Method in class ViewEditForm
Add information about a section to a display.
- ViewFormBase::getDisplayTabs() — Method in class ViewFormBase
Adds tabs for navigating across Displays when editing a View.
- ViewFormBase::getDisplayLabel() — Method in class ViewFormBase
Placeholder function for overriding $display['display_title'].
- ViewListBuilder::getDefaultOperations() — Method in class ViewListBuilder
Gets this list's default operations.
- ViewListBuilder::getDisplaysList() — Method in class ViewListBuilder
Gets a list of displays included in the view.
- ViewUI::get() — Method in class ViewUI
Returns the value of a property.
- ViewUI::getStandardButtons() — Method in class ViewUI
Provide a standard set of Apply/Cancel/OK buttons for the forms. Also provide a hidden op operator because the forms plugin doesn't seem to properly provide which button was clicked.
- ViewUI::getOverrideValues() — Method in class ViewUI
Return the was_defaulted, is_defaulted and revert state of a form.
- ViewUI::getFormProgress() — Method in class ViewUI
Get the user's current progress through the form stack.
- ViewUI::getDisplay() — Method in class ViewUI
Retrieves a specific display's configuration by reference.
- ViewUI::getEntityTypeId() — Method in class ViewUI
Gets the ID of the type of the entity.
- ViewUI::getEntityType() — Method in class ViewUI
Gets the entity type definition.
- ViewUI::getOriginalId() — Method in class ViewUI
Gets the original ID.
- ViewUI::getExecutable() — Method in class ViewUI
Gets an executable instance for this view.
- ViewUI::getConfigDependencyKey() — Method in class ViewUI
Gets the key that is used to store configuration dependencies.
- ViewUI::getConfigDependencyName() — Method in class ViewUI
Gets the configuration dependency name.
- ViewUI::getConfigTarget() — Method in class ViewUI
Gets the configuration target identifier for the entity.
- ViewUI::getDependencies() — Method in class ViewUI
Gets the configuration dependencies.
- ViewUI::getCacheContexts() — Method in class ViewUI
The cache contexts associated with this object.
- ViewUI::getCacheTags() — Method in class ViewUI
The cache tags associated with this object.
- ViewUI::getCacheMaxAge() — Method in class ViewUI
The maximum age for which this object may be cached.
- ViewUI::getTypedData() — Method in class ViewUI
Gets a typed data object for this entity object.
- ViewUI::getThirdPartySetting() — Method in class ViewUI
Gets the value of a third-party setting.
- ViewUI::getThirdPartySettings() — Method in class ViewUI
Gets all third-party settings of a given module.
- ViewUI::getThirdPartyProviders() — Method in class ViewUI
Gets the list of third parties that store information.
- ViewUI::getCacheTagsToInvalidate() — Method in class ViewUI
Returns the cache tags that should be used to invalidate caches.
- ViewUI::getLock() — Method in class ViewUI
Gets the lock on this View.
- Workflow::getTypePlugin() — Method in class Workflow
Gets the workflow type plugin.
- Workflow::getPluginCollections() — Method in class Workflow
Gets the plugin collections used by this object.
- Workflow::getPluginCollection() — Method in class Workflow
Encapsulates the creation of the workflow's plugin collection.
- WorkflowDeleteForm::getQuestion() — Method in class WorkflowDeleteForm
Returns the question to ask the user.
- WorkflowDeleteForm::getCancelUrl() — Method in class WorkflowDeleteForm
Returns the route to go to if the user cancels the action.
- WorkflowDeleteForm::getConfirmText() — Method in class WorkflowDeleteForm
Returns a caption for the button that confirms the action.
- WorkflowStateAddForm::getFormId() — Method in class WorkflowStateAddForm
Returns a unique string identifying the form.
- WorkflowStateDeleteForm::getFormId() — Method in class WorkflowStateDeleteForm
Returns a unique string identifying the form.
- WorkflowStateDeleteForm::getQuestion() — Method in class WorkflowStateDeleteForm
Returns the question to ask the user.
- WorkflowStateDeleteForm::getCancelUrl() — Method in class WorkflowStateDeleteForm
Returns the route to go to if the user cancels the action.
- WorkflowStateDeleteForm::getConfirmText() — Method in class WorkflowStateDeleteForm
Returns a caption for the button that confirms the action.
- WorkflowStateEditForm::getFormId() — Method in class WorkflowStateEditForm
Returns a unique string identifying the form.
- WorkflowTransitionAddForm::getFormId() — Method in class WorkflowTransitionAddForm
Returns a unique string identifying the form.
- WorkflowTransitionDeleteForm::getFormId() — Method in class WorkflowTransitionDeleteForm
Returns a unique string identifying the form.
- WorkflowTransitionDeleteForm::getQuestion() — Method in class WorkflowTransitionDeleteForm
Returns the question to ask the user.
- WorkflowTransitionDeleteForm::getCancelUrl() — Method in class WorkflowTransitionDeleteForm
Returns the route to go to if the user cancels the action.
- WorkflowTransitionDeleteForm::getConfirmText() — Method in class WorkflowTransitionDeleteForm
Returns a caption for the button that confirms the action.
- WorkflowTransitionEditForm::getFormId() — Method in class WorkflowTransitionEditForm
Returns a unique string identifying the form.
- WorkflowTypeBase::getConfiguration() — Method in class WorkflowTypeBase
Gets this plugin's configuration.
- WorkflowTypeBase::getRequiredStates() — Method in class WorkflowTypeBase
Gets the required states of workflow type.
- WorkflowTypeBase::getInitialState() — Method in class WorkflowTypeBase
Gets the initial state for the workflow.
- WorkflowTypeBase::getStates() — Method in class WorkflowTypeBase
Gets state objects for the provided state IDs.
- WorkflowTypeBase::getState() — Method in class WorkflowTypeBase
Gets a workflow state.
- WorkflowTypeBase::getTransitions() — Method in class WorkflowTypeBase
Gets transition objects for the provided transition IDs.
- WorkflowTypeBase::getTransition() — Method in class WorkflowTypeBase
Gets a transition object for the provided transition ID.
- WorkflowTypeBase::getTransitionsForState() — Method in class WorkflowTypeBase
Gets the transition IDs for a state for the provided direction.
- WorkflowTypeBase::getTransitionFromStateToState() — Method in class WorkflowTypeBase
Gets a transition from state to state.
- WorkflowTypeBase::getTransitionIdFromStateToState() — Method in class WorkflowTypeBase
Gets the transition ID from state to state.
- WorkflowTypeBase::getNextWeight() — Method in class WorkflowTypeBase
Gets the weight for a new state or transition.
- State::getTransitionTo() — Method in class State
- State::getTransitions() — Method in class State
Gets all the possible transition objects for the state.
- StateInterface::getTransitionTo() — Method in class StateInterface
- StateInterface::getTransitions() — Method in class StateInterface
Gets all the possible transition objects for the state.
- WorkflowInterface::getTypePlugin() — Method in class WorkflowInterface
Gets the workflow type plugin.
- WorkflowListBuilder::getFormId() — Method in class WorkflowListBuilder
- {@inheritdoc}
- WorkflowStateTransitionOperationsAccessCheck::getOperation() — Method in class WorkflowStateTransitionOperationsAccessCheck
Get the operation that will be used for the access check.
- WorkflowTypeInterface::getInitialState() — Method in class WorkflowTypeInterface
Gets the initial state for the workflow.
- WorkflowTypeInterface::getRequiredStates() — Method in class WorkflowTypeInterface
Gets the required states of workflow type.
- WorkflowTypeInterface::getStates() — Method in class WorkflowTypeInterface
Gets state objects for the provided state IDs.
- WorkflowTypeInterface::getState() — Method in class WorkflowTypeInterface
Gets a workflow state.
- WorkflowTypeInterface::getTransition() — Method in class WorkflowTypeInterface
Gets a transition object for the provided transition ID.
- WorkflowTypeInterface::getTransitions() — Method in class WorkflowTypeInterface
Gets transition objects for the provided transition IDs.
- WorkflowTypeInterface::getTransitionsForState() — Method in class WorkflowTypeInterface
Gets the transition IDs for a state for the provided direction.
- WorkflowTypeInterface::getTransitionFromStateToState() — Method in class WorkflowTypeInterface
Gets a transition from state to state.
- PgsqlQueryFactory::get() — Method in class PgsqlQueryFactory
Instantiates an entity query for a given entity type.
- PgsqlQueryFactory::getAggregate() — Method in class PgsqlQueryFactory
Instantiates an aggregation query object for a given entity type.
- QueryFactory::get() — Method in class QueryFactory
Instantiates an entity query for a given entity type.
- QueryFactory::getAggregate() — Method in class QueryFactory
Instantiates an aggregation query object for a given entity type.
- Workspace::getCreatedTime() — Method in class Workspace
Gets the workspace creation timestamp.
- EntitySchemaSubscriber::getSubscribedEvents() — Method in class EntitySchemaSubscriber
- {@inheritdoc}
- EntitySchemaSubscriber::getWorkspaceFieldDefinition() — Method in class EntitySchemaSubscriber
Gets the base field definition for the 'workspace' revision metadata field.
- WorkspaceRequestSubscriber::getSubscribedEvents() — Method in class WorkspaceRequestSubscriber
- {@inheritDoc}
- SwitchToLiveForm::getFormId() — Method in class SwitchToLiveForm
Returns a unique string identifying the form.
- SwitchToLiveForm::getQuestion() — Method in class SwitchToLiveForm
Returns the question to ask the user.
- SwitchToLiveForm::getDescription() — Method in class SwitchToLiveForm
Returns additional text to display as a description.
- SwitchToLiveForm::getCancelUrl() — Method in class SwitchToLiveForm
Returns the route to go to if the user cancels the action.
- WorkspaceActivateForm::getQuestion() — Method in class WorkspaceActivateForm
Returns the question to ask the user.
- WorkspaceActivateForm::getDescription() — Method in class WorkspaceActivateForm
Returns additional text to display as a description.
- WorkspaceActivateForm::getCancelUrl() — Method in class WorkspaceActivateForm
Returns the route to go to if the user cancels the action.
- WorkspaceDeleteForm::getDescription() — Method in class WorkspaceDeleteForm
Returns additional text to display as a description.
- WorkspaceForm::getEditedFieldNames() — Method in class WorkspaceForm
Gets the names of all fields edited in the form.
- WorkspaceMergeForm::getFormId() — Method in class WorkspaceMergeForm
Returns a unique string identifying the form.
- WorkspaceMergeForm::getQuestion() — Method in class WorkspaceMergeForm
Returns the question to ask the user.
- WorkspaceMergeForm::getDescription() — Method in class WorkspaceMergeForm
Returns additional text to display as a description.
- WorkspaceMergeForm::getCancelUrl() — Method in class WorkspaceMergeForm
Returns the route to go to if the user cancels the action.
- WorkspacePublishForm::getFormId() — Method in class WorkspacePublishForm
Returns a unique string identifying the form.
- WorkspacePublishForm::getQuestion() — Method in class WorkspacePublishForm
Returns the question to ask the user.
- WorkspacePublishForm::getDescription() — Method in class WorkspacePublishForm
Returns additional text to display as a description.
- WorkspacePublishForm::getCancelUrl() — Method in class WorkspacePublishForm
Returns the route to go to if the user cancels the action.
- WorkspaceSwitcherForm::getFormId() — Method in class WorkspaceSwitcherForm
Returns a unique string identifying the form.
- QueryParameterWorkspaceNegotiator::getActiveWorkspace() — Method in class QueryParameterWorkspaceNegotiator
Gets the negotiated workspace, if any.
- SessionWorkspaceNegotiator::getActiveWorkspace() — Method in class SessionWorkspaceNegotiator
Gets the negotiated workspace, if any.
- WorkspaceNegotiatorInterface::getActiveWorkspace() — Method in class WorkspaceNegotiatorInterface
Gets the negotiated workspace, if any.
- WorkspaceSelection::getReferenceableEntities() — Method in class WorkspaceSelection
Gets the list of referenceable entities.
- ViewsQueryAlter::getRevisionTableJoin() — Method in class ViewsQueryAlter
Fetches a join for a revision table using the workspace_association table.
- WorkspaceAssociation::getTrackedEntities() — Method in class WorkspaceAssociation
Retrieves the entities tracked by a given workspace.
- WorkspaceAssociation::getAssociatedRevisions() — Method in class WorkspaceAssociation
Retrieves all content revisions tracked by a given workspace.
- WorkspaceAssociation::getEntityTrackingWorkspaceIds() — Method in class WorkspaceAssociation
Gets a list of workspace IDs in which an entity is tracked.
- WorkspaceAssociationInterface::getTrackedEntities() — Method in class WorkspaceAssociationInterface
Retrieves the entities tracked by a given workspace.
- WorkspaceAssociationInterface::getAssociatedRevisions() — Method in class WorkspaceAssociationInterface
Retrieves all content revisions tracked by a given workspace.
- WorkspaceAssociationInterface::getEntityTrackingWorkspaceIds() — Method in class WorkspaceAssociationInterface
Gets a list of workspace IDs in which an entity is tracked.
- WorkspaceCacheContext::getLabel() — Method in class WorkspaceCacheContext
Returns the label of the cache context.
- WorkspaceCacheContext::getContext() — Method in class WorkspaceCacheContext
Returns the string representation of the cache context.
- WorkspaceCacheContext::getCacheableMetadata() — Method in class WorkspaceCacheContext
Gets the cacheability metadata for the context.
- WorkspaceInterface::getCreatedTime() — Method in class WorkspaceInterface
Gets the workspace creation timestamp.
- WorkspaceListBuilder::getDefaultOperations() — Method in class WorkspaceListBuilder
Gets this list's default operations.
- WorkspaceManager::getSupportedEntityTypes() — Method in class WorkspaceManager
Returns an array of entity types that can belong to workspaces.
- WorkspaceManager::getActiveWorkspace() — Method in class WorkspaceManager
Gets the active workspace.
- WorkspaceManagerInterface::getSupportedEntityTypes() — Method in class WorkspaceManagerInterface
Returns an array of entity types that can belong to workspaces.
- WorkspaceManagerInterface::getActiveWorkspace() — Method in class WorkspaceManagerInterface
Gets the active workspace.
- WorkspaceMerger::getSourceLabel() — Method in class WorkspaceMerger
Returns the human-readable label of the source.
- WorkspaceMerger::getTargetLabel() — Method in class WorkspaceMerger
Returns the human-readable label of the target.
- WorkspaceMerger::getDifferringRevisionIdsOnTarget() — Method in class WorkspaceMerger
Gets the revision identifiers for items which have changed on the target.
- WorkspaceMerger::getDifferringRevisionIdsOnSource() — Method in class WorkspaceMerger
Gets the revision identifiers for items which have changed on the source.
- WorkspaceMerger::getNumberOfChangesOnTarget() — Method in class WorkspaceMerger
Gets the total number of items which have changed on the target.
- WorkspaceMerger::getNumberOfChangesOnSource() — Method in class WorkspaceMerger
Gets the total number of items which have changed on the source.
- WorkspaceOperationFactory::getPublisher() — Method in class WorkspaceOperationFactory
Gets the workspace publisher.
- WorkspaceOperationFactory::getMerger() — Method in class WorkspaceOperationFactory
Gets the workspace merger.
- WorkspaceOperationInterface::getSourceLabel() — Method in class WorkspaceOperationInterface
Returns the human-readable label of the source.
- WorkspaceOperationInterface::getTargetLabel() — Method in class WorkspaceOperationInterface
Returns the human-readable label of the target.
- WorkspaceOperationInterface::getDifferringRevisionIdsOnTarget() — Method in class WorkspaceOperationInterface
Gets the revision identifiers for items which have changed on the target.
- WorkspaceOperationInterface::getDifferringRevisionIdsOnSource() — Method in class WorkspaceOperationInterface
Gets the revision identifiers for items which have changed on the source.
- WorkspaceOperationInterface::getNumberOfChangesOnTarget() — Method in class WorkspaceOperationInterface
Gets the total number of items which have changed on the target.
- WorkspaceOperationInterface::getNumberOfChangesOnSource() — Method in class WorkspaceOperationInterface
Gets the total number of items which have changed on the source.
- WorkspacePublisher::getSourceLabel() — Method in class WorkspacePublisher
Returns the human-readable label of the source.
- WorkspacePublisher::getTargetLabel() — Method in class WorkspacePublisher
Returns the human-readable label of the target.
- WorkspacePublisher::getDifferringRevisionIdsOnTarget() — Method in class WorkspacePublisher
Gets the revision identifiers for items which have changed on the target.
- WorkspacePublisher::getDifferringRevisionIdsOnSource() — Method in class WorkspacePublisher
Gets the revision identifiers for items which have changed on the source.
- WorkspacePublisher::getNumberOfChangesOnTarget() — Method in class WorkspacePublisher
Gets the total number of items which have changed on the target.
- WorkspacePublisher::getNumberOfChangesOnSource() — Method in class WorkspacePublisher
Gets the total number of items which have changed on the source.
- WorkspaceRepository::getDescendantsAndSelf() — Method in class WorkspaceRepository
Returns the descendant IDs of the passed-in workspace, including itself.
- WorkspaceRepositoryInterface::getDescendantsAndSelf() — Method in class WorkspaceRepositoryInterface
Returns the descendant IDs of the passed-in workspace, including itself.
- WorkspacesAliasRepository::getBaseQuery() — Method in class WorkspacesAliasRepository
Returns a SELECT query for the path_alias base table.
H
- Drupal::hasContainer() — Method in class Drupal
Returns TRUE if the container has been initialized, FALSE otherwise.
- Drupal::hasService() — Method in class Drupal
Indicates if a service is defined in the container.
- Drupal::hasRequest() — Method in class Drupal
Indicates if there is a currently active request object.
- Drupal::httpClient() — Method in class Drupal
Returns the default http client.
- StaticReflectionClass::hasConstant() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::hasMethod() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::hasProperty() — Method in class StaticReflectionClass
- {@inheritDoc}
- Handle — Class in namespace Drupal\Component\Assertion
Handler for runtime assertion failures.
- ZfExtensionManagerSfContainer::has() — Method in class ZfExtensionManagerSfContainer
- {@inheritdoc}
- DateTimePlus::hasErrors() — Method in class DateTimePlus
Detects if there were errors in the processing of this date.
- Container::has() — Method in class Container
- {@inheritdoc}
- Container::hasParameter() — Method in class Container
- {@inheritdoc}
- HWLDFWordAccumulator — Class in namespace Drupal\Component\Diff\Engine
- ContainerAwareEventDispatcher::hasListeners() — Method in class ContainerAwareEventDispatcher
- {@inheritdoc}
- FileSecurity::htaccessLines() — Method in class FileSecurity
Returns the standard .htaccess lines that Drupal writes.
- FileSecurity::htaccessPreventExecution() — Method in class FileSecurity
Returns htaccess directives to deny execution in a given directory.
- $ PoStreamReader#header — Property in class PoStreamReader
The PO stream header.
- $ PoStreamWriter#header — Property in class PoStreamWriter
The Gettext PO header.
- Context::hasContextValue() — Method in class Context
Returns whether the context has a value.
- ContextInterface::hasContextValue() — Method in class ContextInterface
Returns whether the context has a value.
- ContextAwarePluginDefinitionInterface::hasContextDefinition() — Method in class ContextAwarePluginDefinitionInterface
Checks if the plugin defines a particular context.
- ContextAwarePluginDefinitionTrait::hasContextDefinition() — Method in class ContextAwarePluginDefinitionTrait
Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::hasContextDefinition().
- DiscoveryInterface::hasDefinition() — Method in class DiscoveryInterface
Indicates if a specific plugin definition exists.
- DiscoveryTrait::hasDefinition() — Method in class DiscoveryTrait
- {@inheritdoc}
- LazyPluginCollection::has() — Method in class LazyPluginCollection
Determines if a plugin instance exists.
- PluginManagerBase::handlePluginNotFound() — Method in class PluginManagerBase
Allows plugin managers to specify custom behavior if a plugin is not found.
- HtmlEscapedText — Class in namespace Drupal\Component\Render
Escapes HTML syntax characters to HTML entities for display in markup.
- ArgumentsResolver::handleUnresolvedArgument() — Method in class ArgumentsResolver
Handles unresolved arguments for getArgument().
- Color::hexToRgb() — Method in class Color
Parses a hexadecimal color string like '#abc' or '#aabbcc'.
- Crypt::hmacBase64() — Method in class Crypt
Calculates a base-64 encoded, URL-safe sha-256 hmac.
- Crypt::hashBase64() — Method in class Crypt
Calculates a base-64 encoded, URL-safe sha-256 hash.
- Html — Class in namespace Drupal\Component\Utility
Provides DOMDocument helpers for parsing and serializing HTML strings.
- $ Rectangle#height — Property in class Rectangle
The height of the rectangle.
- $ Xss#htmlTags — Property in class Xss
The default list of HTML tags allowed by filter().
- Handler — Class in namespace Drupal\Composer\Plugin\Scaffold
Core class of the plugin.
- OperationData::hasPath() — Method in class OperationData
Checks if path exists
- OperationData::hasPrepend() — Method in class OperationData
Checks if prepend path exists.
- OperationData::hasAppend() — Method in class OperationData
Checks if append path exists.
- OperationData::hasDefault() — Method in class OperationData
Checks if default path exists.
- OperationFactory::hasContent() — Method in class OperationFactory
Checks to see if the specified scaffold file exists and has content.
- $ Plugin#handler — Property in class Plugin
The Composer Scaffold handler.
- Plugin::handler() — Method in class Plugin
Lazy-instantiate the handler object. It is dangerous to update a Composer plugin if it loads any classes prior to the
composer updateoperation, and later tries to use them in a post-update hook.- ScaffoldFileInfo::hasChanged() — Method in class ScaffoldFileInfo
Returns TRUE if the target does not exist or has changed.
- ScaffoldOptions::hasOptions() — Method in class ScaffoldOptions
Determines if the provided 'extras' section has scaffold options.
- ScaffoldOptions::hasAllowedPackages() — Method in class ScaffoldOptions
Determines whether any allowed packages were defined.
- ScaffoldOptions::hasLocation() — Method in class ScaffoldOptions
Determines whether a given named location is defined.
- ScaffoldOptions::hasFileMapping() — Method in class ScaffoldOptions
Determines if there are file mappings.
- ScaffoldOptions::hasGitIgnore() — Method in class ScaffoldOptions
Determines if there is defined a value for the 'gitignore' option.
- FileSecurity::htaccessLines() — Method in class FileSecurity
Returns the standard .htaccess lines that Drupal writes.
- FileSecurity::htaccessPreventExecution() — Method in class FileSecurity
Returns htaccess directives to deny execution in a given directory.
- HtmlCommand — Class in namespace Drupal\Core\Ajax
AJAX command for calling the jQuery html() method.
- BlockManager::handlePluginNotFound() — Method in class BlockManager
Allows plugin managers to specify custom behavior if a plugin is not found.
- CacheCollector::has() — Method in class CacheCollector
Returns whether data exists for this key.
- CacheCollectorInterface::has() — Method in class CacheCollectorInterface
Returns whether data exists for this key.
- HeadersCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the HeadersCacheContext service, for "per header" caching.
- Config::hasOverrides() — Method in class Config
Determines if overrides are applied to a key for this configuration object.
- ConfigImporter::hasUnprocessedConfigurationChanges() — Method in class ConfigImporter
Checks if there are any unprocessed configuration changes.
- ConfigEntityBase::hasTrustedData() — Method in class ConfigEntityBase
Gets whether on not the data is trusted.
- ConfigEntityDependency::hasDependency() — Method in class ConfigEntityDependency
Determines if the entity is dependent on extensions or entities.
- ConfigEntityInterface::hasTrustedData() — Method in class ConfigEntityInterface
Gets whether on not the data is trusted.
- ConfigEntityStorage::has() — Method in class ConfigEntityStorage
Determines if this entity already exists in storage.
- ConfigEntityStorage::hasData() — Method in class ConfigEntityStorage
Determines if the storage contains any data.
- StorageComparer::hasChanges() — Method in class StorageComparer
Checks if there are any operations with changes to process.
- StorageComparerInterface::hasChanges() — Method in class StorageComparerInterface
Checks if there are any operations with changes to process.
- TypedConfigManager::hasConfigSchema() — Method in class TypedConfigManager
Checks if the configuration schema with the given config name exists.
- TypedConfigManagerInterface::hasConfigSchema() — Method in class TypedConfigManagerInterface
Checks if the configuration schema with the given config name exists.
- $ Psr7RequestValueResolver#httpMessageFactory — Property in class Psr7RequestValueResolver
The PSR-7 converter.
- $ ControllerResolver#httpMessageFactory — Property in class ControllerResolver
The PSR-7 converter.
- HtmlFormController — Class in namespace Drupal\Core\Controller
Wrapping controller for forms that serve as the main page body.
- ExceptionHandler::handleStatementException() — Method in class ExceptionHandler
Handles exceptions thrown during the preparation of statement objects.
- ExceptionHandler::handleExecutionException() — Method in class ExceptionHandler
Handles exceptions thrown during execution of statement objects.
- Tasks::hasPdoDriver() — Method in class Tasks
Ensure the PDO driver is supported by the version of PHP in use.
- AlterableInterface::hasTag() — Method in class AlterableInterface
Determines if a given query has a given tag.
- AlterableInterface::hasAllTags() — Method in class AlterableInterface
Determines if a given query has all specified tags.
- AlterableInterface::hasAnyTag() — Method in class AlterableInterface
Determines if a given query has any specified tag.
- $ Select#having — Property in class Select
The conditional object for the HAVING clause.
- Select::hasTag() — Method in class Select
Determines if a given query has a given tag.
- Select::hasAllTags() — Method in class Select
Determines if a given query has all specified tags.
- Select::hasAnyTag() — Method in class Select
Determines if a given query has any specified tag.
- Select::havingCondition() — Method in class Select
Helper function to build most common HAVING conditional clauses.
- Select::havingConditions() — Method in class Select
Gets a list of all conditions in the HAVING clause.
- Select::havingArguments() — Method in class Select
Gets a list of all values to insert into the HAVING clause.
- Select::having() — Method in class Select
Adds an arbitrary HAVING clause to the query.
- Select::havingCompile() — Method in class Select
Compiles the HAVING clause for later retrieval.
- Select::havingIsNull() — Method in class Select
Sets a condition in the HAVING clause that the specified field be NULL.
- Select::havingIsNotNull() — Method in class Select
Sets a condition in the HAVING clause that the specified field be NOT NULL.
- Select::havingExists() — Method in class Select
Sets a HAVING condition that the specified subquery returns values.
- Select::havingNotExists() — Method in class Select
Sets a HAVING condition that the specified subquery returns no values.
- SelectExtender::hasTag() — Method in class SelectExtender
Determines if a given query has a given tag.
- SelectExtender::hasAllTags() — Method in class SelectExtender
Determines if a given query has all specified tags.
- SelectExtender::hasAnyTag() — Method in class SelectExtender
Determines if a given query has any specified tag.
- SelectExtender::havingCondition() — Method in class SelectExtender
Helper function to build most common HAVING conditional clauses.
- SelectExtender::havingConditions() — Method in class SelectExtender
Gets a list of all conditions in the HAVING clause.
- SelectExtender::havingArguments() — Method in class SelectExtender
Gets a list of all values to insert into the HAVING clause.
- SelectExtender::having() — Method in class SelectExtender
Adds an arbitrary HAVING clause to the query.
- SelectExtender::havingCompile() — Method in class SelectExtender
Compiles the HAVING clause for later retrieval.
- SelectExtender::havingIsNull() — Method in class SelectExtender
Sets a condition in the HAVING clause that the specified field be NULL.
- SelectExtender::havingIsNotNull() — Method in class SelectExtender
Sets a condition in the HAVING clause that the specified field be NOT NULL.
- SelectExtender::havingExists() — Method in class SelectExtender
Sets a HAVING condition that the specified subquery returns values.
- SelectExtender::havingNotExists() — Method in class SelectExtender
Sets a HAVING condition that the specified subquery returns no values.
- SelectInterface::havingCondition() — Method in class SelectInterface
Helper function to build most common HAVING conditional clauses.
- SelectInterface::havingConditions() — Method in class SelectInterface
Gets a list of all conditions in the HAVING clause.
- SelectInterface::havingArguments() — Method in class SelectInterface
Gets a list of all values to insert into the HAVING clause.
- SelectInterface::having() — Method in class SelectInterface
Adds an arbitrary HAVING clause to the query.
- SelectInterface::havingCompile() — Method in class SelectInterface
Compiles the HAVING clause for later retrieval.
- SelectInterface::havingIsNull() — Method in class SelectInterface
Sets a condition in the HAVING clause that the specified field be NULL.
- SelectInterface::havingIsNotNull() — Method in class SelectInterface
Sets a condition in the HAVING clause that the specified field be NOT NULL.
- SelectInterface::havingExists() — Method in class SelectInterface
Sets a HAVING condition that the specified subquery returns values.
- SelectInterface::havingNotExists() — Method in class SelectInterface
Sets a HAVING condition that the specified subquery returns no values.
- DateHelper::hours() — Method in class DateHelper
Constructs an array of hours.
- DrupalKernel::handle() — Method in class DrupalKernel
- {@inheritdoc}
- DrupalKernel::handleException() — Method in class DrupalKernel
Converts an exception into a response.
- ContentEntityBase::hasField() — Method in class ContentEntityBase
Determines whether the entity has a field with the given name.
- ContentEntityBase::hasTranslation() — Method in class ContentEntityBase
Checks there is a translation for the given language code.
- ContentEntityBase::hasTranslationChanges() — Method in class ContentEntityBase
Determines if the current translation of the entity has unsaved changes.
- ContentEntityNullStorage::has() — Method in class ContentEntityNullStorage
Determines if this entity already exists in storage.
- ContentEntityNullStorage::hasData() — Method in class ContentEntityNullStorage
Determines if the storage contains any data.
- ContentEntityStorageBase::hasFieldValueChanged() — Method in class ContentEntityStorageBase
Checks whether the field values changed compared to the original entity.
- ContentEntityType::hasRevisionMetadataKey() — Method in class ContentEntityType
Indicates if a given entity revision metadata key exists.
- ContentEntityTypeInterface::hasRevisionMetadataKey() — Method in class ContentEntityTypeInterface
Indicates if a given entity revision metadata key exists.
- EntityBase::hasLinkTemplate() — Method in class EntityBase
Indicates if a link template exists for a given key.
- $ EntityDisplayBase#hidden — Property in class EntityDisplayBase
List of components that are set to be hidden.
- EntityInterface::hasLinkTemplate() — Method in class EntityInterface
Indicates if a link template exists for a given key.
- EntityStorageBase::has() — Method in class EntityStorageBase
Determines if this entity already exists in storage.
- EntityStorageBase::hasData() — Method in class EntityStorageBase
Determines if the storage contains any data.
- EntityStorageInterface::hasData() — Method in class EntityStorageInterface
Determines if the storage contains any data.
- $ EntityType#handlers — Property in class EntityType
An array of handlers.
- EntityType::hasKey() — Method in class EntityType
Indicates if a given entity key exists.
- EntityType::hasHandlerClass() — Method in class EntityType
Determines if there is a handler for a given type.
- EntityType::hasFormClasses() — Method in class EntityType
Indicates if this entity type has any forms.
- EntityType::hasRouteProviders() — Method in class EntityType
Indicates if this entity type has any route provider.
- EntityType::hasListBuilderClass() — Method in class EntityType
Indicates if this entity type has a list class.
- EntityType::hasViewBuilderClass() — Method in class EntityType
Indicates if this entity type has a view builder.
- EntityType::hasLinkTemplate() — Method in class EntityType
Indicates if a link template exists for a given key.
- EntityTypeInterface::hasKey() — Method in class EntityTypeInterface
Indicates if a given entity key exists.
- EntityTypeInterface::hasHandlerClass() — Method in class EntityTypeInterface
Determines if there is a handler for a given type.
- EntityTypeInterface::hasFormClasses() — Method in class EntityTypeInterface
Indicates if this entity type has any forms.
- EntityTypeInterface::hasRouteProviders() — Method in class EntityTypeInterface
Indicates if this entity type has any route provider.
- EntityTypeInterface::hasListBuilderClass() — Method in class EntityTypeInterface
Indicates if this entity type has a list class.
- EntityTypeInterface::hasViewBuilderClass() — Method in class EntityTypeInterface
Indicates if this entity type has a view builder.
- EntityTypeInterface::hasLinkTemplate() — Method in class EntityTypeInterface
Indicates if a link template exists for a given key.
- $ EntityTypeManager#handlers — Property in class EntityTypeManager
Contains instantiated handlers keyed by handler type and entity type.
- EntityTypeManager::hasHandler() — Method in class EntityTypeManager
Checks whether a certain entity type has a certain handler.
- EntityTypeManagerInterface::hasHandler() — Method in class EntityTypeManagerInterface
Checks whether a certain entity type has a certain handler.
- FieldableEntityInterface::hasField() — Method in class FieldableEntityInterface
Determines whether the entity has a field with the given name.
- HtmlEntityFormController — Class in namespace Drupal\Core\Entity
Wrapping controller for entity forms that serve as the main page body.
- KeyValueContentEntityStorage::hasStoredTranslations() — Method in class KeyValueContentEntityStorage
- {@inheritdoc}
- KeyValueEntityStorage::has() — Method in class KeyValueEntityStorage
Determines if this entity already exists in storage.
- KeyValueEntityStorage::hasData() — Method in class KeyValueEntityStorage
Determines if the storage contains any data.
- EntityUntranslatableFieldsConstraintValidator::hasUntranslatableFieldsChanges() — Method in class EntityUntranslatableFieldsConstraintValidator
Checks whether an entity has untranslatable field changes.
- QueryBase::hasTag() — Method in class QueryBase
Determines if a given query has a given tag.
- QueryBase::hasAllTags() — Method in class QueryBase
Determines if a given query has all specified tags.
- QueryBase::hasAnyTag() — Method in class QueryBase
Determines if a given query has any specified tag.
- SqlContentEntityStorage::has() — Method in class SqlContentEntityStorage
Determines if this entity already exists in storage.
- SqlContentEntityStorageSchema::hasSharedTableStructureChange() — Method in class SqlContentEntityStorageSchema
Detects whether there is a change in the shared table structure.
- SqlContentEntityStorageSchema::hasSharedTableNameChanges() — Method in class SqlContentEntityStorageSchema
Detects whether any table name got renamed in an entity type update.
- SqlContentEntityStorageSchema::handleEntityTypeSchemaUpdateExceptionOnDataCopy() — Method in class SqlContentEntityStorageSchema
- {@inheritdoc}
- SqlContentEntityStorageSchema::hasNullFieldPropertyData() — Method in class SqlContentEntityStorageSchema
Checks whether a field property has NULL values.
- SqlContentEntityStorageSchema::hasColumnChanges() — Method in class SqlContentEntityStorageSchema
Compares schemas to check for changes in the column definitions.
- SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy() — Method in class SqlFieldableEntityTypeListenerTrait
Handles the case when an error occurs during the data copying step.
- TranslatableInterface::hasTranslationChanges() — Method in class TranslatableInterface
Determines if the current translation of the entity has unsaved changes.
- $ DefaultExceptionHtmlSubscriber#httpKernel — Property in class DefaultExceptionHtmlSubscriber
The HTTP kernel.
- $ Fast404ExceptionHtmlSubscriber#httpKernel — Property in class Fast404ExceptionHtmlSubscriber
The HTTP kernel.
- HtmlResponsePlaceholderStrategySubscriber — Class in namespace Drupal\Core\EventSubscriber
HTML response subscriber to allow for different placeholder strategies.
- HtmlResponseSubscriber — Class in namespace Drupal\Core\EventSubscriber
Response subscriber to handle HTML responses.
- $ HtmlResponseSubscriber#htmlResponseAttachmentsProcessor — Property in class HtmlResponseSubscriber
The HTML response attachments processor service.
- HttpExceptionSubscriberBase — Class in namespace Drupal\Core\EventSubscriber
Utility base class for exception subscribers.
- $ PsrResponseSubscriber#httpFoundationFactory — Property in class PsrResponseSubscriber
The httpFoundation factory.
- $ ModuleHandler#hookInfo — Property in class ModuleHandler
Information returned by hook_hook_info() implementations.
- ThemeHandler::hasUi() — Method in class ThemeHandler
Determines if a theme should be shown in the user interface.
- ThemeHandlerInterface::hasUi() — Method in class ThemeHandlerInterface
Determines if a theme should be shown in the user interface.
- BaseFieldDefinition::hasCustomStorage() — Method in class BaseFieldDefinition
Returns the storage behavior for this field.
- ChangedFieldItemList::hasAffectingChanges() — Method in class ChangedFieldItemList
Determines whether the field has relevant changes.
- FieldItemList::hasAffectingChanges() — Method in class FieldItemList
Determines whether the field has relevant changes.
- FieldItemListInterface::hasAffectingChanges() — Method in class FieldItemListInterface
Determines whether the field has relevant changes.
- FieldStorageDefinitionInterface::hasCustomStorage() — Method in class FieldStorageDefinitionInterface
Returns the storage behavior for this field.
- EntityReferenceItem::hasNewEntity() — Method in class EntityReferenceItem
Determines whether the item holds an unsaved entity.
- WidgetBase::handlesMultipleValues() — Method in class WidgetBase
Returns whether the widget handles multiple values.
- $ FileTransfer#hostname — Property in class FileTransfer
The hostname for this file transfer.
- HtaccessWriter — Class in namespace Drupal\Core\File
Provides functions to manage Apache .htaccess files.
- HtaccessWriterInterface — Class in namespace Drupal\Core\File
Interface for managing Apache .htaccess files.
- FormBuilder::handleInputElement() — Method in class FormBuilder
Adds the #name and #value properties of an input element before rendering.
- FormErrorHandler::handleFormErrors() — Method in class FormErrorHandler
Handles form errors after form validation.
- FormErrorHandlerInterface::handleFormErrors() — Method in class FormErrorHandlerInterface
Handles form errors after form validation.
- $ FormState#has_file_element — Property in class FormState
If TRUE, there is a file element and Form API will set the appropriate 'enctype' HTML attribute on the form.
- FormState::hasFileElement() — Method in class FormState
Returns whether this form has a file element.
- FormState::hasTemporaryValue() — Method in class FormState
Determines if a temporary value is present.
- FormState::has() — Method in class FormState
Determines if an arbitrary property is present.
- FormState::hasAnyErrors() — Method in class FormState
Determines if any forms have any errors.
- FormState::hasInvalidToken() — Method in class FormState
Determines if the form has an invalid token.
- FormStateDecoratorBase::hasFileElement() — Method in class FormStateDecoratorBase
Returns whether this form has a file element.
- FormStateDecoratorBase::hasTemporaryValue() — Method in class FormStateDecoratorBase
Determines if a temporary value is present.
- FormStateDecoratorBase::has() — Method in class FormStateDecoratorBase
Determines if an arbitrary property is present.
- FormStateDecoratorBase::hasValue() — Method in class FormStateDecoratorBase
Determines if a specific key is present in the submitted form values.
- FormStateDecoratorBase::hasAnyErrors() — Method in class FormStateDecoratorBase
Determines if any forms have any errors.
- FormStateDecoratorBase::hasInvalidToken() — Method in class FormStateDecoratorBase
Determines if the form has an invalid token.
- FormStateInterface::has() — Method in class FormStateInterface
Determines if an arbitrary property is present.
- FormStateInterface::hasValue() — Method in class FormStateInterface
Determines if a specific key is present in the submitted form values.
- FormStateInterface::hasAnyErrors() — Method in class FormStateInterface
Determines if any forms have any errors.
- FormStateInterface::hasInvalidToken() — Method in class FormStateInterface
Determines if the form has an invalid token.
- FormStateInterface::hasFileElement() — Method in class FormStateInterface
Returns whether this form has a file element.
- FormStateInterface::hasTemporaryValue() — Method in class FormStateInterface
Determines if a temporary value is present.
- FormStateValuesTrait::hasValue() — Method in class FormStateValuesTrait
Implements \Drupal\Core\Form\FormStateInterface::hasValue()
- FormValidator::handleErrorsWithLimitedValidation() — Method in class FormValidator
Handles validation errors for forms with limited validation.
- HandlerStackConfigurator — Class in namespace Drupal\Core\Http
Defines a class for configuring middlewares on the http handler stack.
- $ TrustedHostsRequestFactory#host — Property in class TrustedHostsRequestFactory
The host of the main request.
- DatabaseStorage::has() — Method in class DatabaseStorage
Returns whether a given key exists in the store.
- DatabaseStorageExpirable::has() — Method in class DatabaseStorageExpirable
Returns whether a given key exists in the store.
- KeyValueStoreInterface::has() — Method in class KeyValueStoreInterface
Returns whether a given key exists in the store.
- MemoryStorage::has() — Method in class MemoryStorage
Returns whether a given key exists in the store.
- NullStorageExpirable::has() — Method in class NullStorageExpirable
Returns whether a given key exists in the store.
- $ SvgIconBuilder#height — Property in class SvgIconBuilder
The height of the SVG.
- MailFormatHelper::htmlToText() — Method in class MailFormatHelper
Transforms an HTML string into plain text, preserving its structure.
- MailFormatHelper::htmlToMailUrls() — Method in class MailFormatHelper
Keeps track of URLs and replaces them with placeholder tokens.
- MailFormatHelper::htmlToTextClean() — Method in class MailFormatHelper
Replaces non-quotation markers from a piece of indentation with spaces.
- MailFormatHelper::htmlToTextPad() — Method in class MailFormatHelper
Pads the last line with the given character.
- MenuLinkManager::hasDefinition() — Method in class MenuLinkManager
Indicates if a specific plugin definition exists.
- $ MenuLinkTreeElement#hasChildren — Property in class MenuLinkTreeElement
Whether this link has any children at all.
- PasswordInterface::hash() — Method in class PasswordInterface
Hash a password using a secure hash.
- PhpassHashedPassword::hash() — Method in class PhpassHashedPassword
Hash a password using a secure hash.
- Context::hasContextValue() — Method in class Context
Returns whether the context has a value.
- HookDiscovery — Class in namespace Drupal\Core\Plugin\Discovery
Provides a hook-based plugin discovery class.
- $ HookDiscovery#hook — Property in class HookDiscovery
The name of the hook that will be implemented by this discovery instance.
- $ InfoHookDecorator#hook — Property in class InfoHookDecorator
The name of the info hook that will be implemented by this discovery instance.
- PluginWithFormsInterface::hasFormClass() — Method in class PluginWithFormsInterface
Gets whether the plugin has a form class for the given operation.
- PluginWithFormsTrait::hasFormClass() — Method in class PluginWithFormsTrait
Implements \Drupal\Core\Plugin\PluginWithFormsInterface::hasFormClass().
- $ BareHtmlPageRenderer#htmlResponseAttachmentsProcessor — Property in class BareHtmlPageRenderer
The HTML response attachments processor service.
- Hidden — Class in namespace Drupal\Core\Render\Element
Provides a form element for an HTML 'hidden' input element.
- Html — Class in namespace Drupal\Core\Render\Element
Provides a render element for an entire HTML page: plus its children.
- HtmlTag — Class in namespace Drupal\Core\Render\Element
Provides a render element for any HTML tag, with properties and value.
- HtmlResponse — Class in namespace Drupal\Core\Render
Response that contains and can expose cacheability metadata and attachments.
- HtmlResponseAttachmentsProcessor — Class in namespace Drupal\Core\Render
Processes attachments of HTML responses.
- HtmlRenderer — Class in namespace Drupal\Core\Render\MainContent
Default main content renderer for HTML requests.
- Renderer::hasRenderContext() — Method in class Renderer
Checks whether a render context is active.
- RendererInterface::hasRenderContext() — Method in class RendererInterface
Checks whether a render context is active.
- RouteProviderLazyBuilder::hasRebuilt() — Method in class RouteProviderLazyBuilder
Determines if the router has been rebuilt.
- AccountInterface::hasPermission() — Method in class AccountInterface
Checks whether a user has a certain permission.
- AccountProxy::hasPermission() — Method in class AccountProxy
Checks whether a user has a certain permission.
- PermissionsHashGenerator::hash() — Method in class PermissionsHashGenerator
Hashes the given string.
- SessionConfiguration::hasSession() — Method in class SessionConfiguration
Determines whether a session identifier is on the request.
- SessionConfigurationInterface::hasSession() — Method in class SessionConfigurationInterface
Determines whether a session identifier is on the request.
- UserSession::hasPermission() — Method in class UserSession
Checks whether a user has a certain permission.
- $ KernelPreHandle#httpKernel — Property in class KernelPreHandle
The wrapped HTTP kernel.
- KernelPreHandle::handle() — Method in class KernelPreHandle
- {@inheritdoc}
- NegotiationMiddleware::handle() — Method in class NegotiationMiddleware
- {@inheritdoc}
- $ ReverseProxyMiddleware#httpKernel — Property in class ReverseProxyMiddleware
The decorated kernel.
- ReverseProxyMiddleware::handle() — Method in class ReverseProxyMiddleware
- {@inheritdoc}
- $ Session#httpKernel — Property in class Session
The wrapped HTTP kernel.
- Session::handle() — Method in class Session
- {@inheritdoc}
- $ LocalStream#handle — Property in class LocalStream
A generic resource handle.
- $ ReadOnlyStream#handle — Property in class ReadOnlyStream
A generic resource handle.
- Attribute::hasAttribute() — Method in class Attribute
Checks if the storage has an attribute with the given name.
- Attribute::hasClass() — Method in class Attribute
Checks if the class array has the given CSS class.
- ThemeManager::hasActiveTheme() — Method in class ThemeManager
Determines whether there is an active theme.
- ThemeManagerInterface::hasActiveTheme() — Method in class ThemeManagerInterface
Determines whether there is an active theme.
- $ BinaryData#handle — Property in class BinaryData
A generic file resource handle.
- TranslatableInterface::hasTranslation() — Method in class TranslatableInterface
Checks there is a translation for the given language code.
- RecursiveValidator::hasMetadataFor() — Method in class RecursiveValidator
- {@inheritdoc}
- UpdateKernel::handle() — Method in class UpdateKernel
- {@inheritdoc}
- UpdateKernel::handleRaw() — Method in class UpdateKernel
Generates the actual result of update.php.
- UpdateKernel::handleAccess() — Method in class UpdateKernel
Checks if the current user has rights to access updates page.
- TableSort::header() — Method in class TableSort
Formats a column header.
- ThemeRegistry::has() — Method in class ThemeRegistry
Returns whether data exists for this key.
- $ ActionListBuilder#hasConfigurableActions — Property in class ActionListBuilder
- $ OpmlFeedAdd#httpClient — Property in class OpmlFeedAdd
The HTTP client to fetch the feed data with.
- $ DefaultFetcher#httpClientFactory — Property in class DefaultFetcher
The HTTP client to fetch the feed data with.
- $ BanMiddleware#httpKernel — Property in class BanMiddleware
The decorated kernel.
- BanMiddleware::handle() — Method in class BanMiddleware
- {@inheritdoc}
- HtmlResponseBigPipeSubscriber — Class in namespace Drupal\big_pipe\EventSubscriber
Response subscriber to replace the HtmlResponse with a BigPipeResponse.
- $ BigPipe#httpKernel — Property in class BigPipe
The HTTP kernel.
- $ BigPipeResponseAttachmentsProcessor#htmlResponseAttachmentsProcessor — Property in class BigPipeResponseAttachmentsProcessor
The HTML response attachments processor service.
- BookOutlineStorage::hasBooks() — Method in class BookOutlineStorage
Checks if there are any books.
- BookOutlineStorageInterface::hasBooks() — Method in class BookOutlineStorageInterface
Checks if there are any books.
- BookUninstallValidator::hasBookOutlines() — Method in class BookUninstallValidator
Checks if there are any books in an outline.
- BookUninstallValidator::hasBookNodes() — Method in class BookUninstallValidator
Determines if there is any book nodes or not.
- CKEditor5MediaController::hasImageField() — Method in class CKEditor5MediaController
Check if the media type of the entity has a image field.
- HTMLRestrictionsUtilities — Class in namespace Drupal\ckeditor5
Utilities for interacting with HTML restrictions.
- CKEditor5PluginDefinition::hasConditions() — Method in class CKEditor5PluginDefinition
Whether this plugin has conditions.
- CKEditor5PluginDefinition::hasToolbarItems() — Method in class CKEditor5PluginDefinition
Whether this plugin has toolbar items.
- CKEditor5PluginDefinition::hasLibrary() — Method in class CKEditor5PluginDefinition
Whether this plugin has an asset library to load.
- CKEditor5PluginDefinition::hasAdminLibrary() — Method in class CKEditor5PluginDefinition
Whether this plugin has an asset library to load on the admin UI.
- CKEditor5PluginDefinition::hasElements() — Method in class CKEditor5PluginDefinition
Whether this plugin allows creating/editing elements and attributes.
- CKEditor5PluginDefinition::hasCKEditor5Plugins() — Method in class CKEditor5PluginDefinition
Whether this plugin loads CKEditor 5 plugin classes.
- CKEditor5PluginDefinition::hasCKEditor5Config() — Method in class CKEditor5PluginDefinition
Whether this plugin has additional values for the CKEditor5 constructor.
- Heading — Class in namespace Drupal\ckeditor5\Plugin\CKEditor5Plugin
CKEditor 5 Heading plugin.
- CommentInterface::hasParentComment() — Method in class CommentInterface
Determines if this comment is a reply to another comment.
- $ CommentController#httpKernel — Property in class CommentController
The HTTP kernel.
- Comment::hasParentComment() — Method in class Comment
Determines if this comment is a reply to another comment.
- ConfigMapperInterface::hasSchema() — Method in class ConfigMapperInterface
Checks that all pieces of this configuration mapper have a schema.
- ConfigMapperInterface::hasTranslatable() — Method in class ConfigMapperInterface
Checks if pieces of this configuration mapper have translatables.
- ConfigMapperInterface::hasTranslation() — Method in class ConfigMapperInterface
Checks whether there is already a translation for this mapper.
- ConfigMapperManager::hasTranslatable() — Method in class ConfigMapperManager
Returns TRUE if the configuration data has translatable items.
- ConfigMapperManagerInterface::hasTranslatable() — Method in class ConfigMapperManagerInterface
Returns TRUE if the configuration data has translatable items.
- ConfigNamesMapper::hasSchema() — Method in class ConfigNamesMapper
Checks that all pieces of this configuration mapper have a schema.
- ConfigNamesMapper::hasTranslatable() — Method in class ConfigNamesMapper
Checks if pieces of this configuration mapper have translatables.
- ConfigNamesMapper::hasTranslation() — Method in class ConfigNamesMapper
Checks whether there is already a translation for this mapper.
- ModerationInformation::hasPendingRevision() — Method in class ModerationInformation
Determines if a pending revision exists for the specified entity.
- ModerationInformationInterface::hasPendingRevision() — Method in class ModerationInformationInterface
Determines if a pending revision exists for the specified entity.
- ContentTranslationHandler::hasAuthor() — Method in class ContentTranslationHandler
Checks whether the entity type supports author natively.
- ContentTranslationHandler::hasPublishedStatus() — Method in class ContentTranslationHandler
Checks whether the entity type supports published status natively.
- ContentTranslationHandler::hasChangedTime() — Method in class ContentTranslationHandler
Checks whether the entity type supports modification time natively.
- ContentTranslationHandler::hasCreatedTime() — Method in class ContentTranslationHandler
Checks whether the entity type supports creation time natively.
- $ ContentTranslationMetadataWrapper#handler — Property in class ContentTranslationMetadataWrapper
The content translation handler.
- ContentTranslationSynchronizedFieldsConstraintValidator::hasSynchronizedPropertyChanges() — Method in class ContentTranslationSynchronizedFieldsConstraintValidator
Checks whether any synchronized property has changes.
- EditorInterface::hasAssociatedFilterFormat() — Method in class EditorInterface
Returns whether this text editor has an associated filter format.
- Editor::hasAssociatedFilterFormat() — Method in class Editor
Returns whether this text editor has an associated filter format.
- FieldStorageConfig::hasCustomStorage() — Method in class FieldStorageConfig
Returns the storage behavior for this field.
- FieldStorageConfig::hasData() — Method in class FieldStorageConfig
Determines whether a field has any data.
- FileUploadHandler::handleFileUpload() — Method in class FileUploadHandler
Creates a file from an upload.
- FileUploadHandler::handleExtensionValidation() — Method in class FileUploadHandler
Gets the list of allowed extensions and updates the validators.
- $ ForumManager#history — Property in class ForumManager
Array of history keyed by nid.
- ForumUninstallValidator::hasForumNodes() — Method in class ForumUninstallValidator
Determines if there are any forum nodes or not.
- ForumUninstallValidator::hasTermsForVocabulary() — Method in class ForumUninstallValidator
Determines if there are any taxonomy terms for a specified vocabulary.
- HalServiceProvider — Class in namespace Drupal\hal
Adds hal+json as known format.
- ContentEntityNormalizer::hasCacheableSupportsMethod() — Method in class ContentEntityNormalizer
- {@inheritdoc}
- EntityReferenceItemNormalizer::hasCacheableSupportsMethod() — Method in class EntityReferenceItemNormalizer
- {@inheritdoc}
- FieldItemNormalizer::hasCacheableSupportsMethod() — Method in class FieldItemNormalizer
- {@inheritdoc}
- FieldNormalizer::hasCacheableSupportsMethod() — Method in class FieldNormalizer
- {@inheritdoc}
- $ FileEntityNormalizer#httpClient — Property in class FileEntityNormalizer
The HTTP client.
- $ FileEntityNormalizer#halSettings — Property in class FileEntityNormalizer
The HAL settings config.
- FileEntityNormalizer::hasCacheableSupportsMethod() — Method in class FileEntityNormalizer
- {@inheritdoc}
- TimestampItemNormalizer::hasCacheableSupportsMethod() — Method in class TimestampItemNormalizer
- {@inheritdoc}
- HelpSection — Class in namespace Drupal\help\Annotation
Defines a Plugin annotation object for help page section plugins.
- HelpController — Class in namespace Drupal\help\Controller
Controller routines for help routes.
- $ HelpController#helpManager — Property in class HelpController
The help section plugin manager.
- HelpController::helpMain() — Method in class HelpController
Prints a page listing various types of help.
- HelpController::helpPage() — Method in class HelpController
Prints a page listing general help for a module.
- HelpSectionManager — Class in namespace Drupal\help
Manages help page section plugins.
- HelpSectionPluginInterface — Class in namespace Drupal\help
Provides an interface for a plugin for a section of the /admin/help page.
- HelpBlock — Class in namespace Drupal\help\Plugin\Block
Provides a 'Help' block.
- HelpSectionPluginBase — Class in namespace Drupal\help\Plugin\HelpSection
Provides a base class for help section plugins.
- HookHelpSection — Class in namespace Drupal\help\Plugin\HelpSection
Provides the module topics list section for the help page.
- HelpTopicPluginController — Class in namespace Drupal\help_topics\Controller
Controller for help topic plugins.
- $ HelpTopicPluginController#helpTopicPluginManager — Property in class HelpTopicPluginController
The Help Topic plugin manager.
- HelpBreadcrumbBuilder — Class in namespace Drupal\help_topics
Provides a breadcrumb builder for help topic pages.
- HelpSectionManager — Class in namespace Drupal\help_topics
Decorates the Help Section plugin manager to provide help topic search.
- HelpTopicDiscovery — Class in namespace Drupal\help_topics
Discovers help topic plugins from Twig files in help_topics directories.
- HelpTopicPluginBase — Class in namespace Drupal\help_topics
Base class for help topic plugins.
- HelpTopicPluginInterface — Class in namespace Drupal\help_topics
Defines an interface for help topic plugin classes.
- HelpTopicPluginManager — Class in namespace Drupal\help_topics
Provides the default help_topic manager.
- HelpTopicPluginManagerInterface — Class in namespace Drupal\help_topics
Defines an interface for managing help topics and storing their definitions.
- HelpTopicTwig — Class in namespace Drupal\help_topics
Represents a help topic plugin whose definition comes from a Twig file.
- HelpTopicTwigLoader — Class in namespace Drupal\help_topics
Loads help topic Twig files from the filesystem.
- HelpTwigExtension — Class in namespace Drupal\help_topics
Defines and registers Drupal Twig extensions for rendering help topics.
- HelpTopicSection — Class in namespace Drupal\help_topics\Plugin\HelpSection
Provides the help topics list section for the help page.
- HelpSearch — Class in namespace Drupal\help_topics\Plugin\Search
Handles searching for help using the Search module index.
- $ HelpSearch#helpSectionManager — Property in class HelpSearch
The help section plugin manager.
- HistoryController — Class in namespace Drupal\history\Controller
Returns responses for History module routes.
- HistoryRenderCallback — Class in namespace Drupal\history
Render callback object.
- HistoryUserTimestamp — Class in namespace Drupal\history\Plugin\views\field
Field handler to display the marker for new content.
- HistoryUserTimestamp — Class in namespace Drupal\history\Plugin\views\filter
Filter for new content.
- $ FileUpload#httpKernel — Property in class FileUpload
An HTTP kernel for making subrequests.
- FileUpload::handleFileUploadForExistingResource() — Method in class FileUpload
Handles JSON:API file upload requests.
- FileUpload::handleFileUploadForNewResource() — Method in class FileUpload
Handles JSON:API file upload requests.
- TemporaryJsonapiFileFieldUploader::handleFileUploadForField() — Method in class TemporaryJsonapiFileFieldUploader
Creates and validates a file entity for a file field from a file stream.
- $ Data#hasNextPage — Property in class Data
Holds a boolean indicating if there is a next page.
- Data::hasNextPage() — Method in class Data
Checks if there is a next page in the collection.
- $ Link#href — Property in class Link
The URI, as a string.
- LinkCollection::hasLinkWithKey() — Method in class LinkCollection
Whether a link with the given key exists.
- ResourceIdentifier::hasArity() — Method in class ResourceIdentifier
Whether this ResourceIdentifier has an arity.
- ResourceObject::hasField() — Method in class ResourceObject
Whether the resource object has the given field.
- ConfigEntityDenormalizer::hasCacheableSupportsMethod() — Method in class ConfigEntityDenormalizer
- {@inheritdoc}
- ContentEntityDenormalizer::hasCacheableSupportsMethod() — Method in class ContentEntityDenormalizer
- {@inheritdoc}
- DataNormalizer::hasCacheableSupportsMethod() — Method in class DataNormalizer
- {@inheritdoc}
- EntityReferenceFieldNormalizer::hasNonInternalResourceType() — Method in class EntityReferenceFieldNormalizer
Determines if a given list of resource types contains a non-internal type.
- FieldItemNormalizer::hasCacheableSupportsMethod() — Method in class FieldItemNormalizer
- {@inheritdoc}
- FieldNormalizer::hasCacheableSupportsMethod() — Method in class FieldNormalizer
- {@inheritdoc}
- HttpExceptionNormalizer — Class in namespace Drupal\jsonapi\Normalizer
Normalizes an HttpException in compliance with the JSON:API specification.
- HttpExceptionNormalizer::hasCacheableSupportsMethod() — Method in class HttpExceptionNormalizer
- {@inheritdoc}
- JsonApiDocumentTopLevelNormalizer::hasCacheableSupportsMethod() — Method in class JsonApiDocumentTopLevelNormalizer
- {@inheritdoc}
- $ LinkCollectionNormalizer#hashSalt — Property in class LinkCollectionNormalizer
A random string to use when hashing links.
- LinkCollectionNormalizer::hashByHref() — Method in class LinkCollectionNormalizer
Hashes a link using its href and its target attributes, if any.
- LinkCollectionNormalizer::hasCacheableSupportsMethod() — Method in class LinkCollectionNormalizer
- {@inheritdoc}
- RelationshipNormalizer::hasCacheableSupportsMethod() — Method in class RelationshipNormalizer
- {@inheritdoc}
- ResourceIdentifierNormalizer::hasCacheableSupportsMethod() — Method in class ResourceIdentifierNormalizer
- {@inheritdoc}
- ResourceObjectNormalizer::hasCacheableSupportsMethod() — Method in class ResourceObjectNormalizer
- {@inheritdoc}
- CacheableNormalization::hasNoNestedInstances() — Method in class CacheableNormalization
Ensures that no nested values are instances of this class.
- HttpExceptionNormalizerValue — Class in namespace Drupal\jsonapi\Normalizer\Value
Helps normalize exceptions in compliance with the JSON:API spec.
- ResourceType::hasField() — Method in class ResourceType
Checks if the field exists.
- $ ResourceTypeField#hasOne — Property in class ResourceTypeField
Whether the field can only have one value.
- ResourceTypeField::hasOne() — Method in class ResourceTypeField
Whether the field can only have one value.
- ResourceTypeField::hasMany() — Method in class ResourceTypeField
Whether the field can have many values.
- Routes::hasNonInternalTargetResourceTypes() — Method in class Routes
Determines if an array of resource types has any non-internal ones.
- Routes::hasNonInternalFileTargetResourceTypes() — Method in class Routes
Determines if an array of resource types lists non-internal "file" ones.
- $ LanguageNegotiationContentEntity#hasLowerLanguageNegotiationWeightResult — Property in class LanguageNegotiationContentEntity
Static cache for the language negotiation order check.
- LanguageNegotiationContentEntity::hasLowerLanguageNegotiationWeight() — Method in class LanguageNegotiationContentEntity
Determines if content entity language negotiator has higher priority.
- $ SectionStorage#handles_permission_check — Property in class SectionStorage
Indicates that this section storage handles its own permission checking.
- LayoutBuilderEntityViewDisplayForm::hasOverrides() — Method in class LayoutBuilderEntityViewDisplayForm
Determines if the defaults have any overrides.
- LayoutRebuildConfirmFormBase::handleSectionStorage() — Method in class LayoutRebuildConfirmFormBase
Performs any actions on the section storage before saving.
- RemoveBlockForm::handleSectionStorage() — Method in class RemoveBlockForm
Performs any actions on the section storage before saving.
- RemoveSectionForm::handleSectionStorage() — Method in class RemoveSectionForm
Performs any actions on the section storage before saving.
- InlineBlockEntityOperations::handleEntityDelete() — Method in class InlineBlockEntityOperations
Handles entity tracking on deleting a parent entity.
- InlineBlockEntityOperations::handlePreSave() — Method in class InlineBlockEntityOperations
Handles saving a parent entity.
- LayoutTempstoreRepository::has() — Method in class LayoutTempstoreRepository
Checks for the existence of a tempstore version of a section storage.
- LayoutTempstoreRepositoryInterface::has() — Method in class LayoutTempstoreRepositoryInterface
Checks for the existence of a tempstore version of a section storage.
- LayoutEntityDisplayNormalizer::hasCacheableSupportsMethod() — Method in class LayoutEntityDisplayNormalizer
- {@inheritdoc}
- OverridesSectionStorage::hasIntegerId() — Method in class OverridesSectionStorage
Determines if this entity type's ID is stored as an integer.
- OverridesSectionStorage::handleTranslationAccess() — Method in class OverridesSectionStorage
Handles access checks related to translations.
- SectionListTrait::hasBlankSection() — Method in class SectionListTrait
Indicates if this section list contains a blank section.
- SectionListTrait::hasSection() — Method in class SectionListTrait
Indicates if there is a section at the specified delta.
- LocaleConfigManager::hasTranslation() — Method in class LocaleConfigManager
Checks whether a language has configuration translation.
- StringBase::hasLocation() — Method in class StringBase
Checks whether the string has a given location.
- StringInterface::hasLocation() — Method in class StringInterface
Checks whether the string has a given location.
- Media::hasSourceFieldChanged() — Method in class Media
Determines if the source field value has changed.
- $ ProviderRepository#httpClient — Property in class ProviderRepository
The HTTP client.
- $ Resource#height — Property in class Resource
The height of the resource, in pixels.
- $ Resource#html — Property in class Resource
The HTML representation of the resource.
- $ ResourceFetcher#httpClient — Property in class ResourceFetcher
The HTTP client.
- $ UrlResolver#httpClient — Property in class UrlResolver
The HTTP client.
- OEmbedResourceConstraintValidator::handleException() — Method in class OEmbedResourceConstraintValidator
Handles exceptions that occur during validation.
- $ OEmbed#httpClient — Property in class OEmbed
The HTTP client.
- FileUploadForm::hideExtraSourceFieldComponents() — Method in class FileUploadForm
Processes an image or file source field element.
- MediaLibraryState::hasSlotsAvailable() — Method in class MediaLibraryState
Determines if additional media items can be selected.
- MenuLink::hasTranslation() — Method in class MenuLink
Determines if this menu_link has an i18n translation.
- $ MigrateProcessPlugin#handle_multiples — Property in class MigrateProcessPlugin
Whether the plugin handles multiples itself.
- HighestIdInterface — Class in namespace Drupal\migrate\Audit
Defines an interface for destination and ID maps which track a highest ID.
- MigrateExecutable::handleException() — Method in class MigrateExecutable
Takes an Exception object and both saves and displays it.
- $ Download#httpClient — Property in class Download
The Guzzle HTTP Client service.
- $ SourcePluginBase#highWaterProperty — Property in class SourcePluginBase
Information on the property used as the high-water mark.
- $ SourcePluginBase#highWaterStorage — Property in class SourcePluginBase
The key-value storage for the high-water value.
- Row::hasSourceProperty() — Method in class Row
Determines whether a source has a property.
- Row::hasDestinationProperty() — Method in class Row
Tests if destination property exists.
- $ CredentialForm#httpClient — Property in class CredentialForm
The HTTP client to fetch the files with.
- ExceptionHandler::handleExecutionException() — Method in class ExceptionHandler
Handles exceptions thrown during execution of statement objects.
- $ NodeType#help — Property in class NodeType
Help information shown to the user when creating a Node of this type.
- Node::handleTranslations() — Method in class Node
Adapt our query for translations.
- NodeRevision::handleTranslations() — Method in class NodeRevision
Adapt our query for translations.
- Node::handleTranslations() — Method in class Node
Adapt our query for translations.
- NodeComplete::handleTranslations() — Method in class NodeComplete
Adapt our query for translations.
- $ PageCache#httpKernel — Property in class PageCache
The wrapped HTTP kernel.
- PageCache::handle() — Method in class PageCache
- {@inheritdoc}
- Schema::hashBase64() — Method in class Schema
Calculates a base-64 encoded, PostgreSQL-safe sha-256 hash per PostgreSQL documentation: 4.1. Lexical Structure.
- ResponsiveImageStyle::hasImageStyleMappings() — Method in class ResponsiveImageStyle
Checks if there is at least one mapping defined.
- ResponsiveImageStyleInterface::hasImageStyleMappings() — Method in class ResponsiveImageStyleInterface
Checks if there is at least one mapping defined.
- RequestHandler::handle() — Method in class RequestHandler
Handles a REST API request.
- RequestHandler::handleRaw() — Method in class RequestHandler
Handles a REST API request without deserializing the request body.
- ComplexDataNormalizer::hasCacheableSupportsMethod() — Method in class ComplexDataNormalizer
- {@inheritdoc}
- DateTimeNormalizer::hasCacheableSupportsMethod() — Method in class DateTimeNormalizer
- {@inheritdoc}
- ListNormalizer::hasCacheableSupportsMethod() — Method in class ListNormalizer
- {@inheritdoc}
- MarkupNormalizer::hasCacheableSupportsMethod() — Method in class MarkupNormalizer
- {@inheritdoc}
- NormalizerBase::hasCacheableSupportsMethod() — Method in class NormalizerBase
- {@inheritdoc}
- PrimitiveDataNormalizer::hasCacheableSupportsMethod() — Method in class PrimitiveDataNormalizer
- {@inheritdoc}
- TypedDataNormalizer::hasCacheableSupportsMethod() — Method in class TypedDataNormalizer
- {@inheritdoc}
- DbUpdateController::handle() — Method in class DbUpdateController
Returns a database update page.
- DbUpdateController::helpfulLinks() — Method in class DbUpdateController
Provides links to the homepage and administration pages.
- EntityAutocompleteController::handleAutocomplete() — Method in class EntityAutocompleteController
Autocomplete the label of an entity.
- Http4xxController — Class in namespace Drupal\system\Controller
Controller for default HTTP 4xx responses.
- SystemMenuOffCanvasForm::hasMenuOverrides() — Method in class SystemMenuOffCanvasForm
Determines if the menu has configuration overrides.
- $ SecurityAdvisoriesFetcher#httpClient — Property in class SecurityAdvisoriesFetcher
The HTTP client.
- TaxonomyIndexTid::hasExtraOptions() — Method in class TaxonomyIndexTid
If a handler has 'extra options' it will get a little settings widget and another form called extra_options.
- Tour::hasMatchingRoute() — Method in class Tour
Whether the tour matches a given set of route parameters.
- TourInterface::hasMatchingRoute() — Method in class TourInterface
Whether the tour matches a given set of route parameters.
- $ UpdateFetcher#httpClient — Property in class UpdateFetcher
The HTTP client to fetch the feed data with.
- Role::hasPermission() — Method in class Role
Checks if the role has a permission.
- User::hasRole() — Method in class User
Whether a user has a certain role.
- User::hasPermission() — Method in class User
Checks whether a user has a certain permission.
- UserFloodEvent::hasIp() — Method in class UserFloodEvent
Is the user flood event associated with an IP?
- UserFloodEvent::hasUid() — Method in class UserFloodEvent
Is the user flood event associated with a uid?
- ProfileTranslationHandler::hasPublishedStatus() — Method in class ProfileTranslationHandler
Checks whether the entity type supports published status natively.
- ProfileTranslationHandler::hasCreatedTime() — Method in class ProfileTranslationHandler
Checks whether the entity type supports creation time natively.
- RoleInterface::hasPermission() — Method in class RoleInterface
Checks if the role has a permission.
- UserInterface::hasRole() — Method in class UserInterface
Whether a user has a certain role.
- HighlightCommand — Class in namespace Drupal\views\Ajax
Provides an AJAX command for highlighting a certain new piece of html.
- $ ViewsAccess#help — Property in class ViewsAccess
A short help string; this is displayed in the views UI.
- $ ViewsCache#help — Property in class ViewsCache
A short help string; this is displayed in the views UI.
- $ ViewsDisplay#help — Property in class ViewsDisplay
A short help string; this is displayed in the views UI.
- $ ViewsDisplayExtender#help — Property in class ViewsDisplayExtender
A short help string; this is displayed in the views UI.
- $ ViewsExposedForm#help — Property in class ViewsExposedForm
A short help string; this is displayed in the views UI.
- $ ViewsPager#help — Property in class ViewsPager
A short help string; this is displayed in the views UI.
- $ ViewsQuery#help — Property in class ViewsQuery
A short help string; this is displayed in the views UI.
- $ ViewsRow#help — Property in class ViewsRow
A short help string; this is displayed in the views UI.
- $ ViewsStyle#help — Property in class ViewsStyle
A short help string; this is displayed in the views UI.
- $ ViewsHandlerManager#handlerType — Property in class ViewsHandlerManager
The handler type.
- HandlerBase — Class in namespace Drupal\views\Plugin\views
Base class for Views handler plugins.
- HandlerBase::hasExtraOptions() — Method in class HandlerBase
If a handler has 'extra options' it will get a little settings widget and another form called extra_options.
- DisplayLink::hasEqualOptions() — Method in class DisplayLink
Check if the options of a views display are equal to the current display.
- HTTPStatusCode — Class in namespace Drupal\views\Plugin\views\area
Alter the HTTP response status code used by the view.
- ArgumentPluginBase::hasDefaultArgument() — Method in class ArgumentPluginBase
Determine if the argument is set to provide a default argument.
- $ DisplayPluginBase#handlers — Property in class DisplayPluginBase
An array of instantiated handlers used in this display.
- DisplayPluginBase::hasPath() — Method in class DisplayPluginBase
Checks to see if the display has a 'path' field.
- DisplayPluginInterface::hasPath() — Method in class DisplayPluginInterface
Checks to see if the display has a 'path' field.
- PathPluginBase::hasPath() — Method in class PathPluginBase
Checks to see if the display has a 'path' field.
- Date::hasValidGroupedValue() — Method in class Date
Determines if the given grouped filter entry has a valid value.
- FilterPluginBase::hasValidGroupedValue() — Method in class FilterPluginBase
Determines if the given grouped filter entry has a valid value.
- $ ManyToOne#helper — Property in class ManyToOne
- PagerPluginBase::hasMoreRecords() — Method in class PagerPluginBase
Determine if there are more records available.
- $ Sql#having — Property in class Sql
An array of sections of the HAVING query. Each section is in itself an array of pieces and a flag as to whether or not it should be AND or OR.
- $ Sql#hasAggregate — Property in class Sql
- HtmlList — Class in namespace Drupal\views\Plugin\views\style
Style plugin to render each item in an ordered or unordered list.
- ViewPageController::handle() — Method in class ViewPageController
Handler a response for a given view and display.
- $ ViewExecutable#header — Property in class ViewExecutable
Stores the area handlers for the header which are initialized on this view.
- ViewExecutable::hasUrl() — Method in class ViewExecutable
Determines whether you can link to the view or a particular display.
- ViewExecutable::hasFormElements() — Method in class ViewExecutable
Determines if this view has form elements.
- $ Views#handlerTypes — Property in class Views
A static cache for handler types data.
- Views::handlerManager() — Method in class Views
Returns the plugin manager for a certain views handler type.
- ViewUI::hasLinkTemplate() — Method in class ViewUI
Indicates if a link template exists for a given key.
- ViewUI::hasTrustedData() — Method in class ViewUI
Gets whether on not the data is trusted.
- WorkflowTypeBase::hasState() — Method in class WorkflowTypeBase
Determines if the workflow has a state with the provided ID.
- WorkflowTypeBase::hasTransition() — Method in class WorkflowTypeBase
Determines if a transition exists.
- WorkflowTypeBase::hasTransitionFromStateToState() — Method in class WorkflowTypeBase
Determines if a transition from state to state exists.
- WorkflowTypeInterface::hasState() — Method in class WorkflowTypeInterface
Determines if the workflow has a state with the provided ID.
- WorkflowTypeInterface::hasTransition() — Method in class WorkflowTypeInterface
Determines if a transition exists.
- WorkflowTypeInterface::hasTransitionFromStateToState() — Method in class WorkflowTypeInterface
Determines if a transition from state to state exists.
- Workspace::hasParent() — Method in class Workspace
Determines whether the workspace has a parent.
- WorkspaceInterface::hasParent() — Method in class WorkspaceInterface
Determines whether the workspace has a parent.
- WorkspaceManager::hasActiveWorkspace() — Method in class WorkspaceManager
Determines whether a workspace is active in the current request.
- WorkspaceManagerInterface::hasActiveWorkspace() — Method in class WorkspaceManagerInterface
Determines whether a workspace is active in the current request.
I
- Drupal::installProfile() — Method in class Drupal
Gets the active install profile.
- Drupal::isConfigSyncing() — Method in class Drupal
Gets the syncing state.
- $ AnnotationBase#id — Property in class AnnotationBase
The annotated class ID.
- $ SimpleAnnotationReader#ignoredAnnotations — Property in class SimpleAnnotationReader
- StaticReflectionClass::implementsInterface() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::inNamespace() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::isAbstract() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::isCloneable() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::isFinal() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::isInstance() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::isInstantiable() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::isInterface() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::isInternal() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::isIterateable() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::isSubclassOf() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::isTrait() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::isUserDefined() — Method in class StaticReflectionClass
- {@inheritDoc}
- Inspector — Class in namespace Drupal\Component\Assertion
Generic inspections for the assert() statement.
- $ DateTimePlus#inputTimeRaw — Property in class DateTimePlus
The value of the time value passed to the constructor.
- $ DateTimePlus#inputTimeAdjusted — Property in class DateTimePlus
The prepared time, without timezone, for this date.
- $ DateTimePlus#inputTimeZoneRaw — Property in class DateTimePlus
The value of the timezone passed to the constructor.
- $ DateTimePlus#inputTimeZoneAdjusted — Property in class DateTimePlus
The prepared timezone object used to construct this date.
- $ DateTimePlus#inputFormatRaw — Property in class DateTimePlus
The value of the format passed to the constructor.
- $ DateTimePlus#inputFormatAdjusted — Property in class DateTimePlus
The prepared format, if provided.
- Container::initialized() — Method in class Container
- {@inheritdoc}
- Diff::isEmpty() — Method in class Diff
Check for empty diff.
- $ YamlDirectoryDiscovery#idKey — Property in class YamlDirectoryDiscovery
The key contained in the discovered data that identifies it.
- PoItem::isPlural() — Method in class PoItem
Get if the translation has plural values.
- $ PoMemoryWriter#items — Property in class PoMemoryWriter
Array to hold all PoItem elements.
- SecuredRedirectResponse::isSafe() — Method in class SecuredRedirectResponse
Returns whether the URL is considered as safe to redirect to.
- ContextDefinitionInterface::isMultiple() — Method in class ContextDefinitionInterface
Determines whether the data is multi-valued, i.e. a list of data items.
- ContextDefinitionInterface::isRequired() — Method in class ContextDefinitionInterface
Determines whether the context is required.
- $ PluginDefinition#id — Property in class PluginDefinition
The plugin ID.
- PluginDefinition::id() — Method in class PluginDefinition
Gets the unique identifier of the plugin.
- PluginDefinitionInterface::id() — Method in class PluginDefinitionInterface
Gets the unique identifier of the plugin.
- InvalidDecoratedMethod — Class in namespace Drupal\Component\Plugin\Exception
Exception thrown when a decorator's _call() method is triggered, but the decorated object does not contain the requested method.
- InvalidDeriverException — Class in namespace Drupal\Component\Plugin\Exception
Exception to be thrown if a plugin tries to use an invalid deriver.
- InvalidPluginDefinitionException — Class in namespace Drupal\Component\Plugin\Exception
Defines a class for invalid plugin definition exceptions.
- $ DefaultFactory#interface — Property in class DefaultFactory
Defines an interface each plugin should implement.
- $ LazyPluginCollection#instanceIds — Property in class LazyPluginCollection
Stores the IDs of all potential plugin instances.
- LazyPluginCollection::initializePlugin() — Method in class LazyPluginCollection
Initializes and stores a plugin.
- PluginBase::isConfigurable() — Method in class PluginBase
Determines if the plugin is configurable.
- PluginHelper::isConfigurable() — Method in class PluginHelper
Determines if a plugin is configurable.
- InvalidDataTypeException — Class in namespace Drupal\Component\Serialization\Exception
Exception thrown when a data type is invalid.
- EmailValidator::isValid() — Method in class EmailValidator
Validates an email address.
- EmailValidatorInterface::isValid() — Method in class EmailValidatorInterface
Validates an email address.
- $ Html#isAjax — Property in class Html
Stores whether the current request was sent via AJAX.
- Image — Class in namespace Drupal\Component\Utility
Provides helpers to operate on images.
- Number::intToAlphadecimal() — Method in class Number
Generates a sorting code from an integer.
- OpCodeCache::isEnabled() — Method in class OpCodeCache
Checks if OpCodeCache is enabled.
- OpCodeCache::invalidate() — Method in class OpCodeCache
Invalidates a PHP file from a possibly active opcode cache.
- Random::image() — Method in class Random
Create a placeholder image.
- Tags::implode() — Method in class Tags
Implodes an array of tags into a string.
- UrlHelper::isExternal() — Method in class UrlHelper
Determines whether a path is external to Drupal.
- UrlHelper::isValid() — Method in class UrlHelper
Verifies the syntax of the given URL.
- Uuid::isValid() — Method in class Uuid
Checks whether a string appears to be in the format of a UUID.
- Constraint::isCompatible() — Method in class Constraint
Determines if the provided version is satisfied by this constraint.
- DrupalCoreRecommendedBuilder::initialPackageMetadata() — Method in class DrupalCoreRecommendedBuilder
Returns the initial package metadata that describes the metapackage.
- DrupalDevDependenciesBuilder::initialPackageMetadata() — Method in class DrupalDevDependenciesBuilder
Returns the initial package metadata that describes the metapackage.
- DrupalPinnedDevDependenciesBuilder::initialPackageMetadata() — Method in class DrupalPinnedDevDependenciesBuilder
Returns the initial package metadata that describes the metapackage.
- $ MessagePlugin#io — Property in class MessagePlugin
IO object.
- $ AllowedPackages#io — Property in class AllowedPackages
Composer's I/O service.
- Git::isRepository() — Method in class Git
Checks to see if the project root dir is in a git repository.
- $ Handler#io — Property in class Handler
Composer's I/O service.
- Interpolator — Class in namespace Drupal\Composer\Plugin\Scaffold
Injects config values from an associative array into a string.
- Interpolator::interpolate() — Method in class Interpolator
Replaces tokens in a string with values from an associative array.
- $ ManageGitIgnore#io — Property in class ManageGitIgnore
Composer's I/O service.
- ScaffoldResult::isManaged() — Method in class ScaffoldResult
Determines whether this scaffold file is managed.
- $ Plugin#io — Property in class Plugin
Composer's I/O service.
- ScaffoldFileInfo::interpolate() — Method in class ScaffoldFileInfo
Replaces placeholders in a message.
- $ VendorHardeningPlugin#io — Property in class VendorHardeningPlugin
IO object.
- AccessResult::isAllowed() — Method in class AccessResult
Checks whether this access result indicates access is explicitly allowed.
- AccessResult::isForbidden() — Method in class AccessResult
Checks whether this access result indicates access is explicitly forbidden.
- AccessResult::isNeutral() — Method in class AccessResult
Checks whether this access result indicates access is not yet determined.
- AccessResult::inheritCacheability() — Method in class AccessResult
Inherits the cacheability of the other access result, if any.
- AccessResultAllowed::isAllowed() — Method in class AccessResultAllowed
Checks whether this access result indicates access is explicitly allowed.
- AccessResultForbidden::isForbidden() — Method in class AccessResultForbidden
Checks whether this access result indicates access is explicitly forbidden.
- AccessResultInterface::isAllowed() — Method in class AccessResultInterface
Checks whether this access result indicates access is explicitly allowed.
- AccessResultInterface::isForbidden() — Method in class AccessResultInterface
Checks whether this access result indicates access is explicitly forbidden.
- AccessResultInterface::isNeutral() — Method in class AccessResultInterface
Checks whether this access result indicates access is not yet determined.
- AccessResultNeutral::isNeutral() — Method in class AccessResultNeutral
Checks whether this access result indicates access is not yet determined.
- EntityActionDeriverBase::isApplicable() — Method in class EntityActionDeriverBase
Indicates whether the deriver can be used for the provided entity type.
- EntityChangedActionDeriver::isApplicable() — Method in class EntityChangedActionDeriver
Indicates whether the deriver can be used for the provided entity type.
- EntityDeleteActionDeriver::isApplicable() — Method in class EntityDeleteActionDeriver
Indicates whether the deriver can be used for the provided entity type.
- EntityPublishedActionDeriver::isApplicable() — Method in class EntityPublishedActionDeriver
Indicates whether the deriver can be used for the provided entity type.
- AjaxHelperTrait::isAjax() — Method in class AjaxHelperTrait
Determines if the current request is via AJAX.
- InsertCommand — Class in namespace Drupal\Core\Ajax
Generic AJAX command for inserting content.
- InvokeCommand — Class in namespace Drupal\Core\Ajax
AJAX command for invoking an arbitrary jQuery method.
- $ Action#id — Property in class Action
The plugin ID.
- $ Mail#id — Property in class Mail
The plugin ID.
- $ QueueWorker#id — Property in class QueueWorker
The plugin ID.
- $ Archiver#id — Property in class Archiver
The archiver plugin ID.
- IncompleteLibraryDefinitionException — Class in namespace Drupal\Core\Asset\Exception
Defines a custom exception if a library has no CSS/JS/JS setting specified.
- InvalidLibrariesExtendSpecificationException — Class in namespace Drupal\Core\Asset\Exception
Defines a custom exception for an invalid libraries-extend specification.
- InvalidLibrariesOverrideSpecificationException — Class in namespace Drupal\Core\Asset\Exception
Defines a custom exception if a definition refers to a non-existent library.
- InvalidLibraryFileException — Class in namespace Drupal\Core\Asset\Exception
Defines an exception if the library file could not be parsed.
- $ LibrariesDirectoryFileFinder#installProfile — Property in class LibrariesDirectoryFileFinder
The install profile.
- LibraryDiscoveryParser::isValidUri() — Method in class LibraryDiscoveryParser
Determines if the supplied string is a valid URI.
- AuthenticationCollector::isGlobal() — Method in class AuthenticationCollector
Returns whether a provider is considered global.
- AuthenticationCollectorInterface::isGlobal() — Method in class AuthenticationCollectorInterface
Returns whether a provider is considered global.
- $ BatchBuilder#initMessage — Property in class BatchBuilder
The initializing message for the batch.
- $ Block#id — Property in class Block
The plugin ID.
- ApcuBackend::invalidate() — Method in class ApcuBackend
Marks a cache item as invalid.
- ApcuBackend::invalidateMultiple() — Method in class ApcuBackend
Marks cache items as invalid.
- ApcuBackend::invalidateAll() — Method in class ApcuBackend
Marks all cache items as invalid.
- BackendChain::invalidate() — Method in class BackendChain
Marks a cache item as invalid.
- BackendChain::invalidateMultiple() — Method in class BackendChain
Marks cache items as invalid.
- BackendChain::invalidateTags() — Method in class BackendChain
Marks cache items with any of the specified tags as invalid.
- BackendChain::invalidateAll() — Method in class BackendChain
Marks all cache items as invalid.
- Cache::invalidateTags() — Method in class Cache
Marks cache items from all bins with any of the specified tags as invalid.
- CacheBackendInterface::invalidate() — Method in class CacheBackendInterface
Marks a cache item as invalid.
- CacheBackendInterface::invalidateMultiple() — Method in class CacheBackendInterface
Marks cache items as invalid.
- CacheBackendInterface::invalidateAll() — Method in class CacheBackendInterface
Marks all cache items as invalid.
- CacheCollector::invalidateCache() — Method in class CacheCollector
Invalidate the cache.
- CacheTagsChecksumInterface::isValid() — Method in class CacheTagsChecksumInterface
Returns whether the checksum is valid for the given cache tags.
- $ CacheTagsChecksumTrait#invalidatedTags — Property in class CacheTagsChecksumTrait
A list of tags that have already been invalidated in this request.
- CacheTagsChecksumTrait::invalidateTags() — Method in class CacheTagsChecksumTrait
Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::invalidateTags()
- CacheTagsChecksumTrait::isValid() — Method in class CacheTagsChecksumTrait
Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid()
- $ CacheTagsInvalidator#invalidators — Property in class CacheTagsInvalidator
Holds an array of cache tags invalidators.
- CacheTagsInvalidator::invalidateTags() — Method in class CacheTagsInvalidator
Marks cache items with any of the specified tags as invalid.
- CacheTagsInvalidatorInterface::invalidateTags() — Method in class CacheTagsInvalidatorInterface
Marks cache items with any of the specified tags as invalid.
- ChainedFastBackend::invalidate() — Method in class ChainedFastBackend
Marks a cache item as invalid.
- ChainedFastBackend::invalidateMultiple() — Method in class ChainedFastBackend
Marks cache items as invalid.
- ChainedFastBackend::invalidateTags() — Method in class ChainedFastBackend
Marks cache items with any of the specified tags as invalid.
- ChainedFastBackend::invalidateAll() — Method in class ChainedFastBackend
Marks all cache items as invalid.
- IpCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the IpCacheContext service, for "per IP address" caching.
- IsFrontPathCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines a cache context for whether the URL is the front page of the site.
- IsSuperUserCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the IsSuperUserCacheContext service, for "super user or not" caching.
- DatabaseBackend::invalidate() — Method in class DatabaseBackend
Marks a cache item as invalid.
- DatabaseBackend::invalidateMultiple() — Method in class DatabaseBackend
Marks cache items as invalid.
- DatabaseBackend::invalidateAll() — Method in class DatabaseBackend
Marks all cache items as invalid.
- MemoryBackend::invalidate() — Method in class MemoryBackend
Marks a cache item as invalid.
- MemoryBackend::invalidateMultiple() — Method in class MemoryBackend
Marks cache items as invalid.
- MemoryBackend::invalidateTags() — Method in class MemoryBackend
Marks cache items with any of the specified tags as invalid.
- MemoryBackend::invalidateAll() — Method in class MemoryBackend
Marks all cache items as invalid.
- MemoryCounterBackend::increaseCounter() — Method in class MemoryCounterBackend
Increase the counter for a function with a certain cid.
- NullBackend::invalidate() — Method in class NullBackend
Marks a cache item as invalid.
- NullBackend::invalidateMultiple() — Method in class NullBackend
Marks cache items as invalid.
- NullBackend::invalidateAll() — Method in class NullBackend
Marks all cache items as invalid.
- PhpBackend::invalidate() — Method in class PhpBackend
Marks a cache item as invalid.
- PhpBackend::invalidateByHash() — Method in class PhpBackend
Invalidate one cache item.
- PhpBackend::invalidateMultiple() — Method in class PhpBackend
Marks cache items as invalid.
- PhpBackend::invalidateAll() — Method in class PhpBackend
Marks all cache items as invalid.
- InstallCommand — Class in namespace Drupal\Core\Command
Installs a Drupal site for local testing/development.
- InstallCommand::isDrupalInstalled() — Method in class InstallCommand
Returns whether there is already an existing Drupal installation.
- InstallCommand::install() — Method in class InstallCommand
Installs Drupal with specified installation profile.
- $ Condition#id — Property in class Condition
The condition plugin ID.
- ConditionInterface::isNegated() — Method in class ConditionInterface
Determines whether condition result will be negated.
- ConditionPluginBase::isNegated() — Method in class ConditionPluginBase
Determines whether condition result will be negated.
- Config::initWithData() — Method in class Config
Initializes a configuration object with pre-loaded data.
- ConfigCrudEvent::isChanged() — Method in class ConfigCrudEvent
Checks to see if the provided configuration key's value has changed.
- ConfigImporter::import() — Method in class ConfigImporter
Imports the changelist to the target storage.
- ConfigImporter::initialize() — Method in class ConfigImporter
Initializes the config importer in preparation for processing a batch.
- ConfigImporter::importConfig() — Method in class ConfigImporter
Writes a configuration change from the source to the target storage.
- ConfigImporter::importInvokeOwner() — Method in class ConfigImporter
Invokes import* methods on configuration entity storage.
- ConfigImporter::importInvokeRename() — Method in class ConfigImporter
Imports a configuration entity rename.
- $ ConfigInstaller#isSyncing — Property in class ConfigInstaller
Is configuration being created as part of a configuration sync.
- $ ConfigInstaller#installProfile — Property in class ConfigInstaller
The name of the currently active installation profile.
- ConfigInstaller::installDefaultConfig() — Method in class ConfigInstaller
Installs the default configuration of a given extension.
- ConfigInstaller::installOptionalConfig() — Method in class ConfigInstaller
Installs optional configuration.
- ConfigInstaller::installCollectionDefaultConfig() — Method in class ConfigInstaller
Installs all default configuration in the specified collection.
- ConfigInstaller::isSyncing() — Method in class ConfigInstaller
Gets the syncing state.
- ConfigInstallerInterface::installDefaultConfig() — Method in class ConfigInstallerInterface
Installs the default configuration of a given extension.
- ConfigInstallerInterface::installOptionalConfig() — Method in class ConfigInstallerInterface
Installs optional configuration.
- ConfigInstallerInterface::installCollectionDefaultConfig() — Method in class ConfigInstallerInterface
Installs all default configuration in the specified collection.
- ConfigInstallerInterface::isSyncing() — Method in class ConfigInstallerInterface
Gets the syncing state.
- ConfigEntityBase::isNew() — Method in class ConfigEntityBase
Overrides Entity::isNew().
- ConfigEntityBase::isUninstalling() — Method in class ConfigEntityBase
Returns whether this entity is being changed during the uninstall process.
- ConfigEntityBase::invalidateTagsOnSave() — Method in class ConfigEntityBase
Invalidates an entity's cache tags upon save.
- ConfigEntityBase::invalidateTagsOnDelete() — Method in class ConfigEntityBase
Invalidates an entity's cache tags upon delete.
- ConfigEntityBase::isInstallable() — Method in class ConfigEntityBase
Checks whether this entity is installable.
- ConfigEntityInterface::isUninstalling() — Method in class ConfigEntityInterface
Returns whether this entity is being changed during the uninstall process.
- ConfigEntityInterface::isInstallable() — Method in class ConfigEntityInterface
Checks whether this entity is installable.
- ConfigEntityStorage::invokeHook() — Method in class ConfigEntityStorage
Invokes a hook on behalf of the entity.
- ConfigEntityStorage::importCreate() — Method in class ConfigEntityStorage
Creates entities upon synchronizing configuration changes.
- ConfigEntityStorage::importUpdate() — Method in class ConfigEntityStorage
Updates entities upon synchronizing configuration changes.
- ConfigEntityStorage::importDelete() — Method in class ConfigEntityStorage
Delete entities upon synchronizing configuration changes.
- ConfigEntityStorage::importRename() — Method in class ConfigEntityStorage
Renames entities upon synchronizing configuration changes.
- ImportableEntityStorageInterface — Class in namespace Drupal\Core\Config\Entity
Provides an interface for responding to configuration imports.
- ImportableEntityStorageInterface::importCreate() — Method in class ImportableEntityStorageInterface
Creates entities upon synchronizing configuration changes.
- ImportableEntityStorageInterface::importUpdate() — Method in class ImportableEntityStorageInterface
Updates entities upon synchronizing configuration changes.
- ImportableEntityStorageInterface::importDelete() — Method in class ImportableEntityStorageInterface
Delete entities upon synchronizing configuration changes.
- ImportableEntityStorageInterface::importRename() — Method in class ImportableEntityStorageInterface
Renames entities upon synchronizing configuration changes.
- InvalidLookupKeyException — Class in namespace Drupal\Core\Config\Entity\Query
Exception thrown when a config entity uses an invalid lookup key.
- $ ExtensionInstallStorage#includeProfile — Property in class ExtensionInstallStorage
Flag to include the profile in the list of enabled modules.
- $ ExtensionInstallStorage#installProfile — Property in class ExtensionInstallStorage
The name of the currently active installation profile.
- ImmutableConfig — Class in namespace Drupal\Core\Config
Defines the immutable configuration object.
- ImmutableConfigException — Class in namespace Drupal\Core\Config
Exception throw when an immutable config object is altered.
- ImportStorageTransformer — Class in namespace Drupal\Core\Config
The import storage transformer helps to use the configuration management api.
- InstallStorage — Class in namespace Drupal\Core\Config
Storage used by the Drupal installer.
- ArrayElement::isEmpty() — Method in class ArrayElement
Determines whether the data structure is empty.
- ArrayElement::isNullable() — Method in class ArrayElement
Determines if this element allows NULL as a value.
- Ignore — Class in namespace Drupal\Core\Config\Schema
Configuration property to ignore.
- TypedConfigInterface::isEmpty() — Method in class TypedConfigInterface
Determines whether the data structure is empty.
- $ StorableConfigBase#isNew — Property in class StorableConfigBase
Whether the configuration object is new or has been saved to the storage.
- StorableConfigBase::initWithData() — Method in class StorableConfigBase
Initializes a configuration object with pre-loaded data.
- StorableConfigBase::isNew() — Method in class StorableConfigBase
Returns whether this configuration object is new.
- Cron::invokeCronHandlers() — Method in class Cron
Invokes any cron handlers implementing hook_cron.
- $ Connection#identifierQuotes — Property in class Connection
The identifier quote characters for the database type.
- Connection::insert() — Method in class Connection
Prepares and returns an INSERT query object.
- Connection::inTransaction() — Method in class Connection
Determines if there is an active transaction open.
- $ Database#ignoreTargets — Property in class Database
A list of key/target credentials to simply ignore.
- Database::isActiveConnection() — Method in class Database
Determines if there is an active connection.
- Database::ignoreTarget() — Method in class Database
Instructs the system to temporarily ignore a given key/target.
- Insert — Class in namespace Drupal\Core\Database\Driver\mysql
MySQL implementation of \Drupal\Core\Database\Query\Insert.
- Insert — Class in namespace Drupal\Core\Database\Driver\pgsql
PostgreSQL implementation of \Drupal\Core\Database\Query\Insert.
- Insert — Class in namespace Drupal\Core\Database\Driver\sqlite
SQLite implementation of \Drupal\Core\Database\Query\Insert.
- Tasks::installable() — Method in class Tasks
Checks whether Drupal is installable on the database.
- Tasks::isConnectionActive() — Method in class Tasks
Determines if there is an active connection.
- IntegrityConstraintViolationException — Class in namespace Drupal\Core\Database
Exception thrown if a query would violate an integrity constraint.
- InvalidQueryException — Class in namespace Drupal\Core\Database
Exception thrown if a query would be invalid.
- Condition::isNull() — Method in class Condition
Sets a condition that the specified field be NULL.
- Condition::isNotNull() — Method in class Condition
Sets a condition that the specified field be NOT NULL.
- ConditionInterface::isNull() — Method in class ConditionInterface
Sets a condition that the specified field be NULL.
- ConditionInterface::isNotNull() — Method in class ConditionInterface
Sets a condition that the specified field be NOT NULL.
- Insert — Class in namespace Drupal\Core\Database\Query
General class for an abstracted INSERT query.
- InsertTrait — Class in namespace Drupal\Core\Database\Query
Provides common functionality for INSERT and UPSERT queries.
- $ InsertTrait#insertFields — Property in class InsertTrait
An array of fields on which to insert.
- $ InsertTrait#insertValues — Property in class InsertTrait
A nested array of values to insert.
- InvalidMergeQueryException — Class in namespace Drupal\Core\Database\Query
Exception thrown for merge queries that do not make semantic sense.
- $ Merge#insertFields — Property in class Merge
An array of fields on which to insert.
- $ Merge#insertValues — Property in class Merge
An array of values to be inserted.
- Merge::insertFields() — Method in class Merge
Adds a set of field->value pairs to be inserted.
- QueryConditionTrait::isNull() — Method in class QueryConditionTrait
- {@inheritdoc}
- QueryConditionTrait::isNotNull() — Method in class QueryConditionTrait
- {@inheritdoc}
- Select::isPrepared() — Method in class Select
Indicates if preExecute() has already been called on that object.
- Select::innerJoin() — Method in class Select
Inner Join against another table in the database.
- SelectExtender::isPrepared() — Method in class SelectExtender
Indicates if preExecute() has already been called on that object.
- SelectExtender::innerJoin() — Method in class SelectExtender
Inner Join against another table in the database.
- SelectExtender::isNull() — Method in class SelectExtender
Sets a condition that the specified field be NULL.
- SelectExtender::isNotNull() — Method in class SelectExtender
Sets a condition that the specified field be NOT NULL.
- SelectInterface::innerJoin() — Method in class SelectInterface
Inner Join against another table in the database.
- SelectInterface::isPrepared() — Method in class SelectInterface
Indicates if preExecute() has already been called on that object.
- Schema::indexExists() — Method in class Schema
Checks if an index exists in the given table.
- Schema::introspectIndexSchema() — Method in class Schema
Finds the columns for the primary key, unique keys and indexes of a table.
- DateFormatInterface::isLocked() — Method in class DateFormatInterface
Determines if this date format is locked.
- Datelist::incrementRound() — Method in class Datelist
Rounds minutes and seconds to nearest requested value.
- $ DateFormat#id — Property in class DateFormat
The date format machine name.
- DateFormat::isLocked() — Method in class DateFormat
Determines if this date format is locked.
- $ DisplayVariant#id — Property in class DisplayVariant
The plugin ID.
- VariantBase::id() — Method in class VariantBase
Returns the unique ID for the display variant.
- VariantInterface::id() — Method in class VariantInterface
Returns the unique ID for the display variant.
- $ DrupalKernel#isEnvironmentInitialized — Property in class DrupalKernel
Whether the PHP environment has been initialized.
- DrupalKernel::initializeContainer() — Method in class DrupalKernel
Initializes the service container.
- DrupalKernel::initializeSettings() — Method in class DrupalKernel
Locate site path and initialize settings singleton.
- DrupalKernel::initializeRequestGlobals() — Method in class DrupalKernel
Bootstraps the legacy global request variables.
- DrupalKernel::invalidateContainer() — Method in class DrupalKernel
Invalidate the service container for the next request.
- DrupalKernel::initializeServiceProviders() — Method in class DrupalKernel
Registers all service providers to the kernel.
- DrupalKernelInterface::invalidateContainer() — Method in class DrupalKernelInterface
Invalidate the service container for the next request.
- $ EntityReferenceSelection#id — Property in class EntityReferenceSelection
The plugin ID.
- $ ContentEntityBase#isDefaultRevision — Property in class ContentEntityBase
Indicates whether this is the default revision.
- ContentEntityBase::isNewRevision() — Method in class ContentEntityBase
Determines whether a new revision should be created on save.
- ContentEntityBase::isDefaultRevision() — Method in class ContentEntityBase
Checks if this entity is the default revision.
- ContentEntityBase::isLatestRevision() — Method in class ContentEntityBase
Checks if this entity is the latest revision.
- ContentEntityBase::isLatestTranslationAffectedRevision() — Method in class ContentEntityBase
Checks whether this is the latest revision affecting this translation.
- ContentEntityBase::isRevisionTranslationAffected() — Method in class ContentEntityBase
Checks whether the current translation is affected by the current revision.
- ContentEntityBase::isRevisionTranslationAffectedEnforced() — Method in class ContentEntityBase
Checks if the revision translation affected flag value has been enforced.
- ContentEntityBase::isDefaultTranslation() — Method in class ContentEntityBase
Checks whether the translation is the default one.
- ContentEntityBase::isTranslatable() — Method in class ContentEntityBase
Returns the translation support status.
- ContentEntityBase::isValidationRequired() — Method in class ContentEntityBase
Checks whether entity validation is required before saving the entity.
- ContentEntityBase::id() — Method in class ContentEntityBase
Gets the identifier.
- ContentEntityBase::initializeTranslation() — Method in class ContentEntityBase
Instantiates a translation object for an existing translation.
- ContentEntityBase::isNewTranslation() — Method in class ContentEntityBase
Checks whether the translation is new.
- ContentEntityBase::isDefaultTranslationAffectedOnly() — Method in class ContentEntityBase
Checks if untranslatable fields should affect only the default translation.
- ContentEntityForm::init() — Method in class ContentEntityForm
Initializes the form state and the entity before the first form build.
- ContentEntityForm::initFormLangcodes() — Method in class ContentEntityForm
Initializes form language code values.
- ContentEntityForm::isDefaultFormLangcode() — Method in class ContentEntityForm
Checks whether the current form language matches the entity one.
- ContentEntityFormInterface::isDefaultFormLangcode() — Method in class ContentEntityFormInterface
Checks whether the current form language matches the entity one.
- ContentEntityStorageBase::initFieldValues() — Method in class ContentEntityStorageBase
Initializes field values.
- ContentEntityStorageBase::isAnyRevisionTranslated() — Method in class ContentEntityStorageBase
Checks whether any entity revision is translated.
- ContentEntityStorageBase::isAnyStoredRevisionTranslated() — Method in class ContentEntityStorageBase
Checks whether any stored entity revision is translated.
- ContentEntityStorageBase::invokeTranslationHooks() — Method in class ContentEntityStorageBase
Checks translation statuses and invoke the related hooks if needed.
- ContentEntityStorageBase::invokeStorageLoadHook() — Method in class ContentEntityStorageBase
Invokes hook_entity_storage_load().
- ContentEntityStorageBase::invokeHook() — Method in class ContentEntityStorageBase
Invokes a hook on behalf of the entity.
- ContentEntityStorageBase::invokeFieldMethod() — Method in class ContentEntityStorageBase
Invokes a method on the Field objects within an entity.
- ContentEntityStorageBase::invokeFieldPostSave() — Method in class ContentEntityStorageBase
Invokes the post save method on the Field objects within an entity.
- EntityBase::id() — Method in class EntityBase
Gets the identifier.
- EntityBase::isNew() — Method in class EntityBase
Determines whether the entity is new.
- EntityBase::invalidateTagsOnSave() — Method in class EntityBase
Invalidates an entity's cache tags upon save.
- EntityBase::invalidateTagsOnDelete() — Method in class EntityBase
Invalidates an entity's cache tags upon delete.
- EntityDefinitionUpdateManager::installEntityType() — Method in class EntityDefinitionUpdateManager
Installs a new entity type definition.
- EntityDefinitionUpdateManager::installFieldableEntityType() — Method in class EntityDefinitionUpdateManager
Installs a new fieldable entity type definition.
- EntityDefinitionUpdateManager::installFieldStorageDefinition() — Method in class EntityDefinitionUpdateManager
Installs a new field storage definition.
- EntityDefinitionUpdateManagerInterface::installEntityType() — Method in class EntityDefinitionUpdateManagerInterface
Installs a new entity type definition.
- EntityDefinitionUpdateManagerInterface::installFieldableEntityType() — Method in class EntityDefinitionUpdateManagerInterface
Installs a new fieldable entity type definition.
- EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition() — Method in class EntityDefinitionUpdateManagerInterface
Installs a new field storage definition.
- $ EntityDisplayBase#id — Property in class EntityDisplayBase
Unique ID for the config entity.
- EntityDisplayBase::init() — Method in class EntityDisplayBase
Initializes the display.
- EntityDisplayBase::id() — Method in class EntityDisplayBase
Gets the identifier.
- $ EntityDisplayModeBase#id — Property in class EntityDisplayModeBase
The ID of the form or view mode.
- EntityForm::init() — Method in class EntityForm
Initialize the form state and the entity before the first form build.
- EntityInterface::id() — Method in class EntityInterface
Gets the identifier.
- EntityInterface::isNew() — Method in class EntityInterface
Determines whether the entity is new.
- EntityPublishedInterface::isPublished() — Method in class EntityPublishedInterface
Returns whether or not the entity is published.
- EntityPublishedTrait::isPublished() — Method in class EntityPublishedTrait
- {@inheritdoc}
- $ EntityStorageBase#idKey — Property in class EntityStorageBase
Name of the entity's ID field in the entity database table.
- EntityStorageBase::invokeHook() — Method in class EntityStorageBase
Invokes a hook on behalf of the entity.
- $ EntityType#id — Property in class EntityType
The unique identifier of this entity type.
- $ EntityType#internal — Property in class EntityType
Indicates whether the entity data is internal.
- EntityType::isInternal() — Method in class EntityType
Indicates whether the entity data is internal.
- EntityType::isStaticallyCacheable() — Method in class EntityType
Indicates whether entities should be statically cached.
- EntityType::isRenderCacheable() — Method in class EntityType
Indicates whether the rendered output of entities should be cached.
- EntityType::isPersistentlyCacheable() — Method in class EntityType
Indicates if the persistent cache of field data should be used.
- EntityType::isSubclassOf() — Method in class EntityType
Indicates if the entity type is a subclass of the given class or interface.
- EntityType::isTranslatable() — Method in class EntityType
Indicates whether entities of this type have multilingual support.
- EntityType::isRevisionable() — Method in class EntityType
Indicates whether entities of this type have revision support.
- EntityType::isCommonReferenceTarget() — Method in class EntityType
Indicates whether this entity type is commonly used as a reference target.
- EntityTypeInterface::isStaticallyCacheable() — Method in class EntityTypeInterface
Indicates whether entities should be statically cached.
- EntityTypeInterface::isRenderCacheable() — Method in class EntityTypeInterface
Indicates whether the rendered output of entities should be cached.
- EntityTypeInterface::isPersistentlyCacheable() — Method in class EntityTypeInterface
Indicates if the persistent cache of field data should be used.
- EntityTypeInterface::isSubclassOf() — Method in class EntityTypeInterface
Indicates if the entity type is a subclass of the given class or interface.
- EntityTypeInterface::isInternal() — Method in class EntityTypeInterface
Indicates whether the entity data is internal.
- EntityTypeInterface::isTranslatable() — Method in class EntityTypeInterface
Indicates whether entities of this type have multilingual support.
- EntityTypeInterface::isRevisionable() — Method in class EntityTypeInterface
Indicates whether entities of this type have revision support.
- EntityTypeInterface::isCommonReferenceTarget() — Method in class EntityTypeInterface
Indicates whether this entity type is commonly used as a reference target.
- EntityViewBuilder::isViewModeCacheable() — Method in class EntityViewBuilder
Determines whether the view mode is cacheable.
- InvalidLinkTemplateException — Class in namespace Drupal\Core\Entity\Exception
Indicates that a link template does not follow the required pattern.
- FieldableEntityInterface::isValidationRequired() — Method in class FieldableEntityInterface
Checks whether entity validation is required before saving the entity.
- EntityAdapter::isEmpty() — Method in class EntityAdapter
Determines whether the data structure is empty.
- $ EntityReference#id — Property in class EntityReference
The entity ID.
- EntityReference::isTargetNew() — Method in class EntityReference
Checks whether the target entity has not been saved yet.
- $ ValidReferenceConstraint#invalidAutocreateMessage — Property in class ValidReferenceConstraint
Violation message when a new entity ("autocreate") is invalid.
- QueryBase::initializePager() — Method in class QueryBase
Gets the total number of results and initialize a pager for the query.
- Query::isSimpleQuery() — Method in class Query
Determines whether the query requires GROUP BY and ORDER BY MIN/MAX.
- Tables::isFieldCaseSensitive() — Method in class Tables
Determines whether the given field is case sensitive.
- TablesInterface::isFieldCaseSensitive() — Method in class TablesInterface
Determines whether the given field is case sensitive.
- RevisionableInterface::isNewRevision() — Method in class RevisionableInterface
Determines whether a new revision should be created on save.
- RevisionableInterface::isDefaultRevision() — Method in class RevisionableInterface
Checks if this entity is the default revision.
- RevisionableInterface::isLatestRevision() — Method in class RevisionableInterface
Checks if this entity is the latest revision.
- SqlContentEntityStorage::initTableLayout() — Method in class SqlContentEntityStorage
Initializes table name variables.
- SqlContentEntityStorage::isColumnSerial() — Method in class SqlContentEntityStorage
Checks whether a field column should be treated as serial.
- $ SqlContentEntityStorageSchema#installedStorageSchema — Property in class SqlContentEntityStorageSchema
The key-value collection for tracking installed storage schema.
- SqlContentEntityStorageSchema::installedStorageSchema() — Method in class SqlContentEntityStorageSchema
Gets the keyvalue collection for tracking the installed schema.
- SqlContentEntityStorageSchema::initializeBaseTable() — Method in class SqlContentEntityStorageSchema
Initializes common information for a base table.
- SqlContentEntityStorageSchema::initializeRevisionTable() — Method in class SqlContentEntityStorageSchema
Initializes common information for a revision table.
- SqlContentEntityStorageSchema::initializeDataTable() — Method in class SqlContentEntityStorageSchema
Initializes common information for a data table.
- SqlContentEntityStorageSchema::initializeRevisionDataTable() — Method in class SqlContentEntityStorageSchema
Initializes common information for a revision data table.
- SqlContentEntityStorageSchema::isTableEmpty() — Method in class SqlContentEntityStorageSchema
Checks whether a database table is non-existent or empty.
- $ SynchronizableEntityTrait#isSyncing — Property in class SynchronizableEntityTrait
Whether this entity is being created, updated or deleted through a synchronization process.
- SynchronizableEntityTrait::isSyncing() — Method in class SynchronizableEntityTrait
- {@inheritdoc}
- SynchronizableInterface::isSyncing() — Method in class SynchronizableInterface
Returns whether this entity is being changed as part of a synchronization.
- TranslatableRevisionableInterface::isLatestTranslationAffectedRevision() — Method in class TranslatableRevisionableInterface
Checks whether this is the latest revision affecting this translation.
- TranslatableRevisionableInterface::isRevisionTranslationAffected() — Method in class TranslatableRevisionableInterface
Checks whether the current translation is affected by the current revision.
- TranslatableRevisionableInterface::isRevisionTranslationAffectedEnforced() — Method in class TranslatableRevisionableInterface
Checks if the revision translation affected flag value has been enforced.
- TranslatableRevisionableInterface::isDefaultTranslationAffectedOnly() — Method in class TranslatableRevisionableInterface
Checks if untranslatable fields should affect only the default translation.
- FinalExceptionSubscriber::isErrorLevelVerbose() — Method in class FinalExceptionSubscriber
Checks whether the error level is verbose or not.
- FinalExceptionSubscriber::isErrorDisplayable() — Method in class FinalExceptionSubscriber
Wrapper for error_displayable().
- FinishResponseSubscriber::isCacheControlCustomized() — Method in class FinishResponseSubscriber
Determine whether the given response has a custom Cache-Control header.
- Dependency::isCompatible() — Method in class Dependency
Determines if the provided version is compatible with this dependency.
- ExtensionLifecycle::isValid() — Method in class ExtensionLifecycle
Determines if a given extension lifecycle string is valid.
- $ ExtensionList#infoParser — Property in class ExtensionList
The info parser.
- $ ExtensionList#installProfile — Property in class ExtensionList
The install profile used by the site.
- InfoParser — Class in namespace Drupal\Core\Extension
Parses extension .info.yml files.
- InfoParserDynamic — Class in namespace Drupal\Core\Extension
Parses dynamic .info.yml files that might change during the page request.
- InfoParserDynamic::isConstraintSatisfiedByPreviousVersion() — Method in class InfoParserDynamic
Determines if a constraint is satisfied by earlier versions of Drupal 8.
- InfoParserException — Class in namespace Drupal\Core\Extension
An exception thrown by the InfoParser class whilst parsing info.yml files.
- InfoParserInterface — Class in namespace Drupal\Core\Extension
Interface for classes that parses Drupal's info.yml files.
- $ ModuleHandler#implementations — Property in class ModuleHandler
List of hook implementations keyed by hook name.
- $ ModuleHandler#includeFileKeys — Property in class ModuleHandler
A list of module include file keys.
- ModuleHandler::isLoaded() — Method in class ModuleHandler
Returns whether all modules have been loaded.
- ModuleHandler::implementsHook() — Method in class ModuleHandler
Returns whether a given module implements a given hook.
- ModuleHandler::invoke() — Method in class ModuleHandler
Invokes a hook in a particular module.
- ModuleHandler::invokeAll() — Method in class ModuleHandler
Invokes a hook in all enabled modules that implement it.
- ModuleHandler::invokeDeprecated() — Method in class ModuleHandler
Invokes a deprecated hook in a particular module.
- ModuleHandler::invokeAllDeprecated() — Method in class ModuleHandler
Invokes a deprecated hook in all enabled modules that implement it.
- ModuleHandlerInterface::isLoaded() — Method in class ModuleHandlerInterface
Returns whether all modules have been loaded.
- ModuleHandlerInterface::implementsHook() — Method in class ModuleHandlerInterface
Returns whether a given module implements a given hook.
- ModuleHandlerInterface::invoke() — Method in class ModuleHandlerInterface
Invokes a hook in a particular module.
- ModuleHandlerInterface::invokeAll() — Method in class ModuleHandlerInterface
Invokes a hook in all enabled modules that implement it.
- ModuleHandlerInterface::invokeDeprecated() — Method in class ModuleHandlerInterface
Invokes a deprecated hook in a particular module.
- ModuleHandlerInterface::invokeAllDeprecated() — Method in class ModuleHandlerInterface
Invokes a deprecated hook in all enabled modules that implement it.
- ModuleInstaller::install() — Method in class ModuleInstaller
Installs a given list of modules.
- ModuleInstaller::installSchema() — Method in class ModuleInstaller
Creates all tables defined in a module's hook_schema().
- ModuleInstallerInterface::install() — Method in class ModuleInstallerInterface
Installs a given list of modules.
- $ ThemeExtensionList#installedThemes — Property in class ThemeExtensionList
The list of installed themes.
- ThemeInstaller::install() — Method in class ThemeInstaller
Installs a given list of themes.
- ThemeInstallerInterface::install() — Method in class ThemeInstallerInterface
Installs a given list of themes.
- $ FieldFormatter#id — Property in class FieldFormatter
The plugin ID.
- $ FieldType#id — Property in class FieldType
The plugin ID.
- $ FieldWidget#id — Property in class FieldWidget
The plugin ID.
- $ BaseFieldDefinition#indexes — Property in class BaseFieldDefinition
- BaseFieldDefinition::isTranslatable() — Method in class BaseFieldDefinition
Returns whether the field is translatable.
- BaseFieldDefinition::isRevisionable() — Method in class BaseFieldDefinition
Returns whether the field storage is revisionable.
- BaseFieldDefinition::isMultiple() — Method in class BaseFieldDefinition
Returns whether the field can contain multiple items.
- BaseFieldDefinition::isDisplayConfigurable() — Method in class BaseFieldDefinition
Returns whether the display for the field can be configured.
- BaseFieldDefinition::isBaseField() — Method in class BaseFieldDefinition
Determines whether the field is a base field.
- BaseFieldDefinition::isDeleted() — Method in class BaseFieldDefinition
Returns whether the field is deleted or not.
- BaseFieldDefinition::isStorageRequired() — Method in class BaseFieldDefinition
Returns whether the field storage is required.
- BaseFieldDefinition::isInternal() — Method in class BaseFieldDefinition
Determines whether the data value is internal.
- BaseFieldOverride::isDisplayConfigurable() — Method in class BaseFieldOverride
Returns whether the display for the field can be configured.
- BaseFieldOverride::isReadOnly() — Method in class BaseFieldOverride
Determines whether the data is read-only.
- BaseFieldOverride::isComputed() — Method in class BaseFieldOverride
Determines whether the data value is computed.
- $ FieldConfigBase#id — Property in class FieldConfigBase
The field ID.
- $ FieldConfigBase#itemDefinition — Property in class FieldConfigBase
The data definition of a field item.
- FieldConfigBase::id() — Method in class FieldConfigBase
Gets the identifier.
- FieldConfigBase::isTranslatable() — Method in class FieldConfigBase
Returns whether the field is translatable.
- FieldConfigBase::isRequired() — Method in class FieldConfigBase
Determines whether a data value is required.
- FieldConfigBase::isList() — Method in class FieldConfigBase
Returns whether the data is multi-valued, i.e. a list of data items.
- FieldConfigBase::isInternal() — Method in class FieldConfigBase
Determines whether the data value is internal.
- FieldDefinition::isDisplayConfigurable() — Method in class FieldDefinition
Returns whether the display for the field can be configured.
- FieldDefinition::isTranslatable() — Method in class FieldDefinition
Returns whether the field is translatable.
- FieldDefinitionInterface::isDisplayConfigurable() — Method in class FieldDefinitionInterface
Returns whether the display for the field can be configured.
- FieldDefinitionInterface::isRequired() — Method in class FieldDefinitionInterface
Returns whether the field can be empty.
- FieldDefinitionInterface::isTranslatable() — Method in class FieldDefinitionInterface
Returns whether the field is translatable.
- FieldStorageDefinitionInterface::isTranslatable() — Method in class FieldStorageDefinitionInterface
Returns whether the field supports translation.
- FieldStorageDefinitionInterface::isRevisionable() — Method in class FieldStorageDefinitionInterface
Returns whether the field storage is revisionable.
- FieldStorageDefinitionInterface::isMultiple() — Method in class FieldStorageDefinitionInterface
Returns whether the field can contain multiple items.
- FieldStorageDefinitionInterface::isBaseField() — Method in class FieldStorageDefinitionInterface
Determines whether the field is a base field.
- FieldStorageDefinitionInterface::isDeleted() — Method in class FieldStorageDefinitionInterface
Returns whether the field is deleted or not.
- FormatterBase::isApplicable() — Method in class FormatterBase
Returns if the formatter can be used for the provided field.
- FormatterInterface::isApplicable() — Method in class FormatterInterface
Returns if the formatter can be used for the provided field.
- EntityReferenceEntityFormatter::isApplicable() — Method in class EntityReferenceEntityFormatter
Returns if the formatter can be used for the provided field.
- IntegerFormatter — Class in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter
Plugin implementation of the 'number_integer' formatter.
- EmailItem::isEmpty() — Method in class EmailItem
Determines whether the data structure is empty.
- EntityReferenceItem::isEmpty() — Method in class EntityReferenceItem
Determines whether the data structure is empty.
- IntegerItem — Class in namespace Drupal\Core\Field\Plugin\Field\FieldType
Defines the 'integer' field type.
- MapItem::isEmpty() — Method in class MapItem
Determines whether the data structure is empty.
- NumericItemBase::isEmpty() — Method in class NumericItemBase
Determines whether the data structure is empty.
- PasswordItem::isEmpty() — Method in class PasswordItem
Determines whether the data structure is empty.
- StringItemBase::isEmpty() — Method in class StringItemBase
Determines whether the data structure is empty.
- UriItem::isEmpty() — Method in class UriItem
Determines whether the data structure is empty.
- RequiredFieldStorageDefinitionInterface::isStorageRequired() — Method in class RequiredFieldStorageDefinitionInterface
Returns whether the field storage is required.
- WidgetBase::isApplicable() — Method in class WidgetBase
Returns if the widget can be used for the provided field.
- WidgetBase::isDefaultValueWidget() — Method in class WidgetBase
Returns whether the widget used for default value form.
- WidgetInterface::isApplicable() — Method in class WidgetInterface
Returns if the widget can be used for the provided field.
- FTPExtension::isDirectory() — Method in class FTPExtension
Checks if a particular path is a directory.
- FTPExtension::isFile() — Method in class FTPExtension
Checks if a particular path is a file (not a directory).
- FileTransfer::isDirectory() — Method in class FileTransfer
Checks if a particular path is a directory.
- FileTransfer::isFile() — Method in class FileTransfer
Checks if a particular path is a file (not a directory).
- Local::isDirectory() — Method in class Local
Checks if a particular path is a directory.
- Local::isFile() — Method in class Local
Checks if a particular path is a file (not a directory).
- SSH::isDirectory() — Method in class SSH
Implements Drupal\Core\FileTransfer\FileTransfer::isDirectory().
- SSH::isFile() — Method in class SSH
Checks if a particular path is a file (not a directory).
- $ FileUploadSanitizeNameEvent#isSecurityRename — Property in class FileUploadSanitizeNameEvent
Indicates the filename has changed for security reasons.
- FileUploadSanitizeNameEvent::isSecurityRename() — Method in class FileUploadSanitizeNameEvent
Gets the security rename flag.
- InvalidStreamWrapperException — Class in namespace Drupal\Core\File\Exception
Exception thrown when a file's stream wrapper is invalid.
- ExtensionMimeTypeGuesser::isGuesserSupported() — Method in class ExtensionMimeTypeGuesser
- {@inheritdoc}
- MimeTypeGuesser::isGuesserSupported() — Method in class MimeTypeGuesser
- {@inheritdoc}
- ProtectedDirectory::isPrivate() — Method in class ProtectedDirectory
Is the directory private (or public).
- DatabaseBackend::isAllowed() — Method in class DatabaseBackend
Checks whether a user is allowed to proceed with the specified event.
- FloodInterface::isAllowed() — Method in class FloodInterface
Checks whether a user is allowed to proceed with the specified event.
- MemoryBackend::isAllowed() — Method in class MemoryBackend
Checks whether a user is allowed to proceed with the specified event.
- $ FormState#invalidToken — Property in class FormState
If set to TRUE the form will skip calling form element value callbacks, except for a select list of callbacks provided by Drupal core that are known to be safe.
- $ FormState#input — Property in class FormState
The array of values as they were submitted by the user.
- FormState::isCached() — Method in class FormState
Determines if the form should be cached.
- FormState::isExecuted() — Method in class FormState
Determines if the form was submitted and has been processed and executed.
- FormState::isMethodType() — Method in class FormState
Returns the HTTP form method.
- FormState::isRequestMethodSafe() — Method in class FormState
Checks whether the request method is a "safe" HTTP method.
- FormState::isValidationEnforced() — Method in class FormState
Checks if validation is enforced.
- FormState::isRedirectDisabled() — Method in class FormState
Determines if redirecting has been prevented.
- FormState::isProcessingInput() — Method in class FormState
Determines if the form input will be processed.
- FormState::isProgrammed() — Method in class FormState
Returns if this form was submitted programmatically.
- FormState::isBypassingProgrammedAccessChecks() — Method in class FormState
Determines if this form submission should bypass #access.
- FormState::isSubmitted() — Method in class FormState
Determines if the form has been submitted.
- FormState::isValidationComplete() — Method in class FormState
Determines if validation has been completed.
- FormState::isRebuilding() — Method in class FormState
Determines if the form should be rebuilt after processing.
- FormStateDecoratorBase::isCached() — Method in class FormStateDecoratorBase
Determines if the form should be cached.
- FormStateDecoratorBase::isExecuted() — Method in class FormStateDecoratorBase
Determines if the form was submitted and has been processed and executed.
- FormStateDecoratorBase::isMethodType() — Method in class FormStateDecoratorBase
Returns the HTTP form method.
- FormStateDecoratorBase::isValidationEnforced() — Method in class FormStateDecoratorBase
Checks if validation is enforced.
- FormStateDecoratorBase::isRedirectDisabled() — Method in class FormStateDecoratorBase
Determines if redirecting has been prevented.
- FormStateDecoratorBase::isProcessingInput() — Method in class FormStateDecoratorBase
Determines if the form input will be processed.
- FormStateDecoratorBase::isProgrammed() — Method in class FormStateDecoratorBase
Returns if this form was submitted programmatically.
- FormStateDecoratorBase::isBypassingProgrammedAccessChecks() — Method in class FormStateDecoratorBase
Determines if this form submission should bypass #access.
- FormStateDecoratorBase::isSubmitted() — Method in class FormStateDecoratorBase
Determines if the form has been submitted.
- FormStateDecoratorBase::isValidationComplete() — Method in class FormStateDecoratorBase
Determines if validation has been completed.
- FormStateDecoratorBase::isValueEmpty() — Method in class FormStateDecoratorBase
Determines if a specific key has a value in the submitted form values.
- FormStateDecoratorBase::isRebuilding() — Method in class FormStateDecoratorBase
Determines if the form should be rebuilt after processing.
- FormStateInterface::isValueEmpty() — Method in class FormStateInterface
Determines if a specific key has a value in the submitted form values.
- FormStateInterface::isRebuilding() — Method in class FormStateInterface
Determines if the form should be rebuilt after processing.
- FormStateInterface::isCached() — Method in class FormStateInterface
Determines if the form should be cached.
- FormStateInterface::isExecuted() — Method in class FormStateInterface
Determines if the form was submitted and has been processed and executed.
- FormStateInterface::isMethodType() — Method in class FormStateInterface
Returns the HTTP form method.
- FormStateInterface::isValidationEnforced() — Method in class FormStateInterface
Checks if validation is enforced.
- FormStateInterface::isRedirectDisabled() — Method in class FormStateInterface
Determines if redirecting has been prevented.
- FormStateInterface::isProcessingInput() — Method in class FormStateInterface
Determines if the form input will be processed.
- FormStateInterface::isProgrammed() — Method in class FormStateInterface
Returns if this form was submitted programmatically.
- FormStateInterface::isBypassingProgrammedAccessChecks() — Method in class FormStateInterface
Determines if this form submission should bypass #access.
- FormStateInterface::isSubmitted() — Method in class FormStateInterface
Determines if the form has been submitted.
- FormStateInterface::isValidationComplete() — Method in class FormStateInterface
Determines if validation has been completed.
- FormStateValuesTrait::isValueEmpty() — Method in class FormStateValuesTrait
Implements \Drupal\Core\Form\FormStateInterface::isValueEmpty()
- HandlerStackConfigurator::initializeMiddlewares() — Method in class HandlerStackConfigurator
Ensures that the middlewares are initialized.
- InputBag — Class in namespace Drupal\Core\Http
Forward compatibility class for Symfony 5.
- KernelEvent::isMasterRequest() — Method in class KernelEvent
Checks if this is a master request.
- KernelEvent::isMainRequest() — Method in class KernelEvent
Checks if this is a main request.
- LinkRelationType::isRegistered() — Method in class LinkRelationType
Indicates whether this link relation type is of the 'registered' kind.
- LinkRelationType::isExtension() — Method in class LinkRelationType
Indicates whether this link relation type is of the 'extension' kind.
- LinkRelationTypeInterface::isRegistered() — Method in class LinkRelationTypeInterface
Indicates whether this link relation type is of the 'registered' kind.
- LinkRelationTypeInterface::isExtension() — Method in class LinkRelationTypeInterface
Indicates whether this link relation type is of the 'extension' kind.
- ImageToolkit — Class in namespace Drupal\Core\ImageToolkit\Annotation
Defines a Plugin annotation object for the image toolkit plugin.
- $ ImageToolkit#id — Property in class ImageToolkit
The plugin ID.
- ImageToolkitOperation — Class in namespace Drupal\Core\ImageToolkit\Annotation
Defines a Plugin annotation object for the image toolkit operation plugin.
- $ ImageToolkitOperation#id — Property in class ImageToolkitOperation
The plugin ID.
- ImageToolkitBase — Class in namespace Drupal\Core\ImageToolkit
Provides a base class for image toolkit plugins.
- ImageToolkitInterface — Class in namespace Drupal\Core\ImageToolkit
Defines an interface for image toolkits.
- ImageToolkitInterface::isValid() — Method in class ImageToolkitInterface
Checks if the image is valid.
- ImageToolkitInterface::isAvailable() — Method in class ImageToolkitInterface
Verifies that the Image Toolkit is set up correctly.
- ImageToolkitManager — Class in namespace Drupal\Core\ImageToolkit
Manages image toolkit plugins.
- ImageToolkitOperationBase — Class in namespace Drupal\Core\ImageToolkit
Provides a base class for image toolkit operation plugins.
- ImageToolkitOperationInterface — Class in namespace Drupal\Core\ImageToolkit
Defines an interface for image toolkit operations.
- ImageToolkitOperationManager — Class in namespace Drupal\Core\ImageToolkit
Manages toolkit operation plugins.
- ImageToolkitOperationManagerInterface — Class in namespace Drupal\Core\ImageToolkit
Defines an interface for image toolkit operation managers.
- Image — Class in namespace Drupal\Core\Image
Defines an image object to represent an image file.
- Image::isValid() — Method in class Image
Checks if the image is valid.
- ImageFactory — Class in namespace Drupal\Core\Image
Provides a factory for image objects.
- ImageInterface — Class in namespace Drupal\Core\Image
Provides an interface for image objects.
- ImageInterface::isValid() — Method in class ImageInterface
Checks if the image is valid.
- InstallerException — Class in namespace Drupal\Core\Installer\Exception
Base class for exceptions thrown by installer.
- InstallerKernel — Class in namespace Drupal\Core\Installer
Extend DrupalKernel to handle force some kernel behaviors.
- InstallerKernel::initializeContainer() — Method in class InstallerKernel
Initializes the service container.
- InstallerKernel::installationAttempted() — Method in class InstallerKernel
Returns TRUE if a Drupal installation is currently being attempted.
- InstallerModuleExtensionList — Class in namespace Drupal\Core\Installer
Overrides the module extension list to have a static cache.
- InstallerRedirectTrait — Class in namespace Drupal\Core\Installer
Provides methods for checking if Drupal is already installed.
- InstallerRedirectTrait::isCli() — Method in class InstallerRedirectTrait
Returns whether the current PHP process runs on CLI.
- InstallerRouteBuilder — Class in namespace Drupal\Core\Installer
Manages the router in the installer.
- InstallerRouteProviderLazyBuilder — Class in namespace Drupal\Core\Installer
A Route Provider front-end for use during the installer.
- InstallerServiceProvider — Class in namespace Drupal\Core\Installer
Service provider for the early installer environment.
- InstallerThemeEngineExtensionList — Class in namespace Drupal\Core\Installer
Overrides the theme engine extension list to have a static cache.
- InstallerThemeExtensionList — Class in namespace Drupal\Core\Installer
Overrides the theme extension list to have a static cache.
- $ Language#id — Property in class Language
The ID, langcode.
- Language::isDefault() — Method in class Language
Returns whether this language is the default language.
- Language::isLocked() — Method in class Language
Returns whether this language is locked.
- LanguageInterface::isDefault() — Method in class LanguageInterface
Returns whether this language is the default language.
- LanguageInterface::isLocked() — Method in class LanguageInterface
Returns whether this language is locked.
- LanguageManager::isMultilingual() — Method in class LanguageManager
Returns whether or not the site has more than one language added.
- LanguageManager::isLanguageLocked() — Method in class LanguageManager
Checks whether a language is locked.
- LanguageManagerInterface::isMultilingual() — Method in class LanguageManagerInterface
Returns whether or not the site has more than one language added.
- LanguageManagerInterface::isLanguageLocked() — Method in class LanguageManagerInterface
Checks whether a language is locked.
- $ Layout#id — Property in class Layout
The plugin ID.
- $ Layout#icon — Property in class Layout
The path to the preview image (relative to the 'path' given).
- $ Layout#icon_map — Property in class Layout
The icon map.
- IconBuilderInterface — Class in namespace Drupal\Core\Layout\Icon
Provides an interface for building layout icons.
- $ SvgIconBuilder#id — Property in class SvgIconBuilder
The machine name of the layout.
- $ LayoutDefinition#icon — Property in class LayoutDefinition
The path to the preview image.
- $ LayoutDefinition#icon_map — Property in class LayoutDefinition
An array defining the regions of a layout.
- RfcLoggerTrait::info() — Method in class RfcLoggerTrait
- {@inheritdoc}
- $ MailManager#instances — Property in class MailManager
List of already instantiated mail plugins.
- InaccessibleMenuLink — Class in namespace Drupal\Core\Menu
A menu link plugin for wrapping another menu link, in sensitive situations.
- $ LocalActionManager#instances — Property in class LocalActionManager
The plugin instances.
- $ LocalTaskManager#instances — Property in class LocalTaskManager
The plugin instances.
- LocalTaskManager::isRouteActive() — Method in class LocalTaskManager
Determines whether the route of a certain local task is currently active.
- MenuLinkBase::isEnabled() — Method in class MenuLinkBase
Returns whether the menu link is enabled (not hidden).
- MenuLinkBase::isExpanded() — Method in class MenuLinkBase
Returns whether the child menu links should always been shown.
- MenuLinkBase::isResettable() — Method in class MenuLinkBase
Returns whether this link can be reset.
- MenuLinkBase::isTranslatable() — Method in class MenuLinkBase
Returns whether this link can be translated.
- MenuLinkBase::isDeletable() — Method in class MenuLinkBase
Returns whether this link can be deleted.
- MenuLinkDefault::isResettable() — Method in class MenuLinkDefault
Returns whether this link can be reset.
- MenuLinkInterface::isEnabled() — Method in class MenuLinkInterface
Returns whether the menu link is enabled (not hidden).
- MenuLinkInterface::isExpanded() — Method in class MenuLinkInterface
Returns whether the child menu links should always been shown.
- MenuLinkInterface::isResettable() — Method in class MenuLinkInterface
Returns whether this link can be reset.
- MenuLinkInterface::isTranslatable() — Method in class MenuLinkInterface
Returns whether this link can be translated.
- MenuLinkInterface::isDeletable() — Method in class MenuLinkInterface
Returns whether this link can be deleted.
- $ MenuLinkTreeElement#inActiveTrail — Property in class MenuLinkTreeElement
Whether this link is in the active trail.
- CommandLineOrUnsafeMethod::isCli() — Method in class CommandLineOrUnsafeMethod
Indicates whether this is a CLI request.
- $ PhpassHashedPassword#ITOA64 — Property in class PhpassHashedPassword
Returns a string for mapping an int to the corresponding base 64 character.
- InboundPathProcessorInterface — Class in namespace Drupal\Core\PathProcessor
Defines an interface for classes that process the inbound path.
- $ PathProcessorManager#inboundProcessors — Property in class PathProcessorManager
Holds the array of inbound processors to cycle through.
- $ PathMatcher#isCurrentFrontPage — Property in class PathMatcher
Whether the current page is the front page.
- PathMatcher::isFrontPage() — Method in class PathMatcher
Checks if the current page is the front page.
- PathMatcherInterface::isFrontPage() — Method in class PathMatcherInterface
Checks if the current page is the front page.
- PathValidator::isValid() — Method in class PathValidator
Checks if the URL path is valid and accessible by the current user.
- PathValidatorInterface::isValid() — Method in class PathValidatorInterface
Checks if the URL path is valid and accessible by the current user.
- $ ContextAwarePluginTrait#initializedContextConfig — Property in class ContextAwarePluginTrait
Tracks whether the context has been initialized from configuration.
- $ ContextDefinition#isMultiple — Property in class ContextDefinition
Whether the data is multi-valued, i.e. a list of data items.
- $ ContextDefinition#isRequired — Property in class ContextDefinition
Determines whether a data value is required.
- ContextDefinition::isMultiple() — Method in class ContextDefinition
Determines whether the data is multi-valued, i.e. a list of data items.
- ContextDefinition::isRequired() — Method in class ContextDefinition
Determines whether the context is required.
- ContextDefinition::isSatisfiedBy() — Method in class ContextDefinition
Determines if this definition is satisfied by a context object.
- ContextDefinitionInterface::isSatisfiedBy() — Method in class ContextDefinitionInterface
Determines if this definition is satisfied by a context object.
- DefaultLazyPluginCollection::initializePlugin() — Method in class DefaultLazyPluginCollection
Initializes and stores a plugin.
- $ DefaultSingleLazyPluginCollection#instanceId — Property in class DefaultSingleLazyPluginCollection
The instance ID used for this plugin collection.
- DefaultSingleLazyPluginCollection::initializePlugin() — Method in class DefaultSingleLazyPluginCollection
Initializes and stores a plugin.
- InfoHookDecorator — Class in namespace Drupal\Core\Plugin\Discovery
Allows info hook implementations to enhance discovered plugin definitions.
- ConfigInstaller::installDefaultConfig() — Method in class ConfigInstaller
Installs the default configuration of a given extension.
- ConfigInstaller::installOptionalConfig() — Method in class ConfigInstaller
Installs optional configuration.
- ConfigInstaller::installCollectionDefaultConfig() — Method in class ConfigInstaller
Installs all default configuration in the specified collection.
- ConfigInstaller::isSyncing() — Method in class ConfigInstaller
Gets the syncing state.
- ModuleInstaller::install() — Method in class ModuleInstaller
Installs a given list of modules.
- ExtensionMimeTypeGuesser::isGuesserSupported() — Method in class ExtensionMimeTypeGuesser
- {@inheritdoc}
- MimeTypeGuesser::isGuesserSupported() — Method in class MimeTypeGuesser
- {@inheritdoc}
- $ Memory#idSequence — Property in class Memory
Counter for item ids.
- Element::isVisibleElement() — Method in class Element
Determines if an element is visible.
- Element::isEmpty() — Method in class Element
Indicates whether the given element is empty.
- ImageButton — Class in namespace Drupal\Core\Render\Element
Provides a form element for a submit button with an image.
- InlineTemplate — Class in namespace Drupal\Core\Render\Element
Provides a render element where the user supplies an in-line Twig template.
- Item — Class in namespace Drupal\Core\Render\Element
Provides a display-only form element with an optional title and description.
- HtmlRenderer::invokePageAttachmentHooks() — Method in class HtmlRenderer
Invokes the page attachment hooks.
- $ Renderer#isRenderingRoot — Property in class Renderer
Whether we're currently in a ::renderRoot() call.
- AdminContext::isAdminRoute() — Method in class AdminContext
Determines whether the active route is an admin one.
- LocalAwareRedirectResponseTrait::isLocal() — Method in class LocalAwareRedirectResponseTrait
Determines whether a path is local.
- RequestHelper::isCleanUrl() — Method in class RequestHelper
Returns whether the request is using a clean URL.
- RoutePreloader::isGetAndHtmlRoute() — Method in class RoutePreloader
Determines whether the given route is a GET and HTML route.
- TrustedRedirectResponse::isSafe() — Method in class TrustedRedirectResponse
Returns whether the URL is considered as safe to redirect to.
- UrlGenerator::isStrictRequirements() — Method in class UrlGenerator
- {@inheritdoc}
- AccountInterface::id() — Method in class AccountInterface
Returns the user ID or 0 for anonymous.
- AccountInterface::isAuthenticated() — Method in class AccountInterface
Returns TRUE if the account is authenticated.
- AccountInterface::isAnonymous() — Method in class AccountInterface
Returns TRUE if the account is anonymous.
- $ AccountProxy#id — Property in class AccountProxy
Account id.
- AccountProxy::id() — Method in class AccountProxy
Returns the user ID or 0 for anonymous.
- AccountProxy::isAuthenticated() — Method in class AccountProxy
Returns TRUE if the account is authenticated.
- AccountProxy::isAnonymous() — Method in class AccountProxy
Returns TRUE if the account is anonymous.
- SessionManager::isCli() — Method in class SessionManager
Returns whether the current PHP process runs on CLI.
- SessionManager::isSessionObsolete() — Method in class SessionManager
Determines whether the session contains user data.
- UserSession::id() — Method in class UserSession
Returns the user ID or 0 for anonymous.
- UserSession::isAuthenticated() — Method in class UserSession
Returns TRUE if the account is authenticated.
- UserSession::isAnonymous() — Method in class UserSession
Returns TRUE if the account is anonymous.
- WriteSafeSessionHandler::isSessionWritable() — Method in class WriteSafeSessionHandler
Returns whether or not a session may be written to storage.
- WriteSafeSessionHandlerInterface::isSessionWritable() — Method in class WriteSafeSessionHandlerInterface
Returns whether or not a session may be written to storage.
- Settings::initialize() — Method in class Settings
Bootstraps settings.php and the Settings singleton.
- $ StreamWrapperManager#info — Property in class StreamWrapperManager
Contains stream wrapper info.
- StreamWrapperManager::isValidScheme() — Method in class StreamWrapperManager
Checks that the scheme of a stream URI is valid.
- StreamWrapperManager::isValidUri() — Method in class StreamWrapperManager
Determines whether the URI has a valid scheme for file API operations.
- StreamWrapperManagerInterface::isValidScheme() — Method in class StreamWrapperManagerInterface
Checks that the scheme of a stream URI is valid.
- StreamWrapperManagerInterface::isValidUri() — Method in class StreamWrapperManagerInterface
Determines whether the URI has a valid scheme for file API operations.
- StringLoader::isFresh() — Method in class StringLoader
- {@inheritdoc}
- TwigEnvironment::invalidate() — Method in class TwigEnvironment
Invalidates all compiled Twig templates.
- TwigExtension::isUrlGenerationSafe() — Method in class TwigExtension
Determines at compile time whether the generated URL will be safe.
- FunctionalTestSetupTrait::initSettings() — Method in class FunctionalTestSetupTrait
Initialize settings created during install.
- FunctionalTestSetupTrait::initConfig() — Method in class FunctionalTestSetupTrait
Initialize various configurations post-installation.
- FunctionalTestSetupTrait::initUserSession() — Method in class FunctionalTestSetupTrait
Initializes user 1 for the site to be installed.
- FunctionalTestSetupTrait::initKernel() — Method in class FunctionalTestSetupTrait
Initializes the kernel after installation.
- FunctionalTestSetupTrait::installDefaultThemeFromClassProperty() — Method in class FunctionalTestSetupTrait
Installs the default theme defined by
static::$defaultThemewhen needed.- FunctionalTestSetupTrait::installModulesFromClassProperty() — Method in class FunctionalTestSetupTrait
Install modules defined by
static::$modules.- FunctionalTestSetupTrait::installParameters() — Method in class FunctionalTestSetupTrait
Returns the parameters that will be used when Simpletest installs Drupal.
- TestDatabase::insertAssert() — Method in class TestDatabase
Store an assertion from outside the testing context.
- $ Registry#initialized — Property in class Registry
Stores whether the registry was already initialized.
- Registry::init() — Method in class Registry
Initializes a theme with a certain name.
- ThemeInitialization::initTheme() — Method in class ThemeInitialization
Initializes a given theme.
- ThemeInitializationInterface::initTheme() — Method in class ThemeInitializationInterface
Initializes a given theme.
- ThemeManager::initTheme() — Method in class ThemeManager
Initializes the active theme for a given route match.
- $ DataType#id — Property in class DataType
The data type plugin ID.
- ComplexDataInterface::isEmpty() — Method in class ComplexDataInterface
Determines whether the data structure is empty.
- ComputedItemListTrait::isEmpty() — Method in class ComputedItemListTrait
- {@inheritdoc}
- DataDefinition::isList() — Method in class DataDefinition
Returns whether the data is multi-valued, i.e. a list of data items.
- DataDefinition::isReadOnly() — Method in class DataDefinition
Determines whether the data is read-only.
- DataDefinition::isComputed() — Method in class DataDefinition
Determines whether the data value is computed.
- DataDefinition::isRequired() — Method in class DataDefinition
Determines whether a data value is required.
- DataDefinition::isInternal() — Method in class DataDefinition
Determines whether the data value is internal.
- DataDefinitionInterface::isList() — Method in class DataDefinitionInterface
Returns whether the data is multi-valued, i.e. a list of data items.
- DataDefinitionInterface::isReadOnly() — Method in class DataDefinitionInterface
Determines whether the data is read-only.
- DataDefinitionInterface::isComputed() — Method in class DataDefinitionInterface
Determines whether the data value is computed.
- DataDefinitionInterface::isRequired() — Method in class DataDefinitionInterface
Determines whether a data value is required.
- DataDefinitionInterface::isInternal() — Method in class DataDefinitionInterface
Determines whether the data value is internal.
- $ ListDataDefinition#itemDefinition — Property in class ListDataDefinition
The data definition of a list item.
- ListInterface::isEmpty() — Method in class ListInterface
Determines whether the list contains any non-empty items.
- IntegerData — Class in namespace Drupal\Core\TypedData\Plugin\DataType
The integer data type.
- ItemList — Class in namespace Drupal\Core\TypedData\Plugin\DataType
A generic list class.
- ItemList::isEmpty() — Method in class ItemList
Determines whether the list contains any non-empty items.
- $ Language#id — Property in class Language
The id of the language.
- Language::id() — Method in class Language
- {@inheritdoc}
- Map::isEmpty() — Method in class Map
Determines whether the data structure is empty.
- TranslatableInterface::isDefaultTranslation() — Method in class TranslatableInterface
Checks whether the translation is the default one.
- TranslatableInterface::isNewTranslation() — Method in class TranslatableInterface
Checks whether the translation is new.
- TranslatableInterface::isTranslatable() — Method in class TranslatableInterface
Returns the translation support status.
- IntegerInterface — Class in namespace Drupal\Core\TypedData\Type
Interface for integer numbers.
- $ ConstraintViolationBuilder#invalidValue — Property in class ConstraintViolationBuilder
The invalid value caused the violation.
- ExecutionContext::isConstraintValidated() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::isGroupValidated() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::isObjectInitialized() — Method in class ExecutionContext
- {@inheritdoc}
- RecursiveValidator::inContext() — Method in class RecursiveValidator
- {@inheritdoc}
- UpdateKernel::initializeContainer() — Method in class UpdateKernel
Initializes the service container.
- $ UpdateRegistry#includeTests — Property in class UpdateRegistry
Should we respect update functions in tests.
- Module::isInstalled() — Method in class Module
Checks if the project is installed.
- Theme::isInstalled() — Method in class Theme
Checks if the project is installed.
- Updater::install() — Method in class Updater
Installs a Drupal project, returns a list of next actions.
- UpdaterInterface::isInstalled() — Method in class UpdaterInterface
Checks if the project is installed.
- $ Url#internalPath — Property in class Url
Stores the internal path, if already requested by getInternalPath().
- Url::isExternal() — Method in class Url
Indicates if this Url is external.
- Url::isRouted() — Method in class Url
Indicates if this Url has a Drupal route.
- $ Error#ignoredFunctions — Property in class Error
An array of ignored functions.
- ThemeRegistry::initializeRegistry() — Method in class ThemeRegistry
Initializes the full theme registry.
- $ Constraint#id — Property in class Constraint
The constraint plugin ID.
- IsNullConstraint — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
Null constraint.
- IsNullConstraintValidator — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
Null constraint validator.
- DemoUmamiProfileTest::installParameters() — Method in class DemoUmamiProfileTest
- {@inheritdoc}
- $ AggregatorFetcher#id — Property in class AggregatorFetcher
The plugin ID.
- $ AggregatorParser#id — Property in class AggregatorParser
The plugin ID.
- $ AggregatorProcessor#id — Property in class AggregatorProcessor
The plugin ID.
- Item — Class in namespace Drupal\aggregator\Entity
Defines the aggregator item entity class.
- ItemInterface — Class in namespace Drupal\aggregator
Provides an interface defining an aggregator item entity.
- ItemStorage — Class in namespace Drupal\aggregator
Defines the storage handler class for feed item entities.
- ItemStorageInterface — Class in namespace Drupal\aggregator
Defines an interface for aggregator item entity storage classes.
- ItemStorageSchema — Class in namespace Drupal\aggregator
Defines the item schema handler.
- ItemViewBuilder — Class in namespace Drupal\aggregator
View builder handler for aggregator feed items.
- ItemsImporter — Class in namespace Drupal\aggregator
Defines an importer of aggregator items.
- ItemsImporterInterface — Class in namespace Drupal\aggregator
Provides an interface defining an aggregator items importer.
- $ AggregatorFeedBlock#itemStorage — Property in class AggregatorFeedBlock
The entity storage for items.
- AggregatorTitleFormatter::isApplicable() — Method in class AggregatorTitleFormatter
Returns if the formatter can be used for the provided field.
- $ DefaultProcessor#itemStorage — Property in class DefaultProcessor
The entity storage for items.
- Iid — Class in namespace Drupal\aggregator\Plugin\views\argument
Argument handler to accept an aggregator item id.
- BanIpManager::isBanned() — Method in class BanIpManager
Returns if this IP address is banned.
- BanIpManagerInterface::isBanned() — Method in class BanIpManagerInterface
Returns if this IP address is banned.
- $ BanAdmin#ipManager — Property in class BanAdmin
- $ BanDelete#ipManager — Property in class BanDelete
The IP manager.
- BlockedIp::import() — Method in class BlockedIp
Import the row.
- BlockPluginCollection::initializePlugin() — Method in class BlockPluginCollection
Initializes and stores a plugin.
- $ Block#id — Property in class Block
The ID of the block.
- Block::initializeIterator() — Method in class Block
Initializes the iterator with the source data.
- BlockContentInterface::isReusable() — Method in class BlockContentInterface
Determines if the block is reusable or not.
- BlockContent::isReusable() — Method in class BlockContent
Determines if the block is reusable or not.
- BlockContent::invalidateBlockPluginCache() — Method in class BlockContent
Invalidates the block plugin cache after changes and deletions.
- $ BlockContentType#id — Property in class BlockContentType
The custom block type ID.
- BookOutlineStorage::insert() — Method in class BookOutlineStorage
Inserts a book link.
- BookOutlineStorageInterface::insert() — Method in class BookOutlineStorageInterface
Inserts a book link.
- $ BreakpointManager#instances — Property in class BreakpointManager
The plugin instances.
- $ CKEditor4To5Upgrade#id — Property in class CKEditor4To5Upgrade
The plugin ID.
- $ CKEditor5Plugin#id — Property in class CKEditor5Plugin
The plugin ID.
- CKEditor5ImageController::imageUploadEnabledAccess() — Method in class CKEditor5ImageController
Access check based on whether image upload is enabled or not.
- CKEditor5MediaController::isMediaImage() — Method in class CKEditor5MediaController
Checks if media has a image field.
- CKEditor5PluginDefinition::isConfigurable() — Method in class CKEditor5PluginDefinition
Whether this plugin is configurable by the user.
- CKEditor5PluginManager::isPluginDisabled() — Method in class CKEditor5PluginManager
Checks whether a plugin must be disabled due to unmet conditions.
- ImageUpload — Class in namespace Drupal\ckeditor5\Plugin\CKEditor5Plugin
CKEditor 5 Image plugin.
- $ ToolbarItemConditionsMetConstraint#imageUploadStatusRequiredMessage — Property in class ToolbarItemConditionsMetConstraint
The violation message when the required image upload status is not set.
- ToolbarItemConstraintValidator::isValidToolbarItem() — Method in class ToolbarItemConstraintValidator
Validates the given toolbar item.
- $ CKEditorPlugin#id — Property in class CKEditorPlugin
The plugin ID.
- CKEditorPluginBase::isInternal() — Method in class CKEditorPluginBase
Indicates if this plugin is part of the optimized CKEditor build.
- CKEditorPluginContextualInterface::isEnabled() — Method in class CKEditorPluginContextualInterface
Checks if this plugin should be enabled based on the editor configuration.
- CKEditorPluginInterface::isInternal() — Method in class CKEditorPluginInterface
Indicates if this plugin is part of the optimized CKEditor build.
- CKEditorPluginManager::injectPluginSettingsForm() — Method in class CKEditorPluginManager
Injects the CKEditor plugins settings forms as a vertical tabs subform.
- DrupalImageCaption::isInternal() — Method in class DrupalImageCaption
Indicates if this plugin is part of the optimized CKEditor build.
- DrupalImageCaption::isEnabled() — Method in class DrupalImageCaption
Checks if this plugin should be enabled based on the editor configuration.
- Internal — Class in namespace Drupal\ckeditor\Plugin\CKEditorPlugin
Defines the "internal" plugin (i.e. core plugins part of our CKEditor build).
- Internal::isInternal() — Method in class Internal
Indicates if this plugin is part of the optimized CKEditor build.
- Internal::isEnabled() — Method in class Internal
Checks if this plugin should be enabled based on the editor configuration.
- Language::isInternal() — Method in class Language
Indicates if this plugin is part of the optimized CKEditor build.
- StylesCombo::isInternal() — Method in class StylesCombo
Indicates if this plugin is part of the optimized CKEditor build.
- Color::import() — Method in class Color
Import the row.
- $ CommentType#id — Property in class CommentType
The comment type ID.
- AuthorNameFormatter::isApplicable() — Method in class AuthorNameFormatter
Returns if the formatter can be used for the provided field.
- CommentPermalinkFormatter::isApplicable() — Method in class CommentPermalinkFormatter
Returns if the formatter can be used for the provided field.
- CommentItem::isEmpty() — Method in class CommentItem
Determines whether the data structure is empty.
- EntityComment::import() — Method in class EntityComment
Import the row.
- EntityCommentType::import() — Method in class EntityCommentType
Import the row.
- LastTimestamp::init() — Method in class LastTimestamp
Initialize the plugin.
- NodeNewComments::init() — Method in class NodeNewComments
Initialize the plugin.
- $ ConfigController#importTransformer — Property in class ConfigController
The import transformer service.
- $ ConfigSync#importTransformer — Property in class ConfigSync
The import transformer service.
- ConfigTranslationController::itemPage() — Method in class ConfigTranslationController
Language translations overview page for a configuration name.
- $ ContactForm#id — Property in class ContactForm
The form ID.
- Message::isPersonal() — Method in class Message
Returns TRUE if this is the personal contact form.
- MessageInterface::isPersonal() — Method in class MessageInterface
Returns TRUE if this is the personal contact form.
- ContactSettings::initializeIterator() — Method in class ContactSettings
Initializes the iterator with the source data.
- ContentModerationState::isPublishedState() — Method in class ContentModerationState
Determines if entities should be published if in this state.
- ContentModerationState::isDefaultRevisionState() — Method in class ContentModerationState
Determines if entities should be the default revision if in this state.
- ContentModerationState::id() — Method in class ContentModerationState
Gets the state's ID.
- ContentPreprocess::isLatestVersionPage() — Method in class ContentPreprocess
Checks whether a route is the "Latest version" tab of a node.
- EntityOperations::isPublished() — Method in class EntityOperations
Checks if the entity is published.
- EntityTypeInfo::isModeratedEntityEditForm() — Method in class EntityTypeInfo
Checks whether the specified form allows to edit a moderated entity.
- BlockContentModerationHandler::isModeratedEntity() — Method in class BlockContentModerationHandler
Determines if an entity should be moderated.
- ModerationHandler::isModeratedEntity() — Method in class ModerationHandler
Determines if an entity should be moderated.
- ModerationHandlerInterface::isModeratedEntity() — Method in class ModerationHandlerInterface
Determines if an entity should be moderated.
- ModerationInformation::isModeratedEntity() — Method in class ModerationInformation
Determines if an entity is moderated.
- ModerationInformation::isModeratedEntityType() — Method in class ModerationInformation
Determines if an entity type has at least one moderated bundle.
- ModerationInformation::isLiveRevision() — Method in class ModerationInformation
Determines if an entity is "live".
- ModerationInformation::isDefaultRevisionPublished() — Method in class ModerationInformation
Determines if the default revision for the given entity is published.
- ModerationInformation::isFirstTimeModeration() — Method in class ModerationInformation
Determines if this entity is being moderated for the first time.
- ModerationInformationInterface::isModeratedEntity() — Method in class ModerationInformationInterface
Determines if an entity is moderated.
- ModerationInformationInterface::isModeratedEntityType() — Method in class ModerationInformationInterface
Determines if an entity type has at least one moderated bundle.
- ModerationInformationInterface::isLiveRevision() — Method in class ModerationInformationInterface
Determines if an entity is "live".
- ModerationInformationInterface::isDefaultRevisionPublished() — Method in class ModerationInformationInterface
Determines if the default revision for the given entity is published.
- ContentModerationStateFormatter::isApplicable() — Method in class ContentModerationStateFormatter
Returns if the formatter can be used for the provided field.
- ModerationStateWidget::isApplicable() — Method in class ModerationStateWidget
Returns if the widget can be used for the provided field.
- $ ModerationStateConstraint#invalidStateMessage — Property in class ModerationStateConstraint
- $ ModerationStateConstraint#invalidTransitionAccess — Property in class ModerationStateConstraint
- StateTransitionValidation::isTransitionValid() — Method in class StateTransitionValidation
Checks if a transition between two states if valid for the given user.
- StateTransitionValidationInterface::isTransitionValid() — Method in class StateTransitionValidationInterface
Checks if a transition between two states if valid for the given user.
- ContentTranslationManager::isSupported() — Method in class ContentTranslationManager
Checks whether an entity type supports translation.
- ContentTranslationManager::isEnabled() — Method in class ContentTranslationManager
Determines whether the given entity type is translatable.
- ContentTranslationManager::isPendingRevisionSupportEnabled() — Method in class ContentTranslationManager
Checks whether support for pending revisions should be enabled.
- ContentTranslationManagerInterface::isSupported() — Method in class ContentTranslationManagerInterface
Checks whether an entity type supports translation.
- ContentTranslationManagerInterface::isEnabled() — Method in class ContentTranslationManagerInterface
Determines whether the given entity type is translatable.
- ContentTranslationMetadataWrapper::isOutdated() — Method in class ContentTranslationMetadataWrapper
Returns the translation outdated status.
- ContentTranslationMetadataWrapper::isPublished() — Method in class ContentTranslationMetadataWrapper
Returns the translation published status.
- ContentTranslationMetadataWrapperInterface::isOutdated() — Method in class ContentTranslationMetadataWrapperInterface
Returns the translation outdated status.
- ContentTranslationMetadataWrapperInterface::isPublished() — Method in class ContentTranslationMetadataWrapperInterface
Returns the translation published status.
- FieldTranslationSynchronizer::itemHash() — Method in class FieldTranslationSynchronizer
Computes a hash code for the specified item.
- I18nQueryTrait — Class in namespace Drupal\content_translation\Plugin\migrate\source
Gets an i18n translation from the source database.
- $ I18nQueryTrait#i18nStringTable — Property in class I18nQueryTrait
The i18n string table name.
- EntityTranslationSettings::initializeIterator() — Method in class EntityTranslationSettings
Initializes the iterator with the source data.
- DateTimeItem::isEmpty() — Method in class DateTimeItem
Determines whether the data structure is empty.
- DateRangeItem::isEmpty() — Method in class DateRangeItem
Determines whether the data structure is empty.
- DblogMessage::init() — Method in class DblogMessage
Initialize the plugin.
- InstallHelper — Class in namespace Drupal\demo_umami_content
Defines a helper class for importing default content.
- InstallHelper::importContent() — Method in class InstallHelper
Imports default contents.
- InstallHelper::importEditors() — Method in class InstallHelper
Imports editors.
- InstallHelper::importContentFromFile() — Method in class InstallHelper
Imports content.
- $ Editor#id — Property in class Editor
The plugin ID.
- $ Editor#is_xss_safe — Property in class Editor
Whether this text editor is not vulnerable to XSS attacks.
- $ Editor#image_upload — Property in class Editor
The structured array of image upload settings.
- Editor::id() — Method in class Editor
Gets the identifier.
- $ EditorFileReference#imageFactory — Property in class EditorFileReference
The image factory.
- Editor::isCompatible() — Method in class Editor
Checks whether this in-place editor is compatible with a given field.
- ConfigImporterFieldPurger::initializeSandbox() — Method in class ConfigImporterFieldPurger
Initializes the batch context sandbox for processing field deletions.
- FieldConfig::isDeleted() — Method in class FieldConfig
Gets the deleted flag of the field.
- FieldConfig::isDisplayConfigurable() — Method in class FieldConfig
Returns whether the display for the field can be configured.
- FieldConfig::isReadOnly() — Method in class FieldConfig
Determines whether the data is read-only.
- FieldConfig::isComputed() — Method in class FieldConfig
Determines whether the data value is computed.
- $ FieldStorageConfig#id — Property in class FieldStorageConfig
The field ID.
- $ FieldStorageConfig#indexes — Property in class FieldStorageConfig
The custom storage indexes for the field data storage.
- $ FieldStorageConfig#inDeletion — Property in class FieldStorageConfig
Static flag set to prevent recursion during field deletes.
- FieldStorageConfig::id() — Method in class FieldStorageConfig
Gets the identifier.
- FieldStorageConfig::isBaseField() — Method in class FieldStorageConfig
Determines whether the field is a base field.
- FieldStorageConfig::isDeleted() — Method in class FieldStorageConfig
Returns whether the field is deleted or not.
- FieldStorageConfig::isTranslatable() — Method in class FieldStorageConfig
Returns whether the field supports translation.
- FieldStorageConfig::isRevisionable() — Method in class FieldStorageConfig
Returns whether the field storage is revisionable.
- FieldStorageConfig::isMultiple() — Method in class FieldStorageConfig
Returns whether the field can contain multiple items.
- FieldStorageConfig::isLocked() — Method in class FieldStorageConfig
Returns whether the field storage is locked or not.
- FieldStorageConfig::isDeletable() — Method in class FieldStorageConfig
Checks if the field storage can be deleted.
- FieldConfigInterface::isDeleted() — Method in class FieldConfigInterface
Gets the deleted flag of the field.
- FieldConfigStorage::importDelete() — Method in class FieldConfigStorage
Delete entities upon synchronizing configuration changes.
- FieldStorageConfigInterface::isDeletable() — Method in class FieldStorageConfigInterface
Checks if the field storage can be deleted.
- FieldStorageConfigInterface::isLocked() — Method in class FieldStorageConfigInterface
Returns whether the field storage is locked or not.
- FieldInstancePerFormDisplay::initializeIterator() — Method in class FieldInstancePerFormDisplay
Initializes the iterator with the source data.
- FieldInstancePerViewMode::initializeIterator() — Method in class FieldInstancePerViewMode
Initializes the iterator with the source data.
- FieldInstance::initializeIterator() — Method in class FieldInstance
Initializes the iterator with the source data.
- FieldInstancePerViewMode::initializeIterator() — Method in class FieldInstancePerViewMode
Initializes the iterator with the source data.
- ViewMode::initializeIterator() — Method in class ViewMode
Initializes the iterator with the source data.
- FieldLayoutEntityDisplayTrait::init() — Method in class FieldLayoutEntityDisplayTrait
Overrides \Drupal\Core\Entity\EntityDisplayBase::init().
- EntityDisplayModeListBuilder::isValidEntity() — Method in class EntityDisplayModeListBuilder
Filters entities based on their view builder handlers.
- EntityFormModeListBuilder::isValidEntity() — Method in class EntityFormModeListBuilder
Filters entities based on their form mode handlers.
- EntityDisplayModeFormBase::init() — Method in class EntityDisplayModeFormBase
Initialize the form state and the entity before the first form build.
- File::isPermanent() — Method in class File
Returns TRUE if the file is permanent.
- File::isTemporary() — Method in class File
Returns TRUE if the file is temporary.
- FileInterface::isPermanent() — Method in class FileInterface
Returns TRUE if the file is permanent.
- FileInterface::isTemporary() — Method in class FileInterface
Returns TRUE if the file is temporary.
- BaseFieldFileFormatterBase::isApplicable() — Method in class BaseFieldFileFormatterBase
Returns if the formatter can be used for the provided field.
- FileExtensionFormatter::isApplicable() — Method in class FileExtensionFormatter
Returns if the formatter can be used for the provided field.
- FileMediaFormatterBase::isApplicable() — Method in class FileMediaFormatterBase
Returns if the formatter can be used for the provided field.
- FileSize::isApplicable() — Method in class FileSize
Returns if the formatter can be used for the provided field.
- FileUriFormatter::isApplicable() — Method in class FileUriFormatter
Returns if the formatter can be used for the provided field.
- FilemimeFormatter::isApplicable() — Method in class FilemimeFormatter
Returns if the formatter can be used for the provided field.
- FileItem::isDisplayed() — Method in class FileItem
Determines whether an item should be displayed when rendering the field.
- $ File#isPublic — Property in class File
Flag for private or public file storage.
- File::initializeIterator() — Method in class File
Initializes the iterator with the source data.
- UploadInstance::initializeIterator() — Method in class UploadInstance
Initializes the iterator with the source data.
- File::initializeIterator() — Method in class File
Initializes the iterator with the source data.
- File::init() — Method in class File
Initialize the plugin.
- FileUploadResult::isSecurityRename() — Method in class FileUploadResult
Returns if there was a security rename.
- FileUploadResult::isRenamed() — Method in class FileUploadResult
Returns if there was a file rename.
- FormUploadedFile::isValid() — Method in class FormUploadedFile
Returns whether the file was uploaded successfully.
- UploadedFileInterface::isValid() — Method in class UploadedFileInterface
Returns whether the file was uploaded successfully.
- $ Filter#id — Property in class Filter
The plugin ID.
- FilterFormat::id() — Method in class FilterFormat
Gets the identifier.
- FilterFormat::isFallbackFormat() — Method in class FilterFormat
Returns if this format is the fallback format.
- FilterFormatInterface::isFallbackFormat() — Method in class FilterFormatInterface
Returns if this format is the fallback format.
- FilterPluginCollection::initializePlugin() — Method in class FilterPluginCollection
Initializes and stores a plugin.
- $ ForumManager#index — Property in class ForumManager
Cached forum index.
- $ HelpSection#id — Property in class HelpSection
The plugin ID.
- HelpTopicPluginBase::isTopLevel() — Method in class HelpTopicPluginBase
Returns whether this is a top-level topic or not.
- HelpTopicPluginInterface::isTopLevel() — Method in class HelpTopicPluginInterface
Returns whether this is a top-level topic or not.
- HelpSearch::indexClear() — Method in class HelpSearch
Clears the search index for this plugin.
- HelpSearch::indexStatus() — Method in class HelpSearch
Reports the status of indexing.
- HistoryUserTimestamp::init() — Method in class HistoryUserTimestamp
Initialize the plugin.
- ImageEffect — Class in namespace Drupal\image\Annotation
Defines an image effect annotation object.
- $ ImageEffect#id — Property in class ImageEffect
The plugin ID.
- ImageStyleDownloadController — Class in namespace Drupal\image\Controller
Defines a controller to serve image styles.
- $ ImageStyleDownloadController#imageFactory — Property in class ImageStyleDownloadController
The image factory.
- $ QuickEditImageController#imageFactory — Property in class QuickEditImageController
The image factory.
- ImageStyle — Class in namespace Drupal\image\Entity
Defines an image style configuration entity.
- ImageStyle::id() — Method in class ImageStyle
Gets the identifier.
- ImageEffectAddForm — Class in namespace Drupal\image\Form
Provides an add form for image effects.
- ImageEffectDeleteForm — Class in namespace Drupal\image\Form
Form for deleting an image effect.
- $ ImageEffectDeleteForm#imageStyle — Property in class ImageEffectDeleteForm
The image style containing the image effect to be deleted.
- $ ImageEffectDeleteForm#imageEffect — Property in class ImageEffectDeleteForm
The image effect to be deleted.
- ImageEffectEditForm — Class in namespace Drupal\image\Form
Provides an edit form for image effects.
- ImageEffectFormBase — Class in namespace Drupal\image\Form
Provides a base form for image effects.
- $ ImageEffectFormBase#imageStyle — Property in class ImageEffectFormBase
The image style.
- $ ImageEffectFormBase#imageEffect — Property in class ImageEffectFormBase
The image effect.
- ImageStyleAddForm — Class in namespace Drupal\image\Form
Controller for image style addition forms.
- ImageStyleDeleteForm — Class in namespace Drupal\image\Form
Creates a form to delete an image style.
- ImageStyleEditForm — Class in namespace Drupal\image\Form
Controller for image style edit form.
- $ ImageStyleEditForm#imageEffectManager — Property in class ImageStyleEditForm
The image effect manager service.
- ImageStyleFlushForm — Class in namespace Drupal\image\Form
Form controller for image style flush.
- ImageStyleFormBase — Class in namespace Drupal\image\Form
Base form for image style add and edit forms.
- $ ImageStyleFormBase#imageStyleStorage — Property in class ImageStyleFormBase
The image style entity storage.
- ImageEffectBase — Class in namespace Drupal\image
Provides a base class for image effects.
- ImageEffectInterface — Class in namespace Drupal\image
Defines the interface for image effects.
- ImageEffectManager — Class in namespace Drupal\image
Manages image effect plugins.
- ImageEffectPluginCollection — Class in namespace Drupal\image
A collection of image effects.
- ImageStyleInterface — Class in namespace Drupal\image
Provides an interface defining an image style entity.
- ImageStyleListBuilder — Class in namespace Drupal\image
Defines a class to build a listing of image style entities.
- ImageStyleStorage — Class in namespace Drupal\image
Storage controller class for "image style" configuration entities.
- ImageStyleStorageInterface — Class in namespace Drupal\image
Interface for storage controller for "image style" configuration entities.
- ImageFormatter — Class in namespace Drupal\image\Plugin\Field\FieldFormatter
Plugin implementation of the 'image' formatter.
- $ ImageFormatter#imageStyleStorage — Property in class ImageFormatter
The image style entity storage.
- ImageFormatterBase — Class in namespace Drupal\image\Plugin\Field\FieldFormatter
Base class for image file formatters.
- ImageUrlFormatter — Class in namespace Drupal\image\Plugin\Field\FieldFormatter
Plugin implementation of the 'image_url' formatter.
- ImageItem — Class in namespace Drupal\image\Plugin\Field\FieldType
Plugin implementation of the 'image' field type.
- ImageItem::isDisplayed() — Method in class ImageItem
Determines whether an item should be displayed when rendering the field.
- ImageWidget — Class in namespace Drupal\image\Plugin\Field\FieldWidget
Plugin implementation of the 'image_image' widget.
- $ ImageWidget#imageFactory — Property in class ImageWidget
The image factory service.
- Image — Class in namespace Drupal\image\Plugin\InPlaceEditor
Defines the image text in-place editor.
- Image::isCompatible() — Method in class Image
Checks whether this in-place editor is compatible with a given field.
- EntityImageStyle::import() — Method in class EntityImageStyle
Import the row.
- ImageField — Class in namespace Drupal\image\Plugin\migrate\field\d6
- ImageField — Class in namespace Drupal\image\Plugin\migrate\field\d7
- ImageCacheActions — Class in namespace Drupal\image\Plugin\migrate\process\d6
- ImageCachePreset — Class in namespace Drupal\image\Plugin\migrate\source\d6
Drupal 6 imagecache presets source from database.
- ImageStyles — Class in namespace Drupal\image\Plugin\migrate\source\d7
Drupal 7 image styles source from database.
- ImageStyleRoutes — Class in namespace Drupal\image\Routing
Defines a route subscriber to register a url for serving image styles.
- InlineFormErrorsServiceProvider — Class in namespace Drupal\inline_form_errors
Overrides the form_error_handler service to enable inline form errors.
- FieldResolver::isMemberFilterable() — Method in class FieldResolver
Determines if the given field or member name is filterable.
- FieldResolver::isDelta() — Method in class FieldResolver
Determines if a path part targets a specific field delta.
- FieldResolver::isCandidateDefinitionProperty() — Method in class FieldResolver
Determines if a path part targets a field property, not a subsequent field.
- FieldResolver::isCandidateDefinitionReferenceProperty() — Method in class FieldResolver
Determines if a path part targets a reference property.
- $ EntityResource#includeResolver — Property in class EntityResource
The include resolver.
- EntryPoint::index() — Method in class EntryPoint
Controller to list all the resources.
- DefaultExceptionSubscriber::isJsonApiExceptionEvent() — Method in class DefaultExceptionSubscriber
Check if the error should be formatted using JSON:API.
- IncludeResolver — Class in namespace Drupal\jsonapi
Resolves included resources for an entity or collection of entities.
- IncludedData — Class in namespace Drupal\jsonapi\JsonApiResource
Represents the included member of a JSON:API document.
- $ JsonApiDocumentTopLevel#includes — Property in class JsonApiDocumentTopLevel
The includes to normalize.
- $ ResourceIdentifier#id — Property in class ResourceIdentifier
The resource ID.
- ResourceIdentifier::isDuplicate() — Method in class ResourceIdentifier
Determines if two ResourceIdentifiers are the same.
- ResourceIdentifier::isParallel() — Method in class ResourceIdentifier
Determines if two ResourceIdentifiers identify the same resource object.
- JsonApiSpec::isValidMemberName() — Method in class JsonApiSpec
Checks whether the given member name is valid.
- JsonApiSpec::isValidCustomQueryParameter() — Method in class JsonApiSpec
Checks whether the given custom query parameter name is valid.
- $ ResourceType#internal — Property in class ResourceType
Whether this resource type is internal.
- $ ResourceType#isLocatable — Property in class ResourceType
Whether this resource type's resources are locatable.
- $ ResourceType#isMutable — Property in class ResourceType
Whether this resource type's resources are mutable.
- $ ResourceType#isVersionable — Property in class ResourceType
Whether this resource type's resources are versionable.
- ResourceType::isFieldEnabled() — Method in class ResourceType
Checks if a field is enabled or not.
- ResourceType::includeCount() — Method in class ResourceType
Determine whether to include a collection count.
- ResourceType::isInternal() — Method in class ResourceType
Whether this resource type is internal.
- ResourceType::isLocatable() — Method in class ResourceType
Whether resources of this resource type are locatable.
- ResourceType::isMutable() — Method in class ResourceType
Whether resources of this resource type are mutable.
- ResourceType::isVersionable() — Method in class ResourceType
Whether resources of this resource type are versionable.
- $ ResourceTypeField#internalName — Property in class ResourceTypeField
The internal field name.
- ResourceTypeField::isFieldEnabled() — Method in class ResourceTypeField
Whether the field is enabled.
- ResourceTypeRepository::isMutableResourceType() — Method in class ResourceTypeRepository
Whether an entity type + bundle maps to a mutable resource type.
- ResourceTypeRepository::isLocatableResourceType() — Method in class ResourceTypeRepository
Whether an entity type + bundle maps to a locatable resource type.
- ResourceTypeRepository::isVersionableResourceType() — Method in class ResourceTypeRepository
Whether an entity type is a versionable resource type.
- ResourceTypeRepository::isReferenceFieldDefinition() — Method in class ResourceTypeRepository
Determines if a given field definition is a reference field.
- InvalidVersionIdentifierException — Class in namespace Drupal\jsonapi\Revisions
Used when a version ID is invalid.
- ResourceVersionRouteEnhancer::isValidVersionIdentifier() — Method in class ResourceVersionRouteEnhancer
Validates the user input.
- $ ReadOnlyModeMethodFilter#inner — Property in class ReadOnlyModeMethodFilter
The decorated method filter.
- Routes::isJsonApiRequest() — Method in class Routes
Determines if the given request is for a JSON:API generated route.
- $ LanguageNegotiation#id — Property in class LanguageNegotiation
The language negotiation plugin ID.
- LanguageConfigFactoryOverride::installLanguageOverrides() — Method in class LanguageConfigFactoryOverride
Installs available language configuration overrides for a given langcode.
- LanguageConfigFactoryOverrideInterface::installLanguageOverrides() — Method in class LanguageConfigFactoryOverrideInterface
Installs available language configuration overrides for a given langcode.
- $ ConfigurableLanguageManager#initialized — Property in class ConfigurableLanguageManager
Whether or not the language manager has been initialized.
- $ ConfigurableLanguageManager#initializing — Property in class ConfigurableLanguageManager
Whether language types are in the process of language initialization.
- ConfigurableLanguageManager::init() — Method in class ConfigurableLanguageManager
- {@inheritdoc}
- ConfigurableLanguageManager::isMultilingual() — Method in class ConfigurableLanguageManager
Returns whether or not the site has more than one language added.
- ContentLanguageSettingsInterface::isLanguageAlterable() — Method in class ContentLanguageSettingsInterface
Checks if the language is alterable or not.
- ContentLanguageSettingsInterface::isDefaultConfiguration() — Method in class ContentLanguageSettingsInterface
Checks if this config object contains the default values in every property.
- $ ConfigurableLanguage#id — Property in class ConfigurableLanguage
The language ID (machine name).
- ConfigurableLanguage::isDefault() — Method in class ConfigurableLanguage
Returns whether this language is the default language.
- ConfigurableLanguage::isLocked() — Method in class ConfigurableLanguage
Returns whether this language is locked.
- $ ContentLanguageSettings#id — Property in class ContentLanguageSettings
The id. Combination of $target_entity_type_id.$target_bundle.
- ContentLanguageSettings::id() — Method in class ContentLanguageSettings
Gets the identifier.
- ContentLanguageSettings::isLanguageAlterable() — Method in class ContentLanguageSettings
Checks if the language is alterable or not.
- ContentLanguageSettings::isDefaultConfiguration() — Method in class ContentLanguageSettings
Checks if this config object contains the default values in every property.
- PathProcessorLanguage::initProcessors() — Method in class PathProcessorLanguage
Initializes the local cache for language path processors.
- PathProcessorLanguage::initConfigSubscriber() — Method in class PathProcessorLanguage
Initializes the injected event subscriber with the language path processor.
- LanguageNegotiator::initLanguageManager() — Method in class LanguageNegotiator
Initializes the injected language manager with the negotiator.
- LanguageNegotiator::initializeType() — Method in class LanguageNegotiator
Initializes the specified language type.
- LanguageNegotiator::isNegotiationMethodEnabled() — Method in class LanguageNegotiator
Checks whether a language negotiation method is enabled for a language type.
- LanguageNegotiatorInterface::initializeType() — Method in class LanguageNegotiatorInterface
Initializes the specified language type.
- LanguageNegotiatorInterface::isNegotiationMethodEnabled() — Method in class LanguageNegotiatorInterface
Checks whether a language negotiation method is enabled for a language type.
- LanguageServiceProvider::isMultilingual() — Method in class LanguageServiceProvider
Checks whether the site is multilingual.
- DefaultLangcode::import() — Method in class DefaultLangcode
Import the row.
- $ SectionStorage#id — Property in class SectionStorage
The plugin ID.
- ChooseBlockController::inlineBlockList() — Method in class ChooseBlockController
Provides the UI for choosing a new inline block.
- DefaultsSectionStorageInterface::isOverridable() — Method in class DefaultsSectionStorageInterface
Determines if the defaults allow custom overrides.
- LayoutBuilderEntityViewDisplay::isOverridable() — Method in class LayoutBuilderEntityViewDisplay
Determines if the display allows custom overrides.
- LayoutBuilderEntityViewDisplay::isLayoutBuilderEnabled() — Method in class LayoutBuilderEntityViewDisplay
Determines if Layout Builder is enabled.
- LayoutBuilderEntityViewDisplay::isCustomMode() — Method in class LayoutBuilderEntityViewDisplay
Indicates if this display is using the '_custom' view mode.
- LayoutEntityDisplayInterface::isOverridable() — Method in class LayoutEntityDisplayInterface
Determines if the display allows custom overrides.
- SetInlineBlockDependency::isBlockRevisionUsedInEntity() — Method in class SetInlineBlockDependency
Determines if a block content revision is used in an entity.
- $ SectionComponentBuildRenderArrayEvent#inPreview — Property in class SectionComponentBuildRenderArrayEvent
Whether the component is in preview mode or not.
- SectionComponentBuildRenderArrayEvent::inPreview() — Method in class SectionComponentBuildRenderArrayEvent
Determine if the component is in preview mode.
- $ ConfigureSectionForm#isUpdate — Property in class ConfigureSectionForm
Indicates whether the section is being added or updated.
- LayoutBuilderEntityViewDisplayForm::isCanonicalMode() — Method in class LayoutBuilderEntityViewDisplayForm
Determines if the mode is used by the canonical route.
- OverridesEntityForm::init() — Method in class OverridesEntityForm
Initializes the form state and the entity before the first form build.
- InlineBlockEntityOperations — Class in namespace Drupal\layout_builder
Defines a class for reacting to entity events related to Inline Blocks.
- InlineBlockUsage — Class in namespace Drupal\layout_builder
Service class to track inline block usage.
- InlineBlockUsageInterface — Class in namespace Drupal\layout_builder
Defines an interface for tracking inline block usage.
- LayoutBuilderEnabledInterface::isLayoutBuilderEnabled() — Method in class LayoutBuilderEnabledInterface
Determines if Layout Builder is enabled.
- LayoutEntityHelperTrait::isLayoutCompatibleEntity() — Method in class LayoutEntityHelperTrait
Determines if an entity can have a layout.
- OverridesSectionStorageInterface::isOverridden() — Method in class OverridesSectionStorageInterface
Indicates if overrides are in use.
- InlineBlock — Class in namespace Drupal\layout_builder\Plugin\Block
Defines an inline block plugin type.
- $ InlineBlock#isNew — Property in class InlineBlock
Whether a new block is being created.
- InlineBlockDeriver — Class in namespace Drupal\layout_builder\Plugin\Derivative
Provides inline block plugin definitions for all custom block types.
- LayoutSectionItem::isEmpty() — Method in class LayoutSectionItem
Determines whether the data structure is empty.
- DefaultsSectionStorage::isOverridable() — Method in class DefaultsSectionStorage
Determines if the defaults allow custom overrides.
- DefaultsSectionStorage::isLayoutBuilderEnabled() — Method in class DefaultsSectionStorage
Determines if Layout Builder is enabled.
- DefaultsSectionStorage::isApplicable() — Method in class DefaultsSectionStorage
Determines if this section storage is applicable for the current contexts.
- OverridesSectionStorage::isApplicable() — Method in class OverridesSectionStorage
Determines if this section storage is applicable for the current contexts.
- OverridesSectionStorage::isOverridden() — Method in class OverridesSectionStorage
Indicates if overrides are in use.
- SectionStorageBase::insertSection() — Method in class SectionStorageBase
Inserts a new section at a given delta.
- Section::insertAfterComponent() — Method in class Section
Inserts a component after a specified existing component.
- Section::insertComponent() — Method in class Section
Inserts a component at a specified delta.
- SectionListInterface::insertSection() — Method in class SectionListInterface
Inserts a new section at a given delta.
- SectionListTrait::insertSection() — Method in class SectionListTrait
- {@inheritdoc}
- SectionStorageInterface::isApplicable() — Method in class SectionStorageInterface
Determines if this section storage is applicable for the current contexts.
- LinkItemInterface::isExternal() — Method in class LinkItemInterface
Determines if a link is external.
- LinkItem::isEmpty() — Method in class LinkItem
Determines whether the data structure is empty.
- LinkItem::isExternal() — Method in class LinkItem
Determines if a link is external.
- ImportForm — Class in namespace Drupal\locale\Form
Form constructor for the translation import screen.
- $ LocaleConfigManager#isUpdatingFromLocale — Property in class LocaleConfigManager
Whether or not configuration translations are being updated from locale.
- LocaleConfigManager::isSupported() — Method in class LocaleConfigManager
Whether the given configuration is supported for interface translation.
- LocaleConfigManager::isUpdatingTranslationsFromLocale() — Method in class LocaleConfigManager
Indicates whether configuration translations are being updated from locale.
- SourceString::isSource() — Method in class SourceString
Checks whether the object is a source string.
- SourceString::isTranslation() — Method in class SourceString
Checks whether the object is a translation string.
- SourceString::isNew() — Method in class SourceString
Checks whether the object is not saved to storage yet.
- StringInterface::isNew() — Method in class StringInterface
Checks whether the object is not saved to storage yet.
- StringInterface::isSource() — Method in class StringInterface
Checks whether the object is a source string.
- StringInterface::isTranslation() — Method in class StringInterface
Checks whether the object is a translation string.
- $ TranslationString#isNew — Property in class TranslationString
Boolean indicating whether the string object is new.
- TranslationString::isSource() — Method in class TranslationString
Checks whether the object is a source string.
- TranslationString::isTranslation() — Method in class TranslationString
Checks whether the object is a translation string.
- TranslationString::isNew() — Method in class TranslationString
Checks whether the object is not saved to storage yet.
- $ MediaSource#id — Property in class MediaSource
The plugin ID.
- $ OEmbedIframeController#iFrameUrlHelper — Property in class OEmbedIframeController
The iFrame URL helper service.
- $ MediaType#id — Property in class MediaType
The machine name of this media type.
- $ MediaSettingsForm#iFrameUrlHelper — Property in class MediaSettingsForm
The iFrame URL helper service.
- IFrameMarkup — Class in namespace Drupal\media
Defines an object that wraps oEmbed markup for use in an iFrame.
- IFrameUrlHelper — Class in namespace Drupal\media
Providers helper functions for displaying oEmbed resources in an iFrame.
- IFrameUrlHelper::isSecure() — Method in class IFrameUrlHelper
Checks if an oEmbed URL can be securely displayed in an frame.
- DrupalMedia::isInternal() — Method in class DrupalMedia
Indicates if this plugin is part of the optimized CKEditor build.
- DrupalMedia::isEnabled() — Method in class DrupalMedia
Checks if this plugin should be enabled based on the editor configuration.
- MediaThumbnailFormatter::isApplicable() — Method in class MediaThumbnailFormatter
Returns if the formatter can be used for the provided field.
- $ OEmbedFormatter#iFrameUrlHelper — Property in class OEmbedFormatter
The iFrame URL helper service.
- OEmbedFormatter::isApplicable() — Method in class OEmbedFormatter
Returns if the formatter can be used for the provided field.
- OEmbedWidget::isApplicable() — Method in class OEmbedWidget
Returns if the widget can be used for the provided field.
- $ OEmbedResourceConstraint#invalidResourceMessage — Property in class OEmbedResourceConstraint
The error message if the URL is not a valid oEmbed resource.
- Image — Class in namespace Drupal\media\Plugin\media\Source
Image entity media source.
- $ Image#imageFactory — Property in class Image
The image factory service.
- $ OEmbed#iFrameUrlHelper — Property in class OEmbed
The iFrame URL helper service.
- AddFormBase::isAdvancedUi() — Method in class AddFormBase
Determines if the "advanced UI" of the Media Library is enabled.
- MediaLibraryState::isValidHash() — Method in class MediaLibraryState
Validate a hash for the state object.
- DrupalMediaLibrary::isInternal() — Method in class DrupalMediaLibrary
Indicates if this plugin is part of the optimized CKEditor build.
- MediaLibraryWidget::isApplicable() — Method in class MediaLibraryWidget
Returns if the widget can be used for the provided field.
- $ MenuLinkContent#insidePlugin — Property in class MenuLinkContent
A flag for whether this entity is wrapped in a plugin instance.
- MenuLinkContent::isEnabled() — Method in class MenuLinkContent
Returns whether the menu link is marked as enabled.
- MenuLinkContent::isExpanded() — Method in class MenuLinkContent
Returns whether the menu link is marked as always expanded.
- MenuLinkContentInterface::isEnabled() — Method in class MenuLinkContentInterface
Returns whether the menu link is marked as enabled.
- MenuLinkContentInterface::isExpanded() — Method in class MenuLinkContentInterface
Returns whether the menu link is marked as always expanded.
- MenuLinkContent::isDeletable() — Method in class MenuLinkContent
Returns whether this link can be deleted.
- MenuLinkContent::isTranslatable() — Method in class MenuLinkContent
Returns whether this link can be translated.
- $ MigrateDestination#id — Property in class MigrateDestination
A unique identifier for the process plugin.
- $ MigrateProcessPlugin#id — Property in class MigrateProcessPlugin
A unique identifier for the process plugin.
- $ MigrateSource#id — Property in class MigrateSource
A unique identifier for the process plugin.
- IdAuditor — Class in namespace Drupal\migrate\Audit
Audits migrations that create content entities in the destination system.
- ImportAwareInterface — Class in namespace Drupal\migrate\Event
Interface for plugins that react to pre- or post-import events.
- MigrateExecutable::import() — Method in class MigrateExecutable
Performs an import operation - migrate items from source to destination.
- MigrateExecutableInterface::import() — Method in class MigrateExecutableInterface
Performs an import operation - migrate items from source to destination.
- MigrateDestinationInterface::import() — Method in class MigrateDestinationInterface
Import the row.
- MigrateIdMapInterface::importedCount() — Method in class MigrateIdMapInterface
Returns the number of imported items in the map.
- MigrateValidatableEntityInterface::isEntityValidationRequired() — Method in class MigrateValidatableEntityInterface
Returns a state of whether an entity needs to be validated before saving.
- $ Migration#id — Property in class Migration
The migration ID (machine name).
- $ Migration#idMap — Property in class Migration
The identifier map data.
- $ Migration#idMapPlugin — Property in class Migration
The identifier map.
- $ Migration#idMapPluginManager — Property in class Migration
The ID map plugin manager.
- Migration::id() — Method in class Migration
An alias for getPluginId() for backwards compatibility reasons.
- Migration::interruptMigration() — Method in class Migration
Signal that the migration should be interrupted with the specified result code.
- Migration::isTrackLastImported() — Method in class Migration
Checks if the migration should track time of last import.
- Migration::isAuditable() — Method in class Migration
Indicates if the migration is auditable.
- MigrationInterface::id() — Method in class MigrationInterface
An alias for getPluginId() for backwards compatibility reasons.
- MigrationInterface::interruptMigration() — Method in class MigrationInterface
Signal that the migration should be interrupted with the specified result code.
- MigrationInterface::isTrackLastImported() — Method in class MigrationInterface
Checks if the migration should track time of last import.
- MigrationInterface::isAuditable() — Method in class MigrationInterface
Indicates if the migration is auditable.
- PluginEventSubscriber::invoke() — Method in class PluginEventSubscriber
Tries to invoke event handling methods on source and destination plugins.
- ComponentEntityDisplayBase::import() — Method in class ComponentEntityDisplayBase
Import the row.
- Config::import() — Method in class Config
Import the row.
- Config::isTranslationDestination() — Method in class Config
Get whether this destination is for translations.
- EntityConfigBase::import() — Method in class EntityConfigBase
Import the row.
- EntityConfigBase::isTranslationDestination() — Method in class EntityConfigBase
Get whether this destination is for translations.
- EntityContentBase::import() — Method in class EntityContentBase
Import the row.
- EntityContentBase::isEntityValidationRequired() — Method in class EntityContentBase
Returns a state of whether an entity needs to be validated before saving.
- EntityContentBase::isTranslationDestination() — Method in class EntityContentBase
- {@inheritdoc}
- NullDestination::import() — Method in class NullDestination
Import the row.
- NullIdMap::importedCount() — Method in class NullIdMap
Returns the number of imported items in the map.
- $ Sql#initialized — Property in class Sql
Whether the plugin is already initialized.
- Sql::init() — Method in class Sql
Initialize the plugin.
- Sql::importedCount() — Method in class Sql
Returns the number of imported items in the map.
- FileCopy::isLocationUnchanged() — Method in class FileCopy
Determines if the source and destination URIs represent identical paths.
- FileCopy::isLocalUri() — Method in class FileCopy
Determines if the given URI or path is considered local.
- MigrationLookup::isValid() — Method in class MigrationLookup
Determines if the value is valid for lookup.
- $ EmbeddedDataSource#ids — Property in class EmbeddedDataSource
Description of the unique ID fields for this source.
- EmbeddedDataSource::initializeIterator() — Method in class EmbeddedDataSource
Initializes the iterator with the source data.
- EmptySource::initializeIterator() — Method in class EmptySource
Initializes the iterator with the source data.
- $ SourcePluginBase#idMap — Property in class SourcePluginBase
The migration ID map.
- $ SourcePluginBase#iterator — Property in class SourcePluginBase
The iterator to iterate over the source rows.
- SourcePluginBase::initializeIterator() — Method in class SourcePluginBase
Initializes the iterator with the source data.
- SqlBase::initializeIterator() — Method in class SqlBase
Initializes the iterator with the source data.
- $ Row#idMap — Property in class Row
The mapping between source and destination identifiers.
- $ Row#isStub — Property in class Row
TRUE when this row is a stub.
- Row::isStub() — Method in class Row
Reports whether this row is a stub.
- $ MigrateField#id — Property in class MigrateField
The plugin ID.
- $ FieldMigration#init — Property in class FieldMigration
Flag indicating whether the field data has been filled already.
- ContentEntity::initializeIterator() — Method in class ContentEntity
Initializes the iterator with the source data.
- Variable::initializeIterator() — Method in class Variable
Initializes the iterator with the source data.
- VariableTranslation::initializeIterator() — Method in class VariableTranslation
Initializes the iterator with the source data.
- FieldableEntity::isEntityTranslatable() — Method in class FieldableEntity
Checks if an entity type uses Entity Translation.
- VariableTranslation::initializeIterator() — Method in class VariableTranslation
Initializes the iterator with the source data.
- IdConflictForm — Class in namespace Drupal\migrate_drupal_ui\Form
Migrate Upgrade Id Conflict form.
- IdConflictForm::i18nWarningForm() — Method in class IdConflictForm
Build the markup for i18n warnings.
- IncrementalForm — Class in namespace Drupal\migrate_drupal_ui\Form
Migrate Upgrade Incremental form.
- $ Connection#identifierQuotes — Property in class Connection
- {@inheritdoc}
- Connection::isMariaDb() — Method in class Connection
Determines whether the MySQL distribution is MariaDB or not.
- Insert — Class in namespace Drupal\mysql\Driver\Database\mysql
MySQL implementation of \Drupal\Core\Database\Query\Insert.
- Schema::indexExists() — Method in class Schema
Checks if an index exists in the given table.
- Schema::introspectIndexSchema() — Method in class Schema
Finds the columns for the primary key, unique keys and indexes of a table.
- $ Node#in_preview — Property in class Node
Whether the node is being previewed or not.
- Node::isPromoted() — Method in class Node
Returns the node promotion status.
- Node::isSticky() — Method in class Node
Returns the node sticky status.
- NodeType::id() — Method in class NodeType
Gets the identifier.
- NodeType::isLocked() — Method in class NodeType
Determines whether the node type is locked.
- NodeTranslationMigrateSubscriber::isNodeTranslationsMigration() — Method in class NodeTranslationMigrateSubscriber
Helper method to check if we are migrating translated nodes.
- NodeInterface::isPromoted() — Method in class NodeInterface
Returns the node promotion status.
- NodeInterface::isSticky() — Method in class NodeInterface
Returns the node sticky status.
- NodeTypeInterface::isLocked() — Method in class NodeTypeInterface
Determines whether the node type is locked.
- NodeSearch::isSearchExecutable() — Method in class NodeSearch
Verifies if the values set via setSearch() are valid and sufficient.
- NodeSearch::indexNode() — Method in class NodeSearch
Indexes a single node.
- NodeSearch::indexClear() — Method in class NodeSearch
Clears the search index for this plugin.
- NodeSearch::indexStatus() — Method in class NodeSearch
Reports the status of indexing.
- $ D6NodeDeriver#includeTranslations — Property in class D6NodeDeriver
Whether or not to include translations.
- $ D7NodeDeriver#includeTranslations — Property in class D7NodeDeriver
Whether or not to include translations.
- EntityNodeType::import() — Method in class EntityNodeType
Import the row.
- Node::initializeIterator() — Method in class Node
Initializes the iterator with the source data.
- NodeType::initializeIterator() — Method in class NodeType
Initializes the iterator with the source data.
- ViewMode::initializeIterator() — Method in class ViewMode
Initializes the iterator with the source data.
- NodeType::initializeIterator() — Method in class NodeType
Initializes the iterator with the source data.
- Node::init() — Method in class Node
Initialize the plugin.
- ListItemBase::isEmpty() — Method in class ListItemBase
Determines whether the data structure is empty.
- NumberListField::init() — Method in class NumberListField
Overrides Drupal\views\Plugin\views\HandlerBase:init().
- StringListField::init() — Method in class StringListField
Overrides Drupal\views\Plugin\views\HandlerBase:init().
- ListField::init() — Method in class ListField
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
- PathItem::isEmpty() — Method in class PathItem
Determines whether the data structure is empty.
- $ Connection#identifierQuotes — Property in class Connection
- {@inheritdoc}
- Insert — Class in namespace Drupal\pgsql\Driver\Database\pgsql
PostgreSQL implementation of \Drupal\Core\Database\Query\Insert.
- Tasks::initializeDatabase() — Method in class Tasks
Make PostgreSQL Drupal friendly.
- Schema::indexExists() — Method in class Schema
Checks if an index exists in the given table.
- Schema::introspectIndexSchema() — Method in class Schema
Finds the columns for the primary key, unique keys and indexes of a table.
- InPlaceEditor — Class in namespace Drupal\quickedit\Annotation
Defines an InPlaceEditor annotation object.
- $ InPlaceEditor#id — Property in class InPlaceEditor
The plugin ID.
- QuickEditFieldForm::init() — Method in class QuickEditFieldForm
Initialize the form state and the entity before the first form build.
- InPlaceEditorBase — Class in namespace Drupal\quickedit\Plugin
Defines a base in-place editor implementation.
- InPlaceEditorInterface — Class in namespace Drupal\quickedit\Plugin
Defines an interface for in-place editors plugins.
- InPlaceEditorInterface::isCompatible() — Method in class InPlaceEditorInterface
Checks whether this in-place editor is compatible with a given field.
- InPlaceEditorManager — Class in namespace Drupal\quickedit\Plugin
Provides an in-place editor manager.
- FormEditor::isCompatible() — Method in class FormEditor
Checks whether this in-place editor is compatible with a given field.
- PlainTextEditor::isCompatible() — Method in class PlainTextEditor
Checks whether this in-place editor is compatible with a given field.
- $ RdfMapping#id — Property in class RdfMapping
Unique ID for the config entity.
- RdfMapping::id() — Method in class RdfMapping
Gets the identifier.
- SchemaOrgDataConverter::interactionCount() — Method in class SchemaOrgDataConverter
Converts an interaction count to a string with the interaction type.
- $ ResponsiveImageStyle#id — Property in class ResponsiveImageStyle
The responsive image ID (machine name).
- $ ResponsiveImageStyle#image_style_mappings — Property in class ResponsiveImageStyle
The image style mappings.
- ResponsiveImageStyle::isEmptyImageStyleMapping() — Method in class ResponsiveImageStyle
Checks if there is at least one image style mapping defined.
- $ ResponsiveImageFormatter#imageStyleStorage — Property in class ResponsiveImageFormatter
The image style entity storage.
- ImageStyleMappings — Class in namespace Drupal\responsive_image\Plugin\migrate\process
Transforms image style mappings.
- ResponsiveImageStyleInterface::isEmptyImageStyleMapping() — Method in class ResponsiveImageStyleInterface
Checks if there is at least one image style mapping defined.
- $ RestResource#id — Property in class RestResource
The REST resource plugin ID.
- $ RestResourceConfig#id — Property in class RestResourceConfig
The REST resource config id.
- EntityResource::isConfigEntityResource() — Method in class EntityResource
Checks if this resource is for a Config Entity.
- RestExport::initDisplay() — Method in class RestExport
Initializes the display plugin.
- DataFieldRow::init() — Method in class DataFieldRow
Initialize the plugin.
- $ SearchPlugin#id — Property in class SearchPlugin
A unique identifier for the search plugin.
- $ SearchPage#id — Property in class SearchPage
The name (plugin ID) of the search page entity.
- SearchPage::isIndexable() — Method in class SearchPage
Determines if this search page entity is indexable.
- SearchPage::isDefaultSearch() — Method in class SearchPage
Determines if this search page entity is currently the default search.
- SearchIndexingInterface::indexClear() — Method in class SearchIndexingInterface
Clears the search index for this plugin.
- SearchIndexingInterface::indexStatus() — Method in class SearchIndexingInterface
Reports the status of indexing.
- SearchInterface::isSearchExecutable() — Method in class SearchInterface
Verifies if the values set via setSearch() are valid and sufficient.
- SearchPluginBase::isSearchExecutable() — Method in class SearchPluginBase
Verifies if the values set via setSearch() are valid and sufficient.
- SearchPluginCollection::initializePlugin() — Method in class SearchPluginCollection
Initializes and stores a plugin.
- EntitySearchPage::import() — Method in class EntitySearchPage
Import the row.
- SearchPage::initializeIterator() — Method in class SearchPage
Initializes the iterator with the source data.
- Search::init() — Method in class Search
Overrides Drupal\views\Plugin\views\HandlerBase:init().
- Search::init() — Method in class Search
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
- SearchIndex::index() — Method in class SearchIndex
Updates the full-text search index for a particular item.
- SearchIndexInterface::index() — Method in class SearchIndexInterface
Updates the full-text search index for a particular item.
- SearchPageInterface::isDefaultSearch() — Method in class SearchPageInterface
Determines if this search page entity is currently the default search.
- SearchPageInterface::isIndexable() — Method in class SearchPageInterface
Determines if this search page entity is indexable.
- SearchPageRepository::isSearchActive() — Method in class SearchPageRepository
Returns whether search is active.
- SearchPageRepositoryInterface::isSearchActive() — Method in class SearchPageRepositoryInterface
Returns whether search is active.
- SearchTextProcessor::invokePreprocess() — Method in class SearchTextProcessor
Invokes hook_search_preprocess() to simplify text.
- $ ShortcutSet#id — Property in class ShortcutSet
The machine name for the configuration entity.
- ShortcutSetUsers::import() — Method in class ShortcutSetUsers
Import the row.
- $ Connection#identifierQuotes — Property in class Connection
- {@inheritdoc}
- Insert — Class in namespace Drupal\sqlite\Driver\Database\sqlite
SQLite implementation of \Drupal\Core\Database\Query\Insert.
- Schema::introspectSchema() — Method in class Schema
Find out the schema of a table.
- Schema::indexExists() — Method in class Schema
Checks if an index exists in the given table.
- Schema::introspectIndexSchema() — Method in class Schema
Finds the columns for the primary key, unique keys and indexes of a table.
- NodeCounter::import() — Method in class NodeCounter
Import the row.
- ActionConfigEntityInterface::isConfigurable() — Method in class ActionConfigEntityInterface
Returns whether or not this action is configurable.
- AdminController::index() — Method in class AdminController
Prints a listing of admin tasks, organized by module.
- DbUpdateController::info() — Method in class DbUpdateController
Returns the info database update page.
- ThemeController::install() — Method in class ThemeController
Installs a theme.
- $ Action#id — Property in class Action
The name (plugin ID) of the action.
- Action::isConfigurable() — Method in class Action
Returns whether or not this action is configurable.
- $ Menu#id — Property in class Menu
The menu machine name.
- Menu::isLocked() — Method in class Menu
Determines if this menu is locked.
- AdminRouteSubscriber::isHtmlRoute() — Method in class AdminRouteSubscriber
Determines whether the given route is an HTML route.
- ImageToolkitForm — Class in namespace Drupal\system\Form
Configures image toolkit settings for this site.
- MenuInterface::isLocked() — Method in class MenuInterface
Determines if this menu is locked.
- GDToolkit::isValid() — Method in class GDToolkit
Checks if the image is valid.
- GDToolkit::isAvailable() — Method in class GDToolkit
Verifies that the Image Toolkit is set up correctly.
- ThemeSettings::import() — Method in class ThemeSettings
Import the row.
- SecurityAdvisoriesFetcher::isApplicable() — Method in class SecurityAdvisoriesFetcher
Determines if a security advisory is applicable for the current site.
- $ SecurityAdvisory#isPsa — Property in class SecurityAdvisory
Whether this advisory is a PSA instead of another type of advisory.
- $ SecurityAdvisory#insecureVersions — Property in class SecurityAdvisory
The currently insecure versions of the project.
- SecurityAdvisory::isCoreAdvisory() — Method in class SecurityAdvisory
Whether the security advisory is for core or not.
- SecurityAdvisory::isPsa() — Method in class SecurityAdvisory
Whether the security advisory is a public service announcement or not.
- Vocabulary::id() — Method in class Vocabulary
Gets the identifier.
- EntityReferenceTaxonomyTermRssFormatter::isApplicable() — Method in class EntityReferenceTaxonomyTermRssFormatter
Returns if the formatter can be used for the provided field.
- IndexTid — Class in namespace Drupal\taxonomy\Plugin\views\argument
Allow taxonomy term ID(s) as argument.
- IndexTidDepth — Class in namespace Drupal\taxonomy\Plugin\views\argument
Argument handler for taxonomy terms with depth.
- IndexTidDepthModifier — Class in namespace Drupal\taxonomy\Plugin\views\argument
Argument handler for to modify depth for a previous term.
- TaxonomyIndexTid::init() — Method in class TaxonomyIndexTid
Initialize the plugin.
- TaxonomyIndexTid::init() — Method in class TaxonomyIndexTid
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
- TelephoneItem::isEmpty() — Method in class TelephoneItem
Determines whether the data structure is empty.
- TextItemBase::isEmpty() — Method in class TextItemBase
Determines whether the data structure is empty.
- TextWithSummaryItem::isEmpty() — Method in class TextWithSummaryItem
Determines whether the data structure is empty.
- $ Tip#id — Property in class Tip
The plugin ID.
- $ Tour#id — Property in class Tour
The name (plugin ID) of the tour.
- TipPluginBase::id() — Method in class TipPluginBase
Returns id of the tip.
- TipPluginInterface::id() — Method in class TipPluginInterface
Returns id of the tip.
- ProjectCoreCompatibility::isCoreCompatible() — Method in class ProjectCoreCompatibility
Determines if a release is compatible with the currently installed core.
- ProjectRelease::isSecurityRelease() — Method in class ProjectRelease
Determines if the release is a security release.
- ProjectRelease::isUnsupported() — Method in class ProjectRelease
Determines if the release is unsupported.
- ProjectRelease::isInsecure() — Method in class ProjectRelease
Determines if the release is insecure.
- ProjectRelease::isPublished() — Method in class ProjectRelease
Determines if the release is published.
- ProjectRelease::isCoreCompatible() — Method in class ProjectRelease
Determines whether release is compatible the site's version of Drupal core.
- $ Role#id — Property in class Role
The machine name of this role.
- $ Role#is_admin — Property in class Role
An indicator whether the role has all permissions.
- Role::isAdmin() — Method in class Role
Indicates that a role has all available permissions.
- User::isNew() — Method in class User
Determines whether the entity is new.
- User::isActive() — Method in class User
Returns TRUE if the user is active.
- User::isBlocked() — Method in class User
Returns TRUE if the user is blocked.
- User::isAuthenticated() — Method in class User
Returns TRUE if the account is authenticated.
- User::isAnonymous() — Method in class User
Returns TRUE if the account is anonymous.
- $ UserFloodEvent#identifier — Property in class UserFloodEvent
Flood event identifier.
- $ UserFloodEvent#ip — Property in class UserFloodEvent
Flood event IP.
- AuthorFormatter::isApplicable() — Method in class AuthorFormatter
Returns if the formatter can be used for the provided field.
- UserNameFormatter::isApplicable() — Method in class UserNameFormatter
Returns if the formatter can be used for the provided field.
- LanguageNegotiationUserAdmin::isAdminPath() — Method in class LanguageNegotiationUserAdmin
Checks whether the given path is an administrative one.
- $ UserNameConstraint#illegalMessage — Property in class UserNameConstraint
- $ ProfileValues#init — Property in class ProfileValues
Flag determining whether the process plugin has been initialized.
- EntityUser::import() — Method in class EntityUser
Import the row.
- UserData::import() — Method in class UserData
Import the row.
- UserPictureInstance::initializeIterator() — Method in class UserPictureInstance
Initializes the iterator with the source data.
- Role::initializeIterator() — Method in class Role
Initializes the iterator with the source data.
- UserPictureFile::initializeIterator() — Method in class UserPictureFile
Initializes the iterator with the source data.
- Permissions::init() — Method in class Permissions
Initialize the plugin.
- Roles::init() — Method in class Roles
Initialize the plugin.
- Current::init() — Method in class Current
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
- RoleInterface::isAdmin() — Method in class RoleInterface
Indicates that a role has all available permissions.
- RoleStorage::isPermissionInRoles() — Method in class RoleStorage
Returns whether a permission is in one of the passed in roles.
- RoleStorageInterface::isPermissionInRoles() — Method in class RoleStorageInterface
Returns whether a permission is in one of the passed in roles.
- UserFloodControl::isAllowed() — Method in class UserFloodControl
Checks whether a user is allowed to proceed with the specified event.
- UserInterface::isActive() — Method in class UserInterface
Returns TRUE if the user is active.
- UserInterface::isBlocked() — Method in class UserInterface
Returns TRUE if the user is blocked.
- UserNameItem::isEmpty() — Method in class UserNameItem
Determines whether the data structure is empty.
- $ ViewsAccess#id — Property in class ViewsAccess
The plugin ID.
- $ ViewsArgumentDefault#id — Property in class ViewsArgumentDefault
The plugin ID.
- $ ViewsArgumentValidator#id — Property in class ViewsArgumentValidator
The plugin ID.
- $ ViewsCache#id — Property in class ViewsCache
The plugin ID.
- $ ViewsDisplay#id — Property in class ViewsDisplay
The plugin ID.
- $ ViewsDisplayExtender#id — Property in class ViewsDisplayExtender
The plugin ID.
- $ ViewsExposedForm#id — Property in class ViewsExposedForm
The plugin ID.
- $ ViewsPager#id — Property in class ViewsPager
The plugin ID.
- $ ViewsQuery#id — Property in class ViewsQuery
The plugin ID.
- $ ViewsRow#id — Property in class ViewsRow
The plugin ID.
- $ ViewsStyle#id — Property in class ViewsStyle
The plugin ID.
- $ ViewsWizard#id — Property in class ViewsWizard
The plugin ID.
- DisplayPluginCollection::initializePlugin() — Method in class DisplayPluginCollection
Initializes and stores a plugin.
- $ View#id — Property in class View
The unique ID of the view.
- View::isInstallable() — Method in class View
Checks whether this entity is installable.
- View::invalidateCaches() — Method in class View
Invalidates cache tags.
- ViewsSelection::initializeView() — Method in class ViewsSelection
Initializes a view.
- ViewsMenuLink::isExpanded() — Method in class ViewsMenuLink
Returns whether the child menu links should always been shown.
- ViewsMenuLink::isDeletable() — Method in class ViewsMenuLink
Returns whether this link can be deleted.
- HandlerBase::init() — Method in class HandlerBase
Initialize the plugin.
- HandlerBase::isExposed() — Method in class HandlerBase
Determine if this item is 'exposed', meaning it provides form elements to let users modify the view.
- HandlerBase::isAGroup() — Method in class HandlerBase
Returns TRUE if the exposed filter works like a grouped filter.
- PluginBase::init() — Method in class PluginBase
Initialize the plugin.
- ViewsPluginInterface::init() — Method in class ViewsPluginInterface
Initialize the plugin.
- AreaPluginBase::init() — Method in class AreaPluginBase
Overrides Drupal\views\Plugin\views\HandlerBase::init().
- AreaPluginBase::isEmpty() — Method in class AreaPluginBase
Does that area have nothing to show.
- DisplayLink::isPathBasedDisplay() — Method in class DisplayLink
Check if a views display is a path-based display.
- Entity::init() — Method in class Entity
Overrides Drupal\views\Plugin\views\HandlerBase::init().
- $ View#isEmpty — Property in class View
Stores whether the embedded view is actually empty.
- View::isEmpty() — Method in class View
Does that area have nothing to show.
- ArgumentPluginBase::init() — Method in class ArgumentPluginBase
Overrides Drupal\views\Plugin\views\HandlerBase:init().
- ArgumentPluginBase::isException() — Method in class ArgumentPluginBase
- Formula::init() — Method in class Formula
Overrides Drupal\views\Plugin\views\HandlerBase:init().
- ManyToOne::init() — Method in class ManyToOne
Overrides Drupal\views\Plugin\views\HandlerBase:init().
- StringArgument::init() — Method in class StringArgument
Overrides Drupal\views\Plugin\views\HandlerBase:init().
- DefaultDisplay::isDefaultDisplay() — Method in class DefaultDisplay
Determine if this display is the default which contains fallback settings.
- DisplayPluginBase::initDisplay() — Method in class DisplayPluginBase
Initializes the display plugin.
- DisplayPluginBase::isDefaultDisplay() — Method in class DisplayPluginBase
Determines if this display is the 'default' display.
- DisplayPluginBase::isEnabled() — Method in class DisplayPluginBase
Whether the display is enabled.
- DisplayPluginBase::isPagerEnabled() — Method in class DisplayPluginBase
Whether the display is using a pager or not.
- DisplayPluginBase::isMoreEnabled() — Method in class DisplayPluginBase
Whether the display is using the 'more' link or not.
- DisplayPluginBase::isDefaulted() — Method in class DisplayPluginBase
Determines if an option is set to use the default or current display.
- DisplayPluginBase::isIdentifierUnique() — Method in class DisplayPluginBase
Checks if the provided identifier is unique.
- DisplayPluginBase::isBaseTableTranslatable() — Method in class DisplayPluginBase
Returns whether the base table is of a translatable entity type.
- DisplayPluginInterface::initDisplay() — Method in class DisplayPluginInterface
Initializes the display plugin.
- DisplayPluginInterface::isDefaultDisplay() — Method in class DisplayPluginInterface
Determines if this display is the 'default' display.
- DisplayPluginInterface::isEnabled() — Method in class DisplayPluginInterface
Whether the display is enabled.
- DisplayPluginInterface::isPagerEnabled() — Method in class DisplayPluginInterface
Whether the display is using a pager or not.
- DisplayPluginInterface::isMoreEnabled() — Method in class DisplayPluginInterface
Whether the display is using the 'more' link or not.
- DisplayPluginInterface::isDefaulted() — Method in class DisplayPluginInterface
Determines if an option is set to use the default or current display.
- DisplayPluginInterface::isIdentifierUnique() — Method in class DisplayPluginInterface
Checks if the provided identifier is unique.
- PathPluginBase::isDefaultTabPath() — Method in class PathPluginBase
Determines if this display's path is a default tab.
- InputRequired — Class in namespace Drupal\views\Plugin\views\exposed_form
Exposed form plugin that provides an exposed form with required input.
- Boolean::init() — Method in class Boolean
Initialize the plugin.
- BulkForm::init() — Method in class BulkForm
Initialize the plugin.
- $ EntityField#items — Property in class EntityField
An array to store field renderable arrays for use by renderItems().
- EntityField::init() — Method in class EntityField
Initialize the plugin.
- EntityLabel::init() — Method in class EntityLabel
Initialize the plugin.
- FieldHandlerInterface::isValueEmpty() — Method in class FieldHandlerInterface
Checks if a field value is empty.
- FieldPluginBase::init() — Method in class FieldPluginBase
Initialize the plugin.
- FieldPluginBase::isValueEmpty() — Method in class FieldPluginBase
Checks if a field value is empty.
- Markup::init() — Method in class Markup
Initialize the plugin.
- $ PrerenderList#items — Property in class PrerenderList
Stores all items which are used to render the items.
- BooleanOperator::init() — Method in class BooleanOperator
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
- Broken::init() — Method in class Broken
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
- Bundle::init() — Method in class Bundle
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
- FilterPluginBase::init() — Method in class FilterPluginBase
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
- FilterPluginBase::isAGroup() — Method in class FilterPluginBase
Returns TRUE if the exposed filter works like a grouped filter.
- InOperator — Class in namespace Drupal\views\Plugin\views\filter
Simple filter to handle matching of multiple options selectable via checkboxes.
- InOperator::init() — Method in class InOperator
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
- ManyToOne::init() — Method in class ManyToOne
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
- None::init() — Method in class None
Initialize the plugin.
- PagerPluginBase::itemsPerPageExposed() — Method in class PagerPluginBase
- PagerPluginBase::isOffsetExposed() — Method in class PagerPluginBase
- SqlBase::itemsPerPageExposed() — Method in class SqlBase
- SqlBase::isOffsetExposed() — Method in class SqlBase
- Sql::init() — Method in class Sql
Initialize the plugin.
- RelationshipPluginBase::init() — Method in class RelationshipPluginBase
Overrides \Drupal\views\Plugin\views\HandlerBase::init().
- EntityRow::init() — Method in class EntityRow
Initialize the plugin.
- GroupByNumeric::init() — Method in class GroupByNumeric
Initialize the plugin.
- StylePluginBase::init() — Method in class StylePluginBase
Overrides \Drupal\views\Plugin\views\PluginBase::init().
- WizardPluginBase::instantiateView() — Method in class WizardPluginBase
Instantiates a view object from form values.
- $ ResultRow#index — Property in class ResultRow
An incremental number which represents the row in the entire result.
- $ ViewExecutable#items_per_page — Property in class ViewExecutable
The number of items per page.
- $ ViewExecutable#is_attachment — Property in class ViewExecutable
Whether this view is an attachment to another view.
- $ ViewExecutable#inited — Property in class ViewExecutable
Does this view already have loaded its handlers.
- ViewExecutable::id() — Method in class ViewExecutable
Returns the identifier.
- ViewExecutable::initDisplay() — Method in class ViewExecutable
Sets the display for this view and initializes the display handler.
- ViewExecutable::initStyle() — Method in class ViewExecutable
Finds and initializes the style plugin.
- ViewExecutable::initHandlers() — Method in class ViewExecutable
Acquires and attaches all of the handlers.
- ViewExecutable::initPager() — Method in class ViewExecutable
Initializes the pager.
- ViewExecutable::initQuery() — Method in class ViewExecutable
Initializes the query object for the view.
- $ ViewsFormBase#id — Property in class ViewsFormBase
The ID of the item this form is manipulating.
- ViewFormBase::init() — Method in class ViewFormBase
Initialize the form state and the entity before the first form build.
- ViewFormBase::isDefaultDisplayShown() — Method in class ViewFormBase
Controls whether or not the default display should have its own tab on edit.
- ViewUI::isSyncing() — Method in class ViewUI
Returns whether this entity is being changed as part of a synchronization.
- ViewUI::isUninstalling() — Method in class ViewUI
Returns whether this entity is being changed during the uninstall process.
- ViewUI::isLocked() — Method in class ViewUI
Returns whether the current view is locked.
- ViewUI::id() — Method in class ViewUI
Gets the identifier.
- ViewUI::isNew() — Method in class ViewUI
Determines whether the entity is new.
- ViewUI::isInstallable() — Method in class ViewUI
Checks whether this entity is installable.
- $ WorkflowType#id — Property in class WorkflowType
The plugin ID.
- $ Workflow#id — Property in class Workflow
The Workflow ID.
- $ State#id — Property in class State
The state's ID.
- State::id() — Method in class State
Gets the state's ID.
- StateInterface::id() — Method in class StateInterface
Gets the state's ID.
- $ Transition#id — Property in class Transition
The transition's ID.
- Transition::id() — Method in class Transition
Gets the transition's ID.
- TransitionInterface::id() — Method in class TransitionInterface
Gets the transition's ID.
- QueryTrait::isSimpleQuery() — Method in class QueryTrait
- {@inheritdoc}
- WorkspaceAssociation::initializeWorkspace() — Method in class WorkspaceAssociation
Initializes a workspace with all the associations of its parent.
- WorkspaceAssociationInterface::initializeWorkspace() — Method in class WorkspaceAssociationInterface
Initializes a workspace with all the associations of its parent.
- WorkspaceManager::isEntityTypeSupported() — Method in class WorkspaceManager
Returns whether an entity type can belong to a workspace or not.
- WorkspaceManagerInterface::isEntityTypeSupported() — Method in class WorkspaceManagerInterface
Returns whether an entity type can belong to a workspace or not.
J
- FormattableMarkup::jsonSerialize() — Method in class FormattableMarkup
Returns a representation of the object for use in JSON serialization.
- HtmlEscapedText::jsonSerialize() — Method in class HtmlEscapedText
- {@inheritdoc}
- MarkupTrait::jsonSerialize() — Method in class MarkupTrait
Returns a representation of the object for use in JSON serialization.
- Json — Class in namespace Drupal\Component\Serialization
Default serialization for JSON.
- $ AjaxResponseAttachmentsProcessor#jsCollectionRenderer — Property in class AjaxResponseAttachmentsProcessor
The JS asset collection renderer service.
- JsCollectionGrouper — Class in namespace Drupal\Core\Asset
Groups JavaScript assets.
- JsCollectionOptimizer — Class in namespace Drupal\Core\Asset
Optimizes JavaScript assets.
- JsCollectionRenderer — Class in namespace Drupal\Core\Asset
Renders JavaScript assets.
- JsOptimizer — Class in namespace Drupal\Core\Asset
Optimizes a JavaScript asset.
- Select::join() — Method in class Select
Default Join against another table in the database.
- SelectExtender::join() — Method in class SelectExtender
Default Join against another table in the database.
- SelectInterface::join() — Method in class SelectInterface
Default Join against another table in the database.
- GeneratedLink::jsonSerialize() — Method in class GeneratedLink
- {@inheritdoc}
- $ HtmlResponseAttachmentsProcessor#jsCollectionRenderer — Property in class HtmlResponseAttachmentsProcessor
The JS asset collection renderer service.
- Attribute::jsonSerialize() — Method in class Attribute
Returns a representation of the object for use in JSON serialization.
- JUnitConverter — Class in namespace Drupal\Core\Test
Converts JUnit XML to Drupal's {simpletest} schema.
- JsonEncoder — Class in namespace Drupal\hal\Encoder
Encodes HAL data in JSON.
- JsonEncoder — Class in namespace Drupal\jsonapi\Encoder
Encodes JSON:API data.
- JsonApiRequestValidator — Class in namespace Drupal\jsonapi\EventSubscriber
Request subscriber that validates a JSON:API request.
- JsonapiMaintenanceModeSubscriber — Class in namespace Drupal\jsonapi\EventSubscriber
Maintenance mode subscriber for JSON:API requests.
- JsonApiSettingsForm — Class in namespace Drupal\jsonapi\Form
Configure JSON:API settings for this site.
- JsonApiDocumentTopLevel — Class in namespace Drupal\jsonapi\JsonApiResource
Represents a JSON:API document's "top level".
- JsonApiSpec — Class in namespace Drupal\jsonapi
Defines constants used for compliance with the JSON:API specification.
- JsonapiServiceProvider — Class in namespace Drupal\jsonapi
Adds 'api_json' as known format and prevents its use in the REST module.
- JsonApiDocumentTopLevelNormalizer — Class in namespace Drupal\jsonapi\Normalizer
Normalizes the top-level document according to the JSON:API specification.
- $ Routes#jsonApiBasePath — Property in class Routes
The JSON:API base path.
- AuditResult::jsonSerialize() — Method in class AuditResult
Returns the reasons the migration passed or failed, for JSON serialization.
- JsonEncoder — Class in namespace Drupal\serialization\Encoder
Adds 'ajax' to the supported content types of the JSON encoder.
- $ PerformanceForm#jsCollectionOptimizer — Property in class PerformanceForm
The JavaScript asset collection optimizer service.
- $ LatestRevision#joinHandler — Property in class LatestRevision
Views Handler Plugin Manager.
- $ LatestTranslationAffectedRevision#joinHandler — Property in class LatestTranslationAffectedRevision
Views Handler Plugin Manager.
- FieldOrLanguageJoin::joinAddExtra() — Method in class FieldOrLanguageJoin
Adds the extras to the join condition.
- JoinPluginBase — Class in namespace Drupal\views\Plugin\views\join
Represents a join and creates the SQL necessary to implement the join.
- JoinPluginBase::joinAddExtra() — Method in class JoinPluginBase
Adds the extras to the join condition.
- JoinPluginInterface — Class in namespace Drupal\views\Plugin\views\join
Represents a join and creates the SQL necessary to implement the join.
K
- Drupal::keyValueExpirable() — Method in class Drupal
Returns an expirable key value store collection.
- Drupal::keyValue() — Method in class Drupal
Returns a key/value storage collection.
- NestedArray::keyExists() — Method in class NestedArray
Determines whether a nested array contains the requested keys.
- Cache::keyFromQuery() — Method in class Cache
Generates a hash from a query object, to be used as part of the cache key.
- $ CacheCollector#keysToPersist — Property in class CacheCollector
An array of keys to add to the cache on service termination.
- $ CacheCollector#keysToRemove — Property in class CacheCollector
An array of keys to remove from the cache on service termination.
- $ ContextCacheKeys#keys — Property in class ContextCacheKeys
The generated cache keys.
- $ Query#keyValueFactory — Property in class Query
The key value factory.
- $ ControllerBase#keyValue — Property in class ControllerBase
The key-value storage.
- ControllerBase::keyValue() — Method in class ControllerBase
Returns a key/value storage collection.
- $ Connection#key — Property in class Connection
The key representing this connection.
- Merge::keys() — Method in class Merge
Sets the key fields to be used as conditions for this query.
- Merge::key() — Method in class Merge
Sets a single key field to be used as condition for this query.
- $ Upsert#key — Property in class Upsert
The unique or primary key of the table.
- Upsert::key() — Method in class Upsert
Sets the unique / primary key field to be used as condition for this query.
- StatementPrefetch::key() — Method in class StatementPrefetch
- {@inheritdoc}
- $ EntityFieldManager#keyValueFactory — Property in class EntityFieldManager
The key-value factory.
- $ EntityLastInstalledSchemaRepository#keyValueFactory — Property in class EntityLastInstalledSchemaRepository
The key-value factory.
- KeyValueContentEntityStorage — Class in namespace Drupal\Core\Entity\KeyValueStore
Provides a key value backend for content entities.
- KeyValueEntityStorage — Class in namespace Drupal\Core\Entity\KeyValueStore
Provides a key value backend for entities.
- $ KeyValueEntityStorage#keyValueStore — Property in class KeyValueEntityStorage
The key value store.
- $ Query#keyValueFactory — Property in class Query
The key value factory.
- $ QueryFactory#keyValueFactory — Property in class QueryFactory
The key value factory.
- KernelDestructionSubscriber — Class in namespace Drupal\Core\EventSubscriber
Destructs services that are initiated and tagged with "needs_destruction".
- $ ModuleInstaller#kernel — Property in class ModuleInstaller
The drupal kernel.
- $ FieldDefinitionListener#keyValueFactory — Property in class FieldDefinitionListener
The key-value factory.
- $ FormCache#keyValueExpirableFactory — Property in class FormCache
The factory for expirable key value stores used by form cache.
- KernelEvent — Class in namespace Drupal\Core\Http
Symfony 6 bridge.
- KeyValueDatabaseExpirableFactory — Class in namespace Drupal\Core\KeyValueStore
Defines the key/value store factory for the database backend.
- KeyValueDatabaseFactory — Class in namespace Drupal\Core\KeyValueStore
Defines the key/value store factory for the database backend.
- KeyValueExpirableFactory — Class in namespace Drupal\Core\KeyValueStore
Defines the key/value store factory.
- KeyValueExpirableFactoryInterface — Class in namespace Drupal\Core\KeyValueStore
Defines the expirable key/value store factory interface.
- KeyValueFactory — Class in namespace Drupal\Core\KeyValueStore
Defines the key/value store factory.
- KeyValueFactoryInterface — Class in namespace Drupal\Core\KeyValueStore
Defines the key/value store factory interface.
- KeyValueMemoryFactory — Class in namespace Drupal\Core\KeyValueStore
Defines the key/value store factory for the memory backend.
- KeyValueNullExpirableFactory — Class in namespace Drupal\Core\KeyValueStore
Defines the key/value store factory for the null backend.
- KeyValueStoreExpirableInterface — Class in namespace Drupal\Core\KeyValueStore
Defines the interface for expiring data in a key/value store.
- KeyValueStoreInterface — Class in namespace Drupal\Core\KeyValueStore
Defines the interface for key/value store implementations.
- $ Messenger#killSwitch — Property in class Messenger
The kill switch.
- KillSwitch — Class in namespace Drupal\Core\PageCache\ResponsePolicy
A policy evaluating to static::DENY when the kill switch was triggered.
- $ KillSwitch#kill — Property in class KillSwitch
A flag indicating whether the kill switch was triggered.
- KernelPreHandle — Class in namespace Drupal\Core\StackMiddleware
Prepares the environment after page caching ran.
- $ State#keyValueStore — Property in class State
The key value store to use.
- $ TestSetupTrait#kernel — Property in class TestSetupTrait
The DrupalKernel instance used in the test.
- $ UpdateHookRegistry#keyValue — Property in class UpdateHookRegistry
The key value storage.
- $ UpdateRegistry#keyValue — Property in class UpdateRegistry
The key value storage.
- TemporaryArrayObjectThrowingExceptions::ksort() — Method in class TemporaryArrayObjectThrowingExceptions
Sort the entries by key.
- $ LocaleProjectStorage#keyValueStore — Property in class LocaleProjectStorage
The key value store to use.
- $ ProviderRepository#keyValue — Property in class ProviderRepository
The key-value store.
- NullIdMap::key() — Method in class NullIdMap
- {@inheritdoc}
- Sql::key() — Method in class Sql
Implementation of \Iterator::key().
- SourcePluginBase::key() — Method in class SourcePluginBase
Gets the iterator key.
- $ NodeTranslationExceptionSubscriber#keyValue — Property in class NodeTranslationExceptionSubscriber
The key value factory.
- $ NodeTranslationMigrateSubscriber#keyValue — Property in class NodeTranslationMigrateSubscriber
The key value factory.
- $ ResponsiveImageStyle#keyedImageStyleMappings — Property in class ResponsiveImageStyle
- $ SearchPluginBase#keywords — Property in class SearchPluginBase
The keywords to use in a search.
- $ SearchQuery#keys — Property in class SearchQuery
Parsed-out positive and negative search keys.
- $ DbUpdateController#keyValueExpirableFactory — Property in class DbUpdateController
The keyvalue expirable factory.
- $ EntityAutocompleteController#keyValue — Property in class EntityAutocompleteController
The key value store.
- $ ModulesListConfirmForm#keyValueExpirable — Property in class ModulesListConfirmForm
The expirable key value store.
- $ ModulesListForm#keyValueExpirable — Property in class ModulesListForm
The expirable key value store.
- $ ModulesUninstallConfirmForm#keyValueExpirable — Property in class ModulesUninstallConfirmForm
The expirable key value store.
- $ ModulesUninstallForm#keyValueExpirable — Property in class ModulesUninstallForm
The expirable key value store.
- $ SecurityAdvisoriesFetcher#keyValueExpirable — Property in class SecurityAdvisoriesFetcher
The expirable key/value store for the advisories JSON response.
- $ Tour#keyedRoutes — Property in class Tour
The routes on which this tour should be displayed, keyed by route id.
- $ UpdateManager#keyValueStore — Property in class UpdateManager
The key/value store.
L
- Drupal::lock() — Method in class Drupal
Returns the locking layer instance.
- Drupal::linkGenerator() — Method in class Drupal
Returns the link generator service.
- Drupal::languageManager() — Method in class Drupal
Returns the language manager service.
- Drupal::logger() — Method in class Drupal
Returns a channel logger object.
- $ DateTimePlus#langcode — Property in class DateTimePlus
The value of the language code passed to the constructor.
- $ Container#loading — Property in class Container
The currently loading services.
- Diff::lcs() — Method in class Diff
Compute the length of the Longest Common Subsequence (LCS).
- $ DiffFormatter#leading_context_lines — Property in class DiffFormatter
Number of leading context "lines" to preserve.
- $ DiffFormatter#line_stats — Property in class DiffFormatter
The line stats.
- $ HWLDFWordAccumulator#lines — Property in class HWLDFWordAccumulator
- $ HWLDFWordAccumulator#line — Property in class HWLDFWordAccumulator
- $ ContainerAwareEventDispatcher#listeners — Property in class ContainerAwareEventDispatcher
Listener definitions.
- $ PoHeader#langcode — Property in class PoHeader
Language code.
- $ PoHeader#languageName — Property in class PoHeader
Human readable language name.
- $ PoItem#langcode — Property in class PoItem
The language code this translation is in.
- $ PoStreamReader#lineNumber — Property in class PoStreamReader
Source line number of the stream being parsed.
- $ PoStreamReader#langcode — Property in class PoStreamReader
Language code for the PO stream being read.
- $ PoStreamReader#lastItem — Property in class PoStreamReader
Object wrapper for the last read source/translation pair.
- $ PoStreamWriter#langcode — Property in class PoStreamWriter
The language code of this writer.
- FileReadOnlyStorage::load() — Method in class FileReadOnlyStorage
Loads PHP code from storage.
- FileReadOnlyStorage::listAll() — Method in class FileReadOnlyStorage
Lists all the files in the storage.
- FileStorage::load() — Method in class FileStorage
Loads PHP code from storage.
- FileStorage::listAll() — Method in class FileStorage
Lists all the files in the storage.
- MTimeProtectedFileStorage::load() — Method in class MTimeProtectedFileStorage
Loads PHP code from storage.
- PhpStorageInterface::load() — Method in class PhpStorageInterface
Loads PHP code from storage.
- PhpStorageInterface::listAll() — Method in class PhpStorageInterface
Lists all the files in the storage.
- LazyPluginCollection — Class in namespace Drupal\Component\Plugin
Defines an object which stores multiple plugin instances to lazy load them.
- $ PhpTransliteration#languageOverrides — Property in class PhpTransliteration
Associative array of language-specific character transliteration tables.
- PhpTransliteration::lookupReplacement() — Method in class PhpTransliteration
Look up the generic replacement for a UTF-8 character code.
- Html::load() — Method in class Html
Parses an HTML snippet and returns it as a DOM object.
- Unicode::lcfirst() — Method in class Unicode
Converts the first character of a UTF-8 string to lowercase.
- DrupalCoreComposer::loadJsonFromPath() — Method in class DrupalCoreComposer
Load json data from the specified path.
- ScaffoldOptions::locations() — Method in class ScaffoldOptions
Gets the location mapping table, e.g. 'webroot' => './'.
- CheckProvider::loadCheck() — Method in class CheckProvider
Lazy-loads access check services.
- CheckProvider::loadDynamicRequirementMap() — Method in class CheckProvider
Compiles a mapping of requirement keys to access checker service IDs.
- CheckProviderInterface::loadCheck() — Method in class CheckProviderInterface
Lazy-loads access check services.
- $ EmailAction#logger — Property in class EmailAction
A logger instance.
- $ EmailAction#languageManager — Property in class EmailAction
The language manager.
- $ Action#label — Property in class Action
The human-readable name of the action plugin.
- $ Mail#label — Property in class Mail
The human-readable name of the mail plugin.
- ArchiverInterface::listContents() — Method in class ArchiverInterface
Lists all files in the archive.
- Tar::listContents() — Method in class Tar
Lists all files in the archive.
- Zip::listContents() — Method in class Zip
Lists all files in the archive.
- $ AssetResolver#libraryDiscovery — Property in class AssetResolver
The library discovery service.
- $ AssetResolver#libraryDependencyResolver — Property in class AssetResolver
The library dependency resolver.
- $ AssetResolver#languageManager — Property in class AssetResolver
The language manager.
- $ AttachedAssets#libraries — Property in class AttachedAssets
The (ordered) list of asset libraries attached to the current response.
- CssOptimizer::loadFile() — Method in class CssOptimizer
Loads the stylesheet and resolves all @import commands.
- CssOptimizer::loadNestedFile() — Method in class CssOptimizer
Loads stylesheets recursively and returns contents with corrected paths.
- LibraryDefinitionMissingLicenseException — Class in namespace Drupal\Core\Asset\Exception
Defines a custom exception if a library has a remote but no license.
- LibrariesDirectoryFileFinder — Class in namespace Drupal\Core\Asset
Finds files that are located in the supported 'libraries' directories.
- LibraryDependencyResolver — Class in namespace Drupal\Core\Asset
Resolves the dependencies of asset (CSS/JavaScript) libraries.
- $ LibraryDependencyResolver#libraryDiscovery — Property in class LibraryDependencyResolver
The library discovery service.
- $ LibraryDependencyResolver#librariesDependencies — Property in class LibraryDependencyResolver
The libraries dependencies.
- LibraryDependencyResolverInterface — Class in namespace Drupal\Core\Asset
Resolves the dependencies of asset (CSS/JavaScript) libraries.
- LibraryDiscovery — Class in namespace Drupal\Core\Asset
Discovers available asset libraries in Drupal.
- $ LibraryDiscovery#libraryDefinitions — Property in class LibraryDiscovery
The final library definitions, statically cached.
- LibraryDiscoveryCollector — Class in namespace Drupal\Core\Asset
A CacheCollector implementation for building library extension info.
- LibraryDiscoveryInterface — Class in namespace Drupal\Core\Asset
Discovers information for asset (CSS/JavaScript) libraries.
- LibraryDiscoveryParser — Class in namespace Drupal\Core\Asset
Parses library files to get extension data.
- $ LibraryDiscoveryParser#librariesDirectoryFileFinder — Property in class LibraryDiscoveryParser
The libraries directory file finder.
- $ BatchBuilder#libraries — Property in class BatchBuilder
An array of libraries to be included when processing the batch.
- BatchStorage::load() — Method in class BatchStorage
Loads a batch.
- BatchStorageInterface::load() — Method in class BatchStorageInterface
Loads a batch.
- $ BlockManager#logger — Property in class BlockManager
The logger.
- BlockPluginInterface::label() — Method in class BlockPluginInterface
Returns the user-facing block label.
- BlockPluginTrait::label() — Method in class BlockPluginTrait
- {@inheritdoc}
- $ Breadcrumb#links — Property in class Breadcrumb
An ordered list of links for the breadcrumb.
- $ CacheCollector#lock — Property in class CacheCollector
The lock backend that should be used.
- CacheCollector::lazyLoadCache() — Method in class CacheCollector
Loads the cache if not already done.
- $ ChainedFastBackend#lastWriteTimestamp — Property in class ChainedFastBackend
The time at which the last write to this cache bin happened.
- LanguagesCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the LanguagesCacheContext service, for "per language" caching.
- $ LanguagesCacheContext#languageManager — Property in class LanguagesCacheContext
The language manager.
- ListCacheBinsPass — Class in namespace Drupal\Core\Cache
Adds cache_bins parameter to the container.
- $ Condition#label — Property in class Condition
The human-readable name of the condition.
- CachedStorage::listAll() — Method in class CachedStorage
Gets configuration object names starting with a given prefix.
- ConfigFactory::loadMultiple() — Method in class ConfigFactory
Returns a list of configuration objects for the given names.
- ConfigFactory::loadOverrides() — Method in class ConfigFactory
Get arbitrary overrides for the named configuration objects from modules.
- ConfigFactory::listAll() — Method in class ConfigFactory
Gets configuration object names starting with a given prefix.
- ConfigFactoryInterface::loadMultiple() — Method in class ConfigFactoryInterface
Returns a list of configuration objects for the given names.
- ConfigFactoryInterface::listAll() — Method in class ConfigFactoryInterface
Gets configuration object names starting with a given prefix.
- ConfigFactoryOverrideInterface::loadOverrides() — Method in class ConfigFactoryOverrideInterface
Returns config overrides.
- $ ConfigImporter#lock — Property in class ConfigImporter
The used lock backend instance.
- ConfigImporter::logError() — Method in class ConfigImporter
Logs an error message.
- ConfigManager::loadConfigEntityByName() — Method in class ConfigManager
Loads a configuration entity using the configuration name.
- ConfigManagerInterface::loadConfigEntityByName() — Method in class ConfigManagerInterface
Loads a configuration entity using the configuration name.
- $ ConfigModuleOverridesEvent#language — Property in class ConfigModuleOverridesEvent
The Language object used to override configuration data.
- DatabaseStorage::listAll() — Method in class DatabaseStorage
Gets configuration object names starting with a given prefix.
- $ ConfigEntityBase#langcode — Property in class ConfigEntityBase
The language code of the entity's default language.
- ConfigEntityBundleBase::loadDisplays() — Method in class ConfigEntityBundleBase
Returns view or form displays for this bundle.
- ConfigEntityListBuilder::load() — Method in class ConfigEntityListBuilder
Loads entities of this type from storage for listing.
- $ ConfigEntityStorage#languageManager — Property in class ConfigEntityStorage
The language manager.
- ConfigEntityStorage::loadRevision() — Method in class ConfigEntityStorage
Load a specific entity revision.
- ConfigEntityStorage::loadOverrideFree() — Method in class ConfigEntityStorage
Loads one entity in their original form without overrides.
- ConfigEntityStorage::loadMultipleOverrideFree() — Method in class ConfigEntityStorage
Loads one or more entities in their original form without overrides.
- ConfigEntityStorageInterface::loadOverrideFree() — Method in class ConfigEntityStorageInterface
Loads one entity in their original form without overrides.
- ConfigEntityStorageInterface::loadMultipleOverrideFree() — Method in class ConfigEntityStorageInterface
Loads one or more entities in their original form without overrides.
- $ ConfigEntityType#lookup_keys — Property in class ConfigEntityType
Keys that are stored key value store for fast lookup.
- Query::loadRecords() — Method in class Query
Loads the config records to examine for the query.
- $ ExportStorageManager#lock — Property in class ExportStorageManager
The used lock backend instance.
- FileStorage::listAll() — Method in class FileStorage
Gets configuration object names starting with a given prefix.
- InstallStorage::listAll() — Method in class InstallStorage
Gets configuration object names starting with a given prefix.
- ManagedStorage::listAll() — Method in class ManagedStorage
Gets configuration object names starting with a given prefix.
- MemoryStorage::listAll() — Method in class MemoryStorage
Gets configuration object names starting with a given prefix.
- NullStorage::listAll() — Method in class NullStorage
Gets configuration object names starting with a given prefix.
- ReadOnlyStorage::listAll() — Method in class ReadOnlyStorage
Gets configuration object names starting with a given prefix.
- StorageInterface::listAll() — Method in class StorageInterface
Gets configuration object names starting with a given prefix.
- $ ControllerBase#languageManager — Property in class ControllerBase
The language manager.
- ControllerBase::languageManager() — Method in class ControllerBase
Returns the language manager service.
- $ Cron#lock — Property in class Cron
The lock service.
- $ Cron#logger — Property in class Cron
A logger instance.
- $ Connection#logger — Property in class Connection
The current database logging object for this connection.
- Connection::lastInsertId() — Method in class Connection
Returns the ID of the last inserted row or sequence value.
- $ Database#logs — Property in class Database
An array of active query log objects.
- Log — Class in namespace Drupal\Core\Database
Database query logger.
- Log::log() — Method in class Log
Log a query to all active logging keys.
- $ PagerSelectExtender#limit — Property in class PagerSelectExtender
The number of elements per page to allow.
- PagerSelectExtender::limit() — Method in class PagerSelectExtender
Specify the maximum number of elements per page for this query.
- Select::leftJoin() — Method in class Select
Left Outer Join against another table in the database.
- SelectExtender::leftJoin() — Method in class SelectExtender
Left Outer Join against another table in the database.
- SelectInterface::leftJoin() — Method in class SelectInterface
Left Outer Join against another table in the database.
- $ DateFormatter#languageManager — Property in class DateFormatter
Language manager for retrieving the default langcode when none is specified.
- $ DateFormat#label — Property in class DateFormat
The human-readable name of the date format entity.
- $ DateFormat#locked — Property in class DateFormat
The locked status of this date format.
- YamlFileLoader::load() — Method in class YamlFileLoader
Loads a Yaml file.
- YamlFileLoader::loadFile() — Method in class YamlFileLoader
Loads a YAML file.
- VariantBase::label() — Method in class VariantBase
Returns the user-facing display variant label.
- VariantInterface::label() — Method in class VariantInterface
Returns the user-facing display variant label.
- DrupalKernel::loadLegacyIncludes() — Method in class DrupalKernel
Helper method that loads legacy Drupal include files.
- DrupalKernelInterface::loadLegacyIncludes() — Method in class DrupalKernelInterface
Helper method that loads legacy Drupal include files.
- $ EntityReferenceSelection#label — Property in class EntityReferenceSelection
The human-readable name of the selection plugin.
- $ ContentEntityBase#languages — Property in class ContentEntityBase
Local cache for the available language objects.
- $ ContentEntityBase#langcodeKey — Property in class ContentEntityBase
The language entity key.
- $ ContentEntityBase#loadedRevisionId — Property in class ContentEntityBase
The loaded revision ID before the new revision was set.
- ContentEntityBase::language() — Method in class ContentEntityBase
Gets the language of the entity.
- ContentEntityBase::label() — Method in class ContentEntityBase
Gets the label of the entity.
- ContentEntityDeleteForm::logDeletionMessage() — Method in class ContentEntityDeleteForm
- {@inheritdoc}
- ContentEntityNullStorage::loadMultiple() — Method in class ContentEntityNullStorage
Loads one or more entities.
- ContentEntityNullStorage::load() — Method in class ContentEntityNullStorage
Loads one entity.
- ContentEntityNullStorage::loadRevision() — Method in class ContentEntityNullStorage
Load a specific entity revision.
- ContentEntityNullStorage::loadMultipleRevisions() — Method in class ContentEntityNullStorage
Loads multiple entity revisions.
- ContentEntityNullStorage::loadByProperties() — Method in class ContentEntityNullStorage
Load entities by their property values.
- $ ContentEntityStorageBase#latestRevisionIds — Property in class ContentEntityStorageBase
Stores the latest revision IDs for entities.
- ContentEntityStorageBase::loadRevision() — Method in class ContentEntityStorageBase
Load a specific entity revision.
- ContentEntityStorageBase::loadMultipleRevisions() — Method in class ContentEntityStorageBase
Loads multiple entity revisions.
- ContentEntityStorageBase::loadUnchanged() — Method in class ContentEntityStorageBase
Loads an unchanged entity from the database.
- EntityController::loadBundleDescriptions() — Method in class EntityController
Expands the bundle information with descriptions, if known.
- EntityListController::listing() — Method in class EntityListController
Provides the listing page for any entity type.
- EntityBase::languageManager() — Method in class EntityBase
Gets the language manager.
- EntityBase::label() — Method in class EntityBase
Gets the label of the entity.
- EntityBase::linkTemplates() — Method in class EntityBase
Gets an array link templates.
- EntityBase::language() — Method in class EntityBase
Gets the language of the entity.
- EntityBase::load() — Method in class EntityBase
Loads an entity.
- EntityBase::loadMultiple() — Method in class EntityBase
Loads one or more entities.
- EntityDeleteFormTrait::logger() — Method in class EntityDeleteFormTrait
Gets the logger for a specific channel.
- EntityDeleteFormTrait::logDeletionMessage() — Method in class EntityDeleteFormTrait
Logs a message about the deleted entity.
- $ EntityDisplayModeBase#label — Property in class EntityDisplayModeBase
The human-readable name of the form or view mode.
- $ EntityDisplayRepository#languageManager — Property in class EntityDisplayRepository
The language manager.
- $ EntityFieldManager#languageManager — Property in class EntityFieldManager
The language manager.
- EntityInterface::language() — Method in class EntityInterface
Gets the language of the entity.
- EntityInterface::label() — Method in class EntityInterface
Gets the label of the entity.
- EntityInterface::load() — Method in class EntityInterface
Loads an entity.
- EntityInterface::loadMultiple() — Method in class EntityInterface
Loads one or more entities.
- $ EntityListBuilder#limit — Property in class EntityListBuilder
The number of entities to list per page, or FALSE to list all entities.
- EntityListBuilder::load() — Method in class EntityListBuilder
Loads entities of this type from storage for listing.
- EntityListBuilderInterface::load() — Method in class EntityListBuilderInterface
Loads entities of this type from storage for listing.
- $ EntityRepository#languageManager — Property in class EntityRepository
The language manager.
- EntityRepository::loadEntityByUuid() — Method in class EntityRepository
Loads an entity by UUID.
- EntityRepository::loadEntityByConfigTarget() — Method in class EntityRepository
Loads an entity by the config target identifier.
- EntityRepository::loadRevision() — Method in class EntityRepository
Loads the specified entity revision.
- EntityRepositoryInterface::loadEntityByUuid() — Method in class EntityRepositoryInterface
Loads an entity by UUID.
- EntityRepositoryInterface::loadEntityByConfigTarget() — Method in class EntityRepositoryInterface
Loads an entity by the config target identifier.
- $ EntityStorageBase#langcodeKey — Property in class EntityStorageBase
The name of the entity langcode property.
- EntityStorageBase::loadUnchanged() — Method in class EntityStorageBase
Loads an unchanged entity from the database.
- EntityStorageBase::load() — Method in class EntityStorageBase
Loads one entity.
- EntityStorageBase::loadMultiple() — Method in class EntityStorageBase
Loads one or more entities.
- EntityStorageBase::loadByProperties() — Method in class EntityStorageBase
Load entities by their property values.
- EntityStorageInterface::loadMultiple() — Method in class EntityStorageInterface
Loads one or more entities.
- EntityStorageInterface::load() — Method in class EntityStorageInterface
Loads one entity.
- EntityStorageInterface::loadUnchanged() — Method in class EntityStorageInterface
Loads an unchanged entity from the database.
- EntityStorageInterface::loadRevision() — Method in class EntityStorageInterface
Load a specific entity revision.
- EntityStorageInterface::loadByProperties() — Method in class EntityStorageInterface
Load entities by their property values.
- $ EntityType#links — Property in class EntityType
Link templates using the URI template syntax.
- $ EntityType#label — Property in class EntityType
The human-readable name of the type.
- $ EntityType#label_collection — Property in class EntityType
The human-readable label for a collection of entities of the type.
- $ EntityType#label_singular — Property in class EntityType
The indefinite singular name of the type.
- $ EntityType#label_plural — Property in class EntityType
The indefinite plural name of the type.
- $ EntityType#label_count — Property in class EntityType
A definite singular/plural name of the type.
- $ EntityType#list_cache_contexts — Property in class EntityType
The list cache contexts for this entity type.
- $ EntityType#list_cache_tags — Property in class EntityType
The list cache tags for this entity type.
- $ EntityTypeBundleInfo#languageManager — Property in class EntityTypeBundleInfo
The language manager.
- $ EntityViewBuilder#languageManager — Property in class EntityViewBuilder
The language manager.
- KeyValueContentEntityStorage::loadMultipleRevisions() — Method in class KeyValueContentEntityStorage
Loads multiple entity revisions.
- $ KeyValueEntityStorage#languageManager — Property in class KeyValueEntityStorage
The language manager.
- KeyValueEntityStorage::loadRevision() — Method in class KeyValueEntityStorage
Load a specific entity revision.
- $ QueryBase#latestRevision — Property in class QueryBase
Flag indicating whether to query the latest revision.
- QueryBase::latestRevision() — Method in class QueryBase
Queries the latest revision.
- QueryInterface::latestRevision() — Method in class QueryInterface
Queries the latest revision.
- RevisionableStorageInterface::loadRevision() — Method in class RevisionableStorageInterface
Loads a specific entity revision.
- RevisionableStorageInterface::loadMultipleRevisions() — Method in class RevisionableStorageInterface
Loads multiple entity revisions.
- $ SqlContentEntityStorage#langcodeKey — Property in class SqlContentEntityStorage
The entity langcode key.
- $ SqlContentEntityStorage#languageManager — Property in class SqlContentEntityStorage
The language manager.
- SqlContentEntityStorage::loadFromSharedTables() — Method in class SqlContentEntityStorage
Loads values for fields stored in the shared data tables.
- SqlContentEntityStorage::loadFromDedicatedTables() — Method in class SqlContentEntityStorage
Loads values of fields stored in dedicated tables for a group of entities.
- SqlContentEntityStorageSchema::loadEntitySchemaData() — Method in class SqlContentEntityStorageSchema
Loads stored schema data for the given entity type definition.
- SqlContentEntityStorageSchema::loadFieldSchemaData() — Method in class SqlContentEntityStorageSchema
Loads stored schema data for the given field storage definition.
- $ ActiveLinkResponseFilter#languageManager — Property in class ActiveLinkResponseFilter
The language manager.
- $ DefaultExceptionHtmlSubscriber#logger — Property in class DefaultExceptionHtmlSubscriber
The logger instance.
- $ ExceptionLoggingSubscriber#logger — Property in class ExceptionLoggingSubscriber
The logger channel factory.
- $ FinishResponseSubscriber#languageManager — Property in class FinishResponseSubscriber
The language manager object for retrieving the correct language code.
- $ MenuRouterRebuildSubscriber#lock — Property in class MenuRouterRebuildSubscriber
- Extension::load() — Method in class Extension
Loads the main extension file, if any.
- $ ModuleHandler#loadedFiles — Property in class ModuleHandler
List of loaded files.
- $ ModuleHandler#loaded — Property in class ModuleHandler
Boolean indicating whether modules have been loaded.
- ModuleHandler::load() — Method in class ModuleHandler
Includes a module's .module file.
- ModuleHandler::loadAll() — Method in class ModuleHandler
Loads all enabled modules.
- ModuleHandler::loadAllIncludes() — Method in class ModuleHandler
Loads an include file for each enabled module.
- ModuleHandler::loadInclude() — Method in class ModuleHandler
Loads a module include file.
- ModuleHandlerInterface::load() — Method in class ModuleHandlerInterface
Includes a module's .module file.
- ModuleHandlerInterface::loadAll() — Method in class ModuleHandlerInterface
Loads all enabled modules.
- ModuleHandlerInterface::loadAllIncludes() — Method in class ModuleHandlerInterface
Loads an include file for each enabled module.
- ModuleHandlerInterface::loadInclude() — Method in class ModuleHandlerInterface
Loads a module include file.
- $ ThemeHandler#list — Property in class ThemeHandler
A list of all currently available themes.
- ThemeHandler::listInfo() — Method in class ThemeHandler
Returns a list of currently installed themes.
- ThemeHandlerInterface::listInfo() — Method in class ThemeHandlerInterface
Returns a list of currently installed themes.
- $ ThemeInstaller#logger — Property in class ThemeInstaller
- $ FieldFormatter#label — Property in class FieldFormatter
The human-readable name of the formatter type.
- $ FieldType#label — Property in class FieldType
The human-readable name of the field type.
- $ FieldType#list_class — Property in class FieldType
- {@inheritdoc}
- $ FieldWidget#label — Property in class FieldWidget
The human-readable name of the widget type.
- BaseFieldOverride::loadByName() — Method in class BaseFieldOverride
Loads a base field bundle override config entity.
- $ FieldConfigBase#label — Property in class FieldConfigBase
The human-readable label for the field.
- $ FieldItemList#list — Property in class FieldItemList
Numerically indexed array of field items.
- $ FieldItemList#langcode — Property in class FieldItemList
The langcode of the field values held in the object.
- $ FormatterBase#label — Property in class FormatterBase
The label display setting.
- $ EntityReferenceEntityFormatter#loggerFactory — Property in class EntityReferenceEntityFormatter
The logger factory.
- LanguageFormatter — Class in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter
Plugin implementation of the 'language' formatter.
- $ LanguageFormatter#languageManager — Property in class LanguageFormatter
The language manager.
- LanguageItem — Class in namespace Drupal\Core\Field\Plugin\Field\FieldType
Defines the 'language' entity field item.
- LanguageSelectWidget — Class in namespace Drupal\Core\Field\Plugin\Field\FieldWidget
Plugin implementation of the 'Language' widget.
- Local — Class in namespace Drupal\Core\FileTransfer
Defines the local connection class for copying files as the httpd user.
- $ FileSystem#logger — Property in class FileSystem
The file logger channel.
- $ HtaccessWriter#logger — Property in class HtaccessWriter
The logger.
- FormBase::logger() — Method in class FormBase
Gets the logger for a specific channel.
- $ FormCache#logger — Property in class FormCache
Logger channel.
- FormCache::loadCachedFormState() — Method in class FormCache
Loads the cached form state.
- $ FormState#limit_validation_errors — Property in class FormState
Stores which errors should be limited during validation.
- FormState::loadInclude() — Method in class FormState
Ensures an include file is loaded whenever the form is processed.
- FormStateDecoratorBase::loadInclude() — Method in class FormStateDecoratorBase
Ensures an include file is loaded whenever the form is processed.
- FormStateInterface::loadInclude() — Method in class FormStateInterface
Ensures an include file is loaded whenever the form is processed.
- $ FormValidator#logger — Property in class FormValidator
A logger instance.
- LinkRelationType — Class in namespace Drupal\Core\Http
Defines a single link relationship type.
- LinkRelationTypeInterface — Class in namespace Drupal\Core\Http
Defines a single link relation type.
- LinkRelationTypeManager — Class in namespace Drupal\Core\Http
Provides a default plugin manager for link relation types.
- $ ImageToolkitOperation#label — Property in class ImageToolkitOperation
The human-readable name of the image toolkit operation.
- $ ImageToolkitBase#logger — Property in class ImageToolkitBase
A logger instance.
- $ ImageToolkitOperationBase#logger — Property in class ImageToolkitOperationBase
A logger instance.
- $ ImageToolkitOperationManager#logger — Property in class ImageToolkitOperationManager
A logger instance.
- ConfigOverride::loadOverrides() — Method in class ConfigOverride
Returns config overrides.
- $ CurrentLanguageContext#languageManager — Property in class CurrentLanguageContext
The language manager.
- Language — Class in namespace Drupal\Core\Language
An object containing the information for an interface language.
- $ Language#locked — Property in class Language
Locked indicates a language used by the system, not an actual language.
- LanguageDefault — Class in namespace Drupal\Core\Language
Provides a simple get and set wrapper to the default language object.
- $ LanguageDefault#language — Property in class LanguageDefault
The default language.
- LanguageInterface — Class in namespace Drupal\Core\Language
Defines an interface for languages.
- LanguageManager — Class in namespace Drupal\Core\Language
Class responsible for providing language support on language-unaware sites.
- $ LanguageManager#languages — Property in class LanguageManager
A static cache of translated language lists.
- LanguageManagerInterface — Class in namespace Drupal\Core\Language
Common interface for the language manager service.
- Layout — Class in namespace Drupal\Core\Layout\Annotation
Defines a Layout annotation object.
- $ Layout#label — Property in class Layout
The human-readable name.
- $ Layout#library — Property in class Layout
The asset library.
- $ SvgIconBuilder#label — Property in class SvgIconBuilder
The label of the layout.
- LayoutDefault — Class in namespace Drupal\Core\Layout
Provides a default class for Layout plugins.
- LayoutDefinition — Class in namespace Drupal\Core\Layout
Provides an implementation of a layout definition and its metadata.
- $ LayoutDefinition#label — Property in class LayoutDefinition
The human-readable name.
- $ LayoutDefinition#library — Property in class LayoutDefinition
The asset library.
- LayoutInterface — Class in namespace Drupal\Core\Layout
Provides an interface for static Layout plugins.
- LayoutPluginManager — Class in namespace Drupal\Core\Layout
Provides a plugin manager for layouts.
- LayoutPluginManagerInterface — Class in namespace Drupal\Core\Layout
Provides the interface for a plugin manager of layouts.
- Link — Class in namespace Drupal\Core
Defines an object that holds information about a link.
- $ Link#linkGenerator — Property in class Link
The link generator.
- DatabaseLockBackend::lockMayBeAvailable() — Method in class DatabaseLockBackend
Checks if a lock is available for acquiring.
- LockBackendAbstract — Class in namespace Drupal\Core\Lock
Non backend related common methods implementation for lock backends.
- $ LockBackendAbstract#lockId — Property in class LockBackendAbstract
Current page lock token identifier.
- $ LockBackendAbstract#locks — Property in class LockBackendAbstract
Existing locks for this page.
- LockBackendInterface — Class in namespace Drupal\Core\Lock
Lock backend interface.
- LockBackendInterface::lockMayBeAvailable() — Method in class LockBackendInterface
Checks if a lock is available for acquiring.
- $ NullLockBackend#lockId — Property in class NullLockBackend
Current page lock token identifier.
- NullLockBackend::lockMayBeAvailable() — Method in class NullLockBackend
Checks if a lock is available for acquiring.
- LogMessageParser — Class in namespace Drupal\Core\Logger
Parses log messages and their placeholders.
- LogMessageParserInterface — Class in namespace Drupal\Core\Logger
Defines an interface for parsing log messages and their placeholders.
- LoggerChannel — Class in namespace Drupal\Core\Logger
Defines a logger channel that most implementations will use.
- $ LoggerChannel#levelTranslation — Property in class LoggerChannel
Map of PSR3 log constants to RFC 5424 log constants.
- $ LoggerChannel#loggers — Property in class LoggerChannel
An array of arrays of \Psr\Log\LoggerInterface keyed by priority.
- LoggerChannel::log() — Method in class LoggerChannel
- {@inheritdoc}
- LoggerChannelFactory — Class in namespace Drupal\Core\Logger
Defines a factory for logging channels.
- $ LoggerChannelFactory#loggers — Property in class LoggerChannelFactory
An array of arrays of \Psr\Log\LoggerInterface keyed by priority.
- LoggerChannelFactoryInterface — Class in namespace Drupal\Core\Logger
Logger channel factory interface.
- LoggerChannelInterface — Class in namespace Drupal\Core\Logger
Logger channel interface.
- LoggerChannelTrait — Class in namespace Drupal\Core\Logger
Wrapper methods for the logger factory service.
- $ LoggerChannelTrait#loggerFactory — Property in class LoggerChannelTrait
The logger channel factory service.
- $ RfcLogLevel#levels — Property in class RfcLogLevel
An array with the severity levels as keys and labels as values.
- RfcLoggerTrait::log() — Method in class RfcLoggerTrait
- {@inheritdoc}
- $ MailManager#loggerFactory — Property in class MailManager
The logger factory.
- LocalActionDefault — Class in namespace Drupal\Core\Menu
Provides a default implementation for local action plugins.
- LocalActionInterface — Class in namespace Drupal\Core\Menu
Defines an interface for menu local actions.
- LocalActionManager — Class in namespace Drupal\Core\Menu
Provides the default local action manager using YML as primary definition.
- LocalActionManagerInterface — Class in namespace Drupal\Core\Menu
Manages discovery and instantiation of menu local action plugins.
- LocalTaskDefault — Class in namespace Drupal\Core\Menu
Default object used for LocalTaskPlugins.
- LocalTaskInterface — Class in namespace Drupal\Core\Menu
Defines an interface for menu local tasks.
- LocalTaskManager — Class in namespace Drupal\Core\Menu
Provides the default local task manager using YML as primary definition.
- LocalTaskManagerInterface — Class in namespace Drupal\Core\Menu
Manages discovery and instantiation of menu local task plugins.
- MenuLinkManager::loadLinksByRoute() — Method in class MenuLinkManager
Loads multiple plugin instances based on route.
- MenuLinkManagerInterface::loadLinksByRoute() — Method in class MenuLinkManagerInterface
Loads multiple plugin instances based on route.
- MenuLinkTree::load() — Method in class MenuLinkTree
Loads a menu tree with a menu link plugin instance at each element.
- $ MenuLinkTreeElement#link — Property in class MenuLinkTreeElement
The menu link for this element in a menu link tree.
- MenuLinkTreeInterface::load() — Method in class MenuLinkTreeInterface
Loads a menu tree with a menu link plugin instance at each element.
- MenuTreeStorage::loadByProperties() — Method in class MenuTreeStorage
Loads multiple plugin definitions from the storage based on properties.
- MenuTreeStorage::loadByRoute() — Method in class MenuTreeStorage
Loads multiple plugin definitions from the storage based on route.
- MenuTreeStorage::loadMultiple() — Method in class MenuTreeStorage
Loads multiple plugin definitions from the storage.
- MenuTreeStorage::load() — Method in class MenuTreeStorage
Loads a menu link plugin definition from the storage.
- MenuTreeStorage::loadFull() — Method in class MenuTreeStorage
Loads all table fields, not just those that are in the plugin definition.
- MenuTreeStorage::loadFullMultiple() — Method in class MenuTreeStorage
Loads all table fields for multiple menu link definitions by ID.
- MenuTreeStorage::loadTreeData() — Method in class MenuTreeStorage
Loads a menu link tree from the storage.
- MenuTreeStorage::loadLinks() — Method in class MenuTreeStorage
Loads links in the given menu, according to the given tree parameters.
- MenuTreeStorage::loadSubtreeData() — Method in class MenuTreeStorage
Loads a subtree rooted by the given ID.
- MenuTreeStorage::loadAllChildren() — Method in class MenuTreeStorage
Loads all the enabled menu links that are below the given ID.
- MenuTreeStorageInterface::load() — Method in class MenuTreeStorageInterface
Loads a menu link plugin definition from the storage.
- MenuTreeStorageInterface::loadMultiple() — Method in class MenuTreeStorageInterface
Loads multiple plugin definitions from the storage.
- MenuTreeStorageInterface::loadByProperties() — Method in class MenuTreeStorageInterface
Loads multiple plugin definitions from the storage based on properties.
- MenuTreeStorageInterface::loadByRoute() — Method in class MenuTreeStorageInterface
Loads multiple plugin definitions from the storage based on route.
- MenuTreeStorageInterface::loadTreeData() — Method in class MenuTreeStorageInterface
Loads a menu link tree from the storage.
- MenuTreeStorageInterface::loadAllChildren() — Method in class MenuTreeStorageInterface
Loads all the enabled menu links that are below the given ID.
- MenuTreeStorageInterface::loadSubtreeData() — Method in class MenuTreeStorageInterface
Loads a subtree rooted by the given ID.
- LocalActionsBlock — Class in namespace Drupal\Core\Menu\Plugin\Block
Provides a block to display the local actions.
- $ LocalActionsBlock#localActionManager — Property in class LocalActionsBlock
The local action manager.
- LocalTasksBlock — Class in namespace Drupal\Core\Menu\Plugin\Block
Provides a "Tabs" block to display the local tasks.
- $ LocalTasksBlock#localTaskManager — Property in class LocalTasksBlock
The local task manager.
- StaticMenuLinkOverrides::loadOverride() — Method in class StaticMenuLinkOverrides
Loads any overrides to the definition of a static (YAML-defined) link.
- StaticMenuLinkOverrides::loadMultipleOverrides() — Method in class StaticMenuLinkOverrides
Loads overrides to multiple definitions of a static (YAML-defined) link.
- StaticMenuLinkOverridesInterface::loadOverride() — Method in class StaticMenuLinkOverridesInterface
Loads any overrides to the definition of a static (YAML-defined) link.
- StaticMenuLinkOverridesInterface::loadMultipleOverrides() — Method in class StaticMenuLinkOverridesInterface
Loads overrides to multiple definitions of a static (YAML-defined) link.
- $ Pager#limit — Property in class Pager
The maximum number of items per page.
- $ ContextDefinition#label — Property in class ContextDefinition
The human-readable label.
- LazyContextRepository — Class in namespace Drupal\Core\Plugin\Context
Provides a context repository which uses context provider services.
- BatchStorage::lazyLoadItself() — Method in class BatchStorage
Lazy loads the real service from the container.
- BatchStorage::load() — Method in class BatchStorage
Loads a batch.
- ConfigInstaller::lazyLoadItself() — Method in class ConfigInstaller
Lazy loads the real service from the container.
- Cron::lazyLoadItself() — Method in class Cron
Lazy loads the real service from the container.
- ContentUninstallValidator::lazyLoadItself() — Method in class ContentUninstallValidator
Lazy loads the real service from the container.
- DatabaseDriverUninstallValidator::lazyLoadItself() — Method in class DatabaseDriverUninstallValidator
Lazy loads the real service from the container.
- ModuleInstaller::lazyLoadItself() — Method in class ModuleInstaller
Lazy loads the real service from the container.
- ModuleRequiredByThemesUninstallValidator::lazyLoadItself() — Method in class ModuleRequiredByThemesUninstallValidator
Lazy loads the real service from the container.
- RequiredModuleUninstallValidator::lazyLoadItself() — Method in class RequiredModuleUninstallValidator
Lazy loads the real service from the container.
- ExtensionMimeTypeGuesser::lazyLoadItself() — Method in class ExtensionMimeTypeGuesser
Lazy loads the real service from the container.
- MimeTypeGuesser::lazyLoadItself() — Method in class MimeTypeGuesser
Lazy loads the real service from the container.
- DatabaseLockBackend::lazyLoadItself() — Method in class DatabaseLockBackend
Lazy loads the real service from the container.
- DatabaseLockBackend::lockMayBeAvailable() — Method in class DatabaseLockBackend
Checks if a lock is available for acquiring.
- PersistentDatabaseLockBackend::lazyLoadItself() — Method in class PersistentDatabaseLockBackend
Lazy loads the real service from the container.
- PersistentDatabaseLockBackend::lockMayBeAvailable() — Method in class PersistentDatabaseLockBackend
Checks if a lock is available for acquiring.
- ChainResponsePolicy::lazyLoadItself() — Method in class ChainResponsePolicy
Lazy loads the real service from the container.
- AdminPathConfigEntityConverter::lazyLoadItself() — Method in class AdminPathConfigEntityConverter
Lazy loads the real service from the container.
- MenuLinkPluginConverter::lazyLoadItself() — Method in class MenuLinkPluginConverter
Lazy loads the real service from the container.
- CachedDiscoveryClearer::lazyLoadItself() — Method in class CachedDiscoveryClearer
Lazy loads the real service from the container.
- BareHtmlPageRenderer::lazyLoadItself() — Method in class BareHtmlPageRenderer
Lazy loads the real service from the container.
- MatcherDumper::lazyLoadItself() — Method in class MatcherDumper
Lazy loads the real service from the container.
- RouteBuilder::lazyLoadItself() — Method in class RouteBuilder
Lazy loads the real service from the container.
- Label — Class in namespace Drupal\Core\Render\Element
Provides a render element for displaying the label for a form element.
- LanguageSelect — Class in namespace Drupal\Core\Render\Element
Provides a form element for selecting a language.
- Link — Class in namespace Drupal\Core\Render\Element
Provides a link render element.
- LazyRouteCollection — Class in namespace Drupal\Core\Routing
- LocalAwareRedirectResponseTrait — Class in namespace Drupal\Core\Routing
Provides a trait which ensures that a URL is safe to redirect to.
- LocalRedirectResponse — Class in namespace Drupal\Core\Routing
Provides a redirect response which cannot redirect to an external URL.
- $ RouteBuilder#lock — Property in class RouteBuilder
The used lock backend instance.
- $ RouteProvider#languageManager — Property in class RouteProvider
The language manager.
- AccountProxy::loadUserEntity() — Method in class AccountProxy
Load a user entity.
- LocalReadOnlyStream — Class in namespace Drupal\Core\StreamWrapper
Defines a read-only Drupal stream wrapper base class for local files.
- LocalStream — Class in namespace Drupal\Core\StreamWrapper
Defines a Drupal stream wrapper base class for local files.
- Lock — Class in namespace Drupal\Core\TempStore
Provides a value object representing the lock from a TempStore.
- $ PrivateTempStore#lockBackend — Property in class PrivateTempStore
The lock object used for this data.
- $ PrivateTempStoreFactory#lockBackend — Property in class PrivateTempStoreFactory
The lock object used for this data.
- $ SharedTempStore#lockBackend — Property in class SharedTempStore
The lock object used for this data.
- $ SharedTempStoreFactory#lockBackend — Property in class SharedTempStoreFactory
The lock object used for this data.
- TwigPhpStorageCache::load() — Method in class TwigPhpStorageCache
- {@inheritdoc}
- $ TestDatabase#lockId — Property in class TestDatabase
A random number used to ensure that test fixtures are unique to each test method.
- TestDatabase::lastTestGet() — Method in class TestDatabase
Get information about the last test that ran given a test ID.
- TestDatabase::logRead() — Method in class TestDatabase
Reads the error log and reports any errors as assertion failures.
- TestStatus::label() — Method in class TestStatus
Turns a status code into a human-readable string.
- $ ActiveTheme#logo — Property in class ActiveTheme
The path to the logo.
- $ ActiveTheme#libraries — Property in class ActiveTheme
The libraries provided by the theme.
- $ ActiveTheme#librariesOverride — Property in class ActiveTheme
The libraries or library assets overridden by the theme.
- $ ActiveTheme#librariesExtend — Property in class ActiveTheme
The list of libraries-extend definitions.
- $ Registry#lock — Property in class Registry
The lock backend that should be used.
- ThemeInitialization::loadActiveTheme() — Method in class ThemeInitialization
Loads a theme, so it is ready to be used.
- ThemeInitializationInterface::loadActiveTheme() — Method in class ThemeInitializationInterface
Loads a theme, so it is ready to be used.
- $ DataType#label — Property in class DataType
The human-readable name of the data type.
- $ DataType#list_class — Property in class DataType
The typed data class used for wrapping multiple data items of the type.
- $ DataType#list_definition_class — Property in class DataType
The definition class to use for defining a list of items of this type.
- ListDataDefinition — Class in namespace Drupal\Core\TypedData
A typed data definition class for defining lists.
- ListDataDefinitionInterface — Class in namespace Drupal\Core\TypedData
Interface for data definitions of lists.
- ListInterface — Class in namespace Drupal\Core\TypedData
Interface for a list of typed data.
- $ ItemList#list — Property in class ItemList
Numerically indexed array of items.
- Language — Class in namespace Drupal\Core\TypedData\Plugin\DataType
Defines the 'language' data type.
- $ Language#language — Property in class Language
- LanguageReference — Class in namespace Drupal\Core\TypedData\Plugin\DataType
Defines the 'language_reference' data type.
- TranslatableInterface::language() — Method in class TranslatableInterface
Returns the translation language.
- $ UpdateRegistry#logFilename — Property in class UpdateRegistry
The filename of the log file.
- UpdateRegistry::loadUpdateFiles() — Method in class UpdateRegistry
Loads all update files for a given list of extension.
- UpdateRegistry::loadUpdateFile() — Method in class UpdateRegistry
Loads the {$this->updateType}.php file for a given extension.
- LinkGenerator — Class in namespace Drupal\Core\Utility
Provides a class which generates a link with route names and parameters.
- LinkGeneratorInterface — Class in namespace Drupal\Core\Utility
Defines an interface for generating links from route names and parameters.
- $ Token#languageManager — Property in class Token
The language manager.
- $ Constraint#label — Property in class Constraint
The human-readable name of the constraint plugin.
- $ DrupalTranslator#locale — Property in class DrupalTranslator
The locale used for translating.
- LengthConstraint — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
Length constraint.
- $ UmamiMultilingualInstallTest#langcode — Property in class UmamiMultilingualInstallTest
- {@inheritdoc}
- ActionListBuilder::load() — Method in class ActionListBuilder
Loads entities of this type from storage for listing.
- Feed::label() — Method in class Feed
Gets the label of the entity.
- Item::label() — Method in class Item
Gets the label of the entity.
- ItemStorage::loadAll() — Method in class ItemStorage
Loads feed items from all feeds.
- ItemStorage::loadByFeed() — Method in class ItemStorage
Loads feed items filtered by a feed.
- ItemStorageInterface::loadAll() — Method in class ItemStorageInterface
Loads feed items from all feeds.
- ItemStorageInterface::loadByFeed() — Method in class ItemStorageInterface
Loads feed items filtered by a feed.
- $ ItemsImporter#logger — Property in class ItemsImporter
A logger instance.
- $ DefaultFetcher#logger — Property in class DefaultFetcher
A logger instance.
- $ BlockForm#language — Property in class BlockForm
The language manager service.
- BlockViewBuilder::lazyBuilder() — Method in class BlockViewBuilder
lazy_builder callback; builds a #pre_render-able block.
- $ BlockLibraryController#localActionManager — Property in class BlockLibraryController
The local action manager.
- BlockLibraryController::listBlocks() — Method in class BlockLibraryController
Shows a list of blocks that can be added to a theme's layout.
- BlockListController::listing() — Method in class BlockListController
Shows the block administration page.
- Block::label() — Method in class Block
Gets the label of the entity.
- $ BlockContentType#label — Property in class BlockContentType
The custom block type label.
- ListingEmpty — Class in namespace Drupal\block_content\Plugin\views\area
Defines an area plugin to display a block add link.
- $ BookBreadcrumbBuilder#languageManager — Property in class BookBreadcrumbBuilder
The language manager service.
- $ BookManager#languageManager — Property in class BookManager
The language manager.
- BookManager::loadBooks() — Method in class BookManager
Loads Books Array.
- BookManager::loadBookLink() — Method in class BookManager
Loads a single book entry.
- BookManager::loadBookLinks() — Method in class BookManager
Loads multiple book entries.
- BookManagerInterface::loadBookLink() — Method in class BookManagerInterface
Loads a single book entry.
- BookManagerInterface::loadBookLinks() — Method in class BookManagerInterface
Loads multiple book entries.
- BookOutlineStorage::loadMultiple() — Method in class BookOutlineStorage
Loads books.
- BookOutlineStorage::loadBookChildren() — Method in class BookOutlineStorage
Loads book's children using its parent ID.
- BookOutlineStorageInterface::loadMultiple() — Method in class BookOutlineStorageInterface
Loads books.
- BookOutlineStorageInterface::loadBookChildren() — Method in class BookOutlineStorageInterface
Loads book's children using its parent ID.
- BookUninstallValidator::lazyLoadItself() — Method in class BookUninstallValidator
Lazy loads the real service from the container.
- $ DrupalAspectsOfCKEditor5Plugin#label — Property in class DrupalAspectsOfCKEditor5Plugin
The human-readable name of the CKEditor plugin.
- $ DrupalAspectsOfCKEditor5Plugin#library — Property in class DrupalAspectsOfCKEditor5Plugin
The library this plugin requires.
- $ CKEditor5ImageController#lock — Property in class CKEditor5ImageController
The lock service.
- CKEditor5PluginDefinition::label() — Method in class CKEditor5PluginDefinition
Gets the human-readable name of the CKEditor plugin.
- Language — Class in namespace Drupal\ckeditor5\Plugin\CKEditor5Plugin
CKEditor 5 Language plugin.
- $ CKEditor5#languageManager — Property in class CKEditor5
The language manager.
- $ CKEditorPlugin#label — Property in class CKEditorPlugin
The human-readable name of the CKEditor plugin.
- Language — Class in namespace Drupal\ckeditor\Plugin\CKEditorPlugin
Defines the "language" plugin.
- $ CKEditor#languageManager — Property in class CKEditor
The language manager.
- CommentStorage::loadThread() — Method in class CommentStorage
Retrieves comments for a thread, sorted in an order suitable for display.
- CommentStorageInterface::loadThread() — Method in class CommentStorageInterface
Retrieves comments for a thread, sorted in an order suitable for display.
- $ CommentTypeForm#logger — Property in class CommentTypeForm
A logger instance.
- $ CommentType#label — Property in class CommentType
The comment type label.
- $ CommentTypeDeleteForm#logger — Property in class CommentTypeDeleteForm
A logger instance.
- DeleteForm::logDeletionMessage() — Method in class DeleteForm
- {@inheritdoc}
- $ CommentedEntity#loadedCommentedEntities — Property in class CommentedEntity
Array of entities that has comments.
- LastTimestamp — Class in namespace Drupal\comment\Plugin\views\field
Field handler to display the timestamp of a comment with the count of comments.
- LinkApprove — Class in namespace Drupal\comment\Plugin\views\field
Provides a comment approve link.
- LinkReply — Class in namespace Drupal\comment\Plugin\views\field
Field handler to present a link to reply to a comment.
- $ ConfigSingleImportForm#lock — Property in class ConfigSingleImportForm
The database lock object.
- $ ConfigSync#lock — Property in class ConfigSync
The database lock object.
- StorageReplaceDataWrapper::listAll() — Method in class StorageReplaceDataWrapper
Gets configuration object names starting with a given prefix.
- $ ConfigTranslationOverviewAccess#languageManager — Property in class ConfigTranslationOverviewAccess
The language manager.
- $ ConfigNamesMapper#localeConfigManager — Property in class ConfigNamesMapper
The typed configuration manager.
- $ ConfigNamesMapper#langcode — Property in class ConfigNamesMapper
The language code of the language this mapper, if any.
- $ ConfigNamesMapper#languageManager — Property in class ConfigNamesMapper
The language manager.
- $ ConfigTranslationController#languageManager — Property in class ConfigTranslationController
The language manager.
- ConfigTranslationFieldListBuilder::load() — Method in class ConfigTranslationFieldListBuilder
Loads entities of this type from storage for listing.
- ConfigTranslationListController::listing() — Method in class ConfigTranslationListController
Provides the listing page for any entity type.
- ListElement — Class in namespace Drupal\config_translation\FormElement
Defines the list element for the configuration translation interface.
- $ ConfigTranslationDeleteForm#languageManager — Property in class ConfigTranslationDeleteForm
The language manager.
- $ ConfigTranslationDeleteForm#language — Property in class ConfigTranslationDeleteForm
The language of configuration translation.
- $ ConfigTranslationFormBase#languageManager — Property in class ConfigTranslationFormBase
The language manager.
- $ ConfigTranslationFormBase#language — Property in class ConfigTranslationFormBase
The language of the configuration translation.
- $ ContactForm#label — Property in class ContactForm
The human-readable label of the category.
- $ MailHandler#languageManager — Property in class MailHandler
Language manager service.
- $ MailHandler#logger — Property in class MailHandler
Logger service.
- $ MessageForm#languageManager — Property in class MessageForm
The language manager service.
- LatestRevisionCheck — Class in namespace Drupal\content_moderation\Access
Access check for the entity moderation tab.
- LatestRevisionCheck::loadEntity() — Method in class LatestRevisionCheck
Returns the default revision of the entity this route is for.
- ContentModerationState::label() — Method in class ContentModerationState
Gets the state's label.
- ContentModerationState::loadFromModeratedEntity() — Method in class ContentModerationState
Loads a content moderation state entity.
- ModeratedNodeListBuilder::load() — Method in class ModeratedNodeListBuilder
Loads entities of this type from storage for listing.
- ModerationStateFieldItemList::loadContentModerationStateRevision() — Method in class ModerationStateFieldItemList
Load the content moderation state revision associated with an entity.
- $ ContentTranslationManageAccessCheck#languageManager — Property in class ContentTranslationManageAccessCheck
The language manager.
- $ ContentTranslationHandler#languageManager — Property in class ContentTranslationHandler
The language manager.
- ContentTranslationManager::loadContentLanguageSettings() — Method in class ContentTranslationManager
Loads a content language config entity based on the entity type and bundle.
- DbLog::log() — Method in class DbLog
- {@inheritdoc}
- $ Editor#label — Property in class Editor
The human-readable name of the editor plugin.
- Editor::label() — Method in class Editor
Gets the label of the entity.
- EditorManager::listOptions() — Method in class EditorManager
Populates a key-value pair of available text editors.
- FieldConfig::linkTemplates() — Method in class FieldConfig
Gets an array link templates.
- FieldConfig::loadByName() — Method in class FieldConfig
Loads a field config entity based on the entity type and field name.
- $ FieldStorageConfig#locked — Property in class FieldStorageConfig
Flag indicating whether the field is available for editing.
- FieldStorageConfig::loadByName() — Method in class FieldStorageConfig
Loads a field config entity based on the entity type and field name.
- FieldConfigStorage::loadByProperties() — Method in class FieldConfigStorage
Load entities by their property values.
- FieldStorageConfigStorage::loadByProperties() — Method in class FieldStorageConfigStorage
Load entities by their property values.
- FieldUninstallValidator::lazyLoadItself() — Method in class FieldUninstallValidator
Lazy loads the real service from the container.
- $ FieldLayoutBuilder#layoutPluginManager — Property in class FieldLayoutBuilder
The layout plugin manager.
- $ FieldLayoutEntityDisplayFormTrait#layoutPluginManager — Property in class FieldLayoutEntityDisplayFormTrait
The field layout plugin manager.
- FieldConfigListController::listing() — Method in class FieldConfigListController
Shows the 'Manage fields' page.
- EntityDisplayModeListBuilder::load() — Method in class EntityDisplayModeListBuilder
Loads entities of this type from storage for listing.
- FieldConfigListBuilder::load() — Method in class FieldConfigListBuilder
Loads entities of this type from storage for listing.
- FileRepository::loadByUri() — Method in class FileRepository
Loads the first File entity found with the specified URI.
- FileRepositoryInterface::loadByUri() — Method in class FileRepositoryInterface
Loads the first File entity found with the specified URI.
- DatabaseFileUsageBackend::listUsage() — Method in class DatabaseFileUsageBackend
Determines where a file is used.
- FileUsageInterface::listUsage() — Method in class FileUsageInterface
Determines where a file is used.
- $ FileUploadResource#lock — Property in class FileUploadResource
The lock service.
- FileUploadHandler::loadByUri() — Method in class FileUploadHandler
Loads the first File entity found with the specified URI.
- ProcessedText::logger() — Method in class ProcessedText
Wraps a logger channel.
- FilterFormatListBuilder::load() — Method in class FilterFormatListBuilder
Loads entities of this type from storage for listing.
- $ FilterNull#logged — Property in class FilterNull
Tracks if an alert about this filter has been logged.
- FilterUninstallValidator::lazyLoadItself() — Method in class FilterUninstallValidator
Lazy loads the real service from the container.
- $ ForumManager#lastPostData — Property in class ForumManager
Array of last post information keyed by forum (term) id.
- ForumManager::lastVisit() — Method in class ForumManager
Gets the last time the user viewed a node.
- ForumUninstallValidator::lazyLoadItself() — Method in class ForumUninstallValidator
Lazy loads the real service from the container.
- LinkManager — Class in namespace Drupal\hal\LinkManager
- LinkManagerBase — Class in namespace Drupal\hal\LinkManager
Defines an abstract base-class for HAL link manager objects.
- $ LinkManagerBase#linkDomain — Property in class LinkManagerBase
Link domain used for type links URIs.
- LinkManagerInterface — Class in namespace Drupal\hal\LinkManager
Interface implemented by link managers.
- $ ContentEntityNormalizer#linkManager — Property in class ContentEntityNormalizer
The hypermedia link manager.
- $ EntityReferenceItemNormalizer#linkManager — Property in class EntityReferenceItemNormalizer
The hypermedia link manager.
- HelpSectionPluginInterface::listTopics() — Method in class HelpSectionPluginInterface
Returns a list of topics to show in the help section.
- HookHelpSection::listTopics() — Method in class HookHelpSection
Returns a list of topics to show in the help section.
- $ HelpTopicSection#languageManager — Property in class HelpTopicSection
The language manager.
- HelpTopicSection::listTopics() — Method in class HelpTopicSection
Returns a list of topics to show in the help section.
- HelpTopicSection::listSearchableTopics() — Method in class HelpTopicSection
Returns the IDs of topics that should be indexed for searching.
- $ HelpSearch#languageManager — Property in class HelpSearch
The language manager.
- SearchableHelpInterface::listSearchableTopics() — Method in class SearchableHelpInterface
Returns the IDs of topics that should be indexed for searching.
- HistoryRenderCallback::lazyBuilder() — Method in class HistoryRenderCallback
lazy_builder callback; attaches the last read timestamp for a node.
- $ ImageEffect#label — Property in class ImageEffect
The human-readable name of the image effect.
- $ ImageStyleDownloadController#lock — Property in class ImageStyleDownloadController
The lock backend.
- $ ImageStyleDownloadController#logger — Property in class ImageStyleDownloadController
A logger instance.
- $ ImageStyle#label — Property in class ImageStyle
The image style label.
- $ ImageEffectBase#logger — Property in class ImageEffectBase
A logger instance.
- ImageEffectBase::label() — Method in class ImageEffectBase
Returns the image effect label.
- ImageEffectInterface::label() — Method in class ImageEffectInterface
Returns the image effect label.
- $ EntityAccessChecker#latestRevisionCheck — Property in class EntityAccessChecker
The latest revision check service.
- EntityResource::loadEntitiesWithAccess() — Method in class EntityResource
Build a collection of the entities to respond with and access objects.
- $ TemporaryJsonapiFileFieldUploader#logger — Property in class TemporaryJsonapiFileFieldUploader
A logger instance.
- $ TemporaryJsonapiFileFieldUploader#lock — Property in class TemporaryJsonapiFileFieldUploader
The lock service.
- $ ResourceResponseValidator#logger — Property in class ResourceResponseValidator
The JSON:API logger channel.
- $ JsonApiDocumentTopLevel#links — Property in class JsonApiDocumentTopLevel
The links.
- LabelOnlyResourceObject — Class in namespace Drupal\jsonapi\JsonApiResource
Value object decorating a ResourceObject; only its label is available.
- Link — Class in namespace Drupal\jsonapi\JsonApiResource
Represents an RFC8288 based link.
- LinkCollection — Class in namespace Drupal\jsonapi\JsonApiResource
Contains a set of JSON:API Link objects.
- $ LinkCollection#links — Property in class LinkCollection
The links in the collection, keyed by unique strings.
- $ Relationship#links — Property in class Relationship
The relationship object's links.
- $ ResourceObject#links — Property in class ResourceObject
The resource object's links.
- $ ResourceObject#language — Property in class ResourceObject
The resource language.
- LinkCollectionNormalizer — Class in namespace Drupal\jsonapi\Normalizer
Normalizes a LinkCollection object.
- $ EntityUuidConverter#languageManager — Property in class EntityUuidConverter
The language manager.
- ResourceTypeRepository::lookupResourceType() — Method in class ResourceTypeRepository
Lookup a resource type by entity type ID and bundle name.
- NegotiatorBase::loadRevision() — Method in class NegotiatorBase
Loads an entity revision.
- LanguageNegotiation — Class in namespace Drupal\language\Annotation
Defines a language negotiation annotation object.
- LanguageConfigCollectionNameTrait — Class in namespace Drupal\language\Config
Provides a common trait for working with language override collection names.
- LanguageConfigFactoryOverride — Class in namespace Drupal\language\Config
Provides language overrides for the configuration factory.
- $ LanguageConfigFactoryOverride#language — Property in class LanguageConfigFactoryOverride
The language object used to override configuration data.
- LanguageConfigFactoryOverride::loadOverrides() — Method in class LanguageConfigFactoryOverride
Returns config overrides.
- LanguageConfigFactoryOverrideInterface — Class in namespace Drupal\language\Config
Defines the interface for a configuration factory language override object.
- LanguageConfigOverride — Class in namespace Drupal\language\Config
Defines language configuration overrides.
- LanguageConfigOverrideCrudEvent — Class in namespace Drupal\language\Config
Provides a language override event for event listeners.
- LanguageConfigOverrideEvents — Class in namespace Drupal\language\Config
Defines events for language configuration overrides.
- $ ConfigurableLanguageManager#languageTypes — Property in class ConfigurableLanguageManager
Local cache for language type configuration data.
- $ ConfigurableLanguageManager#languageTypesInfo — Property in class ConfigurableLanguageManager
Local cache for language type information.
- ConfigurableLanguageManager::loadLanguageTypesConfiguration() — Method in class ConfigurableLanguageManager
Retrieves language types from the configuration storage.
- LanguageConfiguration — Class in namespace Drupal\language\Element
Defines an element for language configuration for a single field.
- LanguageConfiguration::languageManager() — Method in class LanguageConfiguration
Wraps the language manager.
- $ ConfigurableLanguage#label — Property in class ConfigurableLanguage
The human-readable label for the language.
- $ ConfigurableLanguage#locked — Property in class ConfigurableLanguage
Locked languages cannot be edited.
- $ ContentLanguageSettings#language_alterable — Property in class ContentLanguageSettings
Indicates if the language is alterable or not.
- ContentLanguageSettings::loadByEntityTypeBundle() — Method in class ContentLanguageSettings
Loads a content language config entity based on the entity type and bundle.
- $ ConfigSubscriber#languageManager — Property in class ConfigSubscriber
The language manager.
- $ ConfigSubscriber#languageDefault — Property in class ConfigSubscriber
The default language.
- $ ConfigSubscriber#languageNegotiator — Property in class ConfigSubscriber
The language negotiator.
- LanguageRequestSubscriber — Class in namespace Drupal\language\EventSubscriber
Sets the $request property on the language manager.
- $ LanguageRequestSubscriber#languageManager — Property in class LanguageRequestSubscriber
The language manager service.
- LanguageException — Class in namespace Drupal\language\Exception
A base exception thrown in any language system operations.
- LanguageAddForm — Class in namespace Drupal\language\Form
Controller for language addition forms.
- LanguageDeleteForm — Class in namespace Drupal\language\Form
Defines a confirmation form for deleting a language entity.
- LanguageDeleteForm::logDeletionMessage() — Method in class LanguageDeleteForm
Logs a message about the deleted entity.
- LanguageEditForm — Class in namespace Drupal\language\Form
Controller for language edit forms.
- LanguageFormBase — Class in namespace Drupal\language\Form
Base form for language add and edit forms.
- $ LanguageFormBase#languageManager — Property in class LanguageFormBase
The configurable language manager.
- $ NegotiationBrowserForm#languageManager — Property in class NegotiationBrowserForm
The configurable language manager.
- NegotiationBrowserForm::language_get_browser_drupal_langcode_mappings() — Method in class NegotiationBrowserForm
Retrieves the browser's langcode mapping configuration array.
- $ NegotiationConfigureForm#languageTypes — Property in class NegotiationConfigureForm
Stores the configuration object for language.types.
- $ NegotiationConfigureForm#languageManager — Property in class NegotiationConfigureForm
The language manager.
- $ NegotiationUrlForm#languageManager — Property in class NegotiationUrlForm
The language manager.
- $ PathProcessorLanguage#languageManager — Property in class PathProcessorLanguage
Language manager for retrieving the url language type.
- LanguageAccessControlHandler — Class in namespace Drupal\language
Defines the access control handler for the language entity type.
- LanguageConverter — Class in namespace Drupal\language
Converts parameters for upcasting entity IDs to full objects.
- $ LanguageConverter#languageManager — Property in class LanguageConverter
The language manager.
- LanguageListBuilder — Class in namespace Drupal\language
Defines a class to build a listing of language entities.
- $ LanguageListBuilder#languageManager — Property in class LanguageListBuilder
The language manager.
- LanguageListBuilder::load() — Method in class LanguageListBuilder
Loads entities of this type from storage for listing.
- LanguageNegotiationMethodBase — Class in namespace Drupal\language
Base class for language negotiation methods.
- $ LanguageNegotiationMethodBase#languageManager — Property in class LanguageNegotiationMethodBase
The language manager.
- LanguageNegotiationMethodInterface — Class in namespace Drupal\language
Interface for language negotiation classes.
- LanguageNegotiationMethodManager — Class in namespace Drupal\language
Manages language negotiation methods.
- LanguageNegotiator — Class in namespace Drupal\language
Class responsible for performing language negotiation.
- $ LanguageNegotiator#languageManager — Property in class LanguageNegotiator
The language manager.
- LanguageNegotiatorInterface — Class in namespace Drupal\language
Common interface for language negotiation services.
- LanguageServiceProvider — Class in namespace Drupal\language
Overrides the language_manager service to point to language's module one.
- LanguageSwitcherInterface — Class in namespace Drupal\language
Interface for language switcher classes.
- LanguageBlock — Class in namespace Drupal\language\Plugin\Block
Provides a 'Language switcher' block.
- $ LanguageBlock#languageManager — Property in class LanguageBlock
The language manager.
- Language — Class in namespace Drupal\language\Plugin\Condition
Provides a 'Language' condition.
- $ Language#languageManager — Property in class Language
The Language manager.
- LanguageBlock — Class in namespace Drupal\language\Plugin\Derivative
Provides language switcher block plugin definitions for all languages.
- LanguageNegotiationBrowser — Class in namespace Drupal\language\Plugin\LanguageNegotiation
Class for identifying language from the browser Accept-language HTTP header.
- LanguageNegotiationContentEntity — Class in namespace Drupal\language\Plugin\LanguageNegotiation
Class for identifying the content translation language.
- LanguageNegotiationSelected — Class in namespace Drupal\language\Plugin\LanguageNegotiation
Class for identifying language from a selected language.
- LanguageNegotiationSession — Class in namespace Drupal\language\Plugin\LanguageNegotiation
Identify language from a request/session parameter.
- LanguageNegotiationUI — Class in namespace Drupal\language\Plugin\LanguageNegotiation
Identifies the language from the interface text language selected for page.
- LanguageNegotiationUrl — Class in namespace Drupal\language\Plugin\LanguageNegotiation
Class for identifying language via URL prefix or domain.
- LanguageNegotiationUrlFallback — Class in namespace Drupal\language\Plugin\LanguageNegotiation
Class that determines the language to be assigned to URLs when none is detected.
- LanguageDomains — Class in namespace Drupal\language\Plugin\migrate\process
This plugin makes sure that no domain is empty if domain negotiation is used.
- LanguageNegotiation — Class in namespace Drupal\language\Plugin\migrate\process
Processes the arrays for the language types' negotiation methods and weights.
- LanguageTypes — Class in namespace Drupal\language\Plugin\migrate\process
Processes the array for the language types.
- Language — Class in namespace Drupal\language\Plugin\migrate\source
Drupal 6/7 language source from database.
- LanguageContentSettings — Class in namespace Drupal\language\Plugin\migrate\source\d6
Drupal 6 i18n node settings from database.
- LanguageContentSettingsTaxonomyVocabulary — Class in namespace Drupal\language\Plugin\migrate\source\d6
Drupal 6 i18n vocabularies source from database.
- LanguageContentSettings — Class in namespace Drupal\language\Plugin\migrate\source\d7
Drupal 7 i18n node settings from database.
- LanguageContentSettingsTaxonomyVocabulary — Class in namespace Drupal\language\Plugin\migrate\source\d7
Drupal 7 i18n vocabularies source from database.
- LanguageConverter — Class in namespace Drupal\language\ProxyClass
Provides a proxy class for \Drupal\language\LanguageConverter.
- LanguageConverter::lazyLoadItself() — Method in class LanguageConverter
Lazy loads the real service from the container.
- LayoutBuilderAccessCheck — Class in namespace Drupal\layout_builder\Access
Provides an access check for the Layout Builder defaults.
- LayoutPreviewAccessAllowed — Class in namespace Drupal\layout_builder\Access
Accessible class to allow access for inline blocks in the Layout Builder.
- LayoutBuilderIsActiveCacheContext — Class in namespace Drupal\layout_builder\Cache
Determines whether Layout Builder is active for a given entity type or not.
- LayoutBuilderUiCacheContext — Class in namespace Drupal\layout_builder\Cache
Determines if an entity is being viewed in the Layout Builder UI.
- LayoutBuilderContextTrait — Class in namespace Drupal\layout_builder\Context
Provides a wrapper around getting contexts from a section storage object.
- $ AddSectionController#layoutTempstoreRepository — Property in class AddSectionController
The layout tempstore repository.
- $ ChooseSectionController#layoutManager — Property in class ChooseSectionController
The layout manager.
- LayoutBuilderController — Class in namespace Drupal\layout_builder\Controller
Defines a controller to provide the Layout Builder admin UI.
- LayoutBuilderController::layout() — Method in class LayoutBuilderController
Renders the Layout UI.
- LayoutBuilderHtmlEntityFormController — Class in namespace Drupal\layout_builder\Controller
Overrides the entity form controller service for layout builder operations.
- LayoutRebuildTrait — Class in namespace Drupal\layout_builder\Controller
Provides AJAX responses to rebuild the Layout Builder.
- $ MoveBlockController#layoutTempstoreRepository — Property in class MoveBlockController
The layout tempstore repository.
- LayoutBuilder — Class in namespace Drupal\layout_builder\Element
Defines a render element for building the Layout Builder UI.
- LayoutBuilder::layout() — Method in class LayoutBuilder
Renders the Layout UI.
- LayoutBuilderEntityViewDisplay — Class in namespace Drupal\layout_builder\Entity
Provides an entity view display entity that has a layout.
- LayoutBuilderEntityViewDisplay::label() — Method in class LayoutBuilderEntityViewDisplay
Gets the label of the entity.
- LayoutBuilderEntityViewDisplayStorage — Class in namespace Drupal\layout_builder\Entity
Provides storage for entity view display entities that have layouts.
- LayoutBuilderSampleEntityGenerator — Class in namespace Drupal\layout_builder\Entity
Generates a sample entity for use by the Layout Builder.
- LayoutEntityDisplayInterface — Class in namespace Drupal\layout_builder\Entity
Provides an interface for entity displays that have layout.
- $ PrepareLayout#layoutTempstoreRepository — Property in class PrepareLayout
The layout tempstore repository.
- LayoutSectionItemList — Class in namespace Drupal\layout_builder\Field
Defines an item list class for layout section fields.
- $ LayoutSectionItemList#list — Property in class LayoutSectionItemList
Numerically indexed array of field items.
- $ ConfigureBlockFormBase#layoutTempstoreRepository — Property in class ConfigureBlockFormBase
The layout tempstore repository.
- $ ConfigureSectionForm#layoutTempstoreRepository — Property in class ConfigureSectionForm
The layout tempstore repository.
- $ ConfigureSectionForm#layout — Property in class ConfigureSectionForm
The plugin being configured.
- $ DefaultsEntityForm#layoutTempstoreRepository — Property in class DefaultsEntityForm
Layout tempstore repository.
- DefaultsEntityForm::layoutBuilderElementGetKeys() — Method in class DefaultsEntityForm
Form element #process callback.
- $ DiscardLayoutChangesForm#layoutTempstoreRepository — Property in class DiscardLayoutChangesForm
The layout tempstore repository.
- LayoutBuilderDisableForm — Class in namespace Drupal\layout_builder\Form
Disables Layout Builder for a given default.
- $ LayoutBuilderDisableForm#layoutTempstoreRepository — Property in class LayoutBuilderDisableForm
The layout tempstore repository.
- LayoutBuilderEntityViewDisplayForm — Class in namespace Drupal\layout_builder\Form
Edit form for the LayoutBuilderEntityViewDisplay entity type.
- LayoutRebuildConfirmFormBase — Class in namespace Drupal\layout_builder\Form
Provides a base class for confirmation forms that rebuild the Layout Builder.
- $ LayoutRebuildConfirmFormBase#layoutTempstoreRepository — Property in class LayoutRebuildConfirmFormBase
The layout tempstore repository.
- $ MoveBlockForm#layoutTempstore — Property in class MoveBlockForm
The Layout Tempstore.
- $ OverridesEntityForm#layoutTempstoreRepository — Property in class OverridesEntityForm
Layout tempstore repository.
- $ RevertOverridesForm#layoutTempstoreRepository — Property in class RevertOverridesForm
The layout tempstore repository.
- LayoutBuilderEnabledInterface — Class in namespace Drupal\layout_builder
Provides methods for enabling and disabling Layout Builder.
- LayoutBuilderEvents — Class in namespace Drupal\layout_builder
Defines events for the layout_builder module.
- LayoutBuilderHighlightTrait — Class in namespace Drupal\layout_builder
A trait for generating IDs used to highlight active UI elements.
- LayoutBuilderOverridesPermissions — Class in namespace Drupal\layout_builder
Provides dynamic permissions for Layout Builder overrides.
- LayoutBuilderServiceProvider — Class in namespace Drupal\layout_builder
Sets the layout_builder.get_block_dependency_subscriber service definition.
- LayoutEntityHelperTrait — Class in namespace Drupal\layout_builder
Methods to help with entities using the layout builder.
- LayoutTempstoreRepository — Class in namespace Drupal\layout_builder
Provides a mechanism for loading layouts from tempstore.
- LayoutTempstoreRepositoryInterface — Class in namespace Drupal\layout_builder
Provides an interface for loading layouts from tempstore.
- LayoutEntityDisplayNormalizer — Class in namespace Drupal\layout_builder\Normalizer
Normalizes/denormalizes LayoutEntityDisplay objects into an array structure.
- $ FieldBlock#logger — Property in class FieldBlock
The logger.
- LayoutBuilderLocalTaskDeriver — Class in namespace Drupal\layout_builder\Plugin\Derivative
Provides local task definitions for the layout builder user interface.
- LayoutSectionItem — Class in namespace Drupal\layout_builder\Plugin\Field\FieldType
Plugin implementation of the 'layout_section' field type.
- LayoutBuilderWidget — Class in namespace Drupal\layout_builder\Plugin\Field\FieldWidget
A widget to display the layout form.
- LayoutBuilderWidget::layoutBuilderElementGetKeys() — Method in class LayoutBuilderWidget
Form element #process callback.
- DefaultsSectionStorage::label() — Method in class DefaultsSectionStorage
Gets the label for the object using the sections.
- OverridesSectionStorage::label() — Method in class OverridesSectionStorage
Gets the label for the object using the sections.
- LayoutBuilderRoutes — Class in namespace Drupal\layout_builder\Routing
Provides routes for the Layout Builder UI.
- LayoutBuilderRoutesTrait — Class in namespace Drupal\layout_builder\Routing
Provides a trait for building routes for a Layout Builder UI.
- LayoutSectionStorageParamConverter — Class in namespace Drupal\layout_builder\Routing
Loads the section storage from the routing defaults.
- LayoutTempstoreRouteEnhancer — Class in namespace Drupal\layout_builder\Routing
Loads the section storage from the layout tempstore.
- $ LayoutTempstoreRouteEnhancer#layoutTempstoreRepository — Property in class LayoutTempstoreRouteEnhancer
The layout tempstore repository.
- $ Section#layoutId — Property in class Section
The layout plugin ID.
- $ Section#layoutSettings — Property in class Section
The layout plugin settings.
- Section::layoutPluginManager() — Method in class Section
Wraps the layout plugin manager.
- SectionStorageInterface::label() — Method in class SectionStorageInterface
Gets the label for the object using the sections.
- SectionStorageManager::load() — Method in class SectionStorageManager
Loads a section storage with the provided contexts applied.
- SectionStorageManager::loadEmpty() — Method in class SectionStorageManager
Loads a section storage with no associated section list.
- SectionStorageManagerInterface::load() — Method in class SectionStorageManagerInterface
Loads a section storage with the provided contexts applied.
- SectionStorageManagerInterface::loadEmpty() — Method in class SectionStorageManagerInterface
Loads a section storage with no associated section list.
- LinkItemInterface — Class in namespace Drupal\link
Defines an interface for the link field item.
- LinkFormatter — Class in namespace Drupal\link\Plugin\Field\FieldFormatter
Plugin implementation of the 'link' formatter.
- LinkSeparateFormatter — Class in namespace Drupal\link\Plugin\Field\FieldFormatter
Plugin implementation of the 'link_separate' formatter.
- LinkItem — Class in namespace Drupal\link\Plugin\Field\FieldType
Plugin implementation of the 'link' field type.
- LinkWidget — Class in namespace Drupal\link\Plugin\Field\FieldWidget
Plugin implementation of the 'link' widget.
- LinkAccessConstraint — Class in namespace Drupal\link\Plugin\Validation\Constraint
Defines an access validation constraint for links.
- LinkAccessConstraintValidator — Class in namespace Drupal\link\Plugin\Validation\Constraint
Validates the LinkAccess constraint.
- LinkExternalProtocolsConstraint — Class in namespace Drupal\link\Plugin\Validation\Constraint
Defines a protocol validation constraint for links to external URLs.
- LinkExternalProtocolsConstraintValidator — Class in namespace Drupal\link\Plugin\Validation\Constraint
Validates the LinkExternalProtocols constraint.
- LinkNotExistingInternalConstraint — Class in namespace Drupal\link\Plugin\Validation\Constraint
Defines a protocol validation constraint for links to broken internal URLs.
- LinkNotExistingInternalConstraintValidator — Class in namespace Drupal\link\Plugin\Validation\Constraint
Validates the LinkNotExistingInternal constraint.
- LinkTypeConstraint — Class in namespace Drupal\link\Plugin\Validation\Constraint
Validation constraint for links receiving data allowed by its settings.
- LinkTypeConstraintValidator — Class in namespace Drupal\link\Plugin\Validation\Constraint
Constraint validator for links receiving data allowed by its settings.
- LinkField — Class in namespace Drupal\link\Plugin\migrate\field\d6
- LinkField — Class in namespace Drupal\link\Plugin\migrate\field\d7
- LocaleController — Class in namespace Drupal\locale\Controller
Return response for manual check translations.
- LocaleTranslationCacheTag — Class in namespace Drupal\locale\EventSubscriber
A subscriber invalidating cache tags when translating a string.
- $ ExportForm#languageManager — Property in class ExportForm
The language manager.
- $ ImportForm#languageManager — Property in class ImportForm
The configurable language manager.
- LocaleSettingsForm — Class in namespace Drupal\locale\Form
Configure locale settings for this site.
- $ TranslateFormBase#localeStorage — Property in class TranslateFormBase
The locale storage.
- $ TranslateFormBase#languageManager — Property in class TranslateFormBase
The language manager.
- Locale — Class in namespace Drupal\locale
Static service container wrapper for locale.
- LocaleConfigManager — Class in namespace Drupal\locale
Manages configuration supported in part by interface translation.
- $ LocaleConfigManager#localeStorage — Property in class LocaleConfigManager
The string storage for reading and writing translations.
- $ LocaleConfigManager#languageManager — Property in class LocaleConfigManager
The language manager.
- LocaleConfigSubscriber — Class in namespace Drupal\locale
Updates strings translation when configuration translations change.
- $ LocaleConfigSubscriber#localeConfigManager — Property in class LocaleConfigSubscriber
The typed configuration manager.
- $ LocaleConfigSubscriber#languageManager — Property in class LocaleConfigSubscriber
The language manager.
- LocaleDefaultConfigStorage — Class in namespace Drupal\locale
Provides access to default configuration for locale integration.
- $ LocaleDefaultConfigStorage#languageManager — Property in class LocaleDefaultConfigStorage
The language manager.
- LocaleDefaultConfigStorage::listAll() — Method in class LocaleDefaultConfigStorage
Return the list of configuration in install storage and current languages.
- LocaleEvent — Class in namespace Drupal\locale
Defines a Locale event.
- $ LocaleEvent#langCodes — Property in class LocaleEvent
The list of Language codes for updated translations.
- LocaleEvents — Class in namespace Drupal\locale
Defines events for locale translation.
- LocaleLookup — Class in namespace Drupal\locale
A cache collector to allow for dynamic building of the locale cache.
- $ LocaleLookup#langcode — Property in class LocaleLookup
A language code.
- $ LocaleLookup#lock — Property in class LocaleLookup
The lock backend that should be used.
- $ LocaleLookup#languageManager — Property in class LocaleLookup
The language manager.
- LocaleProjectStorage — Class in namespace Drupal\locale
Provides the locale project storage system using a key value store.
- LocaleProjectStorageInterface — Class in namespace Drupal\locale
Defines the locale project storage interface.
- LocaleTranslation — Class in namespace Drupal\locale
String translator using the locale module.
- $ LocaleTranslation#lock — Property in class LocaleTranslation
The lock backend that should be used.
- $ LocaleTranslation#languageManager — Property in class LocaleTranslation
The language manager.
- LocaleTranslation — Class in namespace Drupal\locale\Plugin\QueueWorker
Executes interface translation queue tasks.
- $ PluralFormula#languageManager — Property in class PluralFormula
- PluralFormula::loadFormulae() — Method in class PluralFormula
Loads the formulae and stores them on the PluralFormula object if not set.
- $ StringBase#lid — Property in class StringBase
The string identifier.
- $ StringBase#locations — Property in class StringBase
The string locations indexed by type.
- $ TranslationString#language — Property in class TranslationString
The language code.
- $ MediaSource#label — Property in class MediaSource
The human-readable name of the media source.
- $ OEmbedIframeController#logger — Property in class OEmbedIframeController
The logger channel.
- Media::label() — Method in class Media
Gets the label of the entity.
- Media::loadThumbnail() — Method in class Media
Loads the file entity for the thumbnail.
- $ MediaType#label — Property in class MediaType
The human-readable name of the media type.
- $ MediaListBuilder#languageManager — Property in class MediaListBuilder
The language manager service.
- $ MediaSourceBase#label — Property in class MediaSourceBase
Plugin label.
- $ ProviderRepository#logger — Property in class ProviderRepository
The logger channel.
- Resource::link() — Method in class Resource
Creates a link resource.
- $ OEmbedFormatter#logger — Property in class OEmbedFormatter
The logger service.
- $ MediaEmbed#loggerFactory — Property in class MediaEmbed
The logger factory.
- $ OEmbedResourceConstraintValidator#logger — Property in class OEmbedResourceConstraintValidator
The logger service.
- $ OEmbed#logger — Property in class OEmbed
The logger channel for media.
- $ AddFormBase#libraryUiBuilder — Property in class AddFormBase
The media library UI builder.
- $ MenuLinkContent#languageManager — Property in class MenuLinkContent
The language manager.
- LinkOptions — Class in namespace Drupal\menu_link_content\Plugin\migrate\process
Converts links options.
- LinkUri — Class in namespace Drupal\menu_link_content\Plugin\migrate\process
Generates an internal URI from the source value.
- MenuDeleteForm::logDeletionMessage() — Method in class MenuDeleteForm
Logs a message about the deleted entity.
- $ MenuLinkResetForm#link — Property in class MenuLinkResetForm
The menu link.
- MenuLinkResetForm::linkIsResettable() — Method in class MenuLinkResetForm
Checks access based on whether the link can be reset.
- $ MenuForm#linkGenerator — Property in class MenuForm
The link generator.
- EventBase::logMessage() — Method in class EventBase
Logs a message using the Migrate message service.
- $ MigrateIdMapMessageEvent#level — Property in class MigrateIdMapMessageEvent
Message severity.
- $ MigrateException#level — Property in class MigrateException
The level of the error being reported.
- MigrateLookup::lookup() — Method in class MigrateLookup
Retrieves destination ids from a migration lookup.
- MigrateLookupInterface::lookup() — Method in class MigrateLookupInterface
Retrieves destination ids from a migration lookup.
- MigrateIdMapInterface::lookupSourceId() — Method in class MigrateIdMapInterface
Looks up the source identifier.
- MigrateIdMapInterface::lookupDestinationIds() — Method in class MigrateIdMapInterface
Looks up the destination identifiers corresponding to a source key.
- $ Migration#label — Property in class Migration
The human-readable label for the migration.
- Migration::label() — Method in class Migration
Get the plugin label.
- MigrationInterface::label() — Method in class MigrationInterface
Get the plugin label.
- $ Config#language_manager — Property in class Config
The language manager.
- $ EntityConfigBase#languageManager — Property in class EntityConfigBase
The language manager.
- NullIdMap::lookupSourceId() — Method in class NullIdMap
Looks up the source identifier.
- NullIdMap::lookupDestinationIds() — Method in class NullIdMap
Looks up the destination identifiers corresponding to a source key.
- Sql::lookupSourceId() — Method in class Sql
Looks up the source identifier.
- Sql::lookupDestinationIds() — Method in class Sql
Looks up the destination identifiers corresponding to a source key.
- Log — Class in namespace Drupal\migrate\Plugin\migrate\process
Logs values without changing them.
- $ FieldDiscovery#logger — Property in class FieldDiscovery
The logger channel service.
- $ MigrateUpgradeImportBatch#listenersAdded — Property in class MigrateUpgradeImportBatch
Ensure we only add the listeners once per request.
- $ NodeTranslationExceptionSubscriber#languageManager — Property in class NodeTranslationExceptionSubscriber
The language manager.
- NodeDeleteForm::logDeletionMessage() — Method in class NodeDeleteForm
- {@inheritdoc}
- $ NodeRevisionRevertTranslationForm#langcode — Property in class NodeRevisionRevertTranslationForm
The language to be reverted.
- $ NodeRevisionRevertTranslationForm#languageManager — Property in class NodeRevisionRevertTranslationForm
The language manager.
- $ NodeGrantDatabaseStorage#languageManager — Property in class NodeGrantDatabaseStorage
The language manager.
- $ NodeSearch#languageManager — Property in class NodeSearch
The language manager.
- ListingEmpty — Class in namespace Drupal\node\Plugin\views\area
Defines an area plugin to display a node/add link.
- NodePreviewConverter::lazyLoadItself() — Method in class NodePreviewConverter
Lazy loads the real service from the container.
- ListFloatItem — Class in namespace Drupal\options\Plugin\Field\FieldType
Plugin implementation of the 'list_float' field type.
- ListIntegerItem — Class in namespace Drupal\options\Plugin\Field\FieldType
Plugin implementation of the 'list_integer' field type.
- ListItemBase — Class in namespace Drupal\options\Plugin\Field\FieldType
Plugin base class inherited by the options field types.
- ListStringItem — Class in namespace Drupal\options\Plugin\Field\FieldType
Plugin implementation of the 'list_string' field type.
- ListField — Class in namespace Drupal\options\Plugin\migrate\field\d7
- ListField — Class in namespace Drupal\options\Plugin\views\filter
Filter handler which uses list-fields as options.
- PageCache::lookup() — Method in class PageCache
Retrieves a response from the cache or fetches it from the backend.
- $ PathAliasListBuilder#languageManager — Property in class PathAliasListBuilder
The language manager.
- $ AliasManager#languageManager — Property in class AliasManager
Language manager for retrieving the default langcode when none is specified.
- $ AliasManager#lookupMap — Property in class AliasManager
Holds the map of path lookups per language.
- $ AliasManager#langcodePreloaded — Property in class AliasManager
Whether preloaded path lookups has already been loaded.
- AliasRepository::lookupBySystemPath() — Method in class AliasRepository
Searches a path alias for a given Drupal system path.
- AliasRepository::lookupByAlias() — Method in class AliasRepository
Searches a path alias for a given alias.
- AliasRepositoryInterface::lookupBySystemPath() — Method in class AliasRepositoryInterface
Searches a path alias for a given Drupal system path.
- AliasRepositoryInterface::lookupByAlias() — Method in class AliasRepositoryInterface
Searches a path alias for a given alias.
- AliasWhitelist::lazyLoadCache() — Method in class AliasWhitelist
Loads the cache if not already done.
- AliasWhitelist::loadMenuPathRoots() — Method in class AliasWhitelist
Loads menu path roots to prepopulate cache.
- PathAlias::label() — Method in class PathAlias
Gets the label of the entity.
- $ ResponsiveImageStyle#label — Property in class ResponsiveImageStyle
The responsive image label.
- $ ResponsiveImageFormatter#linkGenerator — Property in class ResponsiveImageFormatter
The link generator.
- $ RestResource#label — Property in class RestResource
The human-readable name of the REST resource plugin.
- $ ResourceBase#logger — Property in class ResourceBase
A logger instance.
- $ EntityResource#linkRelationTypeManager — Property in class EntityResource
The link relation type manager used to create HTTP header links.
- $ DataEntityRow#languageManager — Property in class DataEntityRow
The language manager.
- $ ResourceRoutes#logger — Property in class ResourceRoutes
A logger instance.
- $ SearchController#logger — Property in class SearchController
A logger instance.
- $ SearchPage#label — Property in class SearchPage
The label of the search page entity.
- ListNormalizer — Class in namespace Drupal\serialization\Normalizer
Converts list objects to arrays.
- $ ShortcutSet#label — Property in class ShortcutSet
The human-readable name of the configuration entity.
- ShortcutLazyBuilders::lazyLinks() — Method in class ShortcutLazyBuilders
lazy_builder callback; builds shortcut toolbar links.
- SysLog::log() — Method in class SysLog
- {@inheritdoc}
- $ Action#label — Property in class Action
The label of the action.
- $ Menu#label — Property in class Menu
The human-readable name of the menu entity.
- $ Menu#locked — Property in class Menu
The locked status of this menu.
- LoggingForm — Class in namespace Drupal\system\Form
Configure logging settings for this site.
- GDToolkit::load() — Method in class GDToolkit
Loads a GD resource from a file.
- $ SecurityAdvisoriesFetcher#logger — Property in class SecurityAdvisoriesFetcher
The logger.
- SystemManager::listRequirements() — Method in class SystemManager
Displays the site status report. Can also be used as a pure check.
- $ MockAliasManager#lookedUp — Property in class MockAliasManager
An index of aliases that have been requested.
- TermStorage::loadParents() — Method in class TermStorage
Finds all parents of a given term ID.
- TermStorage::loadAllParents() — Method in class TermStorage
Finds all ancestors of a given term ID.
- TermStorage::loadChildren() — Method in class TermStorage
Finds all children of a term ID.
- TermStorage::loadTree() — Method in class TermStorage
Finds all terms in a given vocabulary ID.
- TermStorageInterface::loadParents() — Method in class TermStorageInterface
Finds all parents of a given term ID.
- TermStorageInterface::loadAllParents() — Method in class TermStorageInterface
Finds all ancestors of a given term ID.
- TermStorageInterface::loadChildren() — Method in class TermStorageInterface
Finds all children of a term ID.
- TermStorageInterface::loadTree() — Method in class TermStorageInterface
Finds all terms in a given vocabulary ID.
- $ Tour#label — Property in class Tour
The label of the tour.
- TourHelpSection::listTopics() — Method in class TourHelpSection
Returns a list of topics to show in the help section.
- $ TipPluginBase#label — Property in class TipPluginBase
The label which is used for render of this tip.
- LoginStatusCheck — Class in namespace Drupal\user\Access
Determines access to routes based on login status of current user.
- $ AccountForm#languageManager — Property in class AccountForm
The language manager.
- $ UserAuthenticationController#logger — Property in class UserAuthenticationController
A logger instance.
- UserAuthenticationController::login() — Method in class UserAuthenticationController
Logs in a user.
- UserAuthenticationController::logout() — Method in class UserAuthenticationController
Logs out a user.
- UserAuthenticationController::loginStatus() — Method in class UserAuthenticationController
Checks whether a user is logged in or not.
- $ UserController#logger — Property in class UserController
A logger instance.
- UserController::logout() — Method in class UserController
Logs the current user out.
- $ Role#label — Property in class Role
The human-readable label of this role.
- User::label() — Method in class User
Gets the label of the entity.
- $ UserFloodSubscriber#logger — Property in class UserFloodSubscriber
The default logger service.
- $ UserPasswordForm#languageManager — Property in class UserPasswordForm
The language manager.
- LanguageNegotiationUser — Class in namespace Drupal\user\Plugin\LanguageNegotiation
Class for identifying language from the user preferences.
- LanguageNegotiationUserAdmin — Class in namespace Drupal\user\Plugin\LanguageNegotiation
Identifies admin language from the user preferences.
- LoginLogoutMenuLink — Class in namespace Drupal\user\Plugin\Menu
A menu link that shows "Log in" or "Log out" as appropriate.
- $ UserLangcode#languageManager — Property in class UserLangcode
The language manager.
- UserListBuilder::load() — Method in class UserListBuilder
Loads entities of this type from storage for listing.
- $ ConfigurableLanguageRenderer#langcode — Property in class ConfigurableLanguageRenderer
A specific language code for rendering if available.
- $ RendererBase#languageManager — Property in class RendererBase
The language manager.
- $ TranslationLanguageRenderer#langcodeAlias — Property in class TranslationLanguageRenderer
Stores the field alias of the langcode column.
- $ View#label — Property in class View
The label of the view.
- View::label() — Method in class View
Gets the label of the entity.
- $ ViewsEntitySchemaSubscriber#logger — Property in class ViewsEntitySchemaSubscriber
The default logger service.
- ViewsMenuLink::loadView() — Method in class ViewsMenuLink
Initializes the proper view.
- PluginBase::listLanguages() — Method in class PluginBase
Makes an array of languages, optionally including special languages.
- LanguageArgument — Class in namespace Drupal\views\Plugin\views\argument
Defines an argument handler to accept a language.
- LanguageArgument::language() — Method in class LanguageArgument
Returns the language name for a given langcode.
- $ BulkForm#languageManager — Property in class BulkForm
The language manager.
- BulkForm::loadEntityFromBulkFormKey() — Method in class BulkForm
Loads an entity based on a bulk form key.
- $ EntityField#limit_values — Property in class EntityField
Does the rendered fields get limited.
- $ EntityField#languageManager — Property in class EntityField
The language manager.
- $ EntityLabel#loadedReferencers — Property in class EntityLabel
Array of entities that reference to file.
- $ EntityOperations#languageManager — Property in class EntityOperations
The language manager.
- FieldHandlerInterface::label() — Method in class FieldHandlerInterface
Gets this field's label.
- $ FieldPluginBase#linkGenerator — Property in class FieldPluginBase
The link generator.
- $ FieldPluginBase#lastRenderIndex — Property in class FieldPluginBase
Keeps track of the last render index.
- FieldPluginBase::label() — Method in class FieldPluginBase
Gets this field's label.
- FieldPluginBase::linkGenerator() — Method in class FieldPluginBase
Gets the link generator.
- LanguageField — Class in namespace Drupal\views\Plugin\views\field
Defines a field handler to translate a language into its readable form.
- LinkBase — Class in namespace Drupal\views\Plugin\views\field
Field handler to present a link to an entity.
- $ LinkBase#languageManager — Property in class LinkBase
The language manager.
- Links — Class in namespace Drupal\views\Plugin\views\field
An abstract handler which provides a collection of links.
- $ RenderedEntity#languageManager — Property in class RenderedEntity
The language manager.
- LanguageFilter — Class in namespace Drupal\views\Plugin\views\filter
Provides filtering by language.
- $ LanguageFilter#languageManager — Property in class LanguageFilter
The language manager.
- LatestRevision — Class in namespace Drupal\views\Plugin\views\filter
Filter to show only the latest revision of an entity.
- LatestTranslationAffectedRevision — Class in namespace Drupal\views\Plugin\views\filter
Filter to show only the latest translation affected revision of an entity.
- $ JoinPluginBase#leftTable — Property in class JoinPluginBase
The table we join to.
- $ JoinPluginBase#leftField — Property in class JoinPluginBase
The field we join to.
- $ JoinPluginBase#leftFormula — Property in class JoinPluginBase
A formula to be used instead of the left field.
- $ QueryPluginBase#limit — Property in class QueryPluginBase
Stores the limit of items that should be requested in the query.
- QueryPluginBase::loadEntities() — Method in class QueryPluginBase
Loads all entities contained in the passed-in $results.
- Sql::loadEntities() — Method in class Sql
Loads all entities contained in the passed-in $results.
- GroupwiseMax::leftQuery() — Method in class GroupwiseMax
Generate a subquery given the user options, as set in the options.
- $ EntityRow#languageManager — Property in class EntityRow
The language manager.
- $ ViewsData#langcode — Property in class ViewsData
The current language code.
- $ ViewsData#languageManager — Property in class ViewsData
The language manager.
- ViewUIConverter::lazyLoadItself() — Method in class ViewUIConverter
Lazy loads the real service from the container.
- ViewListBuilder::load() — Method in class ViewListBuilder
Loads entities of this type from storage for listing.
- $ ViewUI#live_preview — Property in class ViewUI
Is the view run in a context of the preview in the admin interface.
- ViewUI::load() — Method in class ViewUI
Loads an entity.
- ViewUI::loadMultiple() — Method in class ViewUI
Loads one or more entities.
- ViewUI::label() — Method in class ViewUI
Gets the label of the entity.
- ViewUI::language() — Method in class ViewUI
Gets the language of the entity.
- $ WorkflowType#label — Property in class WorkflowType
The label of the workflow.
- $ Workflow#label — Property in class Workflow
The workflow label.
- Workflow::loadMultipleByType() — Method in class Workflow
Loads all workflows of the provided type.
- WorkflowTypeBase::label() — Method in class WorkflowTypeBase
Gets the label for the workflow type.
- WorkflowTypeBase::labelWeightMultisort() — Method in class WorkflowTypeBase
Sort states or transitions by weight, label, and key.
- $ State#label — Property in class State
The state's label.
- State::label() — Method in class State
Gets the state's label.
- State::labelCallback() — Method in class State
Helper method to convert a State value object to a label.
- StateInterface::label() — Method in class StateInterface
Gets the state's label.
- $ Transition#label — Property in class Transition
The transition's label.
- Transition::label() — Method in class Transition
Gets the transition's label.
- TransitionInterface::label() — Method in class TransitionInterface
Gets the transition's label.
- WorkflowTypeInterface::label() — Method in class WorkflowTypeInterface
Gets the label for the workflow type.
- $ ViewsQueryAlter#languageManager — Property in class ViewsQueryAlter
The language manager.
- WorkspaceListBuilder::load() — Method in class WorkspaceListBuilder
Loads entities of this type from storage for listing.
- $ WorkspaceManager#logger — Property in class WorkspaceManager
A logger instance.
- WorkspaceRepository::loadTree() — Method in class WorkspaceRepository
Returns an array of workspaces tree item properties, sorted in tree order.
- WorkspaceRepositoryInterface::loadTree() — Method in class WorkspaceRepositoryInterface
Returns an array of workspaces tree item properties, sorted in tree order.
M
- Drupal::moduleHandler() — Method in class Drupal
Returns the module handler.
- Drupal::menuTree() — Method in class Drupal
Returns the menu tree.
- Drupal::messenger() — Method in class Drupal
Returns the messenger.
- MockFileFinder — Class in namespace Drupal\Component\Annotation\Reflection
Defines a mock file finder that only returns a single filename.
- DateTimePlus::modify() — Method in class DateTimePlus
- MappedDiff — Class in namespace Drupal\Component\Diff
FIXME: bad name.
- MTimeProtectedFastFileStorage — Class in namespace Drupal\Component\PhpStorage
Stores PHP code in files with securely hashed names.
- MTimeProtectedFileStorage — Class in namespace Drupal\Component\PhpStorage
Stores PHP code in files with securely hashed names.
- DerivativeDiscoveryDecorator::mergeDerivativeDefinition() — Method in class DerivativeDiscoveryDecorator
Merges a base and derivative definition, taking into account empty values.
- MapperExceptionInterface — Class in namespace Drupal\Component\Plugin\Exception
Base exception interface for grouping mapper exceptions.
- MissingValueContextException — Class in namespace Drupal\Component\Plugin\Exception
An exception class thrown when contexts exist but are missing a value.
- MapperInterface — Class in namespace Drupal\Component\Plugin\Mapper
Plugin mapper interface.
- $ PluginManagerBase#mapper — Property in class PluginManagerBase
The object that returns the preconfigured plugin instance appropriate for a particular runtime condition.
- MarkupInterface — Class in namespace Drupal\Component\Render
Marks an object's __toString() method as returning markup.
- MarkupTrait — Class in namespace Drupal\Component\Render
Implements MarkupInterface and Countable for rendered objects.
- $ DeprecatedArray#message — Property in class DeprecatedArray
The deprecation message.
- Mail — Class in namespace Drupal\Component\Utility
Provides helpers to ensure emails are compliant with RFCs.
- NestedArray::mergeDeep() — Method in class NestedArray
Merges multiple arrays, recursively, and returns the merged array.
- NestedArray::mergeDeepArray() — Method in class NestedArray
Merges multiple arrays, recursively, and returns the merged array.
- Unicode::mimeHeaderEncode() — Method in class Unicode
Encodes MIME/HTTP headers that contain incorrectly encoded characters.
- Unicode::mimeHeaderDecode() — Method in class Unicode
Decodes MIME/HTTP encoded header values.
- Message — Class in namespace Drupal\Composer\Plugin\ProjectMessage
Determine configuration.
- $ Message#messageText — Property in class Message
The message to display.
- MessagePlugin — Class in namespace Drupal\Composer\Plugin\ProjectMessage
A Composer plugin to display a message after creating a project.
- $ AllowedPackages#manageOptions — Property in class AllowedPackages
Manager of the options in the top-level composer.json's 'extra' section.
- $ Handler#manageOptions — Property in class Handler
The scaffold options in the top-level composer.json's 'extra' section.
- $ Handler#manageAllowedPackages — Property in class Handler
The manager that keeps track of which packages are allowed to scaffold.
- ManageGitIgnore — Class in namespace Drupal\Composer\Plugin\Scaffold
Manage the .gitignore file.
- ManageGitIgnore::manageIgnored() — Method in class ManageGitIgnore
Manages gitignore files.
- ManageGitIgnore::managementOfGitIgnoreEnabled() — Method in class ManageGitIgnore
Determines whether we should manage gitignore files.
- ManageOptions — Class in namespace Drupal\Composer\Plugin\Scaffold
Per-project options from the 'extras' section of the composer.json file.
- $ AppendOp#managed — Property in class AppendOp
An indicator of whether the file we are appending to is managed or not.
- OperationData::mode() — Method in class OperationData
Gets operation mode
- $ ScaffoldResult#managed — Property in class ScaffoldResult
Indicates if this scaffold file is managed by the scaffold command.
- $ SkipOp#message — Property in class SkipOp
The message to output while processing.
- $ EmailAction#mailManager — Property in class EmailAction
The mail manager.
- MessageAction — Class in namespace Drupal\Core\Action\Plugin\Action
Sends a message to the current user's screen.
- $ MessageAction#messenger — Property in class MessageAction
The messenger.
- $ AjaxResponseAttachmentsProcessor#moduleHandler — Property in class AjaxResponseAttachmentsProcessor
The module handler.
- $ InvokeCommand#method — Property in class InvokeCommand
A jQuery method to invoke.
- MessageCommand — Class in namespace Drupal\Core\Ajax
AJAX command for a JavaScript Drupal.message() call.
- $ MessageCommand#message — Property in class MessageCommand
The message text.
- $ SettingsCommand#merge — Property in class SettingsCommand
Whether the settings should be merged into the global drupalSettings.
- Mail — Class in namespace Drupal\Core\Annotation
Defines a Mail annotation object.
- $ AssetResolver#moduleHandler — Property in class AssetResolver
The module handler.
- $ LibraryDiscoveryParser#moduleHandler — Property in class LibraryDiscoveryParser
The module handler.
- MainContentBlockPluginInterface — Class in namespace Drupal\Core\Block
The interface for "main page content" blocks.
- MessagesBlockPluginInterface — Class in namespace Drupal\Core\Block
The interface for "messages" (#type => status_messages) blocks.
- $ BreadcrumbManager#moduleHandler — Property in class BreadcrumbManager
The module handler to invoke the alter hook.
- Cache::mergeContexts() — Method in class Cache
Merges arrays of cache contexts and removes duplicates.
- Cache::mergeTags() — Method in class Cache
Merges arrays of cache tags and removes duplicates.
- Cache::mergeMaxAges() — Method in class Cache
Merges max-age values (expressed in seconds), finds the lowest max-age.
- CacheableMetadata::merge() — Method in class CacheableMetadata
Merges the values of another CacheableMetadata object with this one.
- ChainedFastBackend::markAsOutdated() — Method in class ChainedFastBackend
Marks the fast cache bin as outdated because of a write.
- MenuActiveTrailsCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the MenuActiveTrailsCacheContext service.
- $ DatabaseBackend#maxRows — Property in class DatabaseBackend
The maximum number of rows that this cache bin table is allowed to store.
- MemoryBackend — Class in namespace Drupal\Core\Cache
Defines a memory cache implementation.
- MemoryBackendFactory — Class in namespace Drupal\Core\Cache
- MemoryCache — Class in namespace Drupal\Core\Cache\MemoryCache
Defines a memory cache implementation.
- MemoryCacheInterface — Class in namespace Drupal\Core\Cache\MemoryCache
Defines an interface for memory cache implementations.
- MemoryCounterBackend — Class in namespace Drupal\Core\Cache
Defines a memory cache implementation that counts set and get calls.
- MemoryCounterBackendFactory — Class in namespace Drupal\Core\Cache
- RefinableCacheableDependencyInterface::mergeCacheMaxAge() — Method in class RefinableCacheableDependencyInterface
Merges the maximum age (in seconds) with the existing maximum age.
- RefinableCacheableDependencyTrait::mergeCacheMaxAge() — Method in class RefinableCacheableDependencyTrait
- {@inheritdoc}
- $ Condition#module — Property in class Condition
The name of the module providing the type.
- $ Config#moduleOverrides — Property in class Config
The current module overrides.
- ConfigBase::merge() — Method in class ConfigBase
Merges data into a configuration object.
- $ ConfigImporter#moduleHandler — Property in class ConfigImporter
The module handler.
- $ ConfigImporter#moduleInstaller — Property in class ConfigImporter
The module installer.
- $ ConfigImporter#moduleExtensionList — Property in class ConfigImporter
The module extension list.
- ConfigEntityStorage::mapToStorageRecord() — Method in class ConfigEntityStorage
Maps from an entity object to the storage record.
- $ ConfigEntityType#mergedConfigExport — Property in class ConfigEntityType
The result of merging config_export annotation with the defaults.
- Condition::matchArray() — Method in class Condition
Matches for an array representing one or more config paths.
- Condition::match() — Method in class Condition
Perform the actual matching.
- MissingContentEvent — Class in namespace Drupal\Core\Config\Importer
Wraps a configuration event for event listeners.
- $ MissingContentEvent#missingContent — Property in class MissingContentEvent
A list of missing content dependencies.
- ManagedStorage — Class in namespace Drupal\Core\Config
The managed storage defers all the storage method calls to the manager.
- $ ManagedStorage#manager — Property in class ManagedStorage
The storage manager to get the storage to decorate.
- MemoryStorage — Class in namespace Drupal\Core\Config
Provides an in memory configuration storage.
- Mapping — Class in namespace Drupal\Core\Config\Schema
Defines a mapping configuration element.
- StorageComparer::moveRenameToUpdate() — Method in class StorageComparer
Moves a rename operation to an update.
- StorageComparerInterface::moveRenameToUpdate() — Method in class StorageComparerInterface
Moves a rename operation to an update.
- $ ControllerBase#moduleHandler — Property in class ControllerBase
The module handler.
- ControllerBase::moduleHandler() — Method in class ControllerBase
Returns the module handler.
- $ Cron#moduleHandler — Property in class Cron
The module handler service.
- Connection::makeSequenceName() — Method in class Connection
Creates the appropriate sequence name for a given table and serial field.
- Connection::makeComment() — Method in class Connection
Flatten an array of query comments into a single comment string.
- Connection::merge() — Method in class Connection
Prepares and returns a MERGE query object.
- Connection::mapConditionOperator() — Method in class Connection
Gets any special processing requirements for the condition operator.
- Tasks::minimumVersion() — Method in class Tasks
Returns the minimum required version of the engine.
- Condition::mapConditionOperator() — Method in class Condition
Gets any special processing requirements for the condition operator.
- Merge — Class in namespace Drupal\Core\Database\Query
General class for an abstracted MERGE query operation.
- DateHelper::monthNamesUntranslated() — Method in class DateHelper
Constructs an untranslated array of month names.
- DateHelper::monthNamesAbbrUntranslated() — Method in class DateHelper
Constructs an untranslated array of abbreviated month names.
- DateHelper::monthNames() — Method in class DateHelper
Returns a translated array of month names.
- DateHelper::monthNamesAbbr() — Method in class DateHelper
Constructs a translated array of month name abbreviations.
- DateHelper::minutes() — Method in class DateHelper
Constructs an array of minutes.
- $ FormattedDateDiff#maxAge — Property in class FormattedDateDiff
The maximum time in seconds that this string may be cached.
- TimestampDatetimeWidget::massageFormValues() — Method in class TimestampDatetimeWidget
Massages the form values into the format expected for field values.
- MimeTypePass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Adds @mime_type_guesser tagged services to handle forwards compatibility.
- ModifyServiceDefinitionsPass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Passes the container to the alter() method of all service providers.
- $ DrupalKernel#moduleList — Property in class DrupalKernel
Holds the list of enabled modules.
- $ DrupalKernel#moduleData — Property in class DrupalKernel
List of available modules and installation profiles.
- DrupalKernel::moduleData() — Method in class DrupalKernel
Returns module data on the filesystem.
- EntityAutocomplete::matchEntityByTitle() — Method in class EntityAutocomplete
Finds an entity from an autocomplete input without an explicit ID.
- $ EntityBundleListener#moduleHandler — Property in class EntityBundleListener
The module handler.
- $ EntityDisplayBase#mode — Property in class EntityDisplayBase
View or form mode to be displayed.
- $ EntityDisplayRepository#moduleHandler — Property in class EntityDisplayRepository
The module handler.
- $ EntityFieldManager#moduleHandler — Property in class EntityFieldManager
The module handler.
- $ EntityForm#moduleHandler — Property in class EntityForm
The module handler service.
- $ EntityHandlerBase#moduleHandler — Property in class EntityHandlerBase
The module handler to invoke hooks on.
- EntityHandlerBase::moduleHandler() — Method in class EntityHandlerBase
Gets the module handler.
- $ EntityStorageBase#memoryCache — Property in class EntityStorageBase
The memory cache.
- $ EntityStorageBase#memoryCacheTag — Property in class EntityStorageBase
The memory cache tag.
- EntityStorageBase::mapFromStorageRecords() — Method in class EntityStorageBase
Maps from storage records to entity objects.
- $ EntityTypeBundleInfo#moduleHandler — Property in class EntityTypeBundleInfo
The module handler.
- EntityFormDisplay::movePropertyPathViolationsRelativeToField() — Method in class EntityFormDisplay
Moves the property path to be relative to field level.
- $ DeleteMultipleForm#messenger — Property in class DeleteMultipleForm
The messenger service.
- $ DefaultSelection#moduleHandler — Property in class DefaultSelection
The module handler service.
- PhpSelection::matchLabel() — Method in class PhpSelection
Matches an entity label to an input string.
- $ BundleConstraint#message — Property in class BundleConstraint
The default violation message.
- $ EntityChangedConstraint#message — Property in class EntityChangedConstraint
- $ EntityHasFieldConstraint#message — Property in class EntityHasFieldConstraint
The default violation message.
- $ EntityTypeConstraint#message — Property in class EntityTypeConstraint
The default violation message.
- $ ReferenceAccessConstraint#message — Property in class ReferenceAccessConstraint
The default violation message.
- $ ValidReferenceConstraint#message — Property in class ValidReferenceConstraint
The default violation message.
- SqlContentEntityStorage::mapFromStorageRecords() — Method in class SqlContentEntityStorage
Maps from storage records to entity objects, and attaches fields.
- SqlContentEntityStorage::mapToStorageRecord() — Method in class SqlContentEntityStorage
Maps from an entity object to the storage record.
- SqlContentEntityStorage::mapToDataStorageRecord() — Method in class SqlContentEntityStorage
Maps from an entity object to the storage record of the field data.
- $ ConfigImportSubscriber#moduleExtensionList — Property in class ConfigImportSubscriber
Module extension list.
- CustomPageExceptionHtmlSubscriber::makeSubrequestToCustomPath() — Method in class CustomPageExceptionHtmlSubscriber
Makes a subrequest to retrieve the custom error page.
- DefaultExceptionHtmlSubscriber::makeSubrequest() — Method in class DefaultExceptionHtmlSubscriber
Makes a subrequest to retrieve the default error page.
- MainContentViewSubscriber — Class in namespace Drupal\Core\EventSubscriber
View subscriber rendering main content render arrays into responses.
- $ MainContentViewSubscriber#mainContentRenderers — Property in class MainContentViewSubscriber
The available main content renderer services, keyed per format.
- MaintenanceModeSubscriber — Class in namespace Drupal\Core\EventSubscriber
Maintenance mode subscriber for controller requests.
- $ MaintenanceModeSubscriber#maintenanceMode — Property in class MaintenanceModeSubscriber
The maintenance mode.
- $ MaintenanceModeSubscriber#messenger — Property in class MaintenanceModeSubscriber
The messenger.
- MenuRouterRebuildSubscriber — Class in namespace Drupal\Core\EventSubscriber
Rebuilds the default menu links and runs menu-specific code if necessary.
- $ MenuRouterRebuildSubscriber#menuLinkManager — Property in class MenuRouterRebuildSubscriber
The menu link plugin manager.
- MenuRouterRebuildSubscriber::menuLinksRebuild() — Method in class MenuRouterRebuildSubscriber
Perform menu-specific rebuilding.
- ModuleRouteSubscriber — Class in namespace Drupal\Core\EventSubscriber
A route subscriber to remove routes that depend on modules being enabled.
- $ ModuleRouteSubscriber#moduleHandler — Property in class ModuleRouteSubscriber
The module handler.
- $ RequestCloseSubscriber#moduleHandler — Property in class RequestCloseSubscriber
- $ DatabaseDriverUninstallValidator#moduleExtensionList — Property in class DatabaseDriverUninstallValidator
The module extension list.
- $ ExtensionList#moduleHandler — Property in class ExtensionList
The module handler.
- $ ExtensionVersion#majorVersion — Property in class ExtensionVersion
The major version.
- $ ExtensionVersion#minorVersion — Property in class ExtensionVersion
The minor version.
- MissingDependencyException — Class in namespace Drupal\Core\Extension
Exception class to throw when modules are missing on install.
- ModuleDependencyMessageTrait — Class in namespace Drupal\Core\Extension
Messages for missing or incompatible dependencies on modules.
- ModuleExtensionList — Class in namespace Drupal\Core\Extension
Provides a list of available modules.
- ModuleHandler — Class in namespace Drupal\Core\Extension
Class that manages modules in a Drupal installation.
- $ ModuleHandler#moduleList — Property in class ModuleHandler
List of installed modules.
- ModuleHandler::moduleExists() — Method in class ModuleHandler
Determines whether a given module is enabled.
- ModuleHandlerInterface — Class in namespace Drupal\Core\Extension
Interface for classes that manage a set of enabled modules.
- ModuleHandlerInterface::moduleExists() — Method in class ModuleHandlerInterface
Determines whether a given module is enabled.
- ModuleInstaller — Class in namespace Drupal\Core\Extension
Default implementation of the module installer.
- $ ModuleInstaller#moduleHandler — Property in class ModuleInstaller
The module handler.
- ModuleInstallerInterface — Class in namespace Drupal\Core\Extension
Provides the installation of modules with creating the db schema and more.
- ModuleRequiredByThemesUninstallValidator — Class in namespace Drupal\Core\Extension
Ensures modules cannot be uninstalled if enabled themes depend on them.
- $ ModuleRequiredByThemesUninstallValidator#moduleExtensionList — Property in class ModuleRequiredByThemesUninstallValidator
The module extension list.
- ModuleUninstallValidatorException — Class in namespace Drupal\Core\Extension
Defines an exception thrown when uninstalling a module that did not validate.
- ModuleUninstallValidatorInterface — Class in namespace Drupal\Core\Extension
Common interface for module uninstall validators.
- $ RequiredModuleUninstallValidator#moduleExtensionList — Property in class RequiredModuleUninstallValidator
The module extension list.
- $ ThemeInstaller#moduleHandler — Property in class ThemeInstaller
- $ ThemeInstaller#moduleExtensionList — Property in class ThemeInstaller
The module extension list.
- $ FieldType#module — Property in class FieldType
The name of the module providing the field type plugin.
- $ FieldWidget#multiple_values — Property in class FieldWidget
Does the field widget handles multiple values at once.
- FieldConfigStorageBase::mapFromStorageRecords() — Method in class FieldConfigStorageBase
Maps from storage records to entity objects.
- FieldConfigStorageBase::mapToStorageRecord() — Method in class FieldConfigStorageBase
Maps from an entity object to the storage record.
- FieldItemBase::mainPropertyName() — Method in class FieldItemBase
Returns the name of the main property, if any.
- FieldItemInterface::mainPropertyName() — Method in class FieldItemInterface
Returns the name of the main property, if any.
- MapFieldItemList — Class in namespace Drupal\Core\Field
Defines an item list class for map fields.
- PluginSettingsBase::mergeDefaults() — Method in class PluginSettingsBase
Merges default settings values into $settings.
- MailToFormatter — Class in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter
Plugin implementation of the 'email_mailto' formatter.
- EntityReferenceItem::mainPropertyName() — Method in class EntityReferenceItem
Returns the name of the main property, if any.
- MapItem — Class in namespace Drupal\Core\Field\Plugin\Field\FieldType
Defines the 'map' entity field type.
- MapItem::mainPropertyName() — Method in class MapItem
Returns the name of the main property, if any.
- EntityReferenceAutocompleteTagsWidget::massageFormValues() — Method in class EntityReferenceAutocompleteTagsWidget
Massages the form values into the format expected for field values.
- EntityReferenceAutocompleteWidget::massageFormValues() — Method in class EntityReferenceAutocompleteWidget
Massages the form values into the format expected for field values.
- WidgetBase::massageFormValues() — Method in class WidgetBase
Massages the form values into the format expected for field values.
- WidgetInterface::massageFormValues() — Method in class WidgetInterface
Massages the form values into the format expected for field values.
- FileSystem::moveUploadedFile() — Method in class FileSystem
Moves an uploaded file to a new location.
- FileSystem::mkdir() — Method in class FileSystem
Creates a directory, optionally creating missing components in the path to the directory.
- FileSystem::mkdirCall() — Method in class FileSystem
Helper function. Ensures we don't pass a NULL as a context resource to mkdir().
- FileSystem::move() — Method in class FileSystem
Moves a file to a new location without database changes or hook invocation.
- FileSystemInterface::moveUploadedFile() — Method in class FileSystemInterface
Moves an uploaded file to a new location.
- FileSystemInterface::mkdir() — Method in class FileSystemInterface
Creates a directory, optionally creating missing components in the path to the directory.
- FileSystemInterface::move() — Method in class FileSystemInterface
Moves a file to a new location without database changes or hook invocation.
- $ FileUrlGenerator#moduleHandler — Property in class FileUrlGenerator
The module handler.
- $ ExtensionMimeTypeGuesser#mapping — Property in class ExtensionMimeTypeGuesser
The MIME types mapping array after going through the module handler.
- $ ExtensionMimeTypeGuesser#moduleHandler — Property in class ExtensionMimeTypeGuesser
The module handler.
- MimeTypeGuesser — Class in namespace Drupal\Core\File\MimeType
Defines a MIME type guesser that also supports stream wrapper paths.
- MemoryBackend — Class in namespace Drupal\Core\Flood
Defines the memory flood backend. This is used for testing.
- $ FormAjaxSubscriber#messenger — Property in class FormAjaxSubscriber
The messenger.
- $ FormBuilder#moduleHandler — Property in class FormBuilder
The module handler.
- $ FormCache#moduleHandler — Property in class FormCache
The module handler.
- $ FormState#method — Property in class FormState
The HTTP form method to use for finding the input for this form.
- $ FormState#must_validate — Property in class FormState
Ordinarily, a form is only validated once, but there are times when a form is resubmitted internally and should be validated again. Setting this to TRUE will force that to happen. This is most likely to occur during Ajax operations.
- FormState::moduleLoadInclude() — Method in class FormState
Wraps ModuleHandler::loadInclude().
- $ HandlerStackConfigurator#middlewares — Property in class HandlerStackConfigurator
Array of middlewares to add to the handler stack.
- $ HandlerStackConfigurator#middlewareIds — Property in class HandlerStackConfigurator
A list of used middleware service IDs.
- $ SiteConfigureForm#moduleInstaller — Property in class SiteConfigureForm
The module installer.
- MemoryStorage — Class in namespace Drupal\Core\KeyValueStore
Defines a default key/value store implementation.
- $ CountryManager#moduleHandler — Property in class CountryManager
The module handler service.
- MailFormatHelper — Class in namespace Drupal\Core\Mail
Defines a class containing utility methods for formatting mail messages.
- MailInterface — Class in namespace Drupal\Core\Mail
Defines an interface for pluggable mail back-ends.
- MailInterface::mail() — Method in class MailInterface
Sends a message composed by \Drupal\Core\Mail\MailManagerInterface->mail().
- MailManager — Class in namespace Drupal\Core\Mail
Provides a Mail plugin manager.
- MailManager::mail() — Method in class MailManager
Composes and optionally sends an email message.
- MailManagerInterface — Class in namespace Drupal\Core\Mail
Provides an interface for sending mail.
- MailManagerInterface::mail() — Method in class MailManagerInterface
Composes and optionally sends an email message.
- PhpMail::mail() — Method in class PhpMail
Sends an email message.
- TestMailCollector::mail() — Method in class TestMailCollector
Sends an email message.
- DefaultMenuLinkTreeManipulators::menuLinkCheckAccess() — Method in class DefaultMenuLinkTreeManipulators
Checks access for one menu link instance.
- MenuLinkDefaultForm — Class in namespace Drupal\Core\Menu\Form
Provides an edit form for static menu links.
- $ MenuLinkDefaultForm#menuLink — Property in class MenuLinkDefaultForm
The edited menu link.
- $ MenuLinkDefaultForm#menuLinkManager — Property in class MenuLinkDefaultForm
The menu link manager.
- $ MenuLinkDefaultForm#menuParentSelector — Property in class MenuLinkDefaultForm
The parent form selector service.
- $ MenuLinkDefaultForm#moduleHandler — Property in class MenuLinkDefaultForm
The module handler service.
- MenuLinkFormInterface — Class in namespace Drupal\Core\Menu\Form
Defines an interface for edit forms of menu links.
- MenuActiveTrail — Class in namespace Drupal\Core\Menu
Provides the default implementation of the active menu trail service.
- $ MenuActiveTrail#menuLinkManager — Property in class MenuActiveTrail
The menu link plugin manager.
- MenuActiveTrailInterface — Class in namespace Drupal\Core\Menu
Defines an interface for the active menu trail service.
- MenuLinkBase — Class in namespace Drupal\Core\Menu
Defines a base menu link class.
- MenuLinkDefault — Class in namespace Drupal\Core\Menu
Provides a default implementation for menu link plugins.
- MenuLinkInterface — Class in namespace Drupal\Core\Menu
Defines an interface for classes providing a type of menu link.
- MenuLinkManager — Class in namespace Drupal\Core\Menu
Manages discovery, instantiation, and tree building of menu link plugins.
- $ MenuLinkManager#moduleHandler — Property in class MenuLinkManager
The module handler.
- MenuLinkManager::menuNameInUse() — Method in class MenuLinkManager
Determines if any links use a given menu name.
- MenuLinkManagerInterface — Class in namespace Drupal\Core\Menu
Defines an interface for managing menu links and storing their definitions.
- MenuLinkManagerInterface::menuNameInUse() — Method in class MenuLinkManagerInterface
Determines if any links use a given menu name.
- MenuLinkTree — Class in namespace Drupal\Core\Menu
Implements the loading, transforming and rendering of menu link trees.
- $ MenuLinkTree#menuLinkManager — Property in class MenuLinkTree
The menu link plugin manager.
- $ MenuLinkTree#menuActiveTrail — Property in class MenuLinkTree
The active menu trail service.
- MenuLinkTree::maxDepth() — Method in class MenuLinkTree
Returns the maximum depth of tree that is supported.
- MenuLinkTreeElement — Class in namespace Drupal\Core\Menu
Provides a value object to model an element in a menu link tree.
- MenuLinkTreeInterface — Class in namespace Drupal\Core\Menu
Defines an interface for loading, transforming and rendering menu link trees.
- MenuLinkTreeInterface::maxDepth() — Method in class MenuLinkTreeInterface
Returns the maximum depth of tree that is supported.
- MenuParentFormSelector — Class in namespace Drupal\Core\Menu
Default implementation of the menu parent form selector service.
- $ MenuParentFormSelector#menuLinkTree — Property in class MenuParentFormSelector
The menu link tree service.
- MenuParentFormSelectorInterface — Class in namespace Drupal\Core\Menu
Defines an interface for menu selector form elements and menu link options.
- MenuTreeParameters — Class in namespace Drupal\Core\Menu
Provides a value object to model menu tree parameters.
- $ MenuTreeParameters#minDepth — Property in class MenuTreeParameters
The minimum depth of menu links in the resulting tree relative to the root.
- $ MenuTreeParameters#maxDepth — Property in class MenuTreeParameters
The maximum depth of menu links in the resulting tree relative to the root.
- MenuTreeStorage — Class in namespace Drupal\Core\Menu
Provides a menu tree storage using the database.
- $ MenuTreeStorage#menuCacheBackend — Property in class MenuTreeStorage
Cache backend instance for the extracted tree data.
- MenuTreeStorage::maxDepth() — Method in class MenuTreeStorage
The maximum depth of tree the storage implementation supports.
- MenuTreeStorage::moveChildren() — Method in class MenuTreeStorage
Re-parents a link's children when the link itself is moved.
- MenuTreeStorage::menuNameInUse() — Method in class MenuTreeStorage
Determines whether a specific menu name is used in the tree.
- MenuTreeStorageInterface — Class in namespace Drupal\Core\Menu
Defines an interface for storing a menu tree containing menu link IDs.
- MenuTreeStorageInterface::maxDepth() — Method in class MenuTreeStorageInterface
The maximum depth of tree the storage implementation supports.
- MenuTreeStorageInterface::menuNameInUse() — Method in class MenuTreeStorageInterface
Determines whether a specific menu name is used in the tree.
- Messenger — Class in namespace Drupal\Core\Messenger
The messenger service.
- Messenger::messagesByType() — Method in class Messenger
Gets all messages of a certain type.
- MessengerInterface — Class in namespace Drupal\Core\Messenger
Stores runtime messages sent out to individual users on the page.
- MessengerInterface::messagesByType() — Method in class MessengerInterface
Gets all messages of a certain type.
- MessengerTrait — Class in namespace Drupal\Core\Messenger
Provides a trait for the messenger service.
- $ MessengerTrait#messenger — Property in class MessengerTrait
The messenger.
- MessengerTrait::messenger() — Method in class MessengerTrait
Gets the messenger.
- $ PagerManager#maxPagerElementId — Property in class PagerManager
The highest pager ID created so far.
- MenuLinkPluginConverter — Class in namespace Drupal\Core\ParamConverter
Parameter converter for upcasting entity ids to full objects.
- $ MenuLinkPluginConverter#menuLinkManager — Property in class MenuLinkPluginConverter
Plugin manager which creates the instance from the value.
- PathMatcher::matchPath() — Method in class PathMatcher
Checks if a path matches any pattern in a set of patterns.
- PathMatcherInterface::matchPath() — Method in class PathMatcherInterface
Checks if a path matches any pattern in a set of patterns.
- $ UniquePathAliasConstraint#message — Property in class UniquePathAliasConstraint
The default violation message.
- $ ValidPathConstraint#message — Property in class ValidPathConstraint
The default violation message.
- $ DefaultLazyPluginCollection#manager — Property in class DefaultLazyPluginCollection
The manager used to instantiate the plugins.
- $ DefaultPluginManager#moduleHandler — Property in class DefaultPluginManager
The module handler to invoke the alter hook.
- $ DefaultSingleLazyPluginCollection#manager — Property in class DefaultSingleLazyPluginCollection
The manager used to instantiate the plugins.
- $ HookDiscovery#moduleHandler — Property in class HookDiscovery
The module handler used to find and execute the plugin hook.
- FilteredPluginManagerTrait::moduleHandler() — Method in class FilteredPluginManagerTrait
Wraps the module handler.
- PluginDependencyTrait::moduleHandler() — Method in class PluginDependencyTrait
Wraps the module handler.
- ModuleInstaller — Class in namespace Drupal\Core\ProxyClass\Extension
Provides a proxy class for \Drupal\Core\Extension\ModuleInstaller.
- ModuleRequiredByThemesUninstallValidator — Class in namespace Drupal\Core\ProxyClass\Extension
Provides a proxy class for \Drupal\Core\Extension\ModuleRequiredByThemesUninstallValidator.
- MimeTypeGuesser — Class in namespace Drupal\Core\ProxyClass\File\MimeType
Provides a proxy class for \Drupal\Core\File\MimeType\MimeTypeGuesser.
- MenuLinkPluginConverter — Class in namespace Drupal\Core\ProxyClass\ParamConverter
Provides a proxy class for \Drupal\Core\ParamConverter\MenuLinkPluginConverter.
- MatcherDumper — Class in namespace Drupal\Core\ProxyClass\Routing
Provides a proxy class for \Drupal\Core\Routing\MatcherDumper.
- Memory — Class in namespace Drupal\Core\Queue
Static queue implementation.
- BubbleableMetadata::merge() — Method in class BubbleableMetadata
Creates a new bubbleable metadata object by merging this one with another.
- BubbleableMetadata::mergeAttachments() — Method in class BubbleableMetadata
Merges two attachments arrays (which live under the '#attached' key).
- MachineName — Class in namespace Drupal\Core\Render\Element
Provides a machine name render element.
- MoreLink — Class in namespace Drupal\Core\Render\Element
Provides a link render element for a "more" link, like those used in blocks.
- $ HtmlResponseAttachmentsProcessor#moduleHandler — Property in class HtmlResponseAttachmentsProcessor
The module handler service.
- $ HtmlRenderer#moduleHandler — Property in class HtmlRenderer
The module handler.
- MainContentRendererInterface — Class in namespace Drupal\Core\Render\MainContent
The interface for "main content" (@code _controller @endcode) renderers.
- MainContentRenderersPass — Class in namespace Drupal\Core\Render\MainContent
Adds main_content_renderers parameter to the container.
- ModalRenderer — Class in namespace Drupal\Core\Render\MainContent
Default main content renderer for modal dialog requests.
- Markup — Class in namespace Drupal\Core\Render
Defines an object that passes safe strings through the render system.
- MetadataBubblingUrlGenerator — Class in namespace Drupal\Core\Render
Decorator for the URL generator, which bubbles bubbleable URL metadata.
- $ SimplePageVariant#mainContent — Property in class SimplePageVariant
The render array representing the main content.
- RenderCache::maxAgeToExpire() — Method in class RenderCache
Maps a #cache[max-age] value to an "expire" value for the Cache API.
- Renderer::mergeBubbleableMetadata() — Method in class Renderer
Merges the bubbleable rendering metadata o/t 2nd render array with the 1st.
- RendererInterface::mergeBubbleableMetadata() — Method in class RendererInterface
Merges the bubbleable rendering metadata o/t 2nd render array with the 1st.
- AccessAwareRouter::matchRequest() — Method in class AccessAwareRouter
- {@inheritdoc}
- AccessAwareRouter::match() — Method in class AccessAwareRouter
- {@inheritdoc}
- AccessAwareRouterInterface::matchRequest() — Method in class AccessAwareRouterInterface
- {@inheritdoc}
- AccessAwareRouterInterface::match() — Method in class AccessAwareRouterInterface
- {@inheritdoc}
- MatcherDumper — Class in namespace Drupal\Core\Routing
Dumps Route information to a database table.
- MatcherDumperInterface — Class in namespace Drupal\Core\Routing
Extends the symfony matcher dumper interface with an addRoutes method.
- MatchingRouteNotFoundException — Class in namespace Drupal\Core\Routing
No matching route was found.
- MethodFilter — Class in namespace Drupal\Core\Routing
Filters routes based on the HTTP method.
- $ RouteBuilder#moduleHandler — Property in class RouteBuilder
The module handler.
- Router::match() — Method in class Router
- {@inheritdoc}
- Router::matchRequest() — Method in class Router
- {@inheritdoc}
- Router::matchCollection() — Method in class Router
Tries to match a URL with a set of routes.
- MetadataBag — Class in namespace Drupal\Core\Session
Provides a container for application specific session metadata.
- $ UserSession#mail — Property in class UserSession
The email address of this account.
- MaintenanceMode — Class in namespace Drupal\Core\Site
Provides the default implementation of the maintenance mode service.
- MaintenanceModeEvents — Class in namespace Drupal\Core\Site
Defines events for maintenance mode.
- MaintenanceModeInterface — Class in namespace Drupal\Core\Site
Defines the interface for the maintenance mode service.
- LocalReadOnlyStream::mkdir() — Method in class LocalReadOnlyStream
Support for mkdir().
- LocalStream::mkdir() — Method in class LocalStream
Create a directory.
- PhpStreamWrapperInterface::mkdir() — Method in class PhpStreamWrapperInterface
Create a directory.
- ReadOnlyStream::mkdir() — Method in class ReadOnlyStream
Support for mkdir().
- Attribute::merge() — Method in class Attribute
Merges an Attribute object into the current storage.
- AttributeHelper::mergeCollections() — Method in class AttributeHelper
Merges two attribute collections.
- MissingGroupException — Class in namespace Drupal\Core\Test\Exception
Exception thrown when a test class is missing an @group annotation.
- MissingThemeDependencyException — Class in namespace Drupal\Core\Theme
Exception to be thrown when base theme for installed theme is not installed.
- $ Registry#moduleHandler — Property in class Registry
The module handler to use to load modules.
- $ Registry#moduleList — Property in class Registry
The module list.
- Registry::mergePreprocessFunctions() — Method in class Registry
Merges the source hook's preprocess functions into the destination hook's.
- $ ThemeInitialization#moduleHandler — Property in class ThemeInitialization
The module handler.
- $ ThemeManager#moduleHandler — Property in class ThemeManager
The module handler.
- $ PhpTransliteration#moduleHandler — Property in class PhpTransliteration
The module handler to execute the transliteration_overrides alter hook.
- MissingDataException — Class in namespace Drupal\Core\TypedData\Exception
Exception thrown when an operation misses a data value; i.e., it is unset.
- MapDataDefinition — Class in namespace Drupal\Core\TypedData
A typed data definition class for defining maps.
- $ MapDataDefinition#mainPropertyName — Property in class MapDataDefinition
The name of the main property, or NULL if there is none.
- Map — Class in namespace Drupal\Core\TypedData\Plugin\DataType
The "map" data type.
- $ ConstraintViolationBuilder#message — Property in class ConstraintViolationBuilder
The violation message.
- $ ExecutionContext#metadata — Property in class ExecutionContext
The current validation metadata.
- ExecutionContext::markConstraintAsValidated() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::markGroupAsValidated() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::markObjectAsInitialized() — Method in class ExecutionContext
- {@inheritdoc}
- $ RecursiveContextualValidator#metadataFactory — Property in class RecursiveContextualValidator
The metadata factory.
- Module — Class in namespace Drupal\Core\Updater
Defines a class for updating modules using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.
- Updater::makeWorldReadable() — Method in class Updater
Ensures that a given directory is world readable.
- Updater::makeBackup() — Method in class Updater
Performs a backup.
- Url::mergeOptions() — Method in class Url
Merges the URL options with any currently set.
- $ LinkGenerator#moduleHandler — Property in class LinkGenerator
The module handler firing the route_link alter hook.
- $ Token#moduleHandler — Property in class Token
The module handler service.
- $ AllowedValuesConstraint#minMessage — Property in class AllowedValuesConstraint
- $ AllowedValuesConstraint#maxMessage — Property in class AllowedValuesConstraint
- $ CountConstraint#minMessage — Property in class CountConstraint
- $ CountConstraint#maxMessage — Property in class CountConstraint
- $ LengthConstraint#maxMessage — Property in class LengthConstraint
- $ LengthConstraint#minMessage — Property in class LengthConstraint
- $ PrimitiveTypeConstraint#message — Property in class PrimitiveTypeConstraint
- $ RangeConstraint#minMessage — Property in class RangeConstraint
- $ RangeConstraint#maxMessage — Property in class RangeConstraint
- $ RegexConstraint#message — Property in class RegexConstraint
- $ UniqueFieldConstraint#message — Property in class UniqueFieldConstraint
- $ SystemListingCrossProfileCompatibleTest#modules — Property in class SystemListingCrossProfileCompatibleTest
Attempt to enable a module from the Testing profile.
- MinimalTest — Class in namespace Drupal\Tests\minimal\Functional
Tests Minimal installation profile expectations.
- $ ActionAdminManageForm#manager — Property in class ActionAdminManageForm
The action plugin manager.
- $ SettingsForm#managers — Property in class SettingsForm
The aggregator plugin managers.
- $ FeedTitleConstraint#message — Property in class FeedTitleConstraint
- $ FeedUrlConstraint#message — Property in class FeedUrlConstraint
- $ DefaultFetcher#messenger — Property in class DefaultFetcher
The messenger.
- $ DefaultProcessor#messenger — Property in class DefaultProcessor
The messenger.
- BlockAccessControlHandler::mergeCacheabilityFromConditions() — Method in class BlockAccessControlHandler
Merges cacheable metadata from conditions onto the access result object.
- $ BlockForm#manager — Property in class BlockForm
The condition plugin manager.
- $ BlockListBuilder#messenger — Property in class BlockListBuilder
The messenger.
- $ BlockPageVariant#mainContent — Property in class BlockPageVariant
The render array representing the main page content.
- $ BlockPluginId#migrateLookup — Property in class BlockPluginId
The migrate lookup service.
- $ BlockVisibility#moduleHandler — Property in class BlockVisibility
The module handler.
- $ BlockVisibility#migrateLookup — Property in class BlockVisibility
The migrate lookup service.
- $ BookManager#memoryCache — Property in class BookManager
The book memory cache service.
- BookManager::moveChildren() — Method in class BookManager
Moves children from the original parent to the updated link.
- $ BookOutlineConstraint#message — Property in class BookOutlineConstraint
- $ CKEditor5ImageController#mimeTypeGuesser — Property in class CKEditor5ImageController
The MIME type guesser.
- CKEditor4To5UpgradePluginInterface::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem() — Method in class CKEditor4To5UpgradePluginInterface
Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.
- CKEditor4To5UpgradePluginInterface::mapCKEditor4SettingsToCKEditor5Configuration() — Method in class CKEditor4To5UpgradePluginInterface
Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.
- CKEditor4To5UpgradePluginManager::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem() — Method in class CKEditor4To5UpgradePluginManager
Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.
- CKEditor4To5UpgradePluginManager::mapCKEditor4SettingsToCKEditor5Configuration() — Method in class CKEditor4To5UpgradePluginManager
Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.
- Core::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem() — Method in class Core
Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.
- Core::mapCKEditor4SettingsToCKEditor5Configuration() — Method in class Core
Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.
- CKEditor5PluginManager::mergeDefinitionValues() — Method in class CKEditor5PluginManager
Returns array of merged values for the given plugin definitions.
- Media — Class in namespace Drupal\ckeditor5\Plugin\CKEditor5Plugin
CKEditor 5 Media plugin.
- MediaLibrary — Class in namespace Drupal\ckeditor5\Plugin\CKEditor5Plugin
CKEditor 5 Media Library plugin.
- $ MediaLibrary#mediaTypeStorage — Property in class MediaLibrary
The media type entity storage.
- $ CKEditor5#moduleHandler — Property in class CKEditor5
The module handler.
- CKEditor5::mapViolationPropertyPathsToFormNames() — Method in class CKEditor5
Maps Text Editor config object property paths to form names.
- CKEditor5::mapPairViolationPropertyPathsToFormNames() — Method in class CKEditor5
Maps Text Editor + Text Format pair property paths to form names.
- $ CKEditor5ElementConstraint#message — Property in class CKEditor5ElementConstraint
The default violation message.
- $ EnabledConfigurablePluginsConstraint#message — Property in class EnabledConfigurablePluginsConstraint
The default violation message.
- $ FundamentalCompatibilityConstraint#missingElementsMessage — Property in class FundamentalCompatibilityConstraint
The violation message when CKE5 can generate disallowed HTML elements.
- $ ToolbarItemConditionsMetConstraint#multipleMissingRequiredPluginMessage — Property in class ToolbarItemConditionsMetConstraint
The violation message when >1 required plugin is missing.
- $ ToolbarItemConstraint#message — Property in class ToolbarItemConstraint
The default violation message.
- $ ToolbarItemDependencyConstraint#message — Property in class ToolbarItemDependencyConstraint
The default violation message.
- $ CKEditorPluginBase#moduleList — Property in class CKEditorPluginBase
The module list service.
- $ DrupalImageCaption#moduleList — Property in class DrupalImageCaption
The module extension list.
- $ CKEditor#moduleHandler — Property in class CKEditor
The module handler to invoke hooks on.
- $ CKEditor#moduleList — Property in class CKEditor
The module list service.
- ClaroPreRender::managedFile() — Method in class ClaroPreRender
Prerender callback for managed_file.
- ClaroPreRender::messagePlaceholder() — Method in class ClaroPreRender
Prerender callback for status_messages placeholder.
- $ CommentLazyBuilders#moduleHandler — Property in class CommentLazyBuilders
The module handler service.
- $ CommentLinkBuilder#moduleHandler — Property in class CommentLinkBuilder
Module handler service.
- $ CommentManager#moduleHandler — Property in class CommentManager
The module handler service.
- $ CommentAdminOverview#moduleHandler — Property in class CommentAdminOverview
The module handler.
- CommentItem::mainPropertyName() — Method in class CommentItem
Returns the name of the main property, if any.
- CommentWidget::massageFormValues() — Method in class CommentWidget
Massages the form values into the format expected for field values.
- $ CommentNameConstraint#messageNameTaken — Property in class CommentNameConstraint
Message shown when an anonymous user comments using a registered name.
- $ CommentNameConstraint#messageRequired — Property in class CommentNameConstraint
Message shown when an admin changes the comment-author to an invalid user.
- $ CommentNameConstraint#messageMatch — Property in class CommentNameConstraint
Message shown when the name doesn't match the author's name.
- $ ConfigSingleImportForm#moduleHandler — Property in class ConfigSingleImportForm
The module handler.
- $ ConfigSingleImportForm#moduleExtensionList — Property in class ConfigSingleImportForm
The module extension list.
- $ ConfigSingleImportForm#moduleInstaller — Property in class ConfigSingleImportForm
The module installer.
- $ ConfigSync#moduleHandler — Property in class ConfigSync
The module handler.
- $ ConfigSync#moduleInstaller — Property in class ConfigSync
The module installer.
- $ ConfigSync#moduleExtensionList — Property in class ConfigSync
The module extension list.
- $ ConfigTranslationListController#mapperManager — Property in class ConfigTranslationListController
The mapper manager.
- $ ConfigTranslationMapperList#mappers — Property in class ConfigTranslationMapperList
An array of configuration mapper instances.
- $ ConfigMapperPopulateEvent#mapper — Property in class ConfigMapperPopulateEvent
The configuration mapper this event is related to.
- $ ConfigTranslationDeleteForm#moduleHandler — Property in class ConfigTranslationDeleteForm
The module handler.
- $ ConfigTranslationDeleteForm#mapper — Property in class ConfigTranslationDeleteForm
The configuration translation to be deleted.
- $ ConfigTranslationFormBase#mapper — Property in class ConfigTranslationFormBase
The mapper for configuration translation.
- $ ConfigTranslationContextualLinks#mapperManager — Property in class ConfigTranslationContextualLinks
The mapper plugin discovery service.
- $ ConfigTranslationLocalTasks#mapperManager — Property in class ConfigTranslationLocalTasks
The mapper plugin discovery service.
- $ ConfigTranslationContextualLink#mapperManager — Property in class ConfigTranslationContextualLink
The mapper plugin discovery service.
- ConfigTranslationContextualLink::mapperManager() — Method in class ConfigTranslationContextualLink
Gets the mapper manager.
- $ ConfigTranslationLocalTask#mapperManager — Property in class ConfigTranslationLocalTask
The mapper plugin discovery service.
- ConfigTranslationLocalTask::mapperManager() — Method in class ConfigTranslationLocalTask
Gets the mapper manager.
- $ RouteSubscriber#mapperManager — Property in class RouteSubscriber
The mapper plugin discovery service.
- $ ContactForm#message — Property in class ContactForm
The message displayed to user on form submission.
- Message — Class in namespace Drupal\contact\Entity
Defines the contact message entity.
- MailHandler — Class in namespace Drupal\contact
Provides a class for handling assembly and dispatch of contact mail messages.
- $ MailHandler#mailManager — Property in class MailHandler
Mail manager service.
- MailHandlerException — Class in namespace Drupal\contact
Exception thrown by MailHandler when unable to determine message recipient.
- MailHandlerInterface — Class in namespace Drupal\contact
Provides an interface for assembly and dispatch of contact mail messages.
- MessageForm — Class in namespace Drupal\contact
Form controller for contact message forms.
- $ MessageForm#mailHandler — Property in class MessageForm
The contact mail handler service.
- MessageInterface — Class in namespace Drupal\contact
Provides an interface defining a contact message entity.
- MessageViewBuilder — Class in namespace Drupal\contact
Render controller for contact messages.
- $ LatestRevisionCheck#moderationInfo — Property in class LatestRevisionCheck
The moderation information service.
- ModeratedContentController — Class in namespace Drupal\content_moderation\Controller
Defines a controller to list moderated nodes.
- $ EntityOperations#moderationInfo — Property in class EntityOperations
The Moderation Information service.
- $ EntityTypeInfo#moderationInfo — Property in class EntityTypeInfo
The moderation information service.
- $ EntityTypeInfo#moderationHandlers — Property in class EntityTypeInfo
A keyed array of custom moderation handlers for given entity types.
- ModerationHandler — Class in namespace Drupal\content_moderation\Entity\Handler
Common customizations for most/all entities.
- ModerationHandlerInterface — Class in namespace Drupal\content_moderation\Entity\Handler
Defines operations that need to vary by entity type.
- $ NodeModerationHandler#moderationInfo — Property in class NodeModerationHandler
The moderation information service.
- $ ContentModerationConfigureEntityTypesForm#moderationInformation — Property in class ContentModerationConfigureEntityTypesForm
The moderation information service.
- $ ContentModerationConfigureEntityTypesForm#messenger — Property in class ContentModerationConfigureEntityTypesForm
The Messenger service.
- $ ContentModerationConfigureForm#moderationInfo — Property in class ContentModerationConfigureForm
The moderation info service.
- $ EntityModerationForm#moderationInfo — Property in class EntityModerationForm
The moderation information service.
- ModeratedNodeListBuilder — Class in namespace Drupal\content_moderation
Defines a class to build a listing of moderated node entities.
- ModerationInformation — Class in namespace Drupal\content_moderation
General service for moderation-related questions about Entity API.
- ModerationInformationInterface — Class in namespace Drupal\content_moderation
Interface for moderation_information service.
- ModerationOptOutPublish — Class in namespace Drupal\content_moderation\Plugin\Action
Alternate action plugin that can opt-out of modifying moderated entities.
- $ ModerationOptOutPublish#moderationInfo — Property in class ModerationOptOutPublish
Moderation information service.
- $ ModerationOptOutPublish#messenger — Property in class ModerationOptOutPublish
Messenger service.
- ModerationOptOutUnpublish — Class in namespace Drupal\content_moderation\Plugin\Action
Alternate action plugin that can opt-out of modifying moderated entities.
- $ ModerationOptOutUnpublish#moderationInfo — Property in class ModerationOptOutUnpublish
Moderation information service.
- $ ModerationOptOutUnpublish#messenger — Property in class ModerationOptOutUnpublish
Messenger service.
- $ DynamicLocalTasks#moderationInfo — Property in class DynamicLocalTasks
The moderation information service.
- $ ContentModerationStateFormatter#moderationInformation — Property in class ContentModerationStateFormatter
The moderation information service.
- ModerationStateWidget — Class in namespace Drupal\content_moderation\Plugin\Field\FieldWidget
Plugin implementation of the 'moderation_state_default' widget.
- $ ModerationStateWidget#moderationInformation — Property in class ModerationStateWidget
Moderation information service.
- ModerationStateFieldItemList — Class in namespace Drupal\content_moderation\Plugin\Field
A computed field that provides a content entity's moderation state.
- ModerationStateConstraint — Class in namespace Drupal\content_moderation\Plugin\Validation\Constraint
Verifies that nodes have a valid moderation state.
- $ ModerationStateConstraint#message — Property in class ModerationStateConstraint
- ModerationStateConstraintValidator — Class in namespace Drupal\content_moderation\Plugin\Validation\Constraint
Checks if a moderation state transition is valid.
- $ ModerationStateConstraintValidator#moderationInformation — Property in class ModerationStateConstraintValidator
The moderation info.
- $ ContentModeration#moderationInfo — Property in class ContentModeration
The moderation information service.
- ModerationStateJoinViewsHandlerTrait — Class in namespace Drupal\content_moderation\Plugin\views
Assist views handler plugins to join to the content_moderation_state entity.
- ModerationStateField — Class in namespace Drupal\content_moderation\Plugin\views\field
A field handler for the computed moderation_state field.
- ModerationStateFilter — Class in namespace Drupal\content_moderation\Plugin\views\filter
Provides a filter for the moderation state of an entity.
- ModerationStateSort — Class in namespace Drupal\content_moderation\Plugin\views\sort
Enables sorting for the computed moderation_state field.
- $ ContentModerationRouteSubscriber#moderatedEntityTypes — Property in class ContentModerationRouteSubscriber
An associative array of moderated entity types keyed by ID.
- $ StateTransitionValidation#moderationInfo — Property in class StateTransitionValidation
The moderation information service.
- $ ViewsData#moderationInformation — Property in class ViewsData
The moderation information.
- $ ContentTranslationHandler#manager — Property in class ContentTranslationHandler
The content translation manager.
- $ ContentTranslationHandler#messenger — Property in class ContentTranslationHandler
The messenger service.
- $ ContentTranslationController#manager — Property in class ContentTranslationController
The content translation manager.
- ContextualLinks::moduleHandler() — Method in class ContextualLinks
Wraps the module handler.
- DateTimeWidgetBase::massageFormValues() — Method in class DateTimeWidgetBase
Massages the form values into the format expected for field values.
- MonthDate — Class in namespace Drupal\datetime\Plugin\views\argument
Argument handler for a month.
- DateRangeWidgetBase::massageFormValues() — Method in class DateRangeWidgetBase
Massages the form values into the format expected for field values.
- $ InstallHelper#moduleHandler — Property in class InstallHelper
Module handler.
- $ InstallHelper#mediaImageIdMap — Property in class InstallHelper
Media Image CSV ID map.
- $ FieldStorageConfig#module — Property in class FieldStorageConfig
The name of the module that provides the field type.
- $ FieldStorageConfigStorage#moduleHandler — Property in class FieldStorageConfigStorage
The module handler.
- FieldStorageConfigStorage::mapFromStorageRecords() — Method in class FieldStorageConfigStorage
Maps from storage records to entity objects.
- FieldStorageConfigStorage::mapToStorageRecord() — Method in class FieldStorageConfigStorage
Maps from an entity object to the storage record.
- $ FieldType#migration — Property in class FieldType
The migration object.
- $ ProcessField#migration — Property in class ProcessField
The migration being run.
- $ FieldBundle#migrateLookup — Property in class FieldBundle
The migrate lookup service.
- EntityDisplayFormBase::multistepSubmit() — Method in class EntityDisplayFormBase
Form submission handler for multistep buttons.
- EntityDisplayFormBase::multistepAjax() — Method in class EntityDisplayFormBase
Ajax handler for multistep buttons.
- ManagedFile — Class in namespace Drupal\file\Element
Provides an AJAX/progress aware widget for uploading and saving a file.
- $ FileRepository#moduleHandler — Property in class FileRepository
The module handler.
- FileRepository::move() — Method in class FileRepository
Moves a file to a new location and update the file's database entry.
- FileRepositoryInterface::move() — Method in class FileRepositoryInterface
Moves a file to a new location and update the file's database entry.
- FileMediaFormatterBase::mimeTypeApplies() — Method in class FileMediaFormatterBase
Check if given MIME type applies to the media type of the formatter.
- FileWidget::massageFormValues() — Method in class FileWidget
Massages the form values into the format expected for field values.
- $ FileUriUnique#message — Property in class FileUriUnique
- $ FieldFile#migrateLookup — Property in class FieldFile
The migrate lookup service.
- $ FileUploadResource#mimeTypeGuesser — Property in class FileUploadResource
The MIME type guesser.
- $ FileUploadHandler#mimeTypeGuesser — Property in class FileUploadHandler
The MIME type guesser.
- FileUploadHandler::moveUploadedFile() — Method in class FileUploadHandler
Move the uploaded file from the temporary path to the destination.
- $ FilterFormatListBuilder#messenger — Property in class FilterFormatListBuilder
The messenger.
- $ FilterFormatPermission#migrateLookup — Property in class FilterFormatPermission
The migrate lookup service.
- $ RelationLinkManager#moduleHandler — Property in class RelationLinkManager
Module handler service.
- $ TypeLinkManager#moduleHandler — Property in class TypeLinkManager
Module handler service.
- $ ContentEntityNormalizer#moduleHandler — Property in class ContentEntityNormalizer
The module handler.
- $ HelpController#moduleExtensionList — Property in class HelpController
The module extension list.
- $ HelpBlock#moduleHandler — Property in class HelpBlock
The module handler.
- $ HookHelpSection#moduleHandler — Property in class HookHelpSection
The module handler.
- $ HelpSearch#messenger — Property in class HelpSearch
The messenger.
- HelpSearch::markForReindex() — Method in class HelpSearch
Marks the search index for reindexing for this plugin.
- $ FormErrorHandler#messenger — Property in class FormErrorHandler
The messenger.
- $ TemporaryQueryGuard#moduleHandler — Property in class TemporaryQueryGuard
The module handler.
- $ FieldResolver#moduleHandler — Property in class FieldResolver
The module handler.
- $ TemporaryJsonapiFileFieldUploader#mimeTypeGuesser — Property in class TemporaryJsonapiFileFieldUploader
The MIME type guesser.
- $ JsonapiMaintenanceModeSubscriber#maintenanceMode — Property in class JsonapiMaintenanceModeSubscriber
The maintenance mode.
- ResourceObjectNormalizationCacher::mergeCacheableDependencies() — Method in class ResourceObjectNormalizationCacher
Determines the joint cacheability of all provided dependencies.
- $ ResourceResponseValidator#moduleHandler — Property in class ResourceResponseValidator
The module handler.
- Data::merge() — Method in class Data
Returns a new Data object containing the entities of $this and $other.
- $ JsonApiDocumentTopLevel#meta — Property in class JsonApiDocumentTopLevel
The metadata to normalize.
- Link::merge() — Method in class Link
Merges two equivalent links into one link with the merged cacheability.
- LinkCollection::merge() — Method in class LinkCollection
Merges two LinkCollections.
- $ Relationship#meta — Property in class Relationship
The relationship object's meta member.
- $ ResourceIdentifier#meta — Property in class ResourceIdentifier
The relationship's metadata.
- ResourceIdentifierNormalizer::massageRelationshipInput() — Method in class ResourceIdentifierNormalizer
Validates and massages the relationship input depending on the cardinality.
- $ EntityConditionGroup#members — Property in class EntityConditionGroup
The members of the condition group.
- EntityConditionGroup::members() — Method in class EntityConditionGroup
The members which belong to the condition group.
- $ ConfigurableLanguageManager#moduleHandler — Property in class ConfigurableLanguageManager
The module handler service.
- $ ContentLanguageSettingsForm#multipleCapable — Property in class ContentLanguageSettingsForm
If this validator can handle multiple arguments.
- $ PathProcessorLanguage#multilingual — Property in class PathProcessorLanguage
Flag indicating whether the site is multilingual.
- $ LanguageListBuilder#messenger — Property in class LanguageListBuilder
The messenger.
- $ LanguageNegotiator#methods — Property in class LanguageNegotiator
Local cache for language negotiation method instances.
- LanguageNegotiationContentEntity::meetsContentEntityRoutesCondition() — Method in class LanguageNegotiationContentEntity
Determines if content entity route condition is met.
- LanguageNegotiation::mapNewMethods() — Method in class LanguageNegotiation
Maps old negotiation method names to the new ones.
- MoveBlockController — Class in namespace Drupal\layout_builder\Controller
Defines a controller to move a block.
- LayoutBuilderEntityViewDisplayStorage::mapToStorageRecord() — Method in class LayoutBuilderEntityViewDisplayStorage
Maps from an entity object to the storage record.
- LayoutBuilderEntityViewDisplayStorage::mapFromStorageRecords() — Method in class LayoutBuilderEntityViewDisplayStorage
Maps from storage records to entity objects.
- $ PrepareLayout#messenger — Property in class PrepareLayout
The messenger service.
- $ DiscardLayoutChangesForm#messenger — Property in class DiscardLayoutChangesForm
The messenger service.
- MoveBlockForm — Class in namespace Drupal\layout_builder\Form
Provides a form for moving a block.
- $ RevertOverridesForm#messenger — Property in class RevertOverridesForm
The messenger service.
- $ FieldBlock#moduleHandler — Property in class FieldBlock
The module handler.
- LayoutSectionItem::mainPropertyName() — Method in class LayoutSectionItem
Returns the name of the main property, if any.
- MultiWidthLayoutBase — Class in namespace Drupal\layout_builder\Plugin\Layout
Base class of layouts with configurable widths.
- LinkItem::mainPropertyName() — Method in class LinkItem
Returns the name of the main property, if any.
- LinkWidget::massageFormValues() — Method in class LinkWidget
Massages the form values into the format expected for field values.
- $ LinkAccessConstraint#message — Property in class LinkAccessConstraint
- $ LinkExternalProtocolsConstraint#message — Property in class LinkExternalProtocolsConstraint
- $ LinkNotExistingInternalConstraint#message — Property in class LinkNotExistingInternalConstraint
- $ LinkTypeConstraint#message — Property in class LinkTypeConstraint
- $ ImportForm#moduleHandler — Property in class ImportForm
The module handler service.
- $ TranslationStatusForm#moduleHandler — Property in class TranslationStatusForm
The module handler service.
- $ LocaleTranslation#moduleHandler — Property in class LocaleTranslation
The module handler.
- MediaRevisionAccessCheck — Class in namespace Drupal\media\Access
Provides an access checker for media item revisions.
- $ MediaRevisionAccessCheck#mediaStorage — Property in class MediaRevisionAccessCheck
The media storage.
- $ MediaRevisionAccessCheck#mediaAccess — Property in class MediaRevisionAccessCheck
The media access control handler.
- MediaSource — Class in namespace Drupal\media\Annotation
Defines a media source plugin annotation object.
- MediaFilterController — Class in namespace Drupal\media\Controller
Controller which renders a preview of the provided text.
- $ MediaFilterController#mediaStorage — Property in class MediaFilterController
The media storage.
- Media — Class in namespace Drupal\media\Entity
Defines the media entity class.
- MediaType — Class in namespace Drupal\media\Entity
Defines the Media type configuration entity.
- MediaConfigSubscriber — Class in namespace Drupal\media\EventSubscriber
Listens to the config save event for media.settings.
- MediaSettingsForm — Class in namespace Drupal\media\Form
Provides a form to configure Media settings.
- MediaTypeDeleteConfirmForm — Class in namespace Drupal\media\Form
Provides a form for media type deletion.
- MediaAccessControlHandler — Class in namespace Drupal\media
Defines an access control handler for media items.
- MediaForm — Class in namespace Drupal\media
Form controller for the media edit forms.
- MediaInterface — Class in namespace Drupal\media
Provides an interface defining an entity for media items.
- MediaListBuilder — Class in namespace Drupal\media
Provides a listing of media items.
- MediaPermissions — Class in namespace Drupal\media
Provides dynamic permissions for each media type.
- MediaPermissions::mediaTypePermissions() — Method in class MediaPermissions
Returns an array of media type permissions.
- MediaSourceBase — Class in namespace Drupal\media
Base implementation of media source plugin.
- MediaSourceEntityConstraintsInterface — Class in namespace Drupal\media
Defines an interface for a media source with entity constraints.
- MediaSourceFieldConstraintsInterface — Class in namespace Drupal\media
Defines an interface for a media source with source field constraints.
- MediaSourceInterface — Class in namespace Drupal\media
Defines the interface for media source plugins.
- MediaSourceManager — Class in namespace Drupal\media
Manages media source plugins.
- MediaStorage — Class in namespace Drupal\media
Defines the storage handler class for media.
- MediaTypeAccessControlHandler — Class in namespace Drupal\media
Defines the access control handler for the "Media Type" entity type.
- MediaTypeForm — Class in namespace Drupal\media
Form controller for media type forms.
- MediaTypeInterface — Class in namespace Drupal\media
Provides an interface defining a media type entity.
- MediaTypeListBuilder — Class in namespace Drupal\media
Provides a listing of media types.
- MediaViewsData — Class in namespace Drupal\media
Provides the Views data for the media entity type.
- Endpoint::matchUrl() — Method in class Endpoint
Tries to match a URL against the endpoint schemes.
- $ ProviderRepository#maxAge — Property in class ProviderRepository
How long the provider data should be cached, in seconds.
- $ UrlResolver#moduleHandler — Property in class UrlResolver
The module handler service.
- $ DrupalMedia#moduleExtensionList — Property in class DrupalMedia
The module extension list.
- MediaSelection — Class in namespace Drupal\media\Plugin\EntityReferenceSelection
Provides specific access control for the media entity type.
- MediaThumbnailFormatter — Class in namespace Drupal\media\Plugin\Field\FieldFormatter
Plugin implementation of the 'media_thumbnail' formatter.
- $ OEmbedFormatter#messenger — Property in class OEmbedFormatter
The messenger service.
- MediaEmbed — Class in namespace Drupal\media\Plugin\Filter
Provides a filter to embed media items using a custom tag.
- $ OEmbed#messenger — Property in class OEmbed
The messenger service.
- Media — Class in namespace Drupal\media\Plugin\views\wizard
Provides Views creation wizard for Media.
- MediaRevision — Class in namespace Drupal\media\Plugin\views\wizard
Provides Views creation wizard for Media revisions.
- MediaRouteProvider — Class in namespace Drupal\media\Routing
Provides HTML routes for media pages.
- $ UpdateSelectionCommand#mediaIds — Property in class UpdateSelectionCommand
An array of media IDs to add to the current selection.
- $ AddFormBase#mediaType — Property in class AddFormBase
The type of media items being created by this form.
- MediaLibraryEditorOpener — Class in namespace Drupal\media_library
The media library opener for text editors.
- $ MediaLibraryEditorOpener#mediaStorage — Property in class MediaLibraryEditorOpener
The media storage.
- MediaLibraryFieldWidgetOpener — Class in namespace Drupal\media_library
The media library opener for field widgets.
- MediaLibraryOpenerInterface — Class in namespace Drupal\media_library
Defines an interface for media library openers.
- MediaLibraryState — Class in namespace Drupal\media_library
A value object for the media library state.
- MediaLibraryUiBuilder — Class in namespace Drupal\media_library
Service which builds the media library.
- $ DrupalMediaLibrary#moduleExtensionList — Property in class DrupalMediaLibrary
The module extension list.
- $ DrupalMediaLibrary#mediaTypeStorage — Property in class DrupalMediaLibrary
The media type entity storage.
- MediaLibraryWidget — Class in namespace Drupal\media_library\Plugin\Field\FieldWidget
Plugin implementation of the 'media_library_widget' widget.
- $ MediaLibraryWidget#moduleHandler — Property in class MediaLibraryWidget
The module handler.
- MediaLibraryWidget::massageFormValues() — Method in class MediaLibraryWidget
Massages the form values into the format expected for field values.
- MediaLibrarySelectForm — Class in namespace Drupal\media_library\Plugin\views\field
Defines a field that outputs a checkbox and form for selecting media.
- MenuController — Class in namespace Drupal\menu_link_content\Controller
Defines a route controller for a form for menu link content entity creation.
- MenuLinkContent — Class in namespace Drupal\menu_link_content\Entity
Defines the menu link content entity class.
- MenuLinkContentDeleteForm — Class in namespace Drupal\menu_link_content\Form
Provides a delete form for content menu links.
- MenuLinkContentForm — Class in namespace Drupal\menu_link_content\Form
Provides a form to add/update content menu links.
- $ MenuLinkContentForm#menuParentSelector — Property in class MenuLinkContentForm
The parent form selector service.
- MenuLinkContentAccessControlHandler — Class in namespace Drupal\menu_link_content
Defines the access control handler for the menu link content entity type.
- MenuLinkContentInterface — Class in namespace Drupal\menu_link_content
Defines an interface for custom menu links.
- MenuLinkContentStorage — Class in namespace Drupal\menu_link_content
Storage handler for menu_link_content entities.
- MenuLinkContentStorageInterface — Class in namespace Drupal\menu_link_content
Defines an interface for menu_link_content entity storage classes.
- MenuLinkContentStorageSchema — Class in namespace Drupal\menu_link_content
Defines the menu_link_content schema handler.
- MenuLinkContentDeriver — Class in namespace Drupal\menu_link_content\Plugin\Deriver
Provides a deriver for user entered paths of menu links.
- $ MenuLinkContentDeriver#menuLinkManager — Property in class MenuLinkContentDeriver
The menu link manager.
- MenuLinkContent — Class in namespace Drupal\menu_link_content\Plugin\Menu
Provides the menu link plugin for content menu links.
- MenuTreeHierarchyConstraint — Class in namespace Drupal\menu_link_content\Plugin\Validation\Constraint
Validation constraint for changing the menu hierarchy in pending revisions.
- $ MenuTreeHierarchyConstraint#message — Property in class MenuTreeHierarchyConstraint
The default violation message.
- MenuTreeHierarchyConstraintValidator — Class in namespace Drupal\menu_link_content\Plugin\Validation\Constraint
Constraint validator for changing menu link parents in pending revisions.
- MenuLink — Class in namespace Drupal\menu_link_content\Plugin\migrate\source
Drupal 6/7 menu link source from database.
- MenuLinkTranslation — Class in namespace Drupal\menu_link_content\Plugin\migrate\source\d6
Drupal 6 i18n menu link translations source from database.
- MenuLinkLocalized — Class in namespace Drupal\menu_link_content\Plugin\migrate\source\d7
Drupal 7 localized menu link translations source from database.
- MenuLinkTranslation — Class in namespace Drupal\menu_link_content\Plugin\migrate\source\d7
Drupal 7 i18n menu link translations source from database.
- MenuController — Class in namespace Drupal\menu_ui\Controller
Returns responses for Menu routes.
- $ MenuController#menuParentSelector — Property in class MenuController
The menu parent form service.
- MenuController::menuTitle() — Method in class MenuController
Route title callback.
- MenuDeleteForm — Class in namespace Drupal\menu_ui\Form
Defines a confirmation form for deletion of a custom menu.
- $ MenuDeleteForm#menuLinkManager — Property in class MenuDeleteForm
The menu link manager.
- MenuLinkEditForm — Class in namespace Drupal\menu_ui\Form
Defines a generic edit form for all menu link plugin types.
- MenuLinkResetForm — Class in namespace Drupal\menu_ui\Form
Defines a confirmation form for resetting a single modified menu link.
- $ MenuLinkResetForm#menuLinkManager — Property in class MenuLinkResetForm
The menu link manager.
- MenuForm — Class in namespace Drupal\menu_ui
Base form for menu edit forms.
- $ MenuForm#menuLinkManager — Property in class MenuForm
The menu link manager.
- $ MenuForm#menuTree — Property in class MenuForm
The menu tree service.
- $ MenuForm#menuLinkContentStorage — Property in class MenuForm
The menu_link_content storage handler.
- MenuForm::menuNameExists() — Method in class MenuForm
Returns whether a menu name already exists.
- MenuListBuilder — Class in namespace Drupal\menu_ui
Defines a class to build a listing of menu entities.
- MenuLinkAdd — Class in namespace Drupal\menu_ui\Plugin\Menu\LocalAction
Modifies the 'Add link' local action to add a destination.
- MenuSettingsConstraint — Class in namespace Drupal\menu_ui\Plugin\Validation\Constraint
Validation constraint for changing the menu settings in pending revisions.
- $ MenuSettingsConstraint#message — Property in class MenuSettingsConstraint
- $ MenuSettingsConstraint#messageWeight — Property in class MenuSettingsConstraint
- $ MenuSettingsConstraint#messageParent — Property in class MenuSettingsConstraint
- $ MenuSettingsConstraint#messageRemove — Property in class MenuSettingsConstraint
- MenuSettingsConstraintValidator — Class in namespace Drupal\menu_ui\Plugin\Validation\Constraint
Constraint validator for changing the menu settings in pending revisions.
- MigrateDestination — Class in namespace Drupal\migrate\Annotation
Defines a migration destination plugin annotation object.
- MigrateProcessPlugin — Class in namespace Drupal\migrate\Annotation
Defines a migration process plugin annotation object.
- MigrateSource — Class in namespace Drupal\migrate\Annotation
Defines a migration source plugin annotation object.
- $ MigrateSource#minimum_version — Property in class MigrateSource
Specifies the minimum version of the source provider.
- MultipleProviderAnnotationInterface — Class in namespace Drupal\migrate\Annotation
Defines a common interface for classed annotations with multiple providers.
- $ AuditResult#migration — Property in class AuditResult
The audited migration.
- $ EventBase#migration — Property in class EventBase
The migration.
- $ EventBase#message — Property in class EventBase
The current message service.
- MigrateEvents — Class in namespace Drupal\migrate\Event
Defines events for the migration system.
- MigrateIdMapMessageEvent — Class in namespace Drupal\migrate\Event
Wraps an ID map message event for event listeners.
- $ MigrateIdMapMessageEvent#migration — Property in class MigrateIdMapMessageEvent
Migration entity.
- $ MigrateIdMapMessageEvent#message — Property in class MigrateIdMapMessageEvent
Message to be logged.
- MigrateImportEvent — Class in namespace Drupal\migrate\Event
Wraps a pre- or post-import event for event listeners.
- MigrateMapDeleteEvent — Class in namespace Drupal\migrate\Event
Wraps a migrate map delete event for event listeners.
- $ MigrateMapDeleteEvent#map — Property in class MigrateMapDeleteEvent
Map plugin.
- MigrateMapSaveEvent — Class in namespace Drupal\migrate\Event
Wraps a migrate map save event for event listeners.
- $ MigrateMapSaveEvent#map — Property in class MigrateMapSaveEvent
Map plugin.
- MigratePostRowSaveEvent — Class in namespace Drupal\migrate\Event
Wraps a post-save event for event listeners.
- MigratePreRowSaveEvent — Class in namespace Drupal\migrate\Event
Wraps a pre-save event for event listeners.
- MigrateRollbackEvent — Class in namespace Drupal\migrate\Event
Wraps a pre- or post-rollback event for event listeners.
- $ MigrateRollbackEvent#migration — Property in class MigrateRollbackEvent
Migration entity.
- MigrateRowDeleteEvent — Class in namespace Drupal\migrate\Event
Wraps a row deletion event for event listeners.
- $ MigrateRowDeleteEvent#migration — Property in class MigrateRowDeleteEvent
Migration entity.
- MigrateBuildDependencyInterface — Class in namespace Drupal\migrate
- MigrateException — Class in namespace Drupal\migrate
Defines the migrate exception class.
- MigrateExecutable — Class in namespace Drupal\migrate
Defines a migrate executable class.
- $ MigrateExecutable#migration — Property in class MigrateExecutable
The configuration of the migration to do.
- $ MigrateExecutable#memoryThreshold — Property in class MigrateExecutable
The ratio of the memory limit at which an operation will be interrupted.
- $ MigrateExecutable#memoryLimit — Property in class MigrateExecutable
The PHP memory_limit expressed in bytes.
- $ MigrateExecutable#message — Property in class MigrateExecutable
Migration message service.
- MigrateExecutable::memoryExceeded() — Method in class MigrateExecutable
Tests whether we've exceeded the desired memory threshold.
- MigrateExecutableInterface — Class in namespace Drupal\migrate
- MigrateLookup — Class in namespace Drupal\migrate
Provides a migration lookup service.
- $ MigrateLookup#migrationPluginManager — Property in class MigrateLookup
The migration plugin manager.
- MigrateLookupInterface — Class in namespace Drupal\migrate
Provides an interface for the migration lookup service.
- MigrateMessage — Class in namespace Drupal\migrate
Defines a migrate message class.
- $ MigrateMessage#map — Property in class MigrateMessage
The map between migrate status and watchdog severity.
- MigrateMessageInterface — Class in namespace Drupal\migrate
- MigrateSkipProcessException — Class in namespace Drupal\migrate
This exception is thrown when the rest of the process should be skipped.
- MigrateSkipRowException — Class in namespace Drupal\migrate
This exception is thrown when a row should be skipped.
- MigrateStub — Class in namespace Drupal\migrate
Provides the migrate stubbing service.
- $ MigrateStub#migrationPluginManager — Property in class MigrateStub
The migration plugin manager.
- MigrateStubInterface — Class in namespace Drupal\migrate
Provides an interface for the migrate stub service.
- MigrateEntity — Class in namespace Drupal\migrate\Plugin\Derivative
- MigrateEntityComplete — Class in namespace Drupal\migrate\Plugin\Derivative
Deriver for entity_complete:ENTITY_TYPE entity migrations.
- MigrateEntityRevision — Class in namespace Drupal\migrate\Plugin\Derivative
- MigrateDestinationInterface — Class in namespace Drupal\migrate\Plugin
Defines an interface for Migration Destination classes.
- MigrateDestinationPluginManager — Class in namespace Drupal\migrate\Plugin
Plugin manager for migrate destination plugins.
- MigrateIdMapInterface — Class in namespace Drupal\migrate\Plugin
Defines an interface for migrate ID mappings.
- MigrateIdMapInterface::messageCount() — Method in class MigrateIdMapInterface
Returns the number of messages saved.
- MigratePluginManager — Class in namespace Drupal\migrate\Plugin
Manages migrate plugins.
- MigratePluginManagerInterface — Class in namespace Drupal\migrate\Plugin
- MigrateProcessInterface — Class in namespace Drupal\migrate\Plugin
An interface for migrate process plugins.
- MigrateProcessInterface::multiple() — Method in class MigrateProcessInterface
Indicates whether the returned value requires multiple handling.
- MigrateSourceInterface — Class in namespace Drupal\migrate\Plugin
Defines an interface for migrate sources.
- MigrateSourcePluginManager — Class in namespace Drupal\migrate\Plugin
Plugin manager for migrate source plugins.
- MigrateValidatableEntityInterface — Class in namespace Drupal\migrate\Plugin
To implement by a destination plugin that should provide entity validation.
- Migration — Class in namespace Drupal\migrate\Plugin
Defines the Migration plugin.
- $ Migration#migration_tags — Property in class Migration
An optional list of tags, used by the plugin manager for filtering.
- $ Migration#migration_dependencies — Property in class Migration
These migrations, if run, must be executed before this migration.
- $ Migration#migrationPluginManager — Property in class Migration
The migration plugin manager for loading other migration plugins.
- Migration::mergeProcessOfProperty() — Method in class Migration
Merge the process pipeline configuration for a single property.
- MigrationDeriverTrait — Class in namespace Drupal\migrate\Plugin
Provides functionality for migration derivers.
- MigrationInterface — Class in namespace Drupal\migrate\Plugin
Interface for migrations.
- MigrationInterface::mergeProcessOfProperty() — Method in class MigrationInterface
Merge the process pipeline configuration for a single property.
- MigrationPluginManager — Class in namespace Drupal\migrate\Plugin
Plugin manager for migration plugins.
- $ MigrationPluginManager#moduleHandler — Property in class MigrationPluginManager
The module handler.
- MigrationPluginManagerInterface — Class in namespace Drupal\migrate\Plugin
Migration plugin manager interface.
- $ DestinationBase#migration — Property in class DestinationBase
The migration.
- NullIdMap::messageCount() — Method in class NullIdMap
Returns the number of messages saved.
- $ Sql#mapTableName — Property in class Sql
The migration map table name.
- $ Sql#messageTableName — Property in class Sql
The message table name.
- $ Sql#message — Property in class Sql
The migrate message service.
- $ Sql#migration — Property in class Sql
The migration being done.
- Sql::mapTableName() — Method in class Sql
The name of the database map table.
- Sql::messageTableName() — Method in class Sql
The name of the database message table.
- Sql::messageCount() — Method in class Sql
Returns the number of messages saved.
- Explode::multiple() — Method in class Explode
Indicates whether the returned value requires multiple handling.
- $ Get#multiple — Property in class Get
Flag indicating whether there are multiple values.
- Get::multiple() — Method in class Get
Indicates whether the returned value requires multiple handling.
- MachineName — Class in namespace Drupal\migrate\Plugin\migrate\process
Creates a machine name.
- MakeUniqueBase — Class in namespace Drupal\migrate\Plugin\migrate\process
This plugin ensures the source value is unique.
- MakeUniqueEntityField — Class in namespace Drupal\migrate\Plugin\migrate\process
Ensures the source value is made unique against an entity field.
- $ MakeUniqueEntityField#migration — Property in class MakeUniqueEntityField
The current migration.
- MenuLinkParent — Class in namespace Drupal\migrate\Plugin\migrate\process
Determines the parent of a menu link.
- $ MenuLinkParent#menuLinkManager — Property in class MenuLinkParent
The menu link plugin manager.
- $ MenuLinkParent#migration — Property in class MenuLinkParent
The currently running migration.
- $ MenuLinkParent#migrateLookup — Property in class MenuLinkParent
The migrate lookup service.
- $ MenuLinkParent#menuLinkStorage — Property in class MenuLinkParent
The menu link entity storage handler.
- MigrationLookup — Class in namespace Drupal\migrate\Plugin\migrate\process
Looks up the value of a property based on a previous migration.
- $ MigrationLookup#migration — Property in class MigrationLookup
The migration to be executed.
- $ MigrationLookup#migrateLookup — Property in class MigrationLookup
The migrate lookup service.
- $ MigrationLookup#migrateStub — Property in class MigrationLookup
The migrate stub service.
- SubProcess::multiple() — Method in class SubProcess
Indicates whether the returned value requires multiple handling.
- $ SourcePluginBase#moduleHandler — Property in class SourcePluginBase
The module handler service.
- $ SourcePluginBase#migration — Property in class SourcePluginBase
The entity migration object.
- $ SourcePluginBase#mapRowAdded — Property in class SourcePluginBase
Flags whether source plugin will read the map row and add to data row.
- SqlBase::mapJoinable() — Method in class SqlBase
Checks if we can join against the map table.
- ProcessPluginBase::multiple() — Method in class ProcessPluginBase
Indicates whether the returned value requires multiple handling.
- MigrateField — Class in namespace Drupal\migrate_drupal\Annotation
Defines a field plugin annotation object.
- $ FieldDiscovery#migrationPluginManager — Property in class FieldDiscovery
The migration plugin manager.
- MigrateDrupalServiceProvider — Class in namespace Drupal\migrate_drupal
Alters container services.
- MigrationConfigurationTrait — Class in namespace Drupal\migrate_drupal
Configures the appropriate migrations for a given source Drupal database.
- $ MigrationConfigurationTrait#migrationPluginManager — Property in class MigrationConfigurationTrait
The migration plugin manager service.
- MigrationPluginManager — Class in namespace Drupal\migrate_drupal
Manages migration plugins.
- MigrationState — Class in namespace Drupal\migrate_drupal
Determines the migrate state for all modules enabled on the source.
- $ MigrationState#moduleHandler — Property in class MigrationState
The field plugin manager service.
- MigrateFieldInterface — Class in namespace Drupal\migrate_drupal\Plugin
Provides an interface for all field type plugins.
- MigrateFieldPluginManager — Class in namespace Drupal\migrate_drupal\Plugin
Plugin manager for migrate field plugins.
- MigrateFieldPluginManagerInterface — Class in namespace Drupal\migrate_drupal\Plugin
- MigrationWithFollowUpInterface — Class in namespace Drupal\migrate_drupal\Plugin
Interface for migrations with follow-up migrations.
- DrupalSqlBase::moduleExists() — Method in class DrupalSqlBase
Checks if a given module is enabled in the source Drupal database.
- MigrateMessageCapture — Class in namespace Drupal\migrate_drupal_ui\Batch
Allows capturing messages rather than displaying them directly.
- $ MigrateMessageCapture#messages — Property in class MigrateMessageCapture
Array of recorded messages.
- MigrateUpgradeImportBatch — Class in namespace Drupal\migrate_drupal_ui\Batch
Runs a single migration batch.
- $ MigrateUpgradeImportBatch#maxExecTime — Property in class MigrateUpgradeImportBatch
The maximum length in seconds to allow processing in a request.
- $ MigrateUpgradeImportBatch#messages — Property in class MigrateUpgradeImportBatch
MigrateMessage instance to capture messages during the migration process.
- MigrateController — Class in namespace Drupal\migrate_drupal_ui\Controller
Provides controller methods for the migration.
- MigrateUpgradeFormBase — Class in namespace Drupal\migrate_drupal_ui\Form
Form base for the Migrate Upgrade UI.
- $ ReviewForm#migrations — Property in class ReviewForm
The migrations.
- $ ReviewForm#migrationState — Property in class ReviewForm
Migration state service.
- $ ReviewForm#moduleHandler — Property in class ReviewForm
Module handler.
- MigrateAccessCheck — Class in namespace Drupal\migrate_drupal_ui
Checks access for migrate_drupal_ui routes.
- Connection::mapConditionOperator() — Method in class Connection
Gets any special processing requirements for the condition operator.
- Tasks::minimumVersion() — Method in class Tasks
Returns the minimum required version of the engine.
- Merge — Class in namespace Drupal\mysql\Driver\Database\mysql
MySQL implementation of \Drupal\Core\Database\Query\Merge.
- $ Schema#mysqlStringTypes — Property in class Schema
- $ NodeGrantDatabaseStorage#moduleHandler — Property in class NodeGrantDatabaseStorage
The module handler.
- $ NodeSearch#moduleHandler — Property in class NodeSearch
A module manager object.
- $ NodeSearch#messenger — Property in class NodeSearch
The messenger.
- NodeSearch::markForReindex() — Method in class NodeSearch
Marks the search index for reindexing for this plugin.
- $ Node#moduleHandler — Property in class Node
The module handler.
- $ Node#moduleHandler — Property in class Node
The module handler.
- OliveroPreRender::messagePlaceholder() — Method in class OliveroPreRender
Prerender callback for status_messages placeholder.
- PathItem::mainPropertyName() — Method in class PathItem
Returns the name of the main property, if any.
- $ PathAliasConstraint#message — Property in class PathAliasConstraint
- Connection::mapConditionOperator() — Method in class Connection
Gets any special processing requirements for the condition operator.
- Tasks::minimumVersion() — Method in class Tasks
Returns the minimum required version of the engine.
- Merge — Class in namespace Drupal\pgsql\Driver\Database\pgsql
PostgreSQL implementation of \Drupal\Core\Database\Query\Merge.
- $ Schema#maxIdentifierLength — Property in class Schema
The maximum allowed length for index, primary key and constraint names.
- $ InPlaceEditor#module — Property in class InPlaceEditor
The name of the module providing the in-place editor plugin.
- $ QuickEditFieldForm#moduleHandler — Property in class QuickEditFieldForm
The module handler.
- MetadataGenerator — Class in namespace Drupal\quickedit
Generates in-place editing metadata for an entity field.
- MetadataGeneratorInterface — Class in namespace Drupal\quickedit
Interface for generating in-place editing metadata.
- $ QuickEditController#metadataGenerator — Property in class QuickEditController
The in-place editing metadata generator.
- QuickEditController::metadata() — Method in class QuickEditController
Returns the metadata for a set of fields.
- ModifiedResourceResponse — Class in namespace Drupal\rest
A response that does not contain cacheability metadata.
- $ RestExport#mimeType — Property in class RestExport
The mime type for the response.
- $ ResourceRoutes#manager — Property in class ResourceRoutes
The plugin manager for REST plugins.
- SearchIndexingInterface::markForReindex() — Method in class SearchIndexingInterface
Marks the search index for reindexing for this plugin.
- $ EntitySearchPage#moduleHandler — Property in class EntitySearchPage
The module handler.
- SearchIndex::markForReindex() — Method in class SearchIndex
Changes the timestamp on indexed items to 'now' to force reindexing.
- SearchIndexInterface::markForReindex() — Method in class SearchIndexInterface
Changes the timestamp on indexed items to 'now' to force reindexing.
- $ SearchPageListBuilder#messenger — Property in class SearchPageListBuilder
The messenger.
- $ SearchQuery#matches — Property in class SearchQuery
Indicates how many matches for a search query are necessary.
- $ SearchQuery#multiply — Property in class SearchQuery
Multipliers for score expressions.
- $ SearchTextProcessor#moduleHandler — Property in class SearchTextProcessor
The module handler.
- ViewsSearchQuery::matches() — Method in class ViewsSearchQuery
Returns the matches property.
- MarkupNormalizer — Class in namespace Drupal\serialization\Normalizer
Normalizes MarkupInterface objects into a string.
- $ ShortcutSetStorage#moduleHandler — Property in class ShortcutSetStorage
The module handler.
- Connection::mapConditionOperator() — Method in class Connection
Gets any special processing requirements for the condition operator.
- Tasks::minimumVersion() — Method in class Tasks
Returns the minimum required version of the engine.
- Merge — Class in namespace Drupal\sqlite\Driver\Database\sqlite
SQLite implementation of \Drupal\Core\Database\Query\Merge.
- Schema::mapKeyDefinition() — Method in class Schema
Utility method: rename columns in an index definition according to a new mapping.
- NodeStatisticsDatabaseStorage::maxTotalCount() — Method in class NodeStatisticsDatabaseStorage
Returns the highest 'totalcount' value.
- $ StatisticsSettingsForm#moduleHandler — Property in class StatisticsSettingsForm
The module handler.
- StatisticsStorageInterface::maxTotalCount() — Method in class StatisticsStorageInterface
Returns the highest 'totalcount' value.
- $ AdminController#moduleExtensionList — Property in class AdminController
The module extension list.
- $ DbUpdateController#moduleHandler — Property in class DbUpdateController
The module handler.
- $ EntityAutocompleteController#matcher — Property in class EntityAutocompleteController
The autocomplete matcher for entity references.
- $ SystemController#menuLinkTree — Property in class SystemController
The menu link tree service.
- $ SystemController#moduleExtensionList — Property in class SystemController
The module extension list.
- Menu — Class in namespace Drupal\system\Entity
Defines the Menu configuration entity class.
- $ CronForm#moduleHandler — Property in class CronForm
The module handler service.
- ModulesEnabledTrait — Class in namespace Drupal\system\Form
Provides helpers for enabling modules.
- ModulesEnabledTrait::modulesEnabledConfirmationMessage() — Method in class ModulesEnabledTrait
Provides a confirmation message after modules have been enabled.
- ModulesEnabledTrait::modulesFailToEnableMessage() — Method in class ModulesEnabledTrait
Provides a fail message after attempt to install a module.
- ModulesListConfirmForm — Class in namespace Drupal\system\Form
Builds a confirmation form for enabling modules with dependencies.
- $ ModulesListConfirmForm#moduleHandler — Property in class ModulesListConfirmForm
The module handler service.
- $ ModulesListConfirmForm#modules — Property in class ModulesListConfirmForm
An associative list of modules to enable or disable.
- $ ModulesListConfirmForm#moduleInstaller — Property in class ModulesListConfirmForm
The module installer.
- ModulesListExperimentalConfirmForm — Class in namespace Drupal\system\Form
Builds a confirmation form for enabling experimental modules.
- ModulesListForm — Class in namespace Drupal\system\Form
Provides module installation interface.
- $ ModulesListForm#moduleHandler — Property in class ModulesListForm
The module handler service.
- $ ModulesListForm#moduleInstaller — Property in class ModulesListForm
The module installer.
- $ ModulesListForm#moduleExtensionList — Property in class ModulesListForm
The module extension list.
- ModulesUninstallConfirmForm — Class in namespace Drupal\system\Form
Builds a confirmation form to uninstall selected modules.
- $ ModulesUninstallConfirmForm#moduleInstaller — Property in class ModulesUninstallConfirmForm
The module installer service.
- $ ModulesUninstallConfirmForm#modules — Property in class ModulesUninstallConfirmForm
An array of modules to uninstall.
- $ ModulesUninstallConfirmForm#moduleExtensionList — Property in class ModulesUninstallConfirmForm
The module extension list.
- ModulesUninstallForm — Class in namespace Drupal\system\Form
Provides a form for uninstalling modules.
- $ ModulesUninstallForm#moduleHandler — Property in class ModulesUninstallForm
The module handler service.
- $ ModulesUninstallForm#moduleInstaller — Property in class ModulesUninstallForm
The module installer service.
- $ ModulesUninstallForm#moduleExtensionList — Property in class ModulesUninstallForm
The module extension list.
- $ PerformanceForm#moduleHandler — Property in class PerformanceForm
The module handler.
- PrepareModulesEntityUninstallForm::moduleBatchFinished() — Method in class PrepareModulesEntityUninstallForm
Implements callback_batch_finished().
- $ SystemMenuOffCanvasForm#menu — Property in class SystemMenuOffCanvasForm
The menu entity that the block uses and that will be edited in this form.
- $ SystemMenuOffCanvasForm#menuStorage — Property in class SystemMenuOffCanvasForm
- $ ThemeSettingsForm#moduleHandler — Property in class ThemeSettingsForm
The module handler.
- $ ThemeSettingsForm#mimeTypeGuesser — Property in class ThemeSettingsForm
The MIME type guesser.
- MachineNameController — Class in namespace Drupal\system
Controller routines for machine name transliteration routes.
- MenuAccessControlHandler — Class in namespace Drupal\system
Defines the access control handler for the menu entity type.
- MenuInterface — Class in namespace Drupal\system
Provides an interface defining a menu entity.
- MenuStorage — Class in namespace Drupal\system
Defines the storage class for menu configuration entities.
- MockPhpStorage — Class in namespace Drupal\system\PhpStorage
Mock PHP storage class used for testing.
- $ SystemMainBlock#mainContent — Property in class SystemMainBlock
The render array representing the main page content.
- $ SystemMenuBlock#menuTree — Property in class SystemMenuBlock
The menu link tree service.
- $ SystemMenuBlock#menuActiveTrail — Property in class SystemMenuBlock
The active menu trail service.
- $ SystemMenuBlock#menuStorage — Property in class SystemMenuBlock
The menu storage.
- Menu — Class in namespace Drupal\system\Plugin\migrate\source
Drupal 6/7 menu source from database.
- MenuTranslation — Class in namespace Drupal\system\Plugin\migrate\source\d7
Drupal 7 i18n menu translation source from database.
- SecurityAdvisoriesFetcher::matchesExistingVersion() — Method in class SecurityAdvisoriesFetcher
Determines if an advisory matches the existing version of a project.
- $ SystemManager#moduleHandler — Property in class SystemManager
Module handler service.
- $ SystemManager#menuTree — Property in class SystemManager
The menu link tree manager.
- $ SystemManager#menuActiveTrail — Property in class SystemManager
The active menu trail service.
- $ SystemManager#menuItems — Property in class SystemManager
A static cache of menu items.
- MockAliasManager — Class in namespace Drupal\system\Tests\Routing
An easily configurable mock alias manager.
- MockRouteProvider — Class in namespace Drupal\system\Tests\Routing
Easily configurable mock route provider.
- $ OverviewTerms#moduleHandler — Property in class OverviewTerms
The module handler service.
- $ TaxonomyTermHierarchyConstraint#message — Property in class TaxonomyTermHierarchyConstraint
The default violation message.
- $ D6TermNodeDeriver#migrationPluginManager — Property in class D6TermNodeDeriver
The migration plugin manager.
- $ VocabularyListBuilder#messenger — Property in class VocabularyListBuilder
The messenger.
- Toolbar::moduleHandler() — Method in class Toolbar
Wraps the module handler.
- $ Tour#module — Property in class Tour
The module which this tour is assigned to.
- $ UpdateManagerInstall#moduleHandler — Property in class UpdateManagerInstall
The module handler.
- $ UpdateManagerUpdate#moduleHandler — Property in class UpdateManagerUpdate
The module handler.
- $ UpdateReady#moduleHandler — Property in class UpdateReady
The module handler.
- ModuleVersion — Class in namespace Drupal\update
Provides a module version value object.
- $ ModuleVersion#majorVersion — Property in class ModuleVersion
The major version.
- $ UpdateManager#moduleHandler — Property in class UpdateManager
Module Handler Service.
- $ UpdateManager#moduleExtensionList — Property in class UpdateManager
The module extension list.
- $ AccountSettingsForm#moduleHandler — Property in class AccountSettingsForm
The module handler.
- $ Cookie#messenger — Property in class Cookie
The messenger.
- MaintenanceModeSubscriber — Class in namespace Drupal\user\EventSubscriber
Maintenance mode subscriber to log out users.
- $ MaintenanceModeSubscriber#maintenanceMode — Property in class MaintenanceModeSubscriber
The maintenance mode.
- $ UserPermissionsForm#moduleHandler — Property in class UserPermissionsForm
The module handler.
- $ UserPermissionsModuleSpecificForm#moduleList — Property in class UserPermissionsModuleSpecificForm
The module list.
- $ PermissionHandler#moduleHandler — Property in class PermissionHandler
The module handler.
- PermissionHandler::moduleProvidesPermissions() — Method in class PermissionHandler
Determines whether a module provides some permissions.
- PermissionHandlerInterface::moduleProvidesPermissions() — Method in class PermissionHandlerInterface
Determines whether a module provides some permissions.
- $ UserSearch#moduleHandler — Property in class UserSearch
The module handler.
- $ ProtectedUserFieldConstraint#message — Property in class ProtectedUserFieldConstraint
Violation message.
- $ UserMailRequired#message — Property in class UserMailRequired
Violation message. Use the same message as FormValidator.
- $ UserMailUnique#message — Property in class UserMailUnique
- $ UserNameConstraint#multipleSpacesMessage — Property in class UserNameConstraint
- $ UserNameUnique#message — Property in class UserNameUnique
- $ Permission#moduleHandler — Property in class Permission
The module handler.
- $ Permissions#moduleHandler — Property in class Permissions
The module handler.
- $ UserData#moduleHandler — Property in class UserData
The module handler.
- $ Permissions#moduleHandler — Property in class Permissions
The module handler.
- $ RoleListBuilder#messenger — Property in class RoleListBuilder
The messenger.
- $ Analyzer#moduleHandler — Property in class Analyzer
A module handler that invokes the 'views_analyze' hook.
- $ EntityViewsData#moduleHandler — Property in class EntityViewsData
The module handler.
- EntityViewsData::mapFieldDefinition() — Method in class EntityViewsData
Puts the views data for a single field onto the views data.
- EntityViewsData::mapSingleFieldViewsData() — Method in class EntityViewsData
Provides the views data for a given data type and schema field.
- $ View#module — Property in class View
The module implementing this view.
- View::mergeDefaultDisplaysOptions() — Method in class View
Add defaults to the display options.
- ManyToOneHelper — Class in namespace Drupal\views
This many to one helper object is used on both arguments and filters.
- $ ViewsSelection#moduleHandler — Property in class ViewsSelection
The module handler service.
- $ ViewsMenuLinkForm#menuLink — Property in class ViewsMenuLinkForm
The edited views menu link.
- $ HandlerBase#moduleHandler — Property in class HandlerBase
The module handler.
- HandlerBase::multipleExposedInput() — Method in class HandlerBase
Define if the exposed input has to be submitted multiple times.
- Messages — Class in namespace Drupal\views\Plugin\views\area
Provides an area for messages.
- ManyToOne — Class in namespace Drupal\views\Plugin\views\argument
An argument handler for use in fields that have a many to one relationship with the table(s) to the left. This adds a bunch of options that are reasonably common with this type of relationship.
- MonthDate — Class in namespace Drupal\views\Plugin\views\argument
Argument handler for a month (MM)
- $ Entity#multipleCapable — Property in class Entity
If this validator can handle multiple arguments.
- DisplayPluginBase::mergeDefaults() — Method in class DisplayPluginBase
Merges default values for all plugin types.
- DisplayPluginBase::mergePlugin() — Method in class DisplayPluginBase
Merges plugins default values.
- DisplayPluginBase::mergeHandler() — Method in class DisplayPluginBase
Merges handlers default values.
- DisplayPluginInterface::mergeDefaults() — Method in class DisplayPluginInterface
Merges default values for all plugin types.
- $ Page#menuStorage — Property in class Page
The menu storage.
- $ BulkForm#messenger — Property in class BulkForm
The messenger.
- $ EntityField#multiple — Property in class EntityField
Does the field supports multiple field values.
- EntityField::multiple_options_form() — Method in class EntityField
Provide options for multiple value fields.
- MachineName — Class in namespace Drupal\views\Plugin\views\field
Field handler which allows to show machine name content as human name.
- Markup — Class in namespace Drupal\views\Plugin\views\field
A handler to run a field through check_markup, using a companion format field.
- MultiItemsFieldHandlerInterface — Class in namespace Drupal\views\Plugin\views\field
Defines a field handler which renders multiple items per row.
- FilterPluginBase::multipleExposedInput() — Method in class FilterPluginBase
Returns TRUE if users can select multiple groups items of a grouped exposed filter.
- ManyToOne — Class in namespace Drupal\views\Plugin\views\filter
Complex filter to handle filtering for many to one relationships, such as terms (many terms per node) or roles (many roles per user).
- Mini — Class in namespace Drupal\views\Plugin\views\pager
The plugin to handle mini pager.
- MysqlDateSql — Class in namespace Drupal\views\Plugin\views\query
MySQL-specific date handling.
- $ Sql#messenger — Property in class Sql
The messenger.
- Sql::markTable() — Method in class Sql
- Mapping — Class in namespace Drupal\views\Plugin\views\style
Allows fields to be mapped to specific use cases.
- ViewEntityInterface::mergeDefaultDisplaysOptions() — Method in class ViewEntityInterface
Add defaults to the display options.
- $ ViewExecutable#many_to_one_tables — Property in class ViewExecutable
Stores the many-to-one tables for performance.
- ViewExecutable::mergeDefaults() — Method in class ViewExecutable
Merges all plugin default values for each display.
- $ ViewsConfigUpdater#multivalueBaseFieldsUpdateTableInfo — Property in class ViewsConfigUpdater
An array of helper data for the multivalue base field update.
- ViewsConfigUpdater::mapOperatorFromSingleToMultiple() — Method in class ViewsConfigUpdater
Maps a single operator to a multiple one, if possible.
- $ ViewsData#moduleHandler — Property in class ViewsData
Stores a module manager to invoke hooks.
- ViewUI::mergeDefaultDisplaysOptions() — Method in class ViewUI
Add defaults to the display options.
- ViewUI::mergeCacheMaxAge() — Method in class ViewUI
Merges the maximum age (in seconds) with the existing maximum age.
- $ WorkspaceActivateForm#messenger — Property in class WorkspaceActivateForm
The messenger service.
- $ WorkspaceForm#messenger — Property in class WorkspaceForm
The messenger service.
- $ WorkspaceSwitcherForm#messenger — Property in class WorkspaceSwitcherForm
The messenger service.
- $ DeletedWorkspaceConstraint#message — Property in class DeletedWorkspaceConstraint
The default violation message.
- $ EntityReferenceSupportedNewEntitiesConstraint#message — Property in class EntityReferenceSupportedNewEntitiesConstraint
The default violation message.
- $ EntityWorkspaceConflictConstraint#message — Property in class EntityWorkspaceConflictConstraint
The default violation message.
- ViewsQueryAlter::moveEntityTable() — Method in class ViewsQueryAlter
Moves a 'workspace_association' table to appear before the given alias.
- WorkspaceMerger::merge() — Method in class WorkspaceMerger
Merges the contents of the source workspace into the target workspace.
- WorkspaceMergerInterface::merge() — Method in class WorkspaceMergerInterface
Merges the contents of the source workspace into the target workspace.
N
- StaticReflectionClass::newInstanceArgs() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::newInstanceWithoutConstructor() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionClass::newInstance() — Method in class StaticReflectionClass
- {@inheritDoc}
- $ StaticReflectionParser#namespace — Property in class StaticReflectionParser
The namespace of the class.
- DiffOp::norig() — Method in class DiffOp
- DiffOp::nclosing() — Method in class DiffOp
- $ YamlDiscovery#name — Property in class YamlDiscovery
The base filename to look for in each directory.
- NullFileCache — Class in namespace Drupal\Component\FileCache
Null implementation for the file cache.
- Color::normalizeHexLength() — Method in class Color
Normalize the hex color length to 6 characters for comparison.
- Html::normalize() — Method in class Html
Normalizes an HTML snippet.
- NestedArray — Class in namespace Drupal\Component\Utility
Provides helpers to perform operations on nested arrays and array keys of variable depth.
- Number — Class in namespace Drupal\Component\Utility
Provides helper methods for manipulating numbers.
- $ Random#names — Property in class Random
A list of unique names generated by name().
- Random::name() — Method in class Random
Generates a random string containing letters and numbers.
- Xss::needsRemoval() — Method in class Xss
Whether this element needs to be removed altogether.
- $ AllowedPackages#newPackages — Property in class AllowedPackages
The list of new packages added by this Composer command.
- OperationData::normalizeScaffoldMetadata() — Method in class OperationData
Normalizes metadata by converting literal values into arrays.
- AccessResult::neutral() — Method in class AccessResult
Creates an AccessResultInterface object with isNeutral() === TRUE.
- $ DataCommand#name — Property in class DataCommand
The key of the data attached to elements matched by the selector.
- $ UpdateBuildIdCommand#new — Property in class UpdateBuildIdCommand
New build id.
- CacheCollector::normalizeLockName() — Method in class CacheCollector
Normalizes a cache ID in order to comply with database limitations.
- DatabaseBackend::normalizeCid() — Method in class DatabaseBackend
Normalizes a cache ID in order to comply with database limitations.
- NullBackend — Class in namespace Drupal\Core\Cache
Defines a stub cache implementation.
- NullBackendFactory — Class in namespace Drupal\Core\Cache
- PhpBackend::normalizeCid() — Method in class PhpBackend
Ensures a normalized cache ID.
- $ ConfigBase#name — Property in class ConfigBase
The name of the configuration object.
- $ ConfigModuleOverridesEvent#names — Property in class ConfigModuleOverridesEvent
Configuration names.
- $ ConfigEntityDependency#name — Property in class ConfigEntityDependency
The configuration entity's configuration object name.
- Condition::notExists() — Method in class Condition
Queries for the nonexistence of a field.
- $ QueryFactory#namespaces — Property in class QueryFactory
The namespace of this class, the parent class etc.
- NullStorage — Class in namespace Drupal\Core\Config
Defines a stub storage.
- Connection::nextId() — Method in class Connection
Retrieves a unique ID from a given sequence.
- Tasks::name() — Method in class Tasks
Returns the human-readable name of the driver.
- Condition::notExists() — Method in class Condition
Sets a condition that the specified subquery returns no values.
- ConditionInterface::notExists() — Method in class ConditionInterface
Sets a condition that the specified subquery returns no values.
- $ Merge#needsUpdate — Property in class Merge
Flag indicating whether an UPDATE is necessary.
- NoFieldsException — Class in namespace Drupal\Core\Database\Query
Exception thrown if an insert query doesn't specify insert or default fields.
- NoUniqueFieldException — Class in namespace Drupal\Core\Database\Query
Exception thrown if an upsert query doesn't specify a unique field.
- PlaceholderInterface::nextPlaceholder() — Method in class PlaceholderInterface
Returns the next placeholder ID for the query.
- $ Query#nextPlaceholder — Property in class Query
The placeholder counter.
- Query::nextPlaceholder() — Method in class Query
Gets the next placeholder value for this query object.
- QueryConditionTrait::notExists() — Method in class QueryConditionTrait
- {@inheritdoc}
- SelectExtender::nextPlaceholder() — Method in class SelectExtender
Returns the next placeholder ID for the query.
- SelectExtender::notExists() — Method in class SelectExtender
Sets a condition that the specified subquery returns no values.
- Schema::nextPlaceholder() — Method in class Schema
Returns the next placeholder ID for the query.
- StatementPrefetch::next() — Method in class StatementPrefetch
- {@inheritdoc}
- $ Transaction#name — Property in class Transaction
The name of the transaction.
- Transaction::name() — Method in class Transaction
Retrieves the name of the transaction or savepoint.
- $ ContentEntityBase#newRevision — Property in class ContentEntityBase
Boolean indicating whether a new revision should be created on save.
- EntityDefinitionUpdateManager::needsUpdates() — Method in class EntityDefinitionUpdateManager
Checks if there are any definition updates that need to be applied.
- EntityDefinitionUpdateManagerInterface::needsUpdates() — Method in class EntityDefinitionUpdateManagerInterface
Checks if there are any definition updates that need to be applied.
- NoCorrespondingEntityClassException — Class in namespace Drupal\Core\Entity\Exception
Exception thrown if an entity type is not represented by a class.
- $ QueryFactory#namespaces — Property in class QueryFactory
The namespace of this class, the parent class etc.
- $ EntityHasFieldConstraint#notFieldableMessage — Property in class EntityHasFieldConstraint
The violation message for non-fieldable entities.
- $ ValidReferenceConstraint#nonExistingMessage — Property in class ValidReferenceConstraint
Violation message when the entity does not exist.
- $ ValidReferenceConstraint#nullMessage — Property in class ValidReferenceConstraint
Violation message when the target_id is empty.
- ConditionAggregateInterface::notExists() — Method in class ConditionAggregateInterface
Queries for the nonexistence of a field.
- $ ConditionFundamentals#namespaces — Property in class ConditionFundamentals
List of potential namespaces of the classes belonging to this condition.
- ConditionInterface::notExists() — Method in class ConditionInterface
Queries for the nonexistence of a field.
- Condition::notExists() — Method in class Condition
Queries for the nonexistence of a field.
- Query::notExistsAggregate() — Method in class Query
Queries for the nonexistence of a field.
- $ QueryFactory#namespaces — Property in class QueryFactory
The namespace of this class, the parent class etc.
- QueryAggregateInterface::notExistsAggregate() — Method in class QueryAggregateInterface
Queries for the nonexistence of a field.
- $ QueryBase#namespaces — Property in class QueryBase
List of potential namespaces of the classes belonging to this query.
- QueryBase::notExists() — Method in class QueryBase
Queries for an empty field.
- QueryInterface::notExists() — Method in class QueryInterface
Queries for an empty field.
- $ Condition#nestedInsideOrCondition — Property in class Condition
Whether this condition is nested inside an OR condition.
- Condition::notExists() — Method in class Condition
Queries for the nonexistence of a field.
- ConditionAggregate::notExists() — Method in class ConditionAggregate
Queries for the nonexistence of a field.
- QueryAggregate::notExistsAggregate() — Method in class QueryAggregate
Queries for the nonexistence of a field.
- $ QueryFactory#namespaces — Property in class QueryFactory
The namespace of this class, the parent class etc.
- $ Dependency#name — Property in class Dependency
The name of the dependency.
- $ FieldType#no_ui — Property in class FieldType
A boolean stating that fields of this type cannot be created through the UI.
- FieldInputValueNormalizerTrait::normalizeValue() — Method in class FieldInputValueNormalizerTrait
Ensure a field value is transformed into a format keyed by delta.
- DecimalFormatter::numberFormat() — Method in class DecimalFormatter
Formats a number.
- EntityReferenceFormatterBase::needsEntityLoad() — Method in class EntityReferenceFormatterBase
Returns whether the entity referenced by an item needs to be loaded.
- IntegerFormatter::numberFormat() — Method in class IntegerFormatter
Formats a number.
- NumericFormatterBase — Class in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter
Parent plugin for decimal and integer formatters.
- NumericFormatterBase::numberFormat() — Method in class NumericFormatterBase
Formats a number.
- NumericUnformattedFormatter — Class in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter
Plugin implementation of the 'number_unformatted' formatter.
- NumericItemBase — Class in namespace Drupal\Core\Field\Plugin\Field\FieldType
Base class for numeric configurable field types.
- NumberWidget — Class in namespace Drupal\Core\Field\Plugin\Field\FieldWidget
Plugin implementation of the 'number' widget.
- NotRegularDirectoryException — Class in namespace Drupal\Core\File\Exception
Exception thrown when a target is not a regular directory (e.g. a file).
- NotRegularFileException — Class in namespace Drupal\Core\File\Exception
Exception thrown when a target is not a regular file (e.g. a directory).
- $ FormState#no_redirect — Property in class FormState
If set to TRUE the form will NOT perform a redirect, even if self::$redirect is set.
- $ FormState#no_cache — Property in class FormState
If set to TRUE the form will NOT be cached, even if 'cache' is set.
- NoProfilesException — Class in namespace Drupal\Core\Installer\Exception
Exception thrown if no installation profiles are available.
- NormalInstallerServiceProvider — Class in namespace Drupal\Core\Installer
Service provider for the installer environment.
- NullStorageExpirable — Class in namespace Drupal\Core\KeyValueStore
Defines a null key/value store implementation.
- $ Language#name — Property in class Language
The human readable English name.
- DatabaseLockBackend::normalizeName() — Method in class DatabaseLockBackend
Normalizes a lock name in order to comply with database limitations.
- NullLockBackend — Class in namespace Drupal\Core\Lock
Defines a Null lock backend.
- RfcLoggerTrait::notice() — Method in class RfcLoggerTrait
- {@inheritdoc}
- NoSessionOpen — Class in namespace Drupal\Core\PageCache\RequestPolicy
A policy allowing delivery of cached pages when there is no session open.
- NoServerError — Class in namespace Drupal\Core\PageCache\ResponsePolicy
A policy denying caching of a server error (HTTP 5xx) responses.
- PasswordInterface::needsRehash() — Method in class PasswordInterface
Check whether a hashed password needs to be replaced with a new hash.
- PhpassHashedPassword::needsRehash() — Method in class PhpassHashedPassword
Check whether a hashed password needs to be replaced with a new hash.
- NullPathProcessorManager — Class in namespace Drupal\Core\PathProcessor
Provides a null implementation of the path processor manager.
- $ DefaultPluginManager#namespaces — Property in class DefaultPluginManager
An object that implements \Traversable which contains the root paths keyed by the corresponding namespace to look for plugin implementations.
- $ AnnotatedClassDiscovery#namespaceSuffix — Property in class AnnotatedClassDiscovery
A suffix to append to each base namespace, to obtain the namespaces where plugins are found.
- $ DatabaseQueue#name — Property in class DatabaseQueue
The name of the queue this instance is working with.
- DatabaseQueue::numberOfItems() — Method in class DatabaseQueue
Retrieves the number of items in the queue.
- Memory::numberOfItems() — Method in class Memory
Retrieves the number of items in the queue.
- QueueInterface::numberOfItems() — Method in class QueueInterface
Retrieves the number of items in the queue.
- Number — Class in namespace Drupal\Core\Render\Element
Provides a form element for numeric input, with special numeric validation.
- $ CompiledRoute#numParts — Property in class CompiledRoute
The number of parts in the path of this route.
- NullGenerator — Class in namespace Drupal\Core\Routing
No-op implementation of a Url Generator, needed for backward compatibility.
- NullMatcherDumper — Class in namespace Drupal\Core\Routing
Does not dump Route information.
- NullRouteMatch — Class in namespace Drupal\Core\Routing
Stub implementation of RouteMatchInterface for when there's no matched route.
- $ RoutePreloader#nonAdminRoutesOnRebuild — Property in class RoutePreloader
Contains the non-admin routes while rebuilding the routes.
- $ UserSession#name — Property in class UserSession
The name of this account.
- NegotiationMiddleware — Class in namespace Drupal\Core\StackMiddleware
Provides a middleware to determine the content type upon the accept header.
- StreamWrapperManager::normalizeUri() — Method in class StreamWrapperManager
Normalizes a URI by making it syntactically correct.
- StreamWrapperManagerInterface::normalizeUri() — Method in class StreamWrapperManagerInterface
Normalizes a URI by making it syntactically correct.
- $ AttributeValueBase#name — Property in class AttributeValueBase
The name of the value.
- $ ActiveTheme#name — Property in class ActiveTheme
The machine name of the active theme.
- $ ThemeNegotiator#negotiators — Property in class ThemeNegotiator
Holds an array of theme negotiator IDs, sorted by priority.
- $ TypedData#name — Property in class TypedData
The property name.
- NotNullConstraint — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
NotNull constraint.
- NotNullConstraintValidator — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
NotNull constraint validator.
- NoBigPipeRouteAlterSubscriber — Class in namespace Drupal\big_pipe\EventSubscriber
Sets the '_no_big_pipe' option on select routes.
- $ BookBreadcrumbBuilder#nodeStorage — Property in class BookBreadcrumbBuilder
The node storage.
- $ BookExport#nodeStorage — Property in class BookExport
The node storage.
- BookOutline::nextLink() — Method in class BookOutline
Fetches the book link for the next page of the book.
- $ BookAdminEditForm#nodeStorage — Property in class BookAdminEditForm
The node storage.
- $ BookRemoveForm#node — Property in class BookRemoveForm
The node representing the book.
- $ BookNavigationBlock#nodeStorage — Property in class BookNavigationBlock
The node storage.
- $ TopLevelBook#nodeStorage — Property in class TopLevelBook
The node storage controller.
- $ FundamentalCompatibilityConstraint#noMarkupFiltersMessage — Property in class FundamentalCompatibilityConstraint
The violation message when no markup filters are enabled.
- $ FundamentalCompatibilityConstraint#nonAllowedElementsMessage — Property in class FundamentalCompatibilityConstraint
The violation message when fundamental HTML elements are not allowed.
- $ FundamentalCompatibilityConstraint#notSupportedElementsMessage — Property in class FundamentalCompatibilityConstraint
The violation message when HTML elements cannot be generated by CKE5.
- NodeNewComments — Class in namespace Drupal\comment\Plugin\views\field
Field handler to display the number of new comments.
- NodeComment — Class in namespace Drupal\comment\Plugin\views\filter
Filter based on comment node status.
- ModeratedContentController::nodeListing() — Method in class ModeratedContentController
Provides the listing page for moderated nodes.
- NodeModerationHandler — Class in namespace Drupal\content_moderation\Entity\Handler
Customizations for node entities.
- $ InstallHelper#nodeIdMap — Property in class InstallHelper
Node CSV ID map.
- Standard::needsRemoval() — Method in class Standard
Whether this element needs to be removed altogether.
- NumberField — Class in namespace Drupal\field\Plugin\migrate\field\d7
MigrateField plugin for Drupal 7 number fields.
- FieldFormatterSettingsDefaults::numberSettings() — Method in class FieldFormatterSettingsDefaults
- FileFormatterBase::needsEntityLoad() — Method in class FileFormatterBase
Returns whether the entity referenced by an item needs to be loaded.
- $ FilterFormat#name — Property in class FilterFormat
Unique label of the text format.
- $ ForumController#nodeAccess — Property in class ForumController
Node access control handler.
- $ ForumController#nodeTypeStorage — Property in class ForumController
Node type storage handler.
- $ ForumController#nodeEntityTypeDefinition — Property in class ForumController
Node entity type, we need to get cache tags from here.
- NewTopicsBlock — Class in namespace Drupal\forum\Plugin\Block
Provides a 'New forum topics' block.
- $ ForumLeafConstraint#noLeafMessage — Property in class ForumLeafConstraint
- ContentEntityNormalizer::normalize() — Method in class ContentEntityNormalizer
- {@inheritdoc}
- EntityReferenceItemNormalizer::normalize() — Method in class EntityReferenceItemNormalizer
- {@inheritdoc}
- EntityReferenceItemNormalizer::normalizedFieldValues() — Method in class EntityReferenceItemNormalizer
Normalizes field values for an item.
- FieldItemNormalizer::normalize() — Method in class FieldItemNormalizer
- {@inheritdoc}
- FieldItemNormalizer::normalizedFieldValues() — Method in class FieldItemNormalizer
Normalizes field values for an item.
- FieldNormalizer::normalize() — Method in class FieldNormalizer
- {@inheritdoc}
- FieldNormalizer::normalizeFieldItems() — Method in class FieldNormalizer
Helper function to normalize field items.
- NormalizerBase — Class in namespace Drupal\hal\Normalizer
Base class for Normalizers.
- TimestampItemNormalizer::normalizedFieldValues() — Method in class TimestampItemNormalizer
Normalizes field values for an item.
- $ HistoryUserTimestamp#no_operator — Property in class HistoryUserTimestamp
- {@inheritdoc}
- $ ImageStyle#name — Property in class ImageStyle
The name of the image style.
- NullIncludedData — Class in namespace Drupal\jsonapi\JsonApiResource
Use when there are no included resources but a Data object is required.
- DataNormalizer::normalize() — Method in class DataNormalizer
- {@inheritdoc}
- EntityDenormalizerBase::normalize() — Method in class EntityDenormalizerBase
- {@inheritdoc}
- EntityReferenceFieldNormalizer::normalize() — Method in class EntityReferenceFieldNormalizer
- {@inheritdoc}
- FieldItemNormalizer::normalize() — Method in class FieldItemNormalizer
- {@inheritdoc}
- FieldNormalizer::normalize() — Method in class FieldNormalizer
- {@inheritdoc}
- FieldNormalizer::normalizeFieldItems() — Method in class FieldNormalizer
Helper function to normalize field items.
- HttpExceptionNormalizer::normalize() — Method in class HttpExceptionNormalizer
- {@inheritdoc}
- JsonApiDocumentTopLevelNormalizer::normalize() — Method in class JsonApiDocumentTopLevelNormalizer
- {@inheritdoc}
- JsonApiDocumentTopLevelNormalizer::normalizeErrorDocument() — Method in class JsonApiDocumentTopLevelNormalizer
Normalizes an error collection.
- JsonApiDocumentTopLevelNormalizer::normalizeOmissionsLinks() — Method in class JsonApiDocumentTopLevelNormalizer
Normalizes omitted data into a set of omission links.
- LinkCollectionNormalizer::normalize() — Method in class LinkCollectionNormalizer
- {@inheritdoc}
- NormalizerBase — Class in namespace Drupal\jsonapi\Normalizer
Base normalizer used in all JSON:API normalizers.
- RelationshipNormalizer::normalize() — Method in class RelationshipNormalizer
- {@inheritdoc}
- ResourceIdentifierNormalizer::normalize() — Method in class ResourceIdentifierNormalizer
- {@inheritdoc}
- ResourceObjectNormalizer::normalize() — Method in class ResourceObjectNormalizer
- {@inheritdoc}
- $ CacheableNormalization#normalization — Property in class CacheableNormalization
A normalized value.
- TemporaryArrayObjectThrowingExceptions::natcasesort() — Method in class TemporaryArrayObjectThrowingExceptions
Sort an array using a case insensitive "natural order" algorithm.
- TemporaryArrayObjectThrowingExceptions::natsort() — Method in class TemporaryArrayObjectThrowingExceptions
Sort entries using a "natural order" algorithm.
- NegotiatorBase — Class in namespace Drupal\jsonapi\Revisions
Base implementation for version negotiators.
- $ VersionNegotiator#negotiators — Property in class VersionNegotiator
An array of named version negotiators.
- Serializer::normalize() — Method in class Serializer
- {@inheritdoc}
- $ LanguageNegotiation#name — Property in class LanguageNegotiation
The human-readable name of the language negotiation plugin.
- $ ConfigurableLanguageManager#negotiator — Property in class ConfigurableLanguageManager
The language negotiator.
- $ ConfigurableLanguageManager#negotiatedLanguages — Property in class ConfigurableLanguageManager
An array of language objects keyed by language type.
- $ ConfigurableLanguageManager#negotiatedMethods — Property in class ConfigurableLanguageManager
An array of language negotiation method IDs keyed by language type.
- $ LanguageRequestSubscriber#negotiator — Property in class LanguageRequestSubscriber
The language negotiator.
- NegotiationBrowserDeleteForm — Class in namespace Drupal\language\Form
Defines a confirmation form for deleting a browser language negotiation mapping.
- NegotiationBrowserForm — Class in namespace Drupal\language\Form
Configure the browser language negotiation method for this site.
- NegotiationConfigureForm — Class in namespace Drupal\language\Form
Configure the selected language negotiation method for this site.
- $ NegotiationConfigureForm#negotiator — Property in class NegotiationConfigureForm
The language negotiator.
- NegotiationSelectedForm — Class in namespace Drupal\language\Form
Configure the selected language negotiation method for this site.
- NegotiationSessionForm — Class in namespace Drupal\language\Form
Configure the session language negotiation method for this site.
- NegotiationUrlForm — Class in namespace Drupal\language\Form
Configure the URL language negotiation method for this site.
- $ PathProcessorLanguage#negotiator — Property in class PathProcessorLanguage
The language negotiator.
- $ LanguageNegotiator#negotiatorManager — Property in class LanguageNegotiator
The language negotiation method plugin manager.
- $ LanguageNegotiator#negotiatedLanguages — Property in class LanguageNegotiator
An array of language objects keyed by method id.
- LanguageNegotiator::negotiateLanguage() — Method in class LanguageNegotiator
Performs language negotiation using the specified negotiation method.
- $ MediaType#new_revision — Property in class MediaType
Default value of the 'Create new revision' checkbox of this media type.
- $ Provider#name — Property in class Provider
The provider name.
- MediaThumbnailFormatter::needsEntityLoad() — Method in class MediaThumbnailFormatter
Returns whether the entity referenced by an item needs to be loaded.
- NoSourcePluginDecorator — Class in namespace Drupal\migrate\Plugin
Remove definitions which refer to a non-existing source plugin.
- NullDestination — Class in namespace Drupal\migrate\Plugin\migrate\destination
Provides null destination plugin.
- NullIdMap — Class in namespace Drupal\migrate\Plugin\migrate\id_map
Defines the null ID map implementation.
- NullIdMap::next() — Method in class NullIdMap
- {@inheritdoc}
- Sql::next() — Method in class Sql
Implementation of \Iterator::next().
- NullCoalesce — Class in namespace Drupal\migrate\Plugin\migrate\process
Provides a Null Coalesce process plugin.
- SourcePluginBase::next() — Method in class SourcePluginBase
- {@inheritdoc}
- Row::needsUpdate() — Method in class Row
Returns if this row needs an update.
- NodeMigrateType — Class in namespace Drupal\migrate_drupal
Provides a class to determine the type of migration.
- NodeReference — Class in namespace Drupal\migrate_drupal\Plugin\migrate\field
- NodeReference — Class in namespace Drupal\migrate_drupal\Plugin\migrate\field\d6
MigrateField Plugin for Drupal 6 node reference fields.
- $ NodeReference#nodeTypeMigration — Property in class NodeReference
The plugin ID for the reference type migration.
- NodeReference — Class in namespace Drupal\migrate_drupal\Plugin\migrate\field\d7
MigrateField plugin for Drupal 7 node_reference fields.
- $ NodeReference#nodeTypeMigration — Property in class NodeReference
The plugin ID for the reference type migration.
- NodeCompleteNodeLookup — Class in namespace Drupal\migrate_drupal\Plugin\migrate\process
Returns only the nid from migration_lookup on node_complete migration.
- NodeCompleteNodeRevisionLookup — Class in namespace Drupal\migrate_drupal\Plugin\migrate\process
Returns only the vid from migration_lookup on node_complete migration.
- NodeCompleteNodeTranslationLookup — Class in namespace Drupal\migrate_drupal\Plugin\migrate\process
Returns nid and langcode from migration_lookup on node_complete migration.
- $ MigrateUpgradeImportBatch#numProcessed — Property in class MigrateUpgradeImportBatch
The processed items for one batch of a given migration.
- $ Connection#needsCleanup — Property in class Connection
Flag to indicate if the cleanup function in __destruct() should run.
- Connection::nextId() — Method in class Connection
Retrieves a unique ID from a given sequence.
- Connection::nextIdDelete() — Method in class Connection
- Tasks::name() — Method in class Tasks
Returns the human-readable name of the driver.
- NodeAddAccessCheck — Class in namespace Drupal\node\Access
Determines access to for node add pages.
- NodePreviewAccessCheck — Class in namespace Drupal\node\Access
Determines access to node previews.
- NodeRevisionAccessCheck — Class in namespace Drupal\node\Access
Provides an access checker for node revisions.
- $ NodeRevisionAccessCheck#nodeStorage — Property in class NodeRevisionAccessCheck
The node storage.
- NodeAccessGrantsCacheContext — Class in namespace Drupal\node\Cache
Defines the node access view cache context service.
- NodeTypeMapper — Class in namespace Drupal\node\ConfigTranslation
Provides a configuration mapper for node types.
- NodeRouteContext — Class in namespace Drupal\node\ContextProvider
Sets the current node as a context on node routes.
- NodeController — Class in namespace Drupal\node\Controller
Returns responses for Node routes.
- NodePreviewController — Class in namespace Drupal\node\Controller
Defines a controller to render a single node in preview.
- NodeViewController — Class in namespace Drupal\node\Controller
Defines a controller to render a single node.
- Node — Class in namespace Drupal\node\Entity
Defines the node entity class.
- NodeRouteProvider — Class in namespace Drupal\node\Entity
Provides routes for nodes.
- NodeType — Class in namespace Drupal\node\Entity
Defines the Node type configuration entity.
- $ NodeType#name — Property in class NodeType
The human-readable name of the node type.
- $ NodeType#new_revision — Property in class NodeType
Default value of the 'Create new revision' checkbox of this node type.
- NodeAdminRouteSubscriber — Class in namespace Drupal\node\EventSubscriber
Sets the _admin_route for specific node-related routes.
- NodeTranslationExceptionSubscriber — Class in namespace Drupal\node\EventSubscriber
Redirect node translations that have been consolidated by migration.
- NodeTranslationMigrateSubscriber — Class in namespace Drupal\node\EventSubscriber
Creates a key value collection for migrated node translation redirections.
- NodeDeleteForm — Class in namespace Drupal\node\Form
Provides a form for deleting a node.
- NodePreviewForm — Class in namespace Drupal\node\Form
Contains a form for switching the view mode of a node during preview.
- NodeRevisionDeleteForm — Class in namespace Drupal\node\Form
Provides a form for deleting a node revision.
- $ NodeRevisionDeleteForm#nodeStorage — Property in class NodeRevisionDeleteForm
The node storage.
- $ NodeRevisionDeleteForm#nodeTypeStorage — Property in class NodeRevisionDeleteForm
The node type storage.
- NodeRevisionRevertForm — Class in namespace Drupal\node\Form
Provides a form for reverting a node revision.
- $ NodeRevisionRevertForm#nodeStorage — Property in class NodeRevisionRevertForm
The node storage.
- NodeRevisionRevertTranslationForm — Class in namespace Drupal\node\Form
Provides a form for reverting a node revision for a single translation.
- NodeTypeDeleteConfirm — Class in namespace Drupal\node\Form
Provides a form for content type deletion.
- NodeAccessControlHandler — Class in namespace Drupal\node
Defines the access control handler for the node entity type.
- NodeAccessControlHandlerInterface — Class in namespace Drupal\node
Node specific entity access control methods.
- NodeForm — Class in namespace Drupal\node
Form handler for the node edit forms.
- NodeGrantDatabaseStorage — Class in namespace Drupal\node
Defines a storage handler class that handles the node grants system.
- NodeGrantDatabaseStorageInterface — Class in namespace Drupal\node
Provides an interface for node access grant storage.
- NodeInterface — Class in namespace Drupal\node
Provides an interface defining a node entity.
- NodeListBuilder — Class in namespace Drupal\node
Defines a class to build a listing of node entities.
- NodePermissions — Class in namespace Drupal\node
Provides dynamic permissions for nodes of different types.
- NodePermissions::nodeTypePermissions() — Method in class NodePermissions
Returns an array of node type permissions.
- NodeServiceProvider — Class in namespace Drupal\node
Registers services in the container.
- NodeStorage — Class in namespace Drupal\node
Defines the storage handler class for nodes.
- NodeStorageInterface — Class in namespace Drupal\node
Defines an interface for node entity storage classes.
- NodeStorageSchema — Class in namespace Drupal\node
Defines the node schema handler.
- NodeTranslationHandler — Class in namespace Drupal\node
Defines the translation handler for nodes.
- NodeTypeAccessControlHandler — Class in namespace Drupal\node
Defines the access control handler for the node type entity type.
- NodeTypeForm — Class in namespace Drupal\node
Form handler for node type forms.
- NodeTypeInterface — Class in namespace Drupal\node
Provides an interface defining a node type entity.
- NodeTypeListBuilder — Class in namespace Drupal\node
Defines a class to build a listing of node type entities.
- NodeViewBuilder — Class in namespace Drupal\node
View builder handler for nodes.
- NodeViewsData — Class in namespace Drupal\node
Provides the views data for the node entity type.
- NodePreviewConverter — Class in namespace Drupal\node\ParamConverter
Provides upcasting for a node entity in preview.
- NodeType — Class in namespace Drupal\node\Plugin\Condition
Provides a 'Node Type' condition.
- NodeSelection — Class in namespace Drupal\node\Plugin\EntityReferenceSelection
Provides specific access control for the node entity type.
- NodeSearch — Class in namespace Drupal\node\Plugin\Search
Handles searching for node entities using the Search module index.
- NodeUpdate7008 — Class in namespace Drupal\node\Plugin\migrate\process\d6
Split the 'administer nodes' permission from 'access content overview'.
- Node — Class in namespace Drupal\node\Plugin\migrate\source\d6
Drupal 6 node source from database.
- NodeComplete — Class in namespace Drupal\node\Plugin\migrate\source\d6
Drupal 6 all node revisions source, including translation revisions.
- NodeRevision — Class in namespace Drupal\node\Plugin\migrate\source\d6
Drupal 6 node revision source from database.
- NodeType — Class in namespace Drupal\node\Plugin\migrate\source\d6
Drupal 6 Node types source from database.
- $ NodeType#nodePreview — Property in class NodeType
Node preview optional / required.
- Node — Class in namespace Drupal\node\Plugin\migrate\source\d7
Drupal 7 node source from database.
- NodeComplete — Class in namespace Drupal\node\Plugin\migrate\source\d7
Drupal 7 all node revisions source, including translation revisions.
- NodeEntityTranslation — Class in namespace Drupal\node\Plugin\migrate\source\d7
Drupal 7 node entity translations source from database.
- NodeRevision — Class in namespace Drupal\node\Plugin\migrate\source\d7
Drupal 7 node revision source from database.
- NodeType — Class in namespace Drupal\node\Plugin\migrate\source\d7
Drupal 7 Node types source from database.
- $ NodeType#nodePreview — Property in class NodeType
Node preview optional / required.
- Nid — Class in namespace Drupal\node\Plugin\views\argument
Argument handler to accept a node id.
- $ Nid#nodeStorage — Property in class Nid
The node storage.
- $ Type#nodeTypeStorage — Property in class Type
NodeType storage handler.
- Type::node_type() — Method in class Type
- $ Vid#nodeStorage — Property in class Vid
The node storage.
- Node — Class in namespace Drupal\node\Plugin\views\argument_default
Default argument plugin to extract a node.
- Node — Class in namespace Drupal\node\Plugin\views\field
Field handler to provide simple renderer that allows linking to a node.
- NodeBulkForm — Class in namespace Drupal\node\Plugin\views\field
Defines a node operations bulk form element.
- NodeRow — Class in namespace Drupal\node\Plugin\views\row
Plugin which performs a node_view on the resulting object.
- $ Rss#nodes — Property in class Rss
Stores the nodes loaded with preRender.
- Node — Class in namespace Drupal\node\Plugin\views\wizard
Tests creating node views with the wizard.
- NodeRevision — Class in namespace Drupal\node\Plugin\views\wizard
Tests creating node revision views with the wizard.
- NodePreviewConverter — Class in namespace Drupal\node\ProxyClass\ParamConverter
Provides a proxy class for \Drupal\node\ParamConverter\NodePreviewConverter.
- NumberListField — Class in namespace Drupal\options\Plugin\views\argument
Argument handler for list field to show the human readable name in the summary.
- $ AliasManager#noPath — Property in class AliasManager
Holds an array of aliases for which no path was found.
- $ AliasManager#noAlias — Property in class AliasManager
Holds an array of paths that have no alias.
- Connection::nextId() — Method in class Connection
Retrieve a the next id in a sequence.
- Tasks::name() — Method in class Tasks
Returns the human-readable name of the driver.
- $ QuickEditFieldForm#nodeTypeStorage — Property in class QuickEditFieldForm
The node type storage.
- RestResourceConfig::normalizeRestMethod() — Method in class RestResourceConfig
Normalizes the method.
- $ SearchQuery#normalize — Property in class SearchQuery
Multiplier to normalize the keyword score.
- ComplexDataNormalizer::normalize() — Method in class ComplexDataNormalizer
- {@inheritdoc}
- ConfigEntityNormalizer::normalize() — Method in class ConfigEntityNormalizer
- {@inheritdoc}
- ContentEntityNormalizer::normalize() — Method in class ContentEntityNormalizer
- {@inheritdoc}
- DateTimeIso8601Normalizer::normalize() — Method in class DateTimeIso8601Normalizer
- {@inheritdoc}
- DateTimeNormalizer::normalize() — Method in class DateTimeNormalizer
- {@inheritdoc}
- EntityReferenceFieldItemNormalizer::normalize() — Method in class EntityReferenceFieldItemNormalizer
- {@inheritdoc}
- EntityReferenceFieldItemNormalizerTrait::normalizeRootReferenceValue() — Method in class EntityReferenceFieldItemNormalizerTrait
- ListNormalizer::normalize() — Method in class ListNormalizer
- {@inheritdoc}
- MarkupNormalizer::normalize() — Method in class MarkupNormalizer
- {@inheritdoc}
- NormalizerBase — Class in namespace Drupal\serialization\Normalizer
Base class for Normalizers.
- NullNormalizer — Class in namespace Drupal\serialization\Normalizer
Null normalizer.
- NullNormalizer::normalize() — Method in class NullNormalizer
- {@inheritdoc}
- PrimitiveDataNormalizer::normalize() — Method in class PrimitiveDataNormalizer
- {@inheritdoc}
- TimestampItemNormalizer::normalize() — Method in class TimestampItemNormalizer
- {@inheritdoc}
- TypedDataNormalizer::normalize() — Method in class TypedDataNormalizer
- {@inheritdoc}
- Connection::nextId() — Method in class Connection
Retrieves a unique ID from a given sequence.
- Tasks::name() — Method in class Tasks
Returns the human-readable name of the driver.
- NodeStatisticsDatabaseStorage — Class in namespace Drupal\statistics
Provides the default database storage backend for statistics.
- StatisticsPopularBlock::nodeTitleList() — Method in class StatisticsPopularBlock
Generates the ordered array of node links for build().
- NodeCounter — Class in namespace Drupal\statistics\Plugin\migrate\destination
Destination for node counter.
- NodeCounter — Class in namespace Drupal\statistics\Plugin\migrate\source
Drupal 6/7 node counter source from database.
- NodeCounterTimestamp — Class in namespace Drupal\statistics\Plugin\views\field
Field handler to display the most recent time the node has been viewed.
- $ Vocabulary#name — Property in class Vocabulary
Name of the vocabulary.
- NodeTermData — Class in namespace Drupal\taxonomy\Plugin\views\relationship
Relationship handler to return the taxonomy terms of nodes.
- TermStorage::nodeCount() — Method in class TermStorage
Count the number of nodes in a given vocabulary ID.
- TermStorageInterface::nodeCount() — Method in class TermStorageInterface
Count the number of nodes in a given vocabulary ID.
- $ TrackerController#nodeStorage — Property in class TrackerController
The node storage.
- UpdateProcessor::numberOfQueueItems() — Method in class UpdateProcessor
Retrieves the number of items in the update fetch queue.
- UpdateProcessorInterface::numberOfQueueItems() — Method in class UpdateProcessorInterface
Retrieves the number of items in the update fetch queue.
- $ UserFloodEvent#name — Property in class UserFloodEvent
Flood event name.
- Name — Class in namespace Drupal\user\Plugin\views\filter
Filter handler for usernames.
- $ ViewsAccess#no_ui — Property in class ViewsAccess
Whether the plugin should be not selectable in the UI.
- $ ViewsArgumentDefault#no_ui — Property in class ViewsArgumentDefault
Whether the plugin should be not selectable in the UI.
- $ ViewsArgumentValidator#no_ui — Property in class ViewsArgumentValidator
Whether the plugin should be not selectable in the UI.
- $ ViewsCache#no_ui — Property in class ViewsCache
Whether the plugin should be not selectable in the UI.
- $ ViewsDisplay#no_ui — Property in class ViewsDisplay
Whether the plugin should be not selectable in the UI.
- $ ViewsDisplayExtender#no_ui — Property in class ViewsDisplayExtender
Whether or not the plugin is selectable in the UI.
- $ ViewsExposedForm#no_ui — Property in class ViewsExposedForm
Whether the plugin should be not selectable in the UI.
- $ ViewsPager#no_ui — Property in class ViewsPager
Whether the plugin should be not selectable in the UI.
- $ ViewsQuery#no_ui — Property in class ViewsQuery
Whether the plugin should be not selectable in the UI.
- $ ViewsRow#no_ui — Property in class ViewsRow
Whether the plugin should be not selectable in the UI.
- $ ViewsStyle#no_ui — Property in class ViewsStyle
Whether the plugin should be not selectable in the UI.
- None — Class in namespace Drupal\views\Plugin\views\access
Access plugin that provides no access control at all.
- $ ArgumentPluginBase#name_table — Property in class ArgumentPluginBase
The table to use for the name, should it not be in the same table as the argument.
- $ ArgumentPluginBase#name_field — Property in class ArgumentPluginBase
The field to use for the name to use in the summary, which is the displayed output. For example, for the node: nid argument, the argument itself is the nid, but node.title is displayed.
- ArgumentPluginBase::needsStylePlugin() — Method in class ArgumentPluginBase
Determine if the argument needs a style plugin.
- NullArgument — Class in namespace Drupal\views\Plugin\views\argument
Argument handler that ignores the argument.
- NumericArgument — Class in namespace Drupal\views\Plugin\views\argument
Basic argument handler for arguments that are numeric. Incorporates break_phrase.
- None — Class in namespace Drupal\views\Plugin\views\argument_validator
Do not validate the argument.
- NumericArgumentValidator — Class in namespace Drupal\views\Plugin\views\argument_validator
Validate whether an argument is numeric or not.
- None — Class in namespace Drupal\views\Plugin\views\cache
Caching plugin that provides no caching at all.
- DisplayPluginBase::newDisplay() — Method in class DisplayPluginBase
Reacts on adding a display.
- DisplayPluginInterface::newDisplay() — Method in class DisplayPluginInterface
Reacts on adding a display.
- Feed::newDisplay() — Method in class Feed
Reacts on adding a display.
- NumericField — Class in namespace Drupal\views\Plugin\views\field
Render a field as a numeric value.
- $ FilterPluginBase#no_operator — Property in class FilterPluginBase
- NumericFilter — Class in namespace Drupal\views\Plugin\views\filter
Simple filter to handle greater than/less than filters.
- None — Class in namespace Drupal\views\Plugin\views\pager
Plugin for views without pagers.
- $ Sql#noDistinct — Property in class Sql
Is the view marked as not distinct.
- ViewExecutable::newDisplay() — Method in class ViewExecutable
Creates a new display and a display handler instance for it.
- ViewsConfigUpdater::needsEntityLinkUrlUpdate() — Method in class ViewsConfigUpdater
Add additional settings to the entity link field.
- ViewsConfigUpdater::needsOperatorDefaultsUpdate() — Method in class ViewsConfigUpdater
Add additional settings to the entity link field.
- ViewsConfigUpdater::needsMultivalueBaseFieldUpdate() — Method in class ViewsConfigUpdater
Update field names for multi-value base fields.
- ViewsConfigUpdater::needsSortFieldIdentifierUpdate() — Method in class ViewsConfigUpdater
Updates the sort handlers by adding default sort field identifiers.
- $ WorkspaceManager#negotiatorIds — Property in class WorkspaceManager
The workspace negotiator service IDs.
O
- OptimizedPhpArrayDumper — Class in namespace Drupal\Component\DependencyInjection\Dumper
OptimizedPhpArrayDumper dumps a service container as a serialized PHP array.
- Diff::orig() — Method in class Diff
Gets the original set of lines.
- $ DiffOp#orig — Property in class DiffOp
- WordLevelDiff::orig() — Method in class WordLevelDiff
Gets the original set of lines.
- PoStreamInterface::open() — Method in class PoStreamInterface
Open the stream. Set the URI for the stream earlier with setURI().
- PoStreamReader::open() — Method in class PoStreamReader
Implements Drupal\Component\Gettext\PoStreamInterface::open().
- PoStreamWriter::open() — Method in class PoStreamWriter
Open the stream. Set the URI for the stream earlier with setURI().
- OutputStrategyInterface — Class in namespace Drupal\Component\Render
Provides an output strategy that formats HTML strings for a given context.
- PhpTransliteration::ordUTF8() — Method in class PhpTransliteration
Finds the character code for a UTF-8 character: like ord() but for UTF-8.
- $ ArgumentsResolver#objects — Property in class ArgumentsResolver
An associative array of parameter names to object candidate values.
- DeprecatedArray::offsetExists() — Method in class DeprecatedArray
- {@inheritdoc}
- DeprecatedArray::offsetGet() — Method in class DeprecatedArray
- {@inheritdoc}
- DeprecatedArray::offsetSet() — Method in class DeprecatedArray
- {@inheritdoc}
- DeprecatedArray::offsetUnset() — Method in class DeprecatedArray
- {@inheritdoc}
- OpCodeCache — Class in namespace Drupal\Component\Utility
Provides helpers to handle PHP opcode caches.
- Random::object() — Method in class Random
Generates a random PHP object.
- Handler::onPostPackageEvent() — Method in class Handler
Posts package command event.
- $ AppendOp#originalContents — Property in class AppendOp
The contents from the file that we are prepending / appending to.
- OperationData — Class in namespace Drupal\Composer\Plugin\Scaffold\Operations
Holds parameter data for operation objects during operation creation only.
- OperationData::overwrite() — Method in class OperationData
Determines overwrite.
- OperationFactory — Class in namespace Drupal\Composer\Plugin\Scaffold\Operations
Create Scaffold operation objects based on provided metadata.
- OperationInterface — Class in namespace Drupal\Composer\Plugin\Scaffold\Operations
Interface for scaffold operation objects.
- $ ReplaceOp#overwrite — Property in class ReplaceOp
Whether to overwrite existing files.
- Plugin::onCommand() — Method in class Plugin
Pre command event callback.
- $ ScaffoldFileInfo#op — Property in class ScaffoldFileInfo
The operation used to create the destination.
- ScaffoldFileInfo::op() — Method in class ScaffoldFileInfo
Gets the Scaffold operation.
- ScaffoldFileInfo::overridden() — Method in class ScaffoldFileInfo
Determines if this scaffold file has been overridden by another package.
- $ ScaffoldOptions#options — Property in class ScaffoldOptions
The raw data from the 'extras' section of the top-level composer.json file.
- ScaffoldOptions::override() — Method in class ScaffoldOptions
Creates a new scaffold options object with some values overridden.
- ScaffoldOptions::overrideSymlink() — Method in class ScaffoldOptions
Creates a new scaffold options object with an overridden 'symlink' value.
- VendorHardeningPlugin::onPostAutoloadDump() — Method in class VendorHardeningPlugin
POST_AUTOLOAD_DUMP event handler.
- VendorHardeningPlugin::onPostCmd() — Method in class VendorHardeningPlugin
POST_UPDATE_CMD and POST_INSTALL_CMD event handler.
- VendorHardeningPlugin::onPrePackageInstall() — Method in class VendorHardeningPlugin
PRE_PACKAGE_INSTALL event handler.
- VendorHardeningPlugin::onPrePackageUpdate() — Method in class VendorHardeningPlugin
PRE_PACKAGE_UPDATE event handler.
- VendorHardeningPlugin::onPostPackageInstall() — Method in class VendorHardeningPlugin
POST_PACKAGE_INSTALL event handler.
- VendorHardeningPlugin::onPostPackageUpdate() — Method in class VendorHardeningPlugin
POST_PACKAGE_UPDATE event handler.
- AccessResult::orIf() — Method in class AccessResult
Combine this access result with another using OR.
- AccessResultInterface::orIf() — Method in class AccessResultInterface
Combine this access result with another using OR.
- $ MessageCommand#options — Property in class MessageCommand
The options passed to Drupal.message().add().
- OpenDialogCommand — Class in namespace Drupal\Core\Ajax
Defines an AJAX command to open certain content in a dialog.
- OpenModalDialogCommand — Class in namespace Drupal\Core\Ajax
Defines an AJAX command to open certain content in a dialog in a modal dialog.
- OpenOffCanvasDialogCommand — Class in namespace Drupal\Core\Ajax
Defines an AJAX command to open content in a dialog in an off-canvas tray.
- $ SetDialogOptionCommand#optionName — Property in class SetDialogOptionCommand
A jQuery UI dialog option name.
- $ SetDialogOptionCommand#optionValue — Property in class SetDialogOptionCommand
A jQuery UI dialog option value.
- $ UpdateBuildIdCommand#old — Property in class UpdateBuildIdCommand
Old build id.
- AssetCollectionOptimizerInterface::optimize() — Method in class AssetCollectionOptimizerInterface
Optimizes a collection of assets.
- AssetOptimizerInterface::optimize() — Method in class AssetOptimizerInterface
Optimizes an asset.
- $ CssCollectionOptimizer#optimizer — Property in class CssCollectionOptimizer
A CSS asset optimizer.
- CssCollectionOptimizer::optimize() — Method in class CssCollectionOptimizer
Optimizes a collection of assets.
- CssOptimizer::optimize() — Method in class CssOptimizer
Optimizes an asset.
- $ JsCollectionOptimizer#optimizer — Property in class JsCollectionOptimizer
A JS asset optimizer.
- JsCollectionOptimizer::optimize() — Method in class JsCollectionOptimizer
Optimizes a collection of assets.
- JsOptimizer::optimize() — Method in class JsOptimizer
Optimizes an asset.
- $ BatchBuilder#operations — Property in class BatchBuilder
The set of operations to be processed.
- CacheContextsManager::optimizeTokens() — Method in class CacheContextsManager
Optimizes cache context tokens (the minimal representative subset).
- ServerCommand::openBrowser() — Method in class ServerCommand
Opens a URL in your system default browser.
- $ Config#overriddenData — Property in class Config
The current runtime data.
- ConfigFactory::onConfigSave() — Method in class ConfigFactory
Updates stale static cache entries when configuration is saved.
- ConfigFactory::onConfigDelete() — Method in class ConfigFactory
Removes stale static cache entries when configuration is deleted.
- ConfigFactoryOverrideBase::onConfigSave() — Method in class ConfigFactoryOverrideBase
Actions to be performed to configuration override on configuration save.
- ConfigFactoryOverrideBase::onConfigDelete() — Method in class ConfigFactoryOverrideBase
Actions to be performed to configuration override on configuration delete.
- ConfigFactoryOverrideBase::onConfigRename() — Method in class ConfigFactoryOverrideBase
Actions to be performed to configuration override on configuration rename.
- ConfigImportValidateEventSubscriberBase::onConfigImporterValidate() — Method in class ConfigImportValidateEventSubscriberBase
Checks that the configuration synchronization is valid.
- $ ConfigModuleOverridesEvent#overrides — Property in class ConfigModuleOverridesEvent
Configuration overrides.
- $ ConfigRenameEvent#oldName — Property in class ConfigRenameEvent
The old configuration object name.
- $ DatabaseStorage#options — Property in class DatabaseStorage
Additional database connection options to use in queries.
- ConfigSchemaChecker::onConfigSave() — Method in class ConfigSchemaChecker
Checks that configuration complies with its schema on config save.
- $ ConfigEntityBase#originalId — Property in class ConfigEntityBase
The original ID of the configuration entity.
- ConfigEntityBase::onDependencyRemoval() — Method in class ConfigEntityBase
Informs the entity that entities it depends on will be deleted.
- ConfigEntityInterface::onDependencyRemoval() — Method in class ConfigEntityInterface
Informs the entity that entities it depends on will be deleted.
- $ ConfigEntityStorage#overrideFree — Property in class ConfigEntityStorage
Determines if the underlying configuration is retrieved override free.
- QueryFactory::onConfigSave() — Method in class QueryFactory
Updates configuration entity in the key store.
- QueryFactory::onConfigDelete() — Method in class QueryFactory
Removes configuration entity from key store.
- FinalMissingContentSubscriber::onMissingContent() — Method in class FinalMissingContentSubscriber
Handles the missing content event.
- ArrayElement::onChange() — Method in class ArrayElement
React to changes to a child property or item.
- $ StorableConfigBase#originalData — Property in class StorableConfigBase
The data of the configuration object.
- Connection::open() — Method in class Connection
Opens a PDO connection.
- Database::openConnection() — Method in class Database
Opens a connection to the server specified by the given key and target.
- Condition::orConditionGroup() — Method in class Condition
Creates a new group of conditions ORed together.
- ConditionInterface::orConditionGroup() — Method in class ConditionInterface
Creates a new group of conditions ORed together.
- QueryConditionTrait::orConditionGroup() — Method in class QueryConditionTrait
- {@inheritdoc}
- $ Select#order — Property in class Select
The fields by which to order this query.
- Select::orderBy() — Method in class Select
Orders the result set by a given field.
- Select::orderRandom() — Method in class Select
Orders the result set by a random value.
- SelectExtender::orderBy() — Method in class SelectExtender
Orders the result set by a given field.
- SelectExtender::orderRandom() — Method in class SelectExtender
Orders the result set by a random value.
- SelectExtender::orConditionGroup() — Method in class SelectExtender
Creates a new group of conditions ORed together.
- SelectInterface::orderBy() — Method in class SelectInterface
Orders the result set by a given field.
- SelectInterface::orderRandom() — Method in class SelectInterface
Orders the result set by a random value.
- TableSortExtender::orderByHeader() — Method in class TableSortExtender
Order the query based on a header array.
- ContentEntityBase::onChange() — Method in class ContentEntityBase
Reacts to changes to a field.
- ContentEntityStorageBase::onFieldStorageDefinitionCreate() — Method in class ContentEntityStorageBase
Reacts to the creation of a field storage definition.
- ContentEntityStorageBase::onFieldStorageDefinitionUpdate() — Method in class ContentEntityStorageBase
Reacts to the update of a field storage definition.
- ContentEntityStorageBase::onFieldStorageDefinitionDelete() — Method in class ContentEntityStorageBase
Reacts to the deletion of a field storage definition.
- ContentEntityStorageBase::onFieldDefinitionCreate() — Method in class ContentEntityStorageBase
Reacts to the creation of a field.
- ContentEntityStorageBase::onFieldDefinitionUpdate() — Method in class ContentEntityStorageBase
Reacts to the update of a field.
- ContentEntityStorageBase::onFieldDefinitionDelete() — Method in class ContentEntityStorageBase
Reacts to the deletion of a field.
- EntityBundleListener::onBundleCreate() — Method in class EntityBundleListener
Reacts to a bundle being created.
- EntityBundleListener::onBundleDelete() — Method in class EntityBundleListener
Reacts to a bundle being deleted.
- EntityBundleListenerInterface::onBundleCreate() — Method in class EntityBundleListenerInterface
Reacts to a bundle being created.
- EntityBundleListenerInterface::onBundleDelete() — Method in class EntityBundleListenerInterface
Reacts to a bundle being deleted.
- $ EntityDisplayBase#originalMode — Property in class EntityDisplayBase
The original view or form mode that was requested (case of view/form modes being configured to fall back to the 'default' display).
- EntityDisplayBase::onDependencyRemoval() — Method in class EntityDisplayBase
Informs the entity that entities it depends on will be deleted.
- $ EntityForm#operation — Property in class EntityForm
The name of the current operation.
- $ EntityType#originalClass — Property in class EntityType
The name of the original entity type class.
- $ EntityTypeEvent#original — Property in class EntityTypeEvent
The original entity type.
- EntityTypeEventSubscriberTrait::onEntityTypeEvent() — Method in class EntityTypeEventSubscriberTrait
Listener method for any entity type definition event.
- EntityTypeEventSubscriberTrait::onEntityTypeCreate() — Method in class EntityTypeEventSubscriberTrait
- {@inheritdoc}
- EntityTypeEventSubscriberTrait::onFieldableEntityTypeCreate() — Method in class EntityTypeEventSubscriberTrait
- {@inheritdoc}
- EntityTypeEventSubscriberTrait::onEntityTypeUpdate() — Method in class EntityTypeEventSubscriberTrait
- {@inheritdoc}
- EntityTypeEventSubscriberTrait::onFieldableEntityTypeUpdate() — Method in class EntityTypeEventSubscriberTrait
- {@inheritdoc}
- EntityTypeEventSubscriberTrait::onEntityTypeDelete() — Method in class EntityTypeEventSubscriberTrait
- {@inheritdoc}
- EntityTypeListener::onEntityTypeCreate() — Method in class EntityTypeListener
Reacts to the creation of the entity type.
- EntityTypeListener::onFieldableEntityTypeCreate() — Method in class EntityTypeListener
Reacts to the creation of the fieldable entity type.
- EntityTypeListener::onEntityTypeUpdate() — Method in class EntityTypeListener
Reacts to the update of the entity type.
- EntityTypeListener::onEntityTypeDelete() — Method in class EntityTypeListener
Reacts to the deletion of the entity type.
- EntityTypeListener::onFieldableEntityTypeUpdate() — Method in class EntityTypeListener
Reacts to the update of a fieldable entity type.
- EntityTypeListenerInterface::onEntityTypeCreate() — Method in class EntityTypeListenerInterface
Reacts to the creation of the entity type.
- EntityTypeListenerInterface::onFieldableEntityTypeCreate() — Method in class EntityTypeListenerInterface
Reacts to the creation of the fieldable entity type.
- EntityTypeListenerInterface::onEntityTypeUpdate() — Method in class EntityTypeListenerInterface
Reacts to the update of the entity type.
- EntityTypeListenerInterface::onFieldableEntityTypeUpdate() — Method in class EntityTypeListenerInterface
Reacts to the update of a fieldable entity type.
- EntityTypeListenerInterface::onEntityTypeDelete() — Method in class EntityTypeListenerInterface
Reacts to the deletion of the entity type.
- BundleConfigImportValidate::onConfigImporterValidate() — Method in class BundleConfigImportValidate
Ensures bundles that will be deleted are not in use.
- FieldableEntityInterface::onChange() — Method in class FieldableEntityInterface
Reacts to changes to a field.
- ConfigEntityAdapter::onChange() — Method in class ConfigEntityAdapter
React to changes to a child property or item.
- EntityAdapter::onChange() — Method in class EntityAdapter
React to changes to a child property or item.
- QueryBase::orConditionGroup() — Method in class QueryBase
Creates a new group of conditions ORed together.
- QueryInterface::orConditionGroup() — Method in class QueryInterface
Creates a new group of conditions ORed together.
- SqlContentEntityStorage::onEntityTypeCreate() — Method in class SqlContentEntityStorage
Reacts to the creation of the entity type.
- SqlContentEntityStorage::onEntityTypeUpdate() — Method in class SqlContentEntityStorage
Reacts to the update of the entity type.
- SqlContentEntityStorage::onEntityTypeDelete() — Method in class SqlContentEntityStorage
Reacts to the deletion of the entity type.
- SqlContentEntityStorage::onFieldableEntityTypeCreate() — Method in class SqlContentEntityStorage
Reacts to the creation of the fieldable entity type.
- SqlContentEntityStorage::onFieldableEntityTypeUpdate() — Method in class SqlContentEntityStorage
Reacts to the update of a fieldable entity type.
- SqlContentEntityStorage::onFieldStorageDefinitionCreate() — Method in class SqlContentEntityStorage
Reacts to the creation of a field storage definition.
- SqlContentEntityStorage::onFieldStorageDefinitionUpdate() — Method in class SqlContentEntityStorage
Reacts to the update of a field storage definition.
- SqlContentEntityStorage::onFieldStorageDefinitionDelete() — Method in class SqlContentEntityStorage
Reacts to the deletion of a field storage definition.
- SqlContentEntityStorage::onFieldDefinitionDelete() — Method in class SqlContentEntityStorage
Reacts to the deletion of a field.
- SqlContentEntityStorage::onBundleCreate() — Method in class SqlContentEntityStorage
Reacts to a bundle being created.
- SqlContentEntityStorage::onBundleDelete() — Method in class SqlContentEntityStorage
Reacts to a bundle being deleted.
- SqlContentEntityStorageSchema::onEntityTypeCreate() — Method in class SqlContentEntityStorageSchema
Reacts to the creation of the entity type.
- SqlContentEntityStorageSchema::onEntityTypeUpdate() — Method in class SqlContentEntityStorageSchema
Reacts to the update of the entity type.
- SqlContentEntityStorageSchema::onEntityTypeDelete() — Method in class SqlContentEntityStorageSchema
Reacts to the deletion of the entity type.
- SqlContentEntityStorageSchema::onFieldableEntityTypeCreate() — Method in class SqlContentEntityStorageSchema
Reacts to the creation of the fieldable entity type.
- SqlContentEntityStorageSchema::onFieldableEntityTypeUpdate() — Method in class SqlContentEntityStorageSchema
Reacts to the update of a fieldable entity type.
- SqlContentEntityStorageSchema::onFieldStorageDefinitionCreate() — Method in class SqlContentEntityStorageSchema
Reacts to the creation of a field storage definition.
- SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate() — Method in class SqlContentEntityStorageSchema
Reacts to the update of a field storage definition.
- SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete() — Method in class SqlContentEntityStorageSchema
Reacts to the deletion of a field storage definition.
- SqlFieldableEntityTypeListenerTrait::onFieldableEntityTypeUpdate() — Method in class SqlFieldableEntityTypeListenerTrait
- {@inheritdoc}
- ActiveLinkResponseFilter::onResponse() — Method in class ActiveLinkResponseFilter
Sets the 'is-active' class on links.
- AjaxResponseSubscriber::onRequest() — Method in class AjaxResponseSubscriber
Sets the AJAX parameter from the current request.
- AjaxResponseSubscriber::onResponse() — Method in class AjaxResponseSubscriber
Renders the ajax commands right before preparing the result.
- AnonymousUserResponseSubscriber::onRespond() — Method in class AnonymousUserResponseSubscriber
Adds a cache tag if the 'user.permissions' cache context is present.
- AuthenticationSubscriber::onKernelRequestAuthenticate() — Method in class AuthenticationSubscriber
Authenticates user on request.
- AuthenticationSubscriber::onKernelRequestFilterProvider() — Method in class AuthenticationSubscriber
Denies access if authentication provider is not allowed on this route.
- AuthenticationSubscriber::onExceptionSendChallenge() — Method in class AuthenticationSubscriber
Respond with a challenge on access denied exceptions if appropriate.
- AuthenticationSubscriber::onExceptionAccessDenied() — Method in class AuthenticationSubscriber
Detect disallowed authentication methods on access denied exceptions.
- CacheRouterRebuildSubscriber::onRouterFinished() — Method in class CacheRouterRebuildSubscriber
- {@inheritdoc}
- ClientErrorResponseSubscriber::onRespond() — Method in class ClientErrorResponseSubscriber
Sets the '4xx-response' cache tag on 4xx responses.
- ConfigImportSubscriber::onConfigImporterValidate() — Method in class ConfigImportSubscriber
Validates the configuration to be imported.
- ConfigSnapshotSubscriber::onConfigImporterImport() — Method in class ConfigSnapshotSubscriber
Creates a config snapshot.
- CustomPageExceptionHtmlSubscriber::on403() — Method in class CustomPageExceptionHtmlSubscriber
Handles a 403 error for HTML.
- CustomPageExceptionHtmlSubscriber::on404() — Method in class CustomPageExceptionHtmlSubscriber
Handles a 404 error for HTML.
- DefaultExceptionHtmlSubscriber::on4xx() — Method in class DefaultExceptionHtmlSubscriber
Handles a 4xx error for HTML.
- DefaultExceptionHtmlSubscriber::on401() — Method in class DefaultExceptionHtmlSubscriber
Handles a 401 error for HTML.
- DefaultExceptionHtmlSubscriber::on403() — Method in class DefaultExceptionHtmlSubscriber
Handles a 403 error for HTML.
- DefaultExceptionHtmlSubscriber::on404() — Method in class DefaultExceptionHtmlSubscriber
Handles a 404 error for HTML.
- EarlyRenderingControllerWrapperSubscriber::onController() — Method in class EarlyRenderingControllerWrapperSubscriber
Ensures bubbleable metadata from early rendering is not lost.
- EnforcedFormResponseSubscriber::onKernelException() — Method in class EnforcedFormResponseSubscriber
Replaces the response in case an EnforcedResponseException was thrown.
- EnforcedFormResponseSubscriber::onKernelResponse() — Method in class EnforcedFormResponseSubscriber
Unwraps an enforced response.
- EntityRouteAlterSubscriber::onRoutingRouteAlterSetType() — Method in class EntityRouteAlterSubscriber
Applies parameter converters to route parameters.
- EntityRouteProviderSubscriber::onDynamicRouteEvent() — Method in class EntityRouteProviderSubscriber
Provides routes on route rebuild time.
- ExceptionDetectNeedsInstallSubscriber::onException() — Method in class ExceptionDetectNeedsInstallSubscriber
Handles errors for this subscriber.
- ExceptionJsonSubscriber::on4xx() — Method in class ExceptionJsonSubscriber
Handles all 4xx errors for JSON.
- ExceptionLoggingSubscriber::on403() — Method in class ExceptionLoggingSubscriber
Log 403 errors.
- ExceptionLoggingSubscriber::on404() — Method in class ExceptionLoggingSubscriber
Log 404 errors.
- ExceptionLoggingSubscriber::onError() — Method in class ExceptionLoggingSubscriber
Log not-otherwise-specified errors, including HTTP 500.
- ExceptionLoggingSubscriber::onException() — Method in class ExceptionLoggingSubscriber
Log all exceptions.
- ExceptionTestSiteSubscriber::on500() — Method in class ExceptionTestSiteSubscriber
Checks for special handling of errors inside Simpletest.
- ExcludedModulesEventSubscriber::onConfigTransformImport() — Method in class ExcludedModulesEventSubscriber
Transform the storage which is used to import the configuration.
- ExcludedModulesEventSubscriber::onConfigTransformExport() — Method in class ExcludedModulesEventSubscriber
Transform the storage which is used to export the configuration.
- Fast404ExceptionHtmlSubscriber::on404() — Method in class Fast404ExceptionHtmlSubscriber
Handles a 404 error for HTML.
- FinalExceptionSubscriber::onException() — Method in class FinalExceptionSubscriber
Handles exceptions for this subscriber.
- FinishResponseSubscriber::onAllResponds() — Method in class FinishResponseSubscriber
Sets extra headers on any responses, also subrequest ones.
- FinishResponseSubscriber::onRespond() — Method in class FinishResponseSubscriber
Sets extra headers on successful responses.
- HtmlResponsePlaceholderStrategySubscriber::onRespond() — Method in class HtmlResponsePlaceholderStrategySubscriber
Processes placeholders for HTML responses.
- HtmlResponseSubscriber::onRespond() — Method in class HtmlResponseSubscriber
Processes attachments for HtmlResponse responses.
- HttpExceptionSubscriberBase::onException() — Method in class HttpExceptionSubscriberBase
Handles errors for this subscriber.
- KernelDestructionSubscriber::onKernelTerminate() — Method in class KernelDestructionSubscriber
Invoked by the terminate kernel event.
- MainContentViewSubscriber::onViewRenderArray() — Method in class MainContentViewSubscriber
Sets a response given a (main content) render array.
- MaintenanceModeSubscriber::onKernelRequestMaintenance() — Method in class MaintenanceModeSubscriber
Returns the site maintenance page if the site is offline.
- MaintenanceModeSubscriber::onMaintenanceModeRequest() — Method in class MaintenanceModeSubscriber
Returns response when site is in maintenance mode and user is not exempt.
- MenuRouterRebuildSubscriber::onRouterRebuild() — Method in class MenuRouterRebuildSubscriber
Rebuilds the menu links and deletes the local_task cache tag.
- OptionsRequestSubscriber — Class in namespace Drupal\Core\EventSubscriber
Handles options requests.
- OptionsRequestSubscriber::onRequest() — Method in class OptionsRequestSubscriber
Tries to handle the options request.
- ParamConverterSubscriber::onRoutingRouteAlterSetParameterConverters() — Method in class ParamConverterSubscriber
Applies parameter converters to route parameters.
- PathRootsSubscriber::onRouteAlter() — Method in class PathRootsSubscriber
Collects all path roots.
- PathRootsSubscriber::onRouteFinished() — Method in class PathRootsSubscriber
- {@inheritdoc}
- PsrResponseSubscriber::onKernelView() — Method in class PsrResponseSubscriber
Converts a PSR-7 response to a Symfony response.
- RenderArrayNonHtmlSubscriber::onRespond() — Method in class RenderArrayNonHtmlSubscriber
Throws an HTTP 406 error if client requested a non-HTML format.
- RequestCloseSubscriber::onTerminate() — Method in class RequestCloseSubscriber
Performs end of request tasks.
- ResponseGeneratorSubscriber::onRespond() — Method in class ResponseGeneratorSubscriber
Sets extra X-Generator header on successful responses.
- RouteAccessResponseSubscriber::onRespond() — Method in class RouteAccessResponseSubscriber
Bubbles the route's access result' cacheability metadata.
- RouteMethodSubscriber::onRouteBuilding() — Method in class RouteMethodSubscriber
Sets a default value of GET|POST for the _method route property.
- RssResponseRelativeUrlFilter::onResponse() — Method in class RssResponseRelativeUrlFilter
Converts relative URLs to absolute URLs.
- SpecialAttributesRouteSubscriber::onAlterRoutes() — Method in class SpecialAttributesRouteSubscriber
Delegates the route altering to self::alterRoutes().
- ObsoleteExtensionException — Class in namespace Drupal\Core\Extension\Exception
Exception thrown when the extension is obsolete on install.
- FieldConfigBase::onDependencyRemoval() — Method in class FieldConfigBase
Informs the entity that entities it depends on will be deleted.
- FieldDefinitionListener::onFieldDefinitionCreate() — Method in class FieldDefinitionListener
Reacts to the creation of a field.
- FieldDefinitionListener::onFieldDefinitionUpdate() — Method in class FieldDefinitionListener
Reacts to the update of a field.
- FieldDefinitionListener::onFieldDefinitionDelete() — Method in class FieldDefinitionListener
Reacts to the deletion of a field.
- FieldDefinitionListenerInterface::onFieldDefinitionCreate() — Method in class FieldDefinitionListenerInterface
Reacts to the creation of a field.
- FieldDefinitionListenerInterface::onFieldDefinitionUpdate() — Method in class FieldDefinitionListenerInterface
Reacts to the update of a field.
- FieldDefinitionListenerInterface::onFieldDefinitionDelete() — Method in class FieldDefinitionListenerInterface
Reacts to the deletion of a field.
- FieldItemBase::onDependencyRemoval() — Method in class FieldItemBase
Informs the plugin that a dependency of the field will be deleted.
- FieldItemInterface::onDependencyRemoval() — Method in class FieldItemInterface
Informs the plugin that a dependency of the field will be deleted.
- $ FieldStorageDefinitionEvent#original — Property in class FieldStorageDefinitionEvent
The original field storage definition.
- FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionEvent() — Method in class FieldStorageDefinitionEventSubscriberTrait
Listener method for any field storage definition event.
- FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionCreate() — Method in class FieldStorageDefinitionEventSubscriberTrait
- {@inheritdoc}
- FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionUpdate() — Method in class FieldStorageDefinitionEventSubscriberTrait
- {@inheritdoc}
- FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionDelete() — Method in class FieldStorageDefinitionEventSubscriberTrait
- {@inheritdoc}
- FieldStorageDefinitionListener::onFieldStorageDefinitionCreate() — Method in class FieldStorageDefinitionListener
Reacts to the creation of a field storage definition.
- FieldStorageDefinitionListener::onFieldStorageDefinitionUpdate() — Method in class FieldStorageDefinitionListener
Reacts to the update of a field storage definition.
- FieldStorageDefinitionListener::onFieldStorageDefinitionDelete() — Method in class FieldStorageDefinitionListener
Reacts to the deletion of a field storage definition.
- FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionCreate() — Method in class FieldStorageDefinitionListenerInterface
Reacts to the creation of a field storage definition.
- FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionUpdate() — Method in class FieldStorageDefinitionListenerInterface
Reacts to the update of a field storage definition.
- FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionDelete() — Method in class FieldStorageDefinitionListenerInterface
Reacts to the deletion of a field storage definition.
- PluginSettingsBase::onDependencyRemoval() — Method in class PluginSettingsBase
Informs the plugin that some configuration it depends on will be deleted.
- PluginSettingsInterface::onDependencyRemoval() — Method in class PluginSettingsInterface
Informs the plugin that some configuration it depends on will be deleted.
- EntityReferenceItem::onChange() — Method in class EntityReferenceItem
React to changes to a child property or item.
- EntityReferenceItem::onDependencyRemoval() — Method in class EntityReferenceItem
Informs the plugin that a dependency of the field will be deleted.
- LanguageItem::onChange() — Method in class LanguageItem
React to changes to a child property or item.
- OptionsButtonsWidget — Class in namespace Drupal\Core\Field\Plugin\Field\FieldWidget
Plugin implementation of the 'options_buttons' widget.
- OptionsSelectWidget — Class in namespace Drupal\Core\Field\Plugin\Field\FieldWidget
Plugin implementation of the 'options_select' widget.
- OptionsWidgetBase — Class in namespace Drupal\Core\Field\Plugin\Field\FieldWidget
Base class for the 'options_*' widgets.
- FormAjaxSubscriber::onView() — Method in class FormAjaxSubscriber
Alters the wrapper format if this is an AJAX form request.
- FormAjaxSubscriber::onException() — Method in class FormAjaxSubscriber
Catches a form AJAX exception and build a response from it.
- OptGroup — Class in namespace Drupal\Core\Form
Provides helpers for HTML option groups.
- $ ImageToolkitOperation#operation — Property in class ImageToolkitOperation
The machine name of the image toolkit operation implemented (e.g. "crop").
- $ ImageToolkitBase#operationManager — Property in class ImageToolkitBase
The image toolkit operation manager.
- $ KeyValueFactory#options — Property in class KeyValueFactory
Collection-specific storage override options.
- $ MenuLinkBase#overrideAllowed — Property in class MenuLinkBase
The list of definition values where an override is allowed.
- $ MenuLinkDefault#overrideAllowed — Property in class MenuLinkDefault
- {@inheritdoc}
- $ MenuLinkManager#overrides — Property in class MenuLinkManager
Service providing overrides for static links.
- $ MenuLinkTreeElement#options — Property in class MenuLinkTreeElement
Additional options for this link.
- MenuTreeParameters::onlyEnabledLinks() — Method in class MenuTreeParameters
Excludes links that are not enabled.
- $ MenuTreeStorage#options — Property in class MenuTreeStorage
Additional database connection options to use in queries.
- OutboundPathProcessorInterface — Class in namespace Drupal\Core\PathProcessor
Defines an interface for classes that process the outbound path.
- $ PathProcessorManager#outboundProcessors — Property in class PathProcessorManager
Holds the array of outbound processors to cycle through.
- $ DefaultLazyPluginCollection#originalOrder — Property in class DefaultLazyPluginCollection
The original order of the instances.
- ObjectWithPluginCollectionInterface — Class in namespace Drupal\Core\Plugin
Provides an interface for an object using a plugin collection.
- Operations — Class in namespace Drupal\Core\Render\Element
Provides a render element for a set of operations links.
- OffCanvasRenderer — Class in namespace Drupal\Core\Render\MainContent
Default main content renderer for off-canvas dialog requests.
- OutboundRouteProcessorInterface — Class in namespace Drupal\Core\RouteProcessor
Defines an interface for classes that process the outbound route.
- $ RouteProcessorManager#outboundProcessors — Property in class RouteProcessorManager
Holds the array of outbound processors to cycle through.
- ParamConversionEnhancer::onException() — Method in class ParamConversionEnhancer
Catches failed parameter conversions and throw a 404 instead.
- RoutePreloader::onRequest() — Method in class RoutePreloader
Loads all non-admin routes right before the actual page is rendered.
- RoutePreloader::onAlterRoutes() — Method in class RoutePreloader
Alters existing routes for a specific collection.
- RoutePreloader::onFinishedRoutes() — Method in class RoutePreloader
Store the non admin routes in state when the route building is finished.
- RouteSubscriberBase::onAlterRoutes() — Method in class RouteSubscriberBase
Delegates the route altering to self::alterRoutes().
- $ AccountSwitcher#originalSessionSaving — Property in class AccountSwitcher
The original state of session saving prior to account switching.
- $ SessionConfiguration#options — Property in class SessionConfiguration
An associative array of session ini settings.
- SessionHandler::open() — Method in class SessionHandler
- {@inheritdoc}
- WriteSafeSessionHandler::open() — Method in class WriteSafeSessionHandler
- {@inheritdoc}
- $ TranslatableMarkup#options — Property in class TranslatableMarkup
The translation options.
- $ SharedTempStore#owner — Property in class SharedTempStore
The owner key to store along with the data (e.g. a user or session ID).
- Attribute::offsetGet() — Method in class Attribute
- {@inheritdoc}
- Attribute::offsetSet() — Method in class Attribute
- {@inheritdoc}
- Attribute::offsetUnset() — Method in class Attribute
- {@inheritdoc}
- Attribute::offsetExists() — Method in class Attribute
- {@inheritdoc}
- AttributeArray::offsetGet() — Method in class AttributeArray
- {@inheritdoc}
- AttributeArray::offsetSet() — Method in class AttributeArray
- {@inheritdoc}
- AttributeArray::offsetUnset() — Method in class AttributeArray
- {@inheritdoc}
- AttributeArray::offsetExists() — Method in class AttributeArray
- {@inheritdoc}
- $ EnvironmentCleaner#output — Property in class EnvironmentCleaner
Console output.
- ObjectSerialization — Class in namespace Drupal\Core\Test
Object to test that security issues around serialization.
- PerformanceTestRecorder::onRouteBuilderFinish() — Method in class PerformanceTestRecorder
Records a router rebuild.
- $ TestSetupTrait#originalSite — Property in class TestSetupTrait
The site directory of the original parent site.
- $ ActiveTheme#owner — Property in class ActiveTheme
The path to the theme engine for root themes.
- ComputedItemListTrait::offsetExists() — Method in class ComputedItemListTrait
- {@inheritdoc}
- DataDefinition::offsetExists() — Method in class DataDefinition
- {@inheritdoc}
- DataDefinition::offsetGet() — Method in class DataDefinition
- {@inheritdoc}
- DataDefinition::offsetSet() — Method in class DataDefinition
- {@inheritdoc}
- DataDefinition::offsetUnset() — Method in class DataDefinition
- {@inheritdoc}
- OptionsProviderInterface — Class in namespace Drupal\Core\TypedData
Interface for retrieving all possible and settable values.
- ItemList::offsetExists() — Method in class ItemList
- {@inheritdoc}
- ItemList::offsetUnset() — Method in class ItemList
- {@inheritdoc}
- ItemList::offsetGet() — Method in class ItemList
- {@inheritdoc}
- ItemList::offsetSet() — Method in class ItemList
- {@inheritdoc}
- ItemList::onChange() — Method in class ItemList
React to changes to a child property or item.
- Map::onChange() — Method in class Map
React to changes to a child property or item.
- TraversableTypedDataInterface::onChange() — Method in class TraversableTypedDataInterface
React to changes to a child property or item.
- $ Url#options — Property in class Url
The URL options.
- OpmlFeedAdd — Class in namespace Drupal\aggregator\Form
Imports feeds from OPML.
- AutomatedCron::onTerminate() — Method in class AutomatedCron
Run the automated cron if enabled.
- HtmlResponseBigPipeSubscriber::onRespondEarly() — Method in class HtmlResponseBigPipeSubscriber
Adds markers to the response necessary for the BigPipe render strategy.
- HtmlResponseBigPipeSubscriber::onRespond() — Method in class HtmlResponseBigPipeSubscriber
Transforms a HtmlResponse to a BigPipeResponse.
- NoBigPipeRouteAlterSubscriber::onRoutingRouteAlterSetNoBigPipe() — Method in class NoBigPipeRouteAlterSubscriber
Alters select routes to have the '_no_big_pipe' option.
- $ BigPipeResponse#originalHtmlResponse — Property in class BigPipeResponse
The original HTML response.
- BlockPageDisplayVariantSubscriber::onSelectPageDisplayVariant() — Method in class BlockPageDisplayVariantSubscriber
Selects the block page display variant.
- ClaroPreRender::operations() — Method in class ClaroPreRender
Prerender callback for the Operations element.
- ColorConfigCacheInvalidator::onChange() — Method in class ColorConfigCacheInvalidator
Invalidate cache tags when a color theme config object changes.
- CommentFieldItemList::offsetExists() — Method in class CommentFieldItemList
- {@inheritdoc}
- ConfigSubscriber::onConfigImporterValidate() — Method in class ConfigSubscriber
Checks that the Configuration module is not being uninstalled.
- ModerationHandler::onPresave() — Method in class ModerationHandler
Operates on moderated content entities preSave().
- ModerationHandlerInterface::onPresave() — Method in class ModerationHandlerInterface
Operates on moderated content entities preSave().
- ConfigImportSubscriber::onConfigImporterValidate() — Method in class ConfigImportSubscriber
Checks that the configuration synchronization is valid.
- ModerationStateFieldItemList::onChange() — Method in class ModerationStateFieldItemList
React to changes to a child property or item.
- ContentModeration::onDependencyRemoval() — Method in class ContentModeration
Informs the plugin that a dependency of the workflow will be deleted.
- ModerationStateFilter::opSimple() — Method in class ModerationStateFilter
- ModerationStateFilter::onDependencyRemoval() — Method in class ModerationStateFilter
Allows a plugin to define whether it should be removed.
- ContentTranslationController::overview() — Method in class ContentTranslationController
Builds the translations overview page.
- DateTimeItem::onChange() — Method in class DateTimeItem
React to changes to a child property or item.
- Date::opBetween() — Method in class Date
Override parent method, which deals with dates as integers.
- Date::opSimple() — Method in class Date
Override parent method, which deals with dates as integers.
- DateRangeItem::onChange() — Method in class DateRangeItem
React to changes to a child property or item.
- DbLogController::overview() — Method in class DbLogController
Displays a listing of database log messages.
- DynamicPageCacheSubscriber::onRequest() — Method in class DynamicPageCacheSubscriber
Sets a response in case of a Dynamic Page Cache hit.
- DynamicPageCacheSubscriber::onResponse() — Method in class DynamicPageCacheSubscriber
Stores a response in case of a Dynamic Page Cache miss, if cacheable.
- $ FileUploadResult#originalFilename — Property in class FileUploadResult
The original filename.
- FilterFormat::onDependencyRemoval() — Method in class FilterFormat
Informs the entity that entities it depends on will be deleted.
- Overview — Class in namespace Drupal\forum\Form
Provides forum overview form for the forum vocabulary.
- ImageFormatter::onDependencyRemoval() — Method in class ImageFormatter
Informs the plugin that some configuration it depends on will be deleted.
- ImageWidget::onDependencyRemoval() — Method in class ImageWidget
Informs the plugin that some configuration it depends on will be deleted.
- DefaultExceptionSubscriber::onException() — Method in class DefaultExceptionSubscriber
Handles errors for this subscriber.
- JsonApiRequestValidator::onRequest() — Method in class JsonApiRequestValidator
Validates JSON:API requests.
- JsonapiMaintenanceModeSubscriber::onMaintenanceModeRequest() — Method in class JsonapiMaintenanceModeSubscriber
Returns response when site is in maintenance mode and user is not exempt.
- ResourceObjectNormalizationCacher::onTerminate() — Method in class ResourceObjectNormalizationCacher
Writes normalizations of entities to cache, if any were created.
- ResourceResponseSubscriber::onResponse() — Method in class ResourceResponseSubscriber
Serializes ResourceResponse responses' data, and removes that data.
- ResourceResponseValidator::onResponse() — Method in class ResourceResponseValidator
Validates JSON:API responses.
- $ JsonApiDocumentTopLevel#omissions — Property in class JsonApiDocumentTopLevel
Resource objects that will be omitted from the response for access reasons.
- OmittedData — Class in namespace Drupal\jsonapi\JsonApiResource
Represents resource data that should be omitted from the JSON:API document.
- CacheableNormalization::omitIfEmpty() — Method in class CacheableNormalization
Converts the object to a CacheableOmission if the normalization is empty.
- TemporaryArrayObjectThrowingExceptions::offsetExists() — Method in class TemporaryArrayObjectThrowingExceptions
Returns whether the requested index exists.
- TemporaryArrayObjectThrowingExceptions::offsetGet() — Method in class TemporaryArrayObjectThrowingExceptions
Returns the value at the specified index.
- TemporaryArrayObjectThrowingExceptions::offsetSet() — Method in class TemporaryArrayObjectThrowingExceptions
Sets the value at the specified index to new value.
- TemporaryArrayObjectThrowingExceptions::offsetUnset() — Method in class TemporaryArrayObjectThrowingExceptions
Unsets the value at the specified index.
- $ EntityCondition#operator — Property in class EntityCondition
The condition operator.
- EntityCondition::operator() — Method in class EntityCondition
The comparison operator to use for the evaluation.
- OffsetPage — Class in namespace Drupal\jsonapi\Query
Value object for containing the requested offset and page parameters.
- $ OffsetPage#offset — Property in class OffsetPage
The offset for the query.
- LanguageConfigFactoryOverride::onConfigSave() — Method in class LanguageConfigFactoryOverride
Actions to be performed to configuration override on configuration save.
- LanguageConfigFactoryOverride::onConfigRename() — Method in class LanguageConfigFactoryOverride
Actions to be performed to configuration override on configuration rename.
- LanguageConfigFactoryOverride::onConfigDelete() — Method in class LanguageConfigFactoryOverride
Actions to be performed to configuration override on configuration delete.
- $ LanguageConfigOverrideCrudEvent#override — Property in class LanguageConfigOverrideCrudEvent
Configuration object.
- ConfigSubscriber::onConfigSave() — Method in class ConfigSubscriber
Causes the container to be rebuilt on the next request.
- LanguageRequestSubscriber::onKernelRequestLanguage() — Method in class LanguageRequestSubscriber
Initializes the language manager at the beginning of the request.
- LanguageRequestSubscriber::onContainerInitializeSubrequestFinished() — Method in class LanguageRequestSubscriber
Initializes config overrides whenever the service container is rebuilt.
- LayoutBuilderEntityViewDisplay::onDependencyRemoval() — Method in class LayoutBuilderEntityViewDisplay
Informs the entity that entities it depends on will be deleted.
- BlockComponentRenderArray::onBuildRender() — Method in class BlockComponentRenderArray
Builds render arrays for block plugins and sets it on the event.
- PrepareLayout::onPrepareLayout() — Method in class PrepareLayout
Prepares a layout for use in the UI.
- SetInlineBlockDependency::onGetDependency() — Method in class SetInlineBlockDependency
Handles the BlockContentEvents::INLINE_BLOCK_GET_DEPENDENCY event.
- OverridesEntityForm — Class in namespace Drupal\layout_builder\Form
Provides a form containing the Layout Builder UI for overrides.
- LayoutEntityHelperTrait::originalEntityUsesDefaultStorage() — Method in class LayoutEntityHelperTrait
Determines if the original entity used the default section storage.
- OverridesSectionStorageInterface — Class in namespace Drupal\layout_builder
Defines an interface for an object that stores layout sections for overrides.
- OverridesSectionStorage — Class in namespace Drupal\layout_builder\Plugin\SectionStorage
Defines the 'overrides' section storage type.
- LayoutBuilderRoutes::onAlterRoutes() — Method in class LayoutBuilderRoutes
Alters existing routes for a specific collection.
- LocaleConfigSubscriber::onConfigSave() — Method in class LocaleConfigSubscriber
Updates the locale strings when a translated active configuration is saved.
- LocaleConfigSubscriber::onOverrideChange() — Method in class LocaleConfigSubscriber
Updates the locale strings when a configuration override is saved/deleted.
- $ LocaleDefaultConfigStorage#optionalInstallStorage — Property in class LocaleDefaultConfigStorage
The storage instance for reading optional default configuration data.
- $ LocaleEvent#original — Property in class LocaleEvent
List of string identifiers that have been updated / created.
- $ StringDatabaseStorage#options — Property in class StringDatabaseStorage
Additional database connection options to use in queries.
- OEmbedIframeController — Class in namespace Drupal\media\Controller
Controller which renders an oEmbed resource in a bare page (without blocks).
- MediaConfigSubscriber::onSave() — Method in class MediaConfigSubscriber
Updates entity type definitions and ensures routes are rebuilt when needed.
- OEmbedFormatter — Class in namespace Drupal\media\Plugin\Field\FieldFormatter
Plugin implementation of the 'oembed' formatter.
- OEmbedWidget — Class in namespace Drupal\media\Plugin\Field\FieldWidget
Plugin implementation of the 'oembed_textfield' widget.
- OEmbedResourceConstraint — Class in namespace Drupal\media\Plugin\Validation\Constraint
Checks if a value represents a valid oEmbed resource URL.
- OEmbedResourceConstraintValidator — Class in namespace Drupal\media\Plugin\Validation\Constraint
Validates oEmbed resource URLs.
- OEmbed — Class in namespace Drupal\media\Plugin\media\Source
Provides a media source plugin for oEmbed resources.
- OEmbedDeriver — Class in namespace Drupal\media\Plugin\media\Source
Derives media source plugin definitions for supported oEmbed providers.
- OEmbedInterface — Class in namespace Drupal\media\Plugin\media\Source
Defines additional functionality for source plugins that use oEmbed.
- Status::operatorForm() — Method in class Status
Options form subform for setting the operator.
- $ AddFormBase#openerResolver — Property in class AddFormBase
The opener resolver.
- OEmbedForm — Class in namespace Drupal\media_library\Form
Creates a form to create media entities from oEmbed URLs.
- $ MediaLibraryUiBuilder#openerResolver — Property in class MediaLibraryUiBuilder
The media library opener resolver.
- OpenerResolver — Class in namespace Drupal\media_library
Defines a class to get media library openers from the container.
- OpenerResolverInterface — Class in namespace Drupal\media_library
Defines an interface to get a media library opener from the container.
- MediaLibraryWidget::openMediaLibrary() — Method in class MediaLibraryWidget
AJAX callback to open the library modal.
- $ MenuLinkContent#overrideAllowed — Property in class MenuLinkContent
- {@inheritdoc}
- $ MenuForm#overviewTreeForm — Property in class MenuForm
The overview tree form.
- $ SourcePluginBase#originalHighWater — Property in class SourcePluginBase
The high water mark at the beginning of the import operation.
- MigrateUpgradeImportBatch::onPostRowSave() — Method in class MigrateUpgradeImportBatch
Reacts to item import.
- MigrateUpgradeImportBatch::onPostImport() — Method in class MigrateUpgradeImportBatch
Adds follow-up migrations.
- MigrateUpgradeImportBatch::onPostRowDelete() — Method in class MigrateUpgradeImportBatch
Reacts to item deletion.
- MigrateUpgradeImportBatch::onMapSave() — Method in class MigrateUpgradeImportBatch
Counts up any map save events.
- MigrateUpgradeImportBatch::onMapDelete() — Method in class MigrateUpgradeImportBatch
Counts up any map delete events.
- MigrateUpgradeImportBatch::onIdMapMessage() — Method in class MigrateUpgradeImportBatch
Displays any messages being logged to the ID map.
- OverviewForm — Class in namespace Drupal\migrate_drupal_ui\Form
Migrate Upgrade Overview form.
- Connection::open() — Method in class Connection
Opens a PDO connection.
- NodeAdminRouteSubscriber::onConfigSave() — Method in class NodeAdminRouteSubscriber
Rebuilds the router when node.settings:use_admin_theme is changed.
- NodeTranslationExceptionSubscriber::onException() — Method in class NodeTranslationExceptionSubscriber
Redirects not found node translations using the key value collection.
- NodeTranslationMigrateSubscriber::onPostRowSave() — Method in class NodeTranslationMigrateSubscriber
Maps the old nid to the new one in the key value collection.
- NodeTranslationMigrateSubscriber::onPostImport() — Method in class NodeTranslationMigrateSubscriber
Set the node_translation_redirect state to enable the redirections.
- Access::operatorForm() — Method in class Access
Options form subform for setting the operator.
- Status::operatorForm() — Method in class Status
Options form subform for setting the operator.
- OliveroPreRender — Class in namespace Drupal\olivero
Implements trusted prerender callbacks for the Olivero theme.
- OptionsDefaultFormatter — Class in namespace Drupal\options\Plugin\Field\FieldFormatter
Plugin implementation of the 'list_default' formatter.
- OptionsKeyFormatter — Class in namespace Drupal\options\Plugin\Field\FieldFormatter
Plugin implementation of the 'list_key' formatter.
- OptionWidgetsField — Class in namespace Drupal\options\Plugin\migrate\field\d6
- OptionsField — Class in namespace Drupal\options\Plugin\migrate\field\d7
- PathAliasSubscriber::onKernelController() — Method in class PathAliasSubscriber
Sets the cache key on the alias manager cache decorator.
- PathAliasSubscriber::onKernelTerminate() — Method in class PathAliasSubscriber
Ensures system paths for the request get cached.
- Connection::open() — Method in class Connection
Opens a PDO connection.
- Select::orderRandom() — Method in class Select
Orders the result set by a random value.
- Select::orderBy() — Method in class Select
Overrides SelectQuery::orderBy().
- $ FieldFormSavedCommand#other_view_modes — Property in class FieldFormSavedCommand
The same re-rendered edited field, but in different view modes.
- ConfigDependencies::onDependencyRemoval() — Method in class ConfigDependencies
Informs the entity that entities it depends on will be deleted.
- ConfigDependencies::onDependencyRemovalForMethodGranularity() — Method in class ConfigDependencies
Informs the entity that entities it depends on will be deleted.
- ConfigDependencies::onDependencyRemovalForResourceGranularity() — Method in class ConfigDependencies
Informs the entity that entities it depends on will be deleted.
- RestResourceConfig::onDependencyRemoval() — Method in class RestResourceConfig
Informs the entity that entities it depends on will be deleted.
- EntityResourcePostRouteSubscriber::onDynamicRouteEvent() — Method in class EntityResourcePostRouteSubscriber
Provides routes on route rebuild time.
- ResourceResponseSubscriber::onResponse() — Method in class ResourceResponseSubscriber
Serializes ResourceResponse responses' data, and removes that data.
- RestExport::optionsSummary() — Method in class RestExport
Provides the default summary for options in the views UI.
- RestExport::overrideApplies() — Method in class RestExport
Determines whether the view overrides the given route.
- ResourceRoutes::onDynamicRouteEvent() — Method in class ResourceRoutes
Alters existing routes for a specific collection.
- Search::operatorForm() — Method in class Search
Options form subform for setting the operator.
- DefaultExceptionSubscriber::on4xx() — Method in class DefaultExceptionSubscriber
Handles all 4xx errors for all serialization failures.
- UserRouteAlterSubscriber::onRoutingAlterAddFormats() — Method in class UserRouteAlterSubscriber
Adds supported formats to the user authentication HTTP routes.
- Connection::open() — Method in class Connection
Opens a PDO connection.
- SysLog::openConnection() — Method in class SysLog
Opens a connection to the system logger.
- Http4xxController::on4xx() — Method in class Http4xxController
The default 4xx error content.
- Http4xxController::on401() — Method in class Http4xxController
The default 401 content.
- Http4xxController::on403() — Method in class Http4xxController
The default 403 content.
- Http4xxController::on404() — Method in class Http4xxController
The default 404 content.
- SystemController::overview() — Method in class SystemController
Provide the administration overview page.
- AdvisoriesConfigSubscriber::onConfigSave() — Method in class AdvisoriesConfigSubscriber
Deletes the stored response from the security advisories feed, if needed.
- ConfigCacheTag::onSave() — Method in class ConfigCacheTag
Invalidate cache tags when particular system config objects are saved.
- SystemConfigSubscriber::onConfigSave() — Method in class SystemConfigSubscriber
Rebuilds the router when the default or admin theme is changed.
- SystemConfigSubscriber::onConfigImporterValidateNotEmpty() — Method in class SystemConfigSubscriber
Checks that the configuration synchronization is valid.
- SystemConfigSubscriber::onConfigImporterValidateSiteUUID() — Method in class SystemConfigSubscriber
Checks that the configuration synchronization is valid.
- TimeZoneResolver::onConfigSave() — Method in class TimeZoneResolver
Updates the default time zone when time zone config changes.
- OverviewTerms — Class in namespace Drupal\taxonomy\Form
Provides terms overview form for a taxonomy vocabulary.
- TaxonomyIndexTidDepth::operatorOptions() — Method in class TaxonomyIndexTidDepth
Build strings from the operators() for 'select' options.
- TermForm::overview() — Method in class TermForm
Form submission handler for the 'overview' action.
- TextItemBase::onChange() — Method in class TextItemBase
React to changes to a child property or item.
- EntityOwnerTrait::ownerBaseFieldDefinitions() — Method in class EntityOwnerTrait
Returns an array of base field definitions for entity owners.
- Role::onDependencyRemoval() — Method in class Role
Informs the entity that entities it depends on will be deleted.
- AccessDeniedSubscriber::onException() — Method in class AccessDeniedSubscriber
Redirects users when access is denied.
- MaintenanceModeSubscriber::onKernelRequestMaintenance() — Method in class MaintenanceModeSubscriber
Logout users if site is in maintenance mode.
- MaintenanceModeSubscriber::onMaintenanceModeRequest() — Method in class MaintenanceModeSubscriber
Logout users if site is in maintenance mode and user is not exempt.
- UserRequestSubscriber::onKernelTerminate() — Method in class UserRequestSubscriber
Updates the current user's last access time.
- Roles::operators() — Method in class Roles
Override empty and not empty operator labels to be clearer for user roles.
- View::onDependencyRemoval() — Method in class View
Informs the entity that entities it depends on will be deleted.
- ViewsEntitySchemaSubscriber::onEntityTypeUpdate() — Method in class ViewsEntitySchemaSubscriber
Reacts to the update of the entity type.
- ViewsEntitySchemaSubscriber::onEntityTypeDelete() — Method in class ViewsEntitySchemaSubscriber
Reacts to the deletion of the entity type.
- DependentWithRemovalPluginInterface::onDependencyRemoval() — Method in class DependentWithRemovalPluginInterface
Allows a plugin to define whether it should be removed.
- $ ViewsMenuLink#overrideAllowed — Property in class ViewsMenuLink
- {@inheritdoc}
- $ PluginBase#options — Property in class PluginBase
Options for this plugin will be held here.
- $ Date#option_name — Property in class Date
- $ NumericArgument#operator — Property in class NumericArgument
The operator used for the query: or|and.
- Attachment::optionsSummary() — Method in class Attachment
Provide the summary for attachment options in the views UI.
- Block::optionsSummary() — Method in class Block
Provide the summary for page options in the views UI.
- $ DisplayPluginBase#output — Property in class DisplayPluginBase
Stores the rendered output of the display.
- DisplayPluginBase::overrideOption() — Method in class DisplayPluginBase
Set an option and force it to be an override.
- DisplayPluginBase::optionLink() — Method in class DisplayPluginBase
Returns a link to a section of a form.
- DisplayPluginBase::optionsSummary() — Method in class DisplayPluginBase
Provides the default summary for options in the views UI.
- DisplayPluginBase::optionsOverride() — Method in class DisplayPluginBase
If override/revert was clicked, perform the proper toggle.
- DisplayPluginBase::outputIsEmpty() — Method in class DisplayPluginBase
Is the output of the view empty.
- DisplayPluginInterface::overrideOption() — Method in class DisplayPluginInterface
Set an option and force it to be an override.
- DisplayPluginInterface::optionLink() — Method in class DisplayPluginInterface
Returns a link to a section of a form.
- DisplayPluginInterface::optionsSummary() — Method in class DisplayPluginInterface
Provides the default summary for options in the views UI.
- DisplayPluginInterface::optionsOverride() — Method in class DisplayPluginInterface
If override/revert was clicked, perform the proper toggle.
- DisplayPluginInterface::outputIsEmpty() — Method in class DisplayPluginInterface
Is the output of the view empty.
- EntityReference::optionsSummary() — Method in class EntityReference
Provides the default summary for options in the views UI.
- Feed::optionsSummary() — Method in class Feed
Provides the default summary for options in the views UI.
- Page::optionsSummary() — Method in class Page
Provides the default summary for options in the views UI.
- PathPluginBase::overrideApplies() — Method in class PathPluginBase
Determines whether the view overrides the given route.
- PathPluginBase::overrideAppliesPathAndMethod() — Method in class PathPluginBase
Determines whether an override for the path and method should happen.
- PathPluginBase::optionsSummary() — Method in class PathPluginBase
Provides the default summary for options in the views UI.
- DisplayExtenderPluginBase::optionsSummary() — Method in class DisplayExtenderPluginBase
Provide the default summary for options in the views UI.
- EntityField::onDependencyRemoval() — Method in class EntityField
Allows a plugin to define whether it should be removed.
- $ FieldPluginBase#original_value — Property in class FieldPluginBase
The field value prior to any rewriting.
- BooleanOperator::operatorOptions() — Method in class BooleanOperator
Provide a list of options for the default operator form.
- BooleanOperator::operators() — Method in class BooleanOperator
Returns an array of operator information.
- Combine::opEqual() — Method in class Combine
By default things like opEqual uses add_where, that doesn't support complex expressions, so override opEqual (and all operators below).
- Combine::opContains() — Method in class Combine
- Combine::opContainsWord() — Method in class Combine
Filters by one or more words.
- Combine::opStartsWith() — Method in class Combine
- Combine::opNotStartsWith() — Method in class Combine
- Combine::opEndsWith() — Method in class Combine
- Combine::opNotEndsWith() — Method in class Combine
- Combine::opNotLike() — Method in class Combine
- Combine::opRegex() — Method in class Combine
Filters by a regular expression.
- Combine::opEmpty() — Method in class Combine
- Date::opBetween() — Method in class Date
Filters by operator between.
- Date::opSimple() — Method in class Date
- Equality::operatorOptions() — Method in class Equality
Provide simple equality operator.
- $ FilterPluginBase#operator — Property in class FilterPluginBase
Contains the operator which is used on the query.
- FilterPluginBase::operatorForm() — Method in class FilterPluginBase
Options form subform for setting the operator.
- FilterPluginBase::operatorOptions() — Method in class FilterPluginBase
Provide a list of options for the default operator form.
- FilterPluginBase::operatorValidate() — Method in class FilterPluginBase
Validate the operator form.
- FilterPluginBase::operatorSubmit() — Method in class FilterPluginBase
Perform any necessary changes to the form values prior to storage.
- GroupByNumeric::opBetween() — Method in class GroupByNumeric
Filters by operator between.
- GroupByNumeric::opSimple() — Method in class GroupByNumeric
- GroupByNumeric::opEmpty() — Method in class GroupByNumeric
- InOperator::operators() — Method in class InOperator
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.
- InOperator::operatorOptions() — Method in class InOperator
Build strings from the operators() for 'select' options.
- InOperator::operatorValues() — Method in class InOperator
- InOperator::opSimple() — Method in class InOperator
- InOperator::opEmpty() — Method in class InOperator
- LatestRevision::operatorForm() — Method in class LatestRevision
Options form subform for setting the operator.
- LatestTranslationAffectedRevision::operatorForm() — Method in class LatestTranslationAffectedRevision
Options form subform for setting the operator.
- ManyToOne::operators() — Method in class ManyToOne
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.
- ManyToOne::opHelper() — Method in class ManyToOne
- NumericFilter::operators() — Method in class NumericFilter
- NumericFilter::operatorOptions() — Method in class NumericFilter
Provide a list of all the numeric operators.
- NumericFilter::operatorValues() — Method in class NumericFilter
- NumericFilter::opBetween() — Method in class NumericFilter
Filters by operator between.
- NumericFilter::opSimple() — Method in class NumericFilter
- NumericFilter::opEmpty() — Method in class NumericFilter
- NumericFilter::opRegex() — Method in class NumericFilter
Filters by a regular expression.
- StringFilter::operators() — Method in class StringFilter
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.
- StringFilter::operatorOptions() — Method in class StringFilter
Build strings from the operators() for 'select' options.
- StringFilter::operatorValues() — Method in class StringFilter
- StringFilter::operator() — Method in class StringFilter
Get the query operator.
- StringFilter::opEqual() — Method in class StringFilter
- StringFilter::opContains() — Method in class StringFilter
- StringFilter::opContainsWord() — Method in class StringFilter
- StringFilter::opStartsWith() — Method in class StringFilter
- StringFilter::opNotStartsWith() — Method in class StringFilter
- StringFilter::opEndsWith() — Method in class StringFilter
- StringFilter::opNotEndsWith() — Method in class StringFilter
- StringFilter::opNotLike() — Method in class StringFilter
- StringFilter::opShorterThan() — Method in class StringFilter
- StringFilter::opLongerThan() — Method in class StringFilter
- StringFilter::opRegex() — Method in class StringFilter
Filters by a regular expression.
- StringFilter::opEmpty() — Method in class StringFilter
- $ Sql#orderby — Property in class Sql
A simple array of order by clauses.
- OpmlFields — Class in namespace Drupal\views\Plugin\views\row
Renders an OPML item based on fields.
- Opml — Class in namespace Drupal\views\Plugin\views\style
Default style plugin to render an OPML feed.
- $ Table#order — Property in class Table
Contains the current active sort order, either desc or asc.
- $ ViewExecutable#offset — Property in class ViewExecutable
The pager offset.
- $ ViewExecutable#old_view — Property in class ViewExecutable
Used to store views that were previously running if we recurse.
- $ ViewExecutable#override_url — Property in class ViewExecutable
Allow to override the url of the current view.
- $ ViewExecutable#override_path — Property in class ViewExecutable
Allow to override the path used for generated urls.
- ViewUI::onDependencyRemoval() — Method in class ViewUI
Informs the entity that entities it depends on will be deleted.
- Workflow::onDependencyRemoval() — Method in class Workflow
Informs the entity that entities it depends on will be deleted.
- WorkflowTypeBase::onDependencyRemoval() — Method in class WorkflowTypeBase
Informs the plugin that a dependency of the workflow will be deleted.
- WorkflowTypeInterface::onDependencyRemoval() — Method in class WorkflowTypeInterface
Informs the plugin that a dependency of the workflow will be deleted.
- EntitySchemaSubscriber::onEntityTypeCreate() — Method in class EntitySchemaSubscriber
Reacts to the creation of the entity type.
- EntitySchemaSubscriber::onFieldableEntityTypeCreate() — Method in class EntitySchemaSubscriber
Reacts to the creation of the fieldable entity type.
- EntitySchemaSubscriber::onEntityTypeUpdate() — Method in class EntitySchemaSubscriber
Reacts to the update of the entity type.
- EntitySchemaSubscriber::onFieldableEntityTypeUpdate() — Method in class EntitySchemaSubscriber
Reacts to the update of a fieldable entity type.
- EntitySchemaSubscriber::onEntityTypeDelete() — Method in class EntitySchemaSubscriber
Reacts to the deletion of the entity type.
- WorkspaceRequestSubscriber::onKernelController() — Method in class WorkspaceRequestSubscriber
Sets the cache key on the alias manager cache decorator.
- WorkspaceRequestSubscriber::onKernelRequest() — Method in class WorkspaceRequestSubscriber
Adds the active workspace as a cache key part to the route provider.
- WorkspaceListBuilder::offCanvasRender() — Method in class WorkspaceListBuilder
Renders the off canvas elements.
P
- Drupal::pathValidator() — Method in class Drupal
Returns the path validator.
- $ AnnotationBase#provider — Property in class AnnotationBase
The provider of the annotated class.
- DocParser::parse() — Method in class DocParser
Parses the given docblock string for annotations.
- $ StaticReflectionParser#parsed — Property in class StaticReflectionParser
Whether the parser has run.
- $ StaticReflectionParser#parentClassName — Property in class StaticReflectionParser
The name of the class this class extends, if any.
- $ StaticReflectionParser#parentStaticReflectionParser — Property in class StaticReflectionParser
The parent PSR-0 Parser.
- StaticReflectionParser::parse() — Method in class StaticReflectionParser
- Plugin — Class in namespace Drupal\Component\Annotation
Defines a Plugin annotation object.
- Plugin::parse() — Method in class Plugin
Parses an annotation into its definition.
- PluginID — Class in namespace Drupal\Component\Annotation
Defines a Plugin annotation object that just contains an ID.
- $ AnnotatedClassDiscovery#pluginNamespaces — Property in class AnnotatedClassDiscovery
The namespaces within which to find plugin classes.
- $ AnnotatedClassDiscovery#pluginDefinitionAnnotationName — Property in class AnnotatedClassDiscovery
The name of the annotation that contains the plugin definition.
- AnnotatedClassDiscovery::prepareAnnotationDefinition() — Method in class AnnotatedClassDiscovery
Prepares the annotation definition.
- $ AnnotationBridgeDecorator#pluginDefinitionAnnotationName — Property in class AnnotationBridgeDecorator
The name of the annotation that contains the plugin definition.
- $ ZfExtensionManagerSfContainer#prefix — Property in class ZfExtensionManagerSfContainer
The prefix to be used when retrieving plugins from the container.
- DateTimePlus::prepareTime() — Method in class DateTimePlus
Prepares the input time value.
- DateTimePlus::prepareTimezone() — Method in class DateTimePlus
Prepares the input timezone value.
- DateTimePlus::prepareFormat() — Method in class DateTimePlus
Prepares the input format value.
- DateTimePlus::prepareArray() — Method in class DateTimePlus
Creates a complete array from a possibly incomplete array of date parts.
- $ Container#parameters — Property in class Container
The parameters of the container.
- $ Container#privateServices — Property in class Container
The instantiated private services.
- OptimizedPhpArrayDumper::prepareParameters() — Method in class OptimizedPhpArrayDumper
Prepares parameters for the PHP array dumping.
- PhpArrayDumper — Class in namespace Drupal\Component\DependencyInjection\Dumper
PhpArrayDumper dumps a service container as a PHP array.
- PhpArrayContainer — Class in namespace Drupal\Component\DependencyInjection
Provides a container optimized for Drupal's needs.
- $ FileCache#prefix — Property in class FileCache
Prefix that is used for cache entries.
- $ FileCacheFactory#prefix — Property in class FileCacheFactory
The cache prefix.
- $ FrontMatter#parsed — Property in class FrontMatter
The parsed source.
- FrontMatter::parse() — Method in class FrontMatter
Parses the source.
- PoHeader — Class in namespace Drupal\Component\Gettext
Gettext PO header handler.
- $ PoHeader#pluralForms — Property in class PoHeader
Formula for the plural form.
- $ PoHeader#poDate — Property in class PoHeader
Date the po file got created.
- $ PoHeader#projectName — Property in class PoHeader
Name of the project the translation belongs to.
- PoHeader::parsePluralForms() — Method in class PoHeader
Parses a Plural-Forms entry from a Gettext Portable Object file header.
- PoItem — Class in namespace Drupal\Component\Gettext
PoItem handles one translation.
- $ PoItem#plural — Property in class PoItem
Flag indicating if this translation has plurals.
- PoMemoryWriter — Class in namespace Drupal\Component\Gettext
Defines a Gettext PO memory writer, to be used by the installer.
- PoMetadataInterface — Class in namespace Drupal\Component\Gettext
Methods required for both reader and writer implementations.
- PoReaderInterface — Class in namespace Drupal\Component\Gettext
Shared interface definition for all Gettext PO Readers.
- PoStreamInterface — Class in namespace Drupal\Component\Gettext
Common functions for file/stream based PO readers/writers.
- PoStreamReader — Class in namespace Drupal\Component\Gettext
Implements Gettext PO stream reader.
- PoStreamReader::parseQuoted() — Method in class PoStreamReader
Parses a string in quotes.
- PoStreamWriter — Class in namespace Drupal\Component\Gettext
Defines a Gettext PO stream writer.
- PoWriterInterface — Class in namespace Drupal\Component\Gettext
Shared interface definition for all Gettext PO Writers.
- PhpStorageInterface — Class in namespace Drupal\Component\PhpStorage
Stores and loads PHP code.
- PluginDefinition — Class in namespace Drupal\Component\Plugin\Definition
Provides object-based plugin definitions.
- $ PluginDefinition#provider — Property in class PluginDefinition
The plugin provider.
- PluginDefinitionInterface — Class in namespace Drupal\Component\Plugin\Definition
Defines a plugin definition.
- $ InvalidPluginDefinitionException#pluginId — Property in class InvalidPluginDefinitionException
The plugin ID of the mapper.
- PluginException — Class in namespace Drupal\Component\Plugin\Exception
Generic Plugin exception class to be thrown when no more specific class is applicable.
- PluginNotFoundException — Class in namespace Drupal\Component\Plugin\Exception
Plugin exception class to be thrown when a plugin ID could not be found.
- $ LazyPluginCollection#pluginInstances — Property in class LazyPluginCollection
Stores all instantiated plugins.
- PluginAwareInterface — Class in namespace Drupal\Component\Plugin
Provides an interface for objects that depend on a plugin.
- PluginBase — Class in namespace Drupal\Component\Plugin
Base class for plugins wishing to support metadata inspection.
- $ PluginBase#pluginId — Property in class PluginBase
The plugin_id.
- $ PluginBase#pluginDefinition — Property in class PluginBase
The plugin implementation definition.
- PluginHelper — Class in namespace Drupal\Component\Plugin
A helper class to determine if a plugin is configurable.
- PluginInspectionInterface — Class in namespace Drupal\Component\Plugin
Plugin interface for providing some metadata inspection.
- PluginManagerBase — Class in namespace Drupal\Component\Plugin
Base class for plugin managers.
- PluginManagerInterface — Class in namespace Drupal\Component\Plugin
Interface implemented by plugin managers.
- ProxyBuilder — Class in namespace Drupal\Component\ProxyBuilder
Generates the string representation of the proxy service.
- FormattableMarkup::placeholderFormat() — Method in class FormattableMarkup
Replaces placeholders in a string with values.
- FormattableMarkup::placeholderEscape() — Method in class FormattableMarkup
Escapes a placeholder replacement value if needed.
- PlainTextOutput — Class in namespace Drupal\Component\Render
Provides an output strategy for transforming HTML into simple plain text.
- PhpSerialize — Class in namespace Drupal\Component\Serialization
Default serialization for serialized PHP.
- PhpTransliteration — Class in namespace Drupal\Component\Transliteration
Implements transliteration without using the PECL extensions.
- Random::paragraphs() — Method in class Random
Generate paragraphs separated by double new line.
- UrlHelper::parse() — Method in class UrlHelper
Parses a URL string into its path, query, and fragment components.
- Pecl — Class in namespace Drupal\Component\Uuid
Generates a UUID using the PECL extension.
- Php — Class in namespace Drupal\Component\Uuid
Generates a UUID v4 (RFC 4122 section 4.4) using PHP code.
- PackageGenerator — Class in namespace Drupal\Composer\Generator
Generates metapackages.
- DrupalCoreComposer::packageLockInfo() — Method in class DrupalCoreComposer
Look up the info for one package in the composer.lock file.
- $ Handler#postPackageListeners — Property in class Handler
The list of listeners that are notified after a package event.
- ManageOptions::packageOptions() — Method in class ManageOptions
Gets the scaffold options for the stipulated project.
- $ AppendOp#prepend — Property in class AppendOp
Path to the source file to prepend, if any.
- AppendOp::process() — Method in class AppendOp
Process this scaffold operation.
- OperationData::path() — Method in class OperationData
Gets path
- OperationData::prepend() — Method in class OperationData
Gets prepend path.
- OperationInterface::process() — Method in class OperationInterface
Process this scaffold operation.
- ReplaceOp::process() — Method in class ReplaceOp
Process this scaffold operation.
- ScaffoldFileCollection::processScaffoldFiles() — Method in class ScaffoldFileCollection
Processes the files in our collection.
- ScaffoldFileCollection::process() — Method in class ScaffoldFileCollection
- SkipOp::process() — Method in class SkipOp
Process this scaffold operation.
- Plugin — Class in namespace Drupal\Composer\Plugin\Scaffold
Composer plugin for handling drupal scaffold.
- Plugin::postCmd() — Method in class Plugin
Post command event callback.
- Plugin::postPackage() — Method in class Plugin
Post package event behavior.
- PostPackageEventListenerInterface — Class in namespace Drupal\Composer\Plugin\Scaffold
Interface for post package event listeners.
- ScaffoldFileInfo::packageName() — Method in class ScaffoldFileInfo
Gets the package name.
- ScaffoldFileInfo::process() — Method in class ScaffoldFileInfo
Moves a single scaffold file from source to destination.
- $ ScaffoldFilePath#packageName — Property in class ScaffoldFilePath
The name of the package containing the file.
- ScaffoldFilePath::packageName() — Method in class ScaffoldFilePath
Gets the name of the package this source file was pulled from.
- $ VendorHardeningPlugin#packagesAlreadyCleaned — Property in class VendorHardeningPlugin
List of projects already cleaned.
- $ AccessManager#paramConverterManager — Property in class AccessManager
The paramconverter manager.
- AccessManager::performCheck() — Method in class AccessManager
Performs the specified access check.
- $ CsrfTokenGenerator#privateKey — Property in class CsrfTokenGenerator
The private key service.
- RouteProcessorCsrf::processOutbound() — Method in class RouteProcessorCsrf
Processes the outbound route.
- PublishAction — Class in namespace Drupal\Core\Action\Plugin\Action
Publishes an entity.
- AjaxResponseAttachmentsProcessor::processAttachments() — Method in class AjaxResponseAttachmentsProcessor
Processes the attachments of a response that has attachments.
- $ AnnounceCommand#priority — Property in class AnnounceCommand
The priority that will be used for the announcement.
- $ CloseDialogCommand#persist — Property in class CloseDialogCommand
Whether to persist the dialog in the DOM or not.
- PrependCommand — Class in namespace Drupal\Core\Ajax
AJAX command for calling the jQuery insert() method.
- PluralTranslation — Class in namespace Drupal\Core\Annotation
Defines an annotation object for strings that require plural forms.
- $ PluralTranslation#plural — Property in class PluralTranslation
The string for the plural case.
- CssOptimizer::processFile() — Method in class CssOptimizer
Processes CSS file and adds base URLs to any relative resource paths.
- CssOptimizer::processCss() — Method in class CssOptimizer
Processes the contents of a stylesheet for aggregation.
- $ LibrariesDirectoryFileFinder#profileExtensionList — Property in class LibrariesDirectoryFileFinder
The profile extension list.
- LibraryDiscoveryParser::parseLibraryInfo() — Method in class LibraryDiscoveryParser
Parses a given library file and allows modules and themes to alter it.
- $ AuthenticationCollector#providers — Property in class AuthenticationCollector
Array of all registered authentication providers, keyed by ID.
- $ AuthenticationCollector#providerOrders — Property in class AuthenticationCollector
Array of all providers and their priority.
- $ BatchBuilder#progressMessage — Property in class BatchBuilder
The message to be shown while the batch is in progress.
- $ BatchBuilder#progressive — Property in class BatchBuilder
Specifies if the batch is progressive.
- Percentage — Class in namespace Drupal\Core\Batch
Helper methods for the batch system.
- BlockManager::processDefinition() — Method in class BlockManager
Performs extra processing on plugin definitions.
- PageTitleBlock — Class in namespace Drupal\Core\Block\Plugin\Block
Provides a block to display the page title.
- ApcuBackend::prepareItem() — Method in class ApcuBackend
Prepares a cached item.
- BackendChain::prependBackend() — Method in class BackendChain
Prepends a cache backend to the cache chain.
- CacheCollector::persist() — Method in class CacheCollector
Flags an offset value to be written to the persistent cache.
- $ AccountPermissionsCacheContext#permissionsHashGenerator — Property in class AccountPermissionsCacheContext
The permissions hash generator.
- CacheContextsManager::parseTokens() — Method in class CacheContextsManager
Parses cache context tokens into context IDs and optional parameters.
- CacheContextsPass::process() — Method in class CacheContextsPass
Implements CompilerPassInterface::process().
- $ IsFrontPathCacheContext#pathMatcher — Property in class IsFrontPathCacheContext
- PagersCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines a cache context for "per page in a pager" caching.
- $ PagersCacheContext#pagerParams — Property in class PagersCacheContext
The pager parameters.
- PathCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the PathCacheContext service, for "per URL path" caching.
- PathParentCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines a cache context service for path parents.
- ProtocolVersionCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the ProtocolVersionCacheContext service, for "per protocol" caching.
- DatabaseBackend::prepareItem() — Method in class DatabaseBackend
Prepares a cached item.
- ListCacheBinsPass::process() — Method in class ListCacheBinsPass
Implements CompilerPassInterface::process().
- MemoryBackend::prepareItem() — Method in class MemoryBackend
Prepares a cached item.
- MemoryCache::prepareItem() — Method in class MemoryCache
Prepares a cached item.
- PhpBackend — Class in namespace Drupal\Core\Cache
Defines a PHP cache implementation.
- PhpBackend::prepareItem() — Method in class PhpBackend
Prepares a cached item.
- PhpBackendFactory — Class in namespace Drupal\Core\Cache
- $ GenerateProxyClassApplication#proxyBuilder — Property in class GenerateProxyClassApplication
The proxy builder.
- $ GenerateProxyClassCommand#proxyBuilder — Property in class GenerateProxyClassCommand
The proxy builder.
- $ Composer#packageToCleanup — Property in class Composer
- Composer::preAutoloadDump() — Method in class Composer
Add vendor classes to Composer's static classmap.
- ConfigFactory::propagateConfigOverrideCacheability() — Method in class ConfigFactory
Propagates cacheability of config overrides to cached config objects.
- $ ConfigImporter#processedConfiguration — Property in class ConfigImporter
List of configuration file changes processed by the import().
- $ ConfigImporter#processedExtensions — Property in class ConfigImporter
List of extension changes processed by the import().
- $ ConfigImporter#processedSystemTheme — Property in class ConfigImporter
Flag set to import system.theme during processing theme install and uninstalls.
- ConfigImporter::processExtensions() — Method in class ConfigImporter
Processes extensions as a batch operation.
- ConfigImporter::processConfigurations() — Method in class ConfigImporter
Processes configuration as a batch operation.
- ConfigImporter::processMissingContent() — Method in class ConfigImporter
Handles processing of missing content.
- ConfigImporter::processConfiguration() — Method in class ConfigImporter
Processes a configuration change.
- ConfigImporter::processExtension() — Method in class ConfigImporter
Processes an extension change.
- ConfigDependencyManager::prepareMultisort() — Method in class ConfigDependencyManager
Extracts data from the graph for use in array_multisort().
- ConfigEntityBase::preSave() — Method in class ConfigEntityBase
Acts on an entity before the presave hook is invoked.
- ConfigEntityBase::preDelete() — Method in class ConfigEntityBase
Acts on entities before they are deleted and before hooks are invoked.
- ConfigEntityBundleBase::postSave() — Method in class ConfigEntityBundleBase
Acts on a saved entity before the insert or update hook is invoked.
- ConfigEntityBundleBase::postDelete() — Method in class ConfigEntityBundleBase
Acts on deleted entities before the delete hook is invoked.
- ConfigEntityBundleBase::preSave() — Method in class ConfigEntityBundleBase
Acts on an entity before the presave hook is invoked.
- $ ImportStorageTransformer#persistentLock — Property in class ImportStorageTransformer
The persistent lock which the config importer uses across requests.
- ConfigImporterBatch::process() — Method in class ConfigImporterBatch
Processes the config import batch and persists the importer.
- PreExistingConfigException — Class in namespace Drupal\Core\Config
An exception thrown if configuration with the same name already exists.
- ArrayElement::parse() — Method in class ArrayElement
Builds an array of contained elements.
- Psr7RequestValueResolver — Class in namespace Drupal\Core\Controller\ArgumentResolver
Yields a PSR7 request object based on the request object passed along.
- Cron::processQueues() — Method in class Cron
Processes cron queues.
- $ Connection#prefixes — Property in class Connection
The prefixes used by this database connection.
- $ Connection#prefixSearch — Property in class Connection
List of search values for use in prefixTables().
- $ Connection#prefixReplace — Property in class Connection
List of replacement values for use in prefixTables().
- Connection::prefixTables() — Method in class Connection
Appends a database prefix to all tables in a query.
- Connection::prepareStatement() — Method in class Connection
Returns a prepared statement given a SQL string.
- Connection::preprocessStatement() — Method in class Connection
Returns a string SQL statement ready for preparation.
- Connection::pushTransaction() — Method in class Connection
Increases the depth of transaction nesting.
- Connection::popTransaction() — Method in class Connection
Decreases the depth of transaction nesting.
- Connection::popCommittableTransactions() — Method in class Connection
Commit all the transaction layers that can commit.
- Database::parseConnectionInfo() — Method in class Database
Process the configuration file for database information.
- $ Tasks#pdoDriver — Property in class Tasks
The name of the PDO driver this database type requires.
- Tasks::pass() — Method in class Tasks
Asserts test as a pass.
- Insert::preExecute() — Method in class Insert
Preprocesses and validates the query.
- PagerSelectExtender — Class in namespace Drupal\Core\Database\Query
Query extender for pager queries.
- PlaceholderInterface — Class in namespace Drupal\Core\Database\Query
Interface for a query that accepts placeholders.
- $ Select#prepared — Property in class Select
Indicates if preExecute() has already been called.
- Select::preExecute() — Method in class Select
Generic preparation and validation for a SELECT query.
- Select::prepareCountQuery() — Method in class Select
Prepares a count query from the current query object.
- $ SelectExtender#placeholder — Property in class SelectExtender
The placeholder counter.
- SelectExtender::preExecute() — Method in class SelectExtender
Generic preparation and validation for a SELECT query.
- SelectInterface::preExecute() — Method in class SelectInterface
Generic preparation and validation for a SELECT query.
- Upsert::preExecute() — Method in class Upsert
Preprocesses and validates the query.
- $ Schema#placeholder — Property in class Schema
The placeholder counter.
- Schema::prefixNonTable() — Method in class Schema
Create names for indexes, primary keys and constraints.
- Schema::prepareComment() — Method in class Schema
Prepare a table or column comment for database query.
- $ StatementPrefetch#pdoConnection — Property in class StatementPrefetch
Reference to the PDO connection object for this statement.
- DrupalDateTime::prepareTimezone() — Method in class DrupalDateTime
Overrides prepareTimezone().
- Datelist::processDatelist() — Method in class Datelist
Expands a date element into an array of individual elements.
- Datetime::processDatetime() — Method in class Datetime
Expands a datetime element type into date and/or time elements.
- Datetime::processAjaxForm() — Method in class Datetime
Form element processing handler for the #ajax form property.
- $ DateFormat#pattern — Property in class DateFormat
The date format pattern.
- AuthenticationProviderPass::process() — Method in class AuthenticationProviderPass
- {@inheritdoc}
- BackendCompilerPass::process() — Method in class BackendCompilerPass
- {@inheritdoc}
- ContextProvidersPass::process() — Method in class ContextProvidersPass
- {@inheritdoc}
- CorsCompilerPass::process() — Method in class CorsCompilerPass
- {@inheritdoc}
- DependencySerializationTraitPass::process() — Method in class DependencySerializationTraitPass
- {@inheritdoc}
- DeprecatedServicePass::process() — Method in class DeprecatedServicePass
- {@inheritdoc}
- MimeTypePass::process() — Method in class MimeTypePass
- {@inheritdoc}
- ModifyServiceDefinitionsPass::process() — Method in class ModifyServiceDefinitionsPass
- {@inheritdoc}
- ProxyServicesPass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Replaces all services with a lazy flag.
- ProxyServicesPass::process() — Method in class ProxyServicesPass
- {@inheritdoc}
- RegisterAccessChecksPass::process() — Method in class RegisterAccessChecksPass
- {@inheritdoc}
- RegisterEventSubscribersPass::process() — Method in class RegisterEventSubscribersPass
- {@inheritdoc}
- RegisterServicesForDestructionPass::process() — Method in class RegisterServicesForDestructionPass
- {@inheritdoc}
- RegisterStreamWrappersPass::process() — Method in class RegisterStreamWrappersPass
- {@inheritdoc}
- StackedKernelPass::process() — Method in class StackedKernelPass
- {@inheritdoc}
- StackedSessionHandlerPass::process() — Method in class StackedSessionHandlerPass
- {@inheritdoc}
- TaggedHandlersPass::process() — Method in class TaggedHandlersPass
- {@inheritdoc}
- TaggedHandlersPass::processServiceCollectorPass() — Method in class TaggedHandlersPass
Processes a service collector service pass.
- TaggedHandlersPass::processServiceIdCollectorPass() — Method in class TaggedHandlersPass
Processes a service collector ID service pass.
- TwigExtensionPass::process() — Method in class TwigExtensionPass
- {@inheritdoc}
- PageDisplayVariant — Class in namespace Drupal\Core\Display\Annotation
Defines a page display variant annotation object.
- PageVariantInterface — Class in namespace Drupal\Core\Display
Provides an interface for PageDisplayVariant plugins.
- $ DrupalKernel#phpArrayDumperClass — Property in class DrupalKernel
Holds the class used for dumping the container to a PHP array.
- $ DrupalKernel#prepared — Property in class DrupalKernel
Whether essential services have been set up properly by preHandle().
- DrupalKernel::preHandle() — Method in class DrupalKernel
Helper method that does request related initialization.
- DrupalKernel::persistServices() — Method in class DrupalKernel
Moves persistent service instances into a new container.
- DrupalKernelInterface::preHandle() — Method in class DrupalKernelInterface
Helper method that does request related initialization.
- BundleEntityFormBase::protectBundleIdElement() — Method in class BundleEntityFormBase
Protects the bundle entity's ID property's form element against changes.
- ContentEntityBase::postCreate() — Method in class ContentEntityBase
Acts on a created entity before hooks are invoked.
- ContentEntityBase::preSave() — Method in class ContentEntityBase
Acts on an entity before the presave hook is invoked.
- ContentEntityBase::preSaveRevision() — Method in class ContentEntityBase
Acts on a revision before it gets saved.
- ContentEntityBase::postSave() — Method in class ContentEntityBase
Acts on a saved entity before the insert or update hook is invoked.
- ContentEntityForm::prepareEntity() — Method in class ContentEntityForm
Prepares the entity object before the form is built first.
- ContentEntityNullStorage::purgeFieldItems() — Method in class ContentEntityNullStorage
Removes field items from storage per entity during purge.
- ContentEntityStorageBase::purgeFieldData() — Method in class ContentEntityStorageBase
Purges a batch of field data.
- ContentEntityStorageBase::purgeFieldItems() — Method in class ContentEntityStorageBase
Removes field items from storage per entity during purge.
- ContentEntityStorageBase::preLoad() — Method in class ContentEntityStorageBase
Gathers entities from a 'preload' step.
- ContentEntityStorageBase::populateAffectedRevisionTranslations() — Method in class ContentEntityStorageBase
Populates the affected flag for all the revision translations.
- EntityAutocomplete::processEntityAutocomplete() — Method in class EntityAutocomplete
Adds entity autocomplete functionality to a form element.
- EntityAccessControlHandler::processAccessHookResults() — Method in class EntityAccessControlHandler
We grant access to the entity if both of these conditions are met:
- No modules say to deny access.
- EntityAccessControlHandler::prepareUser() — Method in class EntityAccessControlHandler
Loads the current account object, if it does not exist yet.
- EntityBase::preSave() — Method in class EntityBase
Acts on an entity before the presave hook is invoked.
- EntityBase::postSave() — Method in class EntityBase
Acts on a saved entity before the insert or update hook is invoked.
- EntityBase::preCreate() — Method in class EntityBase
Changes the values of an entity before it is created.
- EntityBase::postCreate() — Method in class EntityBase
Acts on a created entity before hooks are invoked.
- EntityBase::preDelete() — Method in class EntityBase
Acts on entities before they are deleted and before hooks are invoked.
- EntityBase::postDelete() — Method in class EntityBase
Acts on deleted entities before the delete hook is invoked.
- EntityBase::postLoad() — Method in class EntityBase
Acts on loaded entities.
- $ EntityDisplayBase#plugins — Property in class EntityDisplayBase
The plugin objects used for this display, keyed by field name.
- $ EntityDisplayBase#pluginManager — Property in class EntityDisplayBase
The plugin manager used by this entity type.
- EntityDisplayBase::preSave() — Method in class EntityDisplayBase
Acts on an entity before the presave hook is invoked.
- EntityDisplayModeBase::preSave() — Method in class EntityDisplayModeBase
Acts on an entity before the presave hook is invoked.
- EntityDisplayModeBase::preDelete() — Method in class EntityDisplayModeBase
Acts on entities before they are deleted and before hooks are invoked.
- $ EntityDisplayPluginCollection#pluginKey — Property in class EntityDisplayPluginCollection
The key within the plugin configuration that contains the plugin ID.
- EntityForm::processForm() — Method in class EntityForm
Process callback: assigns weights and hides extra fields.
- EntityForm::prepareEntity() — Method in class EntityForm
Prepares the entity object before the form is built first.
- EntityForm::prepareInvokeAll() — Method in class EntityForm
Invokes the specified prepare hook variant.
- EntityInterface::preSave() — Method in class EntityInterface
Acts on an entity before the presave hook is invoked.
- EntityInterface::postSave() — Method in class EntityInterface
Acts on a saved entity before the insert or update hook is invoked.
- EntityInterface::preCreate() — Method in class EntityInterface
Changes the values of an entity before it is created.
- EntityInterface::postCreate() — Method in class EntityInterface
Acts on a created entity before hooks are invoked.
- EntityInterface::preDelete() — Method in class EntityInterface
Acts on entities before they are deleted and before hooks are invoked.
- EntityInterface::postDelete() — Method in class EntityInterface
Acts on deleted entities before the delete hook is invoked.
- EntityInterface::postLoad() — Method in class EntityInterface
Acts on loaded entities.
- EntityPublishedTrait::publishedBaseFieldDefinitions() — Method in class EntityPublishedTrait
Returns an array of base field definitions for publishing status.
- EntityStorageBase::preLoad() — Method in class EntityStorageBase
Gathers entities from a 'preload' step.
- EntityStorageBase::postLoad() — Method in class EntityStorageBase
Attaches data to entities upon loading.
- $ EntityType#persistent_cache — Property in class EntityType
Indicates if the persistent cache of field data should be used.
- $ EntityType#permission_granularity — Property in class EntityType
The permission granularity level.
- EntityTypeManager::processDefinition() — Method in class EntityTypeManager
Performs extra processing on plugin definitions.
- EntityFormDisplay::processForm() — Method in class EntityFormDisplay
Process callback: assigns weights and hides extra fields.
- EntityViewDisplay::postSave() — Method in class EntityViewDisplay
Acts on a saved entity before the insert or update hook is invoked.
- FieldableEntityStorageInterface::purgeFieldData() — Method in class FieldableEntityStorageInterface
Purges a batch of field data.
- PhpSelection — Class in namespace Drupal\Core\Entity\Plugin\EntityReferenceSelection
Defines an alternative to the default Entity Reference Selection plugin.
- $ QueryBase#pager — Property in class QueryBase
The query pager data.
- QueryBase::pager() — Method in class QueryBase
Enables a pager for the query.
- QueryInterface::pager() — Method in class QueryInterface
Enables a pager for the query.
- Query::prepare() — Method in class Query
Prepares the basic query with proper metadata/tags and base fields.
- QueryAggregate::prepare() — Method in class QueryAggregate
Prepares the basic query with proper metadata/tags and base fields.
- RevisionableInterface::preSaveRevision() — Method in class RevisionableInterface
Acts on a revision before it gets saved.
- $ DefaultTableMapping#prefix — Property in class DefaultTableMapping
The prefix to be used by all the tables of this mapping.
- SqlContentEntityStorage::purgeFieldItems() — Method in class SqlContentEntityStorage
Removes field items from storage per entity during purge.
- SqlContentEntityStorageSchema::preUpdateEntityTypeSchema() — Method in class SqlContentEntityStorageSchema
- {@inheritdoc}
- SqlContentEntityStorageSchema::postUpdateEntityTypeSchema() — Method in class SqlContentEntityStorageSchema
- {@inheritdoc}
- SqlContentEntityStorageSchema::processDataTable() — Method in class SqlContentEntityStorageSchema
Processes the gathered schema for a base table.
- SqlContentEntityStorageSchema::processRevisionDataTable() — Method in class SqlContentEntityStorageSchema
Processes the gathered schema for a base table.
- SqlContentEntityStorageSchema::processIdentifierSchema() — Method in class SqlContentEntityStorageSchema
Processes the specified entity key.
- SqlContentEntityStorageSchema::processFieldStorageSchema() — Method in class SqlContentEntityStorageSchema
Processes the schema for a field storage definition.
- SqlContentEntityStorageSchema::performFieldSchemaOperation() — Method in class SqlContentEntityStorageSchema
Performs the specified operation on a field.
- SqlFieldableEntityTypeListenerTrait::preUpdateEntityTypeSchema() — Method in class SqlFieldableEntityTypeListenerTrait
Allows subscribers to prepare their schema before data copying.
- SqlFieldableEntityTypeListenerTrait::postUpdateEntityTypeSchema() — Method in class SqlFieldableEntityTypeListenerTrait
Allows subscribers to do any cleanup necessary after data copying.
- $ ActiveLinkResponseFilter#pathMatcher — Property in class ActiveLinkResponseFilter
The path matcher.
- $ HtmlResponsePlaceholderStrategySubscriber#placeholderStrategy — Property in class HtmlResponsePlaceholderStrategySubscriber
The placeholder strategy to use.
- ParamConverterSubscriber — Class in namespace Drupal\Core\EventSubscriber
Event subscriber for registering parameter converters with routes.
- $ ParamConverterSubscriber#paramConverterManager — Property in class ParamConverterSubscriber
The parameter converter manager.
- PathRootsSubscriber — Class in namespace Drupal\Core\EventSubscriber
Provides all available first bits of all route paths.
- $ PathRootsSubscriber#pathRoots — Property in class PathRootsSubscriber
Stores the path roots available in the router.
- PsrResponseSubscriber — Class in namespace Drupal\Core\EventSubscriber
Response subscriber for handling PSR-7 responses.
- $ Dependency#project — Property in class Dependency
The project namespace for the dependency.
- $ Extension#pathname — Property in class Extension
The relative pathname of the extension (e.g., 'core/modules/node/node.info.yml').
- $ ExtensionDiscovery#profileDirectories — Property in class ExtensionDiscovery
List of installation profile directories to additionally scan.
- ExtensionDiscovery::process() — Method in class ExtensionDiscovery
Processes the filtered and sorted list of extensions.
- $ ExtensionList#pathNames — Property in class ExtensionList
A list of extension folder names keyed by extension name.
- $ InfoParser#parsedInfos — Property in class InfoParser
Array of all info keyed by filename.
- InfoParser::parse() — Method in class InfoParser
Parses Drupal module, theme and profile .info.yml files.
- InfoParserDynamic::parse() — Method in class InfoParserDynamic
Parses Drupal module, theme and profile .info.yml files.
- InfoParserInterface::parse() — Method in class InfoParserInterface
Parses Drupal module, theme and profile .info.yml files.
- $ ModuleExtensionList#profileList — Property in class ModuleExtensionList
The profile list needed by this module list.
- ProfileExtensionList — Class in namespace Drupal\Core\Extension
Provides a list of installation profiles.
- $ BaseFieldDefinition#propertyDefinitions — Property in class BaseFieldDefinition
An array of field property definitions.
- EntityReferenceFieldItemList::processDefaultValue() — Method in class EntityReferenceFieldItemList
Processes the default value before being applied.
- BaseFieldOverride::preSave() — Method in class BaseFieldOverride
Acts on an entity before the presave hook is invoked.
- BaseFieldOverride::postDelete() — Method in class BaseFieldOverride
Acts on deleted entities before the delete hook is invoked.
- $ FieldConfigBase#propertyConstraints — Property in class FieldConfigBase
Array of property constraint options keyed by property ID. The values are associative array of constraint options keyed by constraint plugin ID.
- FieldConfigBase::postCreate() — Method in class FieldConfigBase
Acts on a created entity before hooks are invoked.
- FieldConfigBase::postSave() — Method in class FieldConfigBase
Acts on a saved entity before the insert or update hook is invoked.
- FieldItemBase::preSave() — Method in class FieldItemBase
Defines custom presave behavior for field values.
- FieldItemBase::postSave() — Method in class FieldItemBase
Defines custom post-save behavior for field values.
- FieldItemInterface::propertyDefinitions() — Method in class FieldItemInterface
Defines field item properties.
- FieldItemInterface::preSave() — Method in class FieldItemInterface
Defines custom presave behavior for field values.
- FieldItemInterface::postSave() — Method in class FieldItemInterface
Defines custom post-save behavior for field values.
- FieldItemList::preSave() — Method in class FieldItemList
Defines custom presave behavior for field values.
- FieldItemList::postSave() — Method in class FieldItemList
Defines custom post-save behavior for field values.
- FieldItemList::processDefaultValue() — Method in class FieldItemList
Processes the default value before being applied.
- FieldItemListInterface::preSave() — Method in class FieldItemListInterface
Defines custom presave behavior for field values.
- FieldItemListInterface::postSave() — Method in class FieldItemListInterface
Defines custom post-save behavior for field values.
- FieldItemListInterface::processDefaultValue() — Method in class FieldItemListInterface
Processes the default value before being applied.
- FieldTypePluginManager::processDefinition() — Method in class FieldTypePluginManager
Performs extra processing on plugin definitions.
- FormatterBase::prepareView() — Method in class FormatterBase
Allows formatters to load information for field values being displayed.
- FormatterInterface::prepareView() — Method in class FormatterInterface
Allows formatters to load information for field values being displayed.
- FormatterPluginManager::prepareConfiguration() — Method in class FormatterPluginManager
Merges default values for formatter configuration.
- PluginSettingsBase — Class in namespace Drupal\Core\Field
Base class for the Field API plugins.
- PluginSettingsInterface — Class in namespace Drupal\Core\Field
Interface definition for plugin with settings.
- EntityReferenceFormatterBase::prepareView() — Method in class EntityReferenceFormatterBase
Allows formatters to load information for field values being displayed.
- BooleanItem::propertyDefinitions() — Method in class BooleanItem
Defines field item properties.
- ChangedItem::preSave() — Method in class ChangedItem
Defines custom presave behavior for field values.
- DecimalItem::propertyDefinitions() — Method in class DecimalItem
Defines field item properties.
- DecimalItem::preSave() — Method in class DecimalItem
Defines custom presave behavior for field values.
- EmailItem::propertyDefinitions() — Method in class EmailItem
Defines field item properties.
- EntityReferenceItem::propertyDefinitions() — Method in class EntityReferenceItem
Defines field item properties.
- EntityReferenceItem::preSave() — Method in class EntityReferenceItem
Defines custom presave behavior for field values.
- FloatItem::propertyDefinitions() — Method in class FloatItem
Defines field item properties.
- IntegerItem::propertyDefinitions() — Method in class IntegerItem
Defines field item properties.
- LanguageItem::propertyDefinitions() — Method in class LanguageItem
Defines field item properties.
- MapItem::propertyDefinitions() — Method in class MapItem
Defines field item properties.
- PasswordItem — Class in namespace Drupal\Core\Field\Plugin\Field\FieldType
Defines the 'password' entity field type.
- PasswordItem::propertyDefinitions() — Method in class PasswordItem
Defines field item properties.
- PasswordItem::preSave() — Method in class PasswordItem
Defines custom presave behavior for field values.
- StringItemBase::propertyDefinitions() — Method in class StringItemBase
Defines field item properties.
- TimestampItem::propertyDefinitions() — Method in class TimestampItem
Defines field item properties.
- UriItem::propertyDefinitions() — Method in class UriItem
Defines field item properties.
- PreconfiguredFieldUiOptionsInterface — Class in namespace Drupal\Core\Field
Defines an interface for exposing "preconfigured" field definitions.
- WidgetPluginManager::prepareConfiguration() — Method in class WidgetPluginManager
Merges default values for widget configuration.
- $ FileTransfer#password — Property in class FileTransfer
The password for this file transfer.
- $ FileTransfer#port — Property in class FileTransfer
The port for this file transfer.
- FileSystem::prepareDestination() — Method in class FileSystem
Prepares the destination for a file copy or move operation.
- FileSystem::prepareDirectory() — Method in class FileSystem
Checks that the directory exists and is writable.
- FileSystemInterface::prepareDirectory() — Method in class FileSystemInterface
Checks that the directory exists and is writable.
- ProtectedDirectory — Class in namespace Drupal\Core\File
A value object representing a protected directory.
- $ ProtectedDirectory#path — Property in class ProtectedDirectory
The directory path.
- $ ProtectedDirectory#private — Property in class ProtectedDirectory
If the directory is private (or public).
- FormBuilder::processForm() — Method in class FormBuilder
Processes a form submission.
- FormBuilder::prepareForm() — Method in class FormBuilder
Prepares a structured form array.
- FormBuilderInterface::processForm() — Method in class FormBuilderInterface
Processes a form submission.
- FormBuilderInterface::prepareForm() — Method in class FormBuilderInterface
Prepares a structured form array.
- FormHelper::processStatesArray() — Method in class FormHelper
Helps recursively rewrite #states selectors.
- FormHelper::processStates() — Method in class FormHelper
Adds JavaScript to change the state of an element based on another element.
- $ FormState#programmed — Property in class FormState
If TRUE, the form was submitted programmatically, usually invoked via \Drupal\Core\Form\FormBuilderInterface::submitForm(). Defaults to FALSE.
- $ FormState#programmed_bypass_access_check — Property in class FormState
If TRUE, programmatic form submissions are processed without taking #access into account. Set this to FALSE when submitting a form programmatically with values that may have been input by the user executing the current request; this will cause #access to be respected as it would on a normal form submission. Defaults to TRUE.
- $ FormState#process_input — Property in class FormState
TRUE signifies correct form submission. This is always TRUE for programmed forms coming from \Drupal\Core\Form\FormBuilderInterface::submitForm() (see 'programmed' key), or if the form_id coming from the \Drupal::request()->request data is set and matches the current form_id.
- FormState::prepareCallback() — Method in class FormState
Converts support notations for a form callback to a valid callable.
- FormStateDecoratorBase::prepareCallback() — Method in class FormStateDecoratorBase
Converts support notations for a form callback to a valid callable.
- FormStateInterface::prepareCallback() — Method in class FormStateInterface
Converts support notations for a form callback to a valid callable.
- FormValidator::performRequiredValidation() — Method in class FormValidator
Performs validation of elements that are not subject to limited validation.
- $ SubformState#parentForm — Property in class SubformState
The parent form.
- ImageToolkitInterface::parseFile() — Method in class ImageToolkitInterface
Determines if a file contains a valid image.
- ImageToolkitOperationBase::prepareArguments() — Method in class ImageToolkitOperationBase
Checks if required arguments are passed in and adds defaults for non passed in optional arguments.
- $ Layout#path — Property in class Layout
Path (relative to the module or theme) to resources like icon or template.
- $ SvgIconBuilder#padding — Property in class SvgIconBuilder
The padding between regions.
- $ LayoutDefault#pluginDefinition — Property in class LayoutDefault
The layout definition.
- $ LayoutDefinition#path — Property in class LayoutDefinition
Path (relative to the module or theme) to resources like icon or template.
- LayoutPluginManager::providerExists() — Method in class LayoutPluginManager
Determines if the provider of a definition exists.
- LayoutPluginManager::processDefinition() — Method in class LayoutPluginManager
Performs extra processing on plugin definitions.
- PersistentDatabaseLockBackend — Class in namespace Drupal\Core\Lock
Defines the persistent database lock backend. This backend is global for this Drupal installation.
- LogMessageParser::parseMessagePlaceholders() — Method in class LogMessageParser
Parses and transforms message and its placeholders to a common format.
- LogMessageParserInterface::parseMessagePlaceholders() — Method in class LogMessageParserInterface
Parses and transforms message and its placeholders to a common format.
- PhpMail — Class in namespace Drupal\Core\Mail\Plugin\Mail
Defines the default Drupal mail backend, using PHP's native mail() function.
- $ ContextualLinkManager#pluginsByGroup — Property in class ContextualLinkManager
A static cache of all the contextual link plugins by group name.
- ContextualLinkManager::processDefinition() — Method in class ContextualLinkManager
Performs extra processing on plugin definitions.
- LocalTaskManager::processDefinition() — Method in class LocalTaskManager
Performs extra processing on plugin definitions.
- MenuLinkManager::processDefinition() — Method in class MenuLinkManager
Performs extra processing on plugin definitions.
- MenuParentFormSelector::parentSelectElement() — Method in class MenuParentFormSelector
Gets a form element to choose a menu and parent.
- MenuParentFormSelector::parentSelectOptionsTreeWalk() — Method in class MenuParentFormSelector
Iterates over all items in the tree to prepare the parents select options.
- MenuParentFormSelectorInterface::parentSelectElement() — Method in class MenuParentFormSelectorInterface
Gets a form element to choose a menu and parent.
- MenuTreeStorage::purgeMultiple() — Method in class MenuTreeStorage
Purges multiple menu links that no longer exist.
- MenuTreeStorage::preSave() — Method in class MenuTreeStorage
Fills in all the fields the database save needs, using the link definition.
- MenuTreeStorage::prepareLink() — Method in class MenuTreeStorage
Prepares a link by unserializing values and saving the definition.
- Pager — Class in namespace Drupal\Core\Pager
A value object that represents a pager.
- PagerManager — Class in namespace Drupal\Core\Pager
Provides a manager for pagers.
- $ PagerManager#pagerParams — Property in class PagerManager
The pager parameters.
- $ PagerManager#pagers — Property in class PagerManager
An associative array of pagers.
- PagerManagerInterface — Class in namespace Drupal\Core\Pager
This is a service for pager information.
- PagerParameters — Class in namespace Drupal\Core\Pager
Provides pager information contained within the current request.
- PagerParametersInterface — Class in namespace Drupal\Core\Pager
Interface describing pager information contained within the request.
- ParamConverterInterface — Class in namespace Drupal\Core\ParamConverter
Interface for parameter converters.
- ParamConverterManager — Class in namespace Drupal\Core\ParamConverter
Manages converter services for converting request parameters to full objects.
- ParamConverterManagerInterface — Class in namespace Drupal\Core\ParamConverter
Provides an interface for a parameter converter manager.
- ParamNotConvertedException — Class in namespace Drupal\Core\ParamConverter
Provides an exception class for a request parameter that was not converted.
- PasswordGeneratorInterface — Class in namespace Drupal\Core\Password
Interface for generating passwords.
- PasswordInterface — Class in namespace Drupal\Core\Password
Secure password hashing functions for user authentication.
- PhpassHashedPassword — Class in namespace Drupal\Core\Password
Secure password hashing functions based on the Portable PHP password hashing framework.
- InboundPathProcessorInterface::processInbound() — Method in class InboundPathProcessorInterface
Processes the inbound path.
- NullPathProcessorManager::processInbound() — Method in class NullPathProcessorManager
Processes the inbound path.
- NullPathProcessorManager::processOutbound() — Method in class NullPathProcessorManager
Processes the outbound path.
- OutboundPathProcessorInterface::processOutbound() — Method in class OutboundPathProcessorInterface
Processes the outbound path.
- PathProcessorDecode — Class in namespace Drupal\Core\PathProcessor
Processes the inbound path by urldecoding it.
- PathProcessorDecode::processInbound() — Method in class PathProcessorDecode
Processes the inbound path.
- PathProcessorFront — Class in namespace Drupal\Core\PathProcessor
Processes the inbound path by resolving it to the front page if empty.
- PathProcessorFront::processInbound() — Method in class PathProcessorFront
Processes the inbound path.
- PathProcessorManager — Class in namespace Drupal\Core\PathProcessor
Path processor manager.
- PathProcessorManager::processInbound() — Method in class PathProcessorManager
Processes the inbound path.
- PathProcessorManager::processOutbound() — Method in class PathProcessorManager
Processes the outbound path.
- $ CurrentPathStack#paths — Property in class CurrentPathStack
Static cache of paths.
- PathMatcher — Class in namespace Drupal\Core\Path
Provides a path matcher.
- PathMatcherInterface — Class in namespace Drupal\Core\Path
Provides an interface for URL path matchers.
- PathValidator — Class in namespace Drupal\Core\Path
Provides a default path validator and access checker.
- $ PathValidator#pathProcessor — Property in class PathValidator
The path processor.
- PathValidatorInterface — Class in namespace Drupal\Core\Path
Provides an interface for url path validators.
- $ ValidPathConstraintValidator#pathValidator — Property in class ValidPathConstraintValidator
The path validator.
- PhpStorageFactory — Class in namespace Drupal\Core\PhpStorage
Creates a php storage object.
- CategorizingPluginManagerTrait::processDefinitionCategory() — Method in class CategorizingPluginManagerTrait
Processes a plugin definition to ensure there is a category.
- $ DefaultLazyPluginCollection#pluginKey — Property in class DefaultLazyPluginCollection
The key within the plugin configuration that contains the plugin ID.
- $ DefaultPluginManager#pluginDefinitionAnnotationName — Property in class DefaultPluginManager
The name of the annotation that contains the plugin definition.
- $ DefaultPluginManager#pluginInterface — Property in class DefaultPluginManager
The interface each plugin should implement.
- DefaultPluginManager::processDefinition() — Method in class DefaultPluginManager
Performs extra processing on plugin definitions.
- DefaultPluginManager::providerExists() — Method in class DefaultPluginManager
Determines if the provider of a definition exists.
- AnnotatedClassDiscovery::prepareAnnotationDefinition() — Method in class AnnotatedClassDiscovery
Prepares the annotation definition.
- PluginBase — Class in namespace Drupal\Core\Plugin
Base class for plugins supporting metadata inspection and translation.
- PluginDependencyTrait — Class in namespace Drupal\Core\Plugin
Provides a trait for calculating the dependencies of a plugin.
- PluginFormBase — Class in namespace Drupal\Core\Plugin
Provides a base class for plugin forms.
- $ PluginFormBase#plugin — Property in class PluginFormBase
The plugin this form is for.
- PluginFormFactory — Class in namespace Drupal\Core\Plugin
Provides form discovery capabilities for plugins.
- PluginFormFactoryInterface — Class in namespace Drupal\Core\Plugin
Provides an interface for retrieving form objects for plugins.
- PluginFormInterface — Class in namespace Drupal\Core\Plugin
Provides an interface for an embeddable plugin form.
- PluginManagerPass — Class in namespace Drupal\Core\Plugin
Registers plugin managers to the plugin.cache_clearer service.
- PluginManagerPass::process() — Method in class PluginManagerPass
- {@inheritdoc}
- PluginWithFormsInterface — Class in namespace Drupal\Core\Plugin
Provides an interface for plugins which have forms.
- PluginWithFormsTrait — Class in namespace Drupal\Core\Plugin
Provides a trait with typical behavior for plugins which have forms.
- PrivateKey — Class in namespace Drupal\Core
Manages the Drupal private key.
- ProxyBuilder — Class in namespace Drupal\Core\ProxyBuilder
Extend the component proxy builder by using the DependencySerializationTrait.
- PersistentDatabaseLockBackend — Class in namespace Drupal\Core\ProxyClass\Lock
Provides a proxy class for \Drupal\Core\Lock\PersistentDatabaseLockBackend.
- QueueWorkerInterface::processItem() — Method in class QueueWorkerInterface
Works on a single queue item.
- QueueWorkerManager::processDefinition() — Method in class QueueWorkerManager
Performs extra processing on plugin definitions.
- AttachmentsResponseProcessorInterface::processAttachments() — Method in class AttachmentsResponseProcessorInterface
Processes the attachments of a response that has attachments.
- Element::property() — Method in class Element
Checks if the key is a property.
- Element::properties() — Method in class Element
Gets properties of a structured array element (keys beginning with '#').
- Actions::processActions() — Method in class Actions
Processes a form actions container element.
- Actions::preRenderActionsDropbutton() — Method in class Actions
pre_render callback for #type 'actions'.
- Button::processButton() — Method in class Button
Processes a form button element.
- Button::preRenderButton() — Method in class Button
Prepares a #type 'button' render element for input.html.twig.
- Checkbox::preRenderCheckbox() — Method in class Checkbox
Prepares a #type 'checkbox' render element for input.html.twig.
- Checkbox::processCheckbox() — Method in class Checkbox
Sets the #checked property of a checkbox element.
- Checkboxes::processCheckboxes() — Method in class Checkboxes
Processes a checkboxes form element.
- Color::preRenderColor() — Method in class Color
Prepares a #type 'color' render element for input.html.twig.
- CompositeFormElementTrait::preRenderCompositeFormElement() — Method in class CompositeFormElementTrait
Adds form element theming to an element if its title or description is set.
- Container::processContainer() — Method in class Container
Processes a container element.
- Container::preRenderContainer() — Method in class Container
Prevents optional containers from rendering if they have no children.
- Date::processDate() — Method in class Date
Processes a date form element.
- Date::preRenderDate() — Method in class Date
Adds form-specific attributes to a 'date' #type element.
- Details::preRenderDetails() — Method in class Details
Adds form element theming to details.
- Dropbutton::preRenderDropbutton() — Method in class Dropbutton
Pre-render callback: Attaches the dropbutton library and required markup.
- Email::preRenderEmail() — Method in class Email
Prepares a #type 'email' render element for input.html.twig.
- File::processFile() — Method in class File
Processes a file upload element, make use of #multiple if present.
- File::preRenderFile() — Method in class File
Prepares a #type 'file' render element for input.html.twig.
- FormElement::processPattern() — Method in class FormElement
process callback for #pattern form element property.
- FormElement::processAutocomplete() — Method in class FormElement
Adds autocomplete functionality to elements.
- Hidden::preRenderHidden() — Method in class Hidden
Prepares a #type 'hidden' render element for input.html.twig.
- HtmlTag::preRenderHtmlTag() — Method in class HtmlTag
Pre-render callback: Renders a generic HTML tag with attributes.
- HtmlTag::preRenderConditionalComments() — Method in class HtmlTag
Pre-render callback: Renders #browsers into #prefix and #suffix.
- ImageButton::preRenderButton() — Method in class ImageButton
Prepares a #type 'button' render element for input.html.twig.
- InlineTemplate::preRenderInlineTemplate() — Method in class InlineTemplate
Renders a twig string directly.
- Link::preRenderLink() — Method in class Link
Pre-render callback: Renders a link into #markup.
- Link::preRenderLinks() — Method in class Link
Pre-render callback: Collects child links into a single array.
- MachineName::processMachineName() — Method in class MachineName
Processes a machine-readable name form element.
- Number::preRenderNumber() — Method in class Number
Prepares a #type 'number' render element for input.html.twig.
- Page — Class in namespace Drupal\Core\Render\Element
Provides a render element for the content of an HTML page.
- PageTitle — Class in namespace Drupal\Core\Render\Element
Provides a render element for the title of an HTML page.
- Pager — Class in namespace Drupal\Core\Render\Element
Provides a render element for a pager.
- Pager::preRenderPager() — Method in class Pager
pre_render callback to associate the appropriate cache context.
- Password — Class in namespace Drupal\Core\Render\Element
Provides a form element for entering a password, with hidden text.
- Password::preRenderPassword() — Method in class Password
Prepares a #type 'password' render element for input.html.twig.
- PasswordConfirm — Class in namespace Drupal\Core\Render\Element
Provides a form element for double-input of passwords.
- PasswordConfirm::processPasswordConfirm() — Method in class PasswordConfirm
Expand a password_confirm field into two text boxes.
- PathElement — Class in namespace Drupal\Core\Render\Element
Provides a matched path render element.
- Radio::preRenderRadio() — Method in class Radio
Prepares a #type 'radio' render element for input.html.twig.
- Radios::processRadios() — Method in class Radios
Expands a radios element into individual radio elements.
- Range::preRenderRange() — Method in class Range
Prepares a #type 'range' render element for input.html.twig.
- RenderElement::preRenderGroup() — Method in class RenderElement
Adds members of this group as actual elements for rendering.
- RenderElement::processAjaxForm() — Method in class RenderElement
Form element processing handler for the #ajax form property.
- RenderElement::preRenderAjaxForm() — Method in class RenderElement
Adds Ajax information about an element to communicate with JavaScript.
- RenderElement::processGroup() — Method in class RenderElement
Arranges elements into groups.
- Search::preRenderSearch() — Method in class Search
Prepares a #type 'search' render element for input.html.twig.
- Select::processSelect() — Method in class Select
Processes a select list form element.
- Select::preRenderSelect() — Method in class Select
Prepares a select render element.
- StatusReport::preRenderGroupRequirements() — Method in class StatusReport
pre_render callback to group requirements.
- SystemCompactLink::preRenderCompactLink() — Method in class SystemCompactLink
Pre-render callback: Renders a link into #markup.
- Table::processTable() — Method in class Table
process callback for #type 'table' to add tableselect support.
- Table::preRenderTable() — Method in class Table
pre_render callback to transform children of an element of #type 'table'.
- Tableselect::preRenderTableselect() — Method in class Tableselect
Prepares a 'tableselect' #type element for rendering.
- Tableselect::processTableselect() — Method in class Tableselect
Creates checkbox or radio elements to populate a tableselect table.
- Tel::preRenderTel() — Method in class Tel
Prepares a #type 'tel' render element for input.html.twig.
- Textfield::preRenderTextfield() — Method in class Textfield
Prepares a #type 'textfield' render element for input.html.twig.
- Url::preRenderUrl() — Method in class Url
Prepares a #type 'url' render element for input.html.twig.
- VerticalTabs::preRenderVerticalTabs() — Method in class VerticalTabs
Prepares a vertical_tabs element for rendering.
- VerticalTabs::processVerticalTabs() — Method in class VerticalTabs
Creates a group formatted as vertical tabs.
- Weight::processWeight() — Method in class Weight
Expands a weight element into a select/number element.
- HtmlResponseAttachmentsProcessor::processAttachments() — Method in class HtmlResponseAttachmentsProcessor
Processes the attachments of a response that has attachments.
- HtmlResponseAttachmentsProcessor::processAssetLibraries() — Method in class HtmlResponseAttachmentsProcessor
Processes asset libraries into render arrays.
- HtmlResponseAttachmentsProcessor::processHtmlHead() — Method in class HtmlResponseAttachmentsProcessor
Ensure proper key/data order and defaults for renderable head items.
- HtmlResponseAttachmentsProcessor::processHtmlHeadLink() — Method in class HtmlResponseAttachmentsProcessor
Transform a html_head_link array into html_head and http_header arrays.
- HtmlResponseAttachmentsProcessor::processFeed() — Method in class HtmlResponseAttachmentsProcessor
Transform a 'feed' attachment into an 'html_head_link' attachment.
- HtmlRenderer::prepare() — Method in class HtmlRenderer
Prepares the HTML body: wraps the main content in #type 'page'.
- MainContentRenderersPass::process() — Method in class MainContentRenderersPass
- {@inheritdoc}
- $ OffCanvasRenderer#position — Property in class OffCanvasRenderer
The position to render the off-canvas dialog.
- PageDisplayVariantSelectionEvent — Class in namespace Drupal\Core\Render
Event fired when rendering main content, to select a page display variant.
- $ PageDisplayVariantSelectionEvent#pluginId — Property in class PageDisplayVariantSelectionEvent
The selected page display variant plugin ID.
- $ PageDisplayVariantSelectionEvent#pluginConfiguration — Property in class PageDisplayVariantSelectionEvent
The configuration for the selected page display variant.
- PlaceholderGenerator — Class in namespace Drupal\Core\Render
Turns a render array into a placeholder.
- PlaceholderGeneratorInterface — Class in namespace Drupal\Core\Render
Defines an interface for turning a render array into a placeholder.
- $ ChainedPlaceholderStrategy#placeholderStrategies — Property in class ChainedPlaceholderStrategy
An ordered list of placeholder strategy services.
- ChainedPlaceholderStrategy::processPlaceholders() — Method in class ChainedPlaceholderStrategy
Processes placeholders to render them with different strategies.
- PlaceholderStrategyInterface — Class in namespace Drupal\Core\Render\Placeholder
Provides an interface for defining a placeholder strategy service.
- PlaceholderStrategyInterface::processPlaceholders() — Method in class PlaceholderStrategyInterface
Processes placeholders to render them with different strategies.
- SingleFlushStrategy::processPlaceholders() — Method in class SingleFlushStrategy
Processes placeholders to render them with different strategies.
- PlaceholderingRenderCache — Class in namespace Drupal\Core\Render
Adds automatic placeholdering to the RenderCache.
- $ PlaceholderingRenderCache#placeholderGenerator — Property in class PlaceholderingRenderCache
The placeholder generator.
- $ PlaceholderingRenderCache#placeholderResultsCache — Property in class PlaceholderingRenderCache
Stores rendered results for automatically placeholdered elements.
- PreviewFallbackInterface — Class in namespace Drupal\Core\Render
Allows an element to provide a fallback representation of itself for preview.
- $ Renderer#placeholderGenerator — Property in class Renderer
The placeholder generator.
- OutboundRouteProcessorInterface::processOutbound() — Method in class OutboundRouteProcessorInterface
Processes the outbound route.
- RouteProcessorCurrent::processOutbound() — Method in class RouteProcessorCurrent
Processes the outbound route.
- RouteProcessorManager::processOutbound() — Method in class RouteProcessorManager
Processes the outbound route.
- $ CompiledRoute#patternOutline — Property in class CompiledRoute
The pattern outline of this route.
- ParamConversionEnhancer — Class in namespace Drupal\Core\Routing\Enhancer
Provides a route enhancer that handles parameter conversion.
- $ ParamConversionEnhancer#paramConverterManager — Property in class ParamConversionEnhancer
The parameter conversion manager.
- $ LazyRouteCollection#provider — Property in class LazyRouteCollection
The route provider for this generator.
- NullGenerator::processRoute() — Method in class NullGenerator
Passes the route to the processor manager for altering before compilation.
- NullGenerator::processPath() — Method in class NullGenerator
Passes the path to a processor manager to allow alterations.
- PreloadableRouteProviderInterface — Class in namespace Drupal\Core\Routing
Extends the router provider interface to pre-load routes.
- PreloadableRouteProviderInterface::preLoadRoutes() — Method in class PreloadableRouteProviderInterface
Pre-load routes by their names using the provided list of names.
- $ RouteMatch#parameters — Property in class RouteMatch
A key|value store of parameters.
- $ RouteProvider#pathProcessor — Property in class RouteProvider
A path processor manager for resolving the system path.
- RouteProvider::preLoadRoutes() — Method in class RouteProvider
Pre-load routes by their names using the provided list of names.
- RouteProviderLazyBuilder::preLoadRoutes() — Method in class RouteProviderLazyBuilder
Pre-load routes by their names using the provided list of names.
- $ UrlGenerator#provider — Property in class UrlGenerator
The route provider.
- $ UrlGenerator#pathProcessor — Property in class UrlGenerator
The path processor to convert the system path to one suitable for urls.
- UrlGenerator::processPath() — Method in class UrlGenerator
Passes the path to a processor manager to allow alterations.
- UrlGenerator::processRoute() — Method in class UrlGenerator
Passes the route to the processor manager for altering before compilation.
- PharExtensionInterceptor — Class in namespace Drupal\Core\Security
An alternate PharExtensionInterceptor to support phar-based CLI tools.
- RequestSanitizer::processParameterBag() — Method in class RequestSanitizer
Processes a request parameter bag.
- PermissionsHashGenerator — Class in namespace Drupal\Core\Session
Generates and caches the permissions hash for a user.
- $ PermissionsHashGenerator#privateKey — Property in class PermissionsHashGenerator
The private key service.
- PermissionsHashGeneratorInterface — Class in namespace Drupal\Core\Session
Defines the user permissions hash generator interface.
- $ UserSession#preferred_langcode — Property in class UserSession
The preferred language code of the account.
- $ UserSession#preferred_admin_langcode — Property in class UserSession
The preferred administrative language code of the account.
- PhpStreamWrapperInterface — Class in namespace Drupal\Core\StreamWrapper
Defines a generic PHP stream wrapper interface.
- PrivateStream — Class in namespace Drupal\Core\StreamWrapper
Drupal private (private://) stream wrapper class.
- PublicStream — Class in namespace Drupal\Core\StreamWrapper
Defines a Drupal public (public://) stream wrapper class.
- PluralTranslatableMarkup — Class in namespace Drupal\Core\StringTranslation
A class to hold plural translatable markup.
- BreakLockLink::preRenderLock() — Method in class BreakLockLink
Pre-render callback: Renders a lock into #markup.
- PrivateTempStore — Class in namespace Drupal\Core\TempStore
Stores and retrieves temporary data for a given owner.
- PrivateTempStoreFactory — Class in namespace Drupal\Core\TempStore
Creates a PrivateTempStore object for a given collection.
- TwigTransTokenParser::parse() — Method in class TwigTransTokenParser
- {@inheritdoc}
- FunctionalTestSetupTrait::prepareSettings() — Method in class FunctionalTestSetupTrait
Prepares site settings and services before installation.
- FunctionalTestSetupTrait::prepareRequestForGenerator() — Method in class FunctionalTestSetupTrait
Creates a mock request and sets it on the generator.
- FunctionalTestSetupTrait::prepareEnvironment() — Method in class FunctionalTestSetupTrait
Prepares the current environment for running the test.
- PerformanceTestRecorder — Class in namespace Drupal\Core\Test
Records the number of times specific events occur.
- PhpUnitTestRunner — Class in namespace Drupal\Core\Test
Run PHPUnit-based tests.
- PhpUnitTestRunner::phpUnitCommand() — Method in class PhpUnitTestRunner
Returns the command to run PHPUnit.
- TestFileParser::parseContents() — Method in class TestFileParser
Parse class names out of PHP file contents.
- TestDatabase::processPhpUnitResults() — Method in class TestDatabase
Inserts the parsed PHPUnit results into {simpletest}.
- TestDiscovery::parseTestClassSummary() — Method in class TestDiscovery
Parses the phpDoc summary line of a test class.
- TestDiscovery::parseTestClassAnnotations() — Method in class TestDiscovery
Parses annotations in the phpDoc of a test class.
- $ TestSetupTrait#publicFilesDirectory — Property in class TestSetupTrait
The public file directory for the test environment.
- $ TestSetupTrait#privateFilesDirectory — Property in class TestSetupTrait
The private file directory for the test environment.
- TestSetupTrait::prepareDatabasePrefix() — Method in class TestSetupTrait
Generates a database prefix for running tests.
- $ ActiveTheme#path — Property in class ActiveTheme
The path to the theme.
- Registry::processExtension() — Method in class Registry
Process a single implementation of hook_theme().
- Registry::postProcessExtension() — Method in class Registry
Completes the theme registry adding discovered functions and hooks.
- ThemeInitialization::prepareStylesheetsRemove() — Method in class ThemeInitialization
Prepares stylesheets-remove specified in the *.info.yml file.
- PhpTransliteration — Class in namespace Drupal\Core\Transliteration
Enhances PhpTransliteration with an alter hook.
- $ ComplexDataDefinitionBase#propertyDefinitions — Property in class ComplexDataDefinitionBase
An array of data definitions.
- $ Map#properties — Property in class Map
The array of properties.
- PrimitiveBase — Class in namespace Drupal\Core\TypedData
Base class for primitive data types.
- PrimitiveInterface — Class in namespace Drupal\Core\TypedData
Interface for primitive data.
- $ TypedData#parent — Property in class TypedData
The parent typed data object.
- $ TypedDataManager#prototypes — Property in class TypedDataManager
An array of typed data property prototypes.
- $ ConstraintViolationBuilder#parameters — Property in class ConstraintViolationBuilder
The message parameters.
- $ ConstraintViolationBuilder#propertyPath — Property in class ConstraintViolationBuilder
The property path.
- $ ConstraintViolationBuilder#plural — Property in class ConstraintViolationBuilder
The number used
- $ ExecutionContext#propertyPath — Property in class ExecutionContext
The property path leading to the current value.
- UpdateCompilerPass::process() — Method in class UpdateCompilerPass
- {@inheritdoc}
- Module::postInstallTasks() — Method in class Module
Returns an array of links to pages that should be visited post operation.
- Module::postUpdateTasks() — Method in class Module
Returns an array of links to pages that should be visited post operation.
- Theme::postInstall() — Method in class Theme
Performs actions after installation.
- Theme::postInstallTasks() — Method in class Theme
Returns an array of links to pages that should be visited post operation.
- Updater::prepareInstallDirectory() — Method in class Updater
Makes sure the installation parent directory exists and is writable.
- Updater::postUpdate() — Method in class Updater
Performs actions after new code is updated.
- Updater::postInstall() — Method in class Updater
Performs actions after installation.
- Updater::postInstallTasks() — Method in class Updater
Returns an array of links to pages that should be visited post operation.
- Updater::postUpdateTasks() — Method in class Updater
Returns an array of links to pages that should be visited post operation.
- UpdaterInterface::postInstall() — Method in class UpdaterInterface
Actions to run after an install has occurred.
- UpdaterInterface::postUpdate() — Method in class UpdaterInterface
Actions to run after an update has occurred.
- ProjectInfo — Class in namespace Drupal\Core\Utility
Performs operations on drupal.org project data.
- ProjectInfo::processInfoList() — Method in class ProjectInfo
Populates an array of project data.
- $ ThemeRegistry#persistable — Property in class ThemeRegistry
Whether the partial registry can be persisted to the cache.
- $ UnroutedUrlAssembler#pathProcessor — Property in class UnroutedUrlAssembler
The outbound path processor.
- ConstraintManager::processDefinition() — Method in class ConstraintManager
Performs extra processing on plugin definitions.
- DrupalTranslator::processParameters() — Method in class DrupalTranslator
Processes the parameters array for use with TranslatableMarkup.
- $ ComplexDataConstraint#properties — Property in class ComplexDataConstraint
An array of constraints for contained properties, keyed by property name.
- PrimitiveTypeConstraint — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
Supports validating all primitive types.
- PrimitiveTypeConstraintValidator — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
Validates the PrimitiveType constraint.
- $ DemoUmamiProfileTest#profile — Property in class DemoUmamiProfileTest
- {@inheritdoc}
- $ UmamiMultilingualInstallTest#profile — Property in class UmamiMultilingualInstallTest
- {@inheritdoc}
- $ UninstallDefaultContentTest#profile — Property in class UninstallDefaultContentTest
- {@inheritdoc}
- $ SystemListingCrossProfileCompatibleTest#profile — Property in class SystemListingCrossProfileCompatibleTest
Use the Minimal profile.
- $ MinimalTest#profile — Property in class MinimalTest
- $ StandardJavascriptTest#profile — Property in class StandardJavascriptTest
- {@inheritdoc}
- $ StandardTest#profile — Property in class StandardTest
- Action::prepareRow() — Method in class Action
Adds additional data to the row.
- AggregatorController::pageLast() — Method in class AggregatorController
Displays the most recent items gathered from any feed.
- Feed::preCreate() — Method in class Feed
Changes the values of an entity before it is created.
- Feed::preDelete() — Method in class Feed
Acts on entities before they are deleted and before hooks are invoked.
- Feed::postDelete() — Method in class Feed
Acts on deleted entities before the delete hook is invoked.
- Item::postSave() — Method in class Item
Acts on a saved entity before the insert or update hook is invoked.
- OpmlFeedAdd::parseOpml() — Method in class OpmlFeedAdd
Parses an OPML file.
- $ ItemsImporter#processorManager — Property in class ItemsImporter
The aggregator processor manager.
- $ ItemsImporter#parserManager — Property in class ItemsImporter
The aggregator parser manager.
- ParserInterface — Class in namespace Drupal\aggregator\Plugin
Defines an interface for aggregator parser implementations.
- ParserInterface::parse() — Method in class ParserInterface
Parses feed data.
- ProcessorInterface — Class in namespace Drupal\aggregator\Plugin
Defines an interface for aggregator processor implementations.
- ProcessorInterface::process() — Method in class ProcessorInterface
Processes feed data.
- ProcessorInterface::postProcess() — Method in class ProcessorInterface
Refreshes feed information.
- AggregatorRefresh::processItem() — Method in class AggregatorRefresh
Works on a single queue item.
- DefaultParser::parse() — Method in class DefaultParser
Parses feed data.
- DefaultProcessor::process() — Method in class DefaultProcessor
Processes feed data.
- DefaultProcessor::postProcess() — Method in class DefaultProcessor
Implements \Drupal\aggregator\Plugin\ProcessorInterface::postProcess().
- BigPipe::performPreSendTasks() — Method in class BigPipe
Performs tasks before sending content (and rendering placeholders).
- BigPipe::performPostSendTasks() — Method in class BigPipe
Performs tasks after sending content (and rendering placeholders).
- BigPipeResponse::populateBasedOnOriginalHtmlResponse() — Method in class BigPipeResponse
Populates this BigPipeResponse object based on the original HTML response.
- BigPipeResponseAttachmentsProcessor::processAttachments() — Method in class BigPipeResponseAttachmentsProcessor
Processes the attachments of a response that has attachments.
- BigPipeStrategy::processPlaceholders() — Method in class BigPipeStrategy
Processes placeholders to render them with different strategies.
- BigPipeStrategy::placeholderIsAttributeSafe() — Method in class BigPipeStrategy
Determines whether the given placeholder is attribute-safe or not.
- $ BlockForm#pluginFormFactory — Property in class BlockForm
The plugin form manager.
- BlockViewBuilder::preRender() — Method in class BlockViewBuilder
pre_render callback for building a block.
- BlockController::performOperation() — Method in class BlockController
Calls a method on a block and reloads the listing page.
- $ Block#plugin — Property in class Block
The plugin instance ID.
- $ Block#pluginCollection — Property in class Block
The plugin collection that holds the block plugin for this entity.
- Block::postSave() — Method in class Block
Acts on a saved entity before the insert or update hook is invoked.
- Block::preSave() — Method in class Block
Acts on an entity before the presave hook is invoked.
- Block::prepareRow() — Method in class Block
Adds additional data to the row.
- BlockTranslation::prepareRow() — Method in class BlockTranslation
Adds additional data to the row.
- BlockContent::postSave() — Method in class BlockContent
Acts on a saved entity before the insert or update hook is invoked.
- BlockContent::postDelete() — Method in class BlockContent
Acts on deleted entities before the delete hook is invoked.
- BlockContent::preSaveRevision() — Method in class BlockContent
Acts on a revision before it gets saved.
- BlockCustomTranslation::prepareRow() — Method in class BlockCustomTranslation
Adds additional data to the row.
- BookOutline::prevLink() — Method in class BookOutline
Fetches the book link for the previous page of the book.
- BreakpointManager::processDefinition() — Method in class BreakpointManager
Performs extra processing on plugin definitions.
- BreakpointManager::providerExists() — Method in class BreakpointManager
Determines if the provider of a definition exists.
- $ CKEditor5AspectsOfCKEditor5Plugin#plugins — Property in class CKEditor5AspectsOfCKEditor5Plugin
The CKEditor5 plugin classes provided.
- CKEditor5ImageController::prepareFilename() — Method in class CKEditor5ImageController
Prepares the filename to strip out any malicious extensions.
- PluginManagerDependentValidatorTrait — Class in namespace Drupal\ckeditor5\Plugin\Validation\Constraint
Common functionality for many CKEditor 5 validation constraints.
- $ PluginManagerDependentValidatorTrait#pluginManager — Property in class PluginManagerDependentValidatorTrait
The CKEditor 5 plugin manager.
- $ SmartDefaultSettings#pluginManager — Property in class SmartDefaultSettings
The CKEditor 5 plugin manager.
- ColorSystemBrandingBlockAlter::preRender() — Method in class ColorSystemBrandingBlockAlter
pre_render callback: Sets color preset logo.
- Color::prepareRow() — Method in class Color
Adds additional data to the row.
- CommentForm::preview() — Method in class CommentForm
Form submission handler for the 'preview' action.
- CommentInterface::permalink() — Method in class CommentInterface
Returns the permalink URL for this comment.
- Comment::preSave() — Method in class Comment
Acts on an entity before the presave hook is invoked.
- Comment::postSave() — Method in class Comment
Acts on a saved entity before the insert or update hook is invoked.
- Comment::postDelete() — Method in class Comment
Acts on deleted entities before the delete hook is invoked.
- Comment::permalink() — Method in class Comment
Returns the permalink URL for this comment.
- Comment::preCreate() — Method in class Comment
Changes the values of an entity before it is created.
- CommentItem::propertyDefinitions() — Method in class CommentItem
Defines field item properties.
- EntityComment::processStubRow() — Method in class EntityComment
Populates as much of the stub row as possible.
- CommentType::prepareRow() — Method in class CommentType
Adds additional data to the row.
- Comment::prepareRow() — Method in class Comment
Adds additional data to the row.
- Comment::prepareComment() — Method in class Comment
Provides a BC layer for deprecated sources.
- Comment::prepareRow() — Method in class Comment
Adds additional data to the row.
- CommentEntityTranslation::prepareRow() — Method in class CommentEntityTranslation
Adds additional data to the row.
- EntityLink::preRender() — Method in class EntityLink
Runs before any fields are rendered.
- NodeNewComments::preRender() — Method in class NodeNewComments
Runs before any fields are rendered.
- Rss::preRender() — Method in class Rss
Allow the style to do stuff before each row is rendered.
- ConfigEntityMapper::populateFromRouteMatch() — Method in class ConfigEntityMapper
Populate the config mapper with route match data.
- ConfigEntityMapper::processRoute() — Method in class ConfigEntityMapper
Allows to process all config translation routes.
- ConfigMapperInterface::populateFromRouteMatch() — Method in class ConfigMapperInterface
Populate the config mapper with route match data.
- ConfigMapperManager::processDefinition() — Method in class ConfigMapperManager
Performs extra processing on plugin definitions.
- ConfigNamesMapper::processRoute() — Method in class ConfigNamesMapper
Allows to process all config translation routes.
- ConfigNamesMapper::populateFromRouteMatch() — Method in class ConfigNamesMapper
Populate the config mapper with route match data.
- $ ConfigTranslationController#pathProcessor — Property in class ConfigTranslationController
The path processor service.
- PluralVariants — Class in namespace Drupal\config_translation\FormElement
Defines form elements for plurals in configuration translation.
- ProfileFieldTranslation — Class in namespace Drupal\config_translation\Plugin\migrate\source\d6
Drupal 6 i18n strings profile field source from database.
- $ ContactFormEditForm#pathValidator — Property in class ContactFormEditForm
The path validator.
- MessageForm::preview() — Method in class MessageForm
Form submission handler for the 'preview' action.
- ContactCategory::prepareRow() — Method in class ContactCategory
Adds additional data to the row.
- $ ContentModerationState#published — Property in class ContentModerationState
If entities should be published if in this state.
- ContentPreprocess::preprocessNode() — Method in class ContentPreprocess
- Permissions — Class in namespace Drupal\content_moderation
Defines a class for dynamic permissions based on transitions.
- $ StateTransitionValidation#possibleTransitions — Property in class StateTransitionValidation
Stores the possible state transitions.
- ContentTranslationController::prepareTranslation() — Method in class ContentTranslationController
Populates target values with the source values.
- ContextualLinks::preRenderLinks() — Method in class ContextualLinks
Pre-render callback: Builds a renderable array for contextual links.
- ContextualLinksPlaceholder::preRenderPlaceholder() — Method in class ContextualLinksPlaceholder
Pre-render callback: Renders a contextual links placeholder into #markup.
- ContextualLinks::preRender() — Method in class ContextualLinks
Runs before any fields are rendered.
- DateTimeFieldItemList::processDefaultValue() — Method in class DateTimeFieldItemList
Processes the default value before being applied.
- DateTimeItem::propertyDefinitions() — Method in class DateTimeItem
Defines field item properties.
- DateRangeFieldItemList::processDefaultValue() — Method in class DateRangeFieldItemList
Processes the default value before being applied.
- DateRangeItem::propertyDefinitions() — Method in class DateRangeItem
Defines field item properties.
- $ DbLog#parser — Property in class DbLog
The message's placeholders parser.
- InstallHelper::processTerm() — Method in class InstallHelper
Process terms for a given vocabulary and filename.
- InstallHelper::processImage() — Method in class InstallHelper
Process images into media entities.
- InstallHelper::processPage() — Method in class InstallHelper
Process pages data into page node structure.
- InstallHelper::processRecipe() — Method in class InstallHelper
Process recipe data into recipe node structure.
- InstallHelper::processArticle() — Method in class InstallHelper
Process article data into article node structure.
- InstallHelper::processBannerBlock() — Method in class InstallHelper
Process block_banner data into block_banner block structure.
- InstallHelper::processDisclaimerBlock() — Method in class InstallHelper
Process disclaimer_block data into disclaimer_block block structure.
- InstallHelper::processFooterPromoBlock() — Method in class InstallHelper
Process footer_block data into footer_block block structure.
- InstallHelper::processContent() — Method in class InstallHelper
Process content into a structure that can be saved into Drupal.
- $ Element#pluginManager — Property in class Element
The Text Editor plugin manager service.
- Element::preRenderTextFormat() — Method in class Element
Additional #pre_render callback for 'text_format' elements.
- EditorFileReference::process() — Method in class EditorFileReference
Performs the filter processing.
- ConfigImporterFieldPurger::process() — Method in class ConfigImporterFieldPurger
Processes fields targeted for purge as part of a configuration sync.
- FieldConfig::postCreate() — Method in class FieldConfig
Acts on a created entity before hooks are invoked.
- FieldConfig::preSave() — Method in class FieldConfig
Overrides \Drupal\Core\Entity\Entity::preSave().
- FieldConfig::preDelete() — Method in class FieldConfig
Acts on entities before they are deleted and before hooks are invoked.
- FieldConfig::postDelete() — Method in class FieldConfig
Acts on deleted entities before the delete hook is invoked.
- $ FieldStorageConfig#persist_with_no_fields — Property in class FieldStorageConfig
Flag indicating whether the field storage should be deleted when orphaned.
- $ FieldStorageConfig#propertyDefinitions — Property in class FieldStorageConfig
An array of field property definitions.
- FieldStorageConfig::preSave() — Method in class FieldStorageConfig
Overrides \Drupal\Core\Entity\Entity::preSave().
- FieldStorageConfig::preSaveNew() — Method in class FieldStorageConfig
Prepares saving a new field definition.
- FieldStorageConfig::preSaveUpdated() — Method in class FieldStorageConfig
Prepares saving an updated field definition.
- FieldStorageConfig::postSave() — Method in class FieldStorageConfig
Acts on a saved entity before the insert or update hook is invoked.
- FieldStorageConfig::preDelete() — Method in class FieldStorageConfig
Acts on entities before they are deleted and before hooks are invoked.
- FieldStorageConfig::postDelete() — Method in class FieldStorageConfig
Acts on deleted entities before the delete hook is invoked.
- ProcessField — Class in namespace Drupal\field\Plugin\migrate\process
Get the value from a method call on a field plugin instance.
- Field::prepareRow() — Method in class Field
Adds additional data to the row.
- FieldInstance::prepareRow() — Method in class FieldInstance
Adds additional data to the row.
- Field::prepareRow() — Method in class Field
Adds additional data to the row.
- FieldInstance::prepareRow() — Method in class FieldInstance
Adds additional data to the row.
- FieldLayoutEntityDisplayTrait::preSave() — Method in class FieldLayoutEntityDisplayTrait
Overrides \Drupal\Core\Entity\EntityDisplayBase::preSave().
- FieldUiTable::preRenderRegionRows() — Method in class FieldUiTable
Performs pre-render to move #regions to rows.
- $ EntityDisplayFormBase#pluginManager — Property in class EntityDisplayFormBase
The widget or formatter plugin manager.
- EntityDisplayModeAddForm::prepareEntity() — Method in class EntityDisplayModeAddForm
Prepares the entity object before the form is built first.
- EntityFormModeAddForm::prepareEntity() — Method in class EntityFormModeAddForm
Prepares the entity object before the form is built first.
- FileWidgetAjaxController::progress() — Method in class FileWidgetAjaxController
Returns the progress status for a file upload process.
- ManagedFile::processManagedFile() — Method in class ManagedFile
Render API callback: Expands the managed_file element type.
- ManagedFile::preRenderManagedFile() — Method in class ManagedFile
Render API callback: Hides display of the upload or remove controls.
- File::preCreate() — Method in class File
Changes the values of an entity before it is created.
- File::preSave() — Method in class File
Acts on an entity before the presave hook is invoked.
- File::preDelete() — Method in class File
Acts on entities before they are deleted and before hooks are invoked.
- FileMediaFormatterBase::prepareAttributes() — Method in class FileMediaFormatterBase
Prepare the attributes according to the settings.
- FileVideoFormatter::prepareAttributes() — Method in class FileVideoFormatter
Prepare the attributes according to the settings.
- FileFieldItemList::postSave() — Method in class FileFieldItemList
Defines custom post-save behavior for field values.
- FileItem::propertyDefinitions() — Method in class FileItem
Defines field item properties.
- FileUriItem::propertyDefinitions() — Method in class FileUriItem
Defines field item properties.
- FileWidget::process() — Method in class FileWidget
Form API callback: Processes a file_generic field element.
- FileWidget::processMultiple() — Method in class FileWidget
Form API callback: Processes a group of file_generic field elements.
- EntityFile::processStubRow() — Method in class EntityFile
Populates as much of the stub row as possible.
- File::prepareRow() — Method in class File
Adds additional data to the row.
- Upload::prepareRow() — Method in class Upload
Adds additional data to the row.
- $ File#publicPath — Property in class File
The public file directory path.
- $ File#privatePath — Property in class File
The private file directory path, if any.
- File::prepareRow() — Method in class File
Adds additional data to the row.
- FileUploadResource::permissions() — Method in class FileUploadResource
Implements ResourceInterface::permissions().
- FileUploadResource::post() — Method in class FileUploadResource
Creates a file from an endpoint.
- FileUploadResource::prepareFilename() — Method in class FileUploadResource
Prepares the filename to strip out any malicious extensions.
- $ Filter#provider — Property in class Filter
The name of the provider that owns the filter.
- ProcessedText — Class in namespace Drupal\filter\Element
Provides a processed text render element.
- ProcessedText::preRenderText() — Method in class ProcessedText
Pre-render callback: Renders a processed text element into #markup.
- TextFormat::processFormat() — Method in class TextFormat
Expands an element into a base element with text format selector attached.
- FilterFormat::preSave() — Method in class FilterFormat
Acts on an entity before the presave hook is invoked.
- FilterFormat::postSave() — Method in class FilterFormat
Acts on a saved entity before the insert or update hook is invoked.
- FilterPermissions::permissions() — Method in class FilterPermissions
Returns an array of filter permissions.
- $ FilterProcessResult#processedText — Property in class FilterProcessResult
The processed text.
- $ FilterBase#provider — Property in class FilterBase
The name of the provider that owns this filter.
- FilterBase::prepare() — Method in class FilterBase
Prepares the text for processing.
- FilterInterface::prepare() — Method in class FilterInterface
Prepares the text for processing.
- FilterInterface::process() — Method in class FilterInterface
Performs the filter processing.
- FilterAlign::process() — Method in class FilterAlign
Performs the filter processing.
- FilterAutoP::process() — Method in class FilterAutoP
Performs the filter processing.
- FilterCaption::process() — Method in class FilterCaption
Performs the filter processing.
- FilterHtml::process() — Method in class FilterHtml
Performs the filter processing.
- FilterHtml::prepareAttributeValues() — Method in class FilterHtml
Helper function to prepare attribute values including wildcards.
- FilterHtmlCorrector::process() — Method in class FilterHtmlCorrector
Performs the filter processing.
- FilterHtmlEscape::process() — Method in class FilterHtmlEscape
Performs the filter processing.
- FilterHtmlImageSecure::process() — Method in class FilterHtmlImageSecure
Performs the filter processing.
- FilterNull::process() — Method in class FilterNull
Performs the filter processing.
- FilterUrl::process() — Method in class FilterUrl
Performs the filter processing.
- FilterFormat::prepareRow() — Method in class FilterFormat
Adds additional data to the row.
- FilterFormat::prepareRow() — Method in class FilterFormat
Adds additional data to the row.
- $ HelpSection#permission — Property in class HelpSection
The (optional) permission needed to view the help section.
- HelpTopicPluginManager::providerExists() — Method in class HelpTopicPluginManager
Determines if the provider of a definition exists.
- $ HelpTwigExtension#pluginManager — Property in class HelpTwigExtension
The help topic plugin manager.
- $ HelpTopicSection#pluginManager — Property in class HelpTopicSection
The plugin manager.
- HelpSearch::prepareResults() — Method in class HelpSearch
Prepares search results for display.
- ImageStyle::postSave() — Method in class ImageStyle
Acts on a saved entity before the insert or update hook is invoked.
- ImageStyle::postDelete() — Method in class ImageStyle
Acts on deleted entities before the delete hook is invoked.
- ImageEffectAddForm::prepareImageEffect() — Method in class ImageEffectAddForm
Converts an image effect ID into an object.
- ImageEffectEditForm::prepareImageEffect() — Method in class ImageEffectEditForm
Converts an image effect ID into an object.
- ImageEffectFormBase::prepareImageEffect() — Method in class ImageEffectFormBase
Converts an image effect ID into an object.
- PathProcessorImageStyles — Class in namespace Drupal\image\PathProcessor
Defines a path processor to rewrite image styles URLs.
- PathProcessorImageStyles::processInbound() — Method in class PathProcessorImageStyles
Processes the inbound path.
- ImageItem::propertyDefinitions() — Method in class ImageItem
Defines field item properties.
- ImageItem::preSave() — Method in class ImageItem
Defines custom presave behavior for field values.
- ImageWidget::process() — Method in class ImageWidget
Form API callback: Processes an image_image field element.
- ImageCachePreset::prepareRow() — Method in class ImageCachePreset
Adds additional data to the row.
- ImageStyles::prepareRow() — Method in class ImageStyles
Adds additional data to the row.
- RenderElementHelper::processElement() — Method in class RenderElementHelper
Process all render elements.
- EntityResource::patchIndividual() — Method in class EntityResource
Patches an individual entity.
- TemporaryJsonapiFileFieldUploader::prepareFilename() — Method in class TemporaryJsonapiFileFieldUploader
Prepares the filename to strip out any malicious extensions.
- RegisterSerializationClassesCompilerPass::process() — Method in class RegisterSerializationClassesCompilerPass
Adds services to the JSON:API Serializer.
- ConfigEntityDenormalizer::prepareInput() — Method in class ConfigEntityDenormalizer
Prepares the input data to create the entity.
- ContentEntityDenormalizer::prepareInput() — Method in class ContentEntityDenormalizer
Prepares the input data to create the entity.
- $ EntityDenormalizerBase#pluginManager — Property in class EntityDenormalizerBase
The field plugin manager.
- EntityDenormalizerBase::prepareInput() — Method in class EntityDenormalizerBase
Prepares the input data to create the entity.
- CacheableNormalization::permanent() — Method in class CacheableNormalization
Creates a CacheableNormalization instance without any special cacheability.
- CacheableOmission::permanent() — Method in class CacheableOmission
Creates a CacheableNormalization instance without any special cacheability.
- $ ResourceTypeField#publicName — Property in class ResourceTypeField
The public field name.
- $ Routes#providerIds — Property in class Routes
List of providers.
- LanguageConfiguration::processLanguageConfiguration() — Method in class LanguageConfiguration
Process handler for the language_configuration form element.
- $ ConfigurableLanguage#preSaveMultilingual — Property in class ConfigurableLanguage
Used during saving to detect when the site becomes multilingual.
- ConfigurableLanguage::preSave() — Method in class ConfigurableLanguage
Acts on an entity before the presave hook is invoked.
- ConfigurableLanguage::postSave() — Method in class ConfigurableLanguage
Acts on a saved entity before the insert or update hook is invoked.
- ConfigurableLanguage::preDelete() — Method in class ConfigurableLanguage
Acts on entities before they are deleted and before hooks are invoked.
- ConfigurableLanguage::postDelete() — Method in class ConfigurableLanguage
Acts on deleted entities before the delete hook is invoked.
- ContentLanguageSettings::preSave() — Method in class ContentLanguageSettings
Acts on an entity before the presave hook is invoked.
- $ ConfigSubscriber#pathProcessorLanguage — Property in class ConfigSubscriber
The language path processor.
- PathProcessorLanguage — Class in namespace Drupal\language\HttpKernel
Processes the inbound path using path alias lookups.
- $ PathProcessorLanguage#processors — Property in class PathProcessorLanguage
Local cache for language path processors.
- PathProcessorLanguage::processInbound() — Method in class PathProcessorLanguage
Processes the inbound path.
- PathProcessorLanguage::processOutbound() — Method in class PathProcessorLanguage
Processes the outbound path.
- LanguageNegotiationMethodBase::persist() — Method in class LanguageNegotiationMethodBase
Notifies the plugin that the language code it returned has been accepted.
- LanguageNegotiationMethodInterface::persist() — Method in class LanguageNegotiationMethodInterface
Notifies the plugin that the language code it returned has been accepted.
- LanguageNegotiator::purgeConfiguration() — Method in class LanguageNegotiator
Resave the configuration to purge missing negotiation methods.
- LanguageNegotiatorInterface::purgeConfiguration() — Method in class LanguageNegotiatorInterface
Resave the configuration to purge missing negotiation methods.
- $ LanguageBlock#pathMatcher — Property in class LanguageBlock
The path matcher.
- $ LanguageNegotiationBrowser#pageCacheKillSwitch — Property in class LanguageNegotiationBrowser
The page cache disabling policy.
- $ LanguageNegotiationContentEntity#paths — Property in class LanguageNegotiationContentEntity
Static cache of outbound route paths per request.
- LanguageNegotiationContentEntity::processOutbound() — Method in class LanguageNegotiationContentEntity
Processes the outbound path.
- LanguageNegotiationSession::persist() — Method in class LanguageNegotiationSession
Notifies the plugin that the language code it returned has been accepted.
- LanguageNegotiationSession::processOutbound() — Method in class LanguageNegotiationSession
Processes the outbound path.
- LanguageNegotiationUrl::processInbound() — Method in class LanguageNegotiationUrl
Processes the inbound path.
- LanguageNegotiationUrl::processOutbound() — Method in class LanguageNegotiationUrl
Processes the outbound path.
- Language::prepareRow() — Method in class Language
Adds additional data to the row.
- LanguageContentSettings::prepareRow() — Method in class LanguageContentSettings
Adds additional data to the row.
- LanguageContentSettingsTaxonomyVocabulary::prepareRow() — Method in class LanguageContentSettingsTaxonomyVocabulary
Adds additional data to the row.
- LanguageContentSettings::prepareRow() — Method in class LanguageContentSettings
Adds additional data to the row.
- LayoutBuilder::preRender() — Method in class LayoutBuilder
Pre-render callback: Renders the Layout Builder UI.
- LayoutBuilder::prepareLayout() — Method in class LayoutBuilder
Prepares a layout for use in the UI.
- LayoutBuilderEntityViewDisplay::preSave() — Method in class LayoutBuilderEntityViewDisplay
Acts on an entity before the presave hook is invoked.
- PrepareLayout — Class in namespace Drupal\layout_builder\EventSubscriber
An event subscriber to prepare section storage via the \Drupal\layout_builder\Event\PrepareLayoutEvent.
- PrepareLayoutEvent — Class in namespace Drupal\layout_builder\Event
Event fired in #pre_render of \Drupal\layout_builder\Element\LayoutBuilder.
- $ SectionComponentBuildRenderArrayEvent#plugin — Property in class SectionComponentBuildRenderArrayEvent
The plugin for the section component being built.
- LayoutSectionItemList::preSave() — Method in class LayoutSectionItemList
Defines custom presave behavior for field values.
- $ ConfigureBlockFormBase#pluginFormFactory — Property in class ConfigureBlockFormBase
The plugin form manager.
- $ ConfigureSectionForm#pluginFormFactory — Property in class ConfigureSectionForm
The plugin form manager.
- PreviewToggleTrait — Class in namespace Drupal\layout_builder\Form
Provides a trait that provides a toggle for the content preview.
- LayoutBuilderOverridesPermissions::permissions() — Method in class LayoutBuilderOverridesPermissions
Returns an array of permissions.
- InlineBlock::processBlockForm() — Method in class InlineBlock
Process callback to insert a Custom Block form.
- LayoutSectionItem::propertyDefinitions() — Method in class LayoutSectionItem
Defines field item properties.
- SectionComponent::pluginManager() — Method in class SectionComponent
Wraps the component plugin manager.
- $ LinkFormatter#pathValidator — Property in class LinkFormatter
The path validator service.
- LinkItem::propertyDefinitions() — Method in class LinkItem
Defines field item properties.
- TranslationStatusForm::prepareUpdateData() — Method in class TranslationStatusForm
Prepare information about projects with available translation updates.
- LocaleConfigManager::processTranslatableData() — Method in class LocaleConfigManager
Process the translatable data array with a given language.
- LocaleConfigSubscriber::processTranslatableData() — Method in class LocaleConfigSubscriber
Process the translatable data array with a given language.
- LocaleDefaultConfigStorage::predefinedConfiguredLanguages() — Method in class LocaleDefaultConfigStorage
Compute the list of configuration names that match predefined languages.
- LocaleTranslation::processItem() — Method in class LocaleTranslation
Works on a single queue item.
- PluralFormula — Class in namespace Drupal\locale
Manages the storage of plural formula per language in state.
- PluralFormulaInterface — Class in namespace Drupal\locale
An interface for a service providing plural formulae.
- PoDatabaseReader — Class in namespace Drupal\locale
Gettext PO reader working with the locale module database.
- PoDatabaseWriter — Class in namespace Drupal\locale
Gettext PO writer working with the locale module database.
- MediaFilterController::preview() — Method in class MediaFilterController
Returns a HTML response containing a preview of the text after filtering.
- Media::preSave() — Method in class Media
Acts on an entity before the presave hook is invoked.
- Media::postSave() — Method in class Media
Acts on a saved entity before the insert or update hook is invoked.
- Media::preSaveRevision() — Method in class Media
Acts on a revision before it gets saved.
- Media::prepareSave() — Method in class Media
Sets the media entity's field values from the source's metadata.
- $ IFrameUrlHelper#privateKey — Property in class IFrameUrlHelper
The private key service.
- MediaSourceBase::prepareViewDisplay() — Method in class MediaSourceBase
Prepares the media type fields for this source in the view display.
- MediaSourceBase::prepareFormDisplay() — Method in class MediaSourceBase
Prepares the media type fields for this source in the form display.
- MediaSourceInterface::prepareViewDisplay() — Method in class MediaSourceInterface
Prepares the media type fields for this source in the view display.
- MediaSourceInterface::prepareFormDisplay() — Method in class MediaSourceInterface
Prepares the media type fields for this source in the form display.
- $ Endpoint#provider — Property in class Endpoint
The provider this endpoint belongs to.
- Provider — Class in namespace Drupal\media\OEmbed
Value object for oEmbed providers.
- ProviderException — Class in namespace Drupal\media\OEmbed
Exception thrown if an oEmbed provider causes an error.
- $ ProviderException#provider — Property in class ProviderException
Information about the oEmbed provider which caused the exception.
- ProviderRepository — Class in namespace Drupal\media\OEmbed
Retrieves and caches information about oEmbed providers.
- $ ProviderRepository#providersUrl — Property in class ProviderRepository
URL of a JSON document which contains a database of oEmbed providers.
- ProviderRepositoryInterface — Class in namespace Drupal\media\OEmbed
Defines an interface for a collection of oEmbed provider information.
- $ Resource#provider — Property in class Resource
The resource provider.
- Resource::photo() — Method in class Resource
Creates a photo resource.
- $ ResourceFetcher#providers — Property in class ResourceFetcher
The oEmbed provider repository service.
- ResourceFetcher::parseResourceXml() — Method in class ResourceFetcher
Parses XML resource data.
- $ UrlResolver#providers — Property in class UrlResolver
The OEmbed provider repository service.
- MediaEmbed::process() — Method in class MediaEmbed
Performs the filter processing.
- ThumbnailDownloader::processItem() — Method in class ThumbnailDownloader
Works on a single queue item.
- $ OEmbedResourceConstraint#providerErrorMessage — Property in class OEmbedResourceConstraint
The error message if an unexpected behavior occurs.
- AudioFile::prepareViewDisplay() — Method in class AudioFile
Prepares the media type fields for this source in the view display.
- Image::prepareViewDisplay() — Method in class Image
Prepares the media type fields for this source in the view display.
- OEmbed::prepareViewDisplay() — Method in class OEmbed
Prepares the media type fields for this source in the view display.
- OEmbed::prepareFormDisplay() — Method in class OEmbed
Prepares the media type fields for this source in the form display.
- VideoFile::prepareViewDisplay() — Method in class VideoFile
Prepares the media type fields for this source in the view display.
- AddFormBase::preRenderAddedMedia() — Method in class AddFormBase
Converts the set of newly added media into an item list for rendering.
- AddFormBase::processInputValues() — Method in class AddFormBase
Creates media items from source field input values.
- AddFormBase::prepareMediaEntityForSave() — Method in class AddFormBase
Prepares a created media item to be permanently saved.
- FileUploadForm::processUploadElement() — Method in class FileUploadForm
Processes an upload (managed_file) element.
- FileUploadForm::prepareMediaEntityForSave() — Method in class FileUploadForm
Prepares a created media item to be permanently saved.
- MediaLibraryWidget::preRenderWidget() — Method in class MediaLibraryWidget
Prepares the widget's render element for rendering.
- MenuLinkContent::preCreate() — Method in class MenuLinkContent
Changes the values of an entity before it is created.
- MenuLinkContent::preSave() — Method in class MenuLinkContent
Acts on an entity before the presave hook is invoked.
- MenuLinkContent::postSave() — Method in class MenuLinkContent
Acts on a saved entity before the insert or update hook is invoked.
- MenuLinkContent::preDelete() — Method in class MenuLinkContent
Acts on entities before they are deleted and before hooks are invoked.
- $ MenuLinkContentForm#pathValidator — Property in class MenuLinkContentForm
The path validator.
- MenuLink::prepareRow() — Method in class MenuLink
Adds additional data to the row.
- MenuLinkTranslation::prepareRow() — Method in class MenuLinkTranslation
Adds additional data to the row.
- MenuLinkLocalized::prepareRow() — Method in class MenuLinkLocalized
Adds additional data to the row.
- MenuLinkTranslation::prepareRow() — Method in class MenuLinkTranslation
Adds additional data to the row.
- AuditResult::passed() — Method in class AuditResult
Returns the boolean result of the audit.
- AuditResult::pass() — Method in class AuditResult
Creates a passing audit result for a migration.
- ImportAwareInterface::preImport() — Method in class ImportAwareInterface
Performs pre-import tasks.
- ImportAwareInterface::postImport() — Method in class ImportAwareInterface
Performs post-import tasks.
- RollbackAwareInterface::preRollback() — Method in class RollbackAwareInterface
Performs pre-rollback tasks.
- RollbackAwareInterface::postRollback() — Method in class RollbackAwareInterface
Performs post-rollback tasks.
- MigrateExecutable::processRow() — Method in class MigrateExecutable
Processes a row.
- MigrateExecutable::processPipeline() — Method in class MigrateExecutable
Runs a process pipeline.
- MigrateExecutableInterface::processRow() — Method in class MigrateExecutableInterface
Processes a row.
- AnnotatedClassDiscoveryAutomatedProviders::prepareAnnotationDefinition() — Method in class AnnotatedClassDiscoveryAutomatedProviders
Prepares the annotation definition.
- ProviderFilterDecorator — Class in namespace Drupal\migrate\Plugin\Discovery
Remove plugin definitions with non-existing providers.
- $ ProviderFilterDecorator#providerExists — Property in class ProviderFilterDecorator
A callable for testing if a provider exists.
- MigrateIdMapInterface::prepareUpdate() — Method in class MigrateIdMapInterface
Prepares to run a full update.
- MigrateIdMapInterface::processedCount() — Method in class MigrateIdMapInterface
Returns the number of processed items in the map.
- MigrateSourceInterface::prepareRow() — Method in class MigrateSourceInterface
Adds additional data to the row.
- $ Migration#process — Property in class Migration
The configuration describing the process plugins.
- $ Migration#processPlugins — Property in class Migration
The cached process plugins.
- $ Migration#processPluginManager — Property in class Migration
The process plugin manager.
- $ MigrationPluginManager#pluginInterface — Property in class MigrationPluginManager
The interface the plugins should implement.
- PluginEventSubscriber — Class in namespace Drupal\migrate\Plugin
Event subscriber to forward Migrate events to source and destination plugins.
- PluginEventSubscriber::preImport() — Method in class PluginEventSubscriber
Forwards pre-import events to the source and destination plugins.
- PluginEventSubscriber::postImport() — Method in class PluginEventSubscriber
Forwards post-import events to the source and destination plugins.
- PluginEventSubscriber::preRollback() — Method in class PluginEventSubscriber
Forwards pre-rollback events to the source and destination plugins.
- PluginEventSubscriber::postRollback() — Method in class PluginEventSubscriber
Forwards post-rollback events to the source and destination plugins.
- EntityContentBase::processStubRow() — Method in class EntityContentBase
Populates as much of the stub row as possible.
- PerComponentEntityDisplay — Class in namespace Drupal\migrate\Plugin\migrate\destination
This class imports one component of an entity display.
- PerComponentEntityFormDisplay — Class in namespace Drupal\migrate\Plugin\migrate\destination
This class imports one component of an entity form display.
- NullIdMap::prepareUpdate() — Method in class NullIdMap
Prepares to run a full update.
- NullIdMap::processedCount() — Method in class NullIdMap
Returns the number of processed items in the map.
- Sql::prepareUpdate() — Method in class Sql
Prepares to run a full update.
- Sql::processedCount() — Method in class Sql
Returns the number of processed items in the map.
- $ Route#pathValidator — Property in class Route
The path validator service.
- SkipOnEmpty::process() — Method in class SkipOnEmpty
Stops processing the current property when value is not set.
- SourcePluginBase::prepareRow() — Method in class SourcePluginBase
Adds additional data to the row.
- SourcePluginBase::preRollback() — Method in class SourcePluginBase
Performs pre-rollback tasks.
- SourcePluginBase::postRollback() — Method in class SourcePluginBase
Performs post-rollback tasks.
- SqlBase::prepareQuery() — Method in class SqlBase
Adds tags and metadata to the query.
- ProcessPluginBase — Class in namespace Drupal\migrate
The base class for all migrate process plugins.
- MigrationPluginManager::processDefinition() — Method in class MigrationPluginManager
Performs extra processing on plugin definitions.
- MigrateFieldPluginManager::processDefinition() — Method in class MigrateFieldPluginManager
Performs extra processing on plugin definitions.
- VariableMultiRow::prepareRow() — Method in class VariableMultiRow
Adds additional data to the row.
- Config::prepareRow() — Method in class Config
Adds additional data to the row.
- StubTestTrait::performStubTest() — Method in class StubTestTrait
Tests that a stub of the given entity type results in a valid entity.
- ReviewForm::prepareOutput() — Method in class ReviewForm
Prepare the migration state data for output.
- Connection::popCommittableTransactions() — Method in class Connection
Overridden to work around issues to MySQL not supporting transactional DDL.
- $ Tasks#pdoDriver — Property in class Tasks
The PDO driver name for MySQL and equivalent databases.
- Schema::processField() — Method in class Schema
Set database-engine specific properties for a field.
- Schema::prepareComment() — Method in class Schema
Prepare a table or column comment for database query.
- Node::preSave() — Method in class Node
Acts on an entity before the presave hook is invoked.
- Node::preSaveRevision() — Method in class Node
Acts on a revision before it gets saved.
- Node::postSave() — Method in class Node
Acts on a saved entity before the insert or update hook is invoked.
- Node::preDelete() — Method in class Node
Acts on entities before they are deleted and before hooks are invoked.
- Node::postDelete() — Method in class Node
Acts on deleted entities before the delete hook is invoked.
- $ NodeType#preview_mode — Property in class NodeType
The preview mode.
- NodeType::postSave() — Method in class NodeType
Acts on a saved entity before the insert or update hook is invoked.
- NodeType::postDelete() — Method in class NodeType
Acts on deleted entities before the delete hook is invoked.
- NodeRevisionRevertForm::prepareRevertedRevision() — Method in class NodeRevisionRevertForm
Prepares a revision to be reverted.
- NodeRevisionRevertTranslationForm::prepareRevertedRevision() — Method in class NodeRevisionRevertTranslationForm
Prepares a revision to be reverted.
- NodeForm::preview() — Method in class NodeForm
Form submission handler for the 'preview' action.
- PromoteNode — Class in namespace Drupal\node\Plugin\Action
Promotes a node.
- NodeSearch::prepareResults() — Method in class NodeSearch
Prepares search results for rendering.
- NodeSearch::parseAdvancedDefaults() — Method in class NodeSearch
Parses the advanced search form default values.
- Node::prepareRow() — Method in class Node
Adds additional data to the row.
- NodeType::prepareRow() — Method in class NodeType
Adds additional data to the row.
- Node::prepareRow() — Method in class Node
Adds additional data to the row.
- NodeComplete::prepareRow() — Method in class NodeComplete
Adds additional data to the row.
- NodeEntityTranslation::prepareRow() — Method in class NodeEntityTranslation
Adds additional data to the row.
- NodeType::prepareRow() — Method in class NodeType
Adds additional data to the row.
- Rss::preRender() — Method in class Rss
Allow the style to do stuff before each row is rendered.
- Node::pageDisplayOptions() — Method in class Node
Retrieves the page display options.
- ListFloatItem::propertyDefinitions() — Method in class ListFloatItem
Defines field item properties.
- ListIntegerItem::propertyDefinitions() — Method in class ListIntegerItem
Defines field item properties.
- ListStringItem::propertyDefinitions() — Method in class ListStringItem
Defines field item properties.
- PageCache — Class in namespace Drupal\page_cache\StackMiddleware
Executes the page caching before the main kernel takes over the request.
- PageCache::pass() — Method in class PageCache
Sidesteps the page cache and directly forwards a request to the backend.
- PathFilterForm — Class in namespace Drupal\path\Form
Provides the path admin overview filter form.
- PathAliasForm — Class in namespace Drupal\path
Form handler for the path alias edit forms.
- PathAliasListBuilder — Class in namespace Drupal\path
Defines a class to build a listing of path_alias entities.
- PathFieldItemList — Class in namespace Drupal\path\Plugin\Field\FieldType
Represents a configurable entity path field.
- PathItem — Class in namespace Drupal\path\Plugin\Field\FieldType
Defines the 'path' entity field type.
- PathItem::propertyDefinitions() — Method in class PathItem
Defines field item properties.
- PathItem::preSave() — Method in class PathItem
Defines custom presave behavior for field values.
- PathItem::postSave() — Method in class PathItem
Defines custom post-save behavior for field values.
- PathWidget — Class in namespace Drupal\path\Plugin\Field\FieldWidget
Plugin implementation of the 'path' widget.
- PathAliasConstraint — Class in namespace Drupal\path\Plugin\Validation\Constraint
Validation constraint for changing path aliases in pending revisions.
- PathAliasConstraintValidator — Class in namespace Drupal\path\Plugin\Validation\Constraint
Constraint validator for changing path aliases in pending revisions.
- PathSetTranslated — Class in namespace Drupal\path\Plugin\migrate\process
A process plugin to update the path of a translated node.
- $ AliasManager#pathAliasRepository — Property in class AliasManager
The path alias repository.
- $ AliasManager#preloadedPathLookups — Property in class AliasManager
Holds an array of previously looked up paths for the current request path.
- AliasManager::pathAliasWhitelistRebuild() — Method in class AliasManager
Rebuild the path alias white list.
- AliasRepository::preloadPathAlias() — Method in class AliasRepository
Pre-loads path alias information for a given list of system paths.
- AliasRepository::pathHasMatchingAlias() — Method in class AliasRepository
Check if any alias exists starting with $initial_substring.
- AliasRepositoryInterface::preloadPathAlias() — Method in class AliasRepositoryInterface
Pre-loads path alias information for a given list of system paths.
- AliasRepositoryInterface::pathHasMatchingAlias() — Method in class AliasRepositoryInterface
Check if any alias exists starting with $initial_substring.
- $ AliasWhitelist#pathAliasRepository — Property in class AliasWhitelist
The path alias repository.
- PathAlias — Class in namespace Drupal\path_alias\Entity
Defines the path_alias entity class.
- PathAlias::preSave() — Method in class PathAlias
Acts on an entity before the presave hook is invoked.
- PathAlias::postSave() — Method in class PathAlias
Acts on a saved entity before the insert or update hook is invoked.
- PathAlias::postDelete() — Method in class PathAlias
Acts on deleted entities before the delete hook is invoked.
- PathAliasSubscriber — Class in namespace Drupal\path_alias\EventSubscriber
Provides a path subscriber that converts path aliases.
- PathAliasInterface — Class in namespace Drupal\path_alias
Provides an interface defining a path_alias entity.
- PathAliasStorage — Class in namespace Drupal\path_alias
Defines the storage handler class for path_alias entities.
- PathAliasStorageSchema — Class in namespace Drupal\path_alias
Defines the path_alias schema handler.
- AliasPathProcessor::processInbound() — Method in class AliasPathProcessor
Processes the inbound path.
- AliasPathProcessor::processOutbound() — Method in class AliasPathProcessor
Processes the outbound path.
- $ Connection#postgresqlConditionOperatorMap — Property in class Connection
A map of condition operators to PostgreSQL operators.
- Connection::prepareStatement() — Method in class Connection
Returns a prepared statement given a SQL string.
- $ Tasks#pdoDriver — Property in class Tasks
- {@inheritdoc}
- Schema::processField() — Method in class Schema
Set database-engine specific properties for a field.
- PlainTextEditor — Class in namespace Drupal\quickedit\Plugin\InPlaceEditor
Defines the plain text in-place editor.
- RdfMapping::postSave() — Method in class RdfMapping
Acts on a saved entity before the insert or update hook is invoked.
- RdfMapping::prepareRow() — Method in class RdfMapping
Adds additional data to the row.
- ResponsiveImageStyles::prepareRow() — Method in class ResponsiveImageStyles
Adds additional data to the row.
- $ RestResourceConfig#plugin_id — Property in class RestResourceConfig
The REST resource plugin id.
- $ RestResourceConfig#pluginManager — Property in class RestResourceConfig
The rest resource plugin manager.
- RestResourceConfig::postSave() — Method in class RestResourceConfig
Acts on a saved entity before the insert or update hook is invoked.
- RestResourceConfig::postDelete() — Method in class RestResourceConfig
Acts on deleted entities before the delete hook is invoked.
- ResourceBase::permissions() — Method in class ResourceBase
Implements ResourceInterface::permissions().
- ResourceInterface::permissions() — Method in class ResourceInterface
Provides an array of permissions suitable for .permissions.yml files.
- EntityResource::post() — Method in class EntityResource
Responds to entity POST requests and saves the new entity.
- EntityResource::patch() — Method in class EntityResource
Responds to entity PATCH requests.
- EntityResource::permissions() — Method in class EntityResource
Implements ResourceInterface::permissions().
- RestExport::preview() — Method in class RestExport
Renders the display for the purposes of a live preview.
- RequestHandler::prepareResponse() — Method in class RequestHandler
Prepares the REST resource response.
- RestPermissions::permissions() — Method in class RestPermissions
Returns an array of REST permissions.
- SearchController::performOperation() — Method in class SearchController
Performs an operation on the search page entity.
- $ SearchPage#plugin — Property in class SearchPage
The search plugin ID.
- $ SearchPage#path — Property in class SearchPage
The path this search page will appear upon.
- $ SearchPage#pluginCollection — Property in class SearchPage
The plugin collection that stores search plugins.
- SearchPage::postCreate() — Method in class SearchPage
Acts on a created entity before hooks are invoked.
- SearchPage::postSave() — Method in class SearchPage
Acts on a saved entity before the insert or update hook is invoked.
- SearchPage::postDelete() — Method in class SearchPage
Acts on deleted entities before the delete hook is invoked.
- $ SearchPageFormBase#plugin — Property in class SearchPageFormBase
The search plugin being configured.
- SearchPage::prepareRow() — Method in class SearchPage
Adds additional data to the row.
- $ Search#parsed — Property in class Search
TRUE if the search query has been parsed.
- SearchQuery::parseSearchExpression() — Method in class SearchQuery
Parses the search query into SQL conditions.
- SearchQuery::parseWord() — Method in class SearchQuery
Parses a word or phrase for parseQuery().
- SearchQuery::prepareAndNormalize() — Method in class SearchQuery
Prepares the query and calculates the normalization factor.
- SearchQuery::preExecute() — Method in class SearchQuery
Generic preparation and validation for a SELECT query.
- SearchTextProcessor::process() — Method in class SearchTextProcessor
Processes text into words for indexing.
- SearchTextProcessorInterface::process() — Method in class SearchTextProcessorInterface
Processes text into words for indexing.
- ViewsSearchQuery::publicParseSearchExpression() — Method in class ViewsSearchQuery
Executes and returns the protected parseSearchExpression method.
- PrimitiveDataNormalizer — Class in namespace Drupal\serialization\Normalizer
Converts primitive data objects to their casted values.
- RegisterEntityResolversCompilerPass::process() — Method in class RegisterEntityResolversCompilerPass
Adds services to the Serializer.
- RegisterSerializationClassesCompilerPass::process() — Method in class RegisterSerializationClassesCompilerPass
Adds services to the Serializer.
- $ ShortcutSetController#pathValidator — Property in class ShortcutSetController
The path validator.
- Shortcut::postSave() — Method in class Shortcut
Acts on a saved entity before the insert or update hook is invoked.
- ShortcutSet::postSave() — Method in class ShortcutSet
Acts on a saved entity before the insert or update hook is invoked.
- ShortcutSet::preDelete() — Method in class ShortcutSet
Acts on entities before they are deleted and before hooks are invoked.
- Connection::prepareStatement() — Method in class Connection
Returns a prepared statement given a SQL string.
- $ Tasks#pdoDriver — Property in class Tasks
- {@inheritdoc}
- Schema::processField() — Method in class Schema
Set database-engine specific properties for a field.
- $ SysLog#parser — Property in class SysLog
The message's placeholders parser.
- $ DbUpdateController#postUpdateRegistry — Property in class DbUpdateController
The post update registry.
- SystemInfoController::php() — Method in class SystemInfoController
Returns the contents of phpinfo().
- StatusReportPage::preRenderGeneralInfo() — Method in class StatusReportPage
pre_render callback to get general info out of requirements.
- StatusReportPage::preRenderCounters() — Method in class StatusReportPage
pre_render callback to create counter elements.
- StatusReportPage::preRenderRequirements() — Method in class StatusReportPage
pre_render callback to create status report requirements.
- $ Action#plugin — Property in class Action
The plugin ID of the action.
- $ Action#pluginCollection — Property in class Action
The plugin collection that stores action plugins.
- Menu::preDelete() — Method in class Menu
Acts on entities before they are deleted and before hooks are invoked.
- $ ModulesListForm#permissionHandler — Property in class ModulesListForm
The permission handler.
- PerformanceForm — Class in namespace Drupal\system\Form
Configure performance settings for this site.
- PrepareModulesEntityUninstallForm — Class in namespace Drupal\system\Form
Provides a form removing module content entities data before uninstallation.
- $ SiteInformationForm#pathValidator — Property in class SiteInformationForm
The path validator.
- $ SiteMaintenanceModeForm#permissionHandler — Property in class SiteMaintenanceModeForm
The permission handler.
- $ SystemBrandingOffCanvasForm#plugin — Property in class SystemBrandingOffCanvasForm
The block plugin.
- $ SystemMenuOffCanvasForm#plugin — Property in class SystemMenuOffCanvasForm
The plugin.
- PathBasedBreadcrumbBuilder — Class in namespace Drupal\system
Class to define the menu_link breadcrumb builder.
- $ PathBasedBreadcrumbBuilder#pathProcessor — Property in class PathBasedBreadcrumbBuilder
The inbound path processor.
- $ PathBasedBreadcrumbBuilder#pathMatcher — Property in class PathBasedBreadcrumbBuilder
The patch matcher service.
- PathProcessorFiles — Class in namespace Drupal\system\PathProcessor
Defines a path processor to rewrite file URLs.
- PathProcessorFiles::processInbound() — Method in class PathProcessorFiles
Processes the inbound path.
- SystemMenuBlock::processMenuLevelParents() — Method in class SystemMenuBlock
Form API callback: Processes the menu_levels field element.
- $ RequestPath#pathMatcher — Property in class RequestPath
The path matcher.
- $ GDToolkit#preLoadInfo — Property in class GDToolkit
Image information from a file, available prior to loading the GD resource.
- GDToolkit::parseFile() — Method in class GDToolkit
Determines if a file contains a valid image.
- Extension::prepareRow() — Method in class Extension
Adds additional data to the row.
- $ SecurityAdvisory#project — Property in class SecurityAdvisory
The project name for the advisory.
- MockRouteProvider::preLoadRoutes() — Method in class MockRouteProvider
- {@inheritdoc}
- Term::postDelete() — Method in class Term
Acts on deleted entities before the delete hook is invoked.
- Term::preSave() — Method in class Term
Acts on an entity before the presave hook is invoked.
- Vocabulary::preDelete() — Method in class Vocabulary
Acts on entities before they are deleted and before hooks are invoked.
- Vocabulary::postDelete() — Method in class Vocabulary
Acts on deleted entities before the delete hook is invoked.
- $ OverviewTerms#pagerManager — Property in class OverviewTerms
The pager manager.
- Term::prepareRow() — Method in class Term
Adds additional data to the row.
- TermLocalizedTranslation::prepareRow() — Method in class TermLocalizedTranslation
Adds additional data to the row.
- TermNode::prepareRow() — Method in class TermNode
Adds additional data to the row.
- Vocabulary::prepareRow() — Method in class Vocabulary
Adds additional data to the row.
- VocabularyPerType::prepareRow() — Method in class VocabularyPerType
Adds additional data to the row.
- VocabularyTranslation::prepareRow() — Method in class VocabularyTranslation
Adds additional data to the row.
- Term::prepareRow() — Method in class Term
Adds additional data to the row.
- TermEntityTranslation::prepareRow() — Method in class TermEntityTranslation
Adds additional data to the row.
- TermLocalizedTranslation::prepareRow() — Method in class TermLocalizedTranslation
Adds additional data to the row.
- TermTranslation::prepareRow() — Method in class TermTranslation
Adds additional data to the row.
- Vocabulary::prepareRow() — Method in class Vocabulary
Adds additional data to the row.
- IndexTidDepthModifier::preQuery() — Method in class IndexTidDepthModifier
Run before the view is built.
- TaxonomyIndexTid::preRender() — Method in class TaxonomyIndexTid
Runs before any fields are rendered.
- TaxonomyPermissions::permissions() — Method in class TaxonomyPermissions
Get taxonomy permissions.
- TelephoneItem::propertyDefinitions() — Method in class TelephoneItem
Defines field item properties.
- PhoneField — Class in namespace Drupal\telephone\Plugin\migrate\field\d7
- TextTrimmedFormatter::preRenderSummary() — Method in class TextTrimmedFormatter
Pre-render callback: Renders a processed text element's #markup as a summary.
- TextItemBase::propertyDefinitions() — Method in class TextItemBase
Defines field item properties.
- TextWithSummaryItem::propertyDefinitions() — Method in class TextWithSummaryItem
Defines field item properties.
- $ TextProcessed#processed — Property in class TextProcessed
Cached processed text.
- ToolbarController::preRenderAdministrationTray() — Method in class ToolbarController
Renders the toolbar's administration tray.
- ToolbarController::preRenderGetRenderedSubtrees() — Method in class ToolbarController
pre_render callback for toolbar_get_rendered_subtrees().
- Toolbar::preRenderToolbar() — Method in class Toolbar
Builds the Toolbar as a structured array ready for rendering.
- ToolbarItem::preRenderToolbarItem() — Method in class ToolbarItem
Provides markup for associating a tray trigger with a tray element.
- $ TipsPluginCollection#pluginKey — Property in class TipsPluginCollection
- {@inheritdoc}
- ProjectCoreCompatibility — Class in namespace Drupal\update
Utility class to set core compatibility messages for project releases.
- $ ProjectCoreCompatibility#possibleCoreUpdateVersions — Property in class ProjectCoreCompatibility
Cache of core versions that are available for updates.
- ProjectRelease — Class in namespace Drupal\update
Provides a project release value object.
- ProjectSecurityData — Class in namespace Drupal\update
Calculates a project's security coverage information.
- ProjectSecurityRequirement — Class in namespace Drupal\update
Class for generating a project's security requirement.
- $ ProjectSecurityRequirement#projectTitle — Property in class ProjectSecurityRequirement
The project title.
- $ UpdateManager#projects — Property in class UpdateManager
An array of installed and enabled projects.
- UpdateManager::projectStorage() — Method in class UpdateManager
Retrieves update storage data or empties it.
- UpdateManagerInterface::projectStorage() — Method in class UpdateManagerInterface
Retrieves update storage data or empties it.
- $ UpdateProcessor#privateKey — Property in class UpdateProcessor
The private key.
- UpdateProcessor::processFetchTask() — Method in class UpdateProcessor
Processes a task to fetch available update data for a single project.
- UpdateProcessor::parseXml() — Method in class UpdateProcessor
Parses the XML of the Drupal release history info files.
- UpdateProcessorInterface::processFetchTask() — Method in class UpdateProcessorInterface
Processes a task to fetch available update data for a single project.
- PermissionAccessCheck — Class in namespace Drupal\user\Access
Determines access to routes based on permissions defined via $module.permissions.yml files.
- $ Role#permissions — Property in class Role
The permissions belonging to this role.
- Role::postLoad() — Method in class Role
Acts on loaded entities.
- Role::preSave() — Method in class Role
Acts on an entity before the presave hook is invoked.
- User::preSave() — Method in class User
Acts on an entity before the presave hook is invoked.
- User::postSave() — Method in class User
Acts on a saved entity before the insert or update hook is invoked.
- User::postDelete() — Method in class User
Acts on deleted entities before the delete hook is invoked.
- UserPermissionsBundleForm::permissionsByProvider() — Method in class UserPermissionsBundleForm
Group permissions by the modules that provide them.
- $ UserPermissionsForm#permissionHandler — Property in class UserPermissionsForm
The permission handler.
- UserPermissionsForm::permissionsByProvider() — Method in class UserPermissionsForm
Group permissions by the modules that provide them.
- UserPermissionsModuleSpecificForm::permissionsByProvider() — Method in class UserPermissionsModuleSpecificForm
Group permissions by the modules that provide them.
- PermissionHandler — Class in namespace Drupal\user
Provides the available permissions based on yml files.
- PermissionHandlerInterface — Class in namespace Drupal\user
Defines an interface to list available permissions.
- $ LanguageNegotiationUserAdmin#pathProcessorManager — Property in class LanguageNegotiationUserAdmin
The path processor manager.
- ProtectedUserFieldConstraint — Class in namespace Drupal\user\Plugin\Validation\Constraint
Checks if the plain text password is provided for editing a protected field.
- ProtectedUserFieldConstraintValidator — Class in namespace Drupal\user\Plugin\Validation\Constraint
Validates the ProtectedUserFieldConstraint constraint.
- ProfileValues — Class in namespace Drupal\user\Plugin\migrate
Plugin class for user migrations dealing with profile values.
- $ EntityUser#password — Property in class EntityUser
The password service class.
- EntityUser::processStubRow() — Method in class EntityUser
Populates as much of the stub row as possible.
- ProfileFieldSettings — Class in namespace Drupal\user\Plugin\migrate\process
- ProfileFieldOptionTranslation — Class in namespace Drupal\user\Plugin\migrate\process\d6
Determines the settings property and translation.
- ProfileField — Class in namespace Drupal\user\Plugin\migrate\source
Drupal 6/7 profile field source from database.
- ProfileField::prepareRow() — Method in class ProfileField
Adds additional data to the row.
- ProfileFieldOptionTranslation — Class in namespace Drupal\user\Plugin\migrate\source\d6
Drupal 6 i18n profile field option labels source from database.
- ProfileFieldValues — Class in namespace Drupal\user\Plugin\migrate\source\d6
Drupal 6 profile fields values source from database.
- ProfileFieldValues::prepareRow() — Method in class ProfileFieldValues
Adds additional data to the row.
- Role::prepareRow() — Method in class Role
Adds additional data to the row.
- User::prepareRow() — Method in class User
Adds additional data to the row.
- UserPictureFile::prepareRow() — Method in class UserPictureFile
Adds additional data to the row.
- Role::prepareRow() — Method in class Role
Adds additional data to the row.
- User::prepareRow() — Method in class User
Adds additional data to the row.
- UserEntityTranslation::prepareRow() — Method in class UserEntityTranslation
Adds additional data to the row.
- UserRegistrationResource::post() — Method in class UserRegistrationResource
Responds to user registration POST request.
- Permission — Class in namespace Drupal\user\Plugin\views\access
Access plugin that provides permission-based access control.
- $ Permission#permissionHandler — Property in class Permission
The permission handler.
- UserName::processSummaryArguments() — Method in class UserName
Processes the summary arguments for displaying.
- Permissions — Class in namespace Drupal\user\Plugin\views\field
Field handler to provide a list of permissions.
- Permissions::preRender() — Method in class Permissions
Runs before any fields are rendered.
- Roles::preRender() — Method in class Roles
Runs before any fields are rendered.
- Permissions — Class in namespace Drupal\user\Plugin\views\filter
Filter handler for user roles.
- $ Permissions#permissionHandler — Property in class Permissions
The permission handler.
- ProfileForm — Class in namespace Drupal\user
Form handler for the profile forms.
- ProfileTranslationHandler — Class in namespace Drupal\user
Defines the translation handler for users.
- $ UserAuth#passwordChecker — Property in class UserAuth
The password hashing service.
- $ DisplayPluginCollection#pluginKey — Property in class DisplayPluginCollection
- {@inheritdoc}
- View::preRenderViewElement() — Method in class View
View element pre render callback.
- EntityViewsData::processViewsDataForLanguage() — Method in class EntityViewsData
Processes the views data for a language field.
- EntityViewsData::processViewsDataForEntityReference() — Method in class EntityViewsData
Processes the views data for an entity reference field.
- EntityViewsData::processViewsDataForTextLong() — Method in class EntityViewsData
Processes the views data for a text field with formatting.
- EntityViewsData::processViewsDataForUuid() — Method in class EntityViewsData
Processes the views data for a UUID field.
- $ EntityFieldRenderer#processedRows — Property in class EntityFieldRenderer
A list of indexes of rows whose fields have already been rendered.
- EntityTranslationRendererBase::preRender() — Method in class EntityTranslationRendererBase
Runs before each entity is rendered.
- RendererBase::preRender() — Method in class RendererBase
Runs before each entity is rendered.
- TranslationLanguageRenderer::preRender() — Method in class TranslationLanguageRenderer
Runs before each entity is rendered.
- View::preSave() — Method in class View
Acts on an entity before the presave hook is invoked.
- View::postSave() — Method in class View
Acts on a saved entity before the insert or update hook is invoked.
- View::postLoad() — Method in class View
Acts on loaded entities.
- View::preCreate() — Method in class View
Changes the values of an entity before it is created.
- View::postCreate() — Method in class View
Acts on a created entity before hooks are invoked.
- View::preDelete() — Method in class View
Acts on entities before they are deleted and before hooks are invoked.
- View::postDelete() — Method in class View
Acts on deleted entities before the delete hook is invoked.
- ViewsEntitySchemaSubscriber::processHandlers() — Method in class ViewsEntitySchemaSubscriber
Applies a callable onto all handlers of all passed in views.
- ViewsFormMainForm::preRenderViewsForm() — Method in class ViewsFormMainForm
Replaces views substitution placeholders.
- ManyToOneHelper::placeholder() — Method in class ManyToOneHelper
Provides a unique placeholders for handlers.
- HandlerBase::preQuery() — Method in class HandlerBase
Run before the view is built.
- HandlerBase::postExecute() — Method in class HandlerBase
Run after the view is executed, before the result is cached.
- HandlerBase::placeholder() — Method in class HandlerBase
Provides a unique placeholders for handlers.
- PluginBase — Class in namespace Drupal\views\Plugin\views
Base class for any views plugin types.
- PluginBase::pluginTitle() — Method in class PluginBase
Return the human readable name of the display.
- PluginBase::preRenderAddFieldsetMarkup() — Method in class PluginBase
Moves form elements into fieldsets for presentation purposes.
- PluginBase::preRenderFlattenData() — Method in class PluginBase
Flattens the structure of form elements.
- ViewsHandlerInterface::preQuery() — Method in class ViewsHandlerInterface
Run before the view is built.
- ViewsHandlerInterface::postExecute() — Method in class ViewsHandlerInterface
Run after the view is executed, before the result is cached.
- ViewsPluginInterface::pluginTitle() — Method in class ViewsPluginInterface
Return the human readable name of the display.
- ViewsPluginInterface::preRenderAddFieldsetMarkup() — Method in class ViewsPluginInterface
Moves form elements into fieldsets for presentation purposes.
- ViewsPluginInterface::preRenderFlattenData() — Method in class ViewsPluginInterface
Flattens the structure of form elements.
- AreaPluginBase::preRender() — Method in class AreaPluginBase
Performs any operations needed before full rendering.
- Text::preQuery() — Method in class Text
Run before the view is built.
- Title::preRender() — Method in class Title
Performs any operations needed before full rendering.
- ArgumentPluginBase::processSummaryArguments() — Method in class ArgumentPluginBase
Process the summary arguments for display.
- ArgumentPluginBase::processContainerRadios() — Method in class ArgumentPluginBase
Custom form radios process function.
- ArgumentPluginBase::preRenderMoveArgumentOptions() — Method in class ArgumentPluginBase
Moves argument options into their place.
- ArgumentValidatorPluginBase::processSummaryArguments() — Method in class ArgumentValidatorPluginBase
Processes the summary arguments for displaying.
- CachePluginBase::postRender() — Method in class CachePluginBase
Post process any rendered data.
- CachePluginBase::prepareViewResult() — Method in class CachePluginBase
Prepares the view result before putting it into cache.
- Block::preBlockBuild() — Method in class Block
Allows to change the display settings right before executing the block.
- $ DisplayPluginBase#plugins — Property in class DisplayPluginBase
An array of instantiated plugins used in this display.
- DisplayPluginBase::preExecute() — Method in class DisplayPluginBase
Sets up any variables on the view prior to execution.
- DisplayPluginBase::preview() — Method in class DisplayPluginBase
Renders the display for the purposes of a live preview.
- DisplayPluginInterface::preExecute() — Method in class DisplayPluginInterface
Sets up any variables on the view prior to execution.
- DisplayPluginInterface::preview() — Method in class DisplayPluginInterface
Renders the display for the purposes of a live preview.
- Feed::preview() — Method in class Feed
Renders the display for the purposes of a live preview.
- Page — Class in namespace Drupal\views\Plugin\views\display
The plugin that handles a full page.
- $ Page#pageRenderArray — Property in class Page
The current page render array.
- $ Page#parentFormSelector — Property in class Page
The parent form selector service.
- PathPluginBase — Class in namespace Drupal\views\Plugin\views\display
The base display plugin for path/callbacks. This is used for pages and feeds.
- DisplayExtenderPluginBase::preExecute() — Method in class DisplayExtenderPluginBase
Set up any variables on the view prior to execution.
- ExposedFormPluginBase::preRender() — Method in class ExposedFormPluginBase
Runs before the view is rendered.
- ExposedFormPluginBase::postRender() — Method in class ExposedFormPluginBase
Runs after the view has been rendered.
- ExposedFormPluginBase::preExecute() — Method in class ExposedFormPluginBase
Runs before the view has been executed.
- ExposedFormPluginBase::postExecute() — Method in class ExposedFormPluginBase
Runs after the view has been executed.
- ExposedFormPluginInterface::preRender() — Method in class ExposedFormPluginInterface
Runs before the view is rendered.
- ExposedFormPluginInterface::postRender() — Method in class ExposedFormPluginInterface
Runs after the view has been rendered.
- ExposedFormPluginInterface::preExecute() — Method in class ExposedFormPluginInterface
Runs before the view has been executed.
- ExposedFormPluginInterface::postExecute() — Method in class ExposedFormPluginInterface
Runs after the view has been executed.
- InputRequired::preRender() — Method in class InputRequired
Runs before the view is rendered.
- BulkForm::preRender() — Method in class BulkForm
Runs before any fields are rendered.
- Custom::preRenderCustomForm() — Method in class Custom
Prerender function to move the textarea to the top of a form.
- EntityField::prepareItemsByDelta() — Method in class EntityField
Adapts the $items according to the delta configuration.
- EntityField::preRender() — Method in class EntityField
Runs before any fields are rendered.
- EntityLabel::preRender() — Method in class EntityLabel
Runs before any fields are rendered.
- FieldHandlerInterface::preRender() — Method in class FieldHandlerInterface
Runs before any fields are rendered.
- FieldHandlerInterface::postRender() — Method in class FieldHandlerInterface
Runs after every field has been rendered.
- FieldPluginBase::preRender() — Method in class FieldPluginBase
Runs before any fields are rendered.
- FieldPluginBase::postRender() — Method in class FieldPluginBase
Runs after every field has been rendered.
- MachineName::preRender() — Method in class MachineName
Runs before any fields are rendered.
- PrerenderList — Class in namespace Drupal\views\Plugin\views\field
Field handler to provide a list of items.
- UncacheableFieldHandlerTrait::postRender() — Method in class UncacheableFieldHandlerTrait
- {@inheritdoc}
- FilterPluginBase::prepareFilterSelectOptions() — Method in class FilterPluginBase
Sanitizes the HTML select element's options.
- Mini::postExecute() — Method in class Mini
Perform any needed actions just after the query executing.
- None::postExecute() — Method in class None
Perform any needed actions just after the query executing.
- PagerPluginBase — Class in namespace Drupal\views\Plugin\views\pager
Base class for views pager plugins.
- PagerPluginBase::preExecute() — Method in class PagerPluginBase
Perform any needed actions just prior to the query executing.
- PagerPluginBase::postExecute() — Method in class PagerPluginBase
Perform any needed actions just after the query executing.
- PagerPluginBase::preRender() — Method in class PagerPluginBase
Perform any needed actions just before rendering.
- $ SqlBase#pagerManager — Property in class SqlBase
The pager manager.
- $ SqlBase#pagerParameters — Property in class SqlBase
The pager parameters.
- PostgresqlDateSql — Class in namespace Drupal\views\Plugin\views\query
PostgreSQL-specific date handling.
- $ QueryPluginBase#pager — Property in class QueryPluginBase
A pager plugin that should be provided by the display.
- Sql::placeholder() — Method in class Sql
Generates a unique placeholder used in the db query.
- EntityReference::preRender() — Method in class EntityReference
Allow the style to do stuff before each row is rendered.
- EntityRow::preRender() — Method in class EntityRow
Allow the style to do stuff before each row is rendered.
- RowPluginBase::preRender() — Method in class RowPluginBase
Allow the style to do stuff before each row is rendered.
- StylePluginBase::preRender() — Method in class StylePluginBase
Allow the style to do stuff before each row is rendered.
- $ WizardPluginBase#parentFormSelector — Property in class WizardPluginBase
The parent form selector service.
- WizardPluginBase::pageDisplayOptions() — Method in class WizardPluginBase
Retrieves the page display options.
- WizardPluginBase::pageFeedDisplayOptions() — Method in class WizardPluginBase
Retrieves the feed display options.
- $ ViewExecutable#parent_views — Property in class ViewExecutable
To avoid recursion in views embedded into areas.
- $ ViewExecutable#pager — Property in class ViewExecutable
The used pager plugin used by the current executed view.
- $ ViewExecutable#preview — Property in class ViewExecutable
If this view has been previewed.
- ViewExecutable::preview() — Method in class ViewExecutable
Previews the given display, with the given arguments.
- ViewExecutable::preExecute() — Method in class ViewExecutable
Runs attachments and lets the display do what it needs to before running.
- ViewExecutable::postExecute() — Method in class ViewExecutable
Unsets the current view, mostly.
- $ Views#plugins — Property in class Views
A list of all available views plugin types.
- Views::pluginManager() — Method in class Views
Returns the plugin manager for a certain views plugin type.
- Views::pluginList() — Method in class Views
Returns a list of plugins and metadata about them.
- ViewsConfigUpdater::processDisplayHandlers() — Method in class ViewsConfigUpdater
Processes all display handlers.
- ViewsConfigUpdater::processEntityLinkUrlHandler() — Method in class ViewsConfigUpdater
Processes entity link URL fields.
- ViewsConfigUpdater::processOperatorDefaultsHandler() — Method in class ViewsConfigUpdater
Processes operator defaults.
- ViewsConfigUpdater::processMultivalueBaseFieldHandler() — Method in class ViewsConfigUpdater
Processes handlers affected by the multivalue base field update.
- ViewsConfigUpdater::processSortFieldIdentifierUpdateHandler() — Method in class ViewsConfigUpdater
Processes sort handlers by adding the sort identifier.
- ViewsData::prepareCid() — Method in class ViewsData
Prepares the cache ID by appending a language code.
- ViewsData::processEntityTypes() — Method in class ViewsData
Links tables with 'entity type' to respective generic entity-type tables.
- ViewAddForm::prepareEntity() — Method in class ViewAddForm
Prepares the entity object before the form is built first.
- ViewDuplicateForm::prepareEntity() — Method in class ViewDuplicateForm
Prepares the entity object before the form is built first.
- ViewFormBase::prepareEntity() — Method in class ViewFormBase
Prepares the entity object before the form is built first.
- ViewUI::preSave() — Method in class ViewUI
Acts on an entity before the presave hook is invoked.
- ViewUI::postSave() — Method in class ViewUI
Acts on a saved entity before the insert or update hook is invoked.
- ViewUI::preCreate() — Method in class ViewUI
Changes the values of an entity before it is created.
- ViewUI::postCreate() — Method in class ViewUI
Acts on a created entity before hooks are invoked.
- ViewUI::preDelete() — Method in class ViewUI
Acts on entities before they are deleted and before hooks are invoked.
- ViewUI::postDelete() — Method in class ViewUI
Acts on deleted entities before the delete hook is invoked.
- ViewUI::postLoad() — Method in class ViewUI
Acts on loaded entities.
- $ Workflow#pluginCollection — Property in class Workflow
The workflow type plugin collection.
- Workflow::preSave() — Method in class Workflow
Acts on an entity before the presave hook is invoked.
- $ WorkflowEditForm#pluginFormFactory — Property in class WorkflowEditForm
The plugin form factory.
- $ WorkflowStateAddForm#pluginFormFactory — Property in class WorkflowStateAddForm
The plugin form factory.
- $ WorkflowStateEditForm#pluginFormFactory — Property in class WorkflowStateEditForm
The plugin form factory.
- $ WorkflowTransitionAddForm#pluginFormFactory — Property in class WorkflowTransitionAddForm
The plugin form factory.
- $ WorkflowTransitionEditForm#pluginFormFactory — Property in class WorkflowTransitionEditForm
The plugin form factory.
- PgsqlQueryFactory — Class in namespace Drupal\workspaces\EntityQuery
Workspaces PostgreSQL-specific entity query implementation.
- Query::prepare() — Method in class Query
Prepares the basic query with proper metadata/tags and base fields.
- QueryAggregate::prepare() — Method in class QueryAggregate
Prepares the basic query with proper metadata/tags and base fields.
- QueryTrait::prepare() — Method in class QueryTrait
- {@inheritdoc}
- Workspace::publish() — Method in class Workspace
Publishes the contents of this workspace to the default (Live) workspace.
- Workspace::preDelete() — Method in class Workspace
Acts on entities before they are deleted and before hooks are invoked.
- Workspace::postDelete() — Method in class Workspace
Acts on deleted entities before the delete hook is invoked.
- WorkspaceAssociation::postPublish() — Method in class WorkspaceAssociation
Triggers clean-up operations after publishing a workspace.
- WorkspaceAssociationInterface::postPublish() — Method in class WorkspaceAssociationInterface
Triggers clean-up operations after publishing a workspace.
- WorkspaceInterface::publish() — Method in class WorkspaceInterface
Publishes the contents of this workspace to the default (Live) workspace.
- WorkspaceManager::purgeDeletedWorkspacesBatch() — Method in class WorkspaceManager
Deletes the revisions associated with deleted workspaces.
- WorkspaceManagerInterface::purgeDeletedWorkspacesBatch() — Method in class WorkspaceManagerInterface
Deletes the revisions associated with deleted workspaces.
- WorkspacePublisher::publish() — Method in class WorkspacePublisher
Publishes the contents of a workspace to the default (Live) workspace.
- WorkspacePublisherInterface::publish() — Method in class WorkspacePublisherInterface
Publishes the contents of a workspace to the default (Live) workspace.
Q
- Drupal::queue() — Method in class Drupal
Returns a queue for the given queue name.
- QueueWorker — Class in namespace Drupal\Core\Annotation
Declare a worker class for processing a queue item.
- $ BatchBuilder#queue — Property in class BatchBuilder
The details of the queue to use.
- QueryArgsCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the QueryArgsCacheContext service, for "per query args" caching.
- QuickStartCommand — Class in namespace Drupal\Core\Command
Installs a Drupal site and starts a webserver for local testing/development.
- Query — Class in namespace Drupal\Core\Config\Entity\Query
Defines the entity query for configuration entities.
- QueryFactory — Class in namespace Drupal\Core\Config\Entity\Query
Provides a factory for creating entity query objects for the config backend.
- $ Cron#queueFactory — Property in class Cron
The queue service.
- $ Cron#queueManager — Property in class Cron
The queue plugin manager.
- Connection::quoteIdentifiers() — Method in class Connection
Quotes all identifiers in a query.
- Connection::query() — Method in class Connection
Executes a query string against the database.
- Connection::queryRange() — Method in class Connection
Runs a limited-range query on this database object.
- Connection::quote() — Method in class Connection
Quotes a string for use in a query.
- $ Log#queryLog — Property in class Log
Cache of logged queries. This will only be used if the query logger is enabled.
- $ Condition#queryPlaceholderIdentifier — Property in class Condition
The identifier of the query placeholder this condition has been compiled against.
- Query — Class in namespace Drupal\Core\Database\Query
Base class for query builders.
- $ Query#queryOptions — Property in class Query
The query options to pass on to the connection object.
- QueryConditionTrait — Class in namespace Drupal\Core\Database\Query
Provides an implementation of ConditionInterface.
- $ SelectExtender#query — Property in class SelectExtender
The Select query object we are extending/decorating.
- $ StatementPrefetch#queryString — Property in class StatementPrefetch
The query string.
- Query — Class in namespace Drupal\Core\Entity\KeyValueStore\Query
Defines the entity query for entities stored in a key value backend.
- QueryFactory — Class in namespace Drupal\Core\Entity\KeyValueStore\Query
Provides a factory for creating the key value entity query.
- $ ConditionFundamentals#query — Property in class ConditionFundamentals
The query this condition belongs to.
- Query — Class in namespace Drupal\Core\Entity\Query\Null
Defines the entity query for configuration entities.
- QueryFactory — Class in namespace Drupal\Core\Entity\Query\Null
Provides a factory for creating entity query objects for the null backend.
- QueryAggregateInterface — Class in namespace Drupal\Core\Entity\Query
Defines an interface for aggregated entity queries.
- QueryBase — Class in namespace Drupal\Core\Entity\Query
The base entity query class.
- QueryException — Class in namespace Drupal\Core\Entity\Query
Exception thrown by Query() on unsupported query syntax.
- QueryFactoryInterface — Class in namespace Drupal\Core\Entity\Query
Defines an interface for QueryFactory classes.
- QueryInterface — Class in namespace Drupal\Core\Entity\Query
Interface for entity queries.
- $ Condition#query — Property in class Condition
The SQL entity query object this condition belongs to.
- Query — Class in namespace Drupal\Core\Entity\Query\Sql
The SQL storage entity query class.
- QueryAggregate — Class in namespace Drupal\Core\Entity\Query\Sql
The SQL storage entity query aggregate class.
- QueryFactory — Class in namespace Drupal\Core\Entity\Query\Sql
Factory class creating entity query objects for the SQL backend.
- QueryFactory — Class in namespace Drupal\Core\Entity\Query\Sql\pgsql
PostgreSQL specific entity query implementation.
- $ Memory#queue — Property in class Memory
The queue data.
- QueueDatabaseFactory — Class in namespace Drupal\Core\Queue
Defines the key/value store factory for the database backend.
- QueueFactory — Class in namespace Drupal\Core\Queue
Defines the queue factory.
- $ QueueFactory#queues — Property in class QueueFactory
Instantiated queues, keyed by name.
- QueueGarbageCollectionInterface — Class in namespace Drupal\Core\Queue
If the Drupal 'queue' service implements this interface, the garbageCollection() method will be called during cron.
- QueueInterface — Class in namespace Drupal\Core\Queue
Interface for a queue.
- QueueWorkerBase — Class in namespace Drupal\Core\Queue
Provides a base implementation for a QueueWorker plugin.
- QueueWorkerInterface — Class in namespace Drupal\Core\Queue
Defines an interface for a QueueWorker plugin.
- QueueWorkerManager — Class in namespace Drupal\Core\Queue
Defines the queue worker manager.
- QueueWorkerManagerInterface — Class in namespace Drupal\Core\Queue
Provides an interface for a queue worker manager.
- Action::query() — Method in class Action
- AggregatorFeed::query() — Method in class AggregatorFeed
- AggregatorItem::query() — Method in class AggregatorItem
- BlockedIps::query() — Method in class BlockedIps
- Block::query() — Method in class Block
- BlockTranslation::query() — Method in class BlockTranslation
- BlockTranslation::query() — Method in class BlockTranslation
- Box::query() — Method in class Box
- BlockCustom::query() — Method in class BlockCustom
- BlockCustomTranslation::query() — Method in class BlockCustomTranslation
- Book::query() — Method in class Book
- Color::query() — Method in class Color
- CommentType::query() — Method in class CommentType
- Comment::query() — Method in class Comment
- Comment::query() — Method in class Comment
- CommentEntityTranslation::query() — Method in class CommentEntityTranslation
- UserUid::query() — Method in class UserUid
Set up the query for this argument.
- EntityLink::query() — Method in class EntityLink
Called to add the field to a query.
- NodeNewComments::query() — Method in class NodeNewComments
Called to add the field to a query.
- StatisticsLastCommentName::query() — Method in class StatisticsLastCommentName
Called to add the field to a query.
- StatisticsLastUpdated::query() — Method in class StatisticsLastUpdated
Called to add the field to a query.
- StatisticsLastUpdated::query() — Method in class StatisticsLastUpdated
Add this filter to the query.
- UserUid::query() — Method in class UserUid
Add this filter to the query.
- StatisticsLastCommentName::query() — Method in class StatisticsLastCommentName
Called to add the sort to a query.
- StatisticsLastUpdated::query() — Method in class StatisticsLastUpdated
Called to add the sort to a query.
- Thread::query() — Method in class Thread
Called to add the sort to a query.
- ProfileFieldTranslation::query() — Method in class ProfileFieldTranslation
- ContactCategory::query() — Method in class ContactCategory
- EntityTranslationSettings::query() — Method in class EntityTranslationSettings
- ContextualLinks::query() — Method in class ContextualLinks
Called to add the field to a query.
- Field::query() — Method in class Field
- FieldInstance::query() — Method in class FieldInstance
- FieldInstanceOptionTranslation::query() — Method in class FieldInstanceOptionTranslation
- FieldInstancePerFormDisplay::query() — Method in class FieldInstancePerFormDisplay
- FieldInstancePerViewMode::query() — Method in class FieldInstancePerViewMode
- FieldLabelDescriptionTranslation::query() — Method in class FieldLabelDescriptionTranslation
- FieldOptionTranslation::query() — Method in class FieldOptionTranslation
- Field::query() — Method in class Field
- FieldInstance::query() — Method in class FieldInstance
- FieldLabelDescriptionTranslation::query() — Method in class FieldLabelDescriptionTranslation
- FieldOptionTranslation::query() — Method in class FieldOptionTranslation
- File::query() — Method in class File
- Upload::query() — Method in class Upload
- File::query() — Method in class File
- FilterFormat::query() — Method in class FilterFormat
- FilterFormat::query() — Method in class FilterFormat
- HistoryUserTimestamp::query() — Method in class HistoryUserTimestamp
Called to add the field to a query.
- HistoryUserTimestamp::query() — Method in class HistoryUserTimestamp
Add this filter to the query.
- QuickEditImageController — Class in namespace Drupal\image\Controller
Returns responses for our image routes.
- ImageCachePreset::query() — Method in class ImageCachePreset
- ImageStyles::query() — Method in class ImageStyles
- Filter::queryCondition() — Method in class Filter
Applies the root condition to the given query.
- $ LanguageNegotiationSession#queryRewrite — Property in class LanguageNegotiationSession
Flag used to determine whether query rewriting is active.
- $ LanguageNegotiationSession#queryParam — Property in class LanguageNegotiationSession
The query parameter name to rewrite.
- $ LanguageNegotiationSession#queryValue — Property in class LanguageNegotiationSession
The query parameter value to be set.
- Language::query() — Method in class Language
- LanguageContentSettings::query() — Method in class LanguageContentSettings
- LanguageContentSettingsTaxonomyVocabulary::query() — Method in class LanguageContentSettingsTaxonomyVocabulary
- LanguageContentSettings::query() — Method in class LanguageContentSettings
- LanguageContentSettingsTaxonomyVocabulary::query() — Method in class LanguageContentSettingsTaxonomyVocabulary
- QuickEditIntegration — Class in namespace Drupal\layout_builder
Helper methods for Quick Edit module integration.
- QuickEditIntegration::quickEditRenderField() — Method in class QuickEditIntegration
Re-renders a field rendered by Layout Builder, edited with Quick Edit.
- $ LocaleTranslation#queue — Property in class LocaleTranslation
The queue object.
- $ MediaType#queue_thumbnail_downloads — Property in class MediaType
Whether thumbnail downloads are queued.
- Status::query() — Method in class Status
Add this filter to the query.
- MenuLink::query() — Method in class MenuLink
- MenuLinkTranslation::query() — Method in class MenuLinkTranslation
- MenuLinkLocalized::query() — Method in class MenuLinkLocalized
- MenuLinkTranslation::query() — Method in class MenuLinkTranslation
- $ Sql#query — Property in class Sql
The select query.
- DummyQueryTrait::query() — Method in class DummyQueryTrait
- {@inheritdoc}
- $ SqlBase#query — Property in class SqlBase
The query string.
- SqlBase::query() — Method in class SqlBase
- ContentEntity::query() — Method in class ContentEntity
Query to retrieve the entities.
- Variable::query() — Method in class Variable
- VariableMultiRow::query() — Method in class VariableMultiRow
- VariableTranslation::query() — Method in class VariableTranslation
- VariableTranslation::query() — Method in class VariableTranslation
- Config::query() — Method in class Config
- Connection::queryRange() — Method in class Connection
Runs a limited-range query on this database object.
- Node::query() — Method in class Node
- NodeComplete::query() — Method in class NodeComplete
- NodeType::query() — Method in class NodeType
- ViewMode::query() — Method in class ViewMode
- Node::query() — Method in class Node
- NodeComplete::query() — Method in class NodeComplete
- NodeEntityTranslation::query() — Method in class NodeEntityTranslation
- NodeType::query() — Method in class NodeType
- UidRevision::query() — Method in class UidRevision
Set up the query for this argument.
- Access::query() — Method in class Access
See _node_access_where_sql() for a non-views query based implementation.
- Status::query() — Method in class Status
Add this filter to the query.
- UidRevision::query() — Method in class UidRevision
Add this filter to the query.
- UrlAliasBase::query() — Method in class UrlAliasBase
- Connection::query() — Method in class Connection
Executes a query string against the database.
- Connection::queryRange() — Method in class Connection
Runs a limited-range query on this database object.
- Schema::queryTableInformation() — Method in class Schema
Fetch the list of blobs and sequences used on a table.
- Schema::queryFieldInformation() — Method in class Schema
Fetches the list of constraints used on a field.
- QuickEditEntityFieldAccessCheck — Class in namespace Drupal\quickedit\Access
Access check for in-place editing entity fields.
- QuickEditEntityFieldAccessCheckInterface — Class in namespace Drupal\quickedit\Access
Access check for in-place editing entity fields.
- QuickEditFieldForm — Class in namespace Drupal\quickedit\Form
Builds and process a form for editing a single entity field.
- QuickEditController — Class in namespace Drupal\quickedit
Returns responses for Quick Edit module routes.
- RdfMapping::query() — Method in class RdfMapping
- ResponsiveImageStyles::query() — Method in class ResponsiveImageStyles
- DataEntityRow::query() — Method in class DataEntityRow
Add anything to the query that we might need to.
- Search::queryParseSearchExpression() — Method in class Search
Sets up and parses the search query.
- Search::query() — Method in class Search
Set up the query for this argument.
- Score::query() — Method in class Score
Called to add the field to a query.
- Search::queryParseSearchExpression() — Method in class Search
Sets up and parses the search query.
- Search::query() — Method in class Search
Add this filter to the query.
- Score::query() — Method in class Score
Called to add the sort to a query.
- Shortcut::query() — Method in class Shortcut
- ShortcutSet::query() — Method in class ShortcutSet
- ShortcutSetUsers::query() — Method in class ShortcutSetUsers
- Connection::queryRange() — Method in class Connection
Runs a limited-range query on this database object.
- NodeCounter::query() — Method in class NodeCounter
- Extension::query() — Method in class Extension
- Menu::query() — Method in class Menu
- MenuTranslation::query() — Method in class MenuTranslation
- ThemeSettings::query() — Method in class ThemeSettings
- Term::query() — Method in class Term
- TermLocalizedTranslation::query() — Method in class TermLocalizedTranslation
- TermNode::query() — Method in class TermNode
- Vocabulary::query() — Method in class Vocabulary
- VocabularyPerType::query() — Method in class VocabularyPerType
- VocabularyTranslation::query() — Method in class VocabularyTranslation
- Term::query() — Method in class Term
- TermEntityTranslation::query() — Method in class TermEntityTranslation
- TermLocalizedTranslation::query() — Method in class TermLocalizedTranslation
- TermTranslation::query() — Method in class TermTranslation
- Vocabulary::query() — Method in class Vocabulary
- VocabularyTranslation::query() — Method in class VocabularyTranslation
- IndexTidDepth::query() — Method in class IndexTidDepth
Set up the query for this argument.
- IndexTidDepthModifier::query() — Method in class IndexTidDepthModifier
Set up the query for this argument.
- TaxonomyIndexTid::query() — Method in class TaxonomyIndexTid
Add this term to the query.
- TaxonomyIndexTidDepth::query() — Method in class TaxonomyIndexTidDepth
Add this filter to the query.
- NodeTermData::query() — Method in class NodeTermData
Called to implement a relationship in a query.
- TrackerNode::query() — Method in class TrackerNode
- TrackerUser::query() — Method in class TrackerUser
- UserUid::query() — Method in class UserUid
Set up the query for this argument.
- UserUid::query() — Method in class UserUid
Add this filter to the query.
- ProfileField::query() — Method in class ProfileField
- ProfileFieldOptionTranslation::query() — Method in class ProfileFieldOptionTranslation
- ProfileFieldValues::query() — Method in class ProfileFieldValues
- Role::query() — Method in class Role
- User::query() — Method in class User
- UserPicture::query() — Method in class UserPicture
- UserPictureFile::query() — Method in class UserPictureFile
- Role::query() — Method in class Role
- User::query() — Method in class User
- UserEntityTranslation::query() — Method in class UserEntityTranslation
- Permissions::query() — Method in class Permissions
Called to add the field to a query.
- Roles::query() — Method in class Roles
Called to add the field to a query.
- Current::query() — Method in class Current
Add this filter to the query.
- Permissions::query() — Method in class Permissions
Add this filter to the query.
- EntityFieldRenderer::query() — Method in class EntityFieldRenderer
Alters the query if needed.
- EntityTranslationRendererBase::query() — Method in class EntityTranslationRendererBase
Alters the query if needed.
- RendererBase::query() — Method in class RendererBase
Alters the query if needed.
- TranslationLanguageRenderer::query() — Method in class TranslationLanguageRenderer
Alters the query if needed.
- BrokenHandlerTrait::query() — Method in class BrokenHandlerTrait
Modify the views query.
- $ HandlerBase#query — Property in class HandlerBase
Where the $query object will reside.
- HandlerBase::query() — Method in class HandlerBase
Add anything to the query that we might need to.
- PluginBase::query() — Method in class PluginBase
Add anything to the query that we might need to.
- PluginBase::queryLanguageSubstitutions() — Method in class PluginBase
Returns substitutions for Views queries for languages.
- ViewsPluginInterface::query() — Method in class ViewsPluginInterface
Add anything to the query that we might need to.
- Result::query() — Method in class Result
Add anything to the query that we might need to.
- ArgumentPluginBase::query() — Method in class ArgumentPluginBase
Set up the query for this argument.
- Formula::query() — Method in class Formula
Build the query based upon the formula.
- GroupByNumeric::query() — Method in class GroupByNumeric
Set up the query for this argument.
- ManyToOne::query() — Method in class ManyToOne
Set up the query for this argument.
- NullArgument::query() — Method in class NullArgument
Override the behavior of query() to prevent the query from being changed in any way.
- NumericArgument::query() — Method in class NumericArgument
Set up the query for this argument.
- StringArgument::query() — Method in class StringArgument
Build the query based upon the formula.
- QueryParameter — Class in namespace Drupal\views\Plugin\views\argument_default
A query parameter argument default handler.
- DisplayPluginBase::query() — Method in class DisplayPluginBase
Add anything to the query that we might need to.
- DisplayPluginInterface::query() — Method in class DisplayPluginInterface
Injects anything into the query that the display handler needs.
- EntityReference::query() — Method in class EntityReference
Add anything to the query that we might need to.
- DisplayExtenderPluginBase::query() — Method in class DisplayExtenderPluginBase
Inject anything into the query that the display_extender handler needs.
- ExposedFormPluginBase::query() — Method in class ExposedFormPluginBase
Add anything to the query that we might need to.
- InputRequired::query() — Method in class InputRequired
Add anything to the query that we might need to.
- BulkForm::query() — Method in class BulkForm
Called to add the field to a query.
- Counter::query() — Method in class Counter
Called to add the field to a query.
- Custom::query() — Method in class Custom
Called to add the field to a query.
- EntityField::query() — Method in class EntityField
Called to add the field to a query.
- EntityOperations::query() — Method in class EntityOperations
Called to add the field to a query.
- FieldPluginBase::query() — Method in class FieldPluginBase
Called to add the field to a query.
- LinkBase::query() — Method in class LinkBase
Called to add the field to a query.
- Links::query() — Method in class Links
Called to add the field to a query.
- RenderedEntity::query() — Method in class RenderedEntity
Called to add the field to a query.
- BooleanOperator::query() — Method in class BooleanOperator
Add this filter to the query.
- BooleanOperator::queryOpBoolean() — Method in class BooleanOperator
Adds a where condition to the query for a boolean value.
- BooleanOperatorString::query() — Method in class BooleanOperatorString
Add this filter to the query.
- Bundle::query() — Method in class Bundle
Add this filter to the query.
- $ Combine#query — Property in class Combine
- Combine::query() — Method in class Combine
Add this filter to the query.
- FilterPluginBase::query() — Method in class FilterPluginBase
Add this filter to the query.
- GroupByNumeric::query() — Method in class GroupByNumeric
Add this filter to the query.
- InOperator::query() — Method in class InOperator
Add this filter to the query.
- LanguageFilter::query() — Method in class LanguageFilter
Add this filter to the query.
- LatestRevision::query() — Method in class LatestRevision
Add this filter to the query.
- LatestTranslationAffectedRevision::query() — Method in class LatestTranslationAffectedRevision
Add this filter to the query.
- NumericFilter::query() — Method in class NumericFilter
Add this filter to the query.
- StringFilter::query() — Method in class StringFilter
Add this filter to the query.
- Mini::query() — Method in class Mini
Modify the query for paging.
- None::query() — Method in class None
Modify the query for paging.
- PagerPluginBase::query() — Method in class PagerPluginBase
Modify the query for paging.
- Some::query() — Method in class Some
Modify the query for paging.
- SqlBase::query() — Method in class SqlBase
Modify the query for paging.
- QueryPluginBase — Class in namespace Drupal\views\Plugin\views\query
Base plugin class for Views queries.
- QueryPluginBase::query() — Method in class QueryPluginBase
Generate a query and a countquery from all of the information supplied to the object.
- Sql::queueTable() — Method in class Sql
Add a table to the query without ensuring the path.
- Sql::query() — Method in class Sql
Generate a query and a countquery from all of the information supplied to the object.
- EntityReverse::query() — Method in class EntityReverse
Called to implement a relationship in a query.
- GroupwiseMax::query() — Method in class GroupwiseMax
Add anything to the query that we might need to.
- RelationshipPluginBase::query() — Method in class RelationshipPluginBase
Add anything to the query that we might need to.
- EntityRow::query() — Method in class EntityRow
Add anything to the query that we might need to.
- RowPluginBase::query() — Method in class RowPluginBase
Add anything to the query that we might need to.
- Date::query() — Method in class Date
Called to add the sort to a query.
- GroupByNumeric::query() — Method in class GroupByNumeric
Called to add the field to a query.
- Random::query() — Method in class Random
Called to add the sort to a query.
- SortPluginBase::query() — Method in class SortPluginBase
Called to add the sort to a query.
- DefaultSummary::query() — Method in class DefaultSummary
Add anything to the query that we might need to.
- StylePluginBase::query() — Method in class StylePluginBase
Add anything to the query that we might need to.
- $ ViewExecutable#query — Property in class ViewExecutable
Where the $query object will reside.
- Query — Class in namespace Drupal\workspaces\EntityQuery
Alters entity queries to use a workspace revision instead of the default one.
- QueryAggregate — Class in namespace Drupal\workspaces\EntityQuery
Alters aggregate entity queries to use a workspace revision if possible.
- QueryFactory — Class in namespace Drupal\workspaces\EntityQuery
Workspaces-specific entity query implementation.
- QueryTrait — Class in namespace Drupal\workspaces\EntityQuery
Provides workspaces-specific helpers for altering entity queries.
- QueryParameterWorkspaceNegotiator — Class in namespace Drupal\workspaces\Negotiator
Defines the query parameter workspace negotiator.
R
- Drupal::root() — Method in class Drupal
Gets the app root.
- Drupal::request() — Method in class Drupal
Retrieves the currently active request object.
- Drupal::requestStack() — Method in class Drupal
Retrieves the request stack.
- Drupal::routeMatch() — Method in class Drupal
Retrieves the currently active route match object.
- Handle::register() — Method in class Handle
Ensures exceptions are thrown when an assertion fails.
- DateTimePlus::render() — Method in class DateTimePlus
Renders the timezone name.
- $ Time#requestStack — Property in class Time
The request stack.
- Container::reset() — Method in class Container
Resets shared services from the container.
- Container::resolveServicesAndParameters() — Method in class Container
Resolves arguments that represent services or variables to the real values.
- PhpArrayContainer::resolveServicesAndParameters() — Method in class PhpArrayContainer
Resolves arguments that represent services or variables to the real values.
- Diff::reverse() — Method in class Diff
Compute reversed Diff.
- DiffOp::reverse() — Method in class DiffOp
- DiffOpAdd::reverse() — Method in class DiffOpAdd
- DiffOpChange::reverse() — Method in class DiffOpChange
- DiffOpCopy::reverse() — Method in class DiffOpCopy
- DiffOpDelete::reverse() — Method in class DiffOpDelete
- ContainerAwareEventDispatcher::removeListener() — Method in class ContainerAwareEventDispatcher
- {@inheritdoc}
- ContainerAwareEventDispatcher::removeSubscriber() — Method in class ContainerAwareEventDispatcher
- {@inheritdoc}
- FileCache::reset() — Method in class FileCache
Resets the static cache.
- RegexDirectoryIterator — Class in namespace Drupal\Component\FileSystem
Iterates over files whose names match a regular expression in a directory.
- $ RegexDirectoryIterator#regex — Property in class RegexDirectoryIterator
The regular expression to match.
- PoReaderInterface::readItem() — Method in class PoReaderInterface
Reads and returns a PoItem (source/translation pair).
- PoStreamReader::readItem() — Method in class PoStreamReader
Reads and returns a PoItem (source/translation pair).
- ContextAwarePluginDefinitionInterface::removeContextDefinition() — Method in class ContextAwarePluginDefinitionInterface
Removes a context definition from this plugin.
- ContextAwarePluginDefinitionTrait::removeContextDefinition() — Method in class ContextAwarePluginDefinitionTrait
Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::removeContextDefinition().
- $ StaticDiscoveryDecorator#registerDefinitions — Property in class StaticDiscoveryDecorator
A callback or closure used for registering additional definitions.
- ReflectionFactory — Class in namespace Drupal\Component\Plugin\Factory
A plugin factory that maps instance configuration to constructor arguments.
- LazyPluginCollection::remove() — Method in class LazyPluginCollection
Removes an initialized plugin.
- LazyPluginCollection::removeInstanceId() — Method in class LazyPluginCollection
Removes an instance ID.
- OutputStrategyInterface::renderFromHtml() — Method in class OutputStrategyInterface
Transforms a given HTML string into to a context-appropriate output string.
- PlainTextOutput::renderFromHtml() — Method in class PlainTextOutput
Transforms a given HTML string into to a context-appropriate output string.
- PhpTransliteration::removeDiacritics() — Method in class PhpTransliteration
Removes diacritics (accents) from certain letters.
- PhpTransliteration::replace() — Method in class PhpTransliteration
Replaces a single Unicode character using the transliteration database.
- PhpTransliteration::readLanguageOverrides() — Method in class PhpTransliteration
Reads in language overrides for a language code.
- PhpTransliteration::readGenericData() — Method in class PhpTransliteration
Reads in generic transliteration data for a bank of characters.
- TransliterationInterface::removeDiacritics() — Method in class TransliterationInterface
Removes diacritics (accents) from certain letters.
- Color::rgbToHex() — Method in class Color
Converts RGB color arrays and RGB strings in CSS notation to lowercase simple colors like '#aabbcc'.
- Crypt::randomBytesBase64() — Method in class Crypt
Returns a URL-safe, base64 encoded string of highly randomized bytes.
- Html::resetSeenIds() — Method in class Html
Resets the list of seen IDs.
- Random — Class in namespace Drupal\Component\Utility
Defines a utility class for creating random data.
- Rectangle — Class in namespace Drupal\Component\Utility
Rectangle rotation algebra class.
- Rectangle::rotate() — Method in class Rectangle
Rotates the rectangle.
- Reflection — Class in namespace Drupal\Component\Utility
Provides helper methods for reflection.
- Timer::read() — Method in class Timer
Reads the current timer value without stopping the timer.
- ToStringTrait::render() — Method in class ToStringTrait
Renders the object as a string.
- DrupalCoreComposer::rootComposerJson() — Method in class DrupalCoreComposer
Fetch the composer data from the root drupal/drupal project.
- $ Message#rootPackage — Property in class Message
The root package.
- AllowedPackages::recursiveGetAllowedPackages() — Method in class AllowedPackages
Builds a name-to-package mapping from a list of package names.
- Handler::requireWasCalled() — Method in class Handler
Registers post-package events if the 'require' command was called.
- Handler::rootPackageName() — Method in class Handler
Gets the root package name.
- Interpolator::replacements() — Method in class Interpolator
Finds the tokens that exist in a message and builds a replacement array.
- ReplaceOp — Class in namespace Drupal\Composer\Plugin\Scaffold\Operations
Scaffold operation to copy or symlink from source to destination.
- $ Plugin#requireWasCalled — Property in class Plugin
Record whether the 'require' command was called.
- $ ScaffoldFilePath#relativePath — Property in class ScaffoldFilePath
The relative path to the file.
- ScaffoldFilePath::relativePath() — Method in class ScaffoldFilePath
Gets the relative path to the source file (best to use in messages).
- $ Config#rootPackage — Property in class Config
The root package.
- VendorHardeningPlugin::removeBinBeforeCleanup() — Method in class VendorHardeningPlugin
Remove bin config for packages that would have the bin file removed.
- $ AccessManager#routeProvider — Property in class AccessManager
The route provider.
- AccessResult::resetCacheContexts() — Method in class AccessResult
Resets cache contexts (to the empty array).
- AccessResult::resetCacheTags() — Method in class AccessResult
Resets cache tags (to the empty array).
- $ AccessResultForbidden#reason — Property in class AccessResultForbidden
The reason why access is forbidden. For use in error messages.
- $ AccessResultNeutral#reason — Property in class AccessResultNeutral
The reason why access is neutral. For use in messages.
- RouteProcessorCsrf — Class in namespace Drupal\Core\Access
Processes the outbound route to handle the CSRF token.
- RouteProcessorCsrf::renderPlaceholderCsrfToken() — Method in class RouteProcessorCsrf
lazy_builder callback; gets a CSRF token for the given path.
- $ MessageAction#renderer — Property in class MessageAction
The renderer.
- AddCssCommand::render() — Method in class AddCssCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- AfterCommand::render() — Method in class AfterCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- $ AjaxResponseAttachmentsProcessor#requestStack — Property in class AjaxResponseAttachmentsProcessor
The request stack.
- $ AjaxResponseAttachmentsProcessor#renderer — Property in class AjaxResponseAttachmentsProcessor
The renderer.
- AlertCommand::render() — Method in class AlertCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- AnnounceCommand::render() — Method in class AnnounceCommand
Return an array to be run through json_encode and sent to the client.
- AppendCommand::render() — Method in class AppendCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- BaseCommand::render() — Method in class BaseCommand
Return an array to be run through json_encode and sent to the client.
- BeforeCommand::render() — Method in class BeforeCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- ChangedCommand::render() — Method in class ChangedCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- CloseDialogCommand::render() — Method in class CloseDialogCommand
Return an array to be run through json_encode and sent to the client.
- CommandInterface::render() — Method in class CommandInterface
Return an array to be run through json_encode and sent to the client.
- CssCommand::render() — Method in class CssCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- DataCommand::render() — Method in class DataCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- FocusFirstCommand::render() — Method in class FocusFirstCommand
Return an array to be run through json_encode and sent to the client.
- HtmlCommand::render() — Method in class HtmlCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- InsertCommand::render() — Method in class InsertCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- InvokeCommand::render() — Method in class InvokeCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- MessageCommand::render() — Method in class MessageCommand
Return an array to be run through json_encode and sent to the client.
- OpenDialogCommand::render() — Method in class OpenDialogCommand
Implements \Drupal\Core\Ajax\CommandInterface:render().
- OpenOffCanvasDialogCommand::render() — Method in class OpenOffCanvasDialogCommand
Implements \Drupal\Core\Ajax\CommandInterface:render().
- PrependCommand::render() — Method in class PrependCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- RedirectCommand — Class in namespace Drupal\Core\Ajax
Defines an AJAX command to set the window.location, loading that URL.
- RedirectCommand::render() — Method in class RedirectCommand
Implements \Drupal\Core\Ajax\CommandInterface:render().
- RemoveCommand — Class in namespace Drupal\Core\Ajax
AJAX command for calling the jQuery remove() method.
- RemoveCommand::render() — Method in class RemoveCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- ReplaceCommand — Class in namespace Drupal\Core\Ajax
AJAX command for calling the jQuery replace() method.
- ReplaceCommand::render() — Method in class ReplaceCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- RestripeCommand — Class in namespace Drupal\Core\Ajax
AJAX command for resetting the striping on a table.
- RestripeCommand::render() — Method in class RestripeCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- SetDialogOptionCommand::render() — Method in class SetDialogOptionCommand
Return an array to be run through json_encode and sent to the client.
- SettingsCommand::render() — Method in class SettingsCommand
Implements Drupal\Core\Ajax\CommandInterface:render().
- UpdateBuildIdCommand::render() — Method in class UpdateBuildIdCommand
Return an array to be run through json_encode and sent to the client.
- ArchiverInterface::remove() — Method in class ArchiverInterface
Removes the specified file from the archive.
- Tar::remove() — Method in class Tar
Removes the specified file from the archive.
- Zip::remove() — Method in class Zip
Removes the specified file from the archive.
- AssetCollectionRendererInterface::render() — Method in class AssetCollectionRendererInterface
Renders an asset collection.
- CssCollectionRenderer::render() — Method in class CssCollectionRenderer
Renders an asset collection.
- $ CssOptimizer#rewriteFileURIBasePath — Property in class CssOptimizer
The base path used by rewriteFileURI().
- CssOptimizer::rewriteFileURI() — Method in class CssOptimizer
Prefixes all paths within a CSS file for processFile().
- JsCollectionRenderer::render() — Method in class JsCollectionRenderer
Renders an asset collection.
- $ LibrariesDirectoryFileFinder#root — Property in class LibrariesDirectoryFileFinder
The app root.
- LibraryDiscoveryCollector::resolveCacheMiss() — Method in class LibraryDiscoveryCollector
Resolves a cache miss.
- LibraryDiscoveryCollector::reset() — Method in class LibraryDiscoveryCollector
Resets the local cache.
- $ LibraryDiscoveryParser#root — Property in class LibraryDiscoveryParser
The app root.
- LibraryDiscoveryParser::resolveThemeAssetPath() — Method in class LibraryDiscoveryParser
Ensures that a full path is returned for an overriding theme asset.
- ApcuBackend::removeBin() — Method in class ApcuBackend
Remove a cache bin.
- BackendChain::removeBin() — Method in class BackendChain
Remove a cache bin.
- CacheBackendInterface::removeBin() — Method in class CacheBackendInterface
Remove a cache bin.
- CacheCollector::resolveCacheMiss() — Method in class CacheCollector
Resolves a cache miss.
- CacheCollector::reset() — Method in class CacheCollector
Resets the local cache.
- CacheCollectorInterface::reset() — Method in class CacheCollectorInterface
Resets the local cache.
- CacheTagsChecksumInterface::reset() — Method in class CacheTagsChecksumInterface
Reset statically cached tags.
- CacheTagsChecksumTrait::rootTransactionEndCallback() — Method in class CacheTagsChecksumTrait
Callback to be invoked just after a database transaction gets committed.
- CacheTagsChecksumTrait::reset() — Method in class CacheTagsChecksumTrait
Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset()
- CacheTagsInvalidator::resetChecksums() — Method in class CacheTagsInvalidator
Reset statically cached tags in all cache tag checksum services.
- ChainedFastBackend::removeBin() — Method in class ChainedFastBackend
Remove a cache bin.
- ChainedFastBackend::reset() — Method in class ChainedFastBackend
- RequestFormatCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the RequestFormatCacheContext service, for "per format" caching.
- RequestStackCacheContextBase — Class in namespace Drupal\Core\Cache\Context
Defines a base class for cache contexts depending only on the request stack.
- $ RequestStackCacheContextBase#requestStack — Property in class RequestStackCacheContextBase
The request stack.
- RouteCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the RouteCacheContext service, for "per route" caching.
- $ RouteCacheContext#routeMatch — Property in class RouteCacheContext
The route match.
- RouteNameCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the RouteCacheContext service, for "per route name" caching.
- $ SessionExistsCacheContext#requestStack — Property in class SessionExistsCacheContext
The request stack.
- DatabaseBackend::removeBin() — Method in class DatabaseBackend
Remove a cache bin.
- MemoryBackend::removeBin() — Method in class MemoryBackend
Remove a cache bin.
- MemoryBackend::reset() — Method in class MemoryBackend
Reset statically cached variables.
- MemoryCounterBackend::resetCounter() — Method in class MemoryCounterBackend
Resets the call counter.
- NullBackend::removeBin() — Method in class NullBackend
Remove a cache bin.
- PhpBackend::removeBin() — Method in class PhpBackend
Remove a cache bin.
- RefinableCacheableDependencyInterface — Class in namespace Drupal\Core\Cache
Allows to add cacheability metadata to an object for the current runtime.
- RefinableCacheableDependencyTrait — Class in namespace Drupal\Core\Cache
Trait for \Drupal\Core\Cache\RefinableCacheableDependencyInterface.
- DbImportCommand::runScript() — Method in class DbImportCommand
Run the database script.
- Composer::removeTimeout() — Method in class Composer
Removes Composer's timeout so that scripts can run indefinitely.
- ConditionAccessResolverTrait::resolveConditions() — Method in class ConditionAccessResolverTrait
Resolves the given conditions based on the condition logic ('and'/'or').
- CachedStorage::read() — Method in class CachedStorage
Reads configuration data from the storage.
- CachedStorage::readMultiple() — Method in class CachedStorage
Reads configuration data from the storage.
- CachedStorage::rename() — Method in class CachedStorage
Renames a configuration object in the storage.
- CachedStorage::resetListCache() — Method in class CachedStorage
Clears the static list cache.
- Config::resetOverriddenData() — Method in class Config
Resets the current data, so overrides are re-applied.
- ConfigFactory::reset() — Method in class ConfigFactory
Resets and re-initializes configuration objects. Internal use only.
- ConfigFactory::rename() — Method in class ConfigFactory
Renames a configuration object using the storage.
- ConfigFactoryInterface::reset() — Method in class ConfigFactoryInterface
Resets and re-initializes configuration objects. Internal use only.
- ConfigFactoryInterface::rename() — Method in class ConfigFactoryInterface
Renames a configuration object using the storage.
- ConfigImporter::reset() — Method in class ConfigImporter
Resets the storage comparer and processed list.
- ConfigImporter::reInjectMe() — Method in class ConfigImporter
Gets all the service dependencies from \Drupal.
- DatabaseStorage::read() — Method in class DatabaseStorage
Reads configuration data from the storage.
- DatabaseStorage::readMultiple() — Method in class DatabaseStorage
Reads configuration data from the storage.
- DatabaseStorage::rename() — Method in class DatabaseStorage
Implements Drupal\Core\Config\StorageInterface::rename().
- DraggableListBuilder::render() — Method in class DraggableListBuilder
Builds a listing of entities for the given entity type.
- FileStorage::read() — Method in class FileStorage
Implements Drupal\Core\Config\StorageInterface::read().
- FileStorage::readMultiple() — Method in class FileStorage
Reads configuration data from the storage.
- FileStorage::rename() — Method in class FileStorage
Renames a configuration object in the storage.
- $ ImportStorageTransformer#requestLock — Property in class ImportStorageTransformer
The normal lock for the duration of the request.
- MissingContentEvent::resolveMissingContent() — Method in class MissingContentEvent
Resolves the missing content by removing it from the list.
- InstallStorage::rename() — Method in class InstallStorage
Overrides Drupal\Core\Config\FileStorage::rename().
- InstallStorage::reset() — Method in class InstallStorage
Resets the static cache.
- ManagedStorage::read() — Method in class ManagedStorage
Reads configuration data from the storage.
- ManagedStorage::readMultiple() — Method in class ManagedStorage
Reads configuration data from the storage.
- ManagedStorage::rename() — Method in class ManagedStorage
Renames a configuration object in the storage.
- MemoryStorage::read() — Method in class MemoryStorage
Reads configuration data from the storage.
- MemoryStorage::readMultiple() — Method in class MemoryStorage
Reads configuration data from the storage.
- MemoryStorage::rename() — Method in class MemoryStorage
Renames a configuration object in the storage.
- NullStorage::read() — Method in class NullStorage
Reads configuration data from the storage.
- NullStorage::readMultiple() — Method in class NullStorage
Reads configuration data from the storage.
- NullStorage::rename() — Method in class NullStorage
Renames a configuration object in the storage.
- ReadOnlyStorage — Class in namespace Drupal\Core\Config
A ReadOnlyStorage decorates a storage and does not allow writing to it.
- ReadOnlyStorage::read() — Method in class ReadOnlyStorage
Reads configuration data from the storage.
- ReadOnlyStorage::readMultiple() — Method in class ReadOnlyStorage
Reads configuration data from the storage.
- ReadOnlyStorage::rename() — Method in class ReadOnlyStorage
Renames a configuration object in the storage.
- StorageCacheInterface::resetListCache() — Method in class StorageCacheInterface
Reset the static cache of the listAll() cache.
- StorageComparer::removeFromChangelist() — Method in class StorageComparer
Removes the entry from the given operation changelist for the given name.
- StorageComparer::reset() — Method in class StorageComparer
Recalculates the differences.
- StorageComparerInterface::reset() — Method in class StorageComparerInterface
Recalculates the differences.
- StorageCopyTrait::replaceStorageContents() — Method in class StorageCopyTrait
Copy the configuration from one storage to another and remove stale items.
- StorageInterface::read() — Method in class StorageInterface
Reads configuration data from the storage.
- StorageInterface::readMultiple() — Method in class StorageInterface
Reads configuration data from the storage.
- StorageInterface::rename() — Method in class StorageInterface
Renames a configuration object in the storage.
- TypedConfigManager::replaceName() — Method in class TypedConfigManager
Replaces variables in configuration name.
- TypedConfigManager::replaceVariable() — Method in class TypedConfigManager
Replaces variable values in included names with configuration data.
- Psr7RequestValueResolver::resolve() — Method in class Psr7RequestValueResolver
- {@inheritdoc}
- RouteMatchValueResolver — Class in namespace Drupal\Core\Controller\ArgumentResolver
Yields a RouteMatch object based on the request object passed along.
- RouteMatchValueResolver::resolve() — Method in class RouteMatchValueResolver
- {@inheritdoc}
- ControllerBase::redirect() — Method in class ControllerBase
Returns a redirect response object for the specified route.
- CoreServiceProvider::register() — Method in class CoreServiceProvider
Registers services to the container.
- CoreServiceProvider::registerTest() — Method in class CoreServiceProvider
Registers services and event subscribers for a site under test.
- Cron::run() — Method in class Cron
Executes a cron run.
- CronInterface::run() — Method in class CronInterface
Executes a cron run.
- $ Connection#rootTransactionEndCallbacks — Property in class Connection
Post-root (non-nested) transaction commit callbacks.
- Connection::rollBack() — Method in class Connection
Rolls back the transaction entirely or to a named savepoint.
- Database::renameConnection() — Method in class Database
Rename a connection and its corresponding connection information.
- Database::removeConnection() — Method in class Database
Remove a connection and its corresponding connection information.
- $ Tasks#results — Property in class Tasks
Results from tasks.
- Tasks::runTasks() — Method in class Tasks
Runs database tasks and tests to see if Drupal can run on the database.
- Tasks::runTestQuery() — Method in class Tasks
Ensures the database can execute commands with the current user.
- Log::removeDatabaseEntries() — Method in class Log
Removes database related calls from a backtrace array.
- $ Select#range — Property in class Select
The range limiters for this query.
- Select::range() — Method in class Select
Restricts a query to a given range in the result set.
- SelectExtender::range() — Method in class SelectExtender
Restricts a query to a given range in the result set.
- SelectInterface::range() — Method in class SelectInterface
Restricts a query to a given range in the result set.
- ReplicaKillSwitch — Class in namespace Drupal\Core\Database
Provides replica server kill switch to ignore it.
- RowCountException — Class in namespace Drupal\Core\Database
Exception thrown if a SELECT query trying to execute rowCount() on result.
- Schema::renameTable() — Method in class Schema
Rename a table.
- StatementInterface::rowCount() — Method in class StatementInterface
Returns the number of rows affected by the last SQL statement.
- $ StatementPrefetch#rowCount — Property in class StatementPrefetch
The number of rows affected by the last query.
- $ StatementPrefetch#resultRowCount — Property in class StatementPrefetch
The number of rows in this result set.
- $ StatementPrefetch#rowCountEnabled — Property in class StatementPrefetch
Is rowCount() execution allowed.
- StatementPrefetch::rewind() — Method in class StatementPrefetch
- {@inheritdoc}
- StatementPrefetch::rowCount() — Method in class StatementPrefetch
Returns the number of rows affected by the last SQL statement.
- $ StatementWrapper#rowCountEnabled — Property in class StatementWrapper
Is rowCount() execution allowed.
- StatementWrapper::rowCount() — Method in class StatementWrapper
Returns the number of rows affected by the last SQL statement.
- $ Transaction#rolledBack — Property in class Transaction
A boolean value to indicate whether this transaction has been rolled back.
- Transaction::rollBack() — Method in class Transaction
Rolls back the current transaction.
- $ DateFormatter#requestStack — Property in class DateFormatter
The request stack.
- RegisterAccessChecksPass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Adds services tagged 'access_check' to the access_manager service.
- RegisterEventSubscribersPass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Registers all event subscribers to the event dispatcher.
- RegisterServicesForDestructionPass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Adds services tagged "needs_destruction" to the "kernel_destruct_subscriber" service.
- RegisterStreamWrappersPass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Adds services tagged 'stream_wrapper' to the stream_wrapper_manager service.
- ContainerBuilder::register() — Method in class ContainerBuilder
- {@inheritdoc}
- ServiceProviderBase::register() — Method in class ServiceProviderBase
Registers services to the container.
- ServiceProviderInterface::register() — Method in class ServiceProviderInterface
Registers services to the container.
- $ DiffFormatter#rows — Property in class DiffFormatter
The diff represented as an array of rows.
- $ DrupalKernel#root — Property in class DrupalKernel
The app root.
- DrupalKernel::rebuildContainer() — Method in class DrupalKernel
Force a container rebuild.
- DrupalKernelInterface::rebuildContainer() — Method in class DrupalKernelInterface
Force a container rebuild.
- $ ContentEntityBase#revisionTranslationAffectedKey — Property in class ContentEntityBase
The revision translation affected entity key.
- ContentEntityBase::removeTranslation() — Method in class ContentEntityBase
Removes the translation identified by the given language code.
- ContentEntityBase::referencedEntities() — Method in class ContentEntityBase
Gets a list of entities referenced by this entity.
- ContentEntityNullStorage::readFieldItemsToPurge() — Method in class ContentEntityNullStorage
Reads values to be purged for a single field.
- ContentEntityStorageBase::readFieldItemsToPurge() — Method in class ContentEntityStorageBase
Reads values to be purged for a single field.
- ContentEntityStorageBase::resetCache() — Method in class ContentEntityStorageBase
Resets the entity cache.
- $ ContentEntityType#revision_metadata_keys — Property in class ContentEntityType
An array of entity revision metadata keys.
- $ EntityController#renderer — Property in class EntityController
The renderer.
- EntityController::redirect() — Method in class EntityController
Returns a redirect response object for the specified route.
- $ EntityViewController#renderer — Property in class EntityViewController
The renderer service.
- EntityDisplayInterface::removeComponent() — Method in class EntityDisplayInterface
Sets a component to be hidden.
- EntityAccessControlHandler::resetCache() — Method in class EntityAccessControlHandler
Clears all cached access checks.
- EntityAccessControlHandlerInterface::resetCache() — Method in class EntityAccessControlHandlerInterface
Clears all cached access checks.
- EntityBase::referencedEntities() — Method in class EntityBase
Gets a list of entities referenced by this entity.
- EntityConstraintViolationList::remove() — Method in class EntityConstraintViolationList
- {@inheritdoc}
- $ EntityCreateAccessCheck#requirementsKey — Property in class EntityCreateAccessCheck
The key used by the routing requirement.
- $ EntityCreateAnyAccessCheck#requirementsKey — Property in class EntityCreateAnyAccessCheck
The key used by the routing requirement.
- EntityDefinitionUpdateManager::requiresEntityStorageSchemaChanges() — Method in class EntityDefinitionUpdateManager
Checks if the changes to the entity type requires storage schema changes.
- EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges() — Method in class EntityDefinitionUpdateManager
Checks if the changes to the storage definition requires schema changes.
- EntityDefinitionUpdateManager::requiresEntityDataMigration() — Method in class EntityDefinitionUpdateManager
Checks if existing data would be lost if the schema changes were applied.
- $ EntityDeleteMultipleAccessCheck#requestStack — Property in class EntityDeleteMultipleAccessCheck
Request stack service.
- $ EntityDisplayBase#renderer — Property in class EntityDisplayBase
The renderer.
- EntityDisplayBase::removeComponent() — Method in class EntityDisplayBase
Sets a component to be hidden.
- EntityInterface::referencedEntities() — Method in class EntityInterface
Gets a list of entities referenced by this entity.
- EntityListBuilder::render() — Method in class EntityListBuilder
Builds a listing of entities for the given entity type.
- EntityListBuilderInterface::render() — Method in class EntityListBuilderInterface
Builds a listing of entities for the given entity type.
- EntityStorageBase::resetCache() — Method in class EntityStorageBase
Resets the internal entity cache.
- EntityStorageBase::restore() — Method in class EntityStorageBase
Restores a previously saved entity.
- EntityStorageInterface::resetCache() — Method in class EntityStorageInterface
Resets the internal entity cache.
- EntityStorageInterface::restore() — Method in class EntityStorageInterface
Restores a previously saved entity.
- $ EntityType#render_cache — Property in class EntityType
Indicates whether the rendered output of entities should be cached.
- $ EntityType#revision_data_table — Property in class EntityType
The name of the entity type's revision data table.
- $ EntityType#revision_table — Property in class EntityType
The name of the entity type's revision table.
- EntityViewBuilder::resetCache() — Method in class EntityViewBuilder
Resets the entity render cache.
- EntityViewBuilderInterface::resetCache() — Method in class EntityViewBuilderInterface
Resets the entity render cache.
- DefaultSelection::reAlterQuery() — Method in class DefaultSelection
Helper method: Passes a query to the alteration system again.
- ReferenceAccessConstraint — Class in namespace Drupal\Core\Entity\Plugin\Validation\Constraint
Entity Reference valid reference constraint.
- ReferenceAccessConstraintValidator — Class in namespace Drupal\Core\Entity\Plugin\Validation\Constraint
Checks if the current user has access to newly referenced entities.
- $ QueryBase#range — Property in class QueryBase
The query range.
- QueryBase::range() — Method in class QueryBase
Defines the range of the query.
- QueryInterface::range() — Method in class QueryInterface
Defines the range of the query.
- Query::result() — Method in class Query
Executes the query and returns the result.
- QueryAggregate::result() — Method in class QueryAggregate
Overrides \Drupal\Core\Entity\Query\Sql\Query::result().
- RevisionLogEntityTrait — Class in namespace Drupal\Core\Entity
Provides a trait for accessing revision logging and ownership information.
- RevisionLogEntityTrait::revisionLogBaseFieldDefinitions() — Method in class RevisionLogEntityTrait
Provides revision-related base field definitions for an entity type.
- RevisionLogInterface — Class in namespace Drupal\Core\Entity
Defines methods for an entity that supports revision logging and ownership.
- RevisionableContentEntityBase — Class in namespace Drupal\Core\Entity
Provides a content entity with extended support for revisions.
- RevisionableEntityBundleInterface — Class in namespace Drupal\Core\Entity
Provides an interface defining a revisionable entity bundle.
- RevisionableInterface — Class in namespace Drupal\Core\Entity
Provides methods for an entity to support revisions.
- RevisionableStorageInterface — Class in namespace Drupal\Core\Entity
A storage that supports revisionable entity types.
- DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges() — Method in class DynamicallyFieldableEntityStorageSchemaInterface
Checks if the changes to the storage definition requires schema changes.
- DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration() — Method in class DynamicallyFieldableEntityStorageSchemaInterface
Checks if existing data would be lost if the schema changes were applied.
- EntityStorageSchemaInterface::requiresEntityStorageSchemaChanges() — Method in class EntityStorageSchemaInterface
Checks if the changes to the entity type requires storage schema changes.
- EntityStorageSchemaInterface::requiresEntityDataMigration() — Method in class EntityStorageSchemaInterface
Checks if existing data would be lost if the schema changes were applied.
- $ DefaultTableMapping#revisionTable — Property in class DefaultTableMapping
The table that stores revisions, if the entity supports revisions.
- $ DefaultTableMapping#revisionDataTable — Property in class DefaultTableMapping
The table that stores revision field data if the entity supports revisions and has multilingual support.
- DefaultTableMapping::requiresDedicatedTableStorage() — Method in class DefaultTableMapping
Checks whether the given field has to be stored in a dedicated table.
- $ SqlContentEntityStorage#revisionKey — Property in class SqlContentEntityStorage
Name of entity's revision database table field, if it supports revisions.
- $ SqlContentEntityStorage#revisionTable — Property in class SqlContentEntityStorage
The table that stores revisions, if the entity supports revisions.
- $ SqlContentEntityStorage#revisionDataTable — Property in class SqlContentEntityStorage
The table that stores revision field data if the entity supports revisions.
- SqlContentEntityStorage::restore() — Method in class SqlContentEntityStorage
Restores a previously saved entity.
- SqlContentEntityStorage::requiresEntityStorageSchemaChanges() — Method in class SqlContentEntityStorage
Checks if the changes to the entity type requires storage schema changes.
- SqlContentEntityStorage::requiresFieldStorageSchemaChanges() — Method in class SqlContentEntityStorage
Checks if the changes to the storage definition requires schema changes.
- SqlContentEntityStorage::requiresEntityDataMigration() — Method in class SqlContentEntityStorage
Checks if existing data would be lost if the schema changes were applied.
- SqlContentEntityStorage::requiresFieldDataMigration() — Method in class SqlContentEntityStorage
Checks if existing data would be lost if the schema changes were applied.
- SqlContentEntityStorage::readFieldItemsToPurge() — Method in class SqlContentEntityStorage
Reads values to be purged for a single field.
- SqlContentEntityStorageSchema::requiresEntityStorageSchemaChanges() — Method in class SqlContentEntityStorageSchema
Checks if the changes to the entity type requires storage schema changes.
- SqlContentEntityStorageSchema::requiresFieldStorageSchemaChanges() — Method in class SqlContentEntityStorageSchema
Checks if the changes to the storage definition requires schema changes.
- SqlContentEntityStorageSchema::requiresEntityDataMigration() — Method in class SqlContentEntityStorageSchema
Checks if existing data would be lost if the schema changes were applied.
- SqlContentEntityStorageSchema::requiresFieldDataMigration() — Method in class SqlContentEntityStorageSchema
Checks if existing data would be lost if the schema changes were applied.
- $ DefaultExceptionHtmlSubscriber#redirectDestination — Property in class DefaultExceptionHtmlSubscriber
The redirect destination service.
- $ EarlyRenderingControllerWrapperSubscriber#renderer — Property in class EarlyRenderingControllerWrapperSubscriber
The renderer.
- $ EntityRouteAlterSubscriber#resolverManager — Property in class EntityRouteAlterSubscriber
The entity resolver manager.
- $ FinishResponseSubscriber#requestPolicy — Property in class FinishResponseSubscriber
A policy rule determining the cacheability of a request.
- $ FinishResponseSubscriber#responsePolicy — Property in class FinishResponseSubscriber
A policy rule determining the cacheability of the response.
- KernelDestructionSubscriber::registerService() — Method in class KernelDestructionSubscriber
Registers a service for destruction.
- $ MainContentViewSubscriber#routeMatch — Property in class MainContentViewSubscriber
The current route match.
- $ MenuRouterRebuildSubscriber#replicaKillSwitch — Property in class MenuRouterRebuildSubscriber
The replica kill switch.
- $ OptionsRequestSubscriber#routeProvider — Property in class OptionsRequestSubscriber
The route provider.
- RedirectLeadingSlashesSubscriber — Class in namespace Drupal\Core\EventSubscriber
Redirects paths starting with multiple slashes to a single slash.
- RedirectLeadingSlashesSubscriber::redirect() — Method in class RedirectLeadingSlashesSubscriber
Redirects paths starting with multiple slashes to a single slash.
- RedirectResponseSubscriber — Class in namespace Drupal\Core\EventSubscriber
Allows manipulation of the response object when performing a redirect.
- RenderArrayNonHtmlSubscriber — Class in namespace Drupal\Core\EventSubscriber
Throws 406 if requesting non-HTML format and controller returns render array.
- RequestCloseSubscriber — Class in namespace Drupal\Core\EventSubscriber
Subscriber for all responses.
- ResponseGeneratorSubscriber — Class in namespace Drupal\Core\EventSubscriber
Response subscriber to add X-Generator header tag.
- RouteAccessResponseSubscriber — Class in namespace Drupal\Core\EventSubscriber
Response subscriber to bubble the route's access result's cacheability.
- RouteMethodSubscriber — Class in namespace Drupal\Core\EventSubscriber
Provides a default value for the HTTP method restriction on routes.
- RssResponseRelativeUrlFilter — Class in namespace Drupal\Core\EventSubscriber
Subscribes to filter RSS responses, to make relative URIs absolute.
- RecursiveExtensionFilterIterator — Class in namespace Drupal\Core\Extension\Discovery
Filters a RecursiveDirectoryIterator to discover extensions.
- $ Extension#root — Property in class Extension
The app root.
- $ ExtensionDiscovery#root — Property in class ExtensionDiscovery
The app root for the current operation.
- $ ExtensionList#root — Property in class ExtensionList
The app root.
- ExtensionList::reset() — Method in class ExtensionList
Resets the stored extension list.
- ExtensionList::recalculateInfo() — Method in class ExtensionList
Generates the information from .info.yml files for extensions of this type.
- ExtensionList::recalculatePathnames() — Method in class ExtensionList
Generates a sorted list of .info.yml file locations for all extensions.
- $ InfoParserDynamic#root — Property in class InfoParserDynamic
The root directory of the Drupal installation.
- $ ModuleHandler#root — Property in class ModuleHandler
The app root.
- ModuleHandler::reload() — Method in class ModuleHandler
Reloads all enabled modules.
- ModuleHandler::resetImplementations() — Method in class ModuleHandler
Resets the cached list of hook implementations.
- ModuleHandlerInterface::reload() — Method in class ModuleHandlerInterface
Reloads all enabled modules.
- ModuleHandlerInterface::resetImplementations() — Method in class ModuleHandlerInterface
Resets the cached list of hook implementations.
- $ ModuleInstaller#root — Property in class ModuleInstaller
The app root.
- ModuleInstaller::removeCacheBins() — Method in class ModuleInstaller
Helper method for removing all cache bins registered by a given module.
- RequiredModuleUninstallValidator — Class in namespace Drupal\Core\Extension
Ensures that required modules cannot be uninstalled.
- ThemeExtensionList::reset() — Method in class ThemeExtensionList
Resets the stored extension list.
- $ ThemeHandler#root — Property in class ThemeHandler
The app root.
- ThemeHandler::refreshInfo() — Method in class ThemeHandler
Refreshes the theme info data of currently installed themes.
- ThemeHandler::reset() — Method in class ThemeHandler
Resets the internal state of the theme handler.
- ThemeHandler::rebuildThemeData() — Method in class ThemeHandler
Scans and collects theme extension data and their engines.
- ThemeHandlerInterface::refreshInfo() — Method in class ThemeHandlerInterface
Refreshes the theme info data of currently installed themes.
- ThemeHandlerInterface::reset() — Method in class ThemeHandlerInterface
Resets the internal state of the theme handler.
- ThemeHandlerInterface::rebuildThemeData() — Method in class ThemeHandlerInterface
Scans and collects theme extension data and their engines.
- $ ThemeInstaller#routeBuilder — Property in class ThemeInstaller
- ThemeInstaller::resetSystem() — Method in class ThemeInstaller
Resets some other systems like rebuilding the route information or caches.
- DeletedFieldsRepository::removeFieldDefinition() — Method in class DeletedFieldsRepository
Removes a field definition object from the deleted list.
- DeletedFieldsRepository::removeFieldStorageDefinition() — Method in class DeletedFieldsRepository
Removes a field storage definition object from the deleted list.
- DeletedFieldsRepositoryInterface::removeFieldDefinition() — Method in class DeletedFieldsRepositoryInterface
Removes a field definition object from the deleted list.
- DeletedFieldsRepositoryInterface::removeFieldStorageDefinition() — Method in class DeletedFieldsRepositoryInterface
Removes a field storage definition object from the deleted list.
- EntityReferenceFieldItemList::referencedEntities() — Method in class EntityReferenceFieldItemList
Gets the entities referenced by this field, preserving field item deltas.
- EntityReferenceFieldItemListInterface::referencedEntities() — Method in class EntityReferenceFieldItemListInterface
Gets the entities referenced by this field, preserving field item deltas.
- $ FieldConfigBase#required — Property in class FieldConfigBase
Flag indicating whether the field is required.
- $ EntityReferenceEntityFormatter#recursiveRenderDepth — Property in class EntityReferenceEntityFormatter
An array of counters for the recursive rendering protection.
- $ TimestampAgoFormatter#request — Property in class TimestampAgoFormatter
The current Request object.
- RequiredFieldStorageDefinitionInterface — Class in namespace Drupal\Core\Field
Defines an interface for required field storage definitions.
- FTPExtension::removeDirectoryJailed() — Method in class FTPExtension
Removes a directory.
- FTPExtension::removeFileJailed() — Method in class FTPExtension
Removes a file.
- FileTransfer::removeDirectory() — Method in class FileTransfer
Removes a directory.
- FileTransfer::removeFile() — Method in class FileTransfer
Removes a file.
- FileTransfer::removeDirectoryJailed() — Method in class FileTransfer
Removes a directory.
- FileTransfer::removeFileJailed() — Method in class FileTransfer
Removes a file.
- $ FileTransferAuthorizeForm#root — Property in class FileTransferAuthorizeForm
The app root.
- FileTransferAuthorizeForm::runOperation() — Method in class FileTransferAuthorizeForm
Runs the operation specified in 'authorize_operation' session property.
- Local::removeDirectoryJailed() — Method in class Local
Removes a directory.
- Local::removeFileJailed() — Method in class Local
Removes a file.
- SSH::removeDirectoryJailed() — Method in class SSH
Removes a directory.
- SSH::removeFileJailed() — Method in class SSH
Removes a file.
- FileSystem::realpath() — Method in class FileSystem
Resolves the absolute filepath of a local URI or filepath.
- FileSystem::rmdir() — Method in class FileSystem
Removes a directory.
- FileSystemInterface::realpath() — Method in class FileSystemInterface
Resolves the absolute filepath of a local URI or filepath.
- FileSystemInterface::rmdir() — Method in class FileSystemInterface
Removes a directory.
- $ FileUrlGenerator#requestStack — Property in class FileUrlGenerator
The request stack.
- MimeTypeGuesser::registerWithSymfonyGuesser() — Method in class MimeTypeGuesser
A helper function to register with Symfony's singleton MIME type guesser.
- $ DatabaseBackend#requestStack — Property in class DatabaseBackend
The request stack.
- DatabaseBackend::register() — Method in class DatabaseBackend
Registers an event for the current visitor to the flood control mechanism.
- FloodInterface::register() — Method in class FloodInterface
Registers an event for the current visitor to the flood control mechanism.
- $ MemoryBackend#requestStack — Property in class MemoryBackend
The request stack.
- MemoryBackend::register() — Method in class MemoryBackend
Registers an event for the current visitor to the flood control mechanism.
- $ EnforcedResponse#response — Property in class EnforcedResponse
The wrapped response object.
- $ EnforcedResponseException#response — Property in class EnforcedResponseException
The response to be enforced.
- $ FormAjaxResponseBuilder#routeMatch — Property in class FormAjaxResponseBuilder
The current route match.
- $ FormBase#requestStack — Property in class FormBase
The request stack.
- $ FormBase#routeMatch — Property in class FormBase
The route match.
- FormBase::resetConfigFactory() — Method in class FormBase
Resets the configuration factory.
- FormBase::redirect() — Method in class FormBase
Returns a redirect response object for the specified route.
- $ FormBuilder#requestStack — Property in class FormBuilder
The request stack.
- FormBuilder::rebuildForm() — Method in class FormBuilder
Constructs a new $form from the information in $form_state.
- FormBuilder::retrieveForm() — Method in class FormBuilder
Retrieves the structured array that defines a given form.
- FormBuilder::renderPlaceholderFormAction() — Method in class FormBuilder
Renders a form action URL. It's a #lazy_builder callback.
- FormBuilder::renderFormTokenPlaceholder() — Method in class FormBuilder
Renders the form CSRF token. It's a #lazy_builder callback.
- FormBuilder::redirectForm() — Method in class FormBuilder
Redirects the user to a URL after a form has been processed.
- FormBuilderInterface::rebuildForm() — Method in class FormBuilderInterface
Constructs a new $form from the information in $form_state.
- FormBuilderInterface::retrieveForm() — Method in class FormBuilderInterface
Retrieves the structured array that defines a given form.
- $ FormCache#requestStack — Property in class FormCache
The request stack.
- $ FormCache#requestPolicy — Property in class FormCache
A policy rule determining the cacheability of a request.
- $ FormCache#root — Property in class FormCache
The app root.
- FormHelper::rewriteStatesSelector() — Method in class FormHelper
Rewrites #states selectors in a render element.
- $ FormState#rebuild_info — Property in class FormState
Similar to self::$build_info, but pertaining to \Drupal\Core\Form\FormBuilderInterface::rebuildForm().
- $ FormState#rebuild — Property in class FormState
Normally, after the entire form processing is completed and submit handlers have run, a form is considered to be done and \Drupal\Core\Form\FormSubmitterInterface::redirectForm() will redirect the user to a new page using a GET request (so a browser refresh does not re-submit the form). However, if 'rebuild' has been set to TRUE, then a new copy of the form is immediately built and sent to the browser, instead of a redirect. This is used for multi-step forms, such as wizards and confirmation forms. Normally, self::$rebuild is set by a submit handler, since it is usually logic within a submit handler that determines whether a form is done or requires another step. However, a validation handler may already set self::$rebuild to cause the form processing to bypass submit handlers and rebuild the form instead, even if there are no validation errors.
- $ FormState#response — Property in class FormState
Used when a form needs to return some kind of a \Symfony\Component\HttpFoundation\Response object, e.g., a \Symfony\Component\HttpFoundation\BinaryFileResponse when triggering a file download. If you use self::setRedirect() or self::setRedirectUrl(), it will be used to build a \Symfony\Component\HttpFoundation\RedirectResponse and will populate this key.
- $ FormState#redirect — Property in class FormState
Used to redirect the form on submission.
- $ FormState#requestMethod — Property in class FormState
The HTTP method used by the request building or processing this form.
- $ FormSubmitter#requestStack — Property in class FormSubmitter
The request stack.
- FormSubmitter::redirectForm() — Method in class FormSubmitter
Redirects the user to a URL after a form has been processed.
- FormSubmitterInterface::redirectForm() — Method in class FormSubmitterInterface
Redirects the user to a URL after a form has been processed.
- $ FormValidator#requestStack — Property in class FormValidator
The request stack.
- $ LinkRelationTypeManager#root — Property in class LinkRelationTypeManager
The app root.
- RequestStack — Class in namespace Drupal\Core\Http
Forward-compatibility shim for Symfony's RequestStack.
- Image::resize() — Method in class Image
Resizes an image to the given dimensions (ignoring aspect ratio).
- Image::rotate() — Method in class Image
Rotates an image by the given number of degrees.
- ImageInterface::resize() — Method in class ImageInterface
Resizes an image to the given dimensions (ignoring aspect ratio).
- ImageInterface::rotate() — Method in class ImageInterface
Rotates an image by the given number of degrees.
- ConfigOverride::register() — Method in class ConfigOverride
Registers services to the container.
- $ SiteConfigureForm#root — Property in class SiteConfigureForm
The app root.
- $ SiteSettingsForm#renderer — Property in class SiteSettingsForm
The renderer.
- InstallerKernel::resetConfigStorage() — Method in class InstallerKernel
Reset the bootstrap config storage.
- InstallerServiceProvider::register() — Method in class InstallerServiceProvider
Registers services to the container.
- NormalInstallerServiceProvider::register() — Method in class NormalInstallerServiceProvider
Registers services to the container.
- DatabaseStorage::rename() — Method in class DatabaseStorage
Renames a key.
- KeyValueStoreInterface::rename() — Method in class KeyValueStoreInterface
Renames a key.
- MemoryStorage::rename() — Method in class MemoryStorage
Renames a key.
- NullStorageExpirable::rename() — Method in class NullStorageExpirable
Renames a key.
- LanguageManager::reset() — Method in class LanguageManager
Resets the given language type or all types if none specified.
- LanguageManagerInterface::reset() — Method in class LanguageManagerInterface
Resets the given language type or all types if none specified.
- $ Layout#regions — Property in class Layout
An associative array of regions in this layout.
- $ LayoutDefinition#regions — Property in class LayoutDefinition
An associative array of regions in this layout.
- DatabaseLockBackend::release() — Method in class DatabaseLockBackend
Releases the given lock.
- DatabaseLockBackend::releaseAll() — Method in class DatabaseLockBackend
Releases all locks for the given lock token identifier.
- LockBackendInterface::release() — Method in class LockBackendInterface
Releases the given lock.
- LockBackendInterface::releaseAll() — Method in class LockBackendInterface
Releases all locks for the given lock token identifier.
- NullLockBackend::release() — Method in class NullLockBackend
Releases the given lock.
- NullLockBackend::releaseAll() — Method in class NullLockBackend
Releases all locks for the given lock token identifier.
- $ LoggerChannel#requestStack — Property in class LoggerChannel
The request stack object.
- RfcLogLevel — Class in namespace Drupal\Core\Logger
Defines various logging severity levels.
- RfcLoggerTrait — Class in namespace Drupal\Core\Logger
A copy of \Psr\Log\LoggerTrait that uses RFC 5424 compliant log levels.
- $ MailFormatHelper#regexp — Property in class MailFormatHelper
Quoted regex expression based on base path.
- $ MailManager#renderer — Property in class MailManager
The renderer.
- $ ContextualLinkManager#requestStack — Property in class ContextualLinkManager
The request stack.
- $ LocalActionDefault#routeProvider — Property in class LocalActionDefault
The route provider to load routes by name.
- $ LocalActionManager#requestStack — Property in class LocalActionManager
The request stack.
- $ LocalActionManager#routeMatch — Property in class LocalActionManager
The current route match.
- $ LocalActionManager#routeProvider — Property in class LocalActionManager
The route provider to load routes by name.
- $ LocalTaskDefault#routeProvider — Property in class LocalTaskDefault
The route provider to load routes by name.
- LocalTaskDefault::routeProvider() — Method in class LocalTaskDefault
Returns the route provider.
- $ LocalTaskManager#requestStack — Property in class LocalTaskManager
The request stack.
- $ LocalTaskManager#routeMatch — Property in class LocalTaskManager
The current route match.
- $ LocalTaskManager#routeProvider — Property in class LocalTaskManager
The route provider to load routes by name.
- $ MenuActiveTrail#routeMatch — Property in class MenuActiveTrail
The route match object for the current page.
- MenuActiveTrail::resolveCacheMiss() — Method in class MenuActiveTrail
Resolves a cache miss.
- MenuLinkManager::rebuild() — Method in class MenuLinkManager
Triggers discovery, save, and cleanup of discovered links.
- MenuLinkManager::removeDefinition() — Method in class MenuLinkManager
Removes a single link definition from the menu tree storage.
- MenuLinkManager::resetLink() — Method in class MenuLinkManager
Resets the values for a menu link based on the values found by discovery.
- MenuLinkManager::resetInstance() — Method in class MenuLinkManager
Resets the menu link to its default settings.
- MenuLinkManager::resetDefinitions() — Method in class MenuLinkManager
Resets any local definition cache. Used for testing.
- MenuLinkManagerInterface::rebuild() — Method in class MenuLinkManagerInterface
Triggers discovery, save, and cleanup of discovered links.
- MenuLinkManagerInterface::removeDefinition() — Method in class MenuLinkManagerInterface
Removes a single link definition from the menu tree storage.
- MenuLinkManagerInterface::resetLink() — Method in class MenuLinkManagerInterface
Resets the values for a menu link based on the values found by discovery.
- MenuLinkManagerInterface::resetDefinitions() — Method in class MenuLinkManagerInterface
Resets any local definition cache. Used for testing.
- $ MenuLinkTree#routeProvider — Property in class MenuLinkTree
The route provider to load routes by name.
- $ MenuTreeParameters#root — Property in class MenuTreeParameters
A menu link plugin ID that should be used as the root.
- MenuTreeStorage::resetDefinitions() — Method in class MenuTreeStorage
Clears all definitions cached in memory.
- MenuTreeStorage::rebuild() — Method in class MenuTreeStorage
Rebuilds the stored menu link definitions.
- MenuTreeStorageInterface::resetDefinitions() — Method in class MenuTreeStorageInterface
Clears all definitions cached in memory.
- MenuTreeStorageInterface::rebuild() — Method in class MenuTreeStorageInterface
Rebuilds the stored menu link definitions.
- $ LocalActionsBlock#routeMatch — Property in class LocalActionsBlock
The route match.
- $ LocalTasksBlock#routeMatch — Property in class LocalTasksBlock
The route match.
- StaticMenuLinkOverrides::reload() — Method in class StaticMenuLinkOverrides
Reloads the overrides from config.
- StaticMenuLinkOverridesInterface::reload() — Method in class StaticMenuLinkOverridesInterface
Reloads the overrides from config.
- $ ChainRequestPolicy#rules — Property in class ChainRequestPolicy
A list of policy rules to apply when this policy is evaluated.
- $ ChainResponsePolicy#rules — Property in class ChainResponsePolicy
A list of policy rules to apply when this policy is checked.
- RequestPolicyInterface — Class in namespace Drupal\Core\PageCache
Defines the interface for request policy implementations.
- ResponsePolicyInterface — Class in namespace Drupal\Core\PageCache
Defines the interface for response policy implementations.
- $ DenyNoCacheRoutes#routeMatch — Property in class DenyNoCacheRoutes
The current route match.
- PagerManager::reservePagerElementId() — Method in class PagerManager
Reserve a pager element ID.
- PagerManagerInterface::reservePagerElementId() — Method in class PagerManagerInterface
Reserve a pager element ID.
- $ PagerParameters#requestStack — Property in class PagerParameters
The HTTP request stack.
- $ ParamNotConvertedException#routeName — Property in class ParamNotConvertedException
The route name that was not converted.
- $ ParamNotConvertedException#rawParameters — Property in class ParamNotConvertedException
The raw parameters that were not converted.
- $ CurrentPathStack#requestStack — Property in class CurrentPathStack
The request stack.
- $ PathMatcher#regexes — Property in class PathMatcher
The cache of regular expressions.
- $ PathMatcher#routeMatch — Property in class PathMatcher
The current route match.
- DefaultLazyPluginCollection::removeInstanceId() — Method in class DefaultLazyPluginCollection
Removes an instance ID.
- $ AnnotatedClassDiscovery#rootNamespacesIterator — Property in class AnnotatedClassDiscovery
A list of base namespaces with their PSR-4 directories.
- Cron::run() — Method in class Cron
Executes a cron run.
- RequiredModuleUninstallValidator — Class in namespace Drupal\Core\ProxyClass\Extension
Provides a proxy class for \Drupal\Core\Extension\RequiredModuleUninstallValidator.
- MimeTypeGuesser::registerWithSymfonyGuesser() — Method in class MimeTypeGuesser
- {@inheritdoc}
- DatabaseLockBackend::release() — Method in class DatabaseLockBackend
Releases the given lock.
- DatabaseLockBackend::releaseAll() — Method in class DatabaseLockBackend
Releases all locks for the given lock token identifier.
- PersistentDatabaseLockBackend::release() — Method in class PersistentDatabaseLockBackend
Releases the given lock.
- PersistentDatabaseLockBackend::releaseAll() — Method in class PersistentDatabaseLockBackend
Releases all locks for the given lock token identifier.
- BareHtmlPageRenderer::renderBarePage() — Method in class BareHtmlPageRenderer
Renders a bare page.
- RouteBuilder — Class in namespace Drupal\Core\ProxyClass\Routing
Provides a proxy class for \Drupal\Core\Routing\RouteBuilder.
- RouteBuilder::rebuild() — Method in class RouteBuilder
Rebuilds the route information and dumps it.
- RouteBuilder::rebuildIfNeeded() — Method in class RouteBuilder
Rebuilds the route information if necessary, and dumps it.
- DatabaseQueue::releaseItem() — Method in class DatabaseQueue
Releases an item that the worker could not process.
- Memory::releaseItem() — Method in class Memory
Releases an item that the worker could not process.
- QueueInterface::releaseItem() — Method in class QueueInterface
Releases an item that the worker could not process.
- ReliableQueueInterface — Class in namespace Drupal\Core\Queue
Reliable queue interface.
- RequeueException — Class in namespace Drupal\Core\Queue
Throw this exception to release the item allowing it to be processed again.
- RenderElement — Class in namespace Drupal\Core\Render\Annotation
Defines a render element plugin annotation object.
- $ BareHtmlPageRenderer#renderer — Property in class BareHtmlPageRenderer
The renderer service.
- BareHtmlPageRenderer::renderBarePage() — Method in class BareHtmlPageRenderer
Renders a bare page.
- BareHtmlPageRendererInterface::renderBarePage() — Method in class BareHtmlPageRendererInterface
Renders a bare page.
- Radio — Class in namespace Drupal\Core\Render\Element
Provides a form element for a single radio button.
- Radios — Class in namespace Drupal\Core\Render\Element
Provides a form element for a set of radio buttons.
- Range — Class in namespace Drupal\Core\Render\Element
Provides a slider for input of a number within a specific range.
- RenderCallbackInterface — Class in namespace Drupal\Core\Render\Element
Indicates all public methods are safe to use in render callbacks.
- RenderElement — Class in namespace Drupal\Core\Render\Element
Provides a base class for render element plugins.
- StatusMessages::renderMessages() — Method in class StatusMessages
lazy_builder callback; replaces placeholder with messages.
- $ HtmlResponseAttachmentsProcessor#requestStack — Property in class HtmlResponseAttachmentsProcessor
The request stack.
- $ HtmlResponseAttachmentsProcessor#renderer — Property in class HtmlResponseAttachmentsProcessor
The renderer.
- HtmlResponseAttachmentsProcessor::renderPlaceholders() — Method in class HtmlResponseAttachmentsProcessor
Renders placeholders (#attached['placeholders']).
- HtmlResponseAttachmentsProcessor::renderHtmlResponseAttachmentPlaceholders() — Method in class HtmlResponseAttachmentsProcessor
Renders HTML response attachment placeholders.
- $ AjaxRenderer#renderer — Property in class AjaxRenderer
The renderer.
- AjaxRenderer::renderResponse() — Method in class AjaxRenderer
Renders the main content render array into a response.
- $ DialogRenderer#renderer — Property in class DialogRenderer
The renderer.
- DialogRenderer::renderResponse() — Method in class DialogRenderer
Renders the main content render array into a response.
- $ HtmlRenderer#renderer — Property in class HtmlRenderer
The renderer service.
- $ HtmlRenderer#renderCache — Property in class HtmlRenderer
The render cache service.
- $ HtmlRenderer#rendererConfig — Property in class HtmlRenderer
The renderer configuration array.
- HtmlRenderer::renderResponse() — Method in class HtmlRenderer
Renders the main content render array into a response.
- MainContentRendererInterface::renderResponse() — Method in class MainContentRendererInterface
Renders the main content render array into a response.
- ModalRenderer::renderResponse() — Method in class ModalRenderer
Renders the main content render array into a response.
- $ OffCanvasRenderer#renderer — Property in class OffCanvasRenderer
The renderer.
- OffCanvasRenderer::renderResponse() — Method in class OffCanvasRenderer
Renders the main content render array into a response.
- $ MetadataBubblingUrlGenerator#renderer — Property in class MetadataBubblingUrlGenerator
The renderer.
- $ PageDisplayVariantSelectionEvent#routeMatch — Property in class PageDisplayVariantSelectionEvent
The current route match.
- $ PlaceholderGenerator#rendererConfig — Property in class PlaceholderGenerator
The renderer configuration array.
- RenderCache — Class in namespace Drupal\Core\Render
Wraps the caching logic for the render caching system.
- $ RenderCache#requestStack — Property in class RenderCache
The request stack.
- RenderCacheInterface — Class in namespace Drupal\Core\Render
Defines an interface for caching rendered render arrays.
- RenderContext — Class in namespace Drupal\Core\Render
The render context: a stack containing bubbleable rendering metadata.
- RenderEvents — Class in namespace Drupal\Core\Render
Defines events for the render system.
- RenderableInterface — Class in namespace Drupal\Core\Render
Defines an object which can be rendered by the Render API.
- Renderer — Class in namespace Drupal\Core\Render
Turns a render array into an HTML string.
- $ Renderer#renderCache — Property in class Renderer
The render cache service.
- $ Renderer#rendererConfig — Property in class Renderer
The renderer configuration array.
- $ Renderer#requestStack — Property in class Renderer
The request stack.
- Renderer::renderRoot() — Method in class Renderer
Renders final HTML given a structured array tree.
- Renderer::renderPlain() — Method in class Renderer
Renders final HTML in situations where no assets are needed.
- Renderer::renderPlaceholder() — Method in class Renderer
Renders final HTML for a placeholder.
- Renderer::render() — Method in class Renderer
Renders HTML given a structured array tree.
- Renderer::replacePlaceholders() — Method in class Renderer
Replaces placeholders.
- RendererInterface — Class in namespace Drupal\Core\Render
Defines an interface for turning a render array into a string.
- RendererInterface::renderRoot() — Method in class RendererInterface
Renders final HTML given a structured array tree.
- RendererInterface::renderPlain() — Method in class RendererInterface
Renders final HTML in situations where no assets are needed.
- RendererInterface::renderPlaceholder() — Method in class RendererInterface
Renders final HTML for a placeholder.
- RendererInterface::render() — Method in class RendererInterface
Renders HTML given a structured array tree.
- RouteProcessorCurrent — Class in namespace Drupal\Core\RouteProcessor
Provides a route processor to replace
. - $ RouteProcessorCurrent#routeMatch — Property in class RouteProcessorCurrent
The current route match.
- RouteProcessorManager — Class in namespace Drupal\Core\RouteProcessor
Route processor manager.
- $ AccessAwareRouter#router — Property in class AccessAwareRouter
The router doing the actual routing.
- $ AdminContext#routeMatch — Property in class AdminContext
The route match.
- $ CurrentRouteMatch#requestStack — Property in class CurrentRouteMatch
The related request stack.
- $ CurrentRouteMatch#routeMatches — Property in class CurrentRouteMatch
Internal cache of RouteMatch objects.
- CurrentRouteMatch::resetRouteMatch() — Method in class CurrentRouteMatch
Resets the route match static cache.
- $ LocalAwareRedirectResponseTrait#requestContext — Property in class LocalAwareRedirectResponseTrait
The request context.
- $ MatcherDumper#routes — Property in class MatcherDumper
The routes to be dumped.
- $ NullMatcherDumper#routes — Property in class NullMatcherDumper
The routes to be dumped.
- RedirectDestination — Class in namespace Drupal\Core\Routing
Provides helpers for redirect destinations.
- $ RedirectDestination#requestStack — Property in class RedirectDestination
The request stack.
- RedirectDestinationInterface — Class in namespace Drupal\Core\Routing
Provides an interface for redirect destinations.
- RedirectDestinationTrait — Class in namespace Drupal\Core\Routing
Wrapper methods for the Redirect Destination.
- $ RedirectDestinationTrait#redirectDestination — Property in class RedirectDestinationTrait
The redirect destination service.
- RequestContext — Class in namespace Drupal\Core\Routing
Holds information about the current request.
- RequestFormatRouteFilter — Class in namespace Drupal\Core\Routing
Provides a route filter, which filters by the request format.
- RequestHelper — Class in namespace Drupal\Core\Routing
Provides some helper methods for dealing with the request.
- ResettableStackedRouteMatchInterface — Class in namespace Drupal\Core\Routing
Defines an interface for a resettable stack of route matches.
- ResettableStackedRouteMatchInterface::resetRouteMatch() — Method in class ResettableStackedRouteMatchInterface
Resets the route match static cache.
- RouteBuildEvent — Class in namespace Drupal\Core\Routing
Represents route building information as event.
- $ RouteBuildEvent#routeCollection — Property in class RouteBuildEvent
The route collection.
- RouteBuilder — Class in namespace Drupal\Core\Routing
Managing class for rebuilding the router table.
- $ RouteBuilder#routeCollection — Property in class RouteBuilder
The route collection during the rebuild.
- $ RouteBuilder#rebuildNeeded — Property in class RouteBuilder
Flag that indicates if we should rebuild at the end of the request.
- RouteBuilder::rebuild() — Method in class RouteBuilder
Rebuilds the route information and dumps it.
- RouteBuilder::rebuildIfNeeded() — Method in class RouteBuilder
Rebuilds the route information if necessary, and dumps it.
- RouteBuilderInterface — Class in namespace Drupal\Core\Routing
Rebuilds the route information and dumps it.
- RouteBuilderInterface::rebuild() — Method in class RouteBuilderInterface
Rebuilds the route information and dumps it.
- RouteBuilderInterface::rebuildIfNeeded() — Method in class RouteBuilderInterface
Rebuilds the route information if necessary, and dumps it.
- RouteCompiler — Class in namespace Drupal\Core\Routing
Compiler to generate derived information from a Route necessary for matching.
- RouteMatch — Class in namespace Drupal\Core\Routing
Default object representing the results of routing.
- $ RouteMatch#routeName — Property in class RouteMatch
The route name.
- $ RouteMatch#route — Property in class RouteMatch
The route.
- $ RouteMatch#rawParameters — Property in class RouteMatch
A key|value store of raw parameters.
- RouteMatchInterface — Class in namespace Drupal\Core\Routing
Provides an interface for classes representing the result of routing.
- RouteObjectInterface — Class in namespace Drupal\Core\Routing
Provides constants used for retrieving matched routes.
- RoutePreloader — Class in namespace Drupal\Core\Routing
Defines a class which preloads non-admin routes.
- $ RoutePreloader#routeProvider — Property in class RoutePreloader
The route provider.
- RouteProvider — Class in namespace Drupal\Core\Routing
A Route Provider front-end for all Drupal-stored routes.
- $ RouteProvider#routes — Property in class RouteProvider
A cache of already-loaded routes, keyed by route name.
- RouteProvider::routeProviderRouteCompare() — Method in class RouteProvider
Comparison function for usort on routes.
- RouteProvider::reset() — Method in class RouteProvider
Resets the route provider object.
- RouteProviderInterface — Class in namespace Drupal\Core\Routing
Defines the route provider interface.
- RouteProviderInterface::reset() — Method in class RouteProviderInterface
Resets the route provider object.
- RouteProviderLazyBuilder — Class in namespace Drupal\Core\Routing
A Route Provider front-end for all Drupal-stored routes.
- $ RouteProviderLazyBuilder#routeProvider — Property in class RouteProviderLazyBuilder
The route provider service.
- $ RouteProviderLazyBuilder#routeBuilder — Property in class RouteProviderLazyBuilder
The route building service.
- $ RouteProviderLazyBuilder#rebuilt — Property in class RouteProviderLazyBuilder
Flag to determine if the router has been rebuilt.
- $ RouteProviderLazyBuilder#rebuilding — Property in class RouteProviderLazyBuilder
Flag to determine if router is currently being rebuilt.
- RouteProviderLazyBuilder::reset() — Method in class RouteProviderLazyBuilder
Resets the route provider object.
- RouteProviderLazyBuilder::routerRebuilding() — Method in class RouteProviderLazyBuilder
Sets the router rebuilding flag to TRUE.
- RouteProviderLazyBuilder::routerRebuildFinished() — Method in class RouteProviderLazyBuilder
Sets the router rebuilding flag to FALSE.
- RouteSubscriberBase — Class in namespace Drupal\Core\Routing
Provides a base implementation for RouteSubscriber.
- Router — Class in namespace Drupal\Core\Routing
Router implementation in Drupal.
- $ Router#routeProvider — Property in class Router
The route provider responsible for the first-pass match.
- RoutingEvents — Class in namespace Drupal\Core\Routing
Contains all events thrown in the core routing component.
- $ UrlGenerator#requestStack — Property in class UrlGenerator
A request stack object.
- $ UrlGenerator#routeProcessor — Property in class UrlGenerator
The route processor.
- RequestSanitizer — Class in namespace Drupal\Core\Security
Sanitizes user input.
- $ SessionHandler#requestStack — Property in class SessionHandler
The request stack.
- SessionHandler::read() — Method in class SessionHandler
- {@inheritdoc}
- $ SessionManager#requestStack — Property in class SessionManager
The request stack.
- SessionManager::regenerate() — Method in class SessionManager
- {@inheritdoc}
- $ UserSession#roles — Property in class UserSession
List of the roles this user has.
- WriteSafeSessionHandler::read() — Method in class WriteSafeSessionHandler
- {@inheritdoc}
- NegotiationMiddleware::registerFormat() — Method in class NegotiationMiddleware
Registers a format for a given MIME type.
- ReverseProxyMiddleware — Class in namespace Drupal\Core\StackMiddleware
Provides support for reverse proxies.
- State::resetCache() — Method in class State
Resets the static cache.
- StateInterface::resetCache() — Method in class StateInterface
Resets the static cache.
- LocalReadOnlyStream::rename() — Method in class LocalReadOnlyStream
Support for rename().
- LocalReadOnlyStream::rmdir() — Method in class LocalReadOnlyStream
Support for rmdir().
- LocalStream::realpath() — Method in class LocalStream
Returns canonical, absolute path of the resource.
- LocalStream::rename() — Method in class LocalStream
Renames a file or directory.
- LocalStream::rmdir() — Method in class LocalStream
Removes a directory.
- PhpStreamWrapperInterface::rename() — Method in class PhpStreamWrapperInterface
Renames a file or directory.
- PhpStreamWrapperInterface::rmdir() — Method in class PhpStreamWrapperInterface
Removes a directory.
- ReadOnlyStream — Class in namespace Drupal\Core\StreamWrapper
Defines a read-only Drupal stream wrapper base class.
- ReadOnlyStream::rename() — Method in class ReadOnlyStream
Support for rename().
- ReadOnlyStream::rmdir() — Method in class ReadOnlyStream
Support for rmdir().
- StreamWrapperInterface::realpath() — Method in class StreamWrapperInterface
Returns canonical, absolute path of the resource.
- StreamWrapperManager::register() — Method in class StreamWrapperManager
Registers the tagged stream wrappers.
- StreamWrapperManager::registerWrapper() — Method in class StreamWrapperManager
Registers stream wrapper with PHP.
- StreamWrapperManagerInterface::registerWrapper() — Method in class StreamWrapperManagerInterface
Registers stream wrapper with PHP.
- PluralTranslatableMarkup::render() — Method in class PluralTranslatableMarkup
Renders the object as a string.
- TranslatableMarkup::render() — Method in class TranslatableMarkup
Renders the object as a string.
- TranslationManager::reset() — Method in class TranslationManager
Resets translation cache.
- StaticTranslation::reset() — Method in class StaticTranslation
Resets translation cache.
- TranslatorInterface::reset() — Method in class TranslatorInterface
Resets translation cache.
- $ BreakLockLink#renderer — Property in class BreakLockLink
The renderer.
- $ PrivateTempStore#requestStack — Property in class PrivateTempStore
The request stack.
- $ PrivateTempStoreFactory#requestStack — Property in class PrivateTempStoreFactory
The request stack.
- $ SharedTempStore#requestStack — Property in class SharedTempStore
The request stack.
- $ SharedTempStoreFactory#requestStack — Property in class SharedTempStoreFactory
The request stack.
- Attribute::removeAttribute() — Method in class Attribute
Removes an attribute from an Attribute object.
- Attribute::removeClass() — Method in class Attribute
Removes argument values from array of existing CSS classes.
- AttributeBoolean::render() — Method in class AttributeBoolean
Returns a string representation of the attribute.
- AttributeValueBase::render() — Method in class AttributeValueBase
Returns a string representation of the attribute.
- TwigEnvironment::renderInline() — Method in class TwigEnvironment
Renders a twig string directly.
- $ TwigExtension#renderer — Property in class TwigExtension
The renderer.
- TwigExtension::renderVar() — Method in class TwigExtension
Wrapper around render() for twig printed output.
- $ EnvironmentCleaner#root — Property in class EnvironmentCleaner
Path to Drupal root directory.
- $ EnvironmentCleaner#resultsDatabase — Property in class EnvironmentCleaner
Connection to the database where test results are stored.
- $ FunctionalTestSetupTrait#rootUser — Property in class FunctionalTestSetupTrait
The "#1" admin user.
- FunctionalTestSetupTrait::rebuildContainer() — Method in class FunctionalTestSetupTrait
Rebuilds \Drupal::getContainer().
- FunctionalTestSetupTrait::resetAll() — Method in class FunctionalTestSetupTrait
Resets all data structures after having enabled new modules.
- FunctionalTestSetupTrait::rebuildAll() — Method in class FunctionalTestSetupTrait
Resets and rebuilds the environment after setup.
- $ PerformanceTestRecorder#record — Property in class PerformanceTestRecorder
- PerformanceTestRecorder::record() — Method in class PerformanceTestRecorder
Records the occurrence of an event.
- PerformanceTestRecorder::registerService() — Method in class PerformanceTestRecorder
Registers core.performance.test.recorder service.
- PhpUnitTestRunner::runCommand() — Method in class PhpUnitTestRunner
Executes the PHPUnit command.
- PhpUnitTestRunner::runTests() — Method in class PhpUnitTestRunner
Executes PHPUnit tests and returns the results of the run.
- RefreshVariablesTrait — Class in namespace Drupal\Core\Test
Provides a method to refresh in-memory configuration and state information.
- RefreshVariablesTrait::refreshVariables() — Method in class RefreshVariablesTrait
Refreshes in-memory configuration and state information.
- TestDatabase::releaseLock() — Method in class TestDatabase
Releases a lock.
- TestDatabase::releaseAllTestLocks() — Method in class TestDatabase
Releases all test locks.
- $ TestDiscovery#root — Property in class TestDiscovery
The app root.
- TestDiscovery::registerTestNamespaces() — Method in class TestDiscovery
Registers test namespaces of all extensions and core test classes.
- $ ActiveTheme#regions — Property in class ActiveTheme
The regions provided by the theme.
- $ AjaxBasePageNegotiator#requestStack — Property in class AjaxBasePageNegotiator
The request stack.
- Registry — Class in namespace Drupal\Core\Theme
Defines the theme registry service.
- $ Registry#registry — Property in class Registry
The complete theme registry.
- $ Registry#runtimeRegistry — Property in class Registry
An array of incomplete, runtime theme registries, keyed by theme name.
- $ Registry#root — Property in class Registry
The app root.
- $ Registry#runtimeCache — Property in class Registry
The runtime cache.
- Registry::reset() — Method in class Registry
Invalidates theme registry caches.
- $ ThemeInitialization#root — Property in class ThemeInitialization
The app root.
- ThemeInitialization::resolveStyleSheetPlaceholders() — Method in class ThemeInitialization
Gets CSS file where tokens have been resolved.
- $ ThemeManager#root — Property in class ThemeManager
The app root.
- ThemeManager::resetActiveTheme() — Method in class ThemeManager
Resets the current active theme.
- ThemeManager::render() — Method in class ThemeManager
Generates themed output.
- ThemeManagerInterface::render() — Method in class ThemeManagerInterface
Generates themed output.
- ThemeManagerInterface::resetActiveTheme() — Method in class ThemeManagerInterface
Resets the current active theme.
- PhpTransliteration::readLanguageOverrides() — Method in class PhpTransliteration
Overrides \Drupal\Component\Transliteration\PhpTransliteration::readLanguageOverrides().
- ComputedItemListTrait::removeItem() — Method in class ComputedItemListTrait
- {@inheritdoc}
- ReadOnlyException — Class in namespace Drupal\Core\TypedData\Exception
Exception thrown when trying to write or set ready-only data.
- ListInterface::removeItem() — Method in class ListInterface
Removes the item at the specified position.
- ItemList::removeItem() — Method in class ItemList
Removes the item at the specified position.
- ItemList::rekey() — Method in class ItemList
Renumbers the items in the list.
- TranslatableInterface::removeTranslation() — Method in class TranslatableInterface
Removes the translation identified by the given language code.
- $ ConstraintViolationBuilder#root — Property in class ConstraintViolationBuilder
The root path.
- $ ExecutionContext#root — Property in class ExecutionContext
The root value of the validated object graph.
- RecursiveContextualValidator — Class in namespace Drupal\Core\TypedData\Validation
Defines a recursive contextual validator for Typed Data.
- RecursiveValidator — Class in namespace Drupal\Core\TypedData\Validation
Defines a recursive validator for Typed Data.
- RemovedPostUpdateNameException — Class in namespace Drupal\Core\Update
An exception thrown for removed post-update functions.
- $ UpdateRegistry#root — Property in class UpdateRegistry
The app root.
- UpdateRegistry::registerInvokedUpdates() — Method in class UpdateRegistry
Registers that update functions were executed.
- UpdateServiceProvider::register() — Method in class UpdateServiceProvider
Registers services to the container.
- $ Updater#root — Property in class Updater
The root directory under which new projects will be copied.
- $ Url#routeName — Property in class Url
The route name.
- $ Url#routeParameters — Property in class Url
The route parameters.
- Url::renderAccess() — Method in class Url
Checks a Url render element against applicable access check services.
- Error::renderExceptionSafe() — Method in class Error
Renders an exception error message without further exceptions.
- $ LinkGenerator#renderer — Property in class LinkGenerator
The renderer service.
- ThemeRegistry::resolveCacheMiss() — Method in class ThemeRegistry
Resolves a cache miss.
- $ Token#renderer — Property in class Token
The renderer.
- Token::replace() — Method in class Token
Replaces all tokens in a given string with appropriate values.
- Token::resetInfo() — Method in class Token
Resets metadata describing supported tokens.
- $ UnroutedUrlAssembler#requestStack — Property in class UnroutedUrlAssembler
A request stack object.
- ConstraintManager::registerDefinitions() — Method in class ConstraintManager
Callback for registering definitions for constraints shipped with Symfony.
- RangeConstraint — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
Range constraint.
- RangeConstraintValidator — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
Validator for the Drupal 'range' constraint.
- RegexConstraint — Class in namespace Drupal\Core\Validation\Plugin\Validation\Constraint
Regex constraint.
- ActionListBuilder::render() — Method in class ActionListBuilder
Builds a listing of entities for the given entity type.
- Feed::refreshItems() — Method in class Feed
Updates the feed items by triggering the import process.
- FeedInterface::refreshItems() — Method in class FeedInterface
Updates the feed items by triggering the import process.
- ItemsImporter::refresh() — Method in class ItemsImporter
Updates the feed items by triggering the import process.
- ItemsImporterInterface::refresh() — Method in class ItemsImporterInterface
Updates the feed items by triggering the import process.
- Rss — Class in namespace Drupal\aggregator\Plugin\views\row
Defines a row plugin which loads an aggregator item and renders as RSS.
- Rss::render() — Method in class Rss
Render a row object. This usually passes through to a theme template of some form, but not always.
- $ BigPipe#renderer — Property in class BigPipe
The renderer.
- $ BigPipe#requestStack — Property in class BigPipe
The request stack.
- BigPipe::renderPlaceholder() — Method in class BigPipe
Renders a placeholder, and just that placeholder.
- $ BigPipeStrategy#requestStack — Property in class BigPipeStrategy
The request stack.
- $ BigPipeStrategy#routeMatch — Property in class BigPipeStrategy
The current route match.
- $ BlockListBuilder#request — Property in class BlockListBuilder
The current request.
- BlockListBuilder::render() — Method in class BlockListBuilder
Builds a listing of entities for the given entity type.
- $ BlockLibraryController#routeMatch — Property in class BlockLibraryController
The route match.
- $ Block#region — Property in class Block
The region this block is placed in.
- $ BlockRegion#regions — Property in class BlockRegion
List of regions, keyed by theme.
- RefinableDependentAccessInterface — Class in namespace Drupal\block_content\Access
An interface to allow adding an access dependency.
- RefinableDependentAccessTrait — Class in namespace Drupal\block_content\Access
Trait for \Drupal\block_content\Access\RefinableDependentAccessInterface.
- BlockContentUuidLookup::resolveCacheMiss() — Method in class BlockContentUuidLookup
Resolves a cache miss.
- $ BlockContentType#revision — Property in class BlockContentType
The default revision setting for custom blocks of this type.
- ListingEmpty::render() — Method in class ListingEmpty
Render the area.
- $ BookManager#renderer — Property in class BookManager
The renderer.
- BookManager::recurseTableOfContents() — Method in class BookManager
Recursively processes and formats book links for getTableOfContents().
- $ BookNavigationCacheContext#routeMatch — Property in class BookNavigationCacheContext
The current route match.
- $ BookController#renderer — Property in class BookController
The renderer.
- $ BookNavigationBlock#routeMatch — Property in class BookNavigationBlock
The current route match.
- $ CKEditor5MediaController#requestStack — Property in class CKEditor5MediaController
The request stack.
- AddStyleSheetCommand::render() — Method in class AddStyleSheetCommand
Return an array to be run through json_encode and sent to the client.
- $ CKEditor#renderer — Property in class CKEditor
The renderer.
- $ CommentForm#renderer — Property in class CommentForm
The renderer.
- $ CommentLazyBuilders#renderer — Property in class CommentLazyBuilders
The renderer service.
- CommentLazyBuilders::renderForm() — Method in class CommentLazyBuilders
lazy_builder callback; builds the comment form.
- CommentLazyBuilders::renderLinks() — Method in class CommentLazyBuilders
lazy_builder callback; builds a comment's links.
- CommentStatistics::read() — Method in class CommentStatistics
Read comment statistics records for an array of entities.
- CommentStatisticsInterface::read() — Method in class CommentStatisticsInterface
Read comment statistics records for an array of entities.
- CommentController::redirectNode() — Method in class CommentController
Redirects legacy node links to the new path.
- CommentController::replyFormAccess() — Method in class CommentController
Access check for the reply form.
- CommentController::renderNewCommentsNodeLinks() — Method in class CommentController
Returns a set of nodes' last read timestamps.
- Comment::releaseThreadLock() — Method in class Comment
Release the lock acquired for the thread in preSave().
- Comment::referencedEntities() — Method in class Comment
Gets a list of entities referenced by this entity.
- $ UnpublishByKeywordComment#renderer — Property in class UnpublishByKeywordComment
The renderer.
- $ CommentDefaultFormatter#routeMatch — Property in class CommentDefaultFormatter
- EntityLink::render() — Method in class EntityLink
Renders the field.
- LastTimestamp::render() — Method in class LastTimestamp
Renders the field.
- LinkApprove::renderLink() — Method in class LinkApprove
Prepares the link to view an entity.
- NodeNewComments::renderLink() — Method in class NodeNewComments
Prepares the link to the first new comment.
- NodeNewComments::render() — Method in class NodeNewComments
Renders the field.
- StatisticsLastCommentName::render() — Method in class StatisticsLastCommentName
Renders the field.
- Rss — Class in namespace Drupal\comment\Plugin\views\row
Plugin which formats the comments as RSS items.
- Rss::render() — Method in class Rss
Render a row object. This usually passes through to a theme template of some form, but not always.
- Comment::rowStyleOptions() — Method in class Comment
Retrieves row style plugin names.
- $ ConfigSingleImportForm#renderer — Property in class ConfigSingleImportForm
The renderer service.
- $ ConfigSync#renderer — Property in class ConfigSync
The renderer.
- $ StorageReplaceDataWrapper#replacementData — Property in class StorageReplaceDataWrapper
The configuration replacement data, keyed by configuration object name.
- StorageReplaceDataWrapper::read() — Method in class StorageReplaceDataWrapper
Reads configuration data from the storage.
- StorageReplaceDataWrapper::readMultiple() — Method in class StorageReplaceDataWrapper
Reads configuration data from the storage.
- StorageReplaceDataWrapper::rename() — Method in class StorageReplaceDataWrapper
Renames a configuration object in the storage.
- StorageReplaceDataWrapper::replaceData() — Method in class StorageReplaceDataWrapper
Replaces the configuration object data with the supplied data.
- $ ConfigNamesMapper#routeProvider — Property in class ConfigNamesMapper
The route provider.
- $ ConfigNamesMapper#routeCollection — Property in class ConfigNamesMapper
The available routes.
- $ ConfigTranslationController#router — Property in class ConfigTranslationController
The dynamic router service.
- $ ConfigTranslationController#renderer — Property in class ConfigTranslationController
The renderer.
- ConfigTranslationEntityListBuilder::render() — Method in class ConfigTranslationEntityListBuilder
Builds a listing of entities for the given entity type.
- ConfigTranslationMapperList::render() — Method in class ConfigTranslationMapperList
Builds the mappers as a renderable array for table.html.twig.
- $ ConfigMapperPopulateEvent#routeMatch — Property in class ConfigMapperPopulateEvent
The route match this event is related to.
- RouteSubscriber — Class in namespace Drupal\config_translation\Routing
Listens to the dynamic route events.
- $ ContactController#renderer — Property in class ContactController
The renderer.
- $ ContactForm#recipients — Property in class ContactForm
List of recipient email addresses.
- $ ContactForm#redirect — Property in class ContactForm
The path to redirect to on form submission.
- $ ContactForm#reply — Property in class ContactForm
An auto-reply message.
- ContactLink::renderLink() — Method in class ContactLink
Prepares the link to view an entity.
- $ ContentPreprocess#routeMatch — Property in class ContentPreprocess
The route match service.
- $ EntityOperations#routerBuilder — Property in class EntityOperations
The router builder service.
- ContentModerationState::realSave() — Method in class ContentModerationState
Saves an entity permanently.
- ModeratedNodeListBuilder::render() — Method in class ModeratedNodeListBuilder
Builds a listing of entities for the given entity type.
- $ DynamicLocalTasks#router — Property in class DynamicLocalTasks
The router.
- ContentModeration::removeEntityTypeAndBundle() — Method in class ContentModeration
Removes an entity type ID / bundle ID from the workflow.
- ContentModerationInterface::removeEntityTypeAndBundle() — Method in class ContentModerationInterface
Removes an entity type ID / bundle ID from the workflow.
- ContentTranslationHandler::retranslate() — Method in class ContentTranslationHandler
Marks translations as outdated.
- ContentTranslationHandlerInterface::retranslate() — Method in class ContentTranslationHandlerInterface
Marks translations as outdated.
- $ ContextualController#renderer — Property in class ContextualController
The renderer.
- ContextualController::render() — Method in class ContextualController
Returns the requested rendered contextual links.
- ContextualLinks::render() — Method in class ContextualLinks
Overrides \Drupal\views\Plugin\views\field\FieldPluginBase::render().
- $ Date#requestStack — Property in class Date
The request stack used to determine current time.
- DblogFilterForm::resetForm() — Method in class DblogFilterForm
Resets the filter form.
- DblogMessage::render() — Method in class DblogMessage
Renders the field.
- DblogOperations::render() — Method in class DblogOperations
Renders the field.
- InstallHelper::readMultilingualContent() — Method in class InstallHelper
Read multilingual content.
- $ DynamicPageCacheSubscriber#requestPolicy — Property in class DynamicPageCacheSubscriber
A request policy rule determining the cacheability of a response.
- $ DynamicPageCacheSubscriber#responsePolicy — Property in class DynamicPageCacheSubscriber
A response policy rule determining the cacheability of the response.
- $ DynamicPageCacheSubscriber#renderCache — Property in class DynamicPageCacheSubscriber
The render cache.
- $ DynamicPageCacheSubscriber#rendererConfig — Property in class DynamicPageCacheSubscriber
The renderer configuration array.
- $ DynamicPageCacheSubscriber#requestPolicyResults — Property in class DynamicPageCacheSubscriber
Internal cache of request policy results.
- DynamicPageCacheSubscriber::responseToRenderArray() — Method in class DynamicPageCacheSubscriber
Embeds a Response object in a render array so that RenderCache can cache it.
- DynamicPageCacheSubscriber::renderArrayToResponse() — Method in class DynamicPageCacheSubscriber
Gets the embedded Response object in a render array.
- $ DenyAdminRoutes#routeMatch — Property in class DenyAdminRoutes
The current route match.
- EditorDialogSave::render() — Method in class EditorDialogSave
Return an array to be run through json_encode and sent to the client.
- EntityDisplayRebuilder::rebuildEntityTypeDisplays() — Method in class EntityDisplayRebuilder
Rebuild displays for single Entity Type.
- FieldUiTable::reduceOrder() — Method in class FieldUiTable
Determines the rendering order of an array representing a tree.
- EntityDisplayModeListBuilder::render() — Method in class EntityDisplayModeListBuilder
Builds a listing of entities for the given entity type.
- FieldConfigListBuilder::render() — Method in class FieldConfigListBuilder
Builds a listing of entities for the given entity type.
- $ FieldUiLocalTask#routeProvider — Property in class FieldUiLocalTask
The route provider.
- RouteSubscriber — Class in namespace Drupal\field_ui\Routing
Subscriber for Field UI routes.
- RSSEnclosureFormatter — Class in namespace Drupal\file\Plugin\Field\FieldFormatter
Plugin implementation of the 'file_rss_enclosure' formatter.
- File::renderLink() — Method in class File
Prepares link to the file.
- File::render() — Method in class File
Renders the field.
- $ FileUploadHandler#requestStack — Property in class FileUploadHandler
The request stack.
- $ FilterFormat#roles — Property in class FilterFormat
List of user role IDs to grant access to use this format on initial creation.
- FilterFormat::removeFilter() — Method in class FilterFormat
Removes a filter.
- FilterFormatInterface::removeFilter() — Method in class FilterFormatInterface
Removes a filter.
- $ FilterHtml#restrictions — Property in class FilterHtml
The processed HTML restrictions.
- $ ForumController#renderer — Property in class ForumController
The renderer.
- ForumIndexStorage::read() — Method in class ForumIndexStorage
Reads an array of {forum} records for the given revision ids.
- ForumIndexStorageInterface::read() — Method in class ForumIndexStorageInterface
Reads an array of {forum} records for the given revision ids.
- ForumManager::resetCache() — Method in class ForumManager
Resets the ForumManager index and history.
- ForumManagerInterface::resetCache() — Method in class ForumManagerInterface
Resets the ForumManager index and history.
- $ LinkManager#relationLinkManager — Property in class LinkManager
The relation link manager.
- $ LinkManagerBase#requestStack — Property in class LinkManagerBase
The request stack.
- RelationLinkManager — Class in namespace Drupal\hal\LinkManager
- RelationLinkManagerInterface — Class in namespace Drupal\hal\LinkManager
- $ HelpController#routeMatch — Property in class HelpController
The current route match.
- $ HelpBlock#request — Property in class HelpBlock
The current request.
- $ HelpBlock#routeMatch — Property in class HelpBlock
The current route match.
- $ HelpTopicPluginController#renderer — Property in class HelpTopicPluginController
The renderer service.
- $ HelpTopicPluginManager#root — Property in class HelpTopicPluginManager
The app root.
- $ HelpTopicSection#renderer — Property in class HelpTopicSection
The Renderer service to format the username and node.
- HelpTopicSection::renderTopicForSearch() — Method in class HelpTopicSection
Renders one topic for search indexing or search results.
- HelpSearch::removeItemsFromIndex() — Method in class HelpSearch
Removes an item or items from the search index.
- SearchableHelpInterface::renderTopicForSearch() — Method in class SearchableHelpInterface
Renders one topic for search indexing or search results.
- HistoryController::readNode() — Method in class HistoryController
Marks a node as read by the current user right now.
- HistoryUserTimestamp::render() — Method in class HistoryUserTimestamp
Renders the field.
- $ QuickEditImageController#renderer — Property in class QuickEditImageController
The renderer.
- ImageStyle::replaceImageStyle() — Method in class ImageStyle
Update field settings if the image style name is changed.
- $ ImageStyleDeleteForm#replacementOptions — Property in class ImageStyleDeleteForm
Replacement options.
- ImageStyleListBuilder::render() — Method in class ImageStyleListBuilder
Builds a listing of entities for the given entity type.
- $ ImageStyleStorage#replacement — Property in class ImageStyleStorage
Image style replacement memory storage.
- $ DenyPrivateImageStyleDownload#routeMatch — Property in class DenyPrivateImageStyleDownload
The current route match.
- ResizeImageEffect — Class in namespace Drupal\image\Plugin\ImageEffect
Resizes an image resource.
- RotateImageEffect — Class in namespace Drupal\image\Plugin\ImageEffect
Rotates an image resource.
- ImageStyleRoutes::routes() — Method in class ImageStyleRoutes
Returns an array of route objects.
- $ FormErrorHandler#renderer — Property in class FormErrorHandler
The renderer service.
- RenderElementHelper — Class in namespace Drupal\inline_form_errors
Provides functionality to process render elements.
- $ EntityAccessChecker#resourceTypeRepository — Property in class EntityAccessChecker
The JSON:API resource type repository.
- $ EntityAccessChecker#router — Property in class EntityAccessChecker
The router.
- RelationshipFieldAccess — Class in namespace Drupal\jsonapi\Access
Defines a class to check access to related and relationship routes.
- RelationshipRouteAccessCheck — Class in namespace Drupal\jsonapi\Access
Defines a class to check access to related and relationship routes.
- $ FieldResolver#resourceTypeRepository — Property in class FieldResolver
The JSON:API resource type repository service.
- FieldResolver::resolveInternalIncludePath() — Method in class FieldResolver
Validates and resolves an include path into its internal possibilities.
- FieldResolver::resolveInternalEntityQueryPath() — Method in class FieldResolver
Resolves external field expressions into entity query compatible paths.
- FieldResolver::resourceTypesAreTraversable() — Method in class FieldResolver
Whether the given resources can be traversed to other resources.
- $ EntityResource#resourceTypeRepository — Property in class EntityResource
The resource type repository.
- $ EntityResource#renderer — Property in class EntityResource
The renderer.
- EntityResource::replaceRelationshipData() — Method in class EntityResource
Updates the relationship of an entity.
- EntityResource::removeFromRelationshipData() — Method in class EntityResource
Deletes the relationship of an entity.
- EntityResource::relationshipResponseRequiresBody() — Method in class EntityResource
Determines if the client needs to be updated with new relationship data.
- EntityResource::respondWithCollection() — Method in class EntityResource
Respond with an entity collection.
- $ EntryPoint#resourceTypeRepository — Property in class EntryPoint
The JSON:API resource type repository.
- RegisterSerializationClassesCompilerPass — Class in namespace Drupal\jsonapi\DependencyInjection\Compiler
Adds services tagged JSON:API-only normalizers to the Serializer.
- ResourceObjectNormalizationCacher — Class in namespace Drupal\jsonapi\EventSubscriber
Caches entity normalizations after the response has been sent.
- $ ResourceObjectNormalizationCacher#renderCache — Property in class ResourceObjectNormalizationCacher
The render cache.
- ResourceResponseSubscriber — Class in namespace Drupal\jsonapi\EventSubscriber
Response subscriber that serializes and removes ResourceResponses' data.
- ResourceResponseSubscriber::renderResponseBody() — Method in class ResourceResponseSubscriber
Renders a resource response body.
- ResourceResponseValidator — Class in namespace Drupal\jsonapi\EventSubscriber
Response subscriber that validates a JSON:API response.
- IncludeResolver::resolve() — Method in class IncludeResolver
Resolves included resources.
- IncludeResolver::resolveIncludeTree() — Method in class IncludeResolver
Receives a tree of include field names and resolves resources for it.
- IncludeResolver::resolveInternalIncludePaths() — Method in class IncludeResolver
Resolves an array of public field paths.
- $ Link#rel — Property in class Link
The link relation types.
- Relationship — Class in namespace Drupal\jsonapi\JsonApiResource
Represents references from one resource object to other resource object(s).
- RelationshipData — Class in namespace Drupal\jsonapi\JsonApiResource
Represents the data of a relationship object or relationship document.
- ResourceIdentifier — Class in namespace Drupal\jsonapi\JsonApiResource
Represents a JSON:API resource identifier object.
- $ ResourceIdentifier#resourceTypeName — Property in class ResourceIdentifier
The JSON:API resource type name.
- $ ResourceIdentifier#resourceType — Property in class ResourceIdentifier
The JSON:API resource type.
- ResourceIdentifierInterface — Class in namespace Drupal\jsonapi\JsonApiResource
An interface for identifying a related resource.
- ResourceIdentifierTrait — Class in namespace Drupal\jsonapi\JsonApiResource
Used to associate an object like an exception to a particular resource.
- $ ResourceIdentifierTrait#resourceIdentifier — Property in class ResourceIdentifierTrait
A ResourceIdentifier object.
- $ ResourceIdentifierTrait#resourceType — Property in class ResourceIdentifierTrait
The JSON:API resource type of the identified resource object.
- ResourceObject — Class in namespace Drupal\jsonapi\JsonApiResource
Represents a JSON:API resource object.
- ResourceObjectData — Class in namespace Drupal\jsonapi\JsonApiResource
Represents the primary data for individual and collection documents.
- JsonapiServiceProvider::register() — Method in class JsonapiServiceProvider
Registers services to the container.
- $ EntityDenormalizerBase#resourceTypeRepository — Property in class EntityDenormalizerBase
The JSON:API resource type repository.
- $ JsonApiDocumentTopLevelNormalizer#resourceTypeRepository — Property in class JsonApiDocumentTopLevelNormalizer
The JSON:API resource type repository.
- NormalizerBase::rasterizeValueRecursive() — Method in class NormalizerBase
Rasterizes a value recursively.
- RelationshipNormalizer — Class in namespace Drupal\jsonapi\Normalizer
Normalizes a JSON:API relationship object.
- ResourceIdentifierNormalizer — Class in namespace Drupal\jsonapi\Normalizer
Normalizes a Relationship according to the JSON:API specification.
- ResourceObjectNormalizer — Class in namespace Drupal\jsonapi\Normalizer
Converts the JSON:API module ResourceObject into a JSON:API array structure.
- ResourceTypeConverter — Class in namespace Drupal\jsonapi\ParamConverter
Parameter converter for upcasting JSON:API resource type names to objects.
- $ ResourceTypeConverter#resourceTypeRepository — Property in class ResourceTypeConverter
The JSON:API resource type repository.
- $ Filter#root — Property in class Filter
The root condition group.
- Filter::root() — Method in class Filter
Gets the root condition group.
- ResourceResponse — Class in namespace Drupal\jsonapi
Contains data for serialization before sending the response.
- $ ResourceResponse#responseData — Property in class ResourceResponse
Response data that should be serialized.
- ResourceType — Class in namespace Drupal\jsonapi\ResourceType
Value object containing all metadata for a JSON:API resource type.
- $ ResourceType#relatableResourceTypesByField — Property in class ResourceType
An array of arrays of relatable resource types, keyed by public field name.
- ResourceTypeAttribute — Class in namespace Drupal\jsonapi\ResourceType
Specialization of a ResourceTypeField to represent a resource type attribute.
- ResourceTypeBuildEvent — Class in namespace Drupal\jsonapi\ResourceType
An event used to configure the construction of a JSON:API resource type.
- $ ResourceTypeBuildEvent#resourceTypeName — Property in class ResourceTypeBuildEvent
The JSON:API resource type name of the instance to be built.
- ResourceTypeBuildEvent::resourceTypeShouldBeDisabled() — Method in class ResourceTypeBuildEvent
Whether the resource type to be built should be disabled.
- ResourceTypeBuildEvents — Class in namespace Drupal\jsonapi\ResourceType
Contains all events emitted during the resource type build process.
- ResourceTypeField — Class in namespace Drupal\jsonapi\ResourceType
Abstract value object containing all metadata for a JSON:API resource field.
- ResourceTypeRelationship — Class in namespace Drupal\jsonapi\ResourceType
Specialization of a ResourceTypeField to represent a resource relationship.
- $ ResourceTypeRelationship#relatableResourceTypes — Property in class ResourceTypeRelationship
The resource type to which this relationships can relate.
- ResourceTypeRepository — Class in namespace Drupal\jsonapi\ResourceType
Provides a repository of all JSON:API resource types.
- ResourceTypeRepositoryInterface — Class in namespace Drupal\jsonapi\ResourceType
Provides a repository of all JSON:API resource types.
- ResourceVersionRouteEnhancer — Class in namespace Drupal\jsonapi\Revisions
Loads an appropriate revision for the requested resource version.
- ReadOnlyModeMethodFilter — Class in namespace Drupal\jsonapi\Routing
Filters routes based on the HTTP method and JSON:API's read-only mode.
- $ ReadOnlyModeMethodFilter#readOnlyModeIsEnabled — Property in class ReadOnlyModeMethodFilter
Whether JSON:API's read-only mode is enabled.
- RouteEnhancer — Class in namespace Drupal\jsonapi\Routing
Ensures the loaded entity matches the requested resource type.
- Routes — Class in namespace Drupal\jsonapi\Routing
Defines dynamic routes.
- $ Routes#resourceTypeRepository — Property in class Routes
The JSON:API resource type repository.
- Routes::routes() — Method in class Routes
- {@inheritdoc}
- Routes::rebuild() — Method in class Routes
Invalidates any JSON:API resource type dependent responses and routes.
- $ ConfigurableLanguageManager#requestStack — Property in class ConfigurableLanguageManager
The request object.
- ConfigurableLanguageManager::rebuildServices() — Method in class ConfigurableLanguageManager
Rebuild the container to register services needed on multilingual sites.
- ConfigurableLanguageManager::reset() — Method in class ConfigurableLanguageManager
Resets the given language type or all types if none specified.
- ConfigurableLanguageManagerInterface::rebuildServices() — Method in class ConfigurableLanguageManagerInterface
Rebuild the container to register services needed on multilingual sites.
- PathProcessorLanguage::reset() — Method in class PathProcessorLanguage
Resets the collected processors instances.
- $ LanguageNegotiator#requestStack — Property in class LanguageNegotiator
The request stack object.
- LanguageNegotiator::reset() — Method in class LanguageNegotiator
Resets the negotiated languages and the method instances.
- LanguageNegotiatorInterface::reset() — Method in class LanguageNegotiatorInterface
Resets the negotiated languages and the method instances.
- LanguageServiceProvider::register() — Method in class LanguageServiceProvider
Registers services to the container.
- $ LayoutBuilderIsActiveCacheContext#routeMatch — Property in class LayoutBuilderIsActiveCacheContext
The current route match.
- LayoutRebuildTrait::rebuildAndClose() — Method in class LayoutRebuildTrait
Rebuilds the layout.
- LayoutRebuildTrait::rebuildLayout() — Method in class LayoutRebuildTrait
Rebuilds the layout.
- LayoutBuilderEntityViewDisplay::removeSectionField() — Method in class LayoutBuilderEntityViewDisplay
Removes a layout section field if it is no longer needed.
- $ ConfigureBlockFormBase#region — Property in class ConfigureBlockFormBase
The current region.
- DefaultsEntityForm::redirectOnSubmit() — Method in class DefaultsEntityForm
Form submission handler.
- $ MoveBlockForm#region — Property in class MoveBlockForm
The region name.
- OverridesEntityForm::redirectOnSubmit() — Method in class OverridesEntityForm
Form submission handler.
- RemoveBlockForm — Class in namespace Drupal\layout_builder\Form
Provides a form to confirm the removal of a block.
- $ RemoveBlockForm#region — Property in class RemoveBlockForm
The current region.
- RemoveSectionForm — Class in namespace Drupal\layout_builder\Form
Provides a form to confirm the removal of a section.
- RevertOverridesForm — Class in namespace Drupal\layout_builder\Form
Reverts the overridden layout to the defaults.
- InlineBlockEntityOperations::removeUnusedForEntityOnSave() — Method in class InlineBlockEntityOperations
Remove all unused inline blocks on save.
- InlineBlockEntityOperations::removeUnused() — Method in class InlineBlockEntityOperations
Removes unused inline blocks.
- InlineBlockUsage::removeByLayoutEntity() — Method in class InlineBlockUsage
Remove usage record by layout entity.
- InlineBlockUsageInterface::removeByLayoutEntity() — Method in class InlineBlockUsageInterface
Remove usage record by layout entity.
- LayoutBuilderServiceProvider::register() — Method in class LayoutBuilderServiceProvider
Registers services to the container.
- ExtraFieldBlock::replaceFieldPlaceholder() — Method in class ExtraFieldBlock
Replaces all placeholders for a given field.
- SectionStorageBase::removeSection() — Method in class SectionStorageBase
Removes the section at the given delta.
- SectionStorageBase::removeAllSections() — Method in class SectionStorageBase
Removes all of the sections.
- Section::removeComponent() — Method in class Section
Removes a given component from a region.
- $ SectionComponent#region — Property in class SectionComponent
The region the component is placed in.
- SectionListInterface::removeSection() — Method in class SectionListInterface
Removes the section at the given delta.
- SectionListInterface::removeAllSections() — Method in class SectionListInterface
Removes all of the sections.
- SectionListTrait::removeSection() — Method in class SectionListTrait
- {@inheritdoc}
- SectionListTrait::removeAllSections() — Method in class SectionListTrait
- {@inheritdoc}
- TranslateFilterForm::resetForm() — Method in class TranslateFilterForm
Provides a submit handler for the reset button.
- LocaleConfigManager::reset() — Method in class LocaleConfigManager
Reset static cache of configuration string translations.
- LocaleConfigSubscriber::resetExistingTranslations() — Method in class LocaleConfigSubscriber
Reset existing locale translations to their source values.
- $ LocaleDefaultConfigStorage#requiredInstallStorage — Property in class LocaleDefaultConfigStorage
The storage instance for reading required default configuration data.
- LocaleDefaultConfigStorage::read() — Method in class LocaleDefaultConfigStorage
Read a configuration from install storage or default languages.
- $ LocaleLookup#requestStack — Property in class LocaleLookup
The request stack.
- LocaleLookup::resolveCacheMiss() — Method in class LocaleLookup
Resolves a cache miss.
- LocaleProjectStorage::resetCache() — Method in class LocaleProjectStorage
Resets the project storage cache.
- LocaleProjectStorageInterface::resetCache() — Method in class LocaleProjectStorageInterface
Resets the project storage cache.
- $ LocaleTranslation#requestStack — Property in class LocaleTranslation
The request stack.
- LocaleTranslation::reset() — Method in class LocaleTranslation
Resets translation cache.
- PluralFormula::reset() — Method in class PluralFormula
Resets the static formulae cache.
- PluralFormulaInterface::reset() — Method in class PluralFormulaInterface
Resets the static formulae cache.
- PoDatabaseReader::readItem() — Method in class PoDatabaseReader
Reads and returns a PoItem (source/translation pair).
- $ MediaFilterController#renderer — Property in class MediaFilterController
The renderer service.
- $ OEmbedIframeController#resourceFetcher — Property in class OEmbedIframeController
The oEmbed resource fetcher service.
- $ OEmbedIframeController#renderer — Property in class OEmbedIframeController
The renderer service.
- OEmbedIframeController::render() — Method in class OEmbedIframeController
Renders an oEmbed resource.
- $ MediaConfigSubscriber#routeBuilder — Property in class MediaConfigSubscriber
The route builder.
- $ IFrameUrlHelper#requestContext — Property in class IFrameUrlHelper
The request context service.
- MediaTypeListBuilder::render() — Method in class MediaTypeListBuilder
Builds a listing of entities for the given entity type.
- Resource — Class in namespace Drupal\media\OEmbed
Value object representing an oEmbed resource.
- Resource::rich() — Method in class Resource
Creates a rich resource.
- ResourceException — Class in namespace Drupal\media\OEmbed
Exception thrown if an oEmbed resource cannot be fetched or parsed.
- ResourceFetcher — Class in namespace Drupal\media\OEmbed
Fetches and caches oEmbed resources.
- ResourceFetcherInterface — Class in namespace Drupal\media\OEmbed
Defines an interface for an oEmbed resource fetcher service.
- $ UrlResolver#resourceFetcher — Property in class UrlResolver
The OEmbed resource fetcher service.
- $ MediaThumbnailFormatter#renderer — Property in class MediaThumbnailFormatter
The renderer service.
- $ OEmbedFormatter#resourceFetcher — Property in class OEmbedFormatter
The oEmbed resource fetcher.
- $ MediaEmbed#renderer — Property in class MediaEmbed
The renderer.
- $ MediaEmbed#recursiveRenderDepth — Property in class MediaEmbed
An array of counters for the recursive rendering protection.
- MediaEmbed::renderMedia() — Method in class MediaEmbed
Builds the render array for the given media entity in the given langcode.
- MediaEmbed::renderMissingMediaIndicator() — Method in class MediaEmbed
Builds the render array for the indicator when media cannot be loaded.
- MediaEmbed::renderIntoDomNode() — Method in class MediaEmbed
Renders the given render array into the given DOM node.
- MediaEmbed::replaceNodeContent() — Method in class MediaEmbed
Replaces the contents of a DOMNode.
- $ OEmbedResourceConstraintValidator#resourceFetcher — Property in class OEmbedResourceConstraintValidator
The resource fetcher service.
- $ OEmbed#resourceFetcher — Property in class OEmbed
The oEmbed resource fetcher service.
- UpdateSelectionCommand::render() — Method in class UpdateSelectionCommand
Return an array to be run through json_encode and sent to the client.
- AddFormBase::removeButtonSubmit() — Method in class AddFormBase
Submit handler for the remove button.
- $ FileUploadForm#renderer — Property in class FileUploadForm
The renderer service.
- FileUploadForm::removeButtonSubmit() — Method in class FileUploadForm
Submit handler for the remove button.
- $ OEmbedForm#resourceFetcher — Property in class OEmbedForm
The oEmbed resource fetcher service.
- $ MediaLibraryUiBuilder#request — Property in class MediaLibraryUiBuilder
The currently active request object.
- MediaLibraryWidget::removeItem() — Method in class MediaLibraryWidget
Submit callback for remove buttons.
- MediaLibrarySelectForm::render() — Method in class MediaLibrarySelectForm
Renders the field.
- RouteSubscriber — Class in namespace Drupal\media_library\Routing
Subscriber for media library routes.
- MenuLinkContent::requiresRediscovery() — Method in class MenuLinkContent
Returns whether the menu link requires rediscovery.
- MenuLinkContentInterface::requiresRediscovery() — Method in class MenuLinkContentInterface
Returns whether the menu link requires rediscovery.
- MenuListBuilder::render() — Method in class MenuListBuilder
Builds a listing of entities for the given entity type.
- $ MigrateDestination#requirements_met — Property in class MigrateDestination
Whether requirements are met.
- $ MigrateSource#requirements_met — Property in class MigrateSource
Whether requirements are met.
- $ AuditResult#reasons — Property in class AuditResult
The reasons why the migration passed or failed the audit.
- $ MigratePreRowSaveEvent#row — Property in class MigratePreRowSaveEvent
Row object.
- RollbackAwareInterface — Class in namespace Drupal\migrate\Event
Interface for plugins that react to pre- or post-rollback events.
- RequirementsException — Class in namespace Drupal\migrate\Exception
Defines an exception thrown when a migration does not meet the requirements.
- $ RequirementsException#requirements — Property in class RequirementsException
The missing requirements.
- MigrateExecutable::rollback() — Method in class MigrateExecutable
Performs a rollback operation - remove previously-imported items.
- MigrateExecutableInterface::rollback() — Method in class MigrateExecutableInterface
Performs a rollback operation - remove previously-imported items.
- MigrateDestinationInterface::rollback() — Method in class MigrateDestinationInterface
Delete the specified destination object from the target Drupal.
- MigrateDestinationInterface::rollbackAction() — Method in class MigrateDestinationInterface
The rollback action for the last imported item.
- $ Migration#row — Property in class Migration
The plugin ID for the row.
- $ Migration#requirements — Property in class Migration
These migrations must be already executed before this migration can run.
- RequirementsInterface — Class in namespace Drupal\migrate\Plugin
An interface to check for a migrate plugin requirements.
- Config::rollback() — Method in class Config
Delete the specified destination object from the target Drupal.
- $ DestinationBase#rollbackAction — Property in class DestinationBase
The rollback action to be saved for the last imported item.
- DestinationBase::rollbackAction() — Method in class DestinationBase
The rollback action for the last imported item.
- DestinationBase::rollback() — Method in class DestinationBase
Delete the specified destination object from the target Drupal.
- Entity::rollback() — Method in class Entity
Delete the specified destination object from the target Drupal.
- EntityConfigBase::rollback() — Method in class EntityConfigBase
Delete the specified destination object from the target Drupal.
- EntityContentBase::rollback() — Method in class EntityContentBase
Delete the specified destination object from the target Drupal.
- EntityContentComplete::rollback() — Method in class EntityContentComplete
Delete the specified destination object from the target Drupal.
- EntityFieldStorageConfig::rollback() — Method in class EntityFieldStorageConfig
Delete the specified destination object from the target Drupal.
- EntityViewMode::rollback() — Method in class EntityViewMode
Delete the specified destination object from the target Drupal.
- NullIdMap::rewind() — Method in class NullIdMap
- {@inheritdoc}
- $ Sql#result — Property in class Sql
The result.
- Sql::rewind() — Method in class Sql
Implementation of \Iterator::rewind().
- $ MachineName#replacePattern — Property in class MachineName
The regular expression pattern.
- Route — Class in namespace Drupal\migrate\Plugin\migrate\process
Sets the destination route information based on the source link_path.
- SkipOnEmpty::row() — Method in class SkipOnEmpty
Skips the current row when value is not set.
- SourcePluginBase::rewind() — Method in class SourcePluginBase
Rewinds the iterator.
- SourcePluginBase::rowChanged() — Method in class SourcePluginBase
Checks if the incoming row has changed since our last import.
- Row — Class in namespace Drupal\migrate
Stores a row.
- $ Row#rawDestination — Property in class Row
The raw destination properties.
- Row::removeDestinationProperty() — Method in class Row
Removes destination property.
- Row::rehash() — Method in class Row
Recalculates the hash for the row.
- ReferenceBase — Class in namespace Drupal\migrate_drupal\Plugin\migrate\field
Base class for Drupal reference fields.
- $ DrupalSqlBase#requirements — Property in class DrupalSqlBase
If the source provider is missing.
- MigrateUpgradeImportBatch::run() — Method in class MigrateUpgradeImportBatch
Runs a single migrate batch import.
- MigrateUpgradeFormBase::restartUpgradeForm() — Method in class MigrateUpgradeFormBase
Helper to redirect to the Overview form.
- ReviewForm — Class in namespace Drupal\migrate_drupal_ui\Form
Migrate Upgrade review form.
- Connection::rollBack() — Method in class Connection
Rolls back the transaction entirely or to a named savepoint.
- Schema::renameTable() — Method in class Schema
Rename a table.
- $ NodeRouteContext#routeMatch — Property in class NodeRouteContext
The route match object.
- $ NodeController#renderer — Property in class NodeController
The renderer service.
- NodeController::revisionShow() — Method in class NodeController
Displays a node revision.
- NodeController::revisionPageTitle() — Method in class NodeController
Page title callback for a node revision.
- NodeController::revisionOverview() — Method in class NodeController
Generates an overview table of older revisions of a node.
- $ NodeAdminRouteSubscriber#routerBuilder — Property in class NodeAdminRouteSubscriber
The router builder.
- $ NodeRevisionDeleteForm#revision — Property in class NodeRevisionDeleteForm
The node revision.
- $ NodeRevisionRevertForm#revision — Property in class NodeRevisionRevertForm
The node revision.
- RebuildPermissionsForm — Class in namespace Drupal\node\Form
Form for rebuilding permissions.
- NodeServiceProvider::register() — Method in class NodeServiceProvider
Registers services to the container.
- NodeStorage::revisionIds() — Method in class NodeStorage
Gets a list of node revision IDs for a specific node.
- NodeStorageInterface::revisionIds() — Method in class NodeStorageInterface
Gets a list of node revision IDs for a specific node.
- NodeTypeListBuilder::render() — Method in class NodeTypeListBuilder
Builds a listing of entities for the given entity type.
- NodeViewBuilder::renderLinks() — Method in class NodeViewBuilder
lazy_builder callback; builds a node's links.
- $ DenyNodePreview#routeMatch — Property in class DenyNodePreview
The current route match.
- $ NodeSearch#renderer — Property in class NodeSearch
The Renderer service to format the username and node.
- $ NodeSearch#rankings — Property in class NodeSearch
An array of additional rankings from hook_ranking().
- NodeSearch::removeSubmittedInfo() — Method in class NodeSearch
Removes the submitted by information from the build array.
- ListingEmpty::render() — Method in class ListingEmpty
Render the area.
- $ Node#routeMatch — Property in class Node
The route match.
- Node::renderLink() — Method in class Node
Prepares link to the node.
- Node::render() — Method in class Node
Renders the field.
- RevisionLink — Class in namespace Drupal\node\Plugin\views\field
Field handler to present a link to a node revision.
- RevisionLink::renderLink() — Method in class RevisionLink
Prepares the link to view an entity.
- RevisionLinkDelete — Class in namespace Drupal\node\Plugin\views\field
Field handler to present link to delete a node revision.
- RevisionLinkRevert — Class in namespace Drupal\node\Plugin\views\field
Field handler to present a link to revert a node to a revision.
- Rss — Class in namespace Drupal\node\Plugin\views\row
Plugin which performs a node_view on the resulting object and formats it as an RSS item.
- Rss::render() — Method in class Rss
Render a row object. This usually passes through to a theme template of some form, but not always.
- Node::rowStyleOptions() — Method in class Node
Retrieves row style plugin names.
- NodeRevision::rowStyleOptions() — Method in class NodeRevision
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::rowStyleOptions().
- RouteSubscriber — Class in namespace Drupal\node\Routing
Listens to the dynamic route events.
- $ PageCache#requestPolicy — Property in class PageCache
A policy rule determining the cacheability of a request.
- $ PageCache#responsePolicy — Property in class PageCache
A policy rule determining the cacheability of the response.
- PathFilterForm::resetForm() — Method in class PathFilterForm
Resets the filter selections.
- PathAliasListBuilder::render() — Method in class PathAliasListBuilder
Builds a listing of entities for the given entity type.
- AliasWhitelist::resolveCacheMiss() — Method in class AliasWhitelist
Resolves a cache miss.
- Connection::releaseSavepoint() — Method in class Connection
Release a savepoint by name.
- Connection::rollbackSavepoint() — Method in class Connection
Rollback a savepoint by name if it exists.
- Schema::resetTableInformation() — Method in class Schema
Resets information about table blobs, sequences and serial fields.
- Schema::renameTable() — Method in class Schema
Rename a table.
- FieldFormSavedCommand::render() — Method in class FieldFormSavedCommand
Return an array to be run through json_encode and sent to the client.
- $ QuickEditController#renderer — Property in class QuickEditController
The renderer.
- QuickEditController::renderField() — Method in class QuickEditController
Renders a field.
- CommonDataConverter::rawValue() — Method in class CommonDataConverter
Provides a passthrough to place unformatted values in content attributes.
- RdfMapping — Class in namespace Drupal\rdf\Entity
Config entity for working with RDF mappings.
- RdfMapping — Class in namespace Drupal\rdf\Plugin\migrate\source\d7
Drupal 7 rdf source from database.
- RdfMappingInterface — Class in namespace Drupal\rdf
Provides an interface defining an RDF mapping entity.
- ResponsiveImage — Class in namespace Drupal\responsive_image\Element
Provides a responsive image element.
- ResponsiveImageStyle — Class in namespace Drupal\responsive_image\Entity
Defines the responsive image style entity.
- ResponsiveImageStyle::removeImageStyleMappings() — Method in class ResponsiveImageStyle
Removes all image style mappings from the responsive image style.
- ResponsiveImageFormatter — Class in namespace Drupal\responsive_image\Plugin\Field\FieldFormatter
Plugin for responsive image formatter.
- $ ResponsiveImageFormatter#responsiveImageStyleStorage — Property in class ResponsiveImageFormatter
- ResponsiveImageStyles — Class in namespace Drupal\responsive_image\Plugin\migrate\source\d7
Gets Drupal responsive image styles source from database.
- ResponsiveImageStyleForm — Class in namespace Drupal\responsive_image
Form controller for the responsive image edit/add forms.
- ResponsiveImageStyleInterface — Class in namespace Drupal\responsive_image
Provides an interface defining a responsive_image mapping entity.
- ResponsiveImageStyleInterface::removeImageStyleMappings() — Method in class ResponsiveImageStyleInterface
Removes all image style mappings from the responsive image style.
- ResponsiveImageStyleListBuilder — Class in namespace Drupal\responsive_image
Provides a listing of responsive image styles.
- RestResource — Class in namespace Drupal\rest\Annotation
Defines a REST resource annotation object.
- RestResourceConfig — Class in namespace Drupal\rest\Entity
Defines a RestResourceConfig configuration entity class.
- $ EntityResourcePostRouteSubscriber#resourceConfigStorage — Property in class EntityResourcePostRouteSubscriber
The REST resource config storage.
- ResourceResponseSubscriber — Class in namespace Drupal\rest\EventSubscriber
Response subscriber that serializes and removes ResourceResponses' data.
- $ ResourceResponseSubscriber#renderer — Property in class ResourceResponseSubscriber
The renderer.
- $ ResourceResponseSubscriber#routeMatch — Property in class ResourceResponseSubscriber
The current route match.
- ResourceResponseSubscriber::renderResponseBody() — Method in class ResourceResponseSubscriber
Renders a resource response body.
- ResourceBase — Class in namespace Drupal\rest\Plugin
Common base class for resource plugins.
- ResourceBase::routes() — Method in class ResourceBase
Returns a collection of routes with URL path information for the resource.
- ResourceBase::requestMethods() — Method in class ResourceBase
Provides predefined HTTP request methods.
- ResourceInterface — Class in namespace Drupal\rest\Plugin
Specifies the publicly available methods of a resource plugin.
- ResourceInterface::routes() — Method in class ResourceInterface
Returns a collection of routes with URL path information for the resource.
- ResourcePluginManager — Class in namespace Drupal\rest\Plugin\Type
Manages discovery and instantiation of resource plugins.
- RestExport — Class in namespace Drupal\rest\Plugin\views\display
The plugin that handles Data response callbacks for REST resources.
- $ RestExport#renderer — Property in class RestExport
The renderer.
- RestExport::render() — Method in class RestExport
Renders this display.
- DataEntityRow::render() — Method in class DataEntityRow
Render a row object. This usually passes through to a theme template of some form, but not always.
- $ DataFieldRow#replacementAliases — Property in class DataFieldRow
Stores an array of prepared field aliases from options.
- $ DataFieldRow#rawOutputOptions — Property in class DataFieldRow
Stores an array of options to determine if the raw field output is used.
- DataFieldRow::render() — Method in class DataFieldRow
Render a row object. This usually passes through to a theme template of some form, but not always.
- Serializer::render() — Method in class Serializer
Render the display in this style.
- RequestHandler — Class in namespace Drupal\rest
Acts as intermediate request forwarder for resource plugins.
- ResourceResponse — Class in namespace Drupal\rest
Contains data for serialization before sending the response.
- ResourceResponseInterface — Class in namespace Drupal\rest
Defines a common interface for resource responses.
- ResourceResponseTrait — Class in namespace Drupal\rest
- $ ResourceResponseTrait#responseData — Property in class ResourceResponseTrait
Response data that should be serialized.
- RestPermissions — Class in namespace Drupal\rest
Provides rest module permissions.
- $ RestPermissions#restPluginManager — Property in class RestPermissions
The rest resource plugin manager.
- $ RestPermissions#resourceConfigStorage — Property in class RestPermissions
The REST resource config storage.
- RestResourceConfigInterface — Class in namespace Drupal\rest
Defines a configuration entity to store enabled REST resources.
- ResourceRoutes — Class in namespace Drupal\rest\Routing
Subscriber for REST-style routes.
- $ ResourceRoutes#resourceConfigStorage — Property in class ResourceRoutes
The REST resource config storage.
- $ SearchController#renderer — Property in class SearchController
The renderer.
- SearchController::redirectSearchPage() — Method in class SearchController
Redirects to a search page.
- SearchPage::routeBuilder() — Method in class SearchPage
Wraps the route builder.
- ReindexConfirm — Class in namespace Drupal\search\Form
Provides the search reindex confirmation form.
- $ SearchBlockForm#renderer — Property in class SearchBlockForm
The renderer.
- Score::render() — Method in class Score
Renders the field.
- SearchRow::render() — Method in class SearchRow
Render a row object. This usually passes through to a theme template of some form, but not always.
- SearchPageRoutes::routes() — Method in class SearchPageRoutes
Returns an array of route objects.
- $ SearchIndex#replica — Property in class SearchIndex
The database replica connection.
- $ SearchQuery#relevance_count — Property in class SearchQuery
The number of 'i.relevance' occurrences in score expressions.
- $ ChainEntityResolver#resolvers — Property in class ChainEntityResolver
The concrete resolvers.
- ChainEntityResolver::resolve() — Method in class ChainEntityResolver
Returns the local ID of an entity referenced by serialized data.
- EntityResolverInterface::resolve() — Method in class EntityResolverInterface
Returns the local ID of an entity referenced by serialized data.
- TargetIdResolver::resolve() — Method in class TargetIdResolver
Returns the local ID of an entity referenced by serialized data.
- UuidResolver::resolve() — Method in class UuidResolver
Returns the local ID of an entity referenced by serialized data.
- RegisterEntityResolversCompilerPass — Class in namespace Drupal\serialization
Adds services tagged 'entity_resolver' to the Serializer.
- RegisterSerializationClassesCompilerPass — Class in namespace Drupal\serialization
Adds services tagged 'normalizer' and 'encoder' to the Serializer.
- SerializationServiceProvider::register() — Method in class SerializationServiceProvider
Registers services to the container.
- ShortcutSet::resetLinkWeights() — Method in class ShortcutSet
Resets the link weights in a shortcut set to match their current order.
- $ ShortcutLazyBuilders#renderer — Property in class ShortcutLazyBuilders
The renderer service.
- ShortcutSetInterface::resetLinkWeights() — Method in class ShortcutSetInterface
Resets the link weights in a shortcut set to match their current order.
- Schema::renameTable() — Method in class Schema
Rename a table.
- $ NodeStatisticsDatabaseStorage#requestStack — Property in class NodeStatisticsDatabaseStorage
The request stack.
- NodeStatisticsDatabaseStorage::recordView() — Method in class NodeStatisticsDatabaseStorage
Counts an entity view.
- NodeStatisticsDatabaseStorage::resetDayCount() — Method in class NodeStatisticsDatabaseStorage
Reset the day counter for all entities once every day.
- $ StatisticsPopularBlock#renderer — Property in class StatisticsPopularBlock
- StatisticsStorageInterface::recordView() — Method in class StatisticsStorageInterface
Counts an entity view.
- StatisticsStorageInterface::resetDayCount() — Method in class StatisticsStorageInterface
Reset the day counter for all entities once every day.
- $ BatchController#root — Property in class BatchController
The app root.
- $ DbUpdateController#root — Property in class DbUpdateController
The app root.
- DbUpdateController::results() — Method in class DbUpdateController
Displays results of the update script with any accompanying errors.
- DbUpdateController::requirements() — Method in class DbUpdateController
Renders a list of requirement errors or warnings.
- CronController::run() — Method in class CronController
Run Cron once.
- CronController::runManually() — Method in class CronController
Run cron manually.
- CronForm::runCron() — Method in class CronForm
Form submission handler for running cron manually.
- RegionalForm — Class in namespace Drupal\system\Form
Configure regional settings for this site.
- RssFeedsForm — Class in namespace Drupal\system\Form
Configure RSS settings for this site.
- $ SiteInformationForm#requestContext — Property in class SiteInformationForm
The request context.
- $ PathBasedBreadcrumbBuilder#router — Property in class PathBasedBreadcrumbBuilder
The dynamic router service.
- $ SystemBreadcrumbBlock#routeMatch — Property in class SystemBreadcrumbBlock
The current route match.
- RequestPath — Class in namespace Drupal\system\Plugin\Condition
Provides a 'Request Path' condition.
- $ RequestPath#requestStack — Property in class RequestPath
The request stack.
- $ GDToolkit#resource — Property in class GDToolkit
A GD image resource.
- Resize — Class in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd
Defines GD2 resize operation.
- Rotate — Class in namespace Drupal\system\Plugin\ImageToolkit\Operation\gd
Defines GD2 rotate operation.
- $ SystemConfigSubscriber#routerBuilder — Property in class SystemConfigSubscriber
The router builder.
- $ SystemManager#requestStack — Property in class SystemManager
The request stack.
- $ MockRouteProvider#routes — Property in class MockRouteProvider
A collection of routes for this route provider.
- MockRouteProvider::reset() — Method in class MockRouteProvider
Resets the route provider object.
- $ BatchNegotiator#requestStack — Property in class BatchNegotiator
The request stack.
- $ TermRouteContext#routeMatch — Property in class TermRouteContext
The route match object.
- $ OverviewTerms#renderer — Property in class OverviewTerms
The renderer service.
- $ Tid#routeMatch — Property in class Tid
The route match.
- TaxonomyIndexTid::render_item() — Method in class TaxonomyIndexTid
Renders a single item of a row.
- TermStorage::resetCache() — Method in class TermStorage
Resets the entity cache.
- TermStorage::resetWeights() — Method in class TermStorage
Reset the weights for a given vocabulary ID.
- TermStorageInterface::resetWeights() — Method in class TermStorageInterface
Reset the weights for a given vocabulary ID.
- $ VocabularyListBuilder#renderer — Property in class VocabularyListBuilder
The renderer service.
- VocabularyListBuilder::render() — Method in class VocabularyListBuilder
Builds a listing of entities for the given entity type.
- SetSubtreesCommand::render() — Method in class SetSubtreesCommand
Return an array to be run through json_encode and sent to the client.
- $ Tour#routes — Property in class Tour
The routes on which this tour should be displayed.
- Tour::resetKeyedRoutes() — Method in class Tour
Resets the statically cached keyed routes.
- TourInterface::resetKeyedRoutes() — Method in class TourInterface
Resets the statically cached keyed routes.
- $ UpdateController#renderer — Property in class UpdateController
The renderer.
- $ UpdateManagerInstall#root — Property in class UpdateManagerInstall
The root location under which installed projects will be saved.
- UpdateManagerUpdate::removeCheckboxFromRow() — Method in class UpdateManagerUpdate
Prepares a row entry for use in a regular table, not a 'tableselect'.
- $ UpdateReady#root — Property in class UpdateReady
The root location under which updated projects will be saved.
- $ ProjectSecurityData#releases — Property in class ProjectSecurityData
Releases as returned by update_get_available().
- UpdateManager::refreshUpdateData() — Method in class UpdateManager
Clears out all the available update data and initiates re-fetching.
- UpdateManagerInterface::refreshUpdateData() — Method in class UpdateManagerInterface
Clears out all the available update data and initiates re-fetching.
- $ UpdateRoot#requestStack — Property in class UpdateRoot
The request stack.
- RegisterAccessCheck — Class in namespace Drupal\user\Access
Access check for user registration routes.
- RoleAccessCheck — Class in namespace Drupal\user\Access
Determines access to routes based on roles.
- $ AccountSettingsForm#roleStorage — Property in class AccountSettingsForm
The role storage used when changing the admin role.
- $ UserAuthenticationController#routeProvider — Property in class UserAuthenticationController
The route provider.
- UserAuthenticationController::resetPassword() — Method in class UserAuthenticationController
Resets a user password.
- UserController::resetPass() — Method in class UserController
Redirects to the user password reset form.
- UserController::resetPassLogin() — Method in class UserController
Validates user, hash, and timestamp; logs the user in if correct.
- Role — Class in namespace Drupal\user\Entity
Defines the user role entity class.
- Role::revokePermission() — Method in class Role
Revokes a permissions from the user role.
- User::removeRole() — Method in class User
Remove a role from a user.
- RoleSettingsForm — Class in namespace Drupal\user\Form
Configure administrator role settings for this site.
- $ RoleSettingsForm#roleStorage — Property in class RoleSettingsForm
The role storage used when changing the admin role.
- $ UserLoginForm#renderer — Property in class UserLoginForm
The renderer.
- $ UserPermissionsForm#roleStorage — Property in class UserPermissionsForm
The role storage.
- RemoveRoleUser — Class in namespace Drupal\user\Plugin\Action
Removes a role from a user.
- $ UserLoginBlock#routeMatch — Property in class UserLoginBlock
The route match.
- UserLoginBlock::renderPlaceholderFormAction() — Method in class UserLoginBlock
lazy_builder callback; renders a form action URL including destination.
- $ LanguageNegotiationUserAdmin#router — Property in class LanguageNegotiationUserAdmin
The router.
- Role — Class in namespace Drupal\user\Plugin\migrate\source\d6
Drupal 6 role source from database.
- Role — Class in namespace Drupal\user\Plugin\migrate\source\d7
Drupal 7 role source from database.
- Role — Class in namespace Drupal\user\Plugin\views\access
Access plugin that provides role-based access control.
- $ Role#roleStorage — Property in class Role
The role storage.
- RolesRid — Class in namespace Drupal\user\Plugin\views\argument
Allow role ID(s) as argument.
- $ RolesRid#roleStorage — Property in class RolesRid
The role entity storage.
- $ User#routeMatch — Property in class User
The route match.
- $ Permissions#roleStorage — Property in class Permissions
The role storage.
- Permissions::render_item() — Method in class Permissions
Renders a single item of a row.
- Roles — Class in namespace Drupal\user\Plugin\views\field
Field handler to provide a list of roles.
- Roles::render_item() — Method in class Roles
Renders a single item of a row.
- UserData::render() — Method in class UserData
Renders the field.
- Roles — Class in namespace Drupal\user\Plugin\views\filter
Filter handler for user roles.
- $ Roles#roleStorage — Property in class Roles
The role storage.
- RegisterForm — Class in namespace Drupal\user
Form handler for the user register forms.
- RoleAccessControlHandler — Class in namespace Drupal\user
Defines the access control handler for the user role entity type.
- RoleForm — Class in namespace Drupal\user
Form controller for the role entity edit forms.
- RoleInterface — Class in namespace Drupal\user
Provides an interface defining a user role entity.
- RoleInterface::revokePermission() — Method in class RoleInterface
Revokes a permissions from the user role.
- RoleListBuilder — Class in namespace Drupal\user
Defines a class to build a listing of user role entities.
- RoleStorage — Class in namespace Drupal\user
Controller class for user roles.
- RoleStorageInterface — Class in namespace Drupal\user
Defines an interface for role entity storage classes.
- RouteSubscriber — Class in namespace Drupal\user\Routing
User route subscriber.
- ToolbarLinkBuilder::renderToolbarLinks() — Method in class ToolbarLinkBuilder
Lazy builder callback for rendering toolbar links.
- ToolbarLinkBuilder::renderDisplayName() — Method in class ToolbarLinkBuilder
Lazy builder callback for rendering the username.
- $ UserFloodControl#requestStack — Property in class UserFloodControl
The request stack.
- UserFloodControl::register() — Method in class UserFloodControl
Registers an event for the current visitor to the flood control mechanism.
- UserInterface::removeRole() — Method in class UserInterface
Remove a role from a user.
- $ UserListBuilder#redirectDestination — Property in class UserListBuilder
The redirect destination service.
- UserListBuilder::render() — Method in class UserListBuilder
Builds a listing of entities for the given entity type.
- HighlightCommand::render() — Method in class HighlightCommand
Return an array to be run through json_encode and sent to the client.
- ReplaceTitleCommand — Class in namespace Drupal\views\Ajax
Provides an AJAX command for replacing the page title.
- ReplaceTitleCommand::render() — Method in class ReplaceTitleCommand
Return an array to be run through json_encode and sent to the client.
- ScrollTopCommand::render() — Method in class ScrollTopCommand
Return an array to be run through json_encode and sent to the client.
- ShowButtonsCommand::render() — Method in class ShowButtonsCommand
Return an array to be run through json_encode and sent to the client.
- TriggerPreviewCommand::render() — Method in class TriggerPreviewCommand
Return an array to be run through json_encode and sent to the client.
- $ ViewsDisplay#returns_response — Property in class ViewsDisplay
Whether the display returns a response object.
- $ ViewsPluginAnnotationBase#register_theme — Property in class ViewsPluginAnnotationBase
Whether or not to register a theme function automatically.
- $ ViewAjaxController#renderer — Property in class ViewAjaxController
The renderer.
- $ ViewAjaxController#redirectDestination — Property in class ViewAjaxController
The redirect destination.
- DisplayPluginCollection::remove() — Method in class DisplayPluginCollection
Removes an initialized plugin.
- $ EntityFieldRenderer#relationship — Property in class EntityFieldRenderer
The relationship being handled.
- EntityFieldRenderer::render() — Method in class EntityFieldRenderer
Renders entity field data.
- EntityTranslationRendererBase::render() — Method in class EntityTranslationRendererBase
Renders entity data.
- RendererBase — Class in namespace Drupal\views\Entity\Render
Defines a base class for entity renderers.
- RendererBase::render() — Method in class RendererBase
Renders entity data.
- TranslationLanguageRenderer::render() — Method in class TranslationLanguageRenderer
Renders entity data.
- RouteSubscriber — Class in namespace Drupal\views\EventSubscriber
Builds up the routes of all views.
- RouteSubscriber::reset() — Method in class RouteSubscriber
Resets the internal state of the route subscriber.
- RouteSubscriber::routes() — Method in class RouteSubscriber
Returns a set of route objects.
- RouteSubscriber::routeRebuildFinished() — Method in class RouteSubscriber
Stores the new route names after they have been rebuilt.
- ViewsEntitySchemaSubscriber::revisionRemoval() — Method in class ViewsEntitySchemaSubscriber
Updates views if revision support is removed.
- ExposedFormCache::reset() — Method in class ExposedFormCache
Rests the form cache.
- $ ViewsForm#requestStack — Property in class ViewsForm
The request stack.
- $ ViewsLocalTask#routeProvider — Property in class ViewsLocalTask
The route provider.
- $ ViewsSelection#renderer — Property in class ViewsSelection
The renderer.
- $ HandlerBase#realField — Property in class HandlerBase
The actual field in the database table, maybe different on other kind of query plugins/special handlers.
- $ HandlerBase#relationship — Property in class HandlerBase
The relationship used for this field.
- $ PluginBase#renderer — Property in class PluginBase
Stores the render API renderer.
- AreaPluginBase::render() — Method in class AreaPluginBase
Render the area.
- Broken::render() — Method in class Broken
Render the area.
- DisplayLink::render() — Method in class DisplayLink
Render the area.
- Entity::render() — Method in class Entity
Render the area.
- HTTPStatusCode::render() — Method in class HTTPStatusCode
Render the area.
- Messages::render() — Method in class Messages
Render the area.
- Result — Class in namespace Drupal\views\Plugin\views\area
Views area handler to display some configurable result summary.
- Result::render() — Method in class Result
Render the area.
- Text::render() — Method in class Text
Render the area.
- TextCustom::render() — Method in class TextCustom
Render the area.
- TextCustom::renderTextarea() — Method in class TextCustom
Render a text area with \Drupal\Component\Utility\Xss::filterAdmin().
- Title::render() — Method in class Title
Render the area.
- View::render() — Method in class View
Render the area.
- $ Date#routeMatch — Property in class Date
The route match.
- Raw — Class in namespace Drupal\views\Plugin\views\argument_default
Default argument plugin to use the raw value from the URL.
- $ CachePluginBase#resultsBin — Property in class CachePluginBase
Which cache bin to store query results in.
- $ CachePluginBase#resultsKey — Property in class CachePluginBase
Stores the cache ID used for the results cache.
- Attachment::renderPager() — Method in class Attachment
Checks to see if the display plugins support pager rendering.
- Block::remove() — Method in class Block
Reacts on deleting a display.
- DisplayPluginBase::renderFilters() — Method in class DisplayPluginBase
Does nothing (obsolete function).
- DisplayPluginBase::renderPager() — Method in class DisplayPluginBase
Checks to see if the display plugins support pager rendering.
- DisplayPluginBase::renderMoreLink() — Method in class DisplayPluginBase
Renders the 'more' link.
- DisplayPluginBase::render() — Method in class DisplayPluginBase
Renders this display.
- DisplayPluginBase::renderArea() — Method in class DisplayPluginBase
Renders one of the available areas.
- DisplayPluginBase::remove() — Method in class DisplayPluginBase
Reacts on deleting a display.
- DisplayPluginInterface::renderFilters() — Method in class DisplayPluginInterface
Does nothing (obsolete function).
- DisplayPluginInterface::renderPager() — Method in class DisplayPluginInterface
Checks to see if the display plugins support pager rendering.
- DisplayPluginInterface::renderMoreLink() — Method in class DisplayPluginInterface
Renders the 'more' link.
- DisplayPluginInterface::render() — Method in class DisplayPluginInterface
Renders this display.
- DisplayPluginInterface::renderArea() — Method in class DisplayPluginInterface
Renders one of the available areas.
- DisplayPluginInterface::remove() — Method in class DisplayPluginInterface
Reacts on deleting a display.
- EntityReference::render() — Method in class EntityReference
Builds the view result as a renderable array.
- $ Feed#renderer — Property in class Feed
The renderer.
- Feed::render() — Method in class Feed
Renders this display.
- $ PathPluginBase#routeProvider — Property in class PathPluginBase
The route provider.
- PathPluginBase::remove() — Method in class PathPluginBase
Reacts on deleting a display.
- ResponseDisplayPluginInterface — Class in namespace Drupal\views\Plugin\views\display
Defines a display which returns a Response object.
- ExposedFormPluginBase::renderExposedForm() — Method in class ExposedFormPluginBase
Renders the exposed form.
- ExposedFormPluginBase::resetForm() — Method in class ExposedFormPluginBase
Resets all the states of the exposed form.
- ExposedFormPluginInterface::renderExposedForm() — Method in class ExposedFormPluginInterface
Renders the exposed form.
- Boolean::render() — Method in class Boolean
Renders the field.
- Custom::render() — Method in class Custom
Renders the field.
- Date::render() — Method in class Date
Renders the field.
- Dropbutton::render() — Method in class Dropbutton
Renders the field.
- $ EntityField#renderer — Property in class EntityField
The renderer.
- EntityField::renderItems() — Method in class EntityField
Render all items in this field together.
- EntityField::render_item() — Method in class EntityField
Renders a single item of a row.
- EntityLabel::render() — Method in class EntityLabel
Renders the field.
- EntityLink::render() — Method in class EntityLink
Renders the field.
- EntityLink::renderLink() — Method in class EntityLink
Prepares the link to view an entity.
- EntityLinkDelete::renderLink() — Method in class EntityLinkDelete
Prepares the link to view an entity.
- EntityLinkEdit::renderLink() — Method in class EntityLinkEdit
Prepares the link to view an entity.
- EntityOperations::render() — Method in class EntityOperations
Renders the field.
- FieldHandlerInterface::render() — Method in class FieldHandlerInterface
Renders the field.
- FieldHandlerInterface::renderText() — Method in class FieldHandlerInterface
Performs an advanced text render for the item.
- $ FieldPluginBase#renderer — Property in class FieldPluginBase
Stores the render API renderer.
- FieldPluginBase::render() — Method in class FieldPluginBase
Renders the field.
- FieldPluginBase::renderText() — Method in class FieldPluginBase
Performs an advanced text render for the item.
- FieldPluginBase::renderAltered() — Method in class FieldPluginBase
Render this field as user-defined altered text.
- FieldPluginBase::renderTrimText() — Method in class FieldPluginBase
Trims the field down to the specified length.
- FieldPluginBase::renderAsLink() — Method in class FieldPluginBase
Render this field as a link, with the info from a fieldset set by the user.
- FileSize::render() — Method in class FileSize
Renders the field.
- LanguageField::render() — Method in class LanguageField
Renders the field.
- LinkBase::render() — Method in class LinkBase
Renders the field.
- LinkBase::renderLink() — Method in class LinkBase
Prepares the link to view an entity.
- MachineName::render() — Method in class MachineName
Renders the field.
- Markup::render() — Method in class Markup
Renders the field.
- MultiItemsFieldHandlerInterface::render_item() — Method in class MultiItemsFieldHandlerInterface
Renders a single item of a row.
- MultiItemsFieldHandlerInterface::renderItems() — Method in class MultiItemsFieldHandlerInterface
Render all items in this field together.
- NumericField::render() — Method in class NumericField
Renders the field.
- PrerenderList::renderItems() — Method in class PrerenderList
Render all items in this field together.
- RenderedEntity — Class in namespace Drupal\views\Plugin\views\field
Provides a field handler which renders an entity in a certain view mode.
- RenderedEntity::render() — Method in class RenderedEntity
Renders the field.
- Serialized::render() — Method in class Serialized
Renders the field.
- TimeInterval::render() — Method in class TimeInterval
Renders the field.
- UncacheableFieldHandlerTrait::render() — Method in class UncacheableFieldHandlerTrait
- {@inheritdoc}
- Url::render() — Method in class Url
Renders the field.
- InOperator::reduceValueOptions() — Method in class InOperator
When using exposed filters, we may be required to reduce the set.
- Full::render() — Method in class Full
Return the renderable array of the pager.
- Mini::render() — Method in class Mini
Return the renderable array of the pager.
- PagerPluginBase::render() — Method in class PagerPluginBase
Return the renderable array of the pager.
- $ MysqlDateSql#replace — Property in class MysqlDateSql
An array of PHP-to-MySQL replacement patterns.
- $ PostgresqlDateSql#replace — Property in class PostgresqlDateSql
An array of PHP-to-PostgreSQL replacement patterns.
- $ Sql#relationships — Property in class Sql
Holds an array of relationships, which are aliases of the primary table that represent different ways to join the same table in.
- $ SqliteDateSql#replace — Property in class SqliteDateSql
An array of PHP-to-SQLite date replacement patterns.
- RelationshipPluginBase — Class in namespace Drupal\views\Plugin\views\relationship
Simple relationship handler that allows a new version of the primary table to be linked in.
- EntityRow::render() — Method in class EntityRow
Render a row object. This usually passes through to a theme template of some form, but not always.
- OpmlFields::render() — Method in class OpmlFields
Render a row object. This usually passes through to a theme template of some form, but not always.
- RowPluginBase — Class in namespace Drupal\views\Plugin\views\row
Base class for Views row plugins.
- RowPluginBase::render() — Method in class RowPluginBase
Render a row object. This usually passes through to a theme template of some form, but not always.
- RssFields — Class in namespace Drupal\views\Plugin\views\row
Renders an RSS item based on fields.
- RssFields::render() — Method in class RssFields
Render a row object. This usually passes through to a theme template of some form, but not always.
- RssPluginBase — Class in namespace Drupal\views\Plugin\views\row
Base class for Views RSS row plugins.
- Random — Class in namespace Drupal\views\Plugin\views\sort
Handle a random sort.
- DefaultSummary::render() — Method in class DefaultSummary
Render the display in this style.
- EntityReference::render() — Method in class EntityReference
Render the display in this style.
- Mapping::render() — Method in class Mapping
Overrides Drupal\views\Plugin\views\style\StylePluginBase::render().
- Opml::render() — Method in class Opml
Render the display in this style.
- Rss — Class in namespace Drupal\views\Plugin\views\style
Default style plugin to render an RSS feed.
- Rss::render() — Method in class Rss
Render the display in this style.
- $ StylePluginBase#rowTokens — Property in class StylePluginBase
Store all available tokens row rows.
- $ StylePluginBase#rendered_fields — Property in class StylePluginBase
Stores the rendered field values, keyed by the row index and field name.
- StylePluginBase::renderRowGroup() — Method in class StylePluginBase
Renders a group of rows of the grouped view.
- StylePluginBase::render() — Method in class StylePluginBase
Render the display in this style.
- StylePluginBase::renderGroupingSets() — Method in class StylePluginBase
Render the grouping sets.
- StylePluginBase::renderGrouping() — Method in class StylePluginBase
Group records as needed for rendering.
- StylePluginBase::renderFields() — Method in class StylePluginBase
Renders all of the fields for a given style and store them on the object.
- WizardPluginBase::rowStyleOptions() — Method in class WizardPluginBase
Retrieves row style plugin names.
- WizardPluginBase::restExportDisplayOptions() — Method in class WizardPluginBase
Retrieves the REST export display options from the submitted form values.
- WizardPluginBase::retrieveValidatedView() — Method in class WizardPluginBase
Retrieves a validated view for a form submission.
- ResultRow — Class in namespace Drupal\views
A class representing a view result row.
- ResultRow::resetEntityData() — Method in class ResultRow
Resets the _entity and _relationship_entities properties.
- $ ViewExecutable#result — Property in class ViewExecutable
Where the results of a query will go.
- $ ViewExecutable#rowPlugin — Property in class ViewExecutable
The current used row plugin, if the style plugin supports row plugins.
- $ ViewExecutable#row_index — Property in class ViewExecutable
Stores the current active row while rendering.
- $ ViewExecutable#relationship — Property in class ViewExecutable
Stores the relationship handlers which are initialized on this view.
- $ ViewExecutable#response — Property in class ViewExecutable
Stores the current response object.
- $ ViewExecutable#request — Property in class ViewExecutable
Stores the current request object.
- $ ViewExecutable#routeProvider — Property in class ViewExecutable
The route provider.
- ViewExecutable::renderPager() — Method in class ViewExecutable
Renders the pager, if necessary.
- ViewExecutable::render() — Method in class ViewExecutable
Renders this view for a certain display.
- ViewExecutable::removeHandler() — Method in class ViewExecutable
Removes configuration for a handler instance on a given display.
- $ ViewExecutableFactory#requestStack — Property in class ViewExecutableFactory
The request stack.
- $ ViewExecutableFactory#routeProvider — Property in class ViewExecutableFactory
The route provider.
- SetFormCommand::render() — Method in class SetFormCommand
Return an array to be run through json_encode and sent to the client.
- ViewsUIController::reportFields() — Method in class ViewsUIController
Lists all instances of fields on any views.
- ViewsUIController::reportPlugins() — Method in class ViewsUIController
Lists all plugins and what enabled Views use them.
- ConfigHandler::remove() — Method in class ConfigHandler
Submit handler for removing an item from a view.
- Rearrange — Class in namespace Drupal\views_ui\Form\Ajax
Provides a rearrange form for Views handlers.
- RearrangeFilter — Class in namespace Drupal\views_ui\Form\Ajax
Provides a rearrange form for Views filters.
- ReorderDisplays — Class in namespace Drupal\views_ui\Form\Ajax
Displays the display reorder form.
- $ ViewEditForm#requestStack — Property in class ViewEditForm
The request object.
- ViewEditForm::rebuildCurrentTab() — Method in class ViewEditForm
Regenerate the current tab for AJAX updates.
- ViewEditForm::renderDisplayTop() — Method in class ViewEditForm
Render the top of the display so it can be updated during ajax operations.
- ViewListBuilder::render() — Method in class ViewListBuilder
Builds a listing of entities for the given entity type.
- $ ViewUI#render_time — Property in class ViewUI
How long the view takes to render in microseconds.
- $ ViewUI#renderPreview — Property in class ViewUI
- ViewUI::renderPreview() — Method in class ViewUI
- ViewUI::referencedEntities() — Method in class ViewUI
Gets a list of entities referenced by this entity.
- $ WorkflowType#required_states — Property in class WorkflowType
States required to exist.
- RequiredStateMissingException — Class in namespace Drupal\workflows\Exception
Indicates that a workflow does not contain a required state.
- WorkflowListBuilder::render() — Method in class WorkflowListBuilder
Builds a listing of entities for the given entity type.
- $ WorkspaceRequestSubscriber#routeProvider — Property in class WorkspaceRequestSubscriber
The route provider to load routes by name.
- $ WorkspaceListBuilder#renderer — Property in class WorkspaceListBuilder
The renderer service.
- WorkspaceListBuilder::render() — Method in class WorkspaceListBuilder
Builds a listing of entities for the given entity type.
- $ WorkspaceManager#requestStack — Property in class WorkspaceManager
The request stack.
- WorkspaceRepository::resetCache() — Method in class WorkspaceRepository
Resets the cached workspace tree.
- WorkspaceRepositoryInterface::resetCache() — Method in class WorkspaceRepositoryInterface
Resets the cached workspace tree.
S
- Drupal::setContainer() — Method in class Drupal
Sets a new global container.
- Drupal::service() — Method in class Drupal
Retrieves a service from the container.
- Drupal::state() — Method in class Drupal
Returns the state storage service.
- AnnotationBase::setProvider() — Method in class AnnotationBase
Sets the name of the provider of the annotated class.
- AnnotationBase::setClass() — Method in class AnnotationBase
Sets the class of the annotated class.
- AnnotationInterface::setProvider() — Method in class AnnotationInterface
Sets the name of the provider of the annotated class.
- AnnotationInterface::setClass() — Method in class AnnotationInterface
Sets the class of the annotated class.
- DocParser::setIgnoredAnnotationNames() — Method in class DocParser
Sets the annotation names that are ignored during the parsing process.
- DocParser::setIgnoreNotImportedAnnotations() — Method in class DocParser
Sets ignore on not-imported annotations.
- DocParser::setImports() — Method in class DocParser
Sets the imports.
- DocParser::setTarget() — Method in class DocParser
Sets current target context as bitmask.
- SimpleAnnotationReader — Class in namespace Drupal\Component\Annotation\Doctrine
Simple Annotation Reader.
- StaticReflectionClass — Class in namespace Drupal\Component\Annotation\Doctrine
- StaticReflectionClass::setStaticPropertyValue() — Method in class StaticReflectionClass
- {@inheritDoc}
- StaticReflectionParser — Class in namespace Drupal\Component\Annotation\Doctrine
Parses a file for namespaces/use/class declarations.
- $ StaticReflectionParser#shortClassName — Property in class StaticReflectionParser
The short class name.
- Plugin::setProvider() — Method in class Plugin
Sets the name of the provider of the annotated class.
- Plugin::setClass() — Method in class Plugin
Sets the class of the annotated class.
- $ ZfExtensionManagerSfContainer#standalone — Property in class ZfExtensionManagerSfContainer
- ZfExtensionManagerSfContainer::setContainer() — Method in class ZfExtensionManagerSfContainer
- {@inheritdoc}
- ZfExtensionManagerSfContainer::setStandalone() — Method in class ZfExtensionManagerSfContainer
- DateTimePlus::setDefaultDateTime() — Method in class DateTimePlus
Sets the default time for an object built from date-only data.
- DateTimePlus::setDate() — Method in class DateTimePlus
- DateTimePlus::setISODate() — Method in class DateTimePlus
- DateTimePlus::setTime() — Method in class DateTimePlus
- DateTimePlus::setTimestamp() — Method in class DateTimePlus
- DateTimePlus::setTimezone() — Method in class DateTimePlus
- DateTimePlus::sub() — Method in class DateTimePlus
- $ Container#serviceDefinitions — Property in class Container
The service definitions of the container.
- $ Container#services — Property in class Container
The instantiated services.
- Container::set() — Method in class Container
- {@inheritdoc}
- Container::setParameter() — Method in class Container
- {@inheritdoc}
- $ OptimizedPhpArrayDumper#serialize — Property in class OptimizedPhpArrayDumper
Whether to serialize service definitions or not.
- OptimizedPhpArrayDumper::supportsMachineFormat() — Method in class OptimizedPhpArrayDumper
Whether this supports the machine-optimized format or not.
- PhpArrayDumper::supportsMachineFormat() — Method in class PhpArrayDumper
Whether this supports the machine-optimized format or not.
- $ DiffFormatter#show_header — Property in class DiffFormatter
Should a block header be shown?
- ApcuFileCacheBackend::store() — Method in class ApcuFileCacheBackend
Stores data into a cache backend.
- FileCache::set() — Method in class FileCache
Stores data based on a filename.
- FileCacheBackendInterface::store() — Method in class FileCacheBackendInterface
Stores data into a cache backend.
- FileCacheFactory::setConfiguration() — Method in class FileCacheFactory
Sets the configuration to use for constructing future file cache objects.
- FileCacheFactory::setPrefix() — Method in class FileCacheFactory
Sets the cache prefix that should be used.
- FileCacheInterface::set() — Method in class FileCacheInterface
Stores data based on a filename.
- NullFileCache::set() — Method in class NullFileCache
Stores data based on a filename.
- $ FrontMatterParseException#sourceLine — Property in class FrontMatterParseException
The line number of where the parse error occurred.
- $ FrontMatter#serializer — Property in class FrontMatter
A serializer.
- $ FrontMatter#source — Property in class FrontMatter
The source.
- PoHeader::setLanguageName() — Method in class PoHeader
Set the human readable language name.
- PoHeader::setProjectName() — Method in class PoHeader
Set the project name.
- PoHeader::setFromString() — Method in class PoHeader
Populate internal values from a string.
- $ PoItem#source — Property in class PoItem
The source string or array of strings if it has plurals.
- PoItem::setLangcode() — Method in class PoItem
Set the language code of the current language.
- PoItem::setContext() — Method in class PoItem
Set the context this translation belongs to.
- PoItem::setSource() — Method in class PoItem
Set the source string or the array of strings if the translation has plurals.
- PoItem::setTranslation() — Method in class PoItem
Set the translation string or the array of strings if the translation has plurals.
- PoItem::setPlural() — Method in class PoItem
Set if the translation has plural values.
- PoItem::setComment() — Method in class PoItem
Set the comment of this translation.
- PoItem::setFromArray() — Method in class PoItem
Create the PoItem from a structured array.
- PoMemoryWriter::setLangcode() — Method in class PoMemoryWriter
Implements Drupal\Component\Gettext\PoMetadataInterface:setLangcode().
- PoMemoryWriter::setHeader() — Method in class PoMemoryWriter
Implements Drupal\Component\Gettext\PoMetadataInterface:setHeader().
- PoMetadataInterface::setLangcode() — Method in class PoMetadataInterface
Set language code.
- PoMetadataInterface::setHeader() — Method in class PoMetadataInterface
Set header metadata.
- PoStreamInterface::setURI() — Method in class PoStreamInterface
Set the URI of the PO stream that is going to be read or written.
- PoStreamReader::setLangcode() — Method in class PoStreamReader
Set language code.
- PoStreamReader::setHeader() — Method in class PoStreamReader
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader().
- PoStreamReader::setURI() — Method in class PoStreamReader
Set the URI of the PO stream that is going to be read or written.
- PoStreamReader::setSeek() — Method in class PoStreamReader
Sets the seek position for the current PO stream.
- PoStreamReader::setItemFromArray() — Method in class PoStreamReader
Store the parsed values as a PoItem object.
- PoStreamWriter::setHeader() — Method in class PoStreamWriter
Set the PO header for the current stream.
- PoStreamWriter::setLangcode() — Method in class PoStreamWriter
Set the language code.
- PoStreamWriter::setURI() — Method in class PoStreamWriter
Set the URI of the PO stream that is going to be read or written.
- Graph::searchAndSort() — Method in class Graph
Performs a depth-first search and sort on the directed acyclic graph.
- SecuredRedirectResponse — Class in namespace Drupal\Component\HttpFoundation
Provides a common base class for safe redirects.
- SecuredRedirectResponse::setTargetUrl() — Method in class SecuredRedirectResponse
- {@inheritdoc}
- FileReadOnlyStorage::save() — Method in class FileReadOnlyStorage
Saves PHP code to storage.
- FileStorage::save() — Method in class FileStorage
Saves PHP code to storage.
- $ MTimeProtectedFastFileStorage#secret — Property in class MTimeProtectedFastFileStorage
The secret used in the HMAC.
- MTimeProtectedFastFileStorage::save() — Method in class MTimeProtectedFastFileStorage
Saves PHP code to storage.
- PhpStorageInterface::save() — Method in class PhpStorageInterface
Saves PHP code to storage.
- ConfigurableInterface::setConfiguration() — Method in class ConfigurableInterface
Sets the configuration for this plugin instance.
- ContextAwarePluginBase::setContext() — Method in class ContextAwarePluginBase
Set a context on this plugin.
- ContextAwarePluginBase::setContextValue() — Method in class ContextAwarePluginBase
Sets the value for a defined context.
- ContextAwarePluginInterface::setContext() — Method in class ContextAwarePluginInterface
Set a context on this plugin.
- ContextAwarePluginInterface::setContextValue() — Method in class ContextAwarePluginInterface
Sets the value for a defined context.
- ContextAwarePluginInterface::setContextMapping() — Method in class ContextAwarePluginInterface
Sets a mapping of the expected assignment names to their context names.
- ContextDefinitionInterface::setLabel() — Method in class ContextDefinitionInterface
Sets the human readable label.
- ContextDefinitionInterface::setDescription() — Method in class ContextDefinitionInterface
Sets the human readable description.
- ContextDefinitionInterface::setDataType() — Method in class ContextDefinitionInterface
Sets the data type needed by the context.
- ContextDefinitionInterface::setMultiple() — Method in class ContextDefinitionInterface
Sets whether the data is multi-valued.
- ContextDefinitionInterface::setRequired() — Method in class ContextDefinitionInterface
Sets whether the data is required.
- ContextDefinitionInterface::setDefaultValue() — Method in class ContextDefinitionInterface
Sets the default data value.
- ContextDefinitionInterface::setConstraints() — Method in class ContextDefinitionInterface
Sets the array of validation constraints.
- DerivablePluginDefinitionInterface::setDeriver() — Method in class DerivablePluginDefinitionInterface
Sets the deriver of this plugin definition.
- PluginDefinition::setClass() — Method in class PluginDefinition
Sets the class.
- PluginDefinitionInterface::setClass() — Method in class PluginDefinitionInterface
Sets the class.
- StaticDiscovery — Class in namespace Drupal\Component\Plugin\Discovery
A discovery mechanism that allows plugin definitions to be manually registered rather than actively discovered.
- StaticDiscovery::setDefinition() — Method in class StaticDiscovery
Sets a plugin definition.
- StaticDiscoveryDecorator — Class in namespace Drupal\Component\Plugin\Discovery
A decorator that allows manual registration of undiscoverable definitions.
- LazyPluginCollection::setConfiguration() — Method in class LazyPluginCollection
Sets the configuration for all plugins in this collection.
- LazyPluginCollection::set() — Method in class LazyPluginCollection
Stores an initialized plugin.
- PluginAwareInterface::setPlugin() — Method in class PluginAwareInterface
Sets the plugin for this object.
- $ FormattableMarkup#string — Property in class FormattableMarkup
The string containing placeholders.
- $ HtmlEscapedText#string — Property in class HtmlEscapedText
The string to escape.
- $ MarkupTrait#string — Property in class MarkupTrait
The safe string.
- SerializationInterface — Class in namespace Drupal\Component\Serialization
Defines an interface for serialization formats.
- $ Yaml#serializer — Property in class Yaml
The YAML implementation to use.
- $ ArgumentsResolver#scalars — Property in class ArgumentsResolver
An associative array of parameter names to scalar candidate values.
- DeprecatedArray::serialize() — Method in class DeprecatedArray
- {@inheritdoc}
- Environment::setTimeLimit() — Method in class Environment
Attempts to set the PHP maximum execution time.
- $ Html#seenIdsInit — Property in class Html
An array of the initial IDs used in one request.
- $ Html#seenIds — Property in class Html
An array of IDs, including incremented versions when an ID is duplicated.
- Html::setIsAjax() — Method in class Html
Sets if this request is an Ajax request.
- Html::serialize() — Method in class Html
Converts the body of a \DOMDocument back to an HTML snippet.
- Image::scaleDimensions() — Method in class Image
Scales image dimensions while maintaining aspect ratio.
- NestedArray::setValue() — Method in class NestedArray
Sets a value in a nested array with variable depth.
- $ Random#strings — Property in class Random
A list of unique strings generated by string().
- Random::string() — Method in class Random
Generates a random string of ASCII characters of codes 32 to 126.
- Random::sentences() — Method in class Random
Generates sentences Latin words, often used as placeholder text.
- SortArray — Class in namespace Drupal\Component\Utility
Provides generic array sorting helper methods.
- SortArray::sortByWeightElement() — Method in class SortArray
Sorts a structured array by the 'weight' element.
- SortArray::sortByWeightProperty() — Method in class SortArray
Sorts a structured array by '#weight' property.
- SortArray::sortByTitleElement() — Method in class SortArray
Sorts a structured array by 'title' key (no # prefix).
- SortArray::sortByTitleProperty() — Method in class SortArray
Sorts a structured array by '#title' property.
- SortArray::sortByKeyString() — Method in class SortArray
Sorts a string array item by an arbitrary key.
- SortArray::sortByKeyInt() — Method in class SortArray
Sorts an integer array item by an arbitrary key.
- Timer::start() — Method in class Timer
Starts the timer with the specified name.
- Timer::stop() — Method in class Timer
Stops the timer with the specified name.
- Unicode::strcasecmp() — Method in class Unicode
Compares UTF-8-encoded strings in a binary safe case-insensitive manner.
- UrlHelper::setAllowedProtocols() — Method in class UrlHelper
Sets the allowed protocols.
- UrlHelper::stripDangerousProtocols() — Method in class UrlHelper
Strips dangerous protocols (for example, 'javascript:') from a URI.
- Xss::split() — Method in class Xss
Processes an HTML tag.
- Composer::setDrupalVersion() — Method in class Composer
Set the version of Drupal; used in release process and by the test suite.
- Composer::setTemplateProjectStability() — Method in class Composer
Set the stability of the template projects to match the Drupal version.
- Handler::scaffold() — Method in class Handler
Copies all scaffold files from source to destination.
- $ Interpolator#startToken — Property in class Interpolator
The character sequence that identifies the start of a token.
- Interpolator::setData() — Method in class Interpolator
Sets the data set to use when interpolating.
- AbstractOperation::scaffoldOverExistingTarget() — Method in class AbstractOperation
Determines what to do if operation is used at same path as a previous op.
- AbstractOperation::scaffoldAtNewLocation() — Method in class AbstractOperation
Determines what to do if operation is used without a previous operation.
- AppendOp::scaffoldOverExistingTarget() — Method in class AppendOp
Determines what to do if operation is used at same path as a previous op.
- AppendOp::scaffoldAtNewLocation() — Method in class AppendOp
Determines what to do if operation is used without a previous operation.
- OperationInterface::scaffoldOverExistingTarget() — Method in class OperationInterface
Determines what to do if operation is used at same path as a previous op.
- OperationInterface::scaffoldAtNewLocation() — Method in class OperationInterface
Determines what to do if operation is used without a previous operation.
- $ ReplaceOp#source — Property in class ReplaceOp
The relative path to the source file.
- ReplaceOp::symlinkScaffold() — Method in class ReplaceOp
Symlinks the scaffold file.
- ScaffoldFileCollection — Class in namespace Drupal\Composer\Plugin\Scaffold\Operations
Collection of scaffold files.
- $ ScaffoldFileCollection#scaffoldFilesByProject — Property in class ScaffoldFileCollection
Nested list of all scaffold files.
- ScaffoldResult — Class in namespace Drupal\Composer\Plugin\Scaffold\Operations
Record the result of a scaffold operation.
- SkipOp — Class in namespace Drupal\Composer\Plugin\Scaffold\Operations
Scaffold operation to skip a scaffold file (do nothing).
- ScaffoldFileInfo — Class in namespace Drupal\Composer\Plugin\Scaffold
Data object that keeps track of one scaffold file.
- ScaffoldFilePath — Class in namespace Drupal\Composer\Plugin\Scaffold
Manage the path to a file to scaffold.
- ScaffoldFilePath::sourcePath() — Method in class ScaffoldFilePath
Converts the relative source path into an absolute path.
- ScaffoldOptions — Class in namespace Drupal\Composer\Plugin\Scaffold
Per-project options from the 'extras' section of the composer.json file.
- ScaffoldOptions::symlink() — Method in class ScaffoldOptions
Determines if symlink mode is set.
- AccessResult::setCacheMaxAge() — Method in class AccessResult
Sets the maximum age for which this access result may be cached.
- AccessResultForbidden::setReason() — Method in class AccessResultForbidden
Sets the reason for this access result.
- AccessResultNeutral::setReason() — Method in class AccessResultNeutral
Sets the reason for this access result.
- AccessResultReasonInterface::setReason() — Method in class AccessResultReasonInterface
Sets the reason for this access result.
- $ CheckProvider#staticRequirementMap — Property in class CheckProvider
An array to map static requirement keys to service IDs.
- CheckProvider::setChecks() — Method in class CheckProvider
For each route, saves a list of applicable access checks to the route.
- CheckProviderInterface::setChecks() — Method in class CheckProviderInterface
For each route, saves a list of applicable access checks to the route.
- $ CsrfRequestHeaderAccessCheck#sessionConfiguration — Property in class CsrfRequestHeaderAccessCheck
The session configuration.
- $ CsrfTokenGenerator#sessionMetadata — Property in class CsrfTokenGenerator
The session metadata bag.
- ConfigurableActionBase::setConfiguration() — Method in class ConfigurableActionBase
Sets the configuration for this plugin instance.
- $ EmailAction#storage — Property in class EmailAction
The user storage.
- EmailAction::submitConfigurationForm() — Method in class EmailAction
Form submission handler.
- GotoAction::submitConfigurationForm() — Method in class GotoAction
Form submission handler.
- MessageAction::submitConfigurationForm() — Method in class MessageAction
Form submission handler.
- SaveAction — Class in namespace Drupal\Core\Action\Plugin\Action
Provides an action that can save any entity.
- $ AddCssCommand#styles — Property in class AddCssCommand
A string that contains the styles to be added to the page.
- AjaxFormHelperTrait::successfulAjaxSubmit() — Method in class AjaxFormHelperTrait
Allows the form to respond to a successful AJAX submission.
- $ ChangedCommand#selector — Property in class ChangedCommand
A CSS selector string.
- $ CloseDialogCommand#selector — Property in class CloseDialogCommand
A CSS selector string of the dialog to close.
- $ CssCommand#selector — Property in class CssCommand
A CSS selector string.
- CssCommand::setProperty() — Method in class CssCommand
Adds a property/value pair to the CSS to be added to this element.
- $ DataCommand#selector — Property in class DataCommand
A CSS selector string for elements to which data will be attached.
- $ FocusFirstCommand#selector — Property in class FocusFirstCommand
The selector of the container with tabbable elements.
- $ InsertCommand#selector — Property in class InsertCommand
A CSS selector string.
- $ InsertCommand#settings — Property in class InsertCommand
A settings array to be passed to any attached JavaScript behavior.
- $ InvokeCommand#selector — Property in class InvokeCommand
A CSS selector string.
- $ OpenDialogCommand#selector — Property in class OpenDialogCommand
The selector of the dialog.
- $ OpenDialogCommand#settings — Property in class OpenDialogCommand
Custom settings that will be passed to the Drupal behaviors on the content of the dialog.
- OpenDialogCommand::setDialogOptions() — Method in class OpenDialogCommand
Sets the dialog options array.
- OpenDialogCommand::setDialogOption() — Method in class OpenDialogCommand
Sets a single dialog option value.
- OpenDialogCommand::setDialogTitle() — Method in class OpenDialogCommand
Sets the dialog title (an alias of setDialogOptions).
- $ RemoveCommand#selector — Property in class RemoveCommand
The CSS selector for the element(s) to be removed.
- $ RestripeCommand#selector — Property in class RestripeCommand
A CSS selector string.
- SetDialogOptionCommand — Class in namespace Drupal\Core\Ajax
Defines an AJAX command that sets jQuery UI dialog properties.
- $ SetDialogOptionCommand#selector — Property in class SetDialogOptionCommand
A CSS selector string.
- SetDialogTitleCommand — Class in namespace Drupal\Core\Ajax
Defines an AJAX command that sets jQuery UI dialog properties.
- SettingsCommand — Class in namespace Drupal\Core\Ajax
AJAX command for adjusting Drupal's JavaScript settings.
- $ SettingsCommand#settings — Property in class SettingsCommand
An array of key/value pairs of JavaScript settings.
- $ PluralTranslation#singular — Property in class PluralTranslation
The string for the singular case.
- AssetResolver::sort() — Method in class AssetResolver
Sorts CSS and JavaScript resources.
- $ AttachedAssets#settings — Property in class AttachedAssets
The JavaScript settings attached to the current response.
- AttachedAssets::setLibraries() — Method in class AttachedAssets
Sets the asset libraries attached to the current response.
- AttachedAssets::setSettings() — Method in class AttachedAssets
Sets the JavaScript settings that are attached to the current response.
- AttachedAssets::setAlreadyLoadedLibraries() — Method in class AttachedAssets
Sets the asset libraries that the current request marked as already loaded.
- AttachedAssetsInterface::setLibraries() — Method in class AttachedAssetsInterface
Sets the asset libraries attached to the current response.
- AttachedAssetsInterface::setSettings() — Method in class AttachedAssetsInterface
Sets the JavaScript settings that are attached to the current response.
- AttachedAssetsInterface::setAlreadyLoadedLibraries() — Method in class AttachedAssetsInterface
Sets the asset libraries that the current request marked as already loaded.
- $ CssCollectionOptimizer#state — Property in class CssCollectionOptimizer
The state key/value store.
- $ CssCollectionRenderer#state — Property in class CssCollectionRenderer
The state key/value store.
- $ JsCollectionOptimizer#state — Property in class JsCollectionOptimizer
The state key/value store.
- $ JsCollectionRenderer#state — Property in class JsCollectionRenderer
The state key/value store.
- $ LibrariesDirectoryFileFinder#sitePath — Property in class LibrariesDirectoryFileFinder
The site path.
- $ LibraryDiscoveryParser#streamWrapperManager — Property in class LibraryDiscoveryParser
The stream wrapper manager.
- LibraryDiscoveryParser::setOverrideValue() — Method in class LibraryDiscoveryParser
Overrides the specified library asset.
- $ AuthenticationCollector#sortedProviders — Property in class AuthenticationCollector
Sorted list of registered providers.
- BatchBuilder::setTitle() — Method in class BatchBuilder
Sets the title.
- BatchBuilder::setFinishCallback() — Method in class BatchBuilder
Sets the finished callback.
- BatchBuilder::setInitMessage() — Method in class BatchBuilder
Sets the displayed message while processing is initialized.
- BatchBuilder::setProgressMessage() — Method in class BatchBuilder
Sets the message to display when the batch is being processed.
- BatchBuilder::setErrorMessage() — Method in class BatchBuilder
Sets the message to display if an error occurs while processing.
- BatchBuilder::setFile() — Method in class BatchBuilder
Sets the file that contains the callback functions.
- BatchBuilder::setLibraries() — Method in class BatchBuilder
Sets the libraries to use when processing the batch.
- BatchBuilder::setUrlOptions() — Method in class BatchBuilder
Sets the options for redirect URLs.
- BatchBuilder::setProgressive() — Method in class BatchBuilder
Sets the batch to run progressively.
- BatchBuilder::setQueue() — Method in class BatchBuilder
Sets an override for the default queue.
- $ BatchStorage#session — Property in class BatchStorage
The session.
- BatchStorage::schemaDefinition() — Method in class BatchStorage
Defines the schema for the batch table.
- BlockPluginInterface::setConfigurationValue() — Method in class BlockPluginInterface
Sets a particular value in the block settings.
- BlockPluginTrait::setConfiguration() — Method in class BlockPluginTrait
- {@inheritdoc}
- BlockPluginTrait::setConfigurationValue() — Method in class BlockPluginTrait
- {@inheritdoc}
- BlockPluginTrait::submitConfigurationForm() — Method in class BlockPluginTrait
- {@inheritdoc}
- BlockPluginTrait::setTransliteration() — Method in class BlockPluginTrait
Sets the transliteration service.
- MainContentBlockPluginInterface::setMainContent() — Method in class MainContentBlockPluginInterface
Sets the main content render array.
- PageTitleBlock::setTitle() — Method in class PageTitleBlock
Sets the title.
- TitleBlockPluginInterface::setTitle() — Method in class TitleBlockPluginInterface
Sets the title.
- Breadcrumb::setLinks() — Method in class Breadcrumb
Sets the breadcrumb links.
- $ BreadcrumbManager#sortedBuilders — Property in class BreadcrumbManager
Holds the array of breadcrumb builders sorted by priority.
- CacheDecoratorInterface::setCacheKey() — Method in class CacheDecoratorInterface
Specify the key to use when writing the cache.
- $ ApcuBackend#sitePrefix — Property in class ApcuBackend
Prefix for all keys in the storage that belong to this site.
- ApcuBackend::set() — Method in class ApcuBackend
Stores data in the persistent cache.
- ApcuBackend::setMultiple() — Method in class ApcuBackend
Store multiple items in the persistent cache.
- $ ApcuBackendFactory#sitePrefix — Property in class ApcuBackendFactory
The site prefix string.
- BackendChain::set() — Method in class BackendChain
Stores data in the persistent cache.
- BackendChain::setMultiple() — Method in class BackendChain
Store multiple items in the persistent cache.
- CacheBackendInterface::set() — Method in class CacheBackendInterface
Stores data in the persistent cache.
- CacheBackendInterface::setMultiple() — Method in class CacheBackendInterface
Store multiple items in the persistent cache.
- $ CacheCollector#storage — Property in class CacheCollector
Storage for the data itself.
- CacheCollector::set() — Method in class CacheCollector
Implements \Drupal\Core\Cache\CacheCollectorInterface::set().
- CacheCollectorInterface::set() — Method in class CacheCollectorInterface
Sets cache data.
- $ CacheFactory#settings — Property in class CacheFactory
The site settings.
- CacheableDependencyTrait::setCacheability() — Method in class CacheableDependencyTrait
Sets cacheability; useful for value object constructors.
- CacheableMetadata::setCacheTags() — Method in class CacheableMetadata
Sets cache tags.
- CacheableMetadata::setCacheContexts() — Method in class CacheableMetadata
Sets cache contexts.
- CacheableMetadata::setCacheMaxAge() — Method in class CacheableMetadata
Sets the maximum age (in seconds).
- ChainedFastBackend::set() — Method in class ChainedFastBackend
Stores data in the persistent cache.
- ChainedFastBackend::setMultiple() — Method in class ChainedFastBackend
Store multiple items in the persistent cache.
- SessionCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the SessionCacheContext service, for "per session" caching.
- SessionExistsCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the SessionExistsCacheContext service, for "session or not" caching.
- $ SessionExistsCacheContext#sessionConfiguration — Property in class SessionExistsCacheContext
The session configuration.
- SiteCacheContext — Class in namespace Drupal\Core\Cache\Context
Defines the SiteCacheContext service, for "per site" caching.
- DatabaseBackend::set() — Method in class DatabaseBackend
Stores data in the persistent cache.
- DatabaseBackend::setMultiple() — Method in class DatabaseBackend
Store multiple items in the persistent cache.
- DatabaseBackend::schemaDefinition() — Method in class DatabaseBackend
Defines the schema for the {cache_*} bin tables.
- $ DatabaseBackendFactory#settings — Property in class DatabaseBackendFactory
The site settings.
- DatabaseCacheTagsChecksum::schemaDefinition() — Method in class DatabaseCacheTagsChecksum
Defines the schema for the {cachetags} table.
- MemoryBackend::set() — Method in class MemoryBackend
Stores data in the persistent cache.
- MemoryBackend::setMultiple() — Method in class MemoryBackend
Store multiple items in the persistent cache.
- MemoryCache::set() — Method in class MemoryCache
Stores data in the persistent cache.
- MemoryCounterBackend::set() — Method in class MemoryCounterBackend
Stores data in the persistent cache.
- NullBackend::set() — Method in class NullBackend
Stores data in the persistent cache.
- NullBackend::setMultiple() — Method in class NullBackend
Store multiple items in the persistent cache.
- PhpBackend::setMultiple() — Method in class PhpBackend
Store multiple items in the persistent cache.
- PhpBackend::set() — Method in class PhpBackend
Stores data in the persistent cache.
- PhpBackend::storage() — Method in class PhpBackend
Gets the PHP code storage object to use.
- InstallCommand::selectProfile() — Method in class InstallCommand
Selects the install profile to use.
- ServerCommand — Class in namespace Drupal\Core\Command
Runs the PHP webserver for a Drupal site for local testing/development.
- ServerCommand::start() — Method in class ServerCommand
Starts up a webserver with a running Drupal.
- ConditionInterface::summary() — Method in class ConditionInterface
Provides a human readable summary of the condition's configuration.
- ConditionInterface::setExecutableManager() — Method in class ConditionInterface
Sets the executable manager class.
- ConditionPluginBase::submitConfigurationForm() — Method in class ConditionPluginBase
Form submission handler.
- ConditionPluginBase::setConfiguration() — Method in class ConditionPluginBase
Sets the configuration for this plugin instance.
- ConditionPluginBase::setExecutableManager() — Method in class ConditionPluginBase
Sets the executable manager class.
- $ CachedStorage#storage — Property in class CachedStorage
The configuration storage to be cached.
- $ Config#settingsOverrides — Property in class Config
The current settings overrides.
- Config::setData() — Method in class Config
Replaces the data of this configuration object.
- Config::setSettingsOverride() — Method in class Config
Sets settings.php overrides for this configuration object.
- Config::setModuleOverride() — Method in class Config
Sets module overrides for this configuration object.
- Config::setOverriddenData() — Method in class Config
Sets the current data for this configuration object.
- Config::set() — Method in class Config
Sets a value in this configuration object.
- Config::save() — Method in class Config
Saves the configuration object.
- ConfigBase::setName() — Method in class ConfigBase
Sets the name of this configuration object.
- ConfigBase::setData() — Method in class ConfigBase
Replaces the data of this configuration object.
- ConfigBase::set() — Method in class ConfigBase
Sets a value in this configuration object.
- $ ConfigFactory#storage — Property in class ConfigFactory
A storage instance for reading and writing configuration data.
- $ ConfigImporter#storageComparer — Property in class ConfigImporter
The storage comparer used to discover configuration changes.
- ConfigImporter::setProcessedConfiguration() — Method in class ConfigImporter
Sets a change as processed.
- ConfigImporter::setProcessedExtension() — Method in class ConfigImporter
Sets an extension change as processed.
- $ ConfigInstaller#sourceStorage — Property in class ConfigInstaller
The configuration storage that provides the default configuration.
- ConfigInstaller::setSourceStorage() — Method in class ConfigInstaller
Sets the configuration storage that provides the default configuration.
- ConfigInstaller::setSyncing() — Method in class ConfigInstaller
Sets the status of the isSyncing flag.
- ConfigInstallerInterface::setSourceStorage() — Method in class ConfigInstallerInterface
Sets the configuration storage that provides the default configuration.
- ConfigInstallerInterface::setSyncing() — Method in class ConfigInstallerInterface
Sets the status of the isSyncing flag.
- $ ConfigManager#storages — Property in class ConfigManager
The configuration storages keyed by collection name.
- ConfigModuleOverridesEvent::setOverride() — Method in class ConfigModuleOverridesEvent
Sets a configuration override for the given name.
- DatabaseStorage::schemaDefinition() — Method in class DatabaseStorage
Defines the schema for the configuration table.
- ConfigDependencyManager::sortAll() — Method in class ConfigDependencyManager
Sorts the dependencies in order of most dependent last.
- ConfigDependencyManager::setData() — Method in class ConfigDependencyManager
Sets data to calculate dependencies for.
- $ ConfigEntityBase#status — Property in class ConfigEntityBase
The enabled/disabled status of the configuration entity.
- ConfigEntityBase::setOriginalId() — Method in class ConfigEntityBase
Sets the original ID.
- ConfigEntityBase::set() — Method in class ConfigEntityBase
Sets the value of a property.
- ConfigEntityBase::setStatus() — Method in class ConfigEntityBase
Sets the status of the configuration entity.
- ConfigEntityBase::status() — Method in class ConfigEntityBase
Returns whether the configuration entity is enabled.
- ConfigEntityBase::setUninstalling() — Method in class ConfigEntityBase
- {@inheritdoc}
- ConfigEntityBase::sort() — Method in class ConfigEntityBase
Helper callback for uasort() to sort configuration entities by weight and label.
- ConfigEntityBase::setThirdPartySetting() — Method in class ConfigEntityBase
Sets the value of a third-party setting.
- ConfigEntityBase::save() — Method in class ConfigEntityBase
Saves an entity permanently.
- ConfigEntityInterface::setStatus() — Method in class ConfigEntityInterface
Sets the status of the configuration entity.
- ConfigEntityInterface::status() — Method in class ConfigEntityInterface
Returns whether the configuration entity is enabled.
- ConfigEntityInterface::set() — Method in class ConfigEntityInterface
Sets the value of a property.
- ConfigEntityStorage::save() — Method in class ConfigEntityStorage
Implements Drupal\Core\Entity\EntityStorageInterface::save().
- $ ConfigEntityType#static_cache — Property in class ConfigEntityType
- {@inheritdoc}
- DraggableListBuilder::submitForm() — Method in class DraggableListBuilder
Form submission handler.
- ThirdPartySettingsInterface::setThirdPartySetting() — Method in class ThirdPartySettingsInterface
Sets the value of a third-party setting.
- $ ExportStorageManager#storage — Property in class ExportStorageManager
The database storage.
- ImmutableConfig::set() — Method in class ImmutableConfig
Sets a value in this configuration object.
- ImmutableConfig::save() — Method in class ImmutableConfig
Saves the configuration object.
- $ ManagedStorage#storage — Property in class ManagedStorage
The decorated storage.
- $ ReadOnlyStorage#storage — Property in class ReadOnlyStorage
The config storage that we are decorating.
- ArrayElement::set() — Method in class ArrayElement
Sets a property value.
- $ ConfigSchemaDiscovery#schemaStorage — Property in class ConfigSchemaDiscovery
A storage instance for reading configuration schema data.
- Element::setTypedDataManager() — Method in class Element
Sets the typed config manager.
- SchemaCheckTrait — Class in namespace Drupal\Core\Config\Schema
Provides a trait for checking configuration schema.
- $ SchemaCheckTrait#schema — Property in class SchemaCheckTrait
The config schema wrapper object for the configuration object under test.
- SchemaIncompleteException — Class in namespace Drupal\Core\Config\Schema
An exception thrown when a config schema is incomplete.
- Sequence — Class in namespace Drupal\Core\Config\Schema
Defines a configuration element of type Sequence.
- SequenceDataDefinition — Class in namespace Drupal\Core\Config\Schema
A typed data definition class for defining sequences in configuration.
- StorableConfigBase — Class in namespace Drupal\Core\Config
Provides a base class for configuration objects with storage support.
- $ StorableConfigBase#storage — Property in class StorableConfigBase
The storage used to load and save this configuration object.
- $ StorableConfigBase#schemaWrapper — Property in class StorableConfigBase
The config schema wrapper object for this configuration object.
- StorableConfigBase::save() — Method in class StorableConfigBase
Saves the configuration object.
- StorageCacheInterface — Class in namespace Drupal\Core\Config
Defines an interface for cached configuration storage.
- StorageComparer — Class in namespace Drupal\Core\Config
Defines a config storage comparer.
- $ StorageComparer#sourceStorage — Property in class StorageComparer
The source storage used to discover configuration changes.
- $ StorageComparer#sourceStorages — Property in class StorageComparer
The source storages keyed by collection.
- $ StorageComparer#sourceNames — Property in class StorageComparer
Sorted list of all the configuration object names in the source storage.
- $ StorageComparer#sourceCacheStorage — Property in class StorageComparer
A memory cache backend to statically cache source configuration data.
- StorageComparerInterface — Class in namespace Drupal\Core\Config
Defines an interface for comparison of configuration storage objects.
- StorageCopyTrait — Class in namespace Drupal\Core\Config
Utility trait to copy configuration from one storage to another.
- StorageException — Class in namespace Drupal\Core\Config
An exception thrown in case of storage operation errors.
- StorageInterface — Class in namespace Drupal\Core\Config
Defines an interface for configuration storage.
- StorageManagerInterface — Class in namespace Drupal\Core\Config
Interface for a storage manager.
- StorageTransformEvent — Class in namespace Drupal\Core\Config
Class StorageTransformEvent.
- $ StorageTransformEvent#storage — Property in class StorageTransformEvent
The configuration storage which is transformed.
- StorageTransformerException — Class in namespace Drupal\Core\Config
Thrown by config storage transformers if they cannot acquire a lock.
- $ TypedConfigManager#schemaStorage — Property in class TypedConfigManager
A storage instance for reading configuration schema data.
- Psr7RequestValueResolver::supports() — Method in class Psr7RequestValueResolver
- {@inheritdoc}
- RouteMatchValueResolver::supports() — Method in class RouteMatchValueResolver
- {@inheritdoc}
- $ ControllerBase#stateService — Property in class ControllerBase
The state service.
- ControllerBase::state() — Method in class ControllerBase
Returns the state storage service.
- $ Cron#state — Property in class Cron
The state service.
- Cron::setCronLastTime() — Method in class Cron
Records and logs the request time for this cron invocation.
- $ Connection#statementWrapperClass — Property in class Connection
The name of the StatementWrapper class for this connection.
- $ Connection#schema — Property in class Connection
The schema object for this connection.
- Connection::setPrefix() — Method in class Connection
Set the list of prefixes used by this database connection.
- Connection::setTarget() — Method in class Connection
Tells this connection object what its target value is.
- Connection::setKey() — Method in class Connection
Tells this connection object what its key is.
- Connection::setLogger() — Method in class Connection
Associates a logging object with this connection.
- Connection::select() — Method in class Connection
Prepares and returns a SELECT query object.
- Connection::schema() — Method in class Connection
Returns a DatabaseSchema object for manipulating the schema.
- Connection::startTransaction() — Method in class Connection
Returns a new DatabaseTransaction object on this connection.
- Connection::supportsTransactionalDDL() — Method in class Connection
Determines if this driver supports transactional DDL.
- Database::startLog() — Method in class Database
Starts logging a given logging key on the specified connection.
- Database::setActiveConnection() — Method in class Database
Sets the active connection to the specified key.
- Database::setMultipleConnectionInfo() — Method in class Database
Sets connection information for multiple databases.
- Schema — Class in namespace Drupal\Core\Database\Driver\mysql
MySQL implementation of \Drupal\Core\Database\Schema.
- Schema — Class in namespace Drupal\Core\Database\Driver\pgsql
PostgreSQL implementation of \Drupal\Core\Database\Schema.
- Select — Class in namespace Drupal\Core\Database\Driver\pgsql
PostgreSQL implementation of \Drupal\Core\Database\Query\Select.
- Schema — Class in namespace Drupal\Core\Database\Driver\sqlite
SQLite implementation of \Drupal\Core\Database\Schema.
- Select — Class in namespace Drupal\Core\Database\Driver\sqlite
SQLite implementation of \Drupal\Core\Database\Query\Select.
- Statement — Class in namespace Drupal\Core\Database\Driver\sqlite
SQLite implementation of \Drupal\Core\Database\Statement.
- Log::start() — Method in class Log
Begin logging queries to the specified connection and logging key.
- $ Condition#stringVersion — Property in class Condition
Contains the string version of the Condition.
- PagerSelectExtender::setCountQuery() — Method in class PagerSelectExtender
Specify the count query object to use for this pager.
- Select — Class in namespace Drupal\Core\Database\Query
Query builder for SELECT statements.
- SelectExtender — Class in namespace Drupal\Core\Database\Query
The base extender class for Select queries.
- SelectInterface — Class in namespace Drupal\Core\Database\Query
Interface definition for a Select Query object.
- $ ReplicaKillSwitch#settings — Property in class ReplicaKillSwitch
The settings object.
- $ ReplicaKillSwitch#session — Property in class ReplicaKillSwitch
The session.
- Schema — Class in namespace Drupal\Core\Database
Provides a base implementation for Database Schema.
- SchemaException — Class in namespace Drupal\Core\Database
Base exception for Schema-related errors.
- SchemaObjectDoesNotExistException — Class in namespace Drupal\Core\Database
Exception thrown if an object being modified doesn't exist yet.
- SchemaObjectExistsException — Class in namespace Drupal\Core\Database
Exception thrown if an object being created already exists.
- StatementInterface — Class in namespace Drupal\Core\Database
Represents a prepared statement.
- StatementInterface::setFetchMode() — Method in class StatementInterface
Sets the default fetch mode for this statement.
- StatementPrefetch — Class in namespace Drupal\Core\Database
An implementation of StatementInterface that prefetches all data.
- StatementPrefetch::setFetchMode() — Method in class StatementPrefetch
Sets the default fetch mode for this statement.
- StatementWrapper — Class in namespace Drupal\Core\Database
Implementation of StatementInterface encapsulating PDOStatement.
- StatementWrapper::setFetchMode() — Method in class StatementWrapper
Sets the default fetch mode for this statement.
- DateFormatInterface::setPattern() — Method in class DateFormatInterface
Sets the date pattern for this format.
- DateHelper::seconds() — Method in class DateHelper
Constructs an array of seconds.
- DateFormat::setPattern() — Method in class DateFormat
Sets the date pattern for this format.
- DateFormat::sort() — Method in class DateFormat
Helper callback for uasort() to sort configuration entities by weight and label.
- $ FormattedDateDiff#string — Property in class FormattedDateDiff
The actual formatted time difference.
- StackedKernelPass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Provides a compiler pass for stacked HTTP kernels.
- StackedSessionHandlerPass — Class in namespace Drupal\Core\DependencyInjection\Compiler
Provides a compiler pass for stacked session save handlers.
- Container::set() — Method in class Container
- {@inheritdoc}
- ContainerBuilder::shareService() — Method in class ContainerBuilder
A 1to1 copy of parent::shareService.
- ContainerBuilder::set() — Method in class ContainerBuilder
Overrides Symfony\Component\DependencyInjection\ContainerBuilder::set().
- ContainerBuilder::setAlias() — Method in class ContainerBuilder
- {@inheritdoc}
- ContainerBuilder::setDefinition() — Method in class ContainerBuilder
- {@inheritdoc}
- ContainerBuilder::setParameter() — Method in class ContainerBuilder
- {@inheritdoc}
- ServiceModifierInterface — Class in namespace Drupal\Core\DependencyInjection
Interface that service providers can implement to modify services.
- ServiceProviderBase — Class in namespace Drupal\Core\DependencyInjection
Base service provider implementation.
- ServiceProviderInterface — Class in namespace Drupal\Core\DependencyInjection
Interface that all service providers must implement.
- ContextAwareVariantInterface::setContexts() — Method in class ContextAwareVariantInterface
Sets the context values for this display variant.
- PageVariantInterface::setMainContent() — Method in class PageVariantInterface
Sets the main content for the page being rendered.
- PageVariantInterface::setTitle() — Method in class PageVariantInterface
Sets the title for the page being rendered.
- VariantBase::setWeight() — Method in class VariantBase
Sets the weight of the display variant.
- VariantBase::setConfiguration() — Method in class VariantBase
Sets the configuration for this plugin instance.
- VariantBase::submitConfigurationForm() — Method in class VariantBase
Form submission handler.
- VariantInterface::setWeight() — Method in class VariantInterface
Sets the weight of the display variant.
- $ DrupalKernel#serviceYamls — Property in class DrupalKernel
List of discovered services.yml pathnames.
- $ DrupalKernel#serviceProviderClasses — Property in class DrupalKernel
List of discovered service provider class names or objects.
- $ DrupalKernel#serviceProviders — Property in class DrupalKernel
List of instantiated service provider classes.
- $ DrupalKernel#sitePath — Property in class DrupalKernel
The site directory.
- DrupalKernel::setSitePath() — Method in class DrupalKernel
Set the current site path.
- DrupalKernel::shutdown() — Method in class DrupalKernel
Shuts down the kernel.
- DrupalKernel::setContainer() — Method in class DrupalKernel
- {@inheritdoc}
- DrupalKernel::setupTrustedHosts() — Method in class DrupalKernel
Sets up the lists of trusted HTTP Host headers.
- DrupalKernelInterface::shutdown() — Method in class DrupalKernelInterface
Shuts down the kernel.
- DrupalKernelInterface::setSitePath() — Method in class DrupalKernelInterface
Set the current site path.
- ContentEntityBase::setNewRevision() — Method in class ContentEntityBase
Enforces an entity to be saved as a new revision.
- ContentEntityBase::setRevisionTranslationAffected() — Method in class ContentEntityBase
Marks the current revision translation as affected.
- ContentEntityBase::setRevisionTranslationAffectedEnforced() — Method in class ContentEntityBase
Enforces the revision translation affected flag value.
- ContentEntityBase::setValidationRequired() — Method in class ContentEntityBase
Sets whether entity validation is required before saving the entity.
- ContentEntityBase::set() — Method in class ContentEntityBase
Sets a field value.
- ContentEntityBase::setDefaultLangcode() — Method in class ContentEntityBase
Populates the local cache for the default language code.
- ContentEntityConfirmFormBase::save() — Method in class ContentEntityConfirmFormBase
Form submission handler for the 'save' action.
- ContentEntityDeleteForm::submitForm() — Method in class ContentEntityDeleteForm
Form submission handler.
- ContentEntityForm::submitForm() — Method in class ContentEntityForm
Form submission handler.
- ContentEntityForm::setFormDisplay() — Method in class ContentEntityForm
Sets the form display.
- ContentEntityForm::showRevisionUi() — Method in class ContentEntityForm
Checks whether the revision form fields should be added to the form.
- ContentEntityFormInterface::setFormDisplay() — Method in class ContentEntityFormInterface
Sets the form display.
- ContentEntityNullStorage::save() — Method in class ContentEntityNullStorage
Saves the entity permanently.
- ContentEntityStorageBase::setPersistentCache() — Method in class ContentEntityStorageBase
Stores entities in the persistent cache backend.
- ContentEntityType::setRevisionMetadataKey() — Method in class ContentEntityType
Sets a revision metadata key.
- ContentEntityTypeInterface::setRevisionMetadataKey() — Method in class ContentEntityTypeInterface
Sets a revision metadata key.
- EntityDisplayInterface::setComponent() — Method in class EntityDisplayInterface
Sets the display options for a component.
- EntityDisplayInterface::setTargetBundle() — Method in class EntityDisplayInterface
Sets the bundle to be displayed.
- EntityAccessControlHandler::setCache() — Method in class EntityAccessControlHandler
Statically caches whether the given user has access.
- EntityAccessControlHandlerInterface::setModuleHandler() — Method in class EntityAccessControlHandlerInterface
Sets the module handler for this access control handler.
- $ EntityAutocompleteMatcher#selectionManager — Property in class EntityAutocompleteMatcher
The entity reference selection handler plugin manager.
- EntityBase::save() — Method in class EntityBase
Saves an entity permanently.
- EntityBase::setOriginalId() — Method in class EntityBase
Sets the original ID.
- EntityChangedInterface::setChangedTime() — Method in class EntityChangedInterface
Sets the timestamp of the last entity change for the current translation.
- EntityChangedTrait::setChangedTime() — Method in class EntityChangedTrait
Sets the timestamp of the last entity change for the current translation.
- EntityConfirmFormBase::save() — Method in class EntityConfirmFormBase
Form submission handler for the 'save' action.
- EntityConstraintViolationList::set() — Method in class EntityConstraintViolationList
- {@inheritdoc}
- EntityDeleteFormTrait::submitForm() — Method in class EntityDeleteFormTrait
- {@inheritdoc}
- EntityDescriptionInterface::setDescription() — Method in class EntityDescriptionInterface
Sets the entity description.
- $ EntityDisplayBase#status — Property in class EntityDisplayBase
Whether this display is enabled or not. If the entity (form) display is disabled, we'll fall back to the 'default' display.
- EntityDisplayBase::setTargetBundle() — Method in class EntityDisplayBase
Sets the bundle to be displayed.
- EntityDisplayBase::setComponent() — Method in class EntityDisplayBase
Sets the display options for a component.
- $ EntityDisplayModeBase#status — Property in class EntityDisplayModeBase
Whether or not this form or view mode has custom settings by default.
- EntityDisplayModeBase::sort() — Method in class EntityDisplayModeBase
Helper callback for uasort() to sort configuration entities by weight and label.
- EntityDisplayModeBase::setTargetType() — Method in class EntityDisplayModeBase
Set the entity type this display mode is used for.
- EntityDisplayModeInterface::setTargetType() — Method in class EntityDisplayModeInterface
Set the entity type this display mode is used for.
- EntityFieldManager::setFieldMap() — Method in class EntityFieldManager
Sets a lightweight map of fields across bundles.
- EntityFieldManagerInterface::setFieldMap() — Method in class EntityFieldManagerInterface
Sets a lightweight map of fields across bundles.
- EntityForm::setOperation() — Method in class EntityForm
Sets the operation for this form.
- EntityForm::submitForm() — Method in class EntityForm
Form submission handler.
- EntityForm::save() — Method in class EntityForm
Form submission handler for the 'save' action.
- EntityForm::setEntity() — Method in class EntityForm
Sets the form entity.
- EntityForm::setModuleHandler() — Method in class EntityForm
Sets the module handler for this form.
- EntityForm::setEntityTypeManager() — Method in class EntityForm
Sets the entity type manager for this form.
- EntityFormInterface::setOperation() — Method in class EntityFormInterface
Sets the operation for this form.
- EntityFormInterface::setEntity() — Method in class EntityFormInterface
Sets the form entity.
- EntityFormInterface::save() — Method in class EntityFormInterface
Form submission handler for the 'save' action.
- EntityFormInterface::setStringTranslation() — Method in class EntityFormInterface
Sets the string translation service for this form.
- EntityFormInterface::setModuleHandler() — Method in class EntityFormInterface
Sets the module handler for this form.
- EntityFormInterface::setEntityTypeManager() — Method in class EntityFormInterface
Sets the entity type manager for this form.
- EntityHandlerBase::setModuleHandler() — Method in class EntityHandlerBase
Sets the module handler for this handler.
- EntityInterface::save() — Method in class EntityInterface
Saves an entity permanently.
- EntityInterface::setOriginalId() — Method in class EntityInterface
Sets the original ID.
- EntityLastInstalledSchemaRepository::setLastInstalledDefinition() — Method in class EntityLastInstalledSchemaRepository
Stores the entity type definition in the application state.
- EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions() — Method in class EntityLastInstalledSchemaRepository
Stores the entity type's field storage definitions in the application state.
- EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition() — Method in class EntityLastInstalledSchemaRepository
Stores the field storage definition in the application state.
- EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition() — Method in class EntityLastInstalledSchemaRepositoryInterface
Stores the entity type definition in the application state.
- EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions() — Method in class EntityLastInstalledSchemaRepositoryInterface
Stores the entity type's field storage definitions in the application state.
- EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition() — Method in class EntityLastInstalledSchemaRepositoryInterface
Stores the field storage definition in the application state.
- $ EntityListBuilder#storage — Property in class EntityListBuilder
The entity storage class.
- EntityPublishedInterface::setPublished() — Method in class EntityPublishedInterface
Sets the entity as published.
- EntityPublishedInterface::setUnpublished() — Method in class EntityPublishedInterface
Sets the entity as unpublished.
- EntityPublishedTrait::setPublished() — Method in class EntityPublishedTrait
- {@inheritdoc}
- EntityPublishedTrait::setUnpublished() — Method in class EntityPublishedTrait
- {@inheritdoc}
- SelectionInterface — Class in namespace Drupal\Core\Entity\EntityReferenceSelection
Interface definition for Entity Reference Selection plugins.
- SelectionPluginBase — Class in namespace Drupal\Core\Entity\EntityReferenceSelection
Provides a base class for configurable selection handlers.
- SelectionPluginBase::setConfiguration() — Method in class SelectionPluginBase
Sets the configuration for this plugin instance.
- SelectionPluginBase::submitConfigurationForm() — Method in class SelectionPluginBase
Form submission handler.
- SelectionPluginManager — Class in namespace Drupal\Core\Entity\EntityReferenceSelection
Plugin type manager for Entity Reference Selection plugins.
- SelectionPluginManagerInterface — Class in namespace Drupal\Core\Entity\EntityReferenceSelection
Defines an interface for the entity reference selection plugin manager.
- SelectionWithAutocreateInterface — Class in namespace Drupal\Core\Entity\EntityReferenceSelection
Interface for Selection plugins that support newly created entities.
- EntityResolverManager::setParametersFromReflection() — Method in class EntityResolverManager
Sets the upcasting information using reflection.
- EntityResolverManager::setParametersFromEntityInformation() — Method in class EntityResolverManager
Sets the upcasting information using the entity* route defaults.
- EntityResolverManager::setRouteOptions() — Method in class EntityResolverManager
Set the upcasting route objects.
- EntityStorageBase::setStaticCache() — Method in class EntityStorageBase
Stores entities in the static entity cache.
- EntityStorageBase::save() — Method in class EntityStorageBase
Saves the entity permanently.
- EntityStorageInterface::save() — Method in class EntityStorageInterface
Saves the entity permanently.
- $ EntityType#static_cache — Property in class EntityType
Indicates whether entities should be statically cached.
- $ EntityType#show_revision_ui — Property in class EntityType
Indicates whether the revision form fields should be added to the form.
- EntityType::set() — Method in class EntityType
Sets a value to an arbitrary property.
- EntityType::setClass() — Method in class EntityType
Sets the class.
- EntityType::setHandlerClass() — Method in class EntityType
Sets the handlers for a given type.
- EntityType::setStorageClass() — Method in class EntityType
Sets the storage class.
- EntityType::setFormClass() — Method in class EntityType
Sets a form class for a specific operation.
- EntityType::setListBuilderClass() — Method in class EntityType
Sets the list class.
- EntityType::setViewBuilderClass() — Method in class EntityType
Gets the view builder class.
- EntityType::setAccessClass() — Method in class EntityType
Sets the access control handler class.
- EntityType::setLinkTemplate() — Method in class EntityType
Sets a single link template.
- EntityType::showRevisionUi() — Method in class EntityType
Indicates whether the revision form fields should be added to the form.
- EntityType::setUriCallback() — Method in class EntityType
Sets a callable to use to provide the entity URI.
- EntityType::setConstraints() — Method in class EntityType
Sets the array of validation constraints for the FieldItemList.
- EntityTypeInterface::set() — Method in class EntityTypeInterface
Sets a value to an arbitrary property.
- EntityTypeInterface::setStorageClass() — Method in class EntityTypeInterface
Sets the storage class.
- EntityTypeInterface::setFormClass() — Method in class EntityTypeInterface
Sets a form class for a specific operation.
- EntityTypeInterface::setListBuilderClass() — Method in class EntityTypeInterface
Sets the list class.
- EntityTypeInterface::setViewBuilderClass() — Method in class EntityTypeInterface
Gets the view builder class.
- EntityTypeInterface::setAccessClass() — Method in class EntityTypeInterface
Sets the access control handler class.
- EntityTypeInterface::setHandlerClass() — Method in class EntityTypeInterface
Sets the handlers for a given type.
- EntityTypeInterface::setLinkTemplate() — Method in class EntityTypeInterface
Sets a single link template.
- EntityTypeInterface::showRevisionUi() — Method in class EntityTypeInterface
Indicates whether the revision form fields should be added to the form.
- EntityTypeInterface::setUriCallback() — Method in class EntityTypeInterface
Sets a callable to use to provide the entity URI.
- EntityTypeInterface::setConstraints() — Method in class EntityTypeInterface
Sets the array of validation constraints for the FieldItemList.
- $ EntityTypeManager#stringTranslation — Property in class EntityTypeManager
The string translation service.
- $ EntityViewBuilder#singleFieldDisplays — Property in class EntityViewBuilder
The EntityViewDisplay objects created for individual field rendering.
- FieldableEntityInterface::set() — Method in class FieldableEntityInterface
Sets a field value.
- FieldableEntityInterface::setValidationRequired() — Method in class FieldableEntityInterface
Sets whether entity validation is required before saving the entity.
- $ DeleteMultipleForm#selection — Property in class DeleteMultipleForm
The selection, in the entity_id => langcodes format.
- DeleteMultipleForm::submitForm() — Method in class DeleteMultipleForm
Form submission handler.
- KeyValueEntityStorage::save() — Method in class KeyValueEntityStorage
Saves the entity permanently.
- EntityBundle::submitConfigurationForm() — Method in class EntityBundle
Form submission handler.
- EntityBundle::summary() — Method in class EntityBundle
Provides a human readable summary of the condition's configuration.
- ConfigEntityAdapter::set() — Method in class ConfigEntityAdapter
Sets a property value.
- ConfigEntityAdapter::setTypedDataManager() — Method in class ConfigEntityAdapter
Sets the typed data manager.
- EntityAdapter::setValue() — Method in class EntityAdapter
Sets the data value.
- EntityAdapter::set() — Method in class EntityAdapter
Sets a property value.
- EntityReference::setValue() — Method in class EntityReference
Sets the data value.
- $ ValidReferenceConstraintValidator#selectionManager — Property in class ValidReferenceConstraintValidator
The selection plugin manager.
- QueryAggregateInterface::sortAggregate() — Method in class QueryAggregateInterface
Sorts by an aggregated value.
- $ QueryBase#sort — Property in class QueryBase
The list of sorts.
- $ QueryBase#sortAggregate — Property in class QueryBase
The list of sorts over the aggregate results.
- QueryBase::sort() — Method in class QueryBase
Sorts the result set by a given field.
- QueryBase::sortAggregate() — Method in class QueryBase
- {@inheritdoc}
- QueryInterface::sort() — Method in class QueryInterface
Sorts the result set by a given field.
- $ Query#sqlQuery — Property in class Query
The build sql select query.
- $ Query#sqlFields — Property in class Query
An array of fields keyed by the field alias.
- $ Query#sqlGroupBy — Property in class Query
An array of strings added as to the group by, keyed by the string to avoid duplicates.
- $ QueryAggregate#sqlExpressions — Property in class QueryAggregate
Stores the sql expressions used to build the sql query.
- $ Tables#sqlQuery — Property in class Tables
- RevisionLogEntityTrait::setRevisionCreationTime() — Method in class RevisionLogEntityTrait
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionCreationTime().
- RevisionLogEntityTrait::setRevisionUser() — Method in class RevisionLogEntityTrait
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser().
- RevisionLogEntityTrait::setRevisionUserId() — Method in class RevisionLogEntityTrait
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId().
- RevisionLogEntityTrait::setRevisionLogMessage() — Method in class RevisionLogEntityTrait
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionLogMessage().
- RevisionLogInterface::setRevisionCreationTime() — Method in class RevisionLogInterface
Sets the entity revision creation timestamp.
- RevisionLogInterface::setRevisionUser() — Method in class RevisionLogInterface
Sets the entity revision author.
- RevisionLogInterface::setRevisionUserId() — Method in class RevisionLogInterface
Sets the entity revision author by ID.
- RevisionLogInterface::setRevisionLogMessage() — Method in class RevisionLogInterface
Sets the entity revision log message.
- RevisionableEntityBundleInterface::shouldCreateNewRevision() — Method in class RevisionableEntityBundleInterface
Gets whether a new revision should be created by default.
- RevisionableInterface::setNewRevision() — Method in class RevisionableInterface
Enforces an entity to be saved as a new revision.
- DefaultTableMapping::setFieldNames() — Method in class DefaultTableMapping
Adds field columns for a table to the table mapping.
- DefaultTableMapping::setExtraColumns() — Method in class DefaultTableMapping
Adds extra columns for a table to the table mapping.
- SqlContentEntityStorage — Class in namespace Drupal\Core\Entity\Sql
A content entity database storage implementation.
- $ SqlContentEntityStorage#storageSchema — Property in class SqlContentEntityStorage
The entity type's storage schema object.
- SqlContentEntityStorage::setEntityType() — Method in class SqlContentEntityStorage
Updates the wrapped entity type definition.
- SqlContentEntityStorage::setFieldStorageDefinitions() — Method in class SqlContentEntityStorage
Updates the internal list of field storage definitions.
- SqlContentEntityStorage::setTableMapping() — Method in class SqlContentEntityStorage
Sets the wrapped table mapping definition.
- SqlContentEntityStorage::setTemporary() — Method in class SqlContentEntityStorage
Changes the temporary state of the storage.
- SqlContentEntityStorage::save() — Method in class SqlContentEntityStorage
Saves the entity permanently.
- SqlContentEntityStorage::saveToSharedTables() — Method in class SqlContentEntityStorage
Saves fields that use the shared tables.
- SqlContentEntityStorage::saveRevision() — Method in class SqlContentEntityStorage
Saves an entity revision.
- SqlContentEntityStorage::saveToDedicatedTables() — Method in class SqlContentEntityStorage
Saves values of fields that use dedicated tables.
- SqlContentEntityStorageException — Class in namespace Drupal\Core\Entity\Sql
Exception thrown when a SQL storage operation fails.
- SqlContentEntityStorageSchema — Class in namespace Drupal\Core\Entity\Sql
Defines a schema handler that supports revisionable, translatable entities.
- $ SqlContentEntityStorageSchema#storage — Property in class SqlContentEntityStorageSchema
The storage object for the given entity type.
- $ SqlContentEntityStorageSchema#schema — Property in class SqlContentEntityStorageSchema
A static cache of the generated schema array.
- SqlContentEntityStorageSchema::saveEntitySchemaData() — Method in class SqlContentEntityStorageSchema
Stores schema data for the given entity type definition.
- SqlContentEntityStorageSchema::saveFieldSchemaData() — Method in class SqlContentEntityStorageSchema
Stores schema data for the given field storage definition.
- SqlEntityStorageInterface — Class in namespace Drupal\Core\Entity\Sql
A common interface for SQL-based entity storage implementations.
- SqlFieldableEntityTypeListenerTrait — Class in namespace Drupal\Core\Entity\Sql
Helper methods for EntityTypeListenerInterface.
- SynchronizableEntityTrait — Class in namespace Drupal\Core\Entity
Provides a trait for accessing synchronization information.
- SynchronizableEntityTrait::setSyncing() — Method in class SynchronizableEntityTrait
- {@inheritdoc}
- SynchronizableInterface — Class in namespace Drupal\Core\Entity
Defines methods for an entity that supports synchronization.
- SynchronizableInterface::setSyncing() — Method in class SynchronizableInterface
Sets the status of the synchronization flag.
- TranslatableRevisionableInterface::setRevisionTranslationAffected() — Method in class TranslatableRevisionableInterface
Marks the current revision translation as affected.
- TranslatableRevisionableInterface::setRevisionTranslationAffectedEnforced() — Method in class TranslatableRevisionableInterface
Enforces the revision translation affected flag value.
- EntityDataDefinition::setEntityTypeId() — Method in class EntityDataDefinition
Sets the entity type ID.
- EntityDataDefinition::setBundles() — Method in class EntityDataDefinition
Sets the array of possible entity bundles.
- EntityDataDefinitionInterface::setEntityTypeId() — Method in class EntityDataDefinitionInterface
Sets the entity type ID.
- EntityDataDefinitionInterface::setBundles() — Method in class EntityDataDefinitionInterface
Sets the array of possible entity bundles.
- ActiveLinkResponseFilter::setLinkActiveClass() — Method in class ActiveLinkResponseFilter
Sets the "is-active" class on relevant links.
- $ ConfigSnapshotSubscriber#sourceStorage — Property in class ConfigSnapshotSubscriber
The source storage used to discover configuration changes.
- $ ConfigSnapshotSubscriber#snapshotStorage — Property in class ConfigSnapshotSubscriber
The snapshot storage used to write configuration changes.
- FinalExceptionSubscriber::simplifyFileInError() — Method in class FinalExceptionSubscriber
Attempts to reduce error verbosity in the error message's file path.
- FinishResponseSubscriber::setResponseNotCacheable() — Method in class FinishResponseSubscriber
Add Cache-Control and Expires headers to a response which is not cacheable.
- FinishResponseSubscriber::setResponseCacheable() — Method in class FinishResponseSubscriber
Add Cache-Control and Expires headers to a cacheable response.
- FinishResponseSubscriber::setCacheControlNoCache() — Method in class FinishResponseSubscriber
Disable caching in the browser and for HTTP/1.1 proxies and clients.
- FinishResponseSubscriber::setExpiresNoCache() — Method in class FinishResponseSubscriber
Disable caching in ancient browsers and for HTTP/1.0 proxies and clients.
- $ KernelDestructionSubscriber#services — Property in class KernelDestructionSubscriber
Holds an array of service ID's that will require destruction.
- $ PathRootsSubscriber#state — Property in class PathRootsSubscriber
The state key value store.
- SpecialAttributesRouteSubscriber — Class in namespace Drupal\Core\EventSubscriber
Provides a route subscriber which checks for invalid pattern variables.
- ExecutablePluginBase::setConfig() — Method in class ExecutablePluginBase
Sets the value of a particular configuration option.
- $ RecursiveExtensionFilterIterator#skippedFolders — Property in class RecursiveExtensionFilterIterator
List of directory names to skip when recursing.
- $ Extension#splFileInfo — Property in class Extension
An SplFileInfo instance for the extension's info file.
- $ ExtensionDiscovery#sitePath — Property in class ExtensionDiscovery
The site path.
- ExtensionDiscovery::scan() — Method in class ExtensionDiscovery
Discovers available extensions of a given type.
- ExtensionDiscovery::setProfileDirectoriesFromSettings() — Method in class ExtensionDiscovery
Sets installation profile directories based on current site settings.
- ExtensionDiscovery::setProfileDirectories() — Method in class ExtensionDiscovery
Sets explicit profile directories to scan.
- ExtensionDiscovery::sort() — Method in class ExtensionDiscovery
Sorts the discovered extensions.
- ExtensionDiscovery::scanDirectory() — Method in class ExtensionDiscovery
Recursively scans a base directory for the extensions it contains.
- $ ExtensionList#state — Property in class ExtensionList
The state store.
- ExtensionList::setPathname() — Method in class ExtensionList
Sets the pathname for an extension.
- ExtensionList::sortByName() — Method in class ExtensionList
Array sorting callback; sorts extensions by their name.
- ModuleHandler::setModuleList() — Method in class ModuleHandler
Sets an explicit list of currently active modules.
- ModuleHandlerInterface::setModuleList() — Method in class ModuleHandlerInterface
Sets an explicit list of currently active modules.
- $ ThemeInstaller#state — Property in class ThemeInstaller
- $ BaseFieldDefinition#schema — Property in class BaseFieldDefinition
The field schema.
- BaseFieldDefinition::setName() — Method in class BaseFieldDefinition
Sets the field name.
- BaseFieldDefinition::setSettings() — Method in class BaseFieldDefinition
Sets the array of settings, as required by the used class.
- BaseFieldDefinition::setSetting() — Method in class BaseFieldDefinition
Sets a definition setting.
- BaseFieldDefinition::setProvider() — Method in class BaseFieldDefinition
Sets the name of the provider of this field.
- BaseFieldDefinition::setTranslatable() — Method in class BaseFieldDefinition
Sets whether the field is translatable.
- BaseFieldDefinition::setRevisionable() — Method in class BaseFieldDefinition
Sets whether the field is revisionable.
- BaseFieldDefinition::setCardinality() — Method in class BaseFieldDefinition
Sets the maximum number of items allowed for the field.
- BaseFieldDefinition::setPropertyConstraints() — Method in class BaseFieldDefinition
Sets constraints for a given field item property.
- BaseFieldDefinition::setDisplayOptions() — Method in class BaseFieldDefinition
Sets the display options for the field in forms or rendered entities.
- BaseFieldDefinition::setDisplayConfigurable() — Method in class BaseFieldDefinition
Sets whether the display for the field can be configured.
- BaseFieldDefinition::setDefaultValue() — Method in class BaseFieldDefinition
- {@inheritdoc}
- BaseFieldDefinition::setDefaultValueCallback() — Method in class BaseFieldDefinition
- {@inheritdoc}
- BaseFieldDefinition::setInitialValue() — Method in class BaseFieldDefinition
Sets an initial value for the field.
- BaseFieldDefinition::setInitialValueFromField() — Method in class BaseFieldDefinition
Sets a field that will be used for getting initial values.
- BaseFieldDefinition::setTargetEntityTypeId() — Method in class BaseFieldDefinition
Sets the ID of the type of the entity this field is attached to.
- BaseFieldDefinition::setTargetBundle() — Method in class BaseFieldDefinition
Sets the bundle this field is defined for.
- BaseFieldDefinition::setCustomStorage() — Method in class BaseFieldDefinition
Sets the storage behavior for this field.
- BaseFieldDefinition::setDeleted() — Method in class BaseFieldDefinition
Sets whether the field storage is deleted.
- BaseFieldDefinition::setStorageRequired() — Method in class BaseFieldDefinition
Sets whether the field storage is required.
- $ DeletedFieldsRepository#state — Property in class DeletedFieldsRepository
The state key/value store.
- $ FieldConfigBase#settings — Property in class FieldConfigBase
Field-type specific settings.
- FieldConfigBase::setLabel() — Method in class FieldConfigBase
Sets the field definition label.
- FieldConfigBase::setDescription() — Method in class FieldConfigBase
Sets a human readable description.
- FieldConfigBase::setTranslatable() — Method in class FieldConfigBase
Sets whether the field is translatable.
- FieldConfigBase::setSettings() — Method in class FieldConfigBase
Sets field settings.
- FieldConfigBase::setSetting() — Method in class FieldConfigBase
Sets the value for a field setting by name.
- FieldConfigBase::setRequired() — Method in class FieldConfigBase
Sets whether the field can be empty.
- FieldConfigBase::setDefaultValue() — Method in class FieldConfigBase
Sets a default value.
- FieldConfigBase::setDefaultValueCallback() — Method in class FieldConfigBase
Sets a custom default value callback.
- FieldConfigBase::setConstraints() — Method in class FieldConfigBase
Sets the array of validation constraints for the FieldItemList.
- FieldConfigBase::setPropertyConstraints() — Method in class FieldConfigBase
Sets constraints for a given field item property.
- FieldConfigInterface::setLabel() — Method in class FieldConfigInterface
Sets the field definition label.
- FieldConfigInterface::setDescription() — Method in class FieldConfigInterface
Sets a human readable description.
- FieldConfigInterface::setTranslatable() — Method in class FieldConfigInterface
Sets whether the field is translatable.
- FieldConfigInterface::setSettings() — Method in class FieldConfigInterface
Sets field settings.
- FieldConfigInterface::setSetting() — Method in class FieldConfigInterface
Sets the value for a field setting by name.
- FieldConfigInterface::setRequired() — Method in class FieldConfigInterface
Sets whether the field can be empty.
- FieldConfigInterface::setDefaultValue() — Method in class FieldConfigInterface
Sets a default value.
- FieldConfigInterface::setDefaultValueCallback() — Method in class FieldConfigInterface
Sets a custom default value callback.
- FieldConfigInterface::setPropertyConstraints() — Method in class FieldConfigInterface
Sets constraints for a given field item property.
- FieldConfigInterface::setConstraints() — Method in class FieldConfigInterface
Sets the array of validation constraints for the FieldItemList.
- FieldDefinition::setTargetBundle() — Method in class FieldDefinition
Set the target bundle.
- FieldDefinition::setDisplayConfigurable() — Method in class FieldDefinition
Sets whether the display for the field can be configured.
- FieldDefinition::setDisplayOptions() — Method in class FieldDefinition
Sets the display options for the field in forms or rendered entities.
- FieldDefinition::setDefaultValueCallback() — Method in class FieldDefinition
Set the default value callback for the field.
- FieldDefinition::setDefaultValue() — Method in class FieldDefinition
Set a default value for the field.
- FieldDefinition::setTranslatable() — Method in class FieldDefinition
Sets whether the field is translatable.
- FieldDefinition::setFieldStorageDefinition() — Method in class FieldDefinition
Set the field storage definition.
- FieldDefinition::setSetting() — Method in class FieldDefinition
Sets a definition setting.
- FieldDefinition::setSettings() — Method in class FieldDefinition
Sets the array of settings, as required by the used class.
- FieldItemBase::setValue() — Method in class FieldItemBase
Overrides \Drupal\Core\TypedData\TypedData::setValue().
- FieldItemBase::storageSettingsForm() — Method in class FieldItemBase
Returns a form for the storage-level settings.
- FieldItemBase::storageSettingsToConfigData() — Method in class FieldItemBase
Returns a settings array that can be stored as a configuration value.
- FieldItemBase::storageSettingsFromConfigData() — Method in class FieldItemBase
Returns a settings array in the field type's canonical representation.
- FieldItemInterface::schema() — Method in class FieldItemInterface
Returns the schema for the field.
- FieldItemInterface::storageSettingsToConfigData() — Method in class FieldItemInterface
Returns a settings array that can be stored as a configuration value.
- FieldItemInterface::storageSettingsFromConfigData() — Method in class FieldItemInterface
Returns a settings array in the field type's canonical representation.
- FieldItemInterface::storageSettingsForm() — Method in class FieldItemInterface
Returns a form for the storage-level settings.
- FieldItemList::setLangcode() — Method in class FieldItemList
Sets the langcode of the field values held in the object.
- FieldItemList::setValue() — Method in class FieldItemList
Overrides \Drupal\Core\TypedData\TypedData::setValue().
- FieldItemListInterface::setLangcode() — Method in class FieldItemListInterface
Sets the langcode of the field values held in the object.
- FieldStorageDefinitionInterface::setTranslatable() — Method in class FieldStorageDefinitionInterface
Sets whether the field supports translation.
- $ FormatterBase#settings — Property in class FormatterBase
The formatter settings.
- FormatterBase::settingsForm() — Method in class FormatterBase
Returns a form to configure settings for the formatter.
- FormatterBase::settingsSummary() — Method in class FormatterBase
Returns a short summary for the current formatter settings.
- FormatterInterface::settingsForm() — Method in class FormatterInterface
Returns a form to configure settings for the formatter.
- FormatterInterface::settingsSummary() — Method in class FormatterInterface
Returns a short summary for the current formatter settings.
- $ PluginSettingsBase#settings — Property in class PluginSettingsBase
The plugin settings.
- PluginSettingsBase::setSettings() — Method in class PluginSettingsBase
Sets the settings for the plugin.
- PluginSettingsBase::setSetting() — Method in class PluginSettingsBase
Sets the value of a setting for the plugin.
- PluginSettingsBase::setThirdPartySetting() — Method in class PluginSettingsBase
Sets the value of a third-party setting.
- PluginSettingsInterface::setSettings() — Method in class PluginSettingsInterface
Sets the settings for the plugin.
- PluginSettingsInterface::setSetting() — Method in class PluginSettingsInterface
Sets the value of a setting for the plugin.
- BooleanFormatter::settingsForm() — Method in class BooleanFormatter
Returns a form to configure settings for the formatter.
- BooleanFormatter::settingsSummary() — Method in class BooleanFormatter
Returns a short summary for the current formatter settings.
- DecimalFormatter::settingsForm() — Method in class DecimalFormatter
Returns a form to configure settings for the formatter.
- EntityReferenceEntityFormatter::settingsForm() — Method in class EntityReferenceEntityFormatter
Returns a form to configure settings for the formatter.
- EntityReferenceEntityFormatter::settingsSummary() — Method in class EntityReferenceEntityFormatter
Returns a short summary for the current formatter settings.
- EntityReferenceLabelFormatter::settingsForm() — Method in class EntityReferenceLabelFormatter
Returns a form to configure settings for the formatter.
- EntityReferenceLabelFormatter::settingsSummary() — Method in class EntityReferenceLabelFormatter
Returns a short summary for the current formatter settings.
- LanguageFormatter::settingsForm() — Method in class LanguageFormatter
Returns a form to configure settings for the formatter.
- LanguageFormatter::settingsSummary() — Method in class LanguageFormatter
Returns a short summary for the current formatter settings.
- NumericFormatterBase::settingsForm() — Method in class NumericFormatterBase
Returns a form to configure settings for the formatter.
- NumericFormatterBase::settingsSummary() — Method in class NumericFormatterBase
Returns a short summary for the current formatter settings.
- StringFormatter — Class in namespace Drupal\Core\Field\Plugin\Field\FieldFormatter
Plugin implementation of the 'string' formatter.
- StringFormatter::settingsForm() — Method in class StringFormatter
Returns a form to configure settings for the formatter.
- StringFormatter::settingsSummary() — Method in class StringFormatter
Returns a short summary for the current formatter settings.
- TimestampAgoFormatter::settingsForm() — Method in class TimestampAgoFormatter
Returns a form to configure settings for the formatter.
- TimestampAgoFormatter::settingsSummary() — Method in class TimestampAgoFormatter
Returns a short summary for the current formatter settings.
- TimestampFormatter::settingsForm() — Method in class TimestampFormatter
Returns a form to configure settings for the formatter.
- TimestampFormatter::settingsSummary() — Method in class TimestampFormatter
Returns a short summary for the current formatter settings.
- BooleanItem::schema() — Method in class BooleanItem
Returns the schema for the field.
- DecimalItem::schema() — Method in class DecimalItem
Returns the schema for the field.
- DecimalItem::storageSettingsForm() — Method in class DecimalItem
Returns a form for the storage-level settings.
- EmailItem::schema() — Method in class EmailItem
Returns the schema for the field.
- EntityReferenceItem::schema() — Method in class EntityReferenceItem
Returns the schema for the field.
- EntityReferenceItem::setValue() — Method in class EntityReferenceItem
Overrides \Drupal\Core\TypedData\TypedData::setValue().
- EntityReferenceItem::storageSettingsForm() — Method in class EntityReferenceItem
Returns a form for the storage-level settings.
- EntityReferenceItem::settingsAjax() — Method in class EntityReferenceItem
Ajax callback for the handler settings form.
- EntityReferenceItem::settingsAjaxSubmit() — Method in class EntityReferenceItem
Submit handler for the non-JS case.
- FloatItem::schema() — Method in class FloatItem
Returns the schema for the field.
- IntegerItem::schema() — Method in class IntegerItem
Returns the schema for the field.
- LanguageItem::schema() — Method in class LanguageItem
Returns the schema for the field.
- LanguageItem::setValue() — Method in class LanguageItem
Overrides \Drupal\Core\TypedData\TypedData::setValue().
- MapItem::schema() — Method in class MapItem
Returns the schema for the field.
- MapItem::setValue() — Method in class MapItem
Overrides \Drupal\Core\TypedData\TypedData::setValue().
- StringItem — Class in namespace Drupal\Core\Field\Plugin\Field\FieldType
Defines the 'string' entity field type.
- StringItem::schema() — Method in class StringItem
Returns the schema for the field.
- StringItem::storageSettingsForm() — Method in class StringItem
Returns a form for the storage-level settings.
- StringItemBase — Class in namespace Drupal\Core\Field\Plugin\Field\FieldType
Base class for string field types.
- StringLongItem — Class in namespace Drupal\Core\Field\Plugin\Field\FieldType
Defines the 'string_long' field type.
- StringLongItem::schema() — Method in class StringLongItem
Returns the schema for the field.
- TimestampItem::schema() — Method in class TimestampItem
Returns the schema for the field.
- UriItem::schema() — Method in class UriItem
Returns the schema for the field.
- UuidItem::schema() — Method in class UuidItem
Returns the schema for the field.
- BooleanCheckboxWidget::settingsForm() — Method in class BooleanCheckboxWidget
Returns a form to configure settings for the widget.
- BooleanCheckboxWidget::settingsSummary() — Method in class BooleanCheckboxWidget
Returns a short summary for the current widget settings.
- EmailDefaultWidget::settingsForm() — Method in class EmailDefaultWidget
Returns a form to configure settings for the widget.
- EmailDefaultWidget::settingsSummary() — Method in class EmailDefaultWidget
Returns a short summary for the current widget settings.
- EntityReferenceAutocompleteWidget::settingsForm() — Method in class EntityReferenceAutocompleteWidget
Returns a form to configure settings for the widget.
- EntityReferenceAutocompleteWidget::settingsSummary() — Method in class EntityReferenceAutocompleteWidget
Returns a short summary for the current widget settings.
- LanguageSelectWidget::settingsForm() — Method in class LanguageSelectWidget
Returns a form to configure settings for the widget.
- NumberWidget::settingsForm() — Method in class NumberWidget
Returns a form to configure settings for the widget.
- NumberWidget::settingsSummary() — Method in class NumberWidget
Returns a short summary for the current widget settings.
- OptionsSelectWidget::sanitizeLabel() — Method in class OptionsSelectWidget
Sanitizes a string label to display as an option.
- OptionsSelectWidget::supportsGroups() — Method in class OptionsSelectWidget
Indicates whether the widgets support optgroups.
- OptionsWidgetBase::supportsGroups() — Method in class OptionsWidgetBase
Indicates whether the widgets support optgroups.
- OptionsWidgetBase::sanitizeLabel() — Method in class OptionsWidgetBase
Sanitizes a string label to display as an option.
- StringTextareaWidget — Class in namespace Drupal\Core\Field\Plugin\Field\FieldWidget
Plugin implementation of the 'string_textarea' widget.
- StringTextareaWidget::settingsForm() — Method in class StringTextareaWidget
Returns a form to configure settings for the widget.
- StringTextareaWidget::settingsSummary() — Method in class StringTextareaWidget
Returns a short summary for the current widget settings.
- StringTextfieldWidget — Class in namespace Drupal\Core\Field\Plugin\Field\FieldWidget
Plugin implementation of the 'string_textfield' widget.
- StringTextfieldWidget::settingsForm() — Method in class StringTextfieldWidget
Returns a form to configure settings for the widget.
- StringTextfieldWidget::settingsSummary() — Method in class StringTextfieldWidget
Returns a short summary for the current widget settings.
- UriWidget::settingsForm() — Method in class UriWidget
Returns a form to configure settings for the widget.
- UriWidget::settingsSummary() — Method in class UriWidget
Returns a short summary for the current widget settings.
- FieldItemDataDefinition::setFieldDefinition() — Method in class FieldItemDataDefinition
Sets the field item's field definition.
- FieldItemDataDefinitionInterface::setFieldDefinition() — Method in class FieldItemDataDefinitionInterface
Sets the field item's field definition.
- $ WidgetBase#settings — Property in class WidgetBase
The widget settings.
- WidgetBase::setWidgetState() — Method in class WidgetBase
Stores processing information about the widget in $form_state.
- WidgetBase::settingsForm() — Method in class WidgetBase
Returns a form to configure settings for the widget.
- WidgetBase::settingsSummary() — Method in class WidgetBase
Returns a short summary for the current widget settings.
- WidgetBaseInterface::setWidgetState() — Method in class WidgetBaseInterface
Stores processing information about the widget in $form_state.
- WidgetInterface::settingsForm() — Method in class WidgetInterface
Returns a form to configure settings for the widget.
- WidgetInterface::settingsSummary() — Method in class WidgetInterface
Returns a short summary for the current widget settings.
- FileTransfer::sanitizePath() — Method in class FileTransfer
Changes backslashes to slashes, also removes a trailing slash.
- FileTransfer::setChroot() — Method in class FileTransfer
Sets the chroot and changes the jail to match the correct path scheme.
- FileTransferAuthorizeForm::submitForm() — Method in class FileTransferAuthorizeForm
Form submission handler.
- FileTransferAuthorizeForm::setConnectionSettingsDefaults() — Method in class FileTransferAuthorizeForm
Sets the default settings on a file transfer connection form recursively.
- SSH — Class in namespace Drupal\Core\FileTransfer
The SSH connection class for the update module.
- FileUploadSanitizeNameEvent::setFilename() — Method in class FileUploadSanitizeNameEvent
Sets the filename.
- FileUploadSanitizeNameEvent::setSecurityRename() — Method in class FileUploadSanitizeNameEvent
Sets the security rename flag.
- FileUploadSanitizeNameEvent::stopPropagation() — Method in class FileUploadSanitizeNameEvent
- {@inheritdoc}
- $ FileSystem#settings — Property in class FileSystem
The site settings.
- $ FileSystem#streamWrapperManager — Property in class FileSystem
The stream wrapper manager.
- FileSystem::saveData() — Method in class FileSystem
Saves a file to the specified destination without invoking file API.
- FileSystem::scanDirectory() — Method in class FileSystem
Finds all files that match a given mask in a given directory.
- FileSystemInterface::saveData() — Method in class FileSystemInterface
Saves a file to the specified destination without invoking file API.
- FileSystemInterface::scanDirectory() — Method in class FileSystemInterface
Finds all files that match a given mask in a given directory.
- $ FileUrlGenerator#streamWrapperManager — Property in class FileUrlGenerator
The stream wrapper manager.
- $ HtaccessWriter#streamWrapperManager — Property in class HtaccessWriter
The stream wrapper manager.
- ExtensionMimeTypeGuesser::setMapping() — Method in class ExtensionMimeTypeGuesser
Sets the mimetypes/extension mapping to use when guessing mimetype.
- $ MimeTypeGuesser#sortedGuessers — Property in class MimeTypeGuesser
Holds the array of guessers sorted by priority.
- $ MimeTypeGuesser#streamWrapperManager — Property in class MimeTypeGuesser
The stream wrapper manager.
- MimeTypeGuesser::sortGuessers() — Method in class MimeTypeGuesser
Sorts guessers according to priority.
- DatabaseBackend::schemaDefinition() — Method in class DatabaseBackend
Defines the schema for the flood table.
- ConfigFormBase::submitForm() — Method in class ConfigFormBase
Form submission handler.
- $ BrokenPostRequestException#size — Property in class BrokenPostRequestException
The maximum upload size.
- FormBase::setConfigFactory() — Method in class FormBase
Sets the config factory for this form.
- FormBase::setRequestStack() — Method in class FormBase
Sets the request stack object to use.
- $ FormBuilder#safeCoreValueCallables — Property in class FormBuilder
Defines element value callables which are safe to run even when the form state has an invalid CSRF token.
- FormBuilder::setCache() — Method in class FormBuilder
Stores a form in the cache.
- FormBuilder::submitForm() — Method in class FormBuilder
Retrieves, populates, and processes a form.
- FormBuilder::setInvalidTokenError() — Method in class FormBuilder
Sets a form_token error on the given form state.
- FormBuilderInterface::submitForm() — Method in class FormBuilderInterface
Retrieves, populates, and processes a form.
- FormCache::setCache() — Method in class FormCache
Stores a form in the cache.
- FormCacheInterface::setCache() — Method in class FormCacheInterface
Stores a form in the cache.
- FormErrorHandler::setElementErrorsFromFormState() — Method in class FormErrorHandler
Stores errors and a list of child element errors directly on each element.
- FormInterface::submitForm() — Method in class FormInterface
Form submission handler.
- $ FormState#submitted — Property in class FormState
If TRUE, the form has been submitted. Defaults to FALSE.
- $ FormState#storage — Property in class FormState
This is not a special key, and no specific support is provided for it in the Form API. By tradition it was the location where application-specific data was stored for communication between the submit, validation, and form builder functions, especially in a multi-step-style form. Form implementations may use any key(s) within $form_state (other than the keys listed here and other reserved ones used by Form API internals) for this kind of storage. The recommended way to ensure that the chosen key doesn't conflict with ones used by the Form API or other modules is to use the module name as the key name or a prefix for the key name. For example, the entity form classes use $this->entity in entity forms, or $form_state->getFormObject()->getEntity() outside the controller, to store information about the entity being edited, and this information stays available across successive clicks of the "Preview" button (if available) as well as when the "Save" button is finally clicked.
- $ FormState#submit_handlers — Property in class FormState
Stores the gathered submission handlers.
- FormState::setFormState() — Method in class FormState
Sets the value of the form state.
- FormState::setAlwaysProcess() — Method in class FormState
Sets this form to always be processed.
- FormState::setButtons() — Method in class FormState
Stores the submit and button elements for the form.
- FormState::setCached() — Method in class FormState
Sets this form to be cached.
- FormState::setExecuted() — Method in class FormState
Sets that the form was submitted and has been processed and executed.
- FormState::setGroups() — Method in class FormState
Sets references to details elements to render them within vertical tabs.
- FormState::setHasFileElement() — Method in class FormState
Sets that this form has a file element.
- FormState::setLimitValidationErrors() — Method in class FormState
Sets the limited validation error sections.
- FormState::setMethod() — Method in class FormState
Sets the HTTP method to use for the form's submission.
- FormState::setRequestMethod() — Method in class FormState
Sets the HTTP method used by the request that is building the form.
- FormState::setValidationEnforced() — Method in class FormState
Enforces that validation is run.
- FormState::setProcessInput() — Method in class FormState
Sets that the form should process input.
- FormState::setProgrammed() — Method in class FormState
Sets that this form was submitted programmatically.
- FormState::setProgrammedBypassAccessCheck() — Method in class FormState
Sets if this form submission should bypass #access.
- FormState::setRebuildInfo() — Method in class FormState
Sets the rebuild info.
- FormState::setStorage() — Method in class FormState
Sets the entire set of arbitrary data.
- FormState::setSubmitHandlers() — Method in class FormState
Sets the submit handlers.
- FormState::setSubmitted() — Method in class FormState
Sets that the form has been submitted.
- FormState::setTemporary() — Method in class FormState
Sets temporary data.
- FormState::setTemporaryValue() — Method in class FormState
Sets an arbitrary value in temporary storage.
- FormState::setTriggeringElement() — Method in class FormState
Sets the form element that triggered submission.
- FormState::setValidateHandlers() — Method in class FormState
Sets the validate handlers.
- FormState::setValidationComplete() — Method in class FormState
Sets that validation has been completed.
- FormState::setCompleteForm() — Method in class FormState
Stores the complete form array.
- FormState::set() — Method in class FormState
Sets a value to an arbitrary property.
- FormState::setBuildInfo() — Method in class FormState
Sets the build info for the form.
- FormState::setUserInput() — Method in class FormState
Sets the form values as though they were submitted by a user.
- FormState::setResponse() — Method in class FormState
Sets a response for this form.
- FormState::setRedirect() — Method in class FormState
Sets the redirect for the form.
- FormState::setRedirectUrl() — Method in class FormState
Sets the redirect URL for the form.
- FormState::setAnyErrors() — Method in class FormState
Sets the global status of errors.
- FormState::setErrorByName() — Method in class FormState
Files an error against a form element.
- FormState::setError() — Method in class FormState
Flags an element as having an error.
- FormState::setRebuild() — Method in class FormState
Sets the form to be rebuilt after processing.
- FormState::setFormObject() — Method in class FormState
Sets the form object that is responsible for building this form.
- FormState::setCleanValueKeys() — Method in class FormState
Sets the keys of the form values that will be cleaned.
- FormState::setInvalidToken() — Method in class FormState
Flags the form state as having or not an invalid token.
- FormStateDecoratorBase::setFormState() — Method in class FormStateDecoratorBase
Sets the value of the form state.
- FormStateDecoratorBase::setAlwaysProcess() — Method in class FormStateDecoratorBase
Sets this form to always be processed.
- FormStateDecoratorBase::setButtons() — Method in class FormStateDecoratorBase
Stores the submit and button elements for the form.
- FormStateDecoratorBase::setCached() — Method in class FormStateDecoratorBase
Sets this form to be cached.
- FormStateDecoratorBase::setExecuted() — Method in class FormStateDecoratorBase
Sets that the form was submitted and has been processed and executed.
- FormStateDecoratorBase::setGroups() — Method in class FormStateDecoratorBase
Sets references to details elements to render them within vertical tabs.
- FormStateDecoratorBase::setHasFileElement() — Method in class FormStateDecoratorBase
Sets that this form has a file element.
- FormStateDecoratorBase::setLimitValidationErrors() — Method in class FormStateDecoratorBase
Sets the limited validation error sections.
- FormStateDecoratorBase::setMethod() — Method in class FormStateDecoratorBase
Sets the HTTP method to use for the form's submission.
- FormStateDecoratorBase::setRequestMethod() — Method in class FormStateDecoratorBase
Sets the HTTP method used by the request that is building the form.
- FormStateDecoratorBase::setValidationEnforced() — Method in class FormStateDecoratorBase
Enforces that validation is run.
- FormStateDecoratorBase::setProcessInput() — Method in class FormStateDecoratorBase
Sets that the form should process input.
- FormStateDecoratorBase::setProgrammed() — Method in class FormStateDecoratorBase
Sets that this form was submitted programmatically.
- FormStateDecoratorBase::setProgrammedBypassAccessCheck() — Method in class FormStateDecoratorBase
Sets if this form submission should bypass #access.
- FormStateDecoratorBase::setRebuildInfo() — Method in class FormStateDecoratorBase
Sets the rebuild info.
- FormStateDecoratorBase::setStorage() — Method in class FormStateDecoratorBase
Sets the entire set of arbitrary data.
- FormStateDecoratorBase::setSubmitHandlers() — Method in class FormStateDecoratorBase
Sets the submit handlers.
- FormStateDecoratorBase::setSubmitted() — Method in class FormStateDecoratorBase
Sets that the form has been submitted.
- FormStateDecoratorBase::setTemporary() — Method in class FormStateDecoratorBase
Sets temporary data.
- FormStateDecoratorBase::setTemporaryValue() — Method in class FormStateDecoratorBase
Sets an arbitrary value in temporary storage.
- FormStateDecoratorBase::setTriggeringElement() — Method in class FormStateDecoratorBase
Sets the form element that triggered submission.
- FormStateDecoratorBase::setValidateHandlers() — Method in class FormStateDecoratorBase
Sets the validate handlers.
- FormStateDecoratorBase::setValidationComplete() — Method in class FormStateDecoratorBase
Sets that validation has been completed.
- FormStateDecoratorBase::setCompleteForm() — Method in class FormStateDecoratorBase
Stores the complete form array.
- FormStateDecoratorBase::set() — Method in class FormStateDecoratorBase
Sets a value to an arbitrary property.
- FormStateDecoratorBase::setBuildInfo() — Method in class FormStateDecoratorBase
Sets the build info for the form.
- FormStateDecoratorBase::setUserInput() — Method in class FormStateDecoratorBase
Sets the form values as though they were submitted by a user.
- FormStateDecoratorBase::setValues() — Method in class FormStateDecoratorBase
Sets the submitted form values.
- FormStateDecoratorBase::setValue() — Method in class FormStateDecoratorBase
Sets the submitted form value for a specific key.
- FormStateDecoratorBase::setValueForElement() — Method in class FormStateDecoratorBase
Changes submitted form values during form validation.
- FormStateDecoratorBase::setResponse() — Method in class FormStateDecoratorBase
Sets a response for this form.
- FormStateDecoratorBase::setRedirect() — Method in class FormStateDecoratorBase
Sets the redirect for the form.
- FormStateDecoratorBase::setRedirectUrl() — Method in class FormStateDecoratorBase
Sets the redirect URL for the form.
- FormStateDecoratorBase::setErrorByName() — Method in class FormStateDecoratorBase
Files an error against a form element.
- FormStateDecoratorBase::setError() — Method in class FormStateDecoratorBase
Flags an element as having an error.
- FormStateDecoratorBase::setRebuild() — Method in class FormStateDecoratorBase
Sets the form to be rebuilt after processing.
- FormStateDecoratorBase::setInvalidToken() — Method in class FormStateDecoratorBase
Flags the form state as having or not an invalid token.
- FormStateDecoratorBase::setFormObject() — Method in class FormStateDecoratorBase
Sets the form object that is responsible for building this form.
- FormStateDecoratorBase::setCleanValueKeys() — Method in class FormStateDecoratorBase
Sets the keys of the form values that will be cleaned.
- FormStateInterface::setCompleteForm() — Method in class FormStateInterface
Stores the complete form array.
- FormStateInterface::setFormState() — Method in class FormStateInterface
Sets the value of the form state.
- FormStateInterface::setResponse() — Method in class FormStateInterface
Sets a response for this form.
- FormStateInterface::setRedirect() — Method in class FormStateInterface
Sets the redirect for the form.
- FormStateInterface::setRedirectUrl() — Method in class FormStateInterface
Sets the redirect URL for the form.
- FormStateInterface::setStorage() — Method in class FormStateInterface
Sets the entire set of arbitrary data.
- FormStateInterface::set() — Method in class FormStateInterface
Sets a value to an arbitrary property.
- FormStateInterface::setBuildInfo() — Method in class FormStateInterface
Sets the build info for the form.
- FormStateInterface::setUserInput() — Method in class FormStateInterface
Sets the form values as though they were submitted by a user.
- FormStateInterface::setValues() — Method in class FormStateInterface
Sets the submitted form values.
- FormStateInterface::setValue() — Method in class FormStateInterface
Sets the submitted form value for a specific key.
- FormStateInterface::setValueForElement() — Method in class FormStateInterface
Changes submitted form values during form validation.
- FormStateInterface::setErrorByName() — Method in class FormStateInterface
Files an error against a form element.
- FormStateInterface::setError() — Method in class FormStateInterface
Flags an element as having an error.
- FormStateInterface::setRebuild() — Method in class FormStateInterface
Sets the form to be rebuilt after processing.
- FormStateInterface::setInvalidToken() — Method in class FormStateInterface
Flags the form state as having or not an invalid token.
- FormStateInterface::setFormObject() — Method in class FormStateInterface
Sets the form object that is responsible for building this form.
- FormStateInterface::setAlwaysProcess() — Method in class FormStateInterface
Sets this form to always be processed.
- FormStateInterface::setButtons() — Method in class FormStateInterface
Stores the submit and button elements for the form.
- FormStateInterface::setCached() — Method in class FormStateInterface
Sets this form to be cached.
- FormStateInterface::setExecuted() — Method in class FormStateInterface
Sets that the form was submitted and has been processed and executed.
- FormStateInterface::setGroups() — Method in class FormStateInterface
Sets references to details elements to render them within vertical tabs.
- FormStateInterface::setHasFileElement() — Method in class FormStateInterface
Sets that this form has a file element.
- FormStateInterface::setLimitValidationErrors() — Method in class FormStateInterface
Sets the limited validation error sections.
- FormStateInterface::setMethod() — Method in class FormStateInterface
Sets the HTTP method to use for the form's submission.
- FormStateInterface::setRequestMethod() — Method in class FormStateInterface
Sets the HTTP method used by the request that is building the form.
- FormStateInterface::setValidationEnforced() — Method in class FormStateInterface
Enforces that validation is run.
- FormStateInterface::setProcessInput() — Method in class FormStateInterface
Sets that the form should process input.
- FormStateInterface::setProgrammed() — Method in class FormStateInterface
Sets that this form was submitted programmatically.
- FormStateInterface::setProgrammedBypassAccessCheck() — Method in class FormStateInterface
Sets if this form submission should bypass #access.
- FormStateInterface::setRebuildInfo() — Method in class FormStateInterface
Sets the rebuild info.
- FormStateInterface::setSubmitHandlers() — Method in class FormStateInterface
Sets the submit handlers.
- FormStateInterface::setSubmitted() — Method in class FormStateInterface
Sets that the form has been submitted.
- FormStateInterface::setTemporary() — Method in class FormStateInterface
Sets temporary data.
- FormStateInterface::setTemporaryValue() — Method in class FormStateInterface
Sets an arbitrary value in temporary storage.
- FormStateInterface::setTriggeringElement() — Method in class FormStateInterface
Sets the form element that triggered submission.
- FormStateInterface::setValidateHandlers() — Method in class FormStateInterface
Sets the validate handlers.
- FormStateInterface::setValidationComplete() — Method in class FormStateInterface
Sets that validation has been completed.
- FormStateInterface::setCleanValueKeys() — Method in class FormStateInterface
Sets the keys of the form values that will be cleaned.
- FormStateValuesTrait::setValues() — Method in class FormStateValuesTrait
Implements \Drupal\Core\Form\FormStateInterface::setValues()
- FormStateValuesTrait::setValue() — Method in class FormStateValuesTrait
Implements \Drupal\Core\Form\FormStateInterface::setValue()
- FormStateValuesTrait::setValueForElement() — Method in class FormStateValuesTrait
Implements \Drupal\Core\Form\FormStateInterface::setValueForElement()
- FormValidator::setInvalidTokenError() — Method in class FormValidator
Sets a form_token error on the given form state.
- FormValidatorInterface::setInvalidTokenError() — Method in class FormValidatorInterface
Sets a form_token error on the given form state.
- SubformState — Class in namespace Drupal\Core\Form
Stores information about the state of a subform.
- $ SubformState#subform — Property in class SubformState
The subform.
- SubformState::setLimitValidationErrors() — Method in class SubformState
Sets the limited validation error sections.
- SubformState::setErrorByName() — Method in class SubformState
Files an error against a form element.
- SubformStateInterface — Class in namespace Drupal\Core\Form
Stores information about the state of a subform.
- GeneratedLink::setGeneratedLink() — Method in class GeneratedLink
Sets the generated link.
- GeneratedUrl::setGeneratedUrl() — Method in class GeneratedUrl
Sets the generated URL.
- $ ClientFactory#stack — Property in class ClientFactory
The handler stack.
- $ ImageToolkitBase#source — Property in class ImageToolkitBase
Path of the image file.
- ImageToolkitBase::setSource() — Method in class ImageToolkitBase
Sets the source path of the image file.
- ImageToolkitInterface::setSource() — Method in class ImageToolkitInterface
Sets the source path of the image file.
- ImageToolkitInterface::save() — Method in class ImageToolkitInterface
Writes an image resource to a destination file.
- $ Image#source — Property in class Image
Path of the image file.
- Image::save() — Method in class Image
Closes the image and saves the changes to a file.
- Image::scaleAndCrop() — Method in class Image
Scales an image to the exact width and height given.
- Image::scale() — Method in class Image
Scales an image while maintaining aspect ratio.
- ImageFactory::setToolkitId() — Method in class ImageFactory
Sets the ID of the image toolkit.
- ImageInterface::save() — Method in class ImageInterface
Closes the image and saves the changes to a file.
- ImageInterface::scale() — Method in class ImageInterface
Scales an image while maintaining aspect ratio.
- ImageInterface::scaleAndCrop() — Method in class ImageInterface
Scales an image to the exact width and height given.
- $ ExtensionListTrait#staticAddedPathNames — Property in class ExtensionListTrait
Static version of the added file names during the installer.
- ExtensionListTrait::setPathname() — Method in class ExtensionListTrait
- SelectLanguageForm — Class in namespace Drupal\Core\Installer\Form
Provides the language selection form.
- SelectLanguageForm::submitForm() — Method in class SelectLanguageForm
Form submission handler.
- SelectProfileForm — Class in namespace Drupal\Core\Installer\Form
Provides the profile selection form.
- SelectProfileForm::submitForm() — Method in class SelectProfileForm
Form submission handler.
- SiteConfigureForm — Class in namespace Drupal\Core\Installer\Form
Provides the site configuration form.
- $ SiteConfigureForm#sitePath — Property in class SiteConfigureForm
The site path.
- SiteConfigureForm::submitForm() — Method in class SiteConfigureForm
Form submission handler.
- SiteSettingsForm — Class in namespace Drupal\Core\Installer\Form
Provides a form to configure and rewrite settings.php.
- $ SiteSettingsForm#sitePath — Property in class SiteSettingsForm
The site path.
- SiteSettingsForm::submitForm() — Method in class SiteSettingsForm
Form submission handler.
- InstallerRedirectTrait::shouldRedirectToInstaller() — Method in class InstallerRedirectTrait
Determines if an exception handler should redirect to the installer.
- $ DatabaseStorage#serializer — Property in class DatabaseStorage
The serialization class to use.
- DatabaseStorage::set() — Method in class DatabaseStorage
Saves a value for a given key.
- DatabaseStorage::setIfNotExists() — Method in class DatabaseStorage
Saves a value for a given key if it does not exist yet.
- DatabaseStorage::schemaDefinition() — Method in class DatabaseStorage
Defines the schema for the key_value table.
- DatabaseStorageExpirable::setWithExpire() — Method in class DatabaseStorageExpirable
Saves a value for a given key with a time to live.
- DatabaseStorageExpirable::setWithExpireIfNotExists() — Method in class DatabaseStorageExpirable
Sets a value for a given key with a time to live if it does not yet exist.
- DatabaseStorageExpirable::setMultipleWithExpire() — Method in class DatabaseStorageExpirable
Saves an array of values with a time to live.
- DatabaseStorageExpirable::schemaDefinition() — Method in class DatabaseStorageExpirable
Defines the schema for the key_value_expire table.
- $ KeyValueDatabaseExpirableFactory#storages — Property in class KeyValueDatabaseExpirableFactory
Holds references to each instantiation so they can be terminated.
- $ KeyValueDatabaseExpirableFactory#serializer — Property in class KeyValueDatabaseExpirableFactory
The serialization class to use.
- $ KeyValueDatabaseFactory#serializer — Property in class KeyValueDatabaseFactory
The serialization class to use.
- $ KeyValueFactory#stores — Property in class KeyValueFactory
Instantiated stores, keyed by collection name.
- KeyValueStoreExpirableInterface::setWithExpire() — Method in class KeyValueStoreExpirableInterface
Saves a value for a given key with a time to live.
- KeyValueStoreExpirableInterface::setWithExpireIfNotExists() — Method in class KeyValueStoreExpirableInterface
Sets a value for a given key with a time to live if it does not yet exist.
- KeyValueStoreExpirableInterface::setMultipleWithExpire() — Method in class KeyValueStoreExpirableInterface
Saves an array of values with a time to live.
- KeyValueStoreInterface::set() — Method in class KeyValueStoreInterface
Saves a value for a given key.
- KeyValueStoreInterface::setIfNotExists() — Method in class KeyValueStoreInterface
Saves a value for a given key if it does not exist yet.
- KeyValueStoreInterface::setMultiple() — Method in class KeyValueStoreInterface
Saves key/value pairs.
- MemoryStorage::set() — Method in class MemoryStorage
Saves a value for a given key.
- MemoryStorage::setIfNotExists() — Method in class MemoryStorage
Saves a value for a given key if it does not exist yet.
- MemoryStorage::setMultiple() — Method in class MemoryStorage
Saves key/value pairs.
- NullStorageExpirable::set() — Method in class NullStorageExpirable
Saves a value for a given key.
- NullStorageExpirable::setIfNotExists() — Method in class NullStorageExpirable
Saves a value for a given key if it does not exist yet.
- NullStorageExpirable::setMultiple() — Method in class NullStorageExpirable
Saves key/value pairs.
- NullStorageExpirable::setMultipleWithExpire() — Method in class NullStorageExpirable
Saves an array of values with a time to live.
- NullStorageExpirable::setWithExpire() — Method in class NullStorageExpirable
Saves a value for a given key with a time to live.
- NullStorageExpirable::setWithExpireIfNotExists() — Method in class NullStorageExpirable
Sets a value for a given key with a time to live if it does not yet exist.
- StorageBase — Class in namespace Drupal\Core\KeyValueStore
Provides a base class for key/value storage implementations.
- StorageBase::setMultiple() — Method in class StorageBase
Saves key/value pairs.
- Language::sort() — Method in class Language
Sort language objects.
- LanguageDefault::set() — Method in class LanguageDefault
Sets the default language.
- LanguageManager::setConfigOverrideLanguage() — Method in class LanguageManager
Sets the configuration override language.
- LanguageManagerInterface::setConfigOverrideLanguage() — Method in class LanguageManagerInterface
Sets the configuration override language.
- IconBuilderInterface::setId() — Method in class IconBuilderInterface
Sets the ID.
- IconBuilderInterface::setLabel() — Method in class IconBuilderInterface
Sets the label.
- IconBuilderInterface::setWidth() — Method in class IconBuilderInterface
Sets the width.
- IconBuilderInterface::setHeight() — Method in class IconBuilderInterface
Sets the height.
- IconBuilderInterface::setPadding() — Method in class IconBuilderInterface
Sets the padding.
- IconBuilderInterface::setStrokeWidth() — Method in class IconBuilderInterface
Sets the stroke width.
- SvgIconBuilder — Class in namespace Drupal\Core\Layout\Icon
Builds SVG layout icons.
- $ SvgIconBuilder#strokeWidth — Property in class SvgIconBuilder
The width of region borders.
- SvgIconBuilder::setId() — Method in class SvgIconBuilder
Sets the ID.
- SvgIconBuilder::setLabel() — Method in class SvgIconBuilder
Sets the label.
- SvgIconBuilder::setWidth() — Method in class SvgIconBuilder
Sets the width.
- SvgIconBuilder::setHeight() — Method in class SvgIconBuilder
Sets the height.
- SvgIconBuilder::setPadding() — Method in class SvgIconBuilder
Sets the padding.
- SvgIconBuilder::setStrokeWidth() — Method in class SvgIconBuilder
Sets the stroke width.
- LayoutDefault::setConfiguration() — Method in class LayoutDefault
Sets the configuration for this plugin instance.
- LayoutDefault::submitConfigurationForm() — Method in class LayoutDefault
Form submission handler.
- LayoutDefinition::set() — Method in class LayoutDefinition
Sets a value to an arbitrary property.
- LayoutDefinition::setLabel() — Method in class LayoutDefinition
Sets the human-readable name of the layout definition.
- LayoutDefinition::setDescription() — Method in class LayoutDefinition
Sets the description of the layout definition.
- LayoutDefinition::setCategory() — Method in class LayoutDefinition
Sets the human-readable category of the layout definition.
- LayoutDefinition::setTemplate() — Method in class LayoutDefinition
Sets the template name.
- LayoutDefinition::setTemplatePath() — Method in class LayoutDefinition
Sets the template path.
- LayoutDefinition::setThemeHook() — Method in class LayoutDefinition
Sets the theme hook.
- LayoutDefinition::setPath() — Method in class LayoutDefinition
Sets the base path for this layout definition.
- LayoutDefinition::setLibrary() — Method in class LayoutDefinition
Sets the asset library for this layout definition.
- LayoutDefinition::setIconPath() — Method in class LayoutDefinition
Sets the icon path for this layout definition.
- LayoutDefinition::setIconMap() — Method in class LayoutDefinition
Sets the icon map for this layout definition.
- LayoutDefinition::setRegions() — Method in class LayoutDefinition
Sets the regions for this layout definition.
- LayoutDefinition::setDefaultRegion() — Method in class LayoutDefinition
Sets the default region.
- LayoutDefinition::setDeriver() — Method in class LayoutDefinition
Sets the deriver of this plugin definition.
- Link::setText() — Method in class Link
Sets the new text of the link.
- Link::setUrl() — Method in class Link
Sets the URL of this link.
- Link::setLinkGenerator() — Method in class Link
Sets the link generator service.
- DatabaseLockBackend::schemaDefinition() — Method in class DatabaseLockBackend
Defines the schema for the semaphore table.
- LoggerChannel::setRequestStack() — Method in class LoggerChannel
Sets the request stack.
- LoggerChannel::setCurrentUser() — Method in class LoggerChannel
Sets the current user.
- LoggerChannel::setLoggers() — Method in class LoggerChannel
Sets the loggers for this channel.
- LoggerChannel::sortLoggers() — Method in class LoggerChannel
Sorts loggers according to priority.
- LoggerChannelInterface::setRequestStack() — Method in class LoggerChannelInterface
Sets the request stack.
- LoggerChannelInterface::setCurrentUser() — Method in class LoggerChannelInterface
Sets the current user.
- LoggerChannelInterface::setLoggers() — Method in class LoggerChannelInterface
Sets the loggers for this channel.
- LoggerChannelTrait::setLoggerFactory() — Method in class LoggerChannelTrait
Injects the logger channel factory.
- $ MailFormatHelper#supportedTags — Property in class MailFormatHelper
Array of tags supported.
- MenuLinkDefaultForm::setMenuLinkInstance() — Method in class MenuLinkDefaultForm
Injects the menu link plugin instance.
- MenuLinkDefaultForm::submitConfigurationForm() — Method in class MenuLinkDefaultForm
Form submission handler.
- MenuLinkFormInterface::setMenuLinkInstance() — Method in class MenuLinkFormInterface
Injects the menu link plugin instance.
- LocalTaskDefault::setActive() — Method in class LocalTaskDefault
Sets the active status.
- LocalTaskInterface::setActive() — Method in class LocalTaskInterface
Sets the active status.
- $ MenuLinkDefault#staticOverride — Property in class MenuLinkDefault
The static menu link service used to store updates to weight/parent etc.
- $ MenuLinkTreeElement#subtree — Property in class MenuLinkTreeElement
The subtree of this element in the menu link tree (this link's children).
- MenuTreeParameters::setRoot() — Method in class MenuTreeParameters
Sets a root for menu tree loading.
- MenuTreeParameters::setMinDepth() — Method in class MenuTreeParameters
Sets a minimum depth for menu tree loading.
- MenuTreeParameters::setMaxDepth() — Method in class MenuTreeParameters
Sets a maximum depth for menu tree loading.
- MenuTreeParameters::setActiveTrail() — Method in class MenuTreeParameters
Sets the active trail IDs used to set the inActiveTrail property.
- MenuTreeParameters::setTopLevelOnly() — Method in class MenuTreeParameters
Ensures only the top level of the tree is loaded.
- MenuTreeParameters::serialize() — Method in class MenuTreeParameters
- {@inheritdoc}
- $ MenuTreeStorage#serializedFields — Property in class MenuTreeStorage
List of serialized fields.
- MenuTreeStorage::safeExecuteSelect() — Method in class MenuTreeStorage
Executes a select query while making sure the database table exists.
- MenuTreeStorage::save() — Method in class MenuTreeStorage
Saves a plugin definition to the storage.
- MenuTreeStorage::setParents() — Method in class MenuTreeStorage
Sets the materialized path field values based on the parent.
- MenuTreeStorage::saveRecursive() — Method in class MenuTreeStorage
Saves menu links recursively.
- MenuTreeStorage::serializedFields() — Method in class MenuTreeStorage
Determines serialized fields in the storage.
- MenuTreeStorage::schemaDefinition() — Method in class MenuTreeStorage
Defines the schema for the tree table.
- MenuTreeStorageInterface::save() — Method in class MenuTreeStorageInterface
Saves a plugin definition to the storage.
- StaticMenuLinkOverrides — Class in namespace Drupal\Core\Menu
Defines an implementation of the menu link override using a config file.
- StaticMenuLinkOverrides::saveOverride() — Method in class StaticMenuLinkOverrides
Saves the override.
- StaticMenuLinkOverridesInterface — Class in namespace Drupal\Core\Menu
Defines an interface for objects which overrides menu links defined in YAML.
- StaticMenuLinkOverridesInterface::saveOverride() — Method in class StaticMenuLinkOverridesInterface
Saves the override.
- MessengerTrait::setMessenger() — Method in class MessengerTrait
Sets the messenger.
- $ NoSessionOpen#sessionConfiguration — Property in class NoSessionOpen
The session configuration.
- Pager::setCurrentPage() — Method in class Pager
Sets the current page to a valid value within range.
- Pager::setTotalPages() — Method in class Pager
Sets the total number of pages.
- PagerManager::setPager() — Method in class PagerManager
Saves a pager to the static cache.
- ParamConverterManager::setRouteParameterConverters() — Method in class ParamConverterManager
Saves a list of applicable converters to each route.
- ParamConverterManagerInterface::setRouteParameterConverters() — Method in class ParamConverterManagerInterface
Saves a list of applicable converters to each route.
- $ PathProcessorManager#sortedInbound — Property in class PathProcessorManager
Holds the array of inbound processors, sorted by priority.
- $ PathProcessorManager#sortedOutbound — Property in class PathProcessorManager
Holds the array of outbound processors, sorted by priority.
- PathProcessorManager::sortProcessors() — Method in class PathProcessorManager
Sorts the processors according to priority.
- CurrentPathStack::setPath() — Method in class CurrentPathStack
Sets the current path.
- ContextAwarePluginTrait::setContext() — Method in class ContextAwarePluginTrait
- {@inheritdoc}
- ContextAwarePluginTrait::setContextValue() — Method in class ContextAwarePluginTrait
- {@inheritdoc}
- ContextAwarePluginTrait::setContextMapping() — Method in class ContextAwarePluginTrait
- {@inheritdoc}
- Context::setContextValue() — Method in class Context
Sets the context value.
- ContextDefinition::setDataType() — Method in class ContextDefinition
Sets the data type needed by the context.
- ContextDefinition::setLabel() — Method in class ContextDefinition
Sets the human readable label.
- ContextDefinition::setDescription() — Method in class ContextDefinition
Sets the human readable description.
- ContextDefinition::setMultiple() — Method in class ContextDefinition
Sets whether the data is multi-valued.
- ContextDefinition::setRequired() — Method in class ContextDefinition
Sets whether the data is required.
- ContextDefinition::setDefaultValue() — Method in class ContextDefinition
Sets the default data value.
- ContextDefinition::setConstraints() — Method in class ContextDefinition
Sets the array of validation constraints.
- DefaultLazyPluginCollection::sort() — Method in class DefaultLazyPluginCollection
Sorts all plugin instances in this collection.
- DefaultLazyPluginCollection::sortHelper() — Method in class DefaultLazyPluginCollection
Provides uasort() callback to sort plugins.
- DefaultLazyPluginCollection::setConfiguration() — Method in class DefaultLazyPluginCollection
Sets the configuration for all plugins in this collection.
- DefaultLazyPluginCollection::setInstanceConfiguration() — Method in class DefaultLazyPluginCollection
Updates the configuration for a plugin instance.
- $ DefaultPluginManager#subdir — Property in class DefaultPluginManager
The subdirectory within a namespace to look for plugins, or FALSE if the plugins are in the top level of the namespace.
- DefaultPluginManager::setCacheBackend() — Method in class DefaultPluginManager
Initialize the cache backend.
- DefaultPluginManager::setCachedDefinitions() — Method in class DefaultPluginManager
Sets a cache of plugin definitions for the decorated discovery class.
- DefaultSingleLazyPluginCollection::setConfiguration() — Method in class DefaultSingleLazyPluginCollection
Sets the configuration for all plugins in this collection.
- DependentPluginDefinitionInterface::setConfigDependencies() — Method in class DependentPluginDefinitionInterface
Sets the config dependencies of this plugin definition.
- DependentPluginDefinitionTrait::setConfigDependencies() — Method in class DependentPluginDefinitionTrait
- {@inheritdoc}
- PluginFormBase::setPlugin() — Method in class PluginFormBase
Sets the plugin for this object.
- PluginFormInterface::submitConfigurationForm() — Method in class PluginFormInterface
Form submission handler.
- $ PrivateKey#state — Property in class PrivateKey
The state service.
- PrivateKey::set() — Method in class PrivateKey
Sets the private key.
- $ BatchStorage#service — Property in class BatchStorage
The real proxied service, after it was lazy loaded.
- BatchStorage::schemaDefinition() — Method in class BatchStorage
- {@inheritdoc}
- $ ConfigInstaller#service — Property in class ConfigInstaller
The real proxied service, after it was lazy loaded.
- ConfigInstaller::setSourceStorage() — Method in class ConfigInstaller
Sets the configuration storage that provides the default configuration.
- ConfigInstaller::setSyncing() — Method in class ConfigInstaller
Sets the status of the isSyncing flag.
- $ Cron#service — Property in class Cron
The real proxied service, after it was lazy loaded.
- $ ContentUninstallValidator#service — Property in class ContentUninstallValidator
The real proxied service, after it was lazy loaded.
- ContentUninstallValidator::setStringTranslation() — Method in class ContentUninstallValidator
- {@inheritdoc}
- $ DatabaseDriverUninstallValidator#service — Property in class DatabaseDriverUninstallValidator
The real proxied service, after it was lazy loaded.
- DatabaseDriverUninstallValidator::setStringTranslation() — Method in class DatabaseDriverUninstallValidator
- {@inheritdoc}
- $ ModuleInstaller#service — Property in class ModuleInstaller
The real proxied service, after it was lazy loaded.
- $ ModuleRequiredByThemesUninstallValidator#service — Property in class ModuleRequiredByThemesUninstallValidator
The real proxied service, after it was lazy loaded.
- ModuleRequiredByThemesUninstallValidator::setStringTranslation() — Method in class ModuleRequiredByThemesUninstallValidator
- {@inheritdoc}
- $ RequiredModuleUninstallValidator#service — Property in class RequiredModuleUninstallValidator
The real proxied service, after it was lazy loaded.
- RequiredModuleUninstallValidator::setStringTranslation() — Method in class RequiredModuleUninstallValidator
- {@inheritdoc}
- $ ExtensionMimeTypeGuesser#service — Property in class ExtensionMimeTypeGuesser
The real proxied service, after it was lazy loaded.
- ExtensionMimeTypeGuesser::setMapping() — Method in class ExtensionMimeTypeGuesser
- {@inheritdoc}
- $ MimeTypeGuesser#service — Property in class MimeTypeGuesser
The real proxied service, after it was lazy loaded.
- $ DatabaseLockBackend#service — Property in class DatabaseLockBackend
The real proxied service, after it was lazy loaded.
- DatabaseLockBackend::schemaDefinition() — Method in class DatabaseLockBackend
- {@inheritdoc}
- $ PersistentDatabaseLockBackend#service — Property in class PersistentDatabaseLockBackend
The real proxied service, after it was lazy loaded.
- PersistentDatabaseLockBackend::schemaDefinition() — Method in class PersistentDatabaseLockBackend
- {@inheritdoc}
- $ ChainResponsePolicy#service — Property in class ChainResponsePolicy
The real proxied service, after it was lazy loaded.
- $ AdminPathConfigEntityConverter#service — Property in class AdminPathConfigEntityConverter
The real proxied service, after it was lazy loaded.
- $ MenuLinkPluginConverter#service — Property in class MenuLinkPluginConverter
The real proxied service, after it was lazy loaded.
- $ CachedDiscoveryClearer#service — Property in class CachedDiscoveryClearer
The real proxied service, after it was lazy loaded.
- $ BareHtmlPageRenderer#service — Property in class BareHtmlPageRenderer
The real proxied service, after it was lazy loaded.
- $ MatcherDumper#service — Property in class MatcherDumper
The real proxied service, after it was lazy loaded.
- $ RouteBuilder#service — Property in class RouteBuilder
The real proxied service, after it was lazy loaded.
- RouteBuilder::setRebuildNeeded() — Method in class RouteBuilder
Sets the router to be rebuilt next time rebuildIfNeeded() is called.
- DatabaseQueue::schemaDefinition() — Method in class DatabaseQueue
Defines the schema for the queue table.
- $ QueueFactory#settings — Property in class QueueFactory
The settings object.
- SuspendQueueException — Class in namespace Drupal\Core\Queue
Exception class to throw to indicate that a cron queue should be skipped.
- AttachmentsInterface::setAttachments() — Method in class AttachmentsInterface
Sets attachments.
- AttachmentsTrait::setAttachments() — Method in class AttachmentsTrait
- {@inheritdoc}
- Element::setAttributes() — Method in class Element
Sets HTML attributes based on element properties.
- ElementInterface::setAttributes() — Method in class ElementInterface
Sets a form element's class attribute.
- RenderElement::setAttributes() — Method in class RenderElement
Sets a form element's class attribute.
- Search — Class in namespace Drupal\Core\Render\Element
Provides an HTML5 input element with type of "search".
- Select — Class in namespace Drupal\Core\Render\Element
Provides a form element for a drop-down menu or scrolling selection box.
- StatusMessages — Class in namespace Drupal\Core\Render\Element
Provides a messages element.
- StatusReport — Class in namespace Drupal\Core\Render\Element
Creates status report page element.
- Submit — Class in namespace Drupal\Core\Render\Element
Provides a form submit button.
- SystemCompactLink — Class in namespace Drupal\Core\Render\Element
Provides a link to show or hide help text on administration pages.
- HtmlResponse::setContent() — Method in class HtmlResponse
Sets the response content.
- HtmlResponseAttachmentsProcessor::setHeaders() — Method in class HtmlResponseAttachmentsProcessor
Sets headers on a response object.
- MetadataBubblingUrlGenerator::setContext() — Method in class MetadataBubblingUrlGenerator
- {@inheritdoc}
- MetadataBubblingUrlGenerator::supports() — Method in class MetadataBubblingUrlGenerator
- {@inheritdoc}
- PageDisplayVariantSelectionEvent::setPluginId() — Method in class PageDisplayVariantSelectionEvent
The selected page display variant plugin ID.
- PageDisplayVariantSelectionEvent::setPluginConfiguration() — Method in class PageDisplayVariantSelectionEvent
Set the configuration for the selected page display variant.
- PageDisplayVariantSelectionEvent::setContexts() — Method in class PageDisplayVariantSelectionEvent
Sets the contexts to be passed to the page display variant.
- PlaceholderGenerator::shouldAutomaticallyPlaceholder() — Method in class PlaceholderGenerator
Whether the given render array should be automatically placeholdered.
- PlaceholderGeneratorInterface::shouldAutomaticallyPlaceholder() — Method in class PlaceholderGeneratorInterface
Whether the given render array should be automatically placeholdered.
- SingleFlushStrategy — Class in namespace Drupal\Core\Render\Placeholder
Defines the 'single_flush' placeholder strategy.
- PlaceholderingRenderCache::set() — Method in class PlaceholderingRenderCache
Caches the rendered output of a renderable array.
- SimplePageVariant — Class in namespace Drupal\Core\Render\Plugin\DisplayVariant
Provides a page display variant that simply renders the main content.
- SimplePageVariant::setMainContent() — Method in class SimplePageVariant
Sets the main content for the page being rendered.
- SimplePageVariant::setTitle() — Method in class SimplePageVariant
Sets the title for the page being rendered.
- RenderCache::set() — Method in class RenderCache
Caches the rendered output of a renderable array.
- RenderCacheInterface::set() — Method in class RenderCacheInterface
Caches the rendered output of a renderable array.
- Renderer::setCurrentRenderContext() — Method in class Renderer
Sets the current render context.
- $ RouteProcessorManager#sortedOutbound — Property in class RouteProcessorManager
Holds the array of outbound processors, sorted by priority.
- RouteProcessorManager::sortProcessors() — Method in class RouteProcessorManager
Sorts the processors according to priority.
- AccessAwareRouter::setContext() — Method in class AccessAwareRouter
- {@inheritdoc}
- LocalAwareRedirectResponseTrait::setRequestContext() — Method in class LocalAwareRedirectResponseTrait
Sets the request context.
- $ MatcherDumper#state — Property in class MatcherDumper
The state.
- MatcherDumper::schemaDefinition() — Method in class MatcherDumper
Defines the schema for the router table.
- RedirectDestination::set() — Method in class RedirectDestination
Sets the destination as URL.
- RedirectDestinationInterface::set() — Method in class RedirectDestinationInterface
Sets the destination as URL.
- RedirectDestinationTrait::setRedirectDestination() — Method in class RedirectDestinationTrait
Sets the redirect destination service.
- RequestContext::setCompleteBaseUrl() — Method in class RequestContext
Sets the complete base URL for the Request context.
- RouteBuilder::setRebuildNeeded() — Method in class RouteBuilder
Sets the router to be rebuilt next time rebuildIfNeeded() is called.
- RouteBuilderInterface::setRebuildNeeded() — Method in class RouteBuilderInterface
Sets the router to be rebuilt next time rebuildIfNeeded() is called.
- $ RoutePreloader#state — Property in class RoutePreloader
The state key value store.
- $ RouteProvider#state — Property in class RouteProvider
The state.
- $ RouteProvider#serializedRoutes — Property in class RouteProvider
A cache of already-loaded serialized routes, keyed by route name.
- StackedRouteMatchInterface — Class in namespace Drupal\Core\Routing
Defines an interface for a stack of route matches.
- TrustedRedirectResponse::setTrustedTargetUrl() — Method in class TrustedRedirectResponse
Sets the target URL to a trusted URL.
- UrlGenerator::setContext() — Method in class UrlGenerator
- {@inheritdoc}
- UrlGenerator::setStrictRequirements() — Method in class UrlGenerator
- {@inheritdoc}
- UrlGenerator::supports() — Method in class UrlGenerator
- {@inheritdoc}
- RequestSanitizer::sanitize() — Method in class RequestSanitizer
Strips dangerous keys from user input.
- RequestSanitizer::stripDangerousValues() — Method in class RequestSanitizer
Strips dangerous keys from $input.
- StaticTrustedCallbackHelper — Class in namespace Drupal\Core\Security
Defines a class for performing trusted callbacks in a static context.
- AccountProxy::setAccount() — Method in class AccountProxy
Sets the currently wrapped account.
- AccountProxy::setInitialAccountId() — Method in class AccountProxy
Sets the id of the initial account.
- AccountProxyInterface::setAccount() — Method in class AccountProxyInterface
Sets the currently wrapped account.
- AccountProxyInterface::setInitialAccountId() — Method in class AccountProxyInterface
Sets the id of the initial account.
- AccountSwitcher::switchTo() — Method in class AccountSwitcher
Safely switches to another account.
- AccountSwitcher::switchBack() — Method in class AccountSwitcher
Reverts to a previous account after switching.
- AccountSwitcherInterface::switchTo() — Method in class AccountSwitcherInterface
Safely switches to another account.
- AccountSwitcherInterface::switchBack() — Method in class AccountSwitcherInterface
Reverts to a previous account after switching.
- MetadataBag::setCsrfTokenSeed() — Method in class MetadataBag
Set the CSRF token seed.
- MetadataBag::stampNew() — Method in class MetadataBag
- {@inheritdoc}
- $ PermissionsHashGenerator#static — Property in class PermissionsHashGenerator
The cache backend interface to use for the static cache.
- SessionConfiguration — Class in namespace Drupal\Core\Session
Defines the default session configuration generator.
- SessionConfigurationInterface — Class in namespace Drupal\Core\Session
Defines an interface for session configuration generators.
- SessionHandler — Class in namespace Drupal\Core\Session
Default session handler.
- SessionManager — Class in namespace Drupal\Core\Session
Manages user sessions.
- $ SessionManager#sessionConfiguration — Property in class SessionManager
The session configuration.
- $ SessionManager#startedLazy — Property in class SessionManager
Whether a lazy session has been started.
- SessionManager::start() — Method in class SessionManager
- {@inheritdoc}
- SessionManager::startNow() — Method in class SessionManager
Forcibly start a PHP session.
- SessionManager::save() — Method in class SessionManager
- {@inheritdoc}
- SessionManager::setWriteSafeHandler() — Method in class SessionManager
Sets the write safe session handler.
- SessionManagerInterface — Class in namespace Drupal\Core\Session
Defines the session manager interface.
- SessionManagerInterface::setWriteSafeHandler() — Method in class SessionManagerInterface
Sets the write safe session handler.
- $ WriteSafeSessionHandler#sessionWritable — Property in class WriteSafeSessionHandler
Whether or not the session is enabled for writing.
- WriteSafeSessionHandler::setSessionWritable() — Method in class WriteSafeSessionHandler
Sets whether or not a session may be written to storage.
- WriteSafeSessionHandlerInterface::setSessionWritable() — Method in class WriteSafeSessionHandlerInterface
Sets whether or not a session may be written to storage.
- SitePathFactory — Class in namespace Drupal\Core
Gets the site path from the kernel.
- $ MaintenanceMode#state — Property in class MaintenanceMode
The state.
- Settings — Class in namespace Drupal\Core\Site
Read only settings that are initialized with the class.
- $ ReverseProxyMiddleware#settings — Property in class ReverseProxyMiddleware
The site settings.
- ReverseProxyMiddleware::setSettingsOnRequest() — Method in class ReverseProxyMiddleware
Sets reverse proxy settings on Request object.
- Session — Class in namespace Drupal\Core\StackMiddleware
Wrap session logic around a HTTP request.
- $ Session#sessionServiceName — Property in class Session
The session service name.
- State — Class in namespace Drupal\Core\State
Provides the state system using a key value store.
- State::set() — Method in class State
Saves a value for a given key.
- State::setMultiple() — Method in class State
Saves key/value pairs.
- StateInterface — Class in namespace Drupal\Core\State
Defines the interface for the state system.
- StateInterface::set() — Method in class StateInterface
Saves a value for a given key.
- StateInterface::setMultiple() — Method in class StateInterface
Saves key/value pairs.
- LocalReadOnlyStream::stream_open() — Method in class LocalReadOnlyStream
Opens file or URL.
- LocalReadOnlyStream::stream_lock() — Method in class LocalReadOnlyStream
Support for flock().
- LocalReadOnlyStream::stream_write() — Method in class LocalReadOnlyStream
Support for fwrite(), file_put_contents() etc.
- LocalReadOnlyStream::stream_flush() — Method in class LocalReadOnlyStream
Support for fflush().
- LocalReadOnlyStream::stream_metadata() — Method in class LocalReadOnlyStream
Sets metadata on the stream.
- LocalReadOnlyStream::stream_truncate() — Method in class LocalReadOnlyStream
Truncate stream.
- LocalStream::setUri() — Method in class LocalStream
Sets the absolute stream resource URI.
- LocalStream::stream_open() — Method in class LocalStream
Opens file or URL.
- LocalStream::stream_lock() — Method in class LocalStream
Advisory file locking.
- LocalStream::stream_read() — Method in class LocalStream
Read from stream.
- LocalStream::stream_write() — Method in class LocalStream
Write to stream.
- LocalStream::stream_eof() — Method in class LocalStream
Tests for end-of-file on a file pointer.
- LocalStream::stream_seek() — Method in class LocalStream
Seeks to specific location in a stream.
- LocalStream::stream_flush() — Method in class LocalStream
Flushes the output.
- LocalStream::stream_tell() — Method in class LocalStream
Retrieve the current position of a stream.
- LocalStream::stream_stat() — Method in class LocalStream
Retrieve information about a file resource.
- LocalStream::stream_close() — Method in class LocalStream
Closes stream.
- LocalStream::stream_cast() — Method in class LocalStream
Retrieve the underlying stream resource.
- LocalStream::stream_metadata() — Method in class LocalStream
Sets metadata on the stream.
- LocalStream::stream_set_option() — Method in class LocalStream
Change stream options.
- LocalStream::stream_truncate() — Method in class LocalStream
Truncate stream.
- PhpStreamWrapperInterface::stream_cast() — Method in class PhpStreamWrapperInterface
Retrieve the underlying stream resource.
- PhpStreamWrapperInterface::stream_close() — Method in class PhpStreamWrapperInterface
Closes stream.
- PhpStreamWrapperInterface::stream_eof() — Method in class PhpStreamWrapperInterface
Tests for end-of-file on a file pointer.
- PhpStreamWrapperInterface::stream_flush() — Method in class PhpStreamWrapperInterface
Flushes the output.
- PhpStreamWrapperInterface::stream_lock() — Method in class PhpStreamWrapperInterface
Advisory file locking.
- PhpStreamWrapperInterface::stream_metadata() — Method in class PhpStreamWrapperInterface
Sets metadata on the stream.
- PhpStreamWrapperInterface::stream_open() — Method in class PhpStreamWrapperInterface
Opens file or URL.
- PhpStreamWrapperInterface::stream_read() — Method in class PhpStreamWrapperInterface
Read from stream.
- PhpStreamWrapperInterface::stream_seek() — Method in class PhpStreamWrapperInterface
Seeks to specific location in a stream.
- PhpStreamWrapperInterface::stream_set_option() — Method in class PhpStreamWrapperInterface
Change stream options.
- PhpStreamWrapperInterface::stream_stat() — Method in class PhpStreamWrapperInterface
Retrieve information about a file resource.
- PhpStreamWrapperInterface::stream_tell() — Method in class PhpStreamWrapperInterface
Retrieve the current position of a stream.
- PhpStreamWrapperInterface::stream_truncate() — Method in class PhpStreamWrapperInterface
Truncate stream.
- PhpStreamWrapperInterface::stream_write() — Method in class PhpStreamWrapperInterface
Write to stream.
- ReadOnlyStream::setUri() — Method in class ReadOnlyStream
Sets the absolute stream resource URI.
- ReadOnlyStream::stream_open() — Method in class ReadOnlyStream
Support for fopen(), file_get_contents(), etc.
- ReadOnlyStream::stream_lock() — Method in class ReadOnlyStream
Support for flock().
- ReadOnlyStream::stream_write() — Method in class ReadOnlyStream
Support for fwrite(), file_put_contents() etc.
- ReadOnlyStream::stream_flush() — Method in class ReadOnlyStream
Support for fflush().
- ReadOnlyStream::stream_metadata() — Method in class ReadOnlyStream
Sets metadata on the stream.
- ReadOnlyStream::stream_truncate() — Method in class ReadOnlyStream
Truncate stream.
- StreamWrapperInterface — Class in namespace Drupal\Core\StreamWrapper
Defines a Drupal stream wrapper extension.
- StreamWrapperInterface::setUri() — Method in class StreamWrapperInterface
Sets the absolute stream resource URI.
- StreamWrapperManager — Class in namespace Drupal\Core\StreamWrapper
Provides a StreamWrapper manager.
- StreamWrapperManagerInterface — Class in namespace Drupal\Core\StreamWrapper
Provides a StreamWrapper manager.
- StringTranslationTrait — Class in namespace Drupal\Core\StringTranslation
Wrapper methods for \Drupal\Core\StringTranslation\TranslationInterface.
- $ StringTranslationTrait#stringTranslation — Property in class StringTranslationTrait
The string translation service.
- StringTranslationTrait::setStringTranslation() — Method in class StringTranslationTrait
Sets the string translation service to use.
- $ TranslatableMarkup#stringTranslation — Property in class TranslatableMarkup
The string translation service.
- $ TranslationManager#sortedTranslators — Property in class TranslationManager
An array of translators, sorted by priority.
- TranslationManager::sortTranslators() — Method in class TranslationManager
Sorts translators according to priority.
- TranslationManager::setDefaultLangcode() — Method in class TranslationManager
Sets the default langcode.
- $ CustomStrings#settings — Property in class CustomStrings
The settings read only object.
- StaticTranslation — Class in namespace Drupal\Core\StringTranslation\Translator
String translator with a static cache for translations.
- $ PrivateTempStore#storage — Property in class PrivateTempStore
The key/value storage object used for this data.
- PrivateTempStore::set() — Method in class PrivateTempStore
Stores a particular key/value pair in this PrivateTempStore.
- PrivateTempStore::startSession() — Method in class PrivateTempStore
Start session because it is required for a private temp store.
- $ PrivateTempStoreFactory#storageFactory — Property in class PrivateTempStoreFactory
The storage factory creating the backend to store the data.
- SharedTempStore — Class in namespace Drupal\Core\TempStore
Stores and retrieves temporary data for a given owner.
- $ SharedTempStore#storage — Property in class SharedTempStore
The key/value storage object used for this data.
- SharedTempStore::setIfNotExists() — Method in class SharedTempStore
Stores a particular key/value pair only if the key doesn't already exist.
- SharedTempStore::setIfOwner() — Method in class SharedTempStore
Stores a particular key/value pair in this SharedTempStore.
- SharedTempStore::set() — Method in class SharedTempStore
Stores a particular key/value pair in this SharedTempStore.
- SharedTempStoreFactory — Class in namespace Drupal\Core\TempStore
Creates a shared temporary storage for a collection.
- $ SharedTempStoreFactory#storageFactory — Property in class SharedTempStoreFactory
The storage factory creating the backend to store the data.
- $ Attribute#storage — Property in class Attribute
Stores the attribute data.
- Attribute::setAttribute() — Method in class Attribute
Sets values for an attribute key.
- Attribute::storage() — Method in class Attribute
Returns the whole array.
- StringLoader — Class in namespace Drupal\Core\Template\Loader
Loads string templates, also known as inline templates.
- $ TwigEnvironment#state — Property in class TwigEnvironment
The state service.
- TwigExtension::safeJoin() — Method in class TwigExtension
Joins several strings together safely.
- $ TwigPhpStorageCache#storage — Property in class TwigPhpStorageCache
The PhpStorage object used for storing the templates.
- TwigPhpStorageCache::storage() — Method in class TwigPhpStorageCache
Gets the PHP code storage object to use for the compiled Twig files.
- FunctionalTestSetupTrait::setContainerParameter() — Method in class FunctionalTestSetupTrait
Changes parameters in the services.yml file.
- FunctionalTestSetupTrait::setupBaseUrl() — Method in class FunctionalTestSetupTrait
Sets up the base URL based upon the environment variable.
- $ PerformanceTestRecorder#service — Property in class PerformanceTestRecorder
The state service for persistent storage if necessary.
- PhpUnitTestRunner::summarizeResults() — Method in class PhpUnitTestRunner
Tallies test results per test class.
- TestDiscovery::scanDirectory() — Method in class TestDiscovery
Scans a given directory for class files.
- $ TestSetupTrait#siteDirectory — Property in class TestSetupTrait
The site directory of this test run.
- $ TestSetupTrait#strictConfigSchema — Property in class TestSetupTrait
Set to TRUE to strict check all configuration saved.
- $ ActiveTheme#styleSheetsRemove — Property in class ActiveTheme
The stylesheets which are set to be removed by the theme.
- Registry::setThemeManager() — Method in class Registry
Sets the theme manager.
- Registry::setCache() — Method in class Registry
Persists the theme registry in the cache backend.
- ThemeManager::setThemeRegistry() — Method in class ThemeManager
Sets the theme registry.
- ThemeManager::setActiveTheme() — Method in class ThemeManager
Sets the current active theme manually.
- ThemeManagerInterface::setActiveTheme() — Method in class ThemeManagerInterface
Sets the current active theme manually.
- ComplexDataInterface::set() — Method in class ComplexDataInterface
Sets a property value.
- ComputedItemListTrait::setValue() — Method in class ComputedItemListTrait
- {@inheritdoc}
- ComputedItemListTrait::set() — Method in class ComputedItemListTrait
- {@inheritdoc}
- DataDefinition::setDataType() — Method in class DataDefinition
Sets the data type.
- DataDefinition::setLabel() — Method in class DataDefinition
Sets the human-readable label.
- DataDefinition::setDescription() — Method in class DataDefinition
Sets the human-readable description.
- DataDefinition::setReadOnly() — Method in class DataDefinition
Sets whether the data is read-only.
- DataDefinition::setComputed() — Method in class DataDefinition
Sets whether the data is computed.
- DataDefinition::setRequired() — Method in class DataDefinition
Sets whether the data is required.
- DataDefinition::setClass() — Method in class DataDefinition
Sets the class used for creating the typed data object.
- DataDefinition::setSettings() — Method in class DataDefinition
Sets the array of settings, as required by the used class.
- DataDefinition::setSetting() — Method in class DataDefinition
Sets a definition setting.
- DataDefinition::setConstraints() — Method in class DataDefinition
Sets an array of validation constraints.
- DataDefinition::setInternal() — Method in class DataDefinition
Sets the whether the data value should be internal.
- DataReferenceBase::setValue() — Method in class DataReferenceBase
Sets the data value.
- DataReferenceDefinition::setTargetDefinition() — Method in class DataReferenceDefinition
Sets the definition of the referenced data.
- ListDataDefinition::setDataType() — Method in class ListDataDefinition
Sets the data type.
- ListDataDefinition::setItemDefinition() — Method in class ListDataDefinition
Sets the item definition.
- ListInterface::set() — Method in class ListInterface
Sets the value of the item at a given position in the list.
- MapDataDefinition::setPropertyDefinition() — Method in class MapDataDefinition
Sets the definition of a map property.
- MapDataDefinition::setMainPropertyName() — Method in class MapDataDefinition
Sets the main property name.
- BinaryData::setValue() — Method in class BinaryData
Overrides TypedData::setValue().
- DateTimeIso8601::setDateTime() — Method in class DateTimeIso8601
Sets the date time object.
- DurationIso8601::setDuration() — Method in class DurationIso8601
Sets the duration.
- ItemList::setValue() — Method in class ItemList
Overrides \Drupal\Core\TypedData\TypedData::setValue().
- ItemList::set() — Method in class ItemList
Sets the value of the item at a given position in the list.
- Language::setValue() — Method in class Language
Overrides TypedData::setValue().
- Map::setValue() — Method in class Map
Overrides \Drupal\Core\TypedData\TypedData::setValue().
- Map::set() — Method in class Map
Sets a property value.
- StringData — Class in namespace Drupal\Core\TypedData\Plugin\DataType
The string data type.
- TimeSpan::setDuration() — Method in class TimeSpan
Sets the duration.
- Timestamp::setDateTime() — Method in class Timestamp
Sets the date time object.
- PrimitiveBase::setValue() — Method in class PrimitiveBase
Sets the data value.
- PrimitiveInterface::setValue() — Method in class PrimitiveInterface
Sets the primitive data value.
- DateTimeInterface::setDateTime() — Method in class DateTimeInterface
Sets the date time object.
- DurationInterface::setDuration() — Method in class DurationInterface
Sets the duration.
- StringInterface — Class in namespace Drupal\Core\TypedData\Type
Interface for strings.
- TypedData::setValue() — Method in class TypedData
Sets the data value.
- TypedData::setContext() — Method in class TypedData
Sets the context of a property or item via a context aware parent.
- TypedDataInterface::setValue() — Method in class TypedDataInterface
Sets the data value.
- TypedDataInterface::setContext() — Method in class TypedDataInterface
Sets the context of a property or item via a context aware parent.
- TypedDataManager::setValidator() — Method in class TypedDataManager
Sets the validator for validating typed data.
- TypedDataManager::setValidationConstraintManager() — Method in class TypedDataManager
Sets the validation constraint manager.
- TypedDataManagerInterface::setValidator() — Method in class TypedDataManagerInterface
Sets the validator for validating typed data.
- TypedDataManagerInterface::setValidationConstraintManager() — Method in class TypedDataManagerInterface
Sets the validation constraint manager.
- TypedDataTrait::setTypedDataManager() — Method in class TypedDataTrait
Sets the typed data manager.
- ConstraintViolationBuilder::setParameter() — Method in class ConstraintViolationBuilder
- {@inheritdoc}
- ConstraintViolationBuilder::setParameters() — Method in class ConstraintViolationBuilder
- {@inheritdoc}
- ConstraintViolationBuilder::setTranslationDomain() — Method in class ConstraintViolationBuilder
- {@inheritdoc}
- ConstraintViolationBuilder::setInvalidValue() — Method in class ConstraintViolationBuilder
- {@inheritdoc}
- ConstraintViolationBuilder::setPlural() — Method in class ConstraintViolationBuilder
- {@inheritdoc}
- ConstraintViolationBuilder::setCode() — Method in class ConstraintViolationBuilder
- {@inheritdoc}
- ConstraintViolationBuilder::setCause() — Method in class ConstraintViolationBuilder
- {@inheritdoc}
- ExecutionContext::setNode() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::setGroup() — Method in class ExecutionContext
- {@inheritdoc}
- ExecutionContext::setConstraint() — Method in class ExecutionContext
- {@inheritdoc}
- RecursiveValidator::startContext() — Method in class RecursiveValidator
- {@inheritdoc}
- UpdateHookRegistry::setInstalledVersion() — Method in class UpdateHookRegistry
Updates the installed version information for a module.
- UpdateKernel::shutdownSession() — Method in class UpdateKernel
Ensures that the session is saved.
- UpdateKernel::setupRequestMatch() — Method in class UpdateKernel
Set up the request with fake routing data for update.php.
- $ UpdateRegistry#sitePath — Property in class UpdateRegistry
The site path.
- UpdateRegistry::scanExtensionsAndLoadUpdateFiles() — Method in class UpdateRegistry
Scans all module + profile extensions and load the update files.
- $ Updater#source — Property in class Updater
Directory to install from.
- Url::setUnrouted() — Method in class Url
Sets this Url to encapsulate an unrouted URI.
- Url::setRouteParameters() — Method in class Url
Sets the route parameters.
- Url::setRouteParameter() — Method in class Url
Sets a specific route parameter.
- Url::setOptions() — Method in class Url
Sets the URL options.
- Url::setOption() — Method in class Url
Sets a specific option.
- Url::setAbsolute() — Method in class Url
Sets the value of the absolute option for this Url.
- Url::setUrlGenerator() — Method in class Url
Sets the URL generator.
- Url::setUnroutedUrlAssembler() — Method in class Url
Sets the unrouted URL assembler.
- Token::scan() — Method in class Token
Builds a list of all token-like patterns that appear in the text.
- Token::setInfo() — Method in class Token
Sets metadata describing supported tokens.
- DrupalTranslator::setLocale() — Method in class DrupalTranslator
- {@inheritdoc}
- $ AllowedValuesConstraint#strict — Property in class AllowedValuesConstraint
- UmamiMultilingualInstallTest::setUpLanguage() — Method in class UmamiMultilingualInstallTest
- {@inheritdoc}
- SystemListingCrossProfileCompatibleTest — Class in namespace Drupal\Tests\drupal_system_listing_compatible_test\Kernel
Verifies that tests in installation profile modules are found and may use another profile for running tests.
- SystemListingCrossProfileCompatibleTest::setUp() — Method in class SystemListingCrossProfileCompatibleTest
- {@inheritdoc}
- StandardJavascriptTest — Class in namespace Drupal\Tests\standard\FunctionalJavascript
Tests Standard installation profile JavaScript expectations.
- StandardTest — Class in namespace Drupal\Tests\standard\Functional
Tests Standard installation profile expectations.
- ActionAdminManageForm::submitForm() — Method in class ActionAdminManageForm
Form submission handler.
- $ ActionFormBase#storage — Property in class ActionFormBase
The action storage.
- ActionFormBase::submitForm() — Method in class ActionFormBase
Form submission handler.
- ActionFormBase::save() — Method in class ActionFormBase
Form submission handler for the 'save' action.
- Feed::setTitle() — Method in class Feed
Sets the title of the feed.
- Feed::setUrl() — Method in class Feed
Sets the url to the feed.
- Feed::setRefreshRate() — Method in class Feed
Sets the refresh rate of the feed in seconds.
- Feed::setLastCheckedTime() — Method in class Feed
Sets the time when this feed was queued for refresh, 0 if not queued.
- Feed::setQueuedTime() — Method in class Feed
Sets the time when this feed was queued for refresh, 0 if not queued.
- Feed::setWebsiteUrl() — Method in class Feed
Sets the parent website of the feed.
- Feed::setDescription() — Method in class Feed
Sets the description of the feed.
- Feed::setImage() — Method in class Feed
Sets the primary image attached to the feed.
- Feed::setHash() — Method in class Feed
Sets the calculated hash of the feed data, used for validating cache.
- Feed::setEtag() — Method in class Feed
Sets the entity tag HTTP response header, used for validating cache.
- Feed::setLastModified() — Method in class Feed
Sets the last modification of the feed.
- Item::setFeedId() — Method in class Item
Sets the feed id of aggregator item.
- Item::setTitle() — Method in class Item
Sets the title of the feed item.
- Item::setLink() — Method in class Item
Sets the link to the feed item.
- Item::setAuthor() — Method in class Item
Sets the author of the feed item.
- Item::setDescription() — Method in class Item
Sets the body of the feed item.
- Item::setPostedTime() — Method in class Item
Sets the posted date of the feed item, as a Unix timestamp.
- Item::setGuid() — Method in class Item
Sets the unique identifier for the feed item.
- FeedForm::save() — Method in class FeedForm
Form submission handler for the 'save' action.
- FeedInterface::setTitle() — Method in class FeedInterface
Sets the title of the feed.
- FeedInterface::setUrl() — Method in class FeedInterface
Sets the url to the feed.
- FeedInterface::setRefreshRate() — Method in class FeedInterface
Sets the refresh rate of the feed in seconds.
- FeedInterface::setLastCheckedTime() — Method in class FeedInterface
Sets the time when this feed was queued for refresh, 0 if not queued.
- FeedInterface::setQueuedTime() — Method in class FeedInterface
Sets the time when this feed was queued for refresh, 0 if not queued.
- FeedInterface::setWebsiteUrl() — Method in class FeedInterface
Sets the parent website of the feed.
- FeedInterface::setDescription() — Method in class FeedInterface
Sets the description of the feed.
- FeedInterface::setImage() — Method in class FeedInterface
Sets the primary image attached to the feed.
- FeedInterface::setHash() — Method in class FeedInterface
Sets the calculated hash of the feed data, used for validating cache.
- FeedInterface::setEtag() — Method in class FeedInterface
Sets the entity tag HTTP response header, used for validating cache.
- FeedInterface::setLastModified() — Method in class FeedInterface
Sets the last modification of the feed.
- FeedItemsDeleteForm::submitForm() — Method in class FeedItemsDeleteForm
Form submission handler.
- OpmlFeedAdd::submitForm() — Method in class OpmlFeedAdd
Form submission handler.
- SettingsForm — Class in namespace Drupal\aggregator\Form
Configures aggregator settings for this site.
- SettingsForm::submitForm() — Method in class SettingsForm
Form submission handler.
- ItemInterface::setFeedId() — Method in class ItemInterface
Sets the feed id of aggregator item.
- ItemInterface::setTitle() — Method in class ItemInterface
Sets the title of the feed item.
- ItemInterface::setLink() — Method in class ItemInterface
Sets the link to the feed item.
- ItemInterface::setAuthor() — Method in class ItemInterface
Sets the author of the feed item.
- ItemInterface::setDescription() — Method in class ItemInterface
Sets the body of the feed item.
- ItemInterface::setPostedTime() — Method in class ItemInterface
Sets the posted date of the feed item, as a Unix timestamp.
- ItemInterface::setGuid() — Method in class ItemInterface
Sets the unique identifier for the feed item.
- AggregatorTitleFormatter::settingsForm() — Method in class AggregatorTitleFormatter
Returns a form to configure settings for the formatter.
- DefaultProcessor::submitConfigurationForm() — Method in class DefaultProcessor
Form submission handler.
- DefaultProcessor::setConfiguration() — Method in class DefaultProcessor
Sets the configuration for this plugin instance.
- $ AutomatedCron#state — Property in class AutomatedCron
The state key value store.
- BanAdmin::submitForm() — Method in class BanAdmin
Form submission handler.
- BanDelete::submitForm() — Method in class BanDelete
Form submission handler.
- BigPipeController::setNoJsCookie() — Method in class BigPipeController
Sets a BigPipe no-JS cookie, redirects back to the original location.
- $ BigPipe#session — Property in class BigPipe
The session.
- BigPipe::sendChunk() — Method in class BigPipe
Sends a chunk.
- BigPipe::sendContent() — Method in class BigPipe
Sends an HTML response in chunks using the BigPipe technique.
- BigPipe::sendPreBody() — Method in class BigPipe
Sends everything until just before .
- BigPipe::sendNoJsPlaceholders() — Method in class BigPipe
Sends no-JS BigPipe placeholders' replacements as embedded HTML responses.
- BigPipe::sendPlaceholders() — Method in class BigPipe
Sends BigPipe placeholders' replacements as embedded AJAX responses.
- BigPipe::sendPostBody() — Method in class BigPipe
Sends