views-ui-container.html.twig
Same filename in this branch
Theme override 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/
themes/ stable9/ templates/ admin/ views-ui-container.html.twig
View source
- {#
- /**
- * @file
- * Theme override 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.
- */
- #}
- <div{{ attributes }}>{{ children }}</div>