You are here

public function FileManagementDeleteFileConfirmForm::getDescription in File Management 8

Returns additional text to display as a description.

Return value

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

Overrides ConfirmFormBase::getDescription

File

src/Form/FileManagementDeleteFileConfirmForm.php, line 60

Class

FileManagementDeleteFileConfirmForm
Defines a confirmation form for deleting mymodule data.

Namespace

Drupal\file_management\Form

Code

public function getDescription() {
  return t('This could break some pages and media entities if they use this file.');
}