Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| ContextualLinkInterface.php | file | core/ |
|
| ContextualLinkInterface::getGroup | function | core/ |
Returns the group this contextual link should be rendered in. |
| ContextualLinkInterface::getOptions | function | core/ |
Returns the link options passed to the link generator. |
| ContextualLinkInterface::getRouteName | function | core/ |
Returns the route name of the contextual link. |
| ContextualLinkInterface::getTitle | function | core/ |
Returns the localized title to be shown for this contextual link. |
| ContextualLinkInterface::getWeight | function | core/ |
Returns the weight of the contextual link. |
| ContextualLinkManagerInterface | interface | core/ |
Provides an object which returns the available contextual links. |
| ContextualLinkManagerInterface.php | file | core/ |
|
| ContextualLinkManagerInterface::getContextualLinkPluginsByGroup | function | core/ |
Gets the contextual link plugins by contextual link group. |
| ContextualLinkManagerInterface::getContextualLinksArrayByGroup | function | core/ |
Gets the contextual links prepared as expected by links.html.twig. |
| ContextualValidatorInterface | interface | core/ |
Extends the contextual validator validate method by a new parameter. |
| ContextualValidatorInterface.php | file | core/ |
|
| ContextualValidatorInterface::validate | function | core/ |
Validates a value against a constraint or a list of constraints. |
| ControllerResolverInterface | interface | core/ |
Extends the ControllerResolverInterface from symfony. |
| ControllerResolverInterface.php | file | core/ |
|
| ControllerResolverInterface::getControllerFromDefinition | function | core/ |
Returns the Controller instance with a given controller route definition. |
| CountryManagerInterface | interface | core/ |
Defines a common interface for country managers. |
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.