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
1 2 3 | public function getFormId() { return 'taxonomy_vocabulary_confirm_delete' ; } |
Please login to continue.