TranslationStatusForm::getFormId

public TranslationStatusForm::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/TranslationStatusForm.php, line 56

Class

TranslationStatusForm
Provides a translation status form.

Namespace

Drupal\locale\Form

Code

1
2
3
public function getFormId() {
  return 'locale_translation_status_form';
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.