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

1
2
3
public function getFormId() {
  return 'forum_overview';
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.