service toolbar.menu_tree in Drupal 8
Same name and namespace in other branches
- 9 core/modules/toolbar/toolbar.services.yml \toolbar.menu_tree
- 10 core/modules/toolbar/toolbar.services.yml \toolbar.menu_tree
Class
Drupal\toolbar\Menu\ToolbarMenuLinkTree2 string references to toolbar.menu_tree
- ToolbarController::preRenderAdministrationTray in core/
modules/ toolbar/ src/ Controller/ ToolbarController.php - Renders the toolbar's administration tray.
- ToolbarController::preRenderGetRenderedSubtrees in core/
modules/ toolbar/ src/ Controller/ ToolbarController.php - #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'