public function DateFormatLocalizeResetForm::getFormID

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormID

File

drupal/core/modules/system/lib/Drupal/system/Form/DateFormatLocalizeResetForm.php, line 53
Contains \Drupal\system\Form\DateFormatLocalizeResetForm.

Class

DateFormatLocalizeResetForm
Builds a form for enabling a module.

Namespace

Drupal\system\Form

Code

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