function SelectLanguageForm::getFormId
Same name in other branches
- 9 core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php \Drupal\Core\Installer\Form\SelectLanguageForm::getFormId()
- 8.9.x core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php \Drupal\Core\Installer\Form\SelectLanguageForm::getFormId()
- 11.x core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php \Drupal\Core\Installer\Form\SelectLanguageForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
lib/ Drupal/ Core/ Installer/ Form/ SelectLanguageForm.php, line 24
Class
- SelectLanguageForm
- Provides the language selection form.
Namespace
Drupal\Core\Installer\FormCode
public function getFormId() {
return 'install_select_language_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.