You are here

public function RulesReactionRule::events in Rules 7.2

Implements RulesTriggerableInterface::events().

Overrides RulesTriggerableInterface::events

File

includes/rules.plugins.inc, line 400
Contains plugin info and implementations not needed for rule evaluation.

Class

RulesReactionRule
Represents rules getting triggered by events.

Code

public function events() {
  return $this->events;
}