1.20.x 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

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