Further modules included.
[yaffs-website] / web / modules / contrib / advanced_help / src / HelpInterface.php
1 <?php
2
3 namespace Drupal\advanced_help;
4
5 use Drupal\Component\Plugin\PluginInspectionInterface;
6
7 /**
8  * Defines an interface for ice cream flavor plugins.
9  */
10 interface HelpInterface extends PluginInspectionInterface {
11 }