Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / video_embed_field / src / Plugin / migrate / cckfield / EmvideoField.php
index 3d8eae9b9f6377437d34538c1e0b855bacbe5636..5774d852a658d565be9f3fb584d783dfb778cc39 100644 (file)
@@ -11,7 +11,9 @@ use Drupal\migrate_drupal\Plugin\migrate\cckfield\CckFieldPluginBase;
  *
  * @MigrateCckField(
  *   id = "emvideo",
- *   core = {6}
+ *   core = {6},
+ *   source_module = "emfield",
+ *   destination_module = "video_embed_field",
  * )
  */
 class EmvideoField extends CckFieldPluginBase {