You are here

public function FieldEncryptDecryptForm::getDescription in Field Encryption 8.2

Returns additional text to display as a description.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form description.

Overrides ConfirmFormBase::getDescription

File

src/Form/FieldEncryptDecryptForm.php, line 87

Class

FieldEncryptDecryptForm
Confirmation form for removing encryption on field.

Namespace

Drupal\field_encrypt\Form

Code

public function getDescription() {
  return t('This action removes field encryption from the specified field. Existing field data will be decrypted through a batch process.');
}