You are here

public function SelectRegistrationConfigForm::validateForm in Select registration roles 8

Form validation handler.

Parameters

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

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Overrides FormBase::validateForm

File

src/Form/SelectRegistrationConfigForm.php, line 85
Contains \Drupal\select_registration_roles\Form\SelectRegistrationConfigForm.

Class

SelectRegistrationConfigForm

Namespace

Drupal\select_registration_roles\Form

Code

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