protected function Notifications_Message_Template::text_content in Notifications 7
Content text
1 call to Notifications_Message_Template::text_content()
- 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_content()
- Notifications_Content_Node_List::text_content in notifications_content/
notifications_content.inc - Content text
File
- ./
notifications.template.inc, line 116 - 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_content($options) {
return t("A item to which you are subscribed has been updated", array(), $options);
}