You are here

automatic_updates_test.routing.yml in Automatic Updates 8.2

tests/modules/automatic_updates_test/automatic_updates_test.routing.yml

File

tests/modules/automatic_updates_test/automatic_updates_test.routing.yml
View source
  1. automatic_updates_test.metadata:
  2. path: '/automatic-update-test/{project_name}/{version}'
  3. defaults:
  4. _title: 'Update test'
  5. _controller: '\Drupal\automatic_updates_test\TestController::metadata'
  6. requirements:
  7. _access: 'TRUE'
  8. automatic_updates_test.update:
  9. path: '/automatic-update-test/update/{to_version}'
  10. defaults:
  11. _controller: '\Drupal\automatic_updates_test\TestController::update'
  12. requirements:
  13. _access: 'TRUE'