protected function RulesTaxonomyEventHandler::getBundlePropertyLabel in Rules 7.2
Returns the label to use for the bundle property.
Return value
string The label to use for the bundle property.
Overrides RulesEventHandlerEntityBundle::getBundlePropertyLabel
File
- modules/
taxonomy.rules.inc, line 142 - Rules integration for the taxonomy_term module.
Class
- RulesTaxonomyEventHandler
- Event handler support taxonomy bundle event settings.
Code
protected function getBundlePropertyLabel() {
return t('vocabulary');
}