node.module
Version
1.641.2.32 (checked in on 2007/01/29 at 21:39:28 by killes)
Description
The core that allows content to be submitted to the site.
Constants
| Name | Description |
|---|---|
| NODE_NEW_LIMIT |
Functions
| Name | Description |
|---|---|
| node_access | Determine whether the current user may perform the given operation on the specified node. |
| node_access_grants | Fetch an array of permission IDs granted to the given user ID. |
| node_access_view_all_nodes | Determine whether the user has a global viewing grant for all nodes. |
| node_add | Present a node submission form or a set of links to such forms. |
| node_admin_nodes | Menu callback: content administration. |
| node_admin_nodes_submit | Generate the content administration overview. |
| node_admin_nodes_validate | |
| node_admin_search | |
| node_block | Implementation of hook_block(). |
| node_build_filter_query | Build query for node administration filters based on session. |
| node_comment_mode | Retrieve the comment mode for the given node ID (none, read, or read/write). |
| node_configure | Menu callback; presents general node configuration options. |
| node_cron | Implementation of hook_cron(). |
| node_db_rewrite_sql | Implementation of hook_db_rewrite_sql |
| node_delete | Delete a node. |
| node_delete_confirm | Menu callback -- ask for confirmation of node deletion |
| node_delete_confirm_submit | Execute node deletion |
| node_feed | A generic function for generating RSS feeds from a set of nodes. |
| node_filters | List node administration filters that can be applied. |
| node_filter_form | Return form for node administration filters. |
| node_filter_form_submit | Process result from node administration filter form. |
| node_form | Generate the node editing form. |
| node_form_add_preview | |
| node_form_alter | Implementation of hook_form_alter(). |
| node_form_array | Generate the node editing form array. |
| node_form_submit | |
| node_form_validate | |
| node_get_base | Determine the basename for hook_load etc. |
| node_get_name | Determine the human readable name for a given type. |
| node_get_types | Return the list of available node types. |
| node_help | Implementation of hook_help(). |
| node_hook | Determine whether a node hook exists. |
| node_invoke | Invoke a node hook. |
| node_invoke_nodeapi | Invoke a hook_nodeapi() operation in all modules. |
| node_last_changed | |
| node_last_viewed | Retrieves the timestamp at which the current user last viewed the specified node. |
| node_link | Implementation of hook_link(). |
| node_load | Load a node object from the database. |
| node_mark | Decide on the type of marker to be displayed for a given node. |
| node_menu | Implementation of hook_menu(). |
| node_multiple_delete_confirm | |
| node_multiple_delete_confirm_submit | |
| node_object_prepare | |
| node_operations | List node administration operations that can be performed. |
| node_page | Menu callback; dispatches control to the appropriate operation handler. |
| node_page_default | Generate a listing of promoted nodes. |
| node_perm | Implementation of hook_perm(). |
| node_prepare | Apply filters to a node in preparation for theming. |
| node_preview | Generate a node preview. |
| node_revisions | Menu callback for revisions related activities. |
| node_revision_delete | Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a revision is deleted. |
| node_revision_delete_confirm_submit | |
| node_revision_list | Return a list of all the existing revision numbers. |
| node_revision_overview | Generate an overview table of older revisions of a node. |
| node_revision_revert | Revert 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_revert_confirm_submit | |
| node_save | Save a node object into the database. |
| node_search | Implementation of hook_search(). |
| node_search_validate | Form API callback for the search form. Registered in node_form_alter(). |
| node_show | Generate a page displaying a single node, along with its comments. |
| node_submit | Prepare node for save and allow modules to make changes. |
| node_tag_new | Update the 'last viewed' timestamp of the specified node for current user. |
| node_teaser | Automatically generate a teaser for a node body in a given format. |
| node_title_list | Gather a listing of links to nodes. |
| node_types_configure | Menu callback; presents each node type configuration page. |
| node_update_index | Implementation of hook_update_index(). |
| node_update_shutdown | shutdown function to make sure we always mark the last node processed. |
| node_user | Implementation of hook_user(). |
| node_validate | Perform validation checks on the given node. |
| node_view | Generate a display of the given node. |
| theme_node_admin_nodes | Theme node administration overview. |
| theme_node_filters | Theme node administraton filter selector. |
| theme_node_filter_form | Theme node administration filter form. |
| theme_node_form | |
| theme_node_list | Format a listing of links to nodes. |
| theme_node_preview | Display a node preview for display during node creation and editing. |
| theme_node_search_admin | |
| _node_access_join_sql | Generate an SQL join clause for use in fetching a node listing. |
| _node_access_where_sql | Generate an SQL where clause for use in fetching a node listing. |
| _node_names |
