You are here

protected function RulesCommentEventHandler::getBundlePropertyLabel in Rules 7.2

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
Rules integration for the comment module.

Class

RulesCommentEventHandler
Event handler support comment bundle event settings.

Code

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