protected property StylePluginBase::$groupingTheme

The theme function used to render the grouping set.

Plugins may override this attribute if they wish to use some other theme function to render the grouping set.

Type: string

See also

StylePluginBase::renderGroupingSets()

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php, line 95
Definition of Drupal\views\Plugin\views\style\StylePluginBase.

Class

StylePluginBase
Base class to define a style plugin handler.

Namespace

Drupal\views\Plugin\views\style

Code

protected $groupingTheme = 'views_view_grouping';