You are here

public function PrevnextSettingsForm::validateForm in Prevnext 2.0.x

Same name and namespace in other branches
  1. 8 src/Form/PrevnextSettingsForm.php \Drupal\prevnext\Form\PrevnextSettingsForm::validateForm()
  2. 2.x src/Form/PrevnextSettingsForm.php \Drupal\prevnext\Form\PrevnextSettingsForm::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/PrevnextSettingsForm.php, line 49

Class

PrevnextSettingsForm
Class PrevnextSettingsForm.

Namespace

Drupal\prevnext\Form

Code

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