1.20.x views_plugin_argument_default.inc views_plugin_argument_default::access()

Determine if the administrator has the privileges to use this plugin

File

modules/views/plugins/views_plugin_argument_default.inc, line 64
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;
}