Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / migrate_drupal / tests / modules / migrate_cckfield_plugin_manager_test / src / Plugin / migrate / cckfield / D6FileField.php
index 1b43724991204778f12a685a6673177a474ba150..f8a89da1ee6f514cc8a4b929b8b7bbe8aedf9300 100644 (file)
@@ -11,7 +11,9 @@ use Drupal\migrate\Plugin\MigrationInterface;
  *   core = {6},
  *   type_map = {
  *     "file" = "file"
- *   }
+ *   },
+ *   source_module = "foo",
+ *   destination_module = "bar"
  * )
  */
 class D6FileField extends CckFieldPluginBase {