field--comment.html.twig
Same filename in this branch
- 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
Same filename in other branches
- 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
- 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
- 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
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
- {#
- /**
- * @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>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.