protected function Notifications_Content_Node_Teasers::text_content in Notifications 7
Default texts for this template, may need token replacement
Overrides Notifications_Content_Node_List::text_content
File
- notifications_content/
notifications_content.inc, line 402 - Drupal Notifications Framework - Default class file
Class
- Notifications_Content_Node_Teasers
- Template for a list of nodes, teasers
Code
protected function text_content($options) {
return node_view_multiple($this
->node_list(), 'notifications');
}