public function RowPluginBase::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 method overrides RowPluginBase::submitOptionsForm()
- Fields::submitOptionsForm in 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
- 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\rowCode
public function submitOptionsForm(&$form, &$form_state) {
}