Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
26
core/modules/update/update.links.task.yml
Normal file
26
core/modules/update/update.links.task.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
update.status:
|
||||
route_name: update.status
|
||||
base_route: system.admin_reports
|
||||
title: List
|
||||
update.settings:
|
||||
route_name: update.settings
|
||||
base_route: system.admin_reports
|
||||
title: Settings
|
||||
weight: 50
|
||||
update.report_update:
|
||||
route_name: update.report_update
|
||||
base_route: system.admin_reports
|
||||
title: Update
|
||||
weight: 10
|
||||
|
||||
update.module_update:
|
||||
route_name: update.module_update
|
||||
base_route: system.modules_list
|
||||
title: Update
|
||||
weight: 10
|
||||
|
||||
update.theme_update:
|
||||
route_name: update.theme_update
|
||||
base_route: system.themes_page
|
||||
title: Update
|
||||
weight: 10
|
||||
Reference in a new issue