You are here

protected function RulesOrganigramsEventHandler::getBundlePropertyLabel in Organigrams 7

Returns the label to use for the bundle property.

Return value

string The name of the bundle.

Overrides RulesEventHandlerEntityBundle::getBundlePropertyLabel

File

./organigrams.rules.inc, line 174
Rules integration for the organigrams module.

Class

RulesOrganigramsEventHandler
Event handler support organigrams bundle event settings.

Code

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