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