function RulesNodeEventHandler::getBundlePropertyLabel
Returns the label to use for the bundle property.
Return value
string
Overrides RulesEventHandlerEntityBundle::getBundlePropertyLabel
File
-
modules/
node.rules.inc, line 155
Class
- RulesNodeEventHandler
- Event handler support node bundle event settings.
Code
protected function getBundlePropertyLabel() {
return t('type');
}