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