public function Notifications_Node_Update_Template::get_title in Notifications 7
File
- notifications_content/
notifications_content.inc, line 291 - Drupal Notifications Framework - Default class file
Class
- Notifications_Node_Update_Template
- Template for node updates
Code
public function get_title() {
return t('Template for node updates');
}