public function LocaleSettingsForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/locale/src/Form/LocaleSettingsForm.php \Drupal\locale\Form\LocaleSettingsForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/
modules/ locale/ src/ Form/ LocaleSettingsForm.php, line 20 - Contains \Drupal\locale\Form\LocaleSettingsForm.
Class
- LocaleSettingsForm
- Configure locale settings for this site.
Namespace
Drupal\locale\FormCode
public function getFormId() {
return 'locale_translate_settings';
}