You are here

public function RulesEventDefaultHandler::getDefaults in Rules 7.2

Implements RulesEventHandlerInterface::getDefaults().

Overrides RulesEventHandlerInterface::getDefaults

File

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

Class

RulesEventDefaultHandler
A handler for events having no settings. This is the default handler.

Code

public function getDefaults() {
  return array();
}