function FilterDisableForm::getDescription
Same name in other branches
- 9 core/modules/filter/src/Form/FilterDisableForm.php \Drupal\filter\Form\FilterDisableForm::getDescription()
- 8.9.x core/modules/filter/src/Form/FilterDisableForm.php \Drupal\filter\Form\FilterDisableForm::getDescription()
- 11.x core/modules/filter/src/Form/FilterDisableForm.php \Drupal\filter\Form\FilterDisableForm::getDescription()
Overrides EntityConfirmFormBase::getDescription
File
-
core/
modules/ filter/ src/ Form/ FilterDisableForm.php, line 40
Class
- FilterDisableForm
- Provides the filter format disable form.
Namespace
Drupal\filter\FormCode
public function getDescription() {
return $this->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.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.