1 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
File
- core/
modules/ views/ plugins/ views_plugin_argument_default.inc, line 42 - Definition of views_plugin_argument_default.
Class
- views_plugin_argument_default
- The fixed argument default handler; also used as the base.
Code
function option_definition() {
return array();
}