HelpInterface.php in Advanced Help 8
Namespace
Drupal\advanced_helpFile
src/HelpInterface.phpView source
<?php
namespace Drupal\advanced_help;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* Defines an interface for ice cream flavor plugins.
*/
interface HelpInterface extends PluginInspectionInterface {
}
Interfaces
Name | Description |
---|---|
HelpInterface | Defines an interface for ice cream flavor plugins. |