You are here

interface EncryptionMethodPluginFormInterface in Encrypt 8.3

Interface for EncryptionMethod plugins that have a configuration form.

Hierarchy

Expanded class hierarchy of EncryptionMethodPluginFormInterface

All classes that implement EncryptionMethodPluginFormInterface

2 files declare their use of EncryptionMethodPluginFormInterface
ConfigTestEncryptionMethod.php in tests/modules/encrypt_test/src/Plugin/EncryptionMethod/ConfigTestEncryptionMethod.php
EncryptionProfileForm.php in src/Form/EncryptionProfileForm.php

File

src/Plugin/EncryptionMethodPluginFormInterface.php, line 10

Namespace

Drupal\encrypt\Plugin
View source
interface EncryptionMethodPluginFormInterface 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