Search for definition
- Search 7.x for definition
- Search 9.5.x for definition
- Search 8.9.x for definition
- Search 11.x for definition
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Context::$contextDefinition | property | core/ |
The definition to which a context must conform. |
Context::$contextDefinition | property | core/ |
The definition to which a context must conform. |
Context::getContextDefinition | function | core/ |
Gets the provided definition that the context must conform to. |
Context::getContextDefinition | function | core/ |
Gets the provided definition that the context must conform to. |
ContextAwarePluginDefinition | class | core/ |
|
ContextAwarePluginDefinitionInterface | interface | core/ |
Provides an interface for plugin definitions which use contexts. |
ContextAwarePluginDefinitionInterface.php | file | core/ |
|
ContextAwarePluginDefinitionInterface::addContextDefinition | function | core/ |
Adds a context to this plugin definition. |
ContextAwarePluginDefinitionInterface::getContextDefinition | function | core/ |
Returns a particular context definition for this plugin. |
ContextAwarePluginDefinitionInterface::getContextDefinitions | function | core/ |
Returns all context definitions for this plugin. |
ContextAwarePluginDefinitionInterface::hasContextDefinition | function | core/ |
Checks if the plugin defines a particular context. |
ContextAwarePluginDefinitionInterface::removeContextDefinition | function | core/ |
Removes a context definition from this plugin. |
ContextAwarePluginDefinitionTrait | trait | core/ |
Provides a trait for context-aware object-based plugin definitions. |
ContextAwarePluginDefinitionTrait.php | file | core/ |
|
ContextAwarePluginDefinitionTrait::$contextDefinitions | property | core/ |
The context definitions for this plugin definition. |
ContextAwarePluginDefinitionTrait::addContextDefinition | function | core/ |
Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::addContextDefinition(). |
ContextAwarePluginDefinitionTrait::getContextDefinition | function | core/ |
Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::getContextDefinition(). |
ContextAwarePluginDefinitionTrait::getContextDefinitions | function | core/ |
Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::getContextDefinitions(). |
ContextAwarePluginDefinitionTrait::hasContextDefinition | function | core/ |
Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::hasContextDefinition(). |
ContextAwarePluginDefinitionTrait::removeContextDefinition | function | core/ |
Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::removeContextDefinition(). |
ContextAwarePluginInterface::getContextDefinition | function | core/ |
Gets a specific context definition of the plugin. |
ContextAwarePluginInterface::getContextDefinition | function | core/ |
Gets a specific context definition of the plugin. |
ContextAwarePluginInterface::getContextDefinitions | function | core/ |
Gets the context definitions of the plugin. |
ContextAwarePluginInterface::getContextDefinitions | function | core/ |
Gets the context definitions of the plugin. |
ContextAwarePluginManagerInterface::getDefinitionsForContexts | function | core/ |
Determines plugins whose constraints are satisfied by a set of contexts. |
ContextAwarePluginManagerTrait::getDefinitions | function | core/ |
See \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions(). |
ContextAwarePluginManagerTrait::getDefinitionsForContexts | function | core/ |
See \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface::getDefinitionsForContexts(). |
ContextAwarePluginTrait::getContextDefinition | function | core/ |
|
ContextAwarePluginTrait::getContextDefinitions | function | core/ |
|
ContextAwarePluginTrait::getPluginDefinition | function | core/ |
|
ContextAwarePluginTraitTest::testGetContextDefinition | function | core/ |
@covers ::getContextDefinition[[api-linebreak]] |
ContextAwarePluginTraitTest::testGetContextDefinitions | function | core/ |
@covers ::getContextDefinitions[[api-linebreak]] |
ContextDefinition | class | core/ |
Defines a context definition annotation object. |
ContextDefinition | class | core/ |
Defines a class for context definitions. |
ContextDefinition.php | file | core/ |
|
ContextDefinition.php | file | core/ |
|
ContextDefinition::$constraints | property | core/ |
An array of constraints. |
ContextDefinition::$dataType | property | core/ |
The data type of the data. |
ContextDefinition::$defaultValue | property | core/ |
The default value. |
ContextDefinition::$definition | property | core/ |
The ContextDefinitionInterface object. |
ContextDefinition::$description | property | core/ |
The human-readable description. |
ContextDefinition::$isMultiple | property | core/ |
Whether the data is multi-valued, i.e. a list of data items. |
ContextDefinition::$isRequired | property | core/ |
Determines whether a data value is required. |
ContextDefinition::$label | property | core/ |
The human-readable label. |
ContextDefinition::addConstraint | function | core/ |
Adds a validation constraint. |
ContextDefinition::create | function | core/ |
Creates a new context definition. |
ContextDefinition::dataTypeMatches | function | core/ |
Checks if this definition's data type matches that of the given context. |
ContextDefinition::get | function | core/ |
Returns the value of an annotation. |
ContextDefinition::getConstraint | function | core/ |
Gets a validation constraint. |
ContextDefinition::getConstraintObjects | function | core/ |
Extracts an array of constraints for a context definition object. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.