confirm-form.html.twig

Same filename in this branch
  1. 11.x core/themes/stable9/templates/form/confirm-form.html.twig
  2. 11.x core/themes/starterkit_theme/templates/form/confirm-form.html.twig
Same filename and directory in other branches
  1. 9 core/themes/stable9/templates/form/confirm-form.html.twig
  2. 9 core/themes/stable/templates/form/confirm-form.html.twig
  3. 9 core/themes/starterkit_theme/templates/form/confirm-form.html.twig
  4. 9 core/themes/classy/templates/form/confirm-form.html.twig
  5. 9 core/modules/system/templates/confirm-form.html.twig
  6. 8.9.x core/themes/stable/templates/form/confirm-form.html.twig
  7. 8.9.x core/themes/classy/templates/form/confirm-form.html.twig
  8. 8.9.x core/modules/system/templates/confirm-form.html.twig
  9. 10 core/themes/stable9/templates/form/confirm-form.html.twig
  10. 10 core/themes/starterkit_theme/templates/form/confirm-form.html.twig
  11. 10 core/modules/system/templates/confirm-form.html.twig

Default theme implementation 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/modules/system/templates/confirm-form.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for confirm form.
  5. *
  6. * By default this does not alter the appearance of a form at all,
  7. * but is provided as a convenience for themers.
  8. *
  9. * Available variables:
  10. * - form: The confirm form.
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. {{ form }}

Related topics


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.