You are here

protected property ViewFormatterTemplate::$usesGrouping in Field Formatter Template 8

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

Does the style plugin support grouping of rows.

Type: bool

Overrides StylePluginBase::$usesGrouping

File

modules/vff/src/Plugin/views/style/ViewFormatterTemplate.php, line 42

Class

ViewFormatterTemplate
Style plugin to render each item in an ordered or unordered list.

Namespace

Drupal\vff\Plugin\views\style

Code

protected $usesGrouping = FALSE;