Version 1
[yaffs-website] / web / core / modules / system / tests / modules / plugin_test / src / Plugin / plugin_test / fruit / FruitInterface.php
diff --git a/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php
new file mode 100644 (file)
index 0000000..62e0c38
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\plugin_test\Plugin\plugin_test\fruit;
+
+/**
+ * Provides an interface for test plugins.
+ */
+interface FruitInterface { }