Search for definition
- Search 7.x for definition
- Search 9.5.x for definition
- Search 8.9.x for definition
- Search 10.3.x for definition
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DefaultPluginManager::$pluginDefinitionAttributeName | property | core/ |
The name of the attribute that contains the plugin definition. |
DefaultPluginManager::alterDefinitions | function | core/ |
Invokes the hook to alter the definitions if the alter hook is set. |
DefaultPluginManager::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
DefaultPluginManager::extractProviderFromDefinition | function | core/ |
Extracts the provider from a plugin definition. |
DefaultPluginManager::findDefinitions | function | core/ |
Finds plugin definitions. |
DefaultPluginManager::getCachedDefinitions | function | core/ |
Returns the cached plugin definitions of the decorated discovery class. |
DefaultPluginManager::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
DefaultPluginManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
DefaultPluginManager::setCachedDefinitions | function | core/ |
Sets a cache of plugin definitions for the decorated discovery class. |
DefaultPluginManagerTest::$expectedDefinitions | property | core/ |
The expected plugin definitions. |
DefaultPluginManagerTest::providerTestProcessDefinition | function | core/ |
|
DefaultPluginManagerTest::testGetDefinitionPluginNotFoundException | function | core/ |
Tests the plugin manager behavior for a missing plugin ID. |
DefaultPluginManagerTest::testGetDefinitionsWithoutRequiredInterface | function | core/ |
Tests plugins without a required interface. |
DefaultPluginManagerTest::testProcessDefinition | function | core/ |
@covers ::processDefinition @dataProvider providerTestProcessDefinition |
DefaultSelectionDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
DefaultTableMapping::$fieldStorageDefinitions | property | core/ |
The field storage definitions of this mapping. |
DefaultTableMappingIntegrationTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
DefaultTableMappingTest::setUpDefinition | function | core/ |
Sets up a field storage definition for the test. |
DefaultWizardDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
DeleteActionTest::testGetDerivativeDefinitions | function | core/ |
@covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityDeleteActionDeriver::getDerivativeDefinitions |
DeletedFieldsRepository::addFieldDefinition | function | core/ |
Adds a field definition object to the deleted list. |
DeletedFieldsRepository::addFieldStorageDefinition | function | core/ |
Adds a field storage definition object to the deleted list. |
DeletedFieldsRepository::getFieldDefinitions | function | core/ |
Returns a list of deleted field definitions. |
DeletedFieldsRepository::getFieldStorageDefinitions | function | core/ |
Returns a list of deleted field storage definitions. |
DeletedFieldsRepository::removeFieldDefinition | function | core/ |
Removes a field definition object from the deleted list. |
DeletedFieldsRepository::removeFieldStorageDefinition | function | core/ |
Removes a field storage definition object from the deleted list. |
DeletedFieldsRepositoryInterface::addFieldDefinition | function | core/ |
Adds a field definition object to the deleted list. |
DeletedFieldsRepositoryInterface::addFieldStorageDefinition | function | core/ |
Adds a field storage definition object to the deleted list. |
DeletedFieldsRepositoryInterface::getFieldDefinitions | function | core/ |
Returns a list of deleted field definitions. |
DeletedFieldsRepositoryInterface::getFieldStorageDefinitions | function | core/ |
Returns a list of deleted field storage definitions. |
DeletedFieldsRepositoryInterface::removeFieldDefinition | function | core/ |
Removes a field definition object from the deleted list. |
DeletedFieldsRepositoryInterface::removeFieldStorageDefinition | function | core/ |
Removes a field storage definition object from the deleted list. |
DependentPluginDefinitionInterface | interface | core/ |
Provides an interface for a plugin definition that has dependencies. |
DependentPluginDefinitionInterface.php | file | core/ |
|
DependentPluginDefinitionInterface::getConfigDependencies | function | core/ |
Gets the config dependencies of this plugin definition. |
DependentPluginDefinitionInterface::setConfigDependencies | function | core/ |
Sets the config dependencies of this plugin definition. |
DependentPluginDefinitionTrait | trait | core/ |
Provides a trait for a plugin definition that has dependencies. |
DependentPluginDefinitionTrait.php | file | core/ |
|
DependentPluginDefinitionTrait::$config_dependencies | property | core/ |
|
DependentPluginDefinitionTrait::getConfigDependencies | function | core/ |
|
DependentPluginDefinitionTrait::setConfigDependencies | function | core/ |
|
DeprecatedReferenceItem::propertyDefinitions | function | core/ |
Defines field item properties. |
DerivablePluginDefinitionInterface | interface | core/ |
Provides an interface for a derivable plugin definition. |
DerivablePluginDefinitionInterface.php | file | core/ |
|
DerivablePluginDefinitionInterface::getDeriver | function | core/ |
Gets the name of the deriver of this plugin definition, if it exists. |
DerivablePluginDefinitionInterface::setDeriver | function | core/ |
Sets the deriver of this plugin definition. |
DerivativeDiscoveryDecorator::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
DerivativeDiscoveryDecorator::getDefinition | function | core/ |
|
DerivativeDiscoveryDecorator::getDefinitions | function | core/ |
|
DerivativeDiscoveryDecorator::mergeDerivativeDefinition | function | core/ |
Merges a base and derivative definition, taking into account empty values. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.