You are here

service cache_context.route.book_navigation in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/book/book.services.yml \cache_context.route.book_navigation

Class

Drupal\book\Cache\BookNavigationCacheContext

Tags

  • cache.context

File

core/modules/book/book.services.yml
core/modules/book/book.services.yml

View source
  1. class: Drupal\book\Cache\BookNavigationCacheContext
  2. arguments:
  3. - '@current_route_match'
  4. calls:
  5. - [setContainer, ['@service_container']]
  6. tags:
  7. - { name: cache.context }