function ExportForm::getFormId

Same name in other branches
  1. 9 core/modules/locale/src/Form/ExportForm.php \Drupal\locale\Form\ExportForm::getFormId()
  2. 8.9.x core/modules/locale/src/Form/ExportForm.php \Drupal\locale\Form\ExportForm::getFormId()
  3. 10 core/modules/locale/src/Form/ExportForm.php \Drupal\locale\Form\ExportForm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/locale/src/Form/ExportForm.php, line 62

Class

ExportForm
Form for the Gettext translation files export form.

Namespace

Drupal\locale\Form

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.