service toolbar.menu_tree in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/toolbar/toolbar.services.yml \toolbar.menu_tree
Class
Drupal\toolbar\Menu\ToolbarMenuLinkTree3 string references to toolbar.menu_tree
- admin_toolbar_prerender_toolbar_administration_tray in modules/
admin_toolbar/ admin_toolbar.module - Renders the toolbar's administration tray. This is a clone of core's toolbar_prerender_toolbar_administration_tray() function, which uses setMaxDepth(4) instead of setTopLevelOnly()
- toolbar_prerender_toolbar_administration_tray in core/
modules/ toolbar/ toolbar.module - Renders the toolbar's administration tray.
- _toolbar_do_get_rendered_subtrees in core/
modules/ toolbar/ toolbar.module - #pre_render callback for toolbar_get_rendered_subtrees().
File
- core/
modules/ toolbar/ toolbar.services.yml - core/modules/toolbar/toolbar.services.yml
View source
- 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'