public function VocabularyDeleteForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 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\FormCode
public function getFormId() {
return 'taxonomy_vocabulary_confirm_delete';
}