Mercurial > hg > isophonics-drupal-site
annotate core/modules/toolbar/toolbar.services.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
rev | line source |
---|---|
Chris@0 | 1 services: |
Chris@0 | 2 cache.toolbar: |
Chris@0 | 3 class: Drupal\Core\Cache\CacheBackendInterface |
Chris@0 | 4 tags: |
Chris@0 | 5 - { name: cache.bin } |
Chris@0 | 6 factory: cache_factory:get |
Chris@0 | 7 arguments: [toolbar] |
Chris@0 | 8 toolbar.page_cache_request_policy.allow_toolbar_path: |
Chris@0 | 9 class: Drupal\toolbar\PageCache\AllowToolbarPath |
Chris@0 | 10 tags: |
Chris@0 | 11 - { name: page_cache_request_policy } |
Chris@0 | 12 toolbar.menu_tree: |
Chris@0 | 13 class: Drupal\toolbar\Menu\ToolbarMenuLinkTree |
Chris@18 | 14 arguments: ['@menu.tree_storage', '@plugin.manager.menu.link', '@router.route_provider', '@menu.active_trail', '@controller_resolver'] |