function RulesEventHandlerInterface::setSettings
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
Class
- RulesEventHandlerInterface
- Interface for handling rules events.
Code
public function setSettings(array $settings);