updated core and modules
This commit is contained in:
@@ -397,6 +397,13 @@ system.theme_settings_theme:
|
||||
requirements:
|
||||
_access: 'TRUE'
|
||||
|
||||
'<nolink>':
|
||||
path: ''
|
||||
options:
|
||||
_no_path: TRUE
|
||||
requirements:
|
||||
_access: 'TRUE'
|
||||
|
||||
'<current>':
|
||||
path: '<current>'
|
||||
|
||||
@@ -416,6 +423,14 @@ system.modules_uninstall_confirm:
|
||||
requirements:
|
||||
_permission: 'administer modules'
|
||||
|
||||
system.prepare_modules_entity_uninstall:
|
||||
path: '/admin/modules/uninstall/entity/{entity_type_id}'
|
||||
defaults:
|
||||
_form: '\Drupal\system\Form\PrepareModulesEntityUninstallForm'
|
||||
_title_callback: '\Drupal\system\Form\PrepareModulesEntityUninstallForm::formTitle'
|
||||
requirements:
|
||||
_permission: 'administer modules'
|
||||
|
||||
system.timezone:
|
||||
path: '/system/timezone/{abbreviation}/{offset}/{is_daylight_saving_time}'
|
||||
defaults:
|
||||
@@ -445,8 +460,6 @@ system.batch_page.html:
|
||||
_format: 'html'
|
||||
options:
|
||||
_admin_route: TRUE
|
||||
# @todo Remove the '_no_big_pipe' route option when https://www.drupal.org/node/2589967 lands.
|
||||
_no_big_pipe: TRUE
|
||||
|
||||
system.batch_page.json:
|
||||
path: '/batch'
|
||||
@@ -485,3 +498,10 @@ system.entity_autocomplete:
|
||||
_controller: '\Drupal\system\Controller\EntityAutocompleteController::handleAutocomplete'
|
||||
requirements:
|
||||
_access: 'TRUE'
|
||||
|
||||
system.csrftoken:
|
||||
path: '/session/token'
|
||||
defaults:
|
||||
_controller: '\Drupal\system\Controller\CsrfTokenController::csrfToken'
|
||||
requirements:
|
||||
_access: 'TRUE'
|
||||
|
||||
Reference in New Issue
Block a user