You are here

public function BasicAdvancedForm::validateForm in Auth0 Single Sign On 8

Same name and namespace in other branches
  1. 8.2 src/Form/BasicAdvancedForm.php \Drupal\auth0\Form\BasicAdvancedForm::validateForm()

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/BasicAdvancedForm.php, line 93
Contains \Drupal\auth0\Form\BasicAdvancedForm.

Class

BasicAdvancedForm
This forms handles the advanced module configurations.

Namespace

Drupal\auth0\Form

Code

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