You are here

public function EncryptionProfileTestForm::__construct in Encrypt 8.3

Constructs the test form.

Parameters

\Drupal\encrypt\EncryptService $encrypt_service: The encryption service.

File

src/Form/EncryptionProfileTestForm.php, line 28

Class

EncryptionProfileTestForm
Provides a form for testing encryption / decryption on a given profile.

Namespace

Drupal\encrypt\Form

Code

public function __construct(EncryptService $encrypt_service) {
  $this->encryptService = $encrypt_service;
}