cbd0f88baf01620a7f870c31b859eeb0dff546ea
[yaffs-website] / web / core / modules / system / tests / modules / plugin_test / src / Plugin / plugin_test / fruit / 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 {}