public function DisableForm::getDescription

Overrides \Drupal\Core\Form\ConfirmFormBase::getDescription().

Overrides ConfirmFormBase::getDescription

File

drupal/core/modules/filter/lib/Drupal/filter/Form/DisableForm.php, line 56
Contains \Drupal\filter\Form\DisableForm.

Class

DisableForm
Provides the filter format disable form.

Namespace

Drupal\filter\Form

Code

public function getDescription() {
  return t('Disabled text formats are completely removed from the administrative interface, and any content stored with that format will not be displayed. This action cannot be undone.');
}