diff modules/contrib/migrate_upgrade/migrate_upgrade.drush.inc @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children
line wrap: on
line diff
--- a/modules/contrib/migrate_upgrade/migrate_upgrade.drush.inc	Thu Feb 28 11:14:44 2019 +0000
+++ b/modules/contrib/migrate_upgrade/migrate_upgrade.drush.inc	Thu Feb 28 13:11:55 2019 +0000
@@ -40,12 +40,12 @@
 }
 
 /**
- * Execute the upgrade command, configuring the necessary migrations and
- * optionally perform the imports.
+ * Execute the upgrade command, configuring the necessary migrations.
+ *
+ * Optionally perform the imports.
  */
 function drush_migrate_upgrade() {
   $runner = new MigrateUpgradeDrushRunner();
-  $runner->setOptions();
 
   try {
     $runner->configure();
@@ -65,8 +65,7 @@
 }
 
 /**
- * Rolls back any upgrade migrations that are present, and deletes the migrations
- * themselves.
+ * Rolls back any upgrade migrations that are present.
  */
 function drush_migrate_upgrade_rollback() {
   if ($date_performed = \Drupal::state()->get('migrate_drupal_ui.performed')) {