update_test.routing.yml

Same filename and directory in other branches
  1. 9 core/modules/update/tests/modules/update_test/update_test.routing.yml
  2. 10 core/modules/update/tests/modules/update_test/update_test.routing.yml
  3. 11.x core/modules/update/tests/modules/update_test/update_test.routing.yml
core/modules/update/tests/modules/update_test/update_test.routing.yml

File

core/modules/update/tests/modules/update_test/update_test.routing.yml

View source
  1. update_test.503:
  2. path: '/503-error'
  3. defaults:
  4. _controller: '\Drupal\update_test\Controller\UpdateTestController::updateError'
  5. requirements:
  6. _access: 'TRUE'
  7. update_test.update_test:
  8. path: '/update-test/{project_name}/{version}'
  9. defaults:
  10. _title: 'Update test'
  11. _controller: '\Drupal\update_test\Controller\UpdateTestController::updateTest'
  12. version: NULL
  13. project_name: NULL
  14. requirements:
  15. _access: 'TRUE'

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