public function RowPluginBase::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 method overrides RowPluginBase::submitOptionsForm()
Fields::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/Fields.php
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php, line 129
Definition of Drupal\views\Plugin\views\row\RowPluginBase.

Class

RowPluginBase
Default plugin to view a single row of a table. This is really just a wrapper around a theme function.

Namespace

Drupal\views\Plugin\views\row

Code

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