public 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 44
Class
- VocabularyResetForm
- Provides confirmation form for resetting a vocabulary to alphabetical order.
Namespace
Drupal\taxonomy\Form
Code
public function getFormId() { return 'taxonomy_vocabulary_confirm_reset_alphabetical'; }
Please login to continue.