public property RulesAction::$provides in Rules 8.3
Defines the provided context_definitions of the action 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 76
Class
- RulesAction
- Defines a Rules Action annotation object.
Namespace
Drupal\rules\Core\AnnotationCode
public $provides = [];