You are here

public function ExportForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/locale/src/Form/ExportForm.php \Drupal\locale\Form\ExportForm::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/ExportForm.php, line 53
Contains \Drupal\locale\Form\ExportForm.

Class

ExportForm
Form for the Gettext translation files export form.

Namespace

Drupal\locale\Form

Code

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