You are here

function views_plugin_access::option_definition in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 plugins/views_plugin_access.inc \views_plugin_access::option_definition()

Retrieve the options when this is a new access control plugin

Overrides views_object::option_definition

2 calls to views_plugin_access::option_definition()
views_plugin_access_perm::option_definition in plugins/views_plugin_access_perm.inc
Retrieve the options when this is a new access control plugin
views_plugin_access_role::option_definition in plugins/views_plugin_access_role.inc
Retrieve the options when this is a new access control plugin
2 methods override views_plugin_access::option_definition()
views_plugin_access_perm::option_definition in plugins/views_plugin_access_perm.inc
Retrieve the options when this is a new access control plugin
views_plugin_access_role::option_definition in plugins/views_plugin_access_role.inc
Retrieve the options when this is a new access control plugin

File

plugins/views_plugin_access.inc, line 32

Class

views_plugin_access
The base plugin to handle access control.

Code

function option_definition() {
  return array();
}