You are here

protected property ReactionRuleConfig::$events in Rules 8.3

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 122

Class

ReactionRuleConfig
Reaction rule configuration entity to persistently store configuration.

Namespace

Drupal\rules\Entity

Code

protected $events = [];