You are here

public function UpdateEncryptionProfileForm::getDescription in Field Encryption 3.0.x

Returns additional text to display as a description.

Return value

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

Overrides ConfirmFormBase::getDescription

File

src/Form/UpdateEncryptionProfileForm.php, line 111

Class

UpdateEncryptionProfileForm
Confirmation form for updating encryption on an entity.

Namespace

Drupal\field_encrypt\Form

Code

public function getDescription() {
  return $this
    ->t('Existing entities will be updated through a batch process.');
}