You are here

protected property RowPluginBase::$usesFields in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 it's output.

Type: bool

File

core/modules/views/src/Plugin/views/row/RowPluginBase.php, line 55
Contains \Drupal\views\Plugin\views\row\RowPluginBase.

Class

RowPluginBase
Base class for Views row plugins.

Namespace

Drupal\views\Plugin\views\row

Code

protected $usesFields = FALSE;