StylePluginBase::$groupingTheme

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::groupingTheme
  2. 8.9.x core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::groupingTheme
  3. 10 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\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

core/modules/views/src/Plugin/views/style/StylePluginBase.php, line 104

Class

StylePluginBase
Base class for views style plugins.

Namespace

Drupal\views\Plugin\views\style

Code

protected $groupingTheme = 'views_view_grouping';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.