You are here

service menu_trail_by_path.path_helper in Menu Trail By Path 8

Class

Drupal\menu_trail_by_path\Path\CurrentPathHelper
1 string reference to menu_trail_by_path.path_helper
MenuTrailByPathServiceProvider::alter in src/MenuTrailByPathServiceProvider.php
Modifies existing service definitions.

File

./menu_trail_by_path.services.yml
menu_trail_by_path.services.yml

View source
  1. class: Drupal\menu_trail_by_path\Path\CurrentPathHelper
  2. arguments:
  3. - '@current_route_match'
  4. - '@router.request_context'
  5. - '@config.factory'