function ThemeSettingsForm::getFormId
Same name in other branches
- 9 core/modules/system/src/Form/ThemeSettingsForm.php \Drupal\system\Form\ThemeSettingsForm::getFormId()
- 8.9.x core/modules/system/src/Form/ThemeSettingsForm.php \Drupal\system\Form\ThemeSettingsForm::getFormId()
- 11.x core/modules/system/src/Form/ThemeSettingsForm.php \Drupal\system\Form\ThemeSettingsForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ system/ src/ Form/ ThemeSettingsForm.php, line 117
Class
- ThemeSettingsForm
- Displays theme configuration for entire site and individual themes.
Namespace
Drupal\system\FormCode
public function getFormId() {
return 'system_theme_settings';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.