You are here

public function FilterPluginBase::operatorSubmit in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/filter/FilterPluginBase.php \Drupal\views\Plugin\views\filter\FilterPluginBase::operatorSubmit()

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::operatorSubmit()
FilterPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Simple submit handler

File

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

Class

FilterPluginBase
Base class for Views filters handler plugins.

Namespace

Drupal\views\Plugin\views\filter

Code

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