You are here

public function ThemeSettingsForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Form/ThemeSettingsForm.php \Drupal\system\Form\ThemeSettingsForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/system/src/Form/ThemeSettingsForm.php, line 89
Contains \Drupal\system\Form\ThemeSettingsForm.

Class

ThemeSettingsForm
Displays theme configuration for entire site and individual themes.

Namespace

Drupal\system\Form

Code

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