| actions_function_lookup | drupal/includes/actions.inc | Given an md5 hash of a function name, return the function name. |
| batch_example_batch_1 | contributions/docs/developer/examples/batch_example.module | Batch 1 : Load 100 times the node with the lowest nid |
| batch_example_op_2 | contributions/docs/developer/examples/batch_example.module | Batch operation for batch 2 : load all nodes, 5 by five
This is a multipart operation, using the |
| book_admin_edit_submit | drupal/modules/book/book.admin.inc | Handle submission of the book administrative page form. |
| comment_multiple_delete_confirm | drupal/modules/comment/comment.admin.inc | List the selected comments and verify that the admin wants to delete them. |
| comment_new_page_count | drupal/modules/comment/comment.module | Calculate page number for first new comment. |
| comment_nodeapi_search_result | drupal/modules/comment/comment.module | Implementation of hook_nodeapi_search_result(). |
| comment_num_new | drupal/modules/comment/comment.module | Get number of new comments for current user and specified node. |
| comment_num_replies | drupal/modules/comment/comment.module | Get replies count for a comment. |
| comment_save | drupal/modules/comment/comment.module | Accepts a submission of new or changed comment content. |
| comment_unpublish_action | drupal/modules/comment/comment.module | Drupal action to unpublish a comment. |
| comment_validate | drupal/modules/comment/comment.module | Validate comment data. |
| dblog_cron | drupal/modules/dblog/dblog.module | Implementation of hook_cron(). |
| db_column_exists | drupal/includes/database/database.inc | Check if a column exists in the given table. |
| db_last_insert_id | drupal/includes/database/database.inc | Returns the last insert id. |
| db_table_exists | drupal/includes/database/database.inc | Check if a table exists. |
| do_search | drupal/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| drupal_function_exists | drupal/includes/bootstrap.inc | Confirm that a function is available. |
| drupal_get_filename | drupal/includes/bootstrap.inc | Returns and optionally sets the filename for a system item (module,
theme, etc.). The filename, whether provided, cached, or retrieved
from the database, is only returned if the file exists. |
| drupal_is_denied | drupal/includes/bootstrap.inc | Check to see if an IP address has been blocked. |
| drupal_lookup_path | drupal/includes/path.inc | Given an alias, return its Drupal system URL if one exists. Given a Drupal
system URL return one of its aliases if such a one exists. Otherwise,
return FALSE. |
| drupal_session_count | drupal/includes/session.inc | Counts how many users are active on the site. |
| fileupload_file_download | contributions/docs/developer/examples/fileupload.module | Implementation of hook_file_download. |
| fileupload_update | contributions/docs/developer/examples/fileupload.module | Implementation of hook_update(). |
| file_space_used | drupal/includes/file.inc | Determine total disk space used by a single user or the whole filesystem. |
| filter_admin_format_form_submit | drupal/modules/filter/filter.admin.inc | Process filter format form submissions. |
| filter_format_allowcache | drupal/modules/filter/filter.module | Check if text in a certain input format is allowed to be cached. |
| flood_is_allowed | drupal/includes/common.inc | Check if the current visitor (hostname/IP) is allowed to proceed with the specified event. |
| forum_nodeapi_presave | drupal/modules/forum/forum.module | Implementation of hook_nodeapi_presave(). |
| forum_nodeapi_update | drupal/modules/forum/forum.module | Implementation of hook_nodeapi_update(). |
| forum_nodeapi_validate | drupal/modules/forum/forum.module | Implementation of hook_nodeapi_validate(). |
| hook_file_download | drupal/modules/system/system.api.php | Control access to private file downloads and specify HTTP headers. |
| hook_search | drupal/modules/search/search.api.php | Define a custom search routine. |
| install_verify_drupal | drupal/install.php | Verify if Drupal is installed. |
| locale_languages_predefined_form_validate | drupal/includes/locale.inc | Validate the language addition form. |
| locale_translate_edit_form_submit | drupal/includes/locale.inc | Process string editing form submissions. |
| menu_delete_menu_confirm | drupal/modules/menu/menu.admin.inc | Build a confirm form for deletion of a custom menu. |
| menu_delete_menu_confirm_submit | drupal/modules/menu/menu.admin.inc | Delete a custom menu and all items in it. |
| menu_edit_menu_submit | drupal/modules/menu/menu.admin.inc | Submit function for adding or editing a custom menu. |
| menu_edit_menu_validate | drupal/modules/menu/menu.admin.inc | Validates the human and machine-readable names when adding or editing a menu. |
| menu_enable | drupal/modules/menu/menu.module | Implementation of hook_enable(). |
| menu_form_alter | drupal/modules/menu/menu.module | Implementation of hook_form_alter(). Adds menu item fields to the node form. |
| menu_link_children_relative_depth | drupal/includes/menu.inc | Find the depth of an item's children relative to its depth. |
| menu_link_save | drupal/includes/menu.inc | Save a menu link. |
| menu_nodeapi_prepare | drupal/modules/menu/menu.module | Implementation of hook_nodeapi_prepare(). |
| menu_reset_item | drupal/modules/menu/menu.module | Reset a system-defined menu item. |
| nodeapi_example_nodeapi | contributions/docs/developer/examples/nodeapi_example.module | Implementation of hook_nodeapi(). |
| node_access | drupal/modules/node/node.module | Determine whether the current user may perform the given operation on the
specified node. |
| node_access_example_nodeapi_load | contributions/docs/developer/examples/node_access_example.module | |
| node_access_view_all_nodes | drupal/modules/node/node.module | Determine whether the user has a global viewing grant for all nodes. |
| node_admin_nodes | drupal/modules/node/node.admin.inc | Form builder: Builds the node administration overview. |
| node_assign_owner_action | drupal/modules/node/node.module | Implementation of a configurable Drupal action.
Assigns ownership of a node to a user. |
| node_configure | drupal/modules/node/node.admin.inc | Menu callback; presents general node configuration options. |
| node_menu | drupal/modules/node/node.module | Implementation of hook_menu(). |
| node_page_default | drupal/modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| node_search | drupal/modules/node/node.module | Implementation of hook_search(). |
| node_type_delete_confirm | drupal/modules/node/content_types.inc | Menu callback; delete a single content type. |
| node_type_save | drupal/modules/node/node.module | Saves a node type to the database. |
| node_update_index | drupal/modules/node/node.module | Implementation of hook_update_index(). |
| openid_association | drupal/modules/openid/openid.module | Attempt to create a shared secret with the OpenID Provider. |
| openid_user_delete_form | drupal/modules/openid/openid.pages.inc | Menu callback; Delete the specified OpenID identity from the system. |
| pager_query | drupal/includes/pager.inc | Perform a paged database query. |
| path_admin_form_validate | drupal/modules/path/path.admin.inc | Verify that a new URL alias is valid |
| path_admin_overview | drupal/modules/path/path.admin.inc | Return a listing of all defined URL aliases.
When filter key passed, perform a standard search on the given key,
and return the list of matching URL aliases. |
| path_form_alter | drupal/modules/path/path.module | Implementation of hook_form_alter(). |
| path_nodeapi_validate | drupal/modules/path/path.module | Implementation of hook_nodeapi_validate(). |
| path_set_alias | drupal/modules/path/path.module | Set an aliased path for a given Drupal path, preventing duplicates. |
| profile_autocomplete | drupal/modules/profile/profile.pages.inc | Callback to allow autocomplete of profile text fields. |
| profile_category_access | drupal/modules/profile/profile.module | Menu item access callback - check if a user has access to a profile category. |
| profile_field_form_validate | drupal/modules/profile/profile.admin.inc | Validate profile_field_form submissions. |
| search_update_totals | drupal/modules/search/search.module | This function is called on shutdown to ensure that search_total is always
up to date (even if cron times out or otherwise fails). |
| simpletest_clean_results_table | drupal/modules/simpletest/simpletest.module | Clear the test results tables. |
| system_admin_menu_block | drupal/modules/system/system.module | Provide a single block on the administration overview page. |
| system_admin_theme_submit | drupal/modules/system/system.module | Process admin theme form submissions. |
| system_initialize_theme_blocks | drupal/modules/system/system.module | Assign an initial, default set of blocks for a theme. |
| system_region_list | drupal/modules/system/system.module | Get a list of available regions from a specified theme. |
| translation_remove_from_set | drupal/modules/translation/translation.module | Remove a node from its translation set (if any)
and update the set accordingly. |
| trigger_assign_form_submit | drupal/modules/trigger/trigger.admin.inc | Submit function for trigger_assign_form(). |
| trigger_assign_form_validate | drupal/modules/trigger/trigger.admin.inc | Validation function for trigger_assign_form(). |
| trigger_menu | drupal/modules/trigger/trigger.module | Implementation of hook_menu(). |
| upload_space_used | drupal/modules/upload/upload.module | Determine how much disk space is occupied by a user's uploaded files. |
| upload_total_space_used | drupal/modules/upload/upload.module | Determine how much disk space is occupied by uploaded files. |
| user_multiple_role_edit | drupal/modules/user/user.module | Callback function for admin mass adding/deleting a user role. |
| user_save | drupal/modules/user/user.module | Save changes to a user account or add a new user. |
| _aggregator_has_categories | drupal/modules/aggregator/aggregator.module | Find out whether there are any aggregator categories. |
| _batch_page | drupal/includes/batch.inc | State-based dispatcher for the batch processing page. |
| _blog_post_exists | drupal/modules/blog/blog.module | Helper function to determine if a user has blog posts already. |
| _book_update_outline | drupal/modules/book/book.module | Common helper function to handles additions and updates to the book outline. |
| _comment_update_node_statistics | drupal/modules/comment/comment.module | Updates the comment statistics for a given node. This should be called any
time a comment is added, deleted, or updated. |
| _forum_topics_unread | drupal/modules/forum/forum.module | Calculate the number of nodes the user has not yet read and are newer
than NODE_NEW_LIMIT. |
| _locale_import_one_string_db | drupal/includes/locale.inc | Import one string into the database. |
| _locale_parse_js_file | drupal/includes/locale.inc | Parses a JavaScript file, extracts strings wrapped in Drupal.t() and
Drupal.formatPlural() and inserts them into the database. |
| _menu_delete_item | drupal/includes/menu.inc | Helper function for menu_link_delete; deletes a single menu link. |
| _menu_link_move_children | drupal/includes/menu.inc | Update the children of a menu link that's being moved. |
| _menu_update_parental_status | drupal/includes/menu.inc | Check and update the has_children status for the parent of a link. |
| _node_access_rebuild_batch_operation | drupal/modules/node/node.module | Batch operation for node_access_rebuild_batch. |
| _registry_check_code | drupal/includes/bootstrap.inc | Helper to check for a resource in the registry. |
| _sess_write | drupal/includes/session.inc | Session handler assigned by session_set_save_handler(). |