You are here

public function WidgetForm::validateForm in Search API Sorts Widget 1.x

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/WidgetForm.php, line 125

Class

WidgetForm
Provides a Search API Sorts Widget form.

Namespace

Drupal\search_api_sorts_widget\Form

Code

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