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 / D6NoCoreVersionSpecified.php
index 74dfd3bcd74a759af8b41aabc1deb238007b0c42..34bed95e08f33df0f14741d3d9afa077aaaaac8b 100644 (file)
@@ -7,7 +7,9 @@ use Drupal\migrate\Plugin\MigrationInterface;
 
 /**
  * @MigrateCckField(
- *   id = "d6_no_core_version_specified"
+ *   id = "d6_no_core_version_specified",
+ *   source_module = "foo",
+ *   destination_module = "bar",
  * )
  */
 class D6NoCoreVersionSpecified extends CckFieldPluginBase {