Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / text / src / Plugin / migrate / field / d7 / TextField.php
index ccdedd427a026cccd50bbc7646314e67f37ba837..6433ed33d7cde94182f8d7a0be4e736d2cd06b13 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 = {7}
+ *   core = {7},
+ *   source_module = "text",
+ *   destination_module = "text",
  * )
  */
 class TextField extends FieldPluginBase {