function RulesEventHandlerEntityBundle::getDefaults
Implements RulesEventHandlerInterface::getDefaults().
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,
);
}