function 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('Any content saved with the %format text format will not be displayed on the site until it is resaved with an enabled text format.', [
'%format' => $this->entity
->label(),
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.