You are here

public function views_plugin_argument_default::options_validate in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.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 57
Definition of views_plugin_argument_default.

Class

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

Code

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