Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ContextAwarePluginBase::setContextMapping | function | core/ |
|
| ContextAwarePluginBase::setContextValue | function | core/ |
|
| ContextAwarePluginBase::setContextValue | function | core/ |
|
| ContextAwarePluginBase::validateContexts | function | core/ |
|
| ContextAwarePluginBase::__construct | function | core/ |
Overrides \Drupal\Component\Plugin\PluginBase::__construct(). |
| ContextAwarePluginBase::__get | function | core/ |
Implements magic __get() method. |
| ContextAwarePluginBaseTest | class | core/ |
@coversDefaultClass \Drupal\Core\Plugin\ContextAwarePluginBase[[api-linebreak]] |
| ContextAwarePluginBaseTest.php | file | core/ |
|
| ContextAwarePluginBaseTest::$plugin | property | core/ |
The plugin instance under test. |
| ContextAwarePluginBaseTest::setUp | function | core/ |
|
| ContextAwarePluginBaseTest::testGetContextDefinition | function | core/ |
@covers ::getContextDefinition[[api-linebreak]] |
| ContextAwarePluginBaseTest::testGetContextDefinitions | function | core/ |
@covers ::getContextDefinitions[[api-linebreak]] |
| ContextAwarePluginBaseTest::testGetContextValue | function | core/ |
@covers ::getContextValue[[api-linebreak]] @group legacy |
| ContextAwarePluginBaseTest::testSetContextValue | function | core/ |
@covers ::setContextValue[[api-linebreak]] @group legacy |
| 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 | interface | core/ |
Interface for defining context aware plugins. |
| ContextAwarePluginInterface | interface | core/ |
An override of ContextAwarePluginInterface for documentation purposes. |
| ContextAwarePluginInterface.php | file | core/ |
|
| ContextAwarePluginInterface.php | file | core/ |
|
| ContextAwarePluginInterface::getContext | function | core/ |
Gets a defined context. |
| 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. |
| ContextAwarePluginInterface::getContextMapping | function | core/ |
Gets a mapping of the expected assignment names to their context names. |
| ContextAwarePluginInterface::getContexts | function | core/ |
Gets the defined contexts. |
| ContextAwarePluginInterface::getContextValue | function | core/ |
Gets the value for a defined context. |
| ContextAwarePluginInterface::getContextValues | function | core/ |
Gets the values for all defined contexts. |
| ContextAwarePluginInterface::setContext | function | core/ |
Set a context on this plugin. |
| ContextAwarePluginInterface::setContextMapping | function | core/ |
Sets a mapping of the expected assignment names to their context names. |
| ContextAwarePluginInterface::setContextValue | function | core/ |
Sets the value for a defined context. |
| ContextAwarePluginInterface::validateContexts | function | core/ |
Validates the set values for the defined contexts. |
| ContextAwarePluginManagerInterface | interface | core/ |
Provides an interface for plugin managers that support context-aware plugins. |
| ContextAwarePluginManagerInterface.php | file | core/ |
|
| ContextAwarePluginManagerInterface::getDefinitionsForContexts | function | core/ |
Determines plugins whose constraints are satisfied by a set of contexts. |
Pagination
- Previous page
- Page 302
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.