You are here

public function RulesTriggerableInterface::getEventSettings in Rules 7.2

Gets the event settings associated with the given (configured) event.

Parameters

string $event_name: The (configured) event's name.

Return value

array|null The array of event settings, or NULL if there are no settings.

1 method overrides RulesTriggerableInterface::getEventSettings()
RulesReactionRule::getEventSettings in includes/rules.plugins.inc
Implements RulesTriggerableInterface::getEventSettings().

File

includes/rules.core.inc, line 1973
Rules base classes and interfaces needed for any rule evaluation.

Class

RulesTriggerableInterface
Interface for objects that are triggerable.

Code

public function getEventSettings($event_name);