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
Same filename and directory in other branches
  1. 9 core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig
  2. 9 core/themes/olivero/templates/field/field--comment.html.twig
  3. 9 core/themes/stable9/templates/field/field--comment.html.twig
  4. 9 core/themes/seven/templates/classy/field/field--comment.html.twig
  5. 9 core/themes/claro/templates/classy/field/field--comment.html.twig
  6. 9 core/themes/bartik/templates/classy/field/field--comment.html.twig
  7. 9 core/themes/stable/templates/field/field--comment.html.twig
  8. 9 core/themes/starterkit_theme/templates/field/field--comment.html.twig
  9. 9 core/themes/classy/templates/field/field--comment.html.twig
  10. 9 core/modules/comment/templates/field--comment.html.twig
  11. 9 core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig
  12. 8.9.x core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig
  13. 8.9.x core/themes/seven/templates/classy/field/field--comment.html.twig
  14. 8.9.x core/themes/claro/templates/classy/field/field--comment.html.twig
  15. 8.9.x core/themes/bartik/templates/classy/field/field--comment.html.twig
  16. 8.9.x core/themes/stable/templates/field/field--comment.html.twig
  17. 8.9.x core/themes/classy/templates/field/field--comment.html.twig
  18. 8.9.x core/modules/comment/templates/field--comment.html.twig
  19. 8.9.x core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig
  20. 10 core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig
  21. 10 core/themes/olivero/templates/field/field--comment.html.twig
  22. 10 core/themes/stable9/templates/field/field--comment.html.twig
  23. 10 core/themes/claro/templates/classy/field/field--comment.html.twig
  24. 10 core/themes/starterkit_theme/templates/field/field--comment.html.twig
  25. 10 core/modules/comment/templates/field--comment.html.twig
  26. 10 core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig

Test that comments still work with the form above instead of below.

See also

\Drupal\Tests\big_pipe\FunctionalJavascript\BigPipeRegressionTest::testCommentForm_2698811()

File

core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Test that comments still work with the form above instead of below.
  5. *
  6. * @see \Drupal\Tests\big_pipe\FunctionalJavascript\BigPipeRegressionTest::testCommentForm_2698811()
  7. */
  8. #}
  9. <section{{ attributes }}>
  10. {{ comment_form }}
  11. {{ comments }}
  12. </section>

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