Implements hook_node_grants_alter().
function node_test_node_grants_alter(&$grants, $account, $op) { // Return an empty array of grants to prove that we can alter by reference. $grants = array(); }