Skip to content
Snippets Groups Projects

Issue #3298889: Make \Drupal\package_manager_test_api\ApiController more easily extendable

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
automatic_updates_test.update:
path: '/automatic-update-test'
defaults:
_controller: 'Drupal\automatic_updates_test\TestController::run'
_controller: 'Drupal\automatic_updates_test\ApiController::run'
requirements:
_access: 'TRUE'
options:
@@ -9,6 +9,6 @@ automatic_updates_test.update:
automatic_updates_test.finish:
path: '/automatic-update-test/finish/{id}'
defaults:
_controller: 'Drupal\automatic_updates_test\TestController::finish'
_controller: 'Drupal\automatic_updates_test\ApiController::finish'
requirements:
_access: 'TRUE'
Loading