public function LocaleSettingsForm::getFormID

Implements \Drupal\Core\Form\FormInterface::getFormID().

Overrides FormInterface::getFormID

File

drupal/core/modules/locale/lib/Drupal/locale/Form/LocaleSettingsForm.php, line 19
Contains \Drupal\user\LocaleSettingsForm.

Class

LocaleSettingsForm
Configure locale settings for this site.

Namespace

Drupal\locale\Form

Code

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