public function RulesEventDefaultHandler::getSettings in Rules 7.2
Implements RulesEventHandlerInterface::getSettings().
Overrides RulesEventHandlerBase::getSettings
File
- includes/
rules.event.inc, line 302 - Contains event handler interface and base classes.
Class
- RulesEventDefaultHandler
- A handler for events having no settings. This is the default handler.
Code
public function getSettings() {
return NULL;
}