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