You are here

function views_plugin_pager::options_submit in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 plugins/views_plugin_pager.inc \views_plugin_pager::options_submit()

Provide the default form form for submitting options

Overrides views_plugin::options_submit

File

plugins/views_plugin_pager.inc, line 107

Class

views_plugin_pager
The base plugin to handle pager.

Code

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