You are here

migrate_tools.services.yml in Migrate Tools 8.4

Same filename and directory in other branches
  1. 8.5 migrate_tools.services.yml

File

migrate_tools.services.yml
View source
  1. services:
  2. logger.channel.migrate_tools:
  3. class: Drupal\Core\Logger\LoggerChannel
  4. factory: logger.factory:get
  5. arguments: ['migrate_tools']
  6. route_processor.migrate_group:
  7. class: Drupal\migrate_tools\Routing\RouteProcessor
  8. tags:
  9. - { name: route_processor_outbound }
  10. migrate_tools.migration_drush_command_progress:
  11. class: Drupal\migrate_tools\EventSubscriber\MigrationDrushCommandProgress
  12. tags:
  13. - { name: event_subscriber }
  14. arguments: ['@logger.channel.migrate_tools']
  15. migrate_tools.migration_sync:
  16. class: Drupal\migrate_tools\EventSubscriber\MigrationImportSync
  17. tags:
  18. - { name: event_subscriber }
  19. arguments:
  20. - '@event_dispatcher'