You are here

public function CallbackForm::validateForm in Empty Page 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 FormBase::validateForm

File

src/Form/CallbackForm.php, line 75

Class

CallbackForm
Builds the form for callbacks add/edit form.

Namespace

Drupal\empty_page\Form

Code

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