big-pipe-test-large-content.html.twig

Same filename and directory in other branches
  1. 10 core/modules/big_pipe/tests/modules/big_pipe_regression_test/templates/big-pipe-test-large-content.html.twig
<div id="big-pipe-large-content">
    {% for i in 0..130000 %}
        boing
    {% endfor %}
</div>

1 theme call to big-pipe-test-large-content.html.twig
BigPipeRegressionTestController::largeContentBuilder in core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php
Renders large content.

File

core/modules/big_pipe/tests/modules/big_pipe_regression_test/templates/big-pipe-test-large-content.html.twig

View source
  1. <div id="big-pipe-large-content">
  2. {% for i in 0..130000 %}
  3. boing
  4. {% endfor %}
  5. </div>

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