1 views_plugin_argument_default.inc | views_plugin_argument_default::access() |
Determine if the administrator has the privileges to use this plugin
File
- core/
modules/ views/ plugins/ views_plugin_argument_default.inc, line 63 - Definition of views_plugin_argument_default.
Class
- views_plugin_argument_default
- The fixed argument default handler; also used as the base.
Code
function access() {
return TRUE;
}