You are here

public function HandlerBase::submitOptionsForm in Views (for Drupal 7) 8.3

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 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.
6 methods override HandlerBase::submitOptionsForm()
ArgumentPluginBase::submitOptionsForm in 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 lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
Performs some cleanup tasks on the options array before saving it.
FilterPluginBase::submitOptionsForm in lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Simple submit handler
GroupwiseMax::submitOptionsForm in lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php
When the form is submitted, take sure to clear the subquery string cache.
SortPluginBase::submitOptionsForm in lib/Drupal/views/Plugin/views/sort/SortPluginBase.php
Simple submit handler

... See full list

File

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) {
}