Version 1
[yaffs-website] / web / core / modules / views / src / Plugin / views / field / Standard.php
diff --git a/web/core/modules/views/src/Plugin/views/field/Standard.php b/web/core/modules/views/src/Plugin/views/field/Standard.php
new file mode 100644 (file)
index 0000000..e29cfc2
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+namespace Drupal\views\Plugin\views\field;
+
+/**
+ * Default implementation of the base field plugin.
+ *
+ * @ingroup views_field_handlers
+ *
+ * @ViewsField("standard")
+ */
+class Standard extends FieldPluginBase {
+
+}