Search for init
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| ContextDefinition::getConstraints | function | core/ |
Gets an array of validation constraints. |
| ContextDefinition::getDataDefinition | function | core/ |
Returns the data definition of the defined context. |
| ContextDefinition::getDataType | function | core/ |
Gets the data type needed by the context. |
| ContextDefinition::getDefaultValue | function | core/ |
Gets the default value for this context definition. |
| ContextDefinition::getDefinitionClass | function | core/ |
Determines the context definition class to use. |
| ContextDefinition::getDescription | function | core/ |
Gets a human readable description. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.