public function views_plugin_row::options_submit in Views (for Drupal 7) 7.3
Same name and namespace in other branches
- 6.3 plugins/views_plugin_row.inc \views_plugin_row::options_submit()
- 6.2 plugins/views_plugin_row.inc \views_plugin_row::options_submit()
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
1 method overrides views_plugin_row::options_submit()
- views_plugin_row_fields::options_submit in plugins/
views_plugin_row_fields.inc - Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
File
- plugins/
views_plugin_row.inc, line 114 - Definition of views_plugin_row.
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
public function options_submit(&$form, &$form_state) {
}