You are here

service cache_context.url.path in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \cache_context.url.path

Class

Drupal\Core\Cache\Context\PathCacheContext

Tags

  • cache.context

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Cache\Context\PathCacheContext
  2. arguments:
  3. - '@request_stack'
  4. tags:
  5. - { name: cache.context }