Version 1
[yaffs-website] / web / core / modules / views / src / Plugin / views / field / Field.php
diff --git a/web/core/modules/views/src/Plugin/views/field/Field.php b/web/core/modules/views/src/Plugin/views/field/Field.php
new file mode 100644 (file)
index 0000000..625d3c8
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+namespace Drupal\views\Plugin\views\field;
+
+/**
+ * A stub class to provide backward compatibility for EntityField.
+ *
+ * @deprecated in Drupal 8.3.x and will be removed before 9.0.0
+ *   Use \Drupal\views\Plugin\views\field\EntityField instead.
+ */
+class Field extends EntityField {
+
+}