path_redirect_import-8.x-1.0-beta4/drush.services.yml
drush.services.yml
services:
path_redirect_import.commands:
class: \Drupal\path_redirect_import\Drush\Commands\PathRedirectImportCommands
arguments:
- '@plugin.manager.migration'
- '@date.formatter'
- '@entity_type.manager'
- '@keyvalue'
- '@datetime.time'
- '@string_translation'
- '@migrate_tools.migration_drush_command_progress'
- '@file_system'
- '@path_redirect_import.redirect_export'
tags:
- { name: drush.command }
