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
Code
public function get_name() {
t('New comment by [comment-author-name]: [comment-title]');
}