protected function Notifications_Message_Template::text_subject in Notifications 7
Subject text
1 call to Notifications_Message_Template::text_subject()
- Notifications_Message_Template::default_text in ./
notifications.template.inc - Default texts for this template, may need token replacement
1 method overrides Notifications_Message_Template::text_subject()
- Notifications_Content_Node_List::text_subject in notifications_content/
notifications_content.inc - Subject text
File
- ./
notifications.template.inc, line 101 - Drupal Notifications Framework - Templates
Class
- Notifications_Message_Template
- Message template. This should be able to produce a full message by itself
Code
protected function text_subject($options) {
return t('Notification for your subscriptions', array(), $options);
}