Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / migrate_drupal / tests / modules / migrate_field_plugin_manager_test / src / Plugin / migrate / field / D6FileField.php
index acb9d9cd7eb7e28a4eaae561738c49fa2fa8f7d1..de55e1337a5146f2c5dfdebe3e0b8366093fe457 100644 (file)
@@ -10,7 +10,9 @@ use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;
  *   core = {6},
  *   type_map = {
  *     "file" = "file"
- *   }
+ *   },
+ *   source_module = "foo",
+ *   destination_module = "bar"
  * )
  */
 class D6FileField extends FieldPluginBase {}