You are here

protected property RecipeML::$usesFields in Recipe 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/RecipeML.php, line 56
Copyright (c) FormatData. All rights reserved.

Class

RecipeML
Default style plugin to render RecipeML.

Namespace

Drupal\recipe\Plugin\views\style

Code

protected $usesFields = TRUE;