menu-link-form.html.twig
Same filename in this branch
Same filename in other branches
Theme override for menu_link_form.
Two-column template for the menu link add/edit form.
This template will be used when a menu link form specifies 'menu_link_form' as its #theme callback. Otherwise, by default, menu_link add/edit forms will be themed by form.html.twig.
Available variables:
- form: The menu link add/edit form.
File
-
core/
themes/ stable9/ templates/ admin/ menu-link-form.html.twig
View source
- {#
- /**
- * @file
- * Theme override for menu_link_form.
- *
- * Two-column template for the menu link add/edit form.
- *
- * This template will be used when a menu link form specifies
- * 'menu_link_form' as its #theme callback. Otherwise, by default,
- * menu_link add/edit forms will be themed by form.html.twig.
- *
- * Available variables:
- * - form: The menu link add/edit form.
- */
- #}
- {{ form }}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.