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