views-ui-container.html.twig
Same filename in this branch
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
- Theme system overview
- Functions and templates for the user interface that themes can override.