Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate_drupal / src / Plugin / migrate / field / UserReference.php
index b42d94cba326cee1a8949ff0f6992a0d8d8827f1..4a60f450de5b02c801cd087daa59fff9de7b8eaf 100644 (file)
@@ -20,7 +20,7 @@ class UserReference extends FieldPluginBase {
   /**
    * {@inheritdoc}
    */
-  public function processFieldValues(MigrationInterface $migration, $field_name, $data) {
+  public function defineValueProcessPipeline(MigrationInterface $migration, $field_name, $data) {
     $process = [
       'plugin' => 'sub_process',
       'source' => $field_name,