You are here

public function RulesEventHandlerInterface::getSettings in Rules 7.2

Gets the event settings.

Return value

array The array of settings.

1 method overrides RulesEventHandlerInterface::getSettings()
RulesEventHandlerBase::getSettings in includes/rules.event.inc
Implements RulesEventHandlerInterface::getSettings().

File

includes/rules.event.inc, line 67
Contains event handler interface and base classes.

Class

RulesEventHandlerInterface
Interface for handling rules events.

Code

public function getSettings();