You are here

protected property ViewsLayoutStyle::$usesFields in Views Layout 8

Does the style plugin for itself support to add fields to it's 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/ViewsLayoutStyle.php, line 51

Class

ViewsLayoutStyle
Style plugin for the timeline view.

Namespace

Drupal\views_layout\Plugin\views\style

Code

protected $usesFields = FALSE;