b6fa9c0f113ac700fabb3cb49e6c1c7a152c3873
[yaffs-website] / Orange.php
1 <?php
2
3 namespace Drupal\plugin_test\Plugin\plugin_test\fruit;
4
5 /**
6  * @Plugin(
7  *   id = "orange",
8  *   label = "Orange",
9  *   color = "orange"
10  * )
11  */
12 class Orange implements FruitInterface {}