big_pipe_regression_test.routing.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml
  2. 10 core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml
  3. 11.x core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml
core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml
2 string references to YAML keys in big_pipe_regression_test.routing.yml
BigPipeRegressionTest::testMultipleClosingBodies_2678662 in core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
Ensure BigPipe works despite inline JS containing the string "</body>".
BigPipeRegressionTest::testPlaceholderInParagraph_2802923 in core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
Ensure default BigPipe placeholder HTML cannot split paragraphs.

File

core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml

View source
  1. big_pipe_regression_test.2678662:
  2. path: '/big_pipe_regression_test/2678662'
  3. defaults:
  4. _controller: '\Drupal\big_pipe_regression_test\BigPipeRegressionTestController::regression2678662'
  5. requirements:
  6. _access: 'TRUE'
  7. big_pipe_regression_test.2802923:
  8. path: '/big_pipe_regression_test/2802923'
  9. defaults:
  10. _controller: '\Drupal\big_pipe_regression_test\BigPipeRegressionTestController::regression2802923'
  11. requirements:
  12. _access: 'TRUE'

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