You are here

EncryptionMethodPluginFormInterface.php in Encrypt 8.3

File

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

namespace Drupal\encrypt\Plugin;

use Drupal\Core\Plugin\PluginFormInterface;

/**
 * Interface for EncryptionMethod plugins that have a configuration form.
 */
interface EncryptionMethodPluginFormInterface extends PluginFormInterface {

}

Interfaces

Namesort descending Description
EncryptionMethodPluginFormInterface Interface for EncryptionMethod plugins that have a configuration form.