node-edit-form.html.twig
Same filename in this branch
- 8.9.x core/profiles/demo_umami/themes/umami/templates/classy/content-edit/node-edit-form.html.twig
- 8.9.x core/themes/seven/templates/node-edit-form.html.twig
- 8.9.x core/themes/claro/templates/node-edit-form.html.twig
- 8.9.x core/themes/bartik/templates/classy/content-edit/node-edit-form.html.twig
- 8.9.x core/themes/stable/templates/content-edit/node-edit-form.html.twig
- 8.9.x core/themes/classy/templates/content-edit/node-edit-form.html.twig
Same filename in other branches
- 9 core/profiles/demo_umami/themes/umami/templates/classy/content-edit/node-edit-form.html.twig
- 9 core/themes/stable9/templates/content-edit/node-edit-form.html.twig
- 9 core/themes/seven/templates/node-edit-form.html.twig
- 9 core/themes/claro/templates/node-edit-form.html.twig
- 9 core/themes/bartik/templates/classy/content-edit/node-edit-form.html.twig
- 9 core/themes/stable/templates/content-edit/node-edit-form.html.twig
- 9 core/themes/starterkit_theme/templates/content-edit/node-edit-form.html.twig
- 9 core/themes/classy/templates/content-edit/node-edit-form.html.twig
- 9 core/modules/node/templates/node-edit-form.html.twig
- 10 core/profiles/demo_umami/themes/umami/templates/classy/content-edit/node-edit-form.html.twig
- 10 core/themes/stable9/templates/content-edit/node-edit-form.html.twig
- 10 core/themes/claro/templates/node-edit-form.html.twig
- 10 core/themes/starterkit_theme/templates/content-edit/node-edit-form.html.twig
- 10 core/modules/node/templates/node-edit-form.html.twig
- 11.x core/profiles/demo_umami/themes/umami/templates/classy/content-edit/node-edit-form.html.twig
- 11.x core/themes/stable9/templates/content-edit/node-edit-form.html.twig
- 11.x core/themes/claro/templates/node-edit-form.html.twig
- 11.x core/themes/starterkit_theme/templates/content-edit/node-edit-form.html.twig
- 11.x core/modules/node/templates/node-edit-form.html.twig
Default theme implementation for a node edit form.
Two column template for the node add/edit form.
This template will be used when a node edit form specifies 'node_edit_form' as its #theme callback. Otherwise, by default, node add/edit forms will be themed by form.html.twig.
Available variables:
- form: The node add/edit form.
See also
File
-
core/
modules/ node/ templates/ node-edit-form.html.twig
View source
- {#
- /**
- * @file
- * Default theme implementation for a node edit form.
- *
- * Two column template for the node add/edit form.
- *
- * This template will be used when a node edit form specifies 'node_edit_form'
- * as its #theme callback. Otherwise, by default, node add/edit forms will be
- * themed by form.html.twig.
- *
- * Available variables:
- * - form: The node add/edit form.
- *
- * @see seven_form_node_form_alter()
- *
- * @ingroup themeable
- */
- #}
- {{ form }}
Related topics
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.