You are here

protected property ViewsBootstrapDropdown::$usesGrouping in Views Bootstrap 8.3

Does the style plugin support grouping of rows.

Type: bool

Overrides StylePluginBase::$usesGrouping

File

src/Plugin/views/style/ViewsBootstrapDropdown.php, line 36

Class

ViewsBootstrapDropdown
Style plugin to render each item as a row in a Bootstrap Dropdown.

Namespace

Drupal\views_bootstrap\Plugin\views\style

Code

protected $usesGrouping = FALSE;