You are here

protected property RssFields::$usesFields in Views RSS 8.3

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

Does the row plugin support to add fields to it's output.

Type: bool

Overrides RowPluginBase::$usesFields

File

src/Plugin/views/row/RssFields.php, line 33
Definition of Drupal\views\Plugin\views\row\RssFields.

Class

RssFields
Renders an RSS item based on fields.

Namespace

Drupal\views_rss\Plugin\views\row

Code

protected $usesFields = TRUE;