node.module

Version 1.485.2.18 (checked in on 2006/10/18 at 20:14:08 by killes)

The core that allows content to be submitted to the site.

Constants

NameDescription
NODE_NEW_LIMIT

Functions

NameDescription
node_accessDetermine whether the current user may perform the given operation on the specified node.
node_access_grantsFetch an array of permission IDs granted to the given user ID.
node_access_view_all_nodesDetermine whether the user has a global viewing grant for all nodes.
node_addPresent a node submission form or a set of links to such forms.
node_adminMenu callback; presents the content administration overview.
node_admin_nodesGenerate the content administration overview.
node_blockImplementation of hook_block().
node_comment_modeRetrieve the comment mode for the given node ID (none, read, or read/write).
node_configureMenu callback; presents general node configuration options.
node_cronImplementation of hook_cron().
node_db_rewrite_sqlImplementation of hook_db_rewrite_sql
node_deleteAsk for confirmation, and delete the node.
node_editPresent a node editing form.
node_feedA generic function for generating RSS feeds from a set of nodes.
node_formGenerate the node editing form.
node_get_module_nameDetermine the module that defines the node type of the given node.
node_helpImplementation of hook_help().
node_hookDetermine whether a node hook exists.
node_invokeInvoke a node hook.
node_invoke_nodeapiInvoke a hook_nodeapi() operation in all modules.
node_last_changed
node_last_viewedRetrieves the timestamp at which the current user last viewed the specified node.
node_linkImplementation of hook_link().
node_listGet a list of all the defined node types.
node_loadLoad a node object from the database.
node_markDecide on the type of marker to be displayed for a given node.
node_menuImplementation of hook_menu().
node_nodeapiImplementation of hook_nodeapi().
node_pageMenu callback; dispatches control to the appropriate operation handler.
node_page_defaultGenerate a listing of promoted nodes.
node_permImplementation of hook_perm().
node_prepareApply filters to a node in preparation for theming.
node_previewGenerate a node preview, including a form for further edits.
node_revision_createCreate and return a new revision of the given node.
node_revision_deleteDelete the revision with specified revision number.
node_revision_listReturn a list of all the existing revision numbers.
node_revision_loadReturn the revision with the specified revision number.
node_revision_overviewGenerate an overview table of older revisions of a node.
node_revision_rollbackRoll back to the revision with the specified revision number.
node_saveSave a node object into the database.
node_searchImplementation of hook_search().
node_showGenerate a page displaying a single node, along with its comments.
node_submitAccepts a submission of new or changed node content.
node_tag_newUpdate the 'last viewed' timestamp of the specified node for current user.
node_teaserAutomatically generate a teaser for a node body in a given format.
node_title_listGather a listing of links to nodes.
node_types_configureMenu callback; presents each node type configuration page.
node_update_indexImplementation of hook_update_index().
node_validatePerform validation checks on the given node.
node_viewGenerate a display of the given node.
theme_node_listFormat a listing of links to nodes.
theme_node_previewDisplay a node preview for display during node creation and editing.
_node_access_join_sqlGenerate an SQL join clause for use in fetching a node listing.
_node_access_where_sqlGenerate an SQL where clause for use in fetching a node listing.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.