function SiteInformationForm::submitForm
Overrides ConfigFormBase::submitForm
File
-
core/
modules/ system/ src/ Form/ SiteInformationForm.php, line 205
Class
- SiteInformationForm
- Configure site information settings for this site.
Namespace
Drupal\system\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
$this->config('system.site')
->set('page.front', $form_state->getValue('site_frontpage'))
->save();
parent::submitForm($form, $form_state);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.