function ImportForm::getFormId
Same name in other branches
- 9 core/modules/locale/src/Form/ImportForm.php \Drupal\locale\Form\ImportForm::getFormId()
- 8.9.x core/modules/locale/src/Form/ImportForm.php \Drupal\locale\Form\ImportForm::getFormId()
- 10 core/modules/locale/src/Form/ImportForm.php \Drupal\locale\Form\ImportForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ locale/ src/ Form/ ImportForm.php, line 67
Class
- ImportForm
- Form constructor for the translation import screen.
Namespace
Drupal\locale\FormCode
public function getFormId() {
return 'locale_translate_import_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.