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