You are here

service cache_context.url.path.is_current_user_page in Opigno dashboard 3.x

Class

Drupal\opigno_dashboard\Cache\Context\IsCurrentUserPageCacheContext

Tags

  • cache.context

File

./opigno_dashboard.services.yml
opigno_dashboard.services.yml

View source
  1. class: Drupal\opigno_dashboard\Cache\Context\IsCurrentUserPageCacheContext
  2. arguments:
  3. - '@current_route_match'
  4. - '@current_user'
  5. tags:
  6. - { name: cache.context }