Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
profile_browse drupal/modules/profile/profile.pages.inc Menu callback; display a list of user information. 1
profile_autocomplete drupal/modules/profile/profile.pages.inc Callback to allow autocomplete of profile text fields. 1
profile_user_form_validate drupal/modules/profile/profile.module Form validation handler for the user register/profile form. 1
profile_category_access drupal/modules/profile/profile.module Menu item access callback - check if a user has access to a profile category. 1
profile_admin_overview drupal/modules/profile/profile.admin.inc Form builder to display a listing of all editable profile fields. 1
profile_field_form drupal/modules/profile/profile.admin.inc Menu callback: Generate a form to add/edit a user profile field. 1
profile_field_delete drupal/modules/profile/profile.admin.inc Menu callback; deletes a field from all user profiles. 1
profile_admin_settings_autocomplete drupal/modules/profile/profile.admin.inc Retrieve a pipe delimited string of autocomplete suggestions for profile categories 1
node_overview_types drupal/modules/node/content_types.inc Displays the content type admin overview page. 1
node_type_form drupal/modules/node/content_types.inc Form constructor for the node type editing form. 1
node_type_delete_confirm drupal/modules/node/content_types.inc Menu callback; delete a single content type. 1
node_configure_rebuild_confirm drupal/modules/node/node.admin.inc Menu callback: confirm rebuilding of permissions. 1
node_filter_form_submit drupal/modules/node/node.admin.inc Form submission handler for node_filter_form(). 1
_node_mass_update_batch_process drupal/modules/node/node.admin.inc Implements callback_batch_operation(). 1
_node_mass_update_batch_finished drupal/modules/node/node.admin.inc Implements callback_batch_finished(). 1
node_admin_content drupal/modules/node/node.admin.inc Page callback: Form constructor for the content administration form. 1
node_admin_nodes_validate drupal/modules/node/node.admin.inc Validate node_admin_nodes form submissions. 1
node_admin_nodes_submit drupal/modules/node/node.admin.inc Process node_admin_nodes form submissions. 1
node_multiple_delete_confirm_submit drupal/modules/node/node.admin.inc Form submission handler for node_multiple_delete_confirm(). 1
node_type_load drupal/modules/node/node.module Menu argument loader: loads a node type by string. 1
_node_types_build drupal/modules/node/node.module Builds and returns the list of available node types. 1 1
node_save drupal/modules/node/node.module Saves changes to a node or adds a new node. 25 1
node_delete drupal/modules/node/node.module Deletes a node. 10 1
node_view drupal/modules/node/node.module Generates an array for rendering the given node. 14 1
node_show drupal/modules/node/node.module Generates an array which displays a node detail page. 2 1
node_search_admin drupal/modules/node/node.module Implements hook_search_admin(). 1
_node_revision_access drupal/modules/node/node.module Access callback: Checks node revision access. 1 1
_node_add_access drupal/modules/node/node.module Access callback: Checks whether the user has permission to add a node. 1 1
node_type_page_title drupal/modules/node/node.module Title callback: Returns the unsanitized title of the node type edit form. 1
node_page_title drupal/modules/node/node.module Title callback: Returns the title of the node. 1
node_form_block_admin_configure_submit drupal/modules/node/node.module Form submission handler for node_form_block_admin_configure_alter(). 1
node_form_block_custom_block_delete_submit drupal/modules/node/node.module Form submission handler for node_form_block_custom_block_delete_alter(). 1
node_feed drupal/modules/node/node.module Generates and prints an RSS feed. 4 1
node_page_view drupal/modules/node/node.module Menu callback: Displays a single node. 1
node_search_validate drupal/modules/node/node.module Form validation handler for node_form_alter(). 1
_node_access_rebuild_batch_operation drupal/modules/node/node.module Implements callback_batch_operation(). 1
_node_access_rebuild_batch_finished drupal/modules/node/node.module Implements callback_batch_finished(). 1
node_publish_action drupal/modules/node/node.module Sets the status of a node to 1 (published). 1
node_unpublish_action drupal/modules/node/node.module Sets the status of a node to 0 (unpublished). 1
node_make_sticky_action drupal/modules/node/node.module Sets the sticky-at-top-of-list property of a node to 1. 1
node_make_unsticky_action drupal/modules/node/node.module Sets the sticky-at-top-of-list property of a node to 0. 1
node_promote_action drupal/modules/node/node.module Sets the promote property of a node to 1. 1
node_unpromote_action drupal/modules/node/node.module Sets the promote property of a node to 0. 1
node_page_edit drupal/modules/node/node.pages.inc Menu callback; presents the node editing form. 1
node_add_page drupal/modules/node/node.pages.inc Page callback: Displays add content links for available content types. 1
node_add drupal/modules/node/node.pages.inc Returns a node submission form. 1
node_form_validate drupal/modules/node/node.pages.inc Form validation handler for node_form(). 1
node_form drupal/modules/node/node.pages.inc Form constructor for the node add/edit form. 1
node_form_delete_submit drupal/modules/node/node.pages.inc Form submission handler for node_form(). 1
node_form_build_preview drupal/modules/node/node.pages.inc Form submission handler for node_form(). 1

Pages

Other projects