You are here

protected function FilterPluginBase::valueSubmit in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/filter/FilterPluginBase.php \Drupal\views\Plugin\views\filter\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 core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Simple submit handler.
1 method overrides FilterPluginBase::valueSubmit()
InOperator::valueSubmit in core/modules/views/src/Plugin/views/filter/InOperator.php
Perform any necessary changes to the form values prior to storage.

File

core/modules/views/src/Plugin/views/filter/FilterPluginBase.php, line 362

Class

FilterPluginBase
Base class for Views filters handler plugins.

Namespace

Drupal\views\Plugin\views\filter

Code

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