FilterDisableForm::getDescription

public FilterDisableForm::getDescription()

Returns additional text to display as a description.

Return value

string The form description.

Overrides EntityConfirmFormBase::getDescription

File

core/modules/filter/src/Form/FilterDisableForm.php, line 38

Class

FilterDisableForm
Provides the filter format disable form.

Namespace

Drupal\filter\Form

Code

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.');
}
doc_Drupal
2016-10-29 09:14:26
Comments
Leave a Comment

Please login to continue.