You are here

interface KeyPluginFormInterface in Key 8

Provides an interface for plugins that have a configuration form.

Hierarchy

Expanded class hierarchy of KeyPluginFormInterface

All classes that implement KeyPluginFormInterface

5 files declare their use of KeyPluginFormInterface
ConfigKeyProvider.php in src/Plugin/KeyProvider/ConfigKeyProvider.php
EncryptionKeyType.php in src/Plugin/KeyType/EncryptionKeyType.php
EnvKeyProvider.php in src/Plugin/KeyProvider/EnvKeyProvider.php
FileKeyProvider.php in src/Plugin/KeyProvider/FileKeyProvider.php
KeyFormBase.php in src/Form/KeyFormBase.php

File

src/Plugin/KeyPluginFormInterface.php, line 10

Namespace

Drupal\key\Plugin
View source
interface KeyPluginFormInterface extends PluginFormInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PluginFormInterface::buildConfigurationForm public function Form constructor. 36
PluginFormInterface::submitConfigurationForm public function Form submission handler. 32
PluginFormInterface::validateConfigurationForm public function Form validation handler. 18