You are here

protected property ViewsBootstrapAccordion::$usesRowPlugin 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::usesRowPlugin

Does the style plugin allows to use style plugins.

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

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

Class

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

Namespace

Drupal\views_bootstrap\Plugin\views\style

Code

protected $usesRowPlugin = TRUE;