public function CleantalkCheckCommentsForm::submitForm in Anti Spam by CleanTalk 9.1.x
Same name and namespace in other branches
- 8.4 src/Form/CleantalkCheckCommentsForm.php \Drupal\cleantalk\Form\CleantalkCheckCommentsForm::submitForm()
- 8.3 src/Form/CleantalkCheckCommentsForm.php \Drupal\cleantalk\Form\CleantalkCheckCommentsForm::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
- src/
Form/ CleantalkCheckCommentsForm.php, line 30
Class
Namespace
Drupal\cleantalk\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
parent::submitForm($form, $form_state);
}