| actions_do | drupal/includes/actions.inc | Perform a given list of actions by executing their callback functions. |
| actions_synchronize | drupal/includes/actions.inc | Synchronize actions that are provided by modules. |
| book_block_view | drupal/modules/book/book.module | Implementation of hook_block_view(). |
| book_get_books | drupal/modules/book/book.module | Returns an array of all books. |
| book_menu_subtree_data | drupal/modules/book/book.module | Get the data representing a subtree of the book hierarchy. |
| book_update_bid | drupal/modules/book/book.module | Update the bid for a page and its children when it is moved to a new book. |
| comment_get_recent | drupal/modules/comment/comment.module | Find the most recent comments that are available to the current user. |
| comment_render | drupal/modules/comment/comment.module | Renders comment(s). |
| comment_validate | drupal/modules/comment/comment.module | Validate comment data. |
| drupal_session_count | drupal/includes/session.inc | Counts how many users are active on the site. |
| drupal_uninstall_modules | drupal/includes/install.inc | Calls the uninstall function and updates the system table for a given module. |
| file_load_multiple | drupal/includes/file.inc | Load file objects from the database. |
| file_space_used | drupal/includes/file.inc | Determine total disk space used by a single user or the whole filesystem. |
| filter_formats | drupal/modules/filter/filter.module | Retrieve a list of input formats. |
| forum_block_view | drupal/modules/forum/forum.module | Implementation of hook_block_view(). |
| locale_batch_by_language | drupal/includes/locale.inc | Prepare a batch to import translations for all enabled
modules in a given language. |
| menu_get_item | drupal/includes/menu.inc | Get a router item. |
| menu_get_menus | drupal/modules/menu/menu.module | Return an associative array of the custom menus names. |
| menu_get_names | drupal/includes/menu.inc | Build a list of named menus. |
| menu_link_children_relative_depth | drupal/includes/menu.inc | Find the depth of an item's children relative to its depth. |
| menu_link_load | drupal/includes/menu.inc | Get a menu link by its mlid, access checked and link translated for rendering. |
| menu_link_maintain | drupal/includes/menu.inc | Insert, update or delete an uncustomized menu link related to a module. |
| menu_link_save | drupal/includes/menu.inc | Save a menu link. |
| menu_local_tasks | drupal/includes/menu.inc | Collects the local tasks (tabs) for a given level. |
| menu_tree_all_data | drupal/includes/menu.inc | Get the data structure representing a named menu tree. |
| menu_tree_check_access | drupal/includes/menu.inc | Check access and perform other dynamic operations for each link in the tree. |
| menu_tree_page_data | drupal/includes/menu.inc | Get the data structure representing a named menu tree, based on the current page. |
| node_load_multiple | drupal/modules/node/node.module | Load node objects from the database. |
| taxonomy_get_tids_from_nodes | drupal/modules/taxonomy/taxonomy.module | Find all term IDs associated with a set of nodes. |
| taxonomy_term_load_multiple | drupal/modules/taxonomy/taxonomy.module | Load multiple taxonomy terms based on certain conditions. |
| _menu_navigation_links_rebuild | drupal/includes/menu.inc | Helper function to build menu links for the items in the menu router. |
| _menu_update_parental_status | drupal/includes/menu.inc | Check and update the has_children status for the parent of a link. |