Search for access

  1. Other projects
Title Object type File name Summary
views_plugin_access.inc file plugins/views_plugin_access.inc Definition of views_plugin_access.
views_plugin_access::access function plugins/views_plugin_access.inc Determine if the current user has access or not.
views_plugin_access::get_access_callback function plugins/views_plugin_access.inc Determine the access callback and arguments.
views_plugin_access::init function plugins/views_plugin_access.inc Initialize the plugin.
views_plugin_access::options_form function plugins/views_plugin_access.inc Provide the default form for setting options.
views_plugin_access::options_submit function plugins/views_plugin_access.inc Provide the default form form for submitting options.
views_plugin_access::options_validate function plugins/views_plugin_access.inc Provide the default form form for validating options.
views_plugin_access::option_definition function plugins/views_plugin_access.inc Retrieve the options when this is a new access control plugin.
views_plugin_access::summary_title function plugins/views_plugin_access.inc Return a string to display as the clickable title for the access control.
views_plugin_access_none class plugins/views_plugin_access_none.inc Access plugin that provides no access control at all.
views_plugin_access_none.inc file plugins/views_plugin_access_none.inc Contains .
views_plugin_access_none::summary_title function plugins/views_plugin_access_none.inc Return a string to display as the clickable title for the access control.
views_plugin_access_perm class plugins/views_plugin_access_perm.inc Access plugin that provides permission-based access control.
views_plugin_access_perm.inc file plugins/views_plugin_access_perm.inc Definition of views_plugin_access_perm.
views_plugin_access_perm::access function plugins/views_plugin_access_perm.inc Determine if the current user has access or not.
views_plugin_access_perm::get_access_callback function plugins/views_plugin_access_perm.inc Determine the access callback and arguments.
views_plugin_access_perm::options_form function plugins/views_plugin_access_perm.inc Provide the default form for setting options.
views_plugin_access_perm::option_definition function plugins/views_plugin_access_perm.inc Retrieve the options when this is a new access control plugin.
views_plugin_access_perm::summary_title function plugins/views_plugin_access_perm.inc Return a string to display as the clickable title for the access control.
views_plugin_access_role class plugins/views_plugin_access_role.inc Access plugin that provides role-based access control.
views_plugin_access_role.inc file plugins/views_plugin_access_role.inc Definition of views_plugin_access_role.
views_plugin_access_role::access function plugins/views_plugin_access_role.inc Determine if the current user has access or not.
views_plugin_access_role::get_access_callback function plugins/views_plugin_access_role.inc Determine the access callback and arguments.
views_plugin_access_role::options_form function plugins/views_plugin_access_role.inc Provide the default form for setting options.
views_plugin_access_role::options_submit function plugins/views_plugin_access_role.inc Provide the default form form for submitting options.
views_plugin_access_role::options_validate function plugins/views_plugin_access_role.inc Provide the default form form for validating options.
views_plugin_access_role::option_definition function plugins/views_plugin_access_role.inc Retrieve the options when this is a new access control plugin.
views_plugin_access_role::summary_title function plugins/views_plugin_access_role.inc Return a string to display as the clickable title for the access control.
views_plugin_argument_default::access function plugins/views_plugin_argument_default.inc Determine if the administrator has the privileges to use this plugin.
views_plugin_argument_default::check_access function plugins/views_plugin_argument_default.inc If we don't have access to the form but are showing it anyway, ensure that
the form is safe and cannot be changed from user input.
views_plugin_argument_default_php::access function plugins/views_plugin_argument_default_php.inc Only let users with PHP block visibility permissions set/modify this
default plugin.
views_plugin_argument_validate::access function plugins/views_plugin_argument_validate.inc Determine if the administrator has the privileges to use this plugin.
views_plugin_argument_validate::check_access function plugins/views_plugin_argument_validate.inc If we don't have access to the form but are showing it anyway, ensure that
the form is safe and cannot be changed from user input.
views_plugin_argument_validate_php::access function plugins/views_plugin_argument_validate_php.inc Only let users with PHP block visibility permissions set/modify this
validate plugin.
views_plugin_display::access function plugins/views_plugin_display.inc Determine if the user has access to this display of the view.
views_test_area_access class tests/test_handlers/views_test_area_access.inc A test access plugin.
views_test_area_access.inc file tests/test_handlers/views_test_area_access.inc Definition of views_test_area_access.
views_test_area_access::access function tests/test_handlers/views_test_area_access.inc Check whether current user has access to this handler.
views_test_area_access::option_definition function tests/test_handlers/views_test_area_access.inc Information about options for all kinds of purposes will be held here.
views_test_plugin_access_test_dynamic class tests/test_plugins/views_test_plugin_access_test_dynamic.inc Tests a dynamic access plugin.
views_test_plugin_access_test_dynamic.inc file tests/test_plugins/views_test_plugin_access_test_dynamic.inc Definition of views_test_plugin_access_test_dynamic.
views_test_plugin_access_test_dynamic::access function tests/test_plugins/views_test_plugin_access_test_dynamic.inc Determine if the current user has access or not.
views_test_plugin_access_test_dynamic::get_access_callback function tests/test_plugins/views_test_plugin_access_test_dynamic.inc Determine the access callback and arguments.
views_test_plugin_access_test_dynamic::option_definition function tests/test_plugins/views_test_plugin_access_test_dynamic.inc Retrieve the options when this is a new access control plugin.
views_test_plugin_access_test_static class tests/test_plugins/views_test_plugin_access_test_static.inc Tests a static access plugin.
views_test_plugin_access_test_static.inc file tests/test_plugins/views_test_plugin_access_test_static.inc Definition of views_test_plugin_access_test_static.
views_test_plugin_access_test_static::access function tests/test_plugins/views_test_plugin_access_test_static.inc Determine if the current user has access or not.
views_test_plugin_access_test_static::get_access_callback function tests/test_plugins/views_test_plugin_access_test_static.inc Determine the access callback and arguments.
views_test_plugin_access_test_static::option_definition function tests/test_plugins/views_test_plugin_access_test_static.inc Retrieve the options when this is a new access control plugin.
views_test_test_dynamic_access_callback function tests/views_test.module