entity_test_update.services.yml

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml
  2. 8.9.x core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml
  3. 10 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

Title Deprecated Summary
entity_test_update.entity_schema_listener Drupal\entity_test_update\EventSubscriber\EntitySchemaSubscriber
_defaults

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