Same filename and directory in other branches
  1. 8.9.x core/modules/system/tests/modules/entity_test/entity_test.services.yml
  2. 9 core/modules/system/tests/modules/entity_test/entity_test.services.yml
core/modules/system/tests/modules/entity_test/entity_test.services.yml

File

core/modules/system/tests/modules/entity_test/entity_test.services.yml
View source
  1. services:
  2. _defaults:
  3. autoconfigure: true
  4. entity_test.definition.subscriber:
  5. class: Drupal\entity_test\EntityTestDefinitionSubscriber
  6. arguments: ['@state', '@entity.last_installed_schema.repository', '@entity_type.manager', '@entity_field.manager']
  7. cache_context.entity_test_view_grants:
  8. class: Drupal\entity_test\Cache\EntityTestViewGrantsCacheContext
  9. tags:
  10. - { name: cache.context }

Services