function RulesEventHandlerBase::setSettings

Implements RulesEventHandlerInterface::setSettings().

Overrides RulesEventHandlerInterface::setSettings

File

includes/rules.event.inc, line 222

Class

RulesEventHandlerBase
Base class for event handler.

Code

public function setSettings(array $settings) {
    $this->settings = $settings + $this->getDefaults();
    return $this;
}