node_access |
function |
core/modules/node/node.module |
Access callback: Checks a user's permission for performing a node operation. |
file_access |
function |
core/modules/file/file.module |
Determines if a user may perform the given operation on the specified file. |
user_access |
function |
core/modules/user/user.module |
Determine whether the user has a given privilege. |
Node::access |
function |
core/modules/node/node.entity.inc |
Overrides Entity::access(). |
views_access |
function |
core/modules/views/views.module |
Determine if the logged in user has access to a view. |
User::access |
function |
core/modules/user/user.entity.inc |
Overrides Entity::access(). |
view::access |
function |
core/modules/views/includes/view.inc |
Determine if the given user has access to the view. Note that
this sets the display handler if it hasn't been. |
field_access |
function |
core/modules/field/field.module |
Determine whether the user has access to a given field. |
File::access |
function |
core/modules/file/file.entity.inc |
Overrides Entity::access(). |
LayoutAccess |
class |
core/modules/layout/plugins/access/layout_access.inc |
@file
Class for loading, modifying, and saving a layout access rule (condition). |
filter_access |
function |
core/modules/filter/filter.module |
Checks if a user has access to a particular text format. |
entity_access |
function |
core/modules/entity/entity.module |
Determines whether the given user has access to an entity. |
User::$access |
property |
core/modules/user/user.entity.inc |
The timestamp when the user last accessed the site. A value of 0 means the
user has never accessed the site. |
Entity::access |
function |
core/modules/entity/entity.class.inc |
Implements EntityInterface::access(). |
comment_access |
function |
core/modules/comment/comment.module |
Determines whether the current user has access to a particular comment. |
redirect_access |
function |
core/modules/redirect/redirect.module |
Determine whether the current user may perform the given operation on the
specified redirect. |
Comment::access |
function |
core/modules/comment/comment.entity.inc |
Overrides Entity::access(). |
ViewsAccessTest |
class |
core/modules/views/tests/views_access.test |
Basic test for pluggable access. |
PathLayoutAccess |
class |
core/modules/layout/plugins/access/path_layout_access.inc |
@file
Plugin to provide access control/visibility based on path. |
_node_add_access |
function |
core/modules/node/node.module |
Access callback: Checks whether the user has permission to add a node. |
user_view_access |
function |
core/modules/user/user.module |
User view access callback. |
user_edit_access |
function |
core/modules/user/user.module |
Access callback for user account editing. |
node_node_access |
function |
core/modules/node/node.module |
Implements hook_node_access(). |
hook_node_access |
function |
core/modules/node/node.api.php |
Controls access to a node. |
FILE_ACCESS_DENY |
constant |
core/modules/file/file.module |
Modules should return this value from hook_file_access() to deny
access to a file. |
NODE_ACCESS_DENY |
constant |
core/modules/node/node.module |
Denotes that access is denied for a node. |
file_file_access |
function |
core/modules/file/file.module |
Implements hook_file_access(). |
hook_file_access |
function |
core/modules/file/file.api.php |
Control access to a file. |
Redirect::$access |
property |
core/modules/redirect/redirect.class.inc |
A timestamp of the last time this redirect was accessed. |
FrontLayoutAccess |
class |
core/modules/layout/plugins/access/front_layout_access.inc |
@file
Class for loading, modifying, and saving a layout access rule (condition). |
layout_access.inc |
file |
core/modules/layout/plugins/access/layout_access.inc |
Class for loading, modifying, and saving a layout access rule (condition). |
FILE_ACCESS_ALLOW |
constant |
core/modules/file/file.module |
Modules should return this value from hook_file_access() to allow
access to a file. |
hook_field_access |
function |
core/modules/field/field.api.php |
Determine whether the user has access to a given field. |
NODE_ACCESS_ALLOW |
constant |
core/modules/node/node.module |
Denotes that access is allowed for a node. |
views_access.test |
file |
core/modules/views/tests/views_access.test |
Definition of ViewsAccessTest. |
node_search_access |
function |
core/modules/node/node.module |
Implements hook_search_access(). |
LayoutAccessBroken |
class |
core/modules/layout/plugins/access/layout_access.inc |
A class to be used for contexts whose handler cannot be found. |
file_save_htaccess |
function |
core/includes/file.inc |
Creates a .htaccess file in the given directory. |
user_search_access |
function |
core/modules/user/user.module |
Implements hook_search_access(). |
user_cancel_access |
function |
core/modules/user/user.module |
Menu access callback; limit access to account cancellation pages. |
Node access rights |
group |
core/modules/node/node.module |
The node access system determines who can do what to which nodes. |
node_access_grants |
function |
core/modules/node/node.module |
Fetches an array of permission IDs granted to the given user ID. |
MENU_ACCESS_DENIED |
constant |
core/includes/menu.inc |
Menu status code -- Access denied. |
Node::createAccess |
function |
core/modules/node/node.entity.inc |
Overrides Entity::createAccess(). |
_menu_check_access |
function |
core/includes/menu.inc |
Checks access to a menu item using the access callback. |
hook_search_access |
function |
core/modules/search/search.api.php |
Define access to a custom search routine. |
User::createAccess |
function |
core/modules/user/user.entity.inc |
Overrides Entity::createAccess(). |
TestEntity::access |
function |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::access(). |
Block::checkAccess |
function |
core/modules/layout/includes/block.class.inc |
Check if this block should be shown based on current contexts. |
File::createAccess |
function |
core/modules/file/file.entity.inc |
Overrides Entity::createAccess(). |