You are here

function views_plugin_argument_default::options_validate in Views (for Drupal 7) 6.3

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

Provide the default form form for validating options

Overrides views_plugin::options_validate

File

plugins/views_plugin_argument_default.inc, line 54
Contains the fixed argument default plugin.

Class

views_plugin_argument_default
The fixed argument default handler; also used as the base.

Code

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