You are here

public function LocaleSettingsForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 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\Form

Code

public function getFormId() {
  return 'locale_translate_settings';
}