You are here

public function CleantalkCheckCommentsForm::submitForm in Anti Spam by CleanTalk 8.4

Same name and namespace in other branches
  1. 8.3 src/Form/CleantalkCheckCommentsForm.php \Drupal\cleantalk\Form\CleantalkCheckCommentsForm::submitForm()
  2. 9.1.x 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

CleantalkCheckCommentsForm

Namespace

Drupal\cleantalk\Form

Code

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