dropbutton-wrapper.html.twig in Zircon Profile 8.0
Same filename in this branch
Same filename and directory in other branches
Theme override for a dropbutton wrapper.
Available variables:
- children: Contains the child elements of the dropbutton menu.
File
core/themes/classy/templates/form/dropbutton-wrapper.html.twigView source
- {#
- /**
-  * @file
-  * Theme override for a dropbutton wrapper.
-  *
-  * Available variables:
-  * - children: Contains the child elements of the dropbutton menu.
-  *
-  * @see template_preprocess()
-  * @see template_preprocess_dropbutton_wrapper()
-  */
- #}
- {% if children %}
-   {% spaceless %}
-     <div class="dropbutton-wrapper">
-       <div class="dropbutton-widget">
-         {{ children }}
-       </div>
-     </div>
-   {% endspaceless %}
- {% endif %}
