You are here

public function RulesEventHandlerEntityBundle::getDefaults in Rules 7.2

Implements RulesEventHandlerInterface::getDefaults().

Overrides RulesEventHandlerInterface::getDefaults

File

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

Class

RulesEventHandlerEntityBundle
Exposes the bundle of an entity as event setting.

Code

public function getDefaults() {
  return array(
    'bundle' => NULL,
  );
}