hook_access
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
| Node access rights | The node access system determines who can do what to which nodes. |
Functions that call hook_access()
| Name | Location | Description |
|---|---|---|
| hook_access | developer/hooks/node.php | Define access restrictions. |
Functions called by hook_access()
| Name | Location | Description |
|---|---|---|
| hook_access | developer/hooks/node.php | Define access restrictions. |
| user_access | modules/user/user.module | Determine whether the user has a given privilege. |
