Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / file / src / Plugin / migrate / field / d7 / FileField.php
index cf900904894d90a84a9a070be7a85aa075882fa4..8157def995ac8379e44bfcb24ef0758cf8b7dabd 100644 (file)
@@ -8,7 +8,9 @@ use Drupal\migrate\Plugin\MigrationInterface;
 /**
  * @MigrateField(
  *   id = "file",
- *   core = {7}
+ *   core = {7},
+ *   source_module = "file",
+ *   destination_module = "file"
  * )
  */
 class FileField extends D6FileField {