function ConfigExportForm::submitForm
Same name in other branches
- 9 core/modules/config/src/Form/ConfigExportForm.php \Drupal\config\Form\ConfigExportForm::submitForm()
- 10 core/modules/config/src/Form/ConfigExportForm.php \Drupal\config\Form\ConfigExportForm::submitForm()
- 11.x core/modules/config/src/Form/ConfigExportForm.php \Drupal\config\Form\ConfigExportForm::submitForm()
Overrides FormInterface::submitForm
File
-
core/
modules/ config/ src/ Form/ ConfigExportForm.php, line 36
Class
- ConfigExportForm
- Defines the configuration export form.
Namespace
Drupal\config\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
$form_state->setRedirect('config.export_download');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.