Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \cache_context.languages
  2. 9 core/core.services.yml \cache_context.languages

Class

Drupal\Core\Cache\Context\LanguagesCacheContext

Tags

  • cache.context

File

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

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