responsive-menu-block-toggle.html.twig in Responsive and off-canvas menu 4.3.x
Same filename and directory in other branches
Template to output the menu toggle icon (burger).
1 theme call to responsive-menu-block-toggle.html.twig
- Toggle::build in src/
Plugin/ Block/ Toggle.php - Builds and returns the renderable array for this block plugin.
File
templates/responsive-menu-block-toggle.html.twigView source
- {#
- /**
- * @file
- * Template to output the menu toggle icon (burger).
- */
- #}
- <a id="toggle-icon" class="toggle responsive-menu-toggle-icon" title="Menu" href="#off-canvas">
- <span class="icon"></span><span class="label">{{ 'Menu'|t }}</span>
- </a>