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