js_errors_test.routing.yml

Same filename in other branches
  1. 9 core/modules/system/tests/modules/js_errors_test/js_errors_test.routing.yml
  2. 10 core/modules/system/tests/modules/js_errors_test/js_errors_test.routing.yml
core/modules/system/tests/modules/js_errors_test/js_errors_test.routing.yml

File

core/modules/system/tests/modules/js_errors_test/js_errors_test.routing.yml

View source
  1. js_errors_test.errors:
  2. path: '/js_errors_test'
  3. defaults:
  4. _controller: '\Drupal\js_errors_test\Controller\JsErrorsTestController::jsErrorsTest'
  5. _title: 'JsErrorsTest'
  6. requirements:
  7. _access: 'TRUE'
  8. js_errors_async_test.errors:
  9. path: '/js_errors_async_test'
  10. defaults:
  11. _controller: '\Drupal\js_errors_test\Controller\JsErrorsTestController::jsErrorsAsyncTest'
  12. _title: 'JsErrorsAsyncTest'
  13. requirements:
  14. _access: 'TRUE'

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