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