You are here

protected property Gridstack::$usesFields in DXPR GridStack 1.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/views/row/Gridstack.php \Drupal\dxpr_gridstack\Plugin\views\row\Gridstack::usesFields

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

Type: bool

Overrides RowPluginBase::$usesFields

File

src/Plugin/views/row/Gridstack.php, line 24

Class

Gridstack
The basic 'Gridstack' row plugin.

Namespace

Drupal\dxpr_gridstack\Plugin\views\row

Code

protected $usesFields = TRUE;