You are here

public function Overview::getFormId in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/forum/src/Form/Overview.php \Drupal\forum\Form\Overview::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides OverviewTerms::getFormId

File

core/modules/forum/src/Form/Overview.php, line 46
Contains \Drupal\forum\Form\Overview.

Class

Overview

Namespace

Drupal\forum\Form

Code

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