You are here

protected property ViewsBootstrapAccordion::$usesFields in Views Bootstrap 8.3

Same name and namespace in other branches
  1. 8.4 src/Plugin/views/style/ViewsBootstrapAccordion.php \Drupal\views_bootstrap\Plugin\views\style\ViewsBootstrapAccordion::usesFields

Does the style plugin for itself support to add fields to it's output.

Type: bool

Overrides StylePluginBase::$usesFields

File

src/Plugin/views/style/ViewsBootstrapAccordion.php, line 28

Class

ViewsBootstrapAccordion
Style plugin to render each item as a row in a Bootstrap Accordion.

Namespace

Drupal\views_bootstrap\Plugin\views\style

Code

protected $usesFields = TRUE;