public function HandlerBase::submitOptionsForm

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

Overrides PluginBase::submitOptionsForm

2 calls to HandlerBase::submitOptionsForm()
6 methods override HandlerBase::submitOptionsForm()

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php, line 305
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function submitOptionsForm(&$form, &$form_state) {
}