You are here

public function DeleteForm::getDescription in Filebrowser 8.2

Same name and namespace in other branches
  1. 3.x src/Form/DeleteForm.php \Drupal\filebrowser\Form\DeleteForm::getDescription()

Returns additional text to display as a description.

Return value

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

Overrides ConfirmFormBase::getDescription

File

src/Form/DeleteForm.php, line 159

Class

DeleteForm

Namespace

Drupal\filebrowser\Form

Code

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