Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| ContextDefinitionInterface::setLabel | function | core/ |
Sets the human readable label. |
| ContextDefinitionInterface::setMultiple | function | core/ |
Sets whether the data is multi-valued. |
| ContextDefinitionInterface::setRequired | function | core/ |
Sets whether the data is required. |
| ContextHandlerInterface | interface | core/ |
Provides an interface for handling sets of contexts. |
| ContextHandlerInterface.php | file | core/ |
|
| ContextHandlerInterface::applyContextMapping | function | core/ |
Prepares a plugin for evaluation. |
| ContextHandlerInterface::checkRequirements | function | core/ |
Checks a set of requirements against a set of contexts. |
| ContextHandlerInterface::filterPluginDefinitionsByContexts | function | core/ |
Determines plugins whose constraints are satisfied by a set of contexts. |
| ContextHandlerInterface::getMatchingContexts | function | core/ |
Determines which contexts satisfy the constraints of a given definition. |
| ContextInterface | interface | core/ |
Context data and definitions for plugins supporting caching and return docs. |
| ContextInterface | interface | core/ |
Provides data and definitions for plugins during runtime and administration. |
| ContextInterface.php | file | core/ |
|
| ContextInterface.php | file | core/ |
|
| ContextInterface::addCacheableDependency | function | core/ |
Adds a dependency on an object: merges its cacheability metadata. |
| ContextInterface::createFromContext | function | core/ |
Creates a new context with a different value. |
| ContextInterface::getConstraints | function | core/ |
Gets a list of validation constraints. |
| ContextInterface::getContextData | function | core/ |
Gets the context value as typed data object. |
| ContextInterface::getContextDefinition | function | core/ |
|
| ContextInterface::getContextDefinition | function | core/ |
Gets the provided definition that the context must conform to. |
| ContextInterface::getContextValue | function | core/ |
Gets the context value. |
| ContextInterface::hasContextValue | function | core/ |
Returns whether the context has a value. |
| ContextInterface::validate | function | core/ |
Validates the set context value. |
| ContextProviderInterface | interface | core/ |
Defines an interface for providing plugin contexts. |
| ContextProviderInterface.php | file | core/ |
|
| ContextProviderInterface::getAvailableContexts | function | core/ |
Gets all available contexts for the purposes of configuration. |
| ContextProviderInterface::getRuntimeContexts | function | core/ |
Gets runtime context values for the given context IDs. |
| ContextRepositoryInterface | interface | core/ |
Offers a global context repository. |
| ContextRepositoryInterface.php | file | core/ |
|
| ContextRepositoryInterface::getAvailableContexts | function | core/ |
Gets all available contexts for the purposes of configuration. |
| ContextRepositoryInterface::getRuntimeContexts | function | core/ |
Gets runtime context values for the given context IDs. |
| ContextualLinkInterface | interface | core/ |
Defines a contextual link plugin. |
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.