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