public ThemeSettingsForm::buildForm(array $form, FormStateInterface $form_state, $theme = '')
Parameters
string $theme: The theme name.
Overrides ConfigFormBase::buildForm
File
core/modules/system/src/Form/ThemeSettingsForm.php, line 101
Class
ThemeSettingsForm Displays theme configuration for entire site and individual themes.
Namespace
Drupal\system\Form
Code
public function buildForm(array $form, FormStateInterface $form_state, $theme = '') {
$form = parent::buildForm($form, $for