You are here

protected property ViewsRowsWrapper::$usesGrouping in Views Rows Wrapper 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/views/style/ViewsRowsWrapper.php \Drupal\views_rows_wrapper\Plugin\views\style\ViewsRowsWrapper::usesGrouping

Does the Style plugin support grouping of rows?

Type: bool

Overrides StylePluginBase::$usesGrouping

File

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

Class

ViewsRowsWrapper
A Views style that renders markup for Bootstrap tabs.

Namespace

Drupal\views_rows_wrapper\Plugin\views\style

Code

protected $usesGrouping = FALSE;