entity_test.services.yml

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/entity_test/entity_test.services.yml
  2. 8.9.x core/modules/system/tests/modules/entity_test/entity_test.services.yml
  3. 10 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

Title Deprecated Summary
cache_context.entity_test_view_grants Drupal\entity_test\Cache\EntityTestViewGrantsCacheContext
entity_test.definition.subscriber Drupal\entity_test\EntityTestDefinitionSubscriber
_defaults

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.