public 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 16
Class
- LocaleSettingsForm
- Configure locale settings for this site.
Namespace
Drupal\locale\Form
Code
1 2 3 | public function getFormId() { return 'locale_translate_settings' ; } |
Please login to continue.