Closed (fixed)
Project:
ACL
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 May 2013 at 15:35 UTC
Updated:
20 May 2013 at 01:10 UTC
hi, i'v read all articles about node access, and still have this one question:
when somebody created a node access module, and implements hook_node_access, why should they put their realm in node_access table too (using hook_***_grant)?
and if they do, When will it be checked?
I thought this is the best place to ask since you have already done this.
thanks in advance.
Comments
Comment #1
salvishook_node_access() is used for single nodes; the {node_access} table is used for lists of nodes.