You are here

public property views_plugin_row_node_rss::$nodes in Views (for Drupal 7) 7.3

Stores the nodes loaded with pre_render.

File

modules/node/views_plugin_row_node_rss.inc, line 27
Definition of views_plugin_row_node_rss.

Class

views_plugin_row_node_rss
Plugin which performs a node_view on the resulting object and formats it as an RSS item.

Code

public $nodes = array();