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.
