You are here

public function PagerPluginBase::exposedFormSubmit in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\PagerPluginBase::exposedFormSubmit()
  2. 9 core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\PagerPluginBase::exposedFormSubmit()

File

core/modules/views/src/Plugin/views/pager/PagerPluginBase.php, line 220

Class

PagerPluginBase
Base class for views pager plugins.

Namespace

Drupal\views\Plugin\views\pager

Code

public function exposedFormSubmit(&$form, FormStateInterface $form_state, &$exclude) {
}