plugin.manager.menu.local_task
Same name in other branches
- 9 core/core.services.yml \plugin.manager.menu.local_task
- 10 core/core.services.yml \plugin.manager.menu.local_task
Class
Drupal\Core\Menu\LocalTaskManager4 string references to plugin.manager.menu.local_task
- LocalTasksBlock::create in core/
lib/ Drupal/ Core/ Menu/ Plugin/ Block/ LocalTasksBlock.php - Creates an instance of the plugin.
- menu_local_tasks in core/
includes/ menu.inc - Collects the local tasks (tabs) for the current route.
- menu_primary_local_tasks in core/
includes/ menu.inc - Returns the rendered local tasks at the top level.
- menu_secondary_local_tasks in core/
includes/ menu.inc - Returns the rendered local tasks at the second level.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Menu\LocalTaskManager
- arguments:
- - '@http_kernel.controller.argument_resolver'
- - '@request_stack'
- - '@current_route_match'
- - '@router.route_provider'
- - '@module_handler'
- - '@cache.discovery'
- - '@language_manager'
- - '@access_manager'
- - '@current_user'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.