You are here

protected property Rss::$usesRowPlugin in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/style/Rss.php \Drupal\views\Plugin\views\style\Rss::usesRowPlugin

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

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

core/modules/views/src/Plugin/views/style/Rss.php, line 33
Contains \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;