Newer
Older
automatic_updates.update_readiness:
path: '/admin/automatic_updates/readiness'
defaults:
_controller: '\Drupal\automatic_updates\Controller\ReadinessCheckerController::run'
_title: 'Update readiness checking'
requirements:
_permission: 'administer software updates'
options:
_maintenance_access: TRUE

Kunal Sachdev
committed
automatic_updates.confirmation_page:
path: '/admin/automatic-update-ready/{stage_id}'

Kunal Sachdev
committed
defaults:
_form: '\Drupal\automatic_updates\Form\UpdateReady'
_title: 'Ready to update'
requirements:
_permission: 'administer software updates'
_access_update_manager: 'TRUE'
options:
_maintenance_access: TRUE

Adam G-H
committed
automatic_updates.finish:
path: '/automatic-update/finish'
defaults:
_controller: '\Drupal\automatic_updates\Controller\UpdateController::onFinish'
requirements:
_permission: 'administer software updates'
options:
_maintenance_access: TRUE
# Links to our updater form appear in three different sets of local tasks. To ensure the breadcrumbs and paths are

Kunal Sachdev
committed
# consistent with the other local tasks in each set, we need two separate routes to the same form.
automatic_updates.report_update:
path: '/admin/reports/updates/automatic-update'
defaults:
_form: '\Drupal\automatic_updates\Form\UpdaterForm'

Kunal Sachdev
committed
_title: 'Update'
requirements:
_permission: 'administer software updates'
options:
_admin_route: TRUE
_maintenance_access: TRUE

Kunal Sachdev
committed
automatic_updates.module_update:
path: '/admin/modules/automatic-update'
defaults:

Kunal Sachdev
committed
_form: '\Drupal\automatic_updates\Form\UpdaterForm'
_title: 'Update'
requirements:
_permission: 'administer software updates'

Kunal Sachdev
committed
options:
_admin_route: TRUE
_maintenance_access: TRUE

Ted Bowman
committed
automatic_updates.theme_update:
path: '/admin/theme/automatic-update'
defaults:
_form: '\Drupal\automatic_updates\Form\UpdaterForm'
_title: 'Update'
requirements:
_permission: 'administer software updates'
options:
_admin_route: TRUE
_maintenance_access: TRUE