You are here

public function HandlerBase::submitExposeForm in Drupal 8

Same name and namespace in other branches
  1. 9 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 432

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

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