Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Plugin / Fixtures / vegetable / Corn.php
diff --git a/web/core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Corn.php b/web/core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Corn.php
new file mode 100644 (file)
index 0000000..201b9b1
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\Component\Plugin\Fixtures\vegetable;
+
+/**
+ * @Plugin(
+ *   id = "corn",
+ *   label = "Corn",
+ *   color = "yellow"
+ * )
+ */
+class Corn implements VegetableInterface {}