big-pipe-test-large-content.html.twig
Same filename in other branches
<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
- <div id="big-pipe-large-content">
- {% for i in 0..130000 %}
- boing
- {% endfor %}
- </div>
-
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.