Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / options / src / Plugin / migrate / field / d6 / OptionWidgetsField.php
diff --git a/web/core/modules/options/src/Plugin/migrate/field/d6/OptionWidgetsField.php b/web/core/modules/options/src/Plugin/migrate/field/d6/OptionWidgetsField.php
new file mode 100644 (file)
index 0000000..b6b5516
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+namespace Drupal\options\Plugin\migrate\field\d7;
+
+use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;
+
+/**
+ * @MigrateField(
+ *   id = "optionwidgets",
+ *   core = {6},
+ *   source_module = "optionwidgets",
+ *   destination_module = "options"
+ * )
+ */
+class OptionWidgetsField extends FieldPluginBase {}