function OverviewTerms::getFormId
Same name in other branches
- 9 core/modules/taxonomy/src/Form/OverviewTerms.php \Drupal\taxonomy\Form\OverviewTerms::getFormId()
- 8.9.x core/modules/taxonomy/src/Form/OverviewTerms.php \Drupal\taxonomy\Form\OverviewTerms::getFormId()
- 11.x core/modules/taxonomy/src/Form/OverviewTerms.php \Drupal\taxonomy\Form\OverviewTerms::getFormId()
Overrides FormInterface::getFormId
1 method overrides OverviewTerms::getFormId()
- Overview::getFormId in core/
modules/ forum/ src/ Form/ Overview.php - Returns a unique string identifying the form.
File
-
core/
modules/ taxonomy/ src/ Form/ OverviewTerms.php, line 113
Class
- OverviewTerms
- Provides terms overview form for a taxonomy vocabulary.
Namespace
Drupal\taxonomy\FormCode
public function getFormId() {
return 'taxonomy_overview_terms';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.