Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Plugin / Fixtures / vegetable / VegetableInterface.php
diff --git a/web/core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php b/web/core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php
new file mode 100644 (file)
index 0000000..b9d53ce
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\Tests\Component\Plugin\Fixtures\vegetable;
+
+/**
+ * Provides an interface for test plugins.
+ */
+interface VegetableInterface {}