function HandlerBase::submitExposeForm

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::submitExposeForm()
  2. 8.9.x core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::submitExposeForm()
  3. 10 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\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 core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Simple submit handler.
SortPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/sort/SortPluginBase.php
Simple submit handler.

File

core/modules/views/src/Plugin/views/HandlerBase.php, line 447

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

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

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