You are here

public function ForumSettingsForm::getFormId in Zircon Profile 8.0

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

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/forum/src/ForumSettingsForm.php, line 21
Contains \Drupal\forum\ForumSettingsForm.

Class

ForumSettingsForm
Configure forum settings for this site.

Namespace

Drupal\forum

Code

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