Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / link / src / Plugin / migrate / field / d6 / LinkField.php
index 0d03656ad85ced04c28fa5cf4516e40444ba7a02..182cc48629999cc8ccce336cb1e08e9efe565dc4 100644 (file)
@@ -39,7 +39,7 @@ class LinkField extends FieldPluginBase {
    */
   public function processFieldValues(MigrationInterface $migration, $field_name, $data) {
     $process = [
-      'plugin' => 'd6_field_link',
+      'plugin' => 'field_link',
       'source' => $field_name,
     ];
     $migration->mergeProcessOfProperty($field_name, $process);