You are here

protected property RssFields::$usesRowPlugin in Views RSS 8.3

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/style/RssFields.php \Drupal\views_rss\Plugin\views\style\RssFields::usesRowPlugin

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

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

src/Plugin/views/style/RssFields.php, line 35
Definition of Drupal\views\Plugin\views\style\Rss.

Class

RssFields
Default style plugin to render an RSS feed from fields.

Namespace

Drupal\views_rss\Plugin\views\style

Code

protected $usesRowPlugin = TRUE;