You are here

public function ConfigExportForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config/src/Form/ConfigExportForm.php \Drupal\config\Form\ConfigExportForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/config/src/Form/ConfigExportForm.php, line 21
Contains \Drupal\config\Form\ConfigExportForm.

Class

ConfigExportForm
Defines the configuration export form.

Namespace

Drupal\config\Form

Code

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