You are here

field--comment.html.twig in Drupal 10

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>