You are here

service entity_test_update.entity_schema_listener in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml \entity_test_update.entity_schema_listener
  2. 9 core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml \entity_test_update.entity_schema_listener

Class

Drupal\entity_test_update\EventSubscriber\EntitySchemaSubscriber

Tags

  • event_subscriber

File

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

View source
  1. class: Drupal\entity_test_update\EventSubscriber\EntitySchemaSubscriber
  2. arguments:
  3. - '@entity.definition_update_manager'
  4. - '@state'
  5. tags:
  6. - { name: event_subscriber }