field--comment.html.twig

Same filename in this branch
  1. 11.x core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig
  2. 11.x core/themes/olivero/templates/field/field--comment.html.twig
  3. 11.x core/themes/stable9/templates/field/field--comment.html.twig
  4. 11.x core/themes/claro/templates/classy/field/field--comment.html.twig
  5. 11.x core/themes/starterkit_theme/templates/field/field--comment.html.twig
  6. 11.x core/modules/comment/templates/field--comment.html.twig
  7. 11.x core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig
Same filename and directory in other branches
  1. 10 core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig
  2. 10 core/themes/olivero/templates/field/field--comment.html.twig
  3. 10 core/themes/stable9/templates/field/field--comment.html.twig
  4. 10 core/themes/claro/templates/classy/field/field--comment.html.twig
  5. 10 core/themes/starterkit_theme/templates/field/field--comment.html.twig
  6. 10 core/modules/comment/templates/field--comment.html.twig
  7. 10 core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig
  8. 9 core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig
  9. 9 core/themes/olivero/templates/field/field--comment.html.twig
  10. 9 core/themes/stable9/templates/field/field--comment.html.twig
  11. 9 core/themes/seven/templates/classy/field/field--comment.html.twig
  12. 9 core/themes/claro/templates/classy/field/field--comment.html.twig
  13. 9 core/themes/bartik/templates/classy/field/field--comment.html.twig
  14. 9 core/themes/stable/templates/field/field--comment.html.twig
  15. 9 core/themes/starterkit_theme/templates/field/field--comment.html.twig
  16. 9 core/themes/classy/templates/field/field--comment.html.twig
  17. 9 core/modules/comment/templates/field--comment.html.twig
  18. 9 core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig
  19. 8.9.x core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig
  20. 8.9.x core/themes/seven/templates/classy/field/field--comment.html.twig
  21. 8.9.x core/themes/claro/templates/classy/field/field--comment.html.twig
  22. 8.9.x core/themes/bartik/templates/classy/field/field--comment.html.twig
  23. 8.9.x core/themes/stable/templates/field/field--comment.html.twig
  24. 8.9.x core/themes/classy/templates/field/field--comment.html.twig
  25. 8.9.x core/modules/comment/templates/field--comment.html.twig
  26. 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
  1. {#
  2. /**
  3. * @file
  4. * Minimal template to ensure comments and comment_form variables are propagated
  5. * Drupal\comment\Hook\CommentThemeHooks::preprocessField().
  6. */
  7. #}
  8. {{ comments }}{{ comment_form }}

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