field--comment.html.twig in Drupal 8
Same filename in this branch
- 8 core/modules/comment/templates/field--comment.html.twig
- 8 core/themes/classy/templates/field/field--comment.html.twig
- 8 core/themes/stable/templates/field/field--comment.html.twig
- 8 core/themes/claro/templates/classy/field/field--comment.html.twig
- 8 core/themes/seven/templates/classy/field/field--comment.html.twig
- 8 core/themes/bartik/templates/classy/field/field--comment.html.twig
- 8 core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig
- 8 core/profiles/demo_umami/themes/umami/templates/classy/field/field--comment.html.twig
Same filename and directory in other branches
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.twigView source
- {#
- /**
- * @file
- * Test that comments still work with the form above instead of below.
- *
- * @see \Drupal\Tests\big_pipe\FunctionalJavascript\BigPipeRegressionTest::testCommentForm_2698811()
- */
- #}
- <section{{ attributes }}>
- {{ comment_form }}
-
- {{ comments }}
- </section>