Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Field / Plugin / migrate / field / Email.php
index 3b490f0f19d741dbe723c7a25ae482add4a19985..df6a10b1d82e1b1090cb46f53d83dff17725e8b2 100644 (file)
@@ -42,7 +42,7 @@ class Email extends FieldPluginBase {
    */
   public function processFieldValues(MigrationInterface $migration, $field_name, $data) {
     $process = [
-      'plugin' => 'iterator',
+      'plugin' => 'sub_process',
       'source' => $field_name,
       'process' => [
         'value' => 'email',