Version 1
[yaffs-website] / web / core / modules / views / src / Plugin / views / PluginInterface.php
diff --git a/web/core/modules/views/src/Plugin/views/PluginInterface.php b/web/core/modules/views/src/Plugin/views/PluginInterface.php
new file mode 100644 (file)
index 0000000..fabbe06
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\views\Plugin\views;
+
+use Drupal\Component\Plugin\PluginInspectionInterface;
+
+/**
+ * @deprecated as of Drupal 8.3.x, will be removed in Drupal 9.0.0
+ */
+interface PluginInterface extends PluginInspectionInterface {
+
+}