public ViewsFormBase::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 FormBase::validateForm
File
- core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php, line 269
Class
- ViewsFormBase
- Provides a base class for Views UI AJAX forms.
Namespace
Drupal\views_ui\Form\Ajax
Code
public function validateForm(array &$form, FormStateInterface $form_state) { }
Please login to continue.