function OverviewTerms::getFormId

Same name and namespace in other branches
  1. 8.9.x core/modules/taxonomy/src/Form/OverviewTerms.php \Drupal\taxonomy\Form\OverviewTerms::getFormId()
  2. 10 core/modules/taxonomy/src/Form/OverviewTerms.php \Drupal\taxonomy\Form\OverviewTerms::getFormId()
  3. 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 114

Class

OverviewTerms
Provides terms overview form for a taxonomy vocabulary.

Namespace

Drupal\taxonomy\Form

Code

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.