You are here

service menu.active_trail in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \menu.active_trail

Class

Drupal\Core\Menu\MenuActiveTrail

Tags

  • needs_destruction
1 string reference to menu.active_trail
SystemMenuBlock::create in core/modules/system/src/Plugin/Block/SystemMenuBlock.php
Creates an instance of the plugin.

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Menu\MenuActiveTrail
  2. arguments:
  3. - '@plugin.manager.menu.link'
  4. - '@current_route_match'
  5. - '@cache.menu'
  6. - '@lock'
  7. tags:
  8. - { name: needs_destruction }