public function VocabularyResetForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/taxonomy/src/Form/VocabularyResetForm.php \Drupal\taxonomy\Form\VocabularyResetForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides EntityForm::getFormId
File
- core/
modules/ taxonomy/ src/ Form/ VocabularyResetForm.php, line 49 - Contains \Drupal\taxonomy\Form\VocabularyResetForm.
Class
- VocabularyResetForm
- Provides confirmation form for resetting a vocabulary to alphabetical order.
Namespace
Drupal\taxonomy\FormCode
public function getFormId() {
return 'taxonomy_vocabulary_confirm_reset_alphabetical';
}