entity_test.services.yml

Same filename in other branches
  1. 8.9.x core/modules/system/tests/modules/entity_test/entity_test.services.yml
  2. 10 core/modules/system/tests/modules/entity_test/entity_test.services.yml
  3. 11.x 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. entity_test.definition.subscriber:
  3. class: Drupal\entity_test\EntityTestDefinitionSubscriber
  4. arguments: ['@state', '@entity.last_installed_schema.repository', '@entity_type.manager', '@entity_field.manager']
  5. tags:
  6. - { name: event_subscriber }
  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

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