You are here

public function ConfigSingleExportForm::getFormId in Zircon Profile 8

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

Class

ConfigSingleExportForm
Provides a form for exporting a single configuration file.

Namespace

Drupal\config\Form

Code

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