function SelectLanguageForm::submitForm
Same name in other branches
- 9 core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php \Drupal\Core\Installer\Form\SelectLanguageForm::submitForm()
- 8.9.x core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php \Drupal\Core\Installer\Form\SelectLanguageForm::submitForm()
- 11.x core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php \Drupal\Core\Installer\Form\SelectLanguageForm::submitForm()
Overrides FormInterface::submitForm
File
-
core/
lib/ Drupal/ Core/ Installer/ Form/ SelectLanguageForm.php, line 94
Class
- SelectLanguageForm
- Provides the language selection form.
Namespace
Drupal\Core\Installer\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
$build_info = $form_state->getBuildInfo();
$build_info['args'][0]['parameters']['langcode'] = $form_state->getValue('langcode');
$form_state->setBuildInfo($build_info);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.