You are here

protected property BlazyViews::$usesGrouping in Blazy 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/style/BlazyViews.php \Drupal\blazy\Plugin\views\style\BlazyViews::usesGrouping

Does the style plugin support grouping of rows.

Type: bool

Overrides StylePluginBase::$usesGrouping

File

src/Plugin/views/style/BlazyViews.php, line 25

Class

BlazyViews
Blazy style plugin.

Namespace

Drupal\blazy\Plugin\views\style

Code

protected $usesGrouping = FALSE;