wxt-8.x-3.011/modules/custom/wxt_ext/wxt_ext_migration/wxt_ext_migration.services.yml
modules/custom/wxt_ext/wxt_ext_migration/wxt_ext_migration.services.yml
services:
wxt_ext_migration.migration_subscriber:
class: Drupal\wxt_ext_migration\EventSubscriber\MigrationSubscriber
arguments: ['@database', '@entity_type.manager', '@config.factory', '@session_manager', '@session', '@current_user', '@uuid', '@cache_tags.invalidator', '@tempstore.shared']
tags:
- { name: event_subscriber }
