You are here

entity_test_update.services.yml in Drupal 10

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. entity_test_update.entity_schema_listener:
  3. class: Drupal\entity_test_update\EventSubscriber\EntitySchemaSubscriber
  4. arguments: ['@entity.definition_update_manager', '@state']
  5. tags:
  6. - { name: 'event_subscriber' }