VocabularyResetForm::getConfirmText

public VocabularyResetForm::getConfirmText()

Returns a caption for the button that confirms the action.

Return value

string The form confirmation text.

Overrides EntityConfirmFormBase::getConfirmText

File

core/modules/taxonomy/src/Form/VocabularyResetForm.php, line 72

Class

VocabularyResetForm
Provides confirmation form for resetting a vocabulary to alphabetical order.

Namespace

Drupal\taxonomy\Form

Code

public function getConfirmText() {
  return $this->t('Reset to alphabetical');
}
doc_Drupal
2016-10-29 09:56:31
Comments
Leave a Comment

Please login to continue.