menu.active_trail

Same name in other branches
  1. 9 core/core.services.yml \menu.active_trail
  2. 8.9.x core/core.services.yml \menu.active_trail

Class

Drupal\Core\Menu\MenuActiveTrail

Tags

  • needs_destruction
3 string references to menu.active_trail
MenuActiveTrailsCacheContext::__construct in core/lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php
Constructs a MenuActiveTrailsCacheContext object.
NavigationMenuBlock::create in core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php
Creates an instance of the plugin.
SystemMenuBlock::create in core/modules/system/src/Plugin/Block/SystemMenuBlock.php
Creates an instance of the plugin.

File

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 }
  9. lazy: true

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.