Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / text / src / Plugin / migrate / field / d6 / TextField.php
index d1da3f43f4d4326c78cc7bc6ae9454b1d759d159..aa324b6f77d1fcae570a12b8a4796a5b42cbbdea 100644 (file)
@@ -14,7 +14,9 @@ use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;
  *     "text_long" = "text_long",
  *     "text_with_summary" = "text_with_summary"
  *   },
- *   core = {6}
+ *   core = {6},
+ *   source_module = "text",
+ *   destination_module = "text",
  * )
  */
 class TextField extends FieldPluginBase {