You are here

public function RulesEventHandlerBase::getSettings in Rules 7.2

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
Contains event handler interface and base classes.

Class

RulesEventHandlerBase
Base class for event handler.

Code

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