entity_test_update.entity_schema_listener

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml \entity_test_update.entity_schema_listener
  2. 10 core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml \entity_test_update.entity_schema_listener
  3. 9 core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml \entity_test_update.entity_schema_listener
  4. main 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

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 }

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