public VocabularyListBuilder::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/modules/taxonomy/src/VocabularyListBuilder.php, line 25
Class
- VocabularyListBuilder
- Defines a class to build a listing of taxonomy vocabulary entities.
Namespace
Drupal\taxonomy
Code
public function getFormId() { return 'taxonomy_overview_vocabularies'; }
Please login to continue.