| aggregator_category_load | drupal/modules/aggregator/aggregator.module | Load an aggregator category. |
| aggregator_cron | drupal/modules/aggregator/aggregator.module | Implementation of hook_cron(). |
| aggregator_feed_load | drupal/modules/aggregator/aggregator.module | Load an aggregator feed. |
| aggregator_menu | drupal/modules/aggregator/aggregator.module | Implementation of hook_menu(). |
| aggregator_theme | drupal/modules/aggregator/aggregator.module | Implementation of hook_theme(). |
| 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 |
| blocked_ip_load | drupal/modules/system/system.module | Retrieve a blocked IP address from the database. |
| block_admin_configure | drupal/modules/block/block.admin.inc | Menu callback; displays the block configuration form. |
| book_get_books | drupal/modules/book/book.module | Returns an array of all books. |
| book_link_load | drupal/modules/book/book.module | Like menu_link_load(), but adds additional data from the {book} table. |
| book_nodeapi_delete | drupal/modules/book/book.module | Implementation of hook_nodeapi_delete(). |
| book_nodeapi_load | drupal/modules/book/book.module | Implementation of hook_nodeapi_load(). |
| 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_nodeapi_load | drupal/modules/comment/comment.module | Implementation of hook_nodeapi_load(). |
| contact_load | drupal/modules/contact/contact.module | Load the data for a single contact category. |
| drupal_uninstall_modules | drupal/includes/install.inc | Calls the uninstall function and updates the system table for a given module. |
| forum_nodeapi_load | drupal/modules/forum/forum.module | Implementation of hook_nodeapi_load(). |
| forum_term_load | drupal/modules/forum/forum.module | Fetch a forum term. |
| hook_cron | drupal/modules/system/system.api.php | Perform periodic actions. |
| hook_init | drupal/modules/system/system.api.php | Perform setup tasks. See also, hook_boot. |
| 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_enable | drupal/modules/menu/menu.module | Implementation of hook_enable(). |
| 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_delete | drupal/includes/menu.inc | Delete one or several menu links. |
| 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_load | drupal/modules/menu/menu.module | Load the data for a single custom menu. |
| menu_local_tasks | drupal/includes/menu.inc | Collects the local tasks (tabs) for a given level. |
| menu_menu | drupal/modules/menu/menu.module | Implementation of hook_menu(). |
| menu_nodeapi_delete | drupal/modules/menu/menu.module | Implementation of hook_nodeapi_delete(). |
| menu_overview_page | drupal/modules/menu/menu.admin.inc | Menu callback which shows an overview page of all the custom menus and their descriptions. |
| menu_parent_options | drupal/modules/menu/menu.module | Return a list of menu items that are valid possible parents for the given menu item. |
| menu_reset_item | drupal/modules/menu/menu.module | Reset a system-defined menu item. |
| 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. |
| menu_valid_path | drupal/includes/menu.inc | Validates the path of a menu link being created or edited. |
| path_load | drupal/modules/path/path.module | Fetch a specific URL alias from the database. |
| poll_load | drupal/modules/poll/poll.module | Implementation of hook_load(). |
| profile_field_form | drupal/modules/profile/profile.admin.inc | Menu callback: Generate a form to add/edit a user profile field. |
| registry_get_parsed_files | drupal/includes/registry.inc | Return the list of files in registry_file |
| scaffolding_example_overview_pager | contributions/docs/developer/examples/scaffolding_example/scaffolding_example.admin.inc | Builds a sortable, paged overview of all records. |
| scaffolding_example_record_load | contributions/docs/developer/examples/scaffolding_example/scaffolding_example.module | Loader function for individual records. |
| scaffolding_example_record_load_all | contributions/docs/developer/examples/scaffolding_example/scaffolding_example.module | Public loader function for the full collection of records. |
| statistics_get | drupal/modules/statistics/statistics.module | Retrieves a node's "view statistics". |
| system_admin_menu_block | drupal/modules/system/system.module | Provide a single block on the administration overview page. |
| system_get_module_admin_tasks | drupal/modules/system/system.module | Generate a list of tasks offered by a specified module. |
| system_initialize_theme_blocks | drupal/modules/system/system.module | Assign an initial, default set of blocks for a theme. |
| system_main_admin_page | drupal/modules/system/system.admin.inc | Menu callback; Provide the administration overview page. |
| taxonomy_get_synonyms | drupal/modules/taxonomy/taxonomy.module | Return an array of synonyms of the given term ID. |
| user_role_permissions | drupal/modules/user/user.module | Determine the permissions for one or more roles. |
| _block_rehash | drupal/modules/block/block.module | Update the 'block' DB table with the blocks currently exported by modules. |
| _book_update_outline | drupal/modules/book/book.module | Common helper function to handles additions and updates to the book outline. |
| _menu_delete_item | drupal/includes/menu.inc | Helper function for menu_link_delete; deletes a single menu link. |
| _menu_navigation_links_rebuild | drupal/includes/menu.inc | Helper function to build menu links for the items in the menu router. |
| _menu_set_expanded_menus | drupal/includes/menu.inc | Helper function to update a list of menus with expanded items |
| _menu_tree_data | drupal/includes/menu.inc | Recursive helper function to build the data representing a menu tree. |
| _node_access_rebuild_batch_operation | drupal/modules/node/node.module | Batch operation for node_access_rebuild_batch. |