confirm-form.html.twig in Drupal 10
Same filename in this branch
- 10 core/modules/system/templates/confirm-form.html.twig
- 10 core/themes/starterkit_theme/templates/form/confirm-form.html.twig
- 10 core/themes/classy/templates/form/confirm-form.html.twig
- 10 core/themes/stable9/templates/form/confirm-form.html.twig
- 10 core/themes/stable/templates/form/confirm-form.html.twig
Same filename and directory in other branches
Theme override for confirm form.
By default this does not alter the appearance of a form at all, but is provided as a convenience for themers.
Available variables:
- form: The confirm form.
File
core/themes/classy/templates/form/confirm-form.html.twigView source
- {#
- /**
- * @file
- * Theme override for confirm form.
- *
- * By default this does not alter the appearance of a form at all,
- * but is provided as a convenience for themers.
- *
- * Available variables:
- * - form: The confirm form.
- */
- #}
- {{ form }}