You are here

function views_plugin_pager::options_validate 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_validate()

Provide the default form form for validating options

Overrides views_plugin::options_validate

1 method overrides views_plugin_pager::options_validate()
views_plugin_pager_full::options_validate in plugins/views_plugin_pager_full.inc
Provide the default form form for validating options

File

plugins/views_plugin_pager.inc, line 102

Class

views_plugin_pager
The base plugin to handle pager.

Code

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