public function ThemeAdminForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Form/ThemeAdminForm.php \Drupal\system\Form\ThemeAdminForm::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/ ThemeAdminForm.php, line 20 - Contains \Drupal\system\Form\ThemeAdminForm.
Class
- ThemeAdminForm
- Form to select the administration theme.
Namespace
Drupal\system\FormCode
public function getFormId() {
return 'system_themes_admin_form';
}