You are here

public function RulesEventHandlerInterface::setSettings in Rules 7.2

Sets the event settings.

Parameters

array $settings: An array of settings to set.

Return value

RulesEventHandlerInterface The handler itself for chaining.

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

File

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

Class

RulesEventHandlerInterface
Interface for handling rules events.

Code

public function setSettings(array $settings);