function VocabularyResetForm::getFormId

Same name in other branches
  1. 9 core/modules/taxonomy/src/Form/VocabularyResetForm.php \Drupal\taxonomy\Form\VocabularyResetForm::getFormId()
  2. 8.9.x core/modules/taxonomy/src/Form/VocabularyResetForm.php \Drupal\taxonomy\Form\VocabularyResetForm::getFormId()
  3. 11.x core/modules/taxonomy/src/Form/VocabularyResetForm.php \Drupal\taxonomy\Form\VocabularyResetForm::getFormId()

Overrides EntityForm::getFormId

File

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

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';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.