
| Current Path : /var/www/html_old/abn/web/modules/contrib/migrate_tools/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html_old/abn/web/modules/contrib/migrate_tools/migrate_tools.services.yml |
services:
logger.channel.migrate_tools:
class: Drupal\Core\Logger\LoggerChannel
factory: logger.factory:get
arguments: ['migrate_tools']
route_processor.migrate_group:
class: Drupal\migrate_tools\Routing\RouteProcessor
tags:
- { name: route_processor_outbound }
migrate_tools.migration_drush_command_progress:
class: Drupal\migrate_tools\EventSubscriber\MigrationDrushCommandProgress
tags:
- { name: event_subscriber }
arguments: ['@logger.channel.migrate_tools']
migrate_tools.migration_sync:
class: Drupal\migrate_tools\EventSubscriber\MigrationImportSync
tags:
- { name: event_subscriber }
arguments:
- '@event_dispatcher'