public property RulesAction::$context_definitions in Rules 8.3
An array of context definitions describing the context used by the plugin.
Array keys are the names of the context variables and values are the context definitions.
Type: \Drupal\Core\Annotation\ContextDefinition[]
File
- src/
Core/ Annotation/ RulesAction.php, line 66
Class
- RulesAction
- Defines a Rules Action annotation object.
Namespace
Drupal\rules\Core\AnnotationCode
public $context_definitions = [];