You are here

public function ChecklistapiChecklistForm::validateForm in Checklist API 8

Form validation 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::validateForm

File

src/Form/ChecklistapiChecklistForm.php, line 211

Class

ChecklistapiChecklistForm
Provides a checklist form.

Namespace

Drupal\checklistapi\Form

Code

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