You are here

HelpInterface.php in Advanced Help 8

File

src/HelpInterface.php
View source
<?php

namespace Drupal\advanced_help;

use Drupal\Component\Plugin\PluginInspectionInterface;

/**
 * Defines an interface for ice cream flavor plugins.
 */
interface HelpInterface extends PluginInspectionInterface {

}

Interfaces

Namesort descending Description
HelpInterface Defines an interface for ice cream flavor plugins.