Move into nested docroot
This commit is contained in:
parent
83a0d3a149
commit
c8b70abde9
13405 changed files with 0 additions and 0 deletions
14
web/core/modules/toolbar/toolbar.services.yml
Normal file
14
web/core/modules/toolbar/toolbar.services.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
cache.toolbar:
|
||||
class: Drupal\Core\Cache\CacheBackendInterface
|
||||
tags:
|
||||
- { name: cache.bin }
|
||||
factory: cache_factory:get
|
||||
arguments: [toolbar]
|
||||
toolbar.page_cache_request_policy.allow_toolbar_path:
|
||||
class: Drupal\toolbar\PageCache\AllowToolbarPath
|
||||
tags:
|
||||
- { name: page_cache_request_policy }
|
||||
toolbar.menu_tree:
|
||||
class: Drupal\toolbar\Menu\ToolbarMenuLinkTree
|
||||
arguments: ['@menu.tree_storage', '@plugin.manager.menu.link', '@router.route_provider', '@menu.active_trail', '@controller_resolver', '@cache.menu', '@current_route_match']
|
Reference in a new issue