You are here

public function RulesEventHandlerInterface::getDefaults in Rules 7.2

Returns an array of default settings.

Return value

array The array of default settings.

3 calls to RulesEventHandlerInterface::getDefaults()
RulesEventHandlerBase::extractFormValues in includes/rules.event.inc
Implements RulesEventHandlerInterface::extractFormValues().
RulesEventHandlerBase::setSettings in includes/rules.event.inc
Implements RulesEventHandlerInterface::setSettings().
RulesEventHandlerBase::__construct in includes/rules.event.inc
Implements RulesEventHandlerInterface::__construct().
2 methods override RulesEventHandlerInterface::getDefaults()
RulesEventDefaultHandler::getDefaults in includes/rules.event.inc
Implements RulesEventHandlerInterface::getDefaults().
RulesEventHandlerEntityBundle::getDefaults in includes/rules.event.inc
Implements RulesEventHandlerInterface::getDefaults().

File

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

Class

RulesEventHandlerInterface
Interface for handling rules events.

Code

public function getDefaults();