You are here

protected property Rss::$usesRowPlugin in Views (for Drupal 7) 8.3

Does the style plugin for itself support to add fields to it's output.

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

lib/Drupal/views/Plugin/views/style/Rss.php, line 33
Definition of Drupal\views\Plugin\views\style\Rss.

Class

Rss
Default style plugin to render an RSS feed.

Namespace

Drupal\views\Plugin\views\style

Code

protected $usesRowPlugin = TRUE;