Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Field / Plugin / migrate / field / Email.php
index 11226fa649bd2adfdb22ecec24cec89b74e333e9..f56a6f844b0ff2e4651ad316d74d38268cc6520d 100644 (file)
@@ -46,7 +46,7 @@ class Email 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,