public SearchPageListBuilder::validateForm(array &$form, FormStateInterface $form_state)
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 320
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) { }
Please login to continue.