AnonymousUser::access |
function |
core/includes/anonymous.inc |
Provides anonymous user access for consistency with User entities. |
_system_themes_access |
function |
core/modules/system/system.module |
Menu item access callback - only admin or enabled themes can be accessed. |
Comment::createAccess |
function |
core/modules/comment/comment.entity.inc |
Overrides Entity::createAccess(). |
field_ui_admin_access |
function |
core/modules/field_ui/field_ui.module |
Access callback to determine if a user is allowed to use the field UI. |
views_handler::access |
function |
core/modules/views/includes/handlers.inc |
Check whether current user has access to this handler. |
update_access_allowed |
function |
core/update.php |
Determines if the current user is allowed to run update.php. |
LayoutAccess::summary |
function |
core/modules/layout/plugins/access/layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
PathLayoutAccess::form |
function |
core/modules/layout/plugins/access/path_layout_access.inc |
Settings form for configuring this access item. |
REDIRECT_ACCESS_IGNORE |
constant |
core/modules/redirect/redirect.module |
Modules should return this value from hook_redirect_access() to not affect
redirect access. |
menu_tree_check_access |
function |
core/includes/menu.inc |
Checks access and performs dynamic operations for each link in the tree. |
path_layout_access.inc |
file |
core/modules/layout/plugins/access/path_layout_access.inc |
Plugin to provide access control/visibility based on path. |
_backdrop_theme_access |
function |
core/includes/theme.inc |
Helper function for determining access to a theme. |
ViewsAccessTest::setUp |
function |
core/modules/views/tests/views_access.test |
Sets up a Backdrop site for running functional and integration tests. |
layout_get_access_info |
function |
core/modules/layout/layout.module |
Load all layout access information from modules. |
backdrop_access_denied |
function |
core/includes/common.inc |
Delivers an "access denied" error to the browser. |
BulkTestEntity::access |
function |
core/modules/views/tests/views_test_entity/views_test_entity.entity.inc |
Implements EntityInterface::access(). |
_translation_tab_access |
function |
core/modules/translation/translation.module |
Access callback: Checks that the user has permission to 'translate content'. |
TestMultiBundle::access |
function |
core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc |
Implements EntityInterface::access(). |
UserCompareLayoutAccess |
class |
core/modules/layout/plugins/access/user_compare_layout_access.inc |
Plugin to provide access if two user account contexts are the same. |
NodeAccessPagerTestCase |
class |
core/modules/node/tests/node.test |
Tests pagination with a node access module enabled. |
NodeAccessFieldTestCase |
class |
core/modules/node/tests/node.test |
|
node_access_test_schema |
function |
core/modules/node/tests/node_access_test/node_access_test.install |
Implements hook_schema(). |
EntityInterface::access |
function |
core/modules/entity/entity.class.inc |
Determines whether the given user has access to this entity. |
TestFieldEntity::access |
function |
core/modules/field/tests/field_test/field_test.class.inc |
Implements EntityInterface::access(). |
user_role_delete_access |
function |
core/modules/user/user.module |
Menu access callback for deleting a user. |
FrontLayoutAccess::form |
function |
core/modules/layout/plugins/access/front_layout_access.inc |
Settings form for configuring this access item. |
_menu_tree_check_access |
function |
core/includes/menu.inc |
Sorts the menu tree and recursively checks access for each item. |
front_layout_access.inc |
file |
core/modules/layout/plugins/access/front_layout_access.inc |
Class for loading, modifying, and saving a layout access rule (condition). |
node_access_test.module |
file |
core/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 |
core/modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_access(). |
views_plugin_access.inc |
file |
core/modules/views/plugins/views_plugin_access.inc |
Definition of views_plugin_access. |
installer_update_access |
function |
core/modules/installer/installer.module |
Access callback: Resolves if the current user can access updater menu items. |
TestDisableCache::access |
function |
core/modules/entity/tests/entity_caching_test/test_disable_cache.entity.inc |
Implements EntityInterface::access(). |
LayoutAccessBroken::form |
function |
core/modules/layout/plugins/access/layout_access.inc |
Settings form for configuring this access item. |
EntityBundleLayoutAccess |
class |
core/modules/layout/plugins/access/entity_bundle_layout_access.inc |
@file
Plugin to provide access control based upon entity bundle. |
TestEntity::createAccess |
function |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::createAccess(). |
BlockBroken::checkAccess |
function |
core/modules/layout/includes/block.class.inc |
|
node_access_test.install |
file |
core/modules/node/tests/node_access_test/node_access_test.install |
Install, update and uninstall functions for the node_access_test module. |
views_plugin_access_role |
class |
core/modules/views/plugins/views_plugin_access_role.inc |
Access plugin that provides role-based access control. |
node_access_example_menu |
function |
modules/examples/node_access_example/node_access_example.module |
Implements hook_menu(). |
hook_node_access_records |
function |
core/modules/node/node.api.php |
Set permissions for a node to be written to the database. |
views_plugin_access_perm |
class |
core/modules/views/plugins/views_plugin_access_perm.inc |
Access plugin that provides permission-based access control. |
views_plugin_access_none |
class |
core/modules/views/plugins/views_plugin_access_none.inc |
Access plugin that provides no access control at all. |
node_access_example.test |
file |
modules/examples/node_access_example/tests/node_access_example.test |
Tests for Node Access example module. |
installer_install_access |
function |
core/modules/installer/installer.module |
Access callback: Resolves if the current user can install via the installer. |
authorize_access_allowed |
function |
core/authorize.php |
Determines if the current user is allowed to run authorize.php. |
node_access_example.info |
file |
modules/examples/node_access_example/node_access_example.info |
name = Node Access Example
description = Demonstrates how a module can use the node access system.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
LayoutAccess::formSubmit |
function |
core/modules/layout/plugins/access/layout_access.inc |
Submit handler for the settings form for this access item. |
NodeAccessRebuildTestCase |
class |
core/modules/node/tests/node.test |
Verifies the rebuild functionality for the node_access table. |
PathLayoutAccess::summary |
function |
core/modules/layout/plugins/access/path_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |