FilterDisableForm::getConfirmText

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

Please login to continue.