function ConfigExportForm::getFormId

Same name and namespace in other branches
  1. 9 core/modules/config/src/Form/ConfigExportForm.php \Drupal\config\Form\ConfigExportForm::getFormId()
  2. 10 core/modules/config/src/Form/ConfigExportForm.php \Drupal\config\Form\ConfigExportForm::getFormId()
  3. 11.x core/modules/config/src/Form/ConfigExportForm.php \Drupal\config\Form\ConfigExportForm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/config/src/Form/ConfigExportForm.php, line 18

Class

ConfigExportForm
Defines the configuration export form.

Namespace

Drupal\config\Form

Code

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

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