views-ui-container.html.twig in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
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.
See also
template_preprocess_views_ui_container()
File
core/modules/views_ui/templates/views-ui-container.html.twigView 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.
- *
- * @see template_preprocess_views_ui_container()
- *
- * @ingroup themeable
- */
- #}
- <div{{ attributes }}>{{ children }}</div>