You are here

domain_config_hook_test.services.yml in Domain Access 8

domain_config/tests/modules/domain_config_hook_test/domain_config_hook_test.services.yml

File

domain_config/tests/modules/domain_config_hook_test/domain_config_hook_test.services.yml
View source
  1. services:
  2. domain_config_service.page_cache_request_policy:
  3. class: Drupal\domain_config_hook_test\PageCache\RequestPolicy\PageCacheRequestPolicy
  4. arguments: ['@config.factory']
  5. tags:
  6. - { name: page_cache_request_policy }