You are here

public function ConfigDeleteForm::getDescription in Devel 4.x

Returns additional text to display as a description.

Return value

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

Overrides ConfirmFormInterface::getDescription

1 call to ConfigDeleteForm::getDescription()
ConfigDeleteForm::buildForm in src/Form/ConfigDeleteForm.php
Form constructor.

File

src/Form/ConfigDeleteForm.php, line 97

Class

ConfigDeleteForm
Edit config variable form.

Namespace

Drupal\devel\Form

Code

public function getDescription() {
  return $this
    ->t('This action cannot be undone.');
}