update_test.routing.yml in Drupal 8
Same filename and directory in other branches
core/modules/update/tests/modules/update_test/update_test.routing.yml
File
core/modules/update/tests/modules/update_test/update_test.routing.ymlView source
- update_test.503:
- path: '/503-error'
- defaults:
- _controller: '\Drupal\update_test\Controller\UpdateTestController::updateError'
- requirements:
- _access: 'TRUE'
-
- update_test.update_test:
- path: '/update-test/{project_name}/{version}'
- defaults:
- _title: 'Update test'
- _controller: '\Drupal\update_test\Controller\UpdateTestController::updateTest'
- version: NULL
- project_name: NULL
- requirements:
- _access: 'TRUE'