Overview::getFormId

public 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 41

Class

Overview
Provides forum overview form for the forum vocabulary.

Namespace

Drupal\forum\Form

Code

public function getFormId() {
  return 'forum_overview';
}
doc_Drupal
2016-10-29 09:32:46
Comments
Leave a Comment

Please login to continue.