node_access_test_menu |
function |
modules/node/tests/node_access_test/node_access_test.module |
Implements hook_menu(). |
node_access_test.info |
file |
modules/node/tests/node_access_test/node_access_test.info |
name = "Node module access tests"
description = "Support module for node permission testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
REDIRECT_ACCESS_ALLOW |
constant |
modules/redirect/redirect.module |
Modules should return this value from hook_redirect_access() to allow access
to a redirect. |
Comment::createAccess |
function |
modules/comment/comment.entity.inc |
Overrides Entity::createAccess(). |
_backdrop_theme_access |
function |
includes/theme.inc |
Helper function for determining access to a theme. |
menu_tree_check_access |
function |
includes/menu.inc |
Checks access and performs dynamic operations for each link in the tree. |
layout_get_access_info |
function |
modules/layout/layout.module |
Load all layout access information from modules. |
path_layout_access.inc |
file |
modules/layout/plugins/access/path_layout_access.inc |
Plugin to provide access control/visibility based on path. |
backdrop_access_denied |
function |
includes/common.inc |
Delivers an "access denied" error to the browser. |
PathLayoutAccess::form |
function |
modules/layout/plugins/access/path_layout_access.inc |
Settings form for configuring this access item. |
REDIRECT_ACCESS_IGNORE |
constant |
modules/redirect/redirect.module |
Modules should return this value from hook_redirect_access() to not affect
redirect access. |
ViewsAccessTest::setUp |
function |
modules/views/tests/views_access.test |
Sets up a Backdrop site for running functional and integration tests. |
front_layout_access.inc |
file |
modules/layout/plugins/access/front_layout_access.inc |
Class for loading, modifying, and saving a layout access rule (condition). |
installer_update_access |
function |
modules/installer/installer.module |
Access callback: Resolves if the current user can access updater menu items. |
FrontLayoutAccess::form |
function |
modules/layout/plugins/access/front_layout_access.inc |
Settings form for configuring this access item. |
NodeAccessFieldTestCase |
class |
modules/node/tests/node.test |
|
_menu_tree_check_access |
function |
includes/menu.inc |
Sorts the menu tree and recursively checks access for each item. |
NodeAccessPagerTestCase |
class |
modules/node/tests/node.test |
Tests pagination with a node access module enabled. |
user_role_delete_access |
function |
modules/user/user.module |
Menu access callback for deleting a user. |
node_access_test.module |
file |
modules/node/tests/node_access_test/node_access_test.module |
A dummy module implementing node access related hooks for testing purposes. |
field_test_field_access |
function |
modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_access(). |
_translation_tab_access |
function |
modules/translation/translation.module |
Access callback: Checks that the user has permission to 'translate content'. |
views_plugin_access.inc |
file |
modules/views/plugins/views_plugin_access.inc |
Definition of views_plugin_access. |
node_access_test_schema |
function |
modules/node/tests/node_access_test/node_access_test.install |
Implements hook_schema(). |
EntityInterface::access |
function |
modules/entity/entity.class.inc |
Determines whether the given user has access to this entity. |
TestFieldEntity::access |
function |
modules/field/tests/field_test/field_test.class.inc |
Implements EntityInterface::access(). |
installer_install_access |
function |
modules/installer/installer.module |
Access callback: Resolves if the current user can install via the installer. |
authorize_access_allowed |
function |
./authorize.php |
Determines if the current user is allowed to run authorize.php. |
hook_node_access_records |
function |
modules/node/node.api.php |
Set permissions for a node to be written to the database. |
views_plugin_access_none |
class |
modules/views/plugins/views_plugin_access_none.inc |
Access plugin that provides no access control at all. |
views_plugin_access_role |
class |
modules/views/plugins/views_plugin_access_role.inc |
Access plugin that provides role-based access control. |
TestEntity::createAccess |
function |
modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::createAccess(). |
BlockBroken::checkAccess |
function |
modules/layout/includes/block.class.inc |
Check if this block should be shown based on current contexts. |
views_plugin_access_perm |
class |
modules/views/plugins/views_plugin_access_perm.inc |
Access plugin that provides permission-based access control. |
LayoutAccess::formSubmit |
function |
modules/layout/plugins/access/layout_access.inc |
Submit handler for the settings form for this access item. |
LayoutAccessBroken::form |
function |
modules/layout/plugins/access/layout_access.inc |
Settings form for configuring this access item. |
EntityBundleLayoutAccess |
class |
modules/layout/plugins/access/entity_bundle_layout_access.inc |
@file
Plugin to provide access control based upon entity bundle. |
node_access_test.install |
file |
modules/node/tests/node_access_test/node_access_test.install |
Install, update and uninstall functions for the node_access_test module. |
PathLayoutAccess::summary |
function |
modules/layout/plugins/access/path_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
LayoutAccess::setContexts |
function |
modules/layout/plugins/access/layout_access.inc |
Sets the contexts for this item from the full list of layout contexts. |
views_plugin_access::init |
function |
modules/views/plugins/views_plugin_access.inc |
Initialize the plugin. |
filter_form_access_denied |
function |
modules/filter/filter.module |
Render API callback: Hides the field value of 'text_format' elements. |
user_file_download_access |
function |
modules/user/user.module |
Implements hook_file_download_access(). |
NodeAccessRebuildTestCase |
class |
modules/node/tests/node.test |
Verifies the rebuild functionality for the node_access table. |
LayoutAccess::checkAccess |
function |
modules/layout/plugins/access/layout_access.inc |
Checks for access based on the available context. |
FileAccessTestCase::setUp |
function |
modules/file/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
LayoutAccess::__construct |
function |
modules/layout/plugins/access/layout_access.inc |
Constructor for a Layout access rule. |
update_access_denied_page |
function |
./update.php |
Renders a 403 access denied page for update.php. |
hook_file_download_access |
function |
modules/file/file.api.php |
Control download access to files. |
layout_layout_access_info |
function |
modules/layout/includes/layout.layout.inc |
Implements hook_layout_access_info(). |