public function HandlerBase::submitExposeForm

Perform any necessary changes to the form exposes prior to storage. There is no need for this function to actually store the data.

2 calls to HandlerBase::submitExposeForm()
FilterPluginBase::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Simple submit handler
SortPluginBase::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php
Simple submit handler

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php, line 421
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function submitExposeForm($form, &$form_state) {
}