Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call db_fetch_array()

Namesort iconLocationDescription
aggregator_category_loaddrupal/modules/aggregator/aggregator.moduleLoad an aggregator category.
aggregator_crondrupal/modules/aggregator/aggregator.moduleImplementation of hook_cron().
aggregator_feed_loaddrupal/modules/aggregator/aggregator.moduleLoad an aggregator feed.
aggregator_menudrupal/modules/aggregator/aggregator.moduleImplementation of hook_menu().
aggregator_themedrupal/modules/aggregator/aggregator.moduleImplementation of hook_theme().
batch_example_op_2contributions/docs/developer/examples/batch_example.moduleBatch operation for batch 2 : load all nodes, 5 by five This is a multipart operation, using the
blocked_ip_loaddrupal/modules/system/system.moduleRetrieve a blocked IP address from the database.
block_admin_configuredrupal/modules/block/block.admin.incMenu callback; displays the block configuration form.
book_get_booksdrupal/modules/book/book.moduleReturns an array of all books.
book_link_loaddrupal/modules/book/book.moduleLike menu_link_load(), but adds additional data from the {book} table.
book_nodeapi_deletedrupal/modules/book/book.moduleImplementation of hook_nodeapi_delete().
book_nodeapi_loaddrupal/modules/book/book.moduleImplementation of hook_nodeapi_load().
book_update_biddrupal/modules/book/book.moduleUpdate the bid for a page and its children when it is moved to a new book.
comment_nodeapi_loaddrupal/modules/comment/comment.moduleImplementation of hook_nodeapi_load().
contact_loaddrupal/modules/contact/contact.moduleLoad the data for a single contact category.
drupal_uninstall_modulesdrupal/includes/install.incCalls the uninstall function and updates the system table for a given module.
forum_nodeapi_loaddrupal/modules/forum/forum.moduleImplementation of hook_nodeapi_load().
forum_term_loaddrupal/modules/forum/forum.moduleFetch a forum term.
hook_crondrupal/modules/system/system.api.phpPerform periodic actions.
hook_initdrupal/modules/system/system.api.phpPerform setup tasks. See also, hook_boot.
menu_delete_menu_confirm_submitdrupal/modules/menu/menu.admin.incDelete a custom menu and all items in it.
menu_edit_menu_submitdrupal/modules/menu/menu.admin.incSubmit function for adding or editing a custom menu.
menu_enabledrupal/modules/menu/menu.moduleImplementation of hook_enable().
menu_get_itemdrupal/includes/menu.incGet a router item.
menu_get_menusdrupal/modules/menu/menu.moduleReturn an associative array of the custom menus names.
menu_get_namesdrupal/includes/menu.incBuild a list of named menus.
menu_link_deletedrupal/includes/menu.incDelete one or several menu links.
menu_link_loaddrupal/includes/menu.incGet a menu link by its mlid, access checked and link translated for rendering.
menu_link_maintaindrupal/includes/menu.incInsert, update or delete an uncustomized menu link related to a module.
menu_link_savedrupal/includes/menu.incSave a menu link.
menu_loaddrupal/modules/menu/menu.moduleLoad the data for a single custom menu.
menu_local_tasksdrupal/includes/menu.incCollects the local tasks (tabs) for a given level.
menu_menudrupal/modules/menu/menu.moduleImplementation of hook_menu().
menu_nodeapi_deletedrupal/modules/menu/menu.moduleImplementation of hook_nodeapi_delete().
menu_overview_pagedrupal/modules/menu/menu.admin.incMenu callback which shows an overview page of all the custom menus and their descriptions.
menu_parent_optionsdrupal/modules/menu/menu.moduleReturn a list of menu items that are valid possible parents for the given menu item.
menu_reset_itemdrupal/modules/menu/menu.moduleReset a system-defined menu item.
menu_tree_check_accessdrupal/includes/menu.incCheck access and perform other dynamic operations for each link in the tree.
menu_tree_page_datadrupal/includes/menu.incGet the data structure representing a named menu tree, based on the current page.
menu_valid_pathdrupal/includes/menu.incValidates the path of a menu link being created or edited.
path_loaddrupal/modules/path/path.moduleFetch a specific URL alias from the database.
poll_loaddrupal/modules/poll/poll.moduleImplementation of hook_load().
profile_field_formdrupal/modules/profile/profile.admin.incMenu callback: Generate a form to add/edit a user profile field.
registry_get_parsed_filesdrupal/includes/registry.incReturn the list of files in registry_file
scaffolding_example_overview_pagercontributions/docs/developer/examples/scaffolding_example/scaffolding_example.admin.incBuilds a sortable, paged overview of all records.
scaffolding_example_record_loadcontributions/docs/developer/examples/scaffolding_example/scaffolding_example.moduleLoader function for individual records.
scaffolding_example_record_load_allcontributions/docs/developer/examples/scaffolding_example/scaffolding_example.modulePublic loader function for the full collection of records.
statistics_getdrupal/modules/statistics/statistics.moduleRetrieves a node's "view statistics".
system_admin_menu_blockdrupal/modules/system/system.moduleProvide a single block on the administration overview page.
system_get_module_admin_tasksdrupal/modules/system/system.moduleGenerate a list of tasks offered by a specified module.
system_initialize_theme_blocksdrupal/modules/system/system.moduleAssign an initial, default set of blocks for a theme.
system_main_admin_pagedrupal/modules/system/system.admin.incMenu callback; Provide the administration overview page.
taxonomy_get_synonymsdrupal/modules/taxonomy/taxonomy.moduleReturn an array of synonyms of the given term ID.
user_role_permissionsdrupal/modules/user/user.moduleDetermine the permissions for one or more roles.
_block_rehashdrupal/modules/block/block.moduleUpdate the 'block' DB table with the blocks currently exported by modules.
_book_update_outlinedrupal/modules/book/book.moduleCommon helper function to handles additions and updates to the book outline.
_menu_delete_itemdrupal/includes/menu.incHelper function for menu_link_delete; deletes a single menu link.
_menu_navigation_links_rebuilddrupal/includes/menu.incHelper function to build menu links for the items in the menu router.
_menu_set_expanded_menusdrupal/includes/menu.incHelper function to update a list of menus with expanded items
_menu_tree_datadrupal/includes/menu.incRecursive helper function to build the data representing a menu tree.
_node_access_rebuild_batch_operationdrupal/modules/node/node.moduleBatch operation for node_access_rebuild_batch.