field--comment.html.twig
Same filename in this branch
- 11.x core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig
- 11.x core/themes/olivero/templates/field/field--comment.html.twig
- 11.x core/themes/stable9/templates/field/field--comment.html.twig
- 11.x core/themes/claro/templates/classy/field/field--comment.html.twig
- 11.x core/themes/starterkit_theme/templates/field/field--comment.html.twig
- 11.x core/modules/comment/templates/field--comment.html.twig
- 11.x core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig
Same filename and directory in other branches
- 10 core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig
- 10 core/themes/olivero/templates/field/field--comment.html.twig
- 10 core/themes/stable9/templates/field/field--comment.html.twig
- 10 core/themes/claro/templates/classy/field/field--comment.html.twig
- 10 core/themes/starterkit_theme/templates/field/field--comment.html.twig
- 10 core/modules/comment/templates/field--comment.html.twig
- 10 core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig
- 9 core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig
- 9 core/themes/olivero/templates/field/field--comment.html.twig
- 9 core/themes/stable9/templates/field/field--comment.html.twig
- 9 core/themes/seven/templates/classy/field/field--comment.html.twig
- 9 core/themes/claro/templates/classy/field/field--comment.html.twig
- 9 core/themes/bartik/templates/classy/field/field--comment.html.twig
- 9 core/themes/stable/templates/field/field--comment.html.twig
- 9 core/themes/starterkit_theme/templates/field/field--comment.html.twig
- 9 core/themes/classy/templates/field/field--comment.html.twig
- 9 core/modules/comment/templates/field--comment.html.twig
- 9 core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig
- 8.9.x core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig
- 8.9.x core/themes/seven/templates/classy/field/field--comment.html.twig
- 8.9.x core/themes/claro/templates/classy/field/field--comment.html.twig
- 8.9.x core/themes/bartik/templates/classy/field/field--comment.html.twig
- 8.9.x core/themes/stable/templates/field/field--comment.html.twig
- 8.9.x core/themes/classy/templates/field/field--comment.html.twig
- 8.9.x core/modules/comment/templates/field--comment.html.twig
- 8.9.x core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig
Minimal template to ensure comments and comment_form variables are propagated Drupal\comment\Hook\CommentThemeHooks::preprocessField().
File
-
core/
modules/ system/ tests/ themes/ test_theme/ templates/ field--comment.html.twig
View source
- {#
- /**
- * @file
- * Minimal template to ensure comments and comment_form variables are propagated
- * Drupal\comment\Hook\CommentThemeHooks::preprocessField().
- */
- #}
- {{ comments }}{{ comment_form }}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.