You are here

service cache_context.url.path in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 }