You are here

public function SettingsForm::validateForm in Views Filter Harmonizer 1.0.x

Same name and namespace in other branches
  1. 8 src/Form/SettingsForm.php \Drupal\filter_harmonizer\Form\SettingsForm::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/SettingsForm.php, line 95

Class

SettingsForm
Provides the from to edit Views Filter Harmonizer admin config settings.

Namespace

Drupal\filter_harmonizer\Form

Code

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