function RulesEventHandlerEntityBundle::getDefaults

Implements RulesEventHandlerInterface::getDefaults().

Return value

array The array of default settings.

Overrides RulesEventHandlerInterface::getDefaults

File

includes/rules.event.inc, line 399

Class

RulesEventHandlerEntityBundle
Exposes the bundle of an entity as event setting.

Code

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