You are here

function Notifications_Content_Node_View::get_view in Notifications 7

Get view

1 call to Notifications_Content_Node_View::get_view()
Notifications_Content_Node_View::text_content in notifications_content/notifications_content.inc
Content text.

File

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

Class

Notifications_Content_Node_View
Template for a list of nodes, built with a View

Code

function get_view() {
  return views_get_view($this->view_name);
}