function FilterDisableForm::getConfirmText

Overrides EntityConfirmFormBase::getConfirmText

File

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

Class

FilterDisableForm
Provides the filter format disable form.

Namespace

Drupal\filter\Form

Code

public function getConfirmText() {
  return $this->t('Disable');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.