Mercurial > hg > cmmr2012-drupal-site
view vendor/chi-teck/drupal-code-generator/templates/d8/service/cache-context.services.twig @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
line wrap: on
line source
services: cache_context.{{ context_id }}: class: Drupal\{{ machine_name }}\Cache\Context\{{ class }} {% if base_class == 'RequestStackCacheContextBase' %} arguments: ['@request_stack'] {% elseif base_class == 'UserCacheContextBase' %} arguments: ['@current_user'] {% endif %} tags: - { name: cache.context}