Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / migrate / src / Plugin / MigrationDeriverTrait.php
index 3205c59ea37b75f535e027a28451b1a76f1f60bc..54a04943a2a728039d948d6245fe65a0c61dde2b 100644 (file)
@@ -25,6 +25,9 @@ trait MigrationDeriverTrait {
       'destination' => [
         'plugin' => 'null',
       ],
+      'idMap' => [
+        'plugin' => 'null',
+      ],
     ];
     return \Drupal::service('plugin.manager.migration')->createStubMigration($definition)->getSourcePlugin();
   }