protected property Rss::$usesRowPlugin

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

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

drupal/core/modules/views/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;