You are here

update_test.routing.yml in Drupal 8

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'