You are here

public function QueryTestForm::submitForm in Lightweight Directory Access Protocol (LDAP) 8.4

Same name and namespace in other branches
  1. 8.3 ldap_query/src/Form/QueryTestForm.php \Drupal\ldap_query\Form\QueryTestForm::submitForm()

Form submission 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 FormInterface::submitForm

File

ldap_query/src/Form/QueryTestForm.php, line 103

Class

QueryTestForm
Test form for queries.

Namespace

Drupal\ldap_query\Form

Code

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