62e0c38aebb82cf1df9afa9c8ccfe36f48922628
[yaffs-website] / FruitInterface.php
1 <?php
2
3 namespace Drupal\plugin_test\Plugin\plugin_test\fruit;
4
5 /**
6  * Provides an interface for test plugins.
7  */
8 interface FruitInterface { }