You are here

responsive_preview.services.yml in Responsive Theme Preview 8

File

responsive_preview.services.yml
View source
  1. services:
  2. cache_context.route.is_admin:
  3. class: Drupal\responsive_preview\Cache\RouteAdminCacheContext
  4. arguments: ['@router.admin_context']
  5. tags:
  6. - { name: cache.context }
  7. responsive_preview:
  8. class: Drupal\responsive_preview\ResponsivePreview
  9. arguments:
  10. - '@router.admin_context'
  11. - '@path.current'
  12. - '@current_route_match'
  13. - '@entity_type.manager'
  14. - '@current_user'

Services