class RulesNodeEventHandler
Event handler support node bundle event settings.
Hierarchy
- class \RulesEventHandlerBase implements \RulesEventHandlerInterface
- class \RulesEventHandlerEntityBundle extends \RulesEventHandlerBase
- class \RulesNodeEventHandler extends \RulesEventHandlerEntityBundle
- class \RulesEventHandlerEntityBundle extends \RulesEventHandlerBase
Expanded class hierarchy of RulesNodeEventHandler
Related topics
1 string reference to 'RulesNodeEventHandler'
- rules_node_event_info in modules/
node.rules.inc - Implements hook_rules_event_info() on behalf of the node module.
File
-
modules/
node.rules.inc, line 148
View source
class RulesNodeEventHandler extends RulesEventHandlerEntityBundle {
/**
* Returns the label to use for the bundle property.
*
* @return string
*/
protected function getBundlePropertyLabel() {
return t('type');
}
}