function RulesTriggerableInterface::getEventSettings
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 1988
Class
- RulesTriggerableInterface
- Interface for objects that are triggerable.
Code
public function getEventSettings($event_name);