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

1 call to HandlerBase::submitOptionsForm()
Text::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Text.php
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
7 methods override HandlerBase::submitOptionsForm()
ArgumentPluginBase::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
FieldPluginBase::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
Performs some cleanup tasks on the options array before saving it.
FilterPluginBase::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Simple submit handler
GroupwiseMax::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php
When the form is submitted, take sure to clear the subquery string cache.
SortPluginBase::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php
Simple submit handler

... See full list

File

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

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

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