11 invocations of hook_node_grants() in Drupal 7
- block_form_system_performance_settings_alter in modules/
block/ block.module - Implements hook_form_FORM_ID_alter().
- module_disable in includes/
module.inc - Disables a given set of modules.
- node_access in modules/
node/ node.module - Determines whether the current user may perform the operation on the node.
- node_access_grants in modules/
node/ node.module - Fetches an array of permission IDs granted to the given user ID.
- node_access_rebuild in modules/
node/ node.module - Rebuilds the node access database.
- node_access_view_all_nodes in modules/
node/ node.module - Determines whether the user has a global viewing grant for all nodes.
- node_access_write_grants in modules/
node/ node.module - Writes a list of grants to the database, deleting any previously saved ones.
- node_modules_enabled in modules/
node/ node.module - Implements hook_modules_enabled().
- node_requirements in modules/
node/ node.module - Implements hook_requirements().
- _block_render_blocks in modules/
block/ block.module - Render the content and subject for a set of blocks.
- _node_query_node_access_alter in modules/
node/ node.module - Helper for node access functions.