Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / field / src / Plugin / migrate / process / d6 / FieldTypeDefaults.php
index 869e9b66ef6841298b4b7bfd3c70171174f4c11a..50d4e924a82ce0e826ce8c49bc4099cdc0748e7e 100644 (file)
@@ -11,7 +11,7 @@ use Drupal\migrate\Row;
  * Gives us a chance to set per field defaults.
  *
  * @MigrateProcessPlugin(
- *   id = "field_type_defaults"
+ *   id = "d6_field_type_defaults"
  * )
  */
 class FieldTypeDefaults extends ProcessPluginBase {