function 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

public function option_definition() {
    return array();
}