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