function TranslateEditForm::getFormId
Same name in other branches
- 8.9.x core/modules/locale/src/Form/TranslateEditForm.php \Drupal\locale\Form\TranslateEditForm::getFormId()
- 10 core/modules/locale/src/Form/TranslateEditForm.php \Drupal\locale\Form\TranslateEditForm::getFormId()
- 11.x core/modules/locale/src/Form/TranslateEditForm.php \Drupal\locale\Form\TranslateEditForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ locale/ src/ Form/ TranslateEditForm.php, line 20
Class
- TranslateEditForm
- Defines a translation edit form.
Namespace
Drupal\locale\FormCode
public function getFormId() {
return 'locale_translate_edit_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.