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