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_postdrupal/modules/blogapi/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_edit_postdrupal/modules/blogapi/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postdrupal/modules/blogapi/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
blogapi_blogger_new_postdrupal/modules/blogapi/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
blogap_mti_publish_postdrupal/modules/blogapi/blogapi.moduleBlogging API callback. Publishes the given node
blogap_mti_publish_postdrupal/modules/blogapi/blogapi.moduleBlogging API callback. Publishes the given node
comment_menudrupal/modules/comment/comment.moduleImplementation of hook_menu().
comment_menudrupal/modules/comment/comment.moduleImplementation of hook_menu().
node_accessdrupal/modules/node/node.moduleDetermine whether the current user may perform the given operation on the specified node.
node_adddrupal/modules/node/node.modulePresent a node submission form or a set of links to such forms.
node_adddrupal/modules/node/node.modulePresent a node submission form or a set of links to such forms.
node_deletedrupal/modules/node/node.moduleDelete a node.
node_deletedrupal/modules/node/node.moduleDelete a node.
node_formdrupal/modules/node/node.moduleGenerate the node add/edit form array.
node_formdrupal/modules/node/node.moduleGenerate the node add/edit form array.
node_menudrupal/modules/node/node.moduleImplementation of hook_menu().
node_menudrupal/modules/node/node.moduleImplementation of hook_menu().
node_previewdrupal/modules/node/node.moduleGenerate a node preview.
node_previewdrupal/modules/node/node.moduleGenerate a node preview.
node_revisionsdrupal/modules/node/node.moduleMenu callback for revisions related activities.
node_revisionsdrupal/modules/node/node.moduleMenu callback for revisions related activities.
node_revision_deletedrupal/modules/node/node.moduleDelete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a revision is deleted.
node_revision_deletedrupal/modules/node/node.moduleDelete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a revision is deleted.
node_revision_overviewdrupal/modules/node/node.moduleGenerate an overview table of older revisions of a node.
node_revision_overviewdrupal/modules/node/node.moduleGenerate an overview table of older revisions of a node.
node_revision_revertdrupal/modules/node/node.moduleRevert to the revision with the specified revision number. A node and nodeapi "update" event is triggered (via the node_save() call) when a revision is reverted.
node_revision_revertdrupal/modules/node/node.moduleRevert to the revision with the specified revision number. A node and nodeapi "update" event is triggered (via the node_save() call) when a revision is reverted.

Functions called by node_access()

Namesort iconLocationDescription
db_querydrupal/includes/database.incRuns a basic query in the active database.
db_querydrupal/includes/database.incRuns a basic query in the active database.
db_resultdrupal/includes/database.pgsql.incReturn an individual result field from the previous query.
db_resultdrupal/includes/database.pgsql.incReturn an individual result field from the previous query.
filter_accessdrupal/modules/filter/filter.moduleReturns TRUE if the user is allowed to access this format.
filter_accessdrupal/modules/filter/filter.moduleReturns TRUE if the user is allowed to access this format.
module_invokedrupal/includes/module.incInvoke a hook in a particular module.
module_invokedrupal/includes/module.incInvoke a hook in a particular module.
node_accessdrupal/modules/node/node.moduleDetermine whether the current user may perform the given operation on the specified node.
node_access_grantsdrupal/modules/node/node.moduleFetch an array of permission IDs granted to the given user ID.
node_access_grantsdrupal/modules/node/node.moduleFetch an array of permission IDs granted to the given user ID.
node_get_typesdrupal/modules/node/node.moduleBuilds a list of available node types, and returns all of part of this list in the specified format.
node_get_typesdrupal/modules/node/node.moduleBuilds a list of available node types, and returns all of part of this list in the specified format.
user_accessdrupal/modules/user/user.moduleDetermine whether the user has a given privilege.
user_accessdrupal/modules/user/user.moduleDetermine whether the user has a given privilege.