function ExposedFormPluginBase::exposedFormValidate

Same name and namespace in other branches
  1. 11.x core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginBase::exposedFormValidate()

File

core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php, line 281

Class

ExposedFormPluginBase
Base class for Views exposed filter form plugins.

Namespace

Drupal\views\Plugin\views\exposed_form

Code

public function exposedFormValidate(&$form, FormStateInterface $form_state) {
  if ($pager_plugin = $form_state->get('pager_plugin')) {
    $pager_plugin->exposedFormValidate($form, $form_state);
  }
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.