Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ExecutableInterface | interface | core/ |
An interface for executable plugins. |
| ExecutableInterface.php | file | core/ |
|
| ExecutableInterface::execute | function | core/ |
Executes the plugin. |
| ExecutableManagerInterface | interface | core/ |
An interface for managers of executable plugins. |
| ExecutableManagerInterface.php | file | core/ |
|
| ExecutableManagerInterface::execute | function | core/ |
Executes an executable plugin. |
| ExecutablePluginBase | class | core/ |
Provides the basic architecture for executable plugins. |
| ExecutablePluginBase.php | file | core/ |
|
| ExecutablePluginBase::getConfig | function | core/ |
Gets all configuration values. |
| ExecutablePluginBase::getConfigDefinition | function | core/ |
Gets the definition of a configuration option. |
| ExecutablePluginBase::getConfigDefinitions | function | core/ |
Gets an array of definitions of available configuration options. |
| ExecutablePluginBase::setConfig | function | core/ |
Sets the value of a particular configuration option. |
| ExecuteMigration | class | core/ |
Custom controller to execute the test migrations. |
| ExecuteMigration.php | file | core/ |
|
| ExecuteMigration::execute | function | core/ |
Run the node_migration_no_migrate_drupal test migration. |
| ExecutionContext | class | core/ |
Defines an execution context class. |
| ExecutionContext.php | file | core/ |
|
| ExecutionContext::$constraint | property | core/ |
The currently validated constraint. |
| ExecutionContext::$group | property | core/ |
The currently validated group. |
| ExecutionContext::$metadata | property | core/ |
The current validation metadata. |
| ExecutionContext::$object | property | core/ |
The currently validated object. |
| ExecutionContext::$propertyPath | property | core/ |
The property path leading to the current value. |
| ExecutionContext::$validatedConstraints | property | core/ |
Stores which class constraint has been validated for which object. |
| ExecutionContext::$validatedObjects | property | core/ |
Stores which objects have been validated in which group. |
| ExecutionContext::$value | property | core/ |
The currently validated value. |
| ExecutionContext::$violations | property | core/ |
The violations generated in the current context. |
| ExecutionContext::addViolation | function | core/ |
|
| ExecutionContext::buildViolation | function | core/ |
|
| ExecutionContext::getClassName | function | core/ |
|
| ExecutionContext::getConstraint | function | core/ |
Gets the current constraint. |
| ExecutionContext::getGroup | function | core/ |
|
| ExecutionContext::getMetadata | function | core/ |
|
| ExecutionContext::getObject | function | core/ |
|
| ExecutionContext::getPropertyName | function | core/ |
|
| ExecutionContext::getPropertyPath | function | core/ |
|
| ExecutionContext::getRoot | function | core/ |
|
| ExecutionContext::getValidator | function | core/ |
|
| ExecutionContext::getValue | function | core/ |
|
| ExecutionContext::getViolations | function | core/ |
|
| ExecutionContext::isConstraintValidated | function | core/ |
|
| ExecutionContext::isGroupValidated | function | core/ |
|
| ExecutionContext::isObjectInitialized | function | core/ |
|
| ExecutionContext::markConstraintAsValidated | function | core/ |
|
| ExecutionContext::markGroupAsValidated | function | core/ |
|
| ExecutionContext::markObjectAsInitialized | function | core/ |
|
| ExecutionContext::setConstraint | function | core/ |
|
| ExecutionContext::setGroup | function | core/ |
|
| ExecutionContext::setNode | function | core/ |
|
| ExecutionContext::__clone | function | core/ |
Clone this context. |
| ExecutionContext::__construct | function | core/ |
Creates a new ExecutionContext. |
Pagination
- Previous page
- Page 608
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.