function views_plugin_argument_default::option_definition in Views (for Drupal 7) 6.3
Same name and namespace in other branches
- 7.3 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 - Contains the fixed argument default plugin.
Class
- views_plugin_argument_default
- The fixed argument default handler; also used as the base.
Code
function option_definition() {
return array();
}