views-ui-container.html.twig
Same filename in this branch
Same filename in other branches
- 9 core/themes/stable9/templates/admin/views-ui-container.html.twig
- 9 core/themes/stable/templates/admin/views-ui-container.html.twig
- 9 core/modules/views_ui/templates/views-ui-container.html.twig
- 8.9.x core/themes/stable/templates/admin/views-ui-container.html.twig
- 8.9.x core/modules/views_ui/templates/views-ui-container.html.twig
- 10 core/themes/stable9/templates/admin/views-ui-container.html.twig
- 10 core/modules/views_ui/templates/views-ui-container.html.twig
Default theme implementation for a generic views UI container/wrapper.
Available variables:
- attributes: HTML attributes to apply to the container element.
- children: The remaining elements such as dropbuttons and tabs.
File
-
core/
modules/ views_ui/ templates/ views-ui-container.html.twig
View source
- {#
- /**
- * @file
- * Default theme implementation for a generic views UI container/wrapper.
- *
- * Available variables:
- * - attributes: HTML attributes to apply to the container element.
- * - children: The remaining elements such as dropbuttons and tabs.
- *
- * @ingroup themeable
- */
- #}
- <div{{ attributes }}>{{ children }}</div>
Related topics
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.