TranslateEditForm::getFormId

public TranslateEditForm::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/TranslateEditForm.php, line 17

Class

TranslateEditForm
Defines a translation edit form.

Namespace

Drupal\locale\Form

Code

public function getFormId() {
  return 'locale_translate_edit_form';
}
doc_Drupal
2016-10-29 09:49:07
Comments
Leave a Comment

Please login to continue.