Version 1
[yaffs-website] / web / core / modules / update / tests / modules / update_test / update_test.routing.yml
1 update_test.503:
2   path: '/503-error'
3   defaults:
4     _controller: 'Drupal\update_test\Controller\UpdateTestController::updateError'
5   requirements:
6     _access: 'TRUE'
7
8 update_test.update_test:
9   path: '/update-test/{project_name}/{version}'
10   defaults:
11     _title: 'Update test'
12     _controller: '\Drupal\update_test\Controller\UpdateTestController::updateTest'
13     version: NULL
14     project_name: NULL
15   requirements:
16     _access: 'TRUE'