You are here

public function SearchPageListBuilder::validateForm in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/search/src/SearchPageListBuilder.php \Drupal\search\SearchPageListBuilder::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 DraggableListBuilder::validateForm

File

core/modules/search/src/SearchPageListBuilder.php, line 343

Class

SearchPageListBuilder
Defines a class to build a listing of search page entities.

Namespace

Drupal\search

Code

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