You are here

public function MiniorangeSAMLRemoveLicense::validateForm in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 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/MiniorangeSAMLRemoveLicense.php, line 88

Class

MiniorangeSAMLRemoveLicense

Namespace

Drupal\miniorange_saml\Form

Code

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