node_access

Related topics

Namesort iconDescription
Node access rightsThe node access system determines who can do what to which nodes.

Functions that call node_access()

Namesort iconLocationDescription
blogapi_blogger_edit_postmodules/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postmodules/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
blogap_mti_publish_postmodules/blogapi.moduleBlogging API callback. Publishes the given node
comment_menumodules/comment.moduleImplementation of hook_menu().
node_accessmodules/node.moduleDetermine whether the current user may perform the given operation on the specified node.
node_addmodules/node.modulePresent a node submission form or a set of links to such forms.
node_deletemodules/node.moduleAsk for confirmation, and delete the node.
node_formmodules/node.moduleGenerate the node editing form.
node_menumodules/node.moduleImplementation of hook_menu().
node_pagemodules/node.moduleMenu callback; dispatches control to the appropriate operation handler.
node_previewmodules/node.moduleGenerate a node preview, including a form for further edits.
node_submitmodules/node.moduleAccepts a submission of new or changed node content.

Functions called by node_access()

Namesort iconLocationDescription
array2objectincludes/common.incConvert an associative array to an anonymous object.
db_queryincludes/database.incRuns a basic query in the active database.
db_resultincludes/database.pgsql.incReturn an individual result field from the previous query.
filter_accessmodules/filter.moduleReturns true if the user is allowed to access this format.
module_invokeincludes/module.incInvoke a hook in a particular module.
node_accessmodules/node.moduleDetermine whether the current user may perform the given operation on the specified node.
node_access_grantsmodules/node.moduleFetch an array of permission IDs granted to the given user ID.
node_get_module_namemodules/node.moduleDetermine the module that defines the node type of the given node.
user_accessmodules/user.moduleDetermine whether the user has a given privilege.
 
 

Drupal is a registered trademark of Dries Buytaert.