interface KeyPluginFormInterface in Key 8
Provides an interface for plugins that have a configuration form.
Hierarchy
- interface \Drupal\Core\Plugin\PluginFormInterface
- interface \Drupal\key\Plugin\KeyPluginFormInterface
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\PluginView source
interface KeyPluginFormInterface extends PluginFormInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginFormInterface:: |
public | function | Form constructor. | 36 |
PluginFormInterface:: |
public | function | Form submission handler. | 32 |
PluginFormInterface:: |
public | function | Form validation handler. | 18 |