function TranslateEditForm::getFormId

Same name in other branches
  1. 9 core/modules/locale/src/Form/TranslateEditForm.php \Drupal\locale\Form\TranslateEditForm::getFormId()
  2. 10 core/modules/locale/src/Form/TranslateEditForm.php \Drupal\locale\Form\TranslateEditForm::getFormId()
  3. 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\Form

Code

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.