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