Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / options / src / Plugin / migrate / field / d7 / ListField.php
index fff29ee17742f77a5640e33f2ec353992afe5c20..714c364b8f44682dcdee450d274b7051bdaa7491 100644 (file)
@@ -12,7 +12,9 @@ use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;
  *     "list_integer" = "list_integer",
  *     "list_text" = "list_string",
  *   },
- *   core = {7}
+ *   core = {7},
+ *   source_module = "list",
+ *   destination_module = "options"
  * )
  */
 class ListField extends FieldPluginBase {}