function FilterPluginBase::value_submit

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::value_submit()
FilterPluginBase::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Simple submit handler
1 method overrides FilterPluginBase::value_submit()
InOperator::value_submit 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 338
Definition of Drupal\views\Plugin\views\filter\FilterPluginBase.

Class

FilterPluginBase
Base class for filters.

Namespace

Drupal\views\Plugin\views\filter

Code

function value_submit($form, &$form_state) {
}