Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
node_theme drupal/modules/node/node.module Implements hook_theme().
node_title_list drupal/modules/node/node.module Gathers a listing of links to nodes. 3
node_tokens drupal/modules/node/node.tokens.inc Implements hook_tokens().
node_token_info drupal/modules/node/node.tokens.inc Implements hook_token_info().
node_types_rebuild drupal/modules/node/node.module Updates the database cache of node types. 8
node_type_cache_reset drupal/modules/node/node.module Clears the node type cache. 6
node_type_delete drupal/modules/node/node.module Deletes a node type from the database. 1
node_type_delete_confirm drupal/modules/node/content_types.inc Menu callback; delete a single content type. 1
node_type_delete_confirm_submit drupal/modules/node/content_types.inc Process content type delete confirm submissions.
node_type_form drupal/modules/node/content_types.inc Form constructor for the node type editing form. 1
node_type_form_submit drupal/modules/node/content_types.inc Form submission handler for node_type_form().
node_type_form_validate drupal/modules/node/content_types.inc Form validation handler for node_type_form().
node_type_get_base drupal/modules/node/node.module Returns the node type base of the passed node or node type string. 6
node_type_get_name drupal/modules/node/node.module Returns the node type name of the passed node or node type string. 25
node_type_get_names drupal/modules/node/node.module Returns a list of available node type names. 10
node_type_get_type drupal/modules/node/node.module Returns the node type of the passed node or node type string. 11
node_type_get_types drupal/modules/node/node.module Returns a list of all the available node types. 19
node_type_load drupal/modules/node/node.module Menu argument loader: loads a node type by string. 1
node_type_page_title drupal/modules/node/node.module Title callback: Returns the unsanitized title of the node type edit form. 1
node_type_reset drupal/modules/node/content_types.inc Resets relevant fields of a module-defined node type to their default values.
node_type_save drupal/modules/node/node.module Saves a node type to the database. 6
node_type_set_defaults drupal/modules/node/node.module Sets the default values for a node type. 7
node_type_update_nodes drupal/modules/node/node.module Updates all nodes of one type to be of another type. 2
node_unpromote_action drupal/modules/node/node.module Sets the promote property of a node to 0. 1
node_unpublish_action drupal/modules/node/node.module Sets the status of a node to 0 (unpublished). 1
node_unpublish_by_keyword_action drupal/modules/node/node.module Unpublishes a node containing certain keywords.
node_unpublish_by_keyword_action_form drupal/modules/node/node.module Generates settings form for node_unpublish_by_keyword_action().
node_unpublish_by_keyword_action_submit drupal/modules/node/node.module Saves settings form for node_unpublish_by_keyword_action().
node_update_7000 drupal/modules/node/node.install Upgrade the node type table and fix node type 'module' attribute to avoid name-space conflicts.
node_update_7001 drupal/modules/node/node.install Rename {node_revisions} table to {node_revision}.
node_update_7002 drupal/modules/node/node.install Extend the node_promote_status index to include all fields required for the node page query.
node_update_7003 drupal/modules/node/node.install Remove the node_counter if the statistics module is uninstalled.
node_update_7004 drupal/modules/node/node.install Extend the existing default preview and teaser settings to all node types.
node_update_7005 drupal/modules/node/node.install Add status/comment/promote and sticky columns to the {node_revision} table.
node_update_7006 drupal/modules/node/node.install Convert body and teaser from node properties to fields, and migrate status/comment/promote and sticky columns to the {node_revision} table.
node_update_7007 drupal/modules/node/node.install Remove column min_word_count.
node_update_7008 drupal/modules/node/node.install Split the 'administer nodes' permission from 'access content overview'.
node_update_7009 drupal/modules/node/node.install Convert node languages from the empty string to LANGUAGE_NONE.
node_update_7010 drupal/modules/node/node.install Add the {block_node_type} table.
node_update_7011 drupal/modules/node/node.install Update the database from Drupal 6 to match the schema.
node_update_7012 drupal/modules/node/node.install Switches body fields to untranslatable while upgrading from D6 and makes them language neutral.
node_update_7013 drupal/modules/node/node.install Change {node}.vid default value from 0 to NULL to avoid deadlock issues on MySQL.
node_update_7014 drupal/modules/node/node.install Add an index on {node}.language.
node_update_7015 drupal/modules/node/node.install Enable node types that may have been erroneously disabled in Drupal 7.36.
node_update_7016 drupal/modules/node/node.install Change {history}.nid to an unsigned int in order to match {node}.nid.
node_update_dependencies drupal/modules/node/node.install Implements hook_update_dependencies().
node_update_index drupal/modules/node/node.module Implements hook_update_index(). 4
node_uri drupal/modules/node/node.module Implements callback_entity_info_uri(). 2
node_user_cancel drupal/modules/node/node.module Implements hook_user_cancel().
node_user_delete drupal/modules/node/node.module Implements hook_user_delete().

Pages

Other projects