Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
ContextAwarePluginInterface | interface | core/ |
An override of ContextAwarePluginInterface for documentation purposes. |
ContextAwarePluginInterface | interface | core/ |
Interface for defining context aware plugins. |
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. |
ContextAwareVariantInterface | interface | core/ |
Provides an interface for variant plugins that are context-aware. |
ContextAwareVariantInterface.php | file | core/ |
|
ContextAwareVariantInterface::getContexts | function | core/ |
Gets the values for all defined contexts. |
ContextAwareVariantInterface::setContexts | function | core/ |
Sets the context values for this display variant. |
ContextDefinitionInterface | interface | core/ |
Interface to define definition objects in ContextInterface via TypedData. |
ContextDefinitionInterface | interface | core/ |
Interface used to define definition objects found in ContextInterface. |
ContextDefinitionInterface.php | file | core/ |
|
ContextDefinitionInterface.php | file | core/ |
|
ContextDefinitionInterface::addConstraint | function | core/ |
Adds a validation constraint. |
ContextDefinitionInterface::getConstraint | function | core/ |
Gets a validation constraint. |
ContextDefinitionInterface::getConstraints | function | core/ |
Gets an array of validation constraints. |
ContextDefinitionInterface::getDataDefinition | function | core/ |
Returns the data definition of the defined context. |
ContextDefinitionInterface::getDataType | function | core/ |
Gets the data type needed by the context. |
ContextDefinitionInterface::getDefaultValue | function | core/ |
Gets the default value for this context definition. |
ContextDefinitionInterface::getDescription | function | core/ |
Gets a human readable description. |
ContextDefinitionInterface::getLabel | function | core/ |
Gets a human readable label. |
ContextDefinitionInterface::isMultiple | function | core/ |
Determines whether the data is multi-valued, i.e. a list of data items. |
ContextDefinitionInterface::isRequired | function | core/ |
Determines whether the context is required. |
ContextDefinitionInterface::isSatisfiedBy | function | core/ |
Determines if this definition is satisfied by a context object. |
ContextDefinitionInterface::setConstraints | function | core/ |
Sets the array of validation constraints. |
ContextDefinitionInterface::setDataType | function | core/ |
Sets the data type needed by the context. |
ContextDefinitionInterface::setDefaultValue | function | core/ |
Sets the default data value. |
ContextDefinitionInterface::setDescription | function | core/ |
Sets the human readable description. |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.