Same name and namespace in other branches
  1. 10 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::getContext in core/lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php
Returns the string representation of the cache context.
SystemMenuBlock::create in core/modules/system/src/Plugin/Block/SystemMenuBlock.php
Creates an instance of the plugin.
SystemMenuBlockTest::testConfigLevelDepth in core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php
Tests the config start level and depth.

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 }