Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
node_invoke_nodeapi drupal-6.x/modules/node/node.module Invoke a hook_nodeapi() operation in all modules. 16
node_last_changed drupal-6.x/modules/node/node.module 1
node_last_viewed drupal-6.x/modules/node/node.module Retrieves the timestamp at which the current user last viewed the specified node. 3
node_link drupal-6.x/modules/node/node.module Implementation of hook_link().
node_load drupal-6.x/modules/node/node.module Load a node object from the database. 45
node_make_sticky_action drupal-6.x/modules/node/node.module Implementation of a Drupal action. Sets the sticky-at-top-of-list property of a node to 1. 1
node_make_unsticky_action drupal-6.x/modules/node/node.module Implementation of a Drupal action. Sets the sticky-at-top-of-list property of a node to 0. 1
node_mark drupal-6.x/modules/node/node.module Decide on the type of marker to be displayed for a given node. 3
node_mass_update drupal-6.x/modules/node/node.admin.inc Make mass update of nodes, changing all nodes in the $nodes array to update them with the field values in $updates. 1
node_menu drupal-6.x/modules/node/node.module Implementation of hook_menu().
node_multiple_delete_confirm drupal-6.x/modules/node/node.admin.inc 1
node_multiple_delete_confirm_submit drupal-6.x/modules/node/node.admin.inc 1
node_node_operations drupal-6.x/modules/node/node.admin.inc Implementation of hook_node_operations().
node_node_type drupal-6.x/modules/node/content_types.inc Implementation of hook_node_type().
node_object_prepare drupal-6.x/modules/node/node.pages.inc 1
node_overview_types drupal-6.x/modules/node/content_types.inc Displays the content type admin overview page. 1
node_page_default drupal-6.x/modules/node/node.module Menu callback; Generate a listing of promoted nodes. 1
node_page_edit drupal-6.x/modules/node/node.pages.inc Menu callback; presents the node editing form, or redirects to delete confirmation. 1
node_page_title drupal-6.x/modules/node/node.module Title callback. 1
node_page_view drupal-6.x/modules/node/node.module Menu callback; view a single node. 1
node_perm drupal-6.x/modules/node/node.module Implementation of hook_perm().
node_prepare drupal-6.x/modules/node/node.module Apply filters and build the node's standard elements. 5
node_preview drupal-6.x/modules/node/node.pages.inc Generate a node preview. 1 5
node_promote_action drupal-6.x/modules/node/node.module Implementation of a Drupal action. Sets the promote property of a node to 1. 1
node_publish_action drupal-6.x/modules/node/node.module Implementation of a Drupal action. Sets the status of a node to 1, meaning published. 1
node_revision_delete_confirm drupal-6.x/modules/node/node.pages.inc 1
node_revision_delete_confirm_submit drupal-6.x/modules/node/node.pages.inc
node_revision_list drupal-6.x/modules/node/node.module Return a list of all the existing revision numbers. 1
node_revision_overview drupal-6.x/modules/node/node.pages.inc Generate an overview table of older revisions of a node. 1
node_revision_revert_confirm drupal-6.x/modules/node/node.pages.inc Ask for confirmation of the reversion to prevent against CSRF attacks. 1
node_revision_revert_confirm_submit drupal-6.x/modules/node/node.pages.inc
node_save drupal-6.x/modules/node/node.module Save a node object into the database. 9
node_save_action drupal-6.x/modules/node/node.module Implementation of a Drupal action. Saves a node. 2
node_schema drupal-6.x/modules/node/node.install Implementation of hook_schema().
node_search drupal-6.x/modules/node/node.module Implementation of hook_search().
node_search_validate drupal-6.x/modules/node/node.module Form API callback for the search form. Registered in node_form_alter(). 1
node_show drupal-6.x/modules/node/node.module Generate a page displaying a single node, along with its comments. 2 1
node_submit drupal-6.x/modules/node/node.module Prepares a node for saving by populating teaser, author, and creation date. 3
node_tag_new drupal-6.x/modules/node/node.module Update the 'last viewed' timestamp of the specified node for current user. 1
node_teaser drupal-6.x/modules/node/node.module Generate a teaser for a node body. 3
node_teaser_include_verify drupal-6.x/modules/node/node.module Ensure value of "teaser_include" checkbox is consistent with other form data. 1
node_teaser_js drupal-6.x/modules/node/node.module See if the user used JS to submit a teaser. 1
node_theme drupal-6.x/modules/node/node.module Implementation of hook_theme()
node_title_list drupal-6.x/modules/node/node.module Gather a listing of links to nodes. 3
node_types_rebuild drupal-6.x/modules/node/node.module Resets the database cache of node types, and saves all new or non-modified module-defined node types to the database. 4
node_type_delete drupal-6.x/modules/node/node.module Deletes a node type from the database. 2
node_type_delete_confirm drupal-6.x/modules/node/content_types.inc Menu callback; delete a single content type. 1
node_type_delete_confirm_submit drupal-6.x/modules/node/content_types.inc Process content type delete confirm submissions.
node_type_form drupal-6.x/modules/node/content_types.inc Generates the node type editing form. 5
node_type_form_submit drupal-6.x/modules/node/content_types.inc Implementation of hook_form_submit().

Páginas