You are here

6 calls to module_grants_node_access() in Module Grants 6.3

module_grants_node_access_explain in ./module_grants.module
Implementation of hook_node_access_explain().
module_grants_node_revision_access in ./module_grants.module
Menu options dealing with revisions have their revision-specific permissions checked via user_access(), before being tested for the associated node-specific operation. Return a boolean indicating whether the current user has access to the requested…
module_grants_views_handler_field_node_link_delete::render in module_grants_views/module_grants_views_handler_field_node_link_delete.inc
module_grants_views_handler_field_node_link_edit::render in module_grants_views/module_grants_views_handler_field_node_link_edit.inc
node_tools_get_nodes in node_tools/node_tools.module
Retrieve a list of nodes or revisions accessible to the logged-in user via the supplied operation.
_module_grants_translation_tab_access in ./module_grants.module
Similar to _translation_tab_access(), but uses module_grants_node_access() instead of node_access().