hook_node_access_records
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_node_access_records()
| Name | Location | Description |
|---|---|---|
| hook_node_access_records | developer/hooks/core.php | Set permissions for a node to be written to the database. |
Functions called by hook_node_access_records()
| Name | Location | Description |
|---|---|---|
| hook_node_access_records | developer/hooks/core.php | Set permissions for a node to be written to the database. |
| node_access_example_disabling | developer/examples/node_access_example.module | Simple function to make sure we don't respond with grants when disabling ourselves. |
