VocabularyDeleteForm::getFormId

public VocabularyDeleteForm::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/VocabularyDeleteForm.php, line 15

Class

VocabularyDeleteForm
Provides a deletion confirmation form for taxonomy vocabulary.

Namespace

Drupal\taxonomy\Form

Code

public function getFormId() {
  return 'taxonomy_vocabulary_confirm_delete';
}
doc_Drupal
2016-10-29 09:56:19
Comments
Leave a Comment

Please login to continue.