You are here

public function SimpleAdSenseForm::validateForm in Simple AdSense 8.0

Same name and namespace in other branches
  1. 1.0.x src/Form/SimpleAdSenseForm.php \Drupal\simple_adsense\Form\SimpleAdSenseForm::validateForm()

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/SimpleAdSenseForm.php, line 50

Class

SimpleAdSenseForm
Class SimpleAdSenseForm.

Namespace

Drupal\simple_adsense\Form

Code

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