Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / field / src / Plugin / migrate / source / d7 / Field.php
index 9e92619f8e7819c9f7678821b159481405e8d24f..da9e0373281ce6472d3c5a4fff4a60ac9954a1cd 100644 (file)
@@ -15,7 +15,7 @@ use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase;
  *
  * @MigrateSource(
  *   id = "d7_field",
- *   source_module = "field"
+ *   source_module = "field_sql_storage"
  * )
  */
 class Field extends DrupalSqlBase {