You are here

public function Notifications_Node_Comment_Event::get_name in Notifications 7

File

notifications_content/notifications_content.inc, line 207
Drupal Notifications Framework - Default class file

Class

Notifications_Node_Comment_Event

Code

public function get_name() {
  t('New comment by [comment-author-name]: [comment-title]');
}