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