You are here

protected property RssFields::$usesFields in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/row/RssFields.php \Drupal\views\Plugin\views\row\RssFields::usesFields
  2. 9 core/modules/views/src/Plugin/views/row/RssFields.php \Drupal\views\Plugin\views\row\RssFields::usesFields

Does the row plugin support to add fields to its output.

Type: bool

File

core/modules/views/src/Plugin/views/row/RssFields.php, line 26

Class

RssFields
Renders an RSS item based on fields.

Namespace

Drupal\views\Plugin\views\row

Code

protected $usesFields = TRUE;