function RulesTaxonomyEventHandler::getBundlePropertyLabel

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

Class

RulesTaxonomyEventHandler
Event handler support taxonomy bundle event settings.

Code

protected function getBundlePropertyLabel() {
    return t('vocabulary');
}