Version 1
[yaffs-website] / web / core / modules / views / src / Annotation / ViewsRelationship.php
diff --git a/web/core/modules/views/src/Annotation/ViewsRelationship.php b/web/core/modules/views/src/Annotation/ViewsRelationship.php
new file mode 100644 (file)
index 0000000..79ca567
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+
+namespace Drupal\views\Annotation;
+
+/**
+ * Defines a Plugin annotation object for views relationship handlers.
+ *
+ * @see \Drupal\views\Plugin\views\relationship\RelationshipPluginBase
+ *
+ * @ingroup views_relationship_handlers
+ *
+ * @Annotation
+ */
+class ViewsRelationship extends ViewsHandlerAnnotationBase {
+
+}