Version 1
[yaffs-website] / web / core / modules / system / tests / modules / plugin_test_extended / src / Plugin / plugin_test / fruit / BigApple.php
diff --git a/web/core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php b/web/core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php
new file mode 100644 (file)
index 0000000..8bc80ee
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+namespace Drupal\plugin_test_extended\Plugin\plugin_test\fruit;
+
+/**
+ * @PluginExtended(
+ *   id = "big_apple",
+ *   label = "Big Apple",
+ *   color = "green"
+ * )
+ */
+class BigApple {
+
+}