You are here

service menu_trail_by_path.menu_tree_storage in Menu Trail By Path 8

Class

Drupal\menu_trail_by_path\Menu\MenuTreeStorage

Tags

  • backend_overridable

File

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

View source
  1. class: Drupal\menu_trail_by_path\Menu\MenuTreeStorage
  2. arguments:
  3. - '@database'
  4. - '@cache.menu'
  5. - '@cache_tags.invalidator'
  6. - menu_tree
  7. public: false
  8. tags:
  9. - { name: backend_overridable }