You are here

protected property Rss::$nodeStorage in Drupal 8

The node storage

Type: \Drupal\node\NodeStorageInterface

File

core/modules/node/src/Plugin/views/row/Rss.php, line 43

Class

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

Namespace

Drupal\node\Plugin\views\row

Code

protected $nodeStorage;