function Overview::getFormId

Same name in other branches
  1. 9 core/modules/forum/src/Form/Overview.php \Drupal\forum\Form\Overview::getFormId()
  2. 10 core/modules/forum/src/Form/Overview.php \Drupal\forum\Form\Overview::getFormId()
  3. 11.x core/modules/forum/src/Form/Overview.php \Drupal\forum\Form\Overview::getFormId()

Overrides OverviewTerms::getFormId

File

core/modules/forum/src/Form/Overview.php, line 22

Class

Overview
Provides forum overview form for the forum vocabulary.

Namespace

Drupal\forum\Form

Code

public function getFormId() {
    return 'forum_overview';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.