You are here

function views_plugin_argument_validate::option_definition in Views (for Drupal 7) 6.3

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

Retrieve the options when this is a new access control plugin

Overrides views_object::option_definition

4 calls to views_plugin_argument_validate::option_definition()
views_plugin_argument_validate_node::option_definition in modules/node/views_plugin_argument_validate_node.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_validate_php::option_definition in plugins/views_plugin_argument_validate_php.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_validate_taxonomy_term::option_definition in modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_validate_user::option_definition in modules/user/views_plugin_argument_validate_user.inc
Retrieve the options when this is a new access control plugin
4 methods override views_plugin_argument_validate::option_definition()
views_plugin_argument_validate_node::option_definition in modules/node/views_plugin_argument_validate_node.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_validate_php::option_definition in plugins/views_plugin_argument_validate_php.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_validate_taxonomy_term::option_definition in modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_validate_user::option_definition in modules/user/views_plugin_argument_validate_user.inc
Retrieve the options when this is a new access control plugin

File

plugins/views_plugin_argument_validate.inc, line 39
Contains the base argument validator plugin.

Class

views_plugin_argument_validate
Base argument validator plugin to provide basic functionality.

Code

function option_definition() {
  return array();
}