node_access
Related topics
| Name | Description |
|---|---|
| Node access rights | The node access system determines who can do what to which nodes. |
Functions that call node_access()
| Name | Location | Description |
|---|---|---|
| blogapi_blogger_edit_post | modules/blogapi.module | Blogging API callback. Modifies the specified blog node. |
| blogapi_blogger_new_post | modules/blogapi.module | Blogging API callback. Inserts a new blog post as a node. |
| blogap_mti_publish_post | modules/blogapi.module | Blogging API callback. Publishes the given node |
| comment_menu | modules/comment.module | Implementation of hook_menu(). |
| node_access | modules/node.module | Determine whether the current user may perform the given operation on the specified node. |
| node_add | modules/node.module | Present a node submission form or a set of links to such forms. |
| node_delete | modules/node.module | Ask for confirmation, and delete the node. |
| node_form | modules/node.module | Generate the node editing form. |
| node_menu | modules/node.module | Implementation of hook_menu(). |
| node_page | modules/node.module | Menu callback; dispatches control to the appropriate operation handler. |
| node_preview | modules/node.module | Generate a node preview, including a form for further edits. |
| node_submit | modules/node.module | Accepts a submission of new or changed node content. |
Functions called by node_access()
| Name | Location | Description |
|---|---|---|
| array2object | includes/common.inc | Convert an associative array to an anonymous object. |
| db_query | includes/database.inc | Runs a basic query in the active database. |
| db_result | includes/database.pgsql.inc | Return an individual result field from the previous query. |
| filter_access | modules/filter.module | Returns true if the user is allowed to access this format. |
| module_invoke | includes/module.inc | Invoke a hook in a particular module. |
| node_access | modules/node.module | Determine whether the current user may perform the given operation on the specified node. |
| node_access_grants | modules/node.module | Fetch an array of permission IDs granted to the given user ID. |
| node_get_module_name | modules/node.module | Determine the module that defines the node type of the given node. |
| user_access | modules/user.module | Determine whether the user has a given privilege. |
