You are here

public function PrevnextSettingsForm::validateForm in Prevnext 8

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

Class

PrevnextSettingsForm
Class PrevnextSettingsForm.

Namespace

Drupal\prevnext\Form

Code

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