protected property Fields::$usesFields in Drupal 9
Same name and namespace in other branches
- 8 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\rowCode
protected $usesFields = TRUE;