function RulesEventHandlerBase::getSettings

Implements RulesEventHandlerInterface::getSettings().

Overrides RulesEventHandlerInterface::getSettings

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

File

includes/rules.event.inc, line 215

Class

RulesEventHandlerBase
Base class for event handler.

Code

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