ReactionRuleConfig::$events
The events this reaction rule is reacting on.
Events array. The array is numerically indexed and contains arrays with the following structure:
- event_name: String with the event machine name.
- configuration: An array containing the event configuration.
Type: array
File
-
src/
Entity/ ReactionRuleConfig.php, line 125
Class
- ReactionRuleConfig
- Reaction rule configuration entity to persistently store configuration.
Namespace
Drupal\rules\EntityCode
protected $events = [];