views-view-grouping.html.twig

Same filename in this branch
  1. 11.x core/profiles/demo_umami/themes/umami/templates/classy/views/views-view-grouping.html.twig
  2. 11.x core/themes/stable9/templates/views/views-view-grouping.html.twig
  3. 11.x core/themes/claro/templates/classy/views/views-view-grouping.html.twig
  4. 11.x core/themes/starterkit_theme/templates/views/views-view-grouping.html.twig
Same filename and directory in other branches
  1. 9 core/profiles/demo_umami/themes/umami/templates/classy/views/views-view-grouping.html.twig
  2. 9 core/themes/stable9/templates/views/views-view-grouping.html.twig
  3. 9 core/themes/seven/templates/classy/views/views-view-grouping.html.twig
  4. 9 core/themes/claro/templates/classy/views/views-view-grouping.html.twig
  5. 9 core/themes/bartik/templates/classy/views/views-view-grouping.html.twig
  6. 9 core/themes/stable/templates/views/views-view-grouping.html.twig
  7. 9 core/themes/starterkit_theme/templates/views/views-view-grouping.html.twig
  8. 9 core/themes/classy/templates/views/views-view-grouping.html.twig
  9. 9 core/modules/views/templates/views-view-grouping.html.twig
  10. 8.9.x core/profiles/demo_umami/themes/umami/templates/classy/views/views-view-grouping.html.twig
  11. 8.9.x core/themes/seven/templates/classy/views/views-view-grouping.html.twig
  12. 8.9.x core/themes/claro/templates/classy/views/views-view-grouping.html.twig
  13. 8.9.x core/themes/bartik/templates/classy/views/views-view-grouping.html.twig
  14. 8.9.x core/themes/stable/templates/views/views-view-grouping.html.twig
  15. 8.9.x core/themes/classy/templates/views/views-view-grouping.html.twig
  16. 8.9.x core/modules/views/templates/views-view-grouping.html.twig
  17. 10 core/profiles/demo_umami/themes/umami/templates/classy/views/views-view-grouping.html.twig
  18. 10 core/themes/stable9/templates/views/views-view-grouping.html.twig
  19. 10 core/themes/claro/templates/classy/views/views-view-grouping.html.twig
  20. 10 core/themes/starterkit_theme/templates/views/views-view-grouping.html.twig
  21. 10 core/modules/views/templates/views-view-grouping.html.twig

Default theme implementation to display a single views grouping.

Available variables:

  • view: The view object.
  • grouping: The grouping instruction.
  • grouping_level: A number indicating the hierarchical level of the grouping.
  • title: The group heading.
  • content: The content to be grouped.
  • rows: The rows returned from the view.

See also

template_preprocess_views_view_grouping()

File

core/modules/views/templates/views-view-grouping.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display a single views grouping.
  5. *
  6. * Available variables:
  7. * - view: The view object.
  8. * - grouping: The grouping instruction.
  9. * - grouping_level: A number indicating the hierarchical level of the grouping.
  10. * - title: The group heading.
  11. * - content: The content to be grouped.
  12. * - rows: The rows returned from the view.
  13. *
  14. * @see template_preprocess_views_view_grouping()
  15. *
  16. * @ingroup themeable
  17. */
  18. #}
  19. {{ title }}
  20. {{ content }}

Related topics


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