You are here

protected function RulesNodeEventHandler::getBundlePropertyLabel in Rules 7.2

Returns the label to use for the bundle property.

Return value

string

Overrides RulesEventHandlerEntityBundle::getBundlePropertyLabel

File

modules/node.rules.inc, line 155
Rules integration for the node module.

Class

RulesNodeEventHandler
Event handler support node bundle event settings.

Code

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