ImportForm::getFormId

public 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 63

Class

ImportForm
Form constructor for the translation import screen.

Namespace

Drupal\locale\Form

Code

public function getFormId() {
  return 'locale_translate_import_form';
}
doc_Drupal
2016-10-29 09:20:30
Comments
Leave a Comment

Please login to continue.