Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / config / services / drupal-core / migrate.yml
index 42d5746bba108a53b1d4e667fc0d872112775239..feae3909a8a8509ec17275c632b17b109a4dab80 100644 (file)
@@ -1,20 +1,20 @@
 services:
-  migrate_rollback:
+  console.migrate_rollback:
     class: Drupal\Console\Command\Migrate\RollBackCommand
     arguments: ['@plugin.manager.migration']
     tags:
       - { name: drupal.command }
-  migrate_execute:
+  console.migrate_execute:
     class: Drupal\Console\Command\Migrate\ExecuteCommand
     arguments: ['@plugin.manager.migration']
     tags:
       - { name: drupal.command }
-  migrate_debug:
+  console.migrate_debug:
     class: Drupal\Console\Command\Migrate\DebugCommand
     arguments: ['@plugin.manager.migration']
     tags:
       - { name: drupal.command }
-  migrate_setup:
+  console.migrate_setup:
     class: Drupal\Console\Command\Migrate\SetupCommand
     arguments: ['@state', '@plugin.manager.migration']
     tags: