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