public FilterDisableForm::getConfirmText()
Returns a caption for the button that confirms the action.
Return value
string The form confirmation text.
Overrides EntityConfirmFormBase::getConfirmText
File
- core/modules/filter/src/Form/FilterDisableForm.php, line 31
Class
- FilterDisableForm
- Provides the filter format disable form.
Namespace
Drupal\filter\Form
Code
public function getConfirmText() { return $this->t('Disable'); }
Please login to continue.