Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / user / src / Plugin / migrate / ProfileValues.php
index 9e02521df9afadd587c1e739d2cb3707d0e08381..b082d591af24a91d464b240267764cc1f195e913 100644 (file)
@@ -28,6 +28,7 @@ class ProfileValues extends Migration {
         'ignore_map' => TRUE,
       ] + $this->source;
       $definition['destination']['plugin'] = 'null';
+      $definition['idMap']['plugin'] = 'null';
       try {
         $profile_field_migration = $this->migrationPluginManager->createStubMigration($definition);
         $source_plugin = $profile_field_migration->getSourcePlugin();