public function VocabularyListBuilder::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/taxonomy/src/VocabularyListBuilder.php \Drupal\taxonomy\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 30 - Contains \Drupal\taxonomy\VocabularyListBuilder.
Class
- VocabularyListBuilder
- Defines a class to build a listing of taxonomy vocabulary entities.
Namespace
Drupal\taxonomyCode
public function getFormId() {
return 'taxonomy_overview_vocabularies';
}