public function ConfigExportForm::validateForm

Form validation 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::validateForm

File

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

Class

ConfigExportForm

Namespace

Drupal\config\Form

Code

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