You are here

public function ImportForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/locale/src/Form/ImportForm.php \Drupal\locale\Form\ImportForm::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/ImportForm.php, line 68
Contains \Drupal\locale\Form\ImportForm.

Class

ImportForm
Form constructor for the translation import screen.

Namespace

Drupal\locale\Form

Code

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