Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

confirm-form.html.twig

Same filename in this branch
  1. 11.1.x core/themes/starterkit_theme/templates/form/confirm-form.html.twig
  2. 11.1.x core/modules/system/templates/confirm-form.html.twig

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/stable9/templates/form/confirm-form.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override 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. #}
  13. {{ form }}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal