You are here

protected property RowPluginBase::$usesFields in Drupal 8

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

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

Type: bool

File

core/modules/views/src/Plugin/views/row/RowPluginBase.php, line 50

Class

RowPluginBase
Base class for Views row plugins.

Namespace

Drupal\views\Plugin\views\row

Code

protected $usesFields = FALSE;