function RulesTriggerableInterface::getEventNames

Gets machine names of all events the rule is reacting on.

Return value

string[] The array of fully qualified event names of the rule.

1 method overrides RulesTriggerableInterface::getEventNames()
ReactionRuleConfig::getEventNames in src/Entity/ReactionRuleConfig.php
Gets machine names of all events the rule is reacting on.

File

src/Core/RulesTriggerableInterface.php, line 29

Class

RulesTriggerableInterface
Interface for objects that are triggerable.

Namespace

Drupal\rules\Core

Code

public function getEventNames();