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