1 views.theme.inc template_preprocess_views_view_grouping(&$variables)

Process a single grouping within a view.

File

core/modules/views/templates/views.theme.inc, line 315
Preprocessors and helper functions to make theme development easier.

Code

function template_preprocess_views_view_grouping(&$variables) {
  $variables['content'] = $variables['view']->style_plugin->render_grouping_sets($variables['rows'], $variables['grouping_level']);
}