public function CaptchaExamplesForm::submitForm in CAPTCHA 8
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
- src/
Form/ CaptchaExamplesForm.php, line 100
Class
- CaptchaExamplesForm
- Displays the captcha settings form.
Namespace
Drupal\captcha\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}