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

File

core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml
View source
  1. services:
  2. _defaults:
  3. autoconfigure: true
  4. entity_test_update.entity_schema_listener:
  5. class: Drupal\entity_test_update\EventSubscriber\EntitySchemaSubscriber
  6. arguments: ['@entity.definition_update_manager', '@state']

Services