class RulesCommentEventHandler
Event handler support comment bundle event settings.
Hierarchy
- class \RulesEventHandlerBase implements \RulesEventHandlerInterface
- class \RulesEventHandlerEntityBundle extends \RulesEventHandlerBase
- class \RulesCommentEventHandler extends \RulesEventHandlerEntityBundle
- class \RulesEventHandlerEntityBundle extends \RulesEventHandlerBase
Expanded class hierarchy of RulesCommentEventHandler
Related topics
1 string reference to 'RulesCommentEventHandler'
- rules_comment_event_info in modules/
comment.rules.inc - Implements hook_rules_event_info().
File
-
modules/
comment.rules.inc, line 86
View source
class RulesCommentEventHandler extends RulesEventHandlerEntityBundle {
/**
* Returns the label to use for the bundle property.
*
* @return string
* Returns the label to use for the bundle property.
*/
protected function getBundlePropertyLabel() {
return t('type');
}
}