Search for access
Title | Object type | File name | Summary |
---|---|---|---|
views_plugin_access.inc | file | plugins/ |
Definition of views_plugin_access. |
views_plugin_access::access | function | plugins/ |
Determine if the current user has access or not. |
views_plugin_access::get_access_callback | function | plugins/ |
Determine the access callback and arguments. |
views_plugin_access::init | function | plugins/ |
Initialize the plugin. |
views_plugin_access::options_form | function | plugins/ |
Provide the default form for setting options. |
views_plugin_access::options_submit | function | plugins/ |
Provide the default form form for submitting options. |
views_plugin_access::options_validate | function | plugins/ |
Provide the default form form for validating options. |
views_plugin_access::option_definition | function | plugins/ |
Retrieve the options when this is a new access control plugin. |
views_plugin_access::summary_title | function | plugins/ |
Return a string to display as the clickable title for the access control. |
views_plugin_access_none | class | plugins/ |
Access plugin that provides no access control at all. |
views_plugin_access_none.inc | file | plugins/ |
Contains . |
views_plugin_access_none::summary_title | function | plugins/ |
Return a string to display as the clickable title for the access control. |
views_plugin_access_perm | class | plugins/ |
Access plugin that provides permission-based access control. |
views_plugin_access_perm.inc | file | plugins/ |
Definition of views_plugin_access_perm. |
views_plugin_access_perm::access | function | plugins/ |
Determine if the current user has access or not. |
views_plugin_access_perm::get_access_callback | function | plugins/ |
Determine the access callback and arguments. |
views_plugin_access_perm::options_form | function | plugins/ |
Provide the default form for setting options. |
views_plugin_access_perm::option_definition | function | plugins/ |
Retrieve the options when this is a new access control plugin. |
views_plugin_access_perm::summary_title | function | plugins/ |
Return a string to display as the clickable title for the access control. |
views_plugin_access_role | class | plugins/ |
Access plugin that provides role-based access control. |
views_plugin_access_role.inc | file | plugins/ |
Definition of views_plugin_access_role. |
views_plugin_access_role::access | function | plugins/ |
Determine if the current user has access or not. |
views_plugin_access_role::get_access_callback | function | plugins/ |
Determine the access callback and arguments. |
views_plugin_access_role::options_form | function | plugins/ |
Provide the default form for setting options. |
views_plugin_access_role::options_submit | function | plugins/ |
Provide the default form form for submitting options. |
views_plugin_access_role::options_validate | function | plugins/ |
Provide the default form form for validating options. |
views_plugin_access_role::option_definition | function | plugins/ |
Retrieve the options when this is a new access control plugin. |
views_plugin_access_role::summary_title | function | plugins/ |
Return a string to display as the clickable title for the access control. |
views_plugin_argument_default::access | function | plugins/ |
Determine if the administrator has the privileges to use this plugin. |
views_plugin_argument_default::check_access | function | plugins/ |
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/ |
Only let users with PHP block visibility permissions set/modify this default plugin. |
views_plugin_argument_validate::access | function | plugins/ |
Determine if the administrator has the privileges to use this plugin. |
views_plugin_argument_validate::check_access | function | plugins/ |
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/ |
Only let users with PHP block visibility permissions set/modify this validate plugin. |
views_plugin_display::access | function | plugins/ |
Determine if the user has access to this display of the view. |
views_test_area_access | class | tests/ |
A test access plugin. |
views_test_area_access.inc | file | tests/ |
Definition of views_test_area_access. |
views_test_area_access::access | function | tests/ |
Check whether current user has access to this handler. |
views_test_area_access::option_definition | function | tests/ |
Information about options for all kinds of purposes will be held here. |
views_test_plugin_access_test_dynamic | class | tests/ |
Tests a dynamic access plugin. |
views_test_plugin_access_test_dynamic.inc | file | tests/ |
Definition of views_test_plugin_access_test_dynamic. |
views_test_plugin_access_test_dynamic::access | function | tests/ |
Determine if the current user has access or not. |
views_test_plugin_access_test_dynamic::get_access_callback | function | tests/ |
Determine the access callback and arguments. |
views_test_plugin_access_test_dynamic::option_definition | function | tests/ |
Retrieve the options when this is a new access control plugin. |
views_test_plugin_access_test_static | class | tests/ |
Tests a static access plugin. |
views_test_plugin_access_test_static.inc | file | tests/ |
Definition of views_test_plugin_access_test_static. |
views_test_plugin_access_test_static::access | function | tests/ |
Determine if the current user has access or not. |
views_test_plugin_access_test_static::get_access_callback | function | tests/ |
Determine the access callback and arguments. |
views_test_plugin_access_test_static::option_definition | function | tests/ |
Retrieve the options when this is a new access control plugin. |
views_test_test_dynamic_access_callback | function | tests/ |
Pagination
- Previous page
- Page 2
- Next page