You are here

public function MaillogClearConfirmForm::getDescription in Maillog / Mail Developer 8

Returns additional text to display as a description.

Return value

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

Overrides ConfirmFormBase::getDescription

File

src/Form/MaillogClearConfirmForm.php, line 25

Class

MaillogClearConfirmForm
Provides a form for clearing all the maillog entries.

Namespace

Drupal\maillog\Form

Code

public function getDescription() {
  return $this
    ->t('All maillog database entries will be deleted. This action cannot be undone.');
}