Search for init
Title | Object type | File name | Summary |
---|---|---|---|
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(). |
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::$entityContextDefinition | property | core/ |
An EntityContextDefinition instance, for backwards compatibility. |
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. |
ContextDefinition::getLabel | function | core/ |
Gets a human readable label. |
ContextDefinition::getSampleValues | function | core/ |
Returns typed data objects representing this context definition. |
ContextDefinition::initializeEntityContextDefinition | function | core/ |
Initializes $this->entityContextDefinition for backwards compatibility. |
ContextDefinition::isMultiple | function | core/ |
Determines whether the data is multi-valued, i.e. a list of data items. |
ContextDefinition::isRequired | function | core/ |
Determines whether the context is required. |
ContextDefinition::isSatisfiedBy | function | core/ |
Determines if this definition is satisfied by a context object. |
ContextDefinition::setConstraints | function | core/ |
Sets the array of validation constraints. |
ContextDefinition::setDataType | function | core/ |
Sets the data type needed by the context. |
ContextDefinition::setDefaultValue | function | core/ |
Sets the default data value. |
ContextDefinition::setDescription | function | core/ |
Sets the human readable description. |
ContextDefinition::setLabel | function | core/ |
Sets the human readable label. |
ContextDefinition::setMultiple | function | core/ |
Sets whether the data is multi-valued. |
ContextDefinition::setRequired | function | core/ |
Sets whether the data is required. |
ContextDefinition::__construct | function | core/ |
Constructs a new context definition object. |
ContextDefinition::__construct | function | core/ |
Constructs a new context definition object. |
ContextDefinition::__sleep | function | core/ |
Implements magic __sleep() method. |
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/ |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.