Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / telephone / src / Plugin / migrate / field / d7 / PhoneField.php
diff --git a/web/core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php b/web/core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php
new file mode 100644 (file)
index 0000000..3164cec
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+
+namespace Drupal\telephone\Plugin\migrate\field\d7;
+
+use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;
+
+/**
+ * @MigrateField(
+ *   id = "phone",
+ *   type_map = {
+ *     "phone" = "telephone",
+ *   },
+ *   core = {7}
+ * )
+ */
+class PhoneField extends FieldPluginBase {}