You are here

public function MergeTranslationsForm::getFormId in Merge translations 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/MergeTranslationsForm.php, line 149

Class

MergeTranslationsForm
The merge translation form.

Namespace

Drupal\merge_translations\Form

Code

public function getFormId() {
  return 'merge_translations_form';
}