Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / user / src / Plugin / migrate / User.php
index 5316259abd3c78ffe98459f2f2d647a615e0a76c..d918932ddcfce9624c6e73cd67960c88aa8f15d6 100644 (file)
@@ -37,7 +37,7 @@ class User extends FieldMigration {
             }
             $info = $row->getSource();
             $this->fieldPluginCache[$field_type]
-              ->processFieldValues($this, $field_name, $info);
+              ->defineValueProcessPipeline($this, $field_name, $info);
           }
           else {
             if ($this->cckPluginManager->hasDefinition($field_type)) {