You are here

public function Notifications_Node_Insert_Template::get_title in Notifications 7

File

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

Class

Notifications_Node_Insert_Template
Template for node inserts

Code

public function get_title() {
  return t('Template for node posts');
}