You are here

KeyPluginFormInterface.php in Key 8

Namespace

Drupal\key\Plugin

File

src/Plugin/KeyPluginFormInterface.php
View source
<?php

namespace Drupal\key\Plugin;

use Drupal\Core\Plugin\PluginFormInterface;

/**
 * Provides an interface for plugins that have a configuration form.
 */
interface KeyPluginFormInterface extends PluginFormInterface {

}

Interfaces

Namesort descending Description
KeyPluginFormInterface Provides an interface for plugins that have a configuration form.