system_test.routing.yml

Same filename and directory in other branches
  1. 11.x core/modules/system/tests/modules/system_test/system_test.routing.yml
  2. 10 core/modules/system/tests/modules/system_test/system_test.routing.yml
  3. 9 core/modules/system/tests/modules/system_test/system_test.routing.yml
  4. 8.9.x core/modules/system/tests/modules/system_test/system_test.routing.yml
core/modules/system/tests/modules/system_test/system_test.routing.yml

File

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

View source
  1. system_test.configure:
  2. path: '/system-test/configure/{foo}'
  3. defaults:
  4. _title_callback: '\Drupal\system_test\Controller\SystemTestController::configureTitle'
  5. requirements:
  6. _access: 'TRUE'
  7. system_test.always_denied:
  8. path: '/system-test/always-denied'
  9. defaults:
  10. _title: 'Always denied'
  11. _controller: 'chop'
  12. requirements:
  13. _access: 'FALSE'

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