You are here

public function VocabularyDeleteForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/Form/VocabularyDeleteForm.php \Drupal\taxonomy\Form\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 20
Contains \Drupal\taxonomy\Form\VocabularyDeleteForm.

Class

VocabularyDeleteForm
Provides a deletion confirmation form for taxonomy vocabulary.

Namespace

Drupal\taxonomy\Form

Code

public function getFormId() {
  return 'taxonomy_vocabulary_confirm_delete';
}