Version 1
[yaffs-website] / web / core / modules / views / src / Plugin / views / wizard / Standard.php
diff --git a/web/core/modules/views/src/Plugin/views/wizard/Standard.php b/web/core/modules/views/src/Plugin/views/wizard/Standard.php
new file mode 100644 (file)
index 0000000..a277fbd
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+namespace Drupal\views\Plugin\views\wizard;
+
+/**
+ * Standard Views wizard plugin.
+ *
+ * @ingroup views_wizard_plugins
+ *
+ * @ViewsWizard(
+ *   id = "standard",
+ *   deriver = "Drupal\views\Plugin\Derivative\DefaultWizardDeriver",
+ *   title = @Translation("Default wizard")
+ * )
+ */
+class Standard extends WizardPluginBase {
+
+}