protected function FilterPluginBase::valueSubmit

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

1 call to FilterPluginBase::valueSubmit()
FilterPluginBase::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Simple submit handler
1 method overrides FilterPluginBase::valueSubmit()
InOperator::valueSubmit in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php, line 341
Definition of Drupal\views\Plugin\views\filter\FilterPluginBase.

Class

FilterPluginBase
Base class for filters.

Namespace

Drupal\views\Plugin\views\filter

Code

protected function valueSubmit($form, &$form_state) {
}