protected property StylePluginBase::$usesFields

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

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php, line 80
Definition of Drupal\views\Plugin\views\style\StylePluginBase.

Class

StylePluginBase
Base class to define a style plugin handler.

Namespace

Drupal\views\Plugin\views\style

Code

protected $usesFields = FALSE;