function views_plugin_argument_default::option_definition

Same name in other branches
  1. 7.x-3.x plugins/views_plugin_argument_default.inc \views_plugin_argument_default::option_definition()

Retrieve the options when this is a new access control plugin

Overrides views_object::option_definition

5 calls to views_plugin_argument_default::option_definition()
views_plugin_argument_default_fixed::option_definition in plugins/views_plugin_argument_default_fixed.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_default_php::option_definition in plugins/views_plugin_argument_default_php.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_default_raw::option_definition in plugins/views_plugin_argument_default_raw.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_default_taxonomy_tid::option_definition in modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_default_user::option_definition in modules/user/views_plugin_argument_default_user.inc
Retrieve the options when this is a new access control plugin
5 methods override views_plugin_argument_default::option_definition()
views_plugin_argument_default_fixed::option_definition in plugins/views_plugin_argument_default_fixed.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_default_php::option_definition in plugins/views_plugin_argument_default_php.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_default_raw::option_definition in plugins/views_plugin_argument_default_raw.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_default_taxonomy_tid::option_definition in modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_default_user::option_definition in modules/user/views_plugin_argument_default_user.inc
Retrieve the options when this is a new access control plugin

File

plugins/views_plugin_argument_default.inc, line 44

Class

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

Code

function option_definition() {
    return array();
}