LocaleSettingsForm::getFormId

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

public function getFormId() {
  return 'locale_translate_settings';
}
doc_Drupal
2016-10-29 09:24:08
Comments
Leave a Comment

Please login to continue.