1 views_plugin_row.inc views_plugin_row::options_submit(&$form, &$form_state)

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

Overrides views_plugin::options_submit

File

core/modules/views/plugins/views_plugin_row.inc, line 106
Contains the base row style plugin.

Class

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

Code

function options_submit(&$form, &$form_state) {
}