You are here

protected property StylePluginBase::$usesFields in Views (for Drupal 7) 8.3

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

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;