You are here

protected property Tree::$usesFields in Views tree 8.2

Does the style plugin for itself support to add fields to its output.

This option only makes sense on style plugins without row plugins, like for example table.

Type: bool

Overrides StylePluginBase::$usesFields

File

src/Plugin/views/style/Tree.php, line 34

Class

Tree
Style plugin to render each item as hierarchy.

Namespace

Drupal\views_tree\Plugin\views\style

Code

protected $usesFields = TRUE;