function VocabularyResetForm::getConfirmText
Same name in other branches
- 9 core/modules/taxonomy/src/Form/VocabularyResetForm.php \Drupal\taxonomy\Form\VocabularyResetForm::getConfirmText()
- 8.9.x core/modules/taxonomy/src/Form/VocabularyResetForm.php \Drupal\taxonomy\Form\VocabularyResetForm::getConfirmText()
- 11.x core/modules/taxonomy/src/Form/VocabularyResetForm.php \Drupal\taxonomy\Form\VocabularyResetForm::getConfirmText()
Overrides EntityConfirmFormBase::getConfirmText
File
-
core/
modules/ taxonomy/ src/ Form/ VocabularyResetForm.php, line 74
Class
- VocabularyResetForm
- Provides confirmation form for resetting a vocabulary to alphabetical order.
Namespace
Drupal\taxonomy\FormCode
public function getConfirmText() {
return $this->t('Reset to alphabetical');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.