Fields::$usesFields

Same name and namespace in other branches
  1. 8.9.x core/modules/views/src/Plugin/views/row/Fields.php \Drupal\views\Plugin\views\row\Fields::usesFields
  2. 10 core/modules/views/src/Plugin/views/row/Fields.php \Drupal\views\Plugin\views\row\Fields::usesFields
  3. 11.x core/modules/views/src/Plugin/views/row/Fields.php \Drupal\views\Plugin\views\row\Fields::usesFields

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

Type: bool

Overrides RowPluginBase::$usesFields

File

core/modules/views/src/Plugin/views/row/Fields.php, line 30

Class

Fields
The basic 'fields' row plugin.

Namespace

Drupal\views\Plugin\views\row

Code

protected $usesFields = TRUE;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.