Files
farmOS-dev/web/modules/migrate_tools/drush.services.yml
2024-12-10 15:08:16 +01:00

7 lines
247 B
YAML

services:
migrate_tools.commands:
class: Drupal\migrate_tools\Drush\Commands\MigrateToolsCommands
arguments: ['@plugin.manager.migration', '@date.formatter', '@entity_type.manager', '@keyvalue']
tags:
- { name: drush.command }