You are here

public function AutobanTestForm::submitForm in Automatic IP ban (Autoban) 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/AutobanTestForm.php, line 160

Class

AutobanTestForm
Test autoban rule.

Namespace

Drupal\autoban\Form

Code

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