You are here

public function DownloadCountClearForm::getDescription in Download Count 8

Returns additional text to display as a description.

Return value

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

Overrides ConfirmFormBase::getDescription

File

src/Form/DownloadCountClearForm.php, line 25

Class

DownloadCountClearForm
Remove form for book module.

Namespace

Drupal\download_count\Form

Code

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