Same name and namespace in other branches
  1. 8.9.x core/modules/book/book.services.yml \cache_context.route.book_navigation
  2. 9 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. - '@book.manager'
  5. tags:
  6. - { name: cache.context }