public function ConfigExportForm::submitForm

Form submission handler.

Parameters

array $form: An associative array containing the structure of the form.

array $form_state: An associative array containing the current state of the form.

Overrides FormInterface::submitForm

File

drupal/core/modules/config/lib/Drupal/config/Form/ConfigExportForm.php, line 28

Class

ConfigExportForm

Namespace

Drupal\config\Form

Code

public function submitForm(array &$form, array &$form_state) {
}