2013-04-09 04:32:49 +00:00
|
|
|
services:
|
|
|
|
cache.toolbar:
|
|
|
|
class: Drupal\Core\Cache\CacheBackendInterface
|
|
|
|
tags:
|
|
|
|
- { name: cache.bin }
|
2015-06-01 10:47: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
|
|
|
|
arguments: ['@menu.tree_storage', '@plugin.manager.menu.link', '@router.route_provider', '@menu.active_trail', '@controller_resolver', '@cache.menu', '@current_route_match']
|