2013-04-09 04:32:49 +00:00
|
|
|
services:
|
|
|
|
cache.toolbar:
|
|
|
|
class: Drupal\Core\Cache\CacheBackendInterface
|
|
|
|
tags:
|
|
|
|
- { name: cache.bin }
|
2020-02-20 21:02:08 +00:00
|
|
|
factory: ['@cache_factory', 'get']
|
2013-04-09 04:32:49 +00:00
|
|
|
arguments: [toolbar]
|
2014-09-20 10:14:29 +00:00
|
|
|
toolbar.page_cache_request_policy.allow_toolbar_path:
|
|
|
|
class: Drupal\toolbar\PageCache\AllowToolbarPath
|
|
|
|
tags:
|
|
|
|
- { name: page_cache_request_policy }
|
2015-05-24 22:17:43 +00:00
|
|
|
toolbar.menu_tree:
|
|
|
|
class: Drupal\toolbar\Menu\ToolbarMenuLinkTree
|
2018-10-08 12:25:44 +00:00
|
|
|
arguments: ['@menu.tree_storage', '@plugin.manager.menu.link', '@router.route_provider', '@menu.active_trail', '@controller_resolver']
|