function FilterPluginBase::operator_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::operator_submit()
FilterPluginBase::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Simple submit handler

File

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

Class

FilterPluginBase
Base class for filters.

Namespace

Drupal\views\Plugin\views\filter

Code

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