VocabularyResetForm::getFormId

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';
}
doc_Drupal
2016-10-29 09:56:32
Comments
Leave a Comment

Please login to continue.