You are here

protected property Fields::$usesFields in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/row/Fields.php \Drupal\views\Plugin\views\row\Fields::usesFields
  2. 9 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

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;