Version 1
[yaffs-website] / web / core / modules / migrate_drupal / src / Annotation / MigrateCckField.php
diff --git a/web/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php b/web/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php
new file mode 100644 (file)
index 0000000..73949e1
--- /dev/null
@@ -0,0 +1,21 @@
+<?php
+
+namespace Drupal\migrate_drupal\Annotation;
+
+@trigger_error('MigrateCckField is deprecated in Drupal 8.3.x and will be
+removed before Drupal 9.0.x. Use \Drupal\migrate_drupal\Annotation\MigrateField
+instead.', E_USER_DEPRECATED);
+
+/**
+ * Deprecated: Defines a cckfield plugin annotation object.
+ *
+ * @deprecated in Drupal 8.3.x, to be removed before Drupal 9.0.x. Use
+ * \Drupal\migrate_drupal\Annotation\MigrateField instead.
+ *
+ * Plugin Namespace: Plugin\migrate\cckfield
+ *
+ * @Annotation
+ */
+class MigrateCckField extends MigrateField {
+
+}