protected property StylePluginBase::$usesFields in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\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
- core/
modules/ views/ src/ Plugin/ views/ style/ StylePluginBase.php, line 87 - Contains \Drupal\views\Plugin\views\style\StylePluginBase.
Class
- StylePluginBase
- Base class for views style plugins.
Namespace
Drupal\views\Plugin\views\styleCode
protected $usesFields = FALSE;