You are here

protected property SemanticViewsRow::$usesFields in Semantic Views 8.2

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

Type: bool

Overrides RowPluginBase::$usesFields

File

src/Plugin/views/row/SemanticViewsRow.php, line 25

Class

SemanticViewsRow
The layout_plugin_views 'fields' row plugin.

Namespace

Drupal\semanticviews\Plugin\views\row

Code

protected $usesFields = TRUE;