Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.
Schema APIA Drupal schema definition is an array structure representing one or more tables and their related keys and indexes. A schema is defined by hook_schema(), which usually lives in a modulename.install file.

Functions that call db_query()

Namesort iconLocationDescription
actions_deletedrupal/includes/actions.incDelete a single action from the database.
actions_dodrupal/includes/actions.incPerform a given list of actions by executing their callback functions.
actions_function_lookupdrupal/includes/actions.incGiven an md5 hash of a function name, return the function name.
actions_get_all_actionsdrupal/includes/actions.incRetrieve all action instances from the database.
actions_loaddrupal/includes/actions.incRetrieve a single action from the database.
actions_savedrupal/includes/actions.incSave an action and its associated user-supplied parameter values to the database.
actions_synchronizedrupal/includes/actions.incSynchronize actions that are provided by modules.
aggregator_blockdrupal/modules/aggregator/aggregator.moduleImplementation of hook_block().
aggregator_categorize_itemsdrupal/modules/aggregator/aggregator.pages.incForm builder; build the page list form.
aggregator_categorize_items_submitdrupal/modules/aggregator/aggregator.pages.incProcess aggregator_categorize_items() form submissions.
aggregator_category_loaddrupal/modules/aggregator/aggregator.moduleLoad an aggregator category.
aggregator_crondrupal/modules/aggregator/aggregator.moduleImplementation of hook_cron().
aggregator_feed_items_loaddrupal/modules/aggregator/aggregator.pages.incLoad feed items
aggregator_feed_loaddrupal/modules/aggregator/aggregator.moduleLoad an aggregator feed.
aggregator_form_category_validatedrupal/modules/aggregator/aggregator.admin.incValidate aggregator_form_feed form submissions.
aggregator_form_feeddrupal/modules/aggregator/aggregator.admin.incForm builder; Generate a form to add/edit feed sources.
aggregator_form_feed_validatedrupal/modules/aggregator/aggregator.admin.incValidate aggregator_form_feed() form submissions.
aggregator_form_opmldrupal/modules/aggregator/aggregator.admin.incForm builder; Generate a form to import feeds from OPML.
aggregator_form_opml_submitdrupal/modules/aggregator/aggregator.admin.incProcess aggregator_form_opml form submissions.
aggregator_menudrupal/modules/aggregator/aggregator.moduleImplementation of hook_menu().
aggregator_page_categoriesdrupal/modules/aggregator/aggregator.pages.incMenu callback; displays all the categories used by the aggregator.
aggregator_page_opmldrupal/modules/aggregator/aggregator.pages.incMenu callback; generates an OPML representation of all feeds.
aggregator_page_rssdrupal/modules/aggregator/aggregator.pages.incMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sourcesdrupal/modules/aggregator/aggregator.pages.incMenu callback; displays all the feeds used by the aggregator.
aggregator_parse_feeddrupal/modules/aggregator/aggregator.moduleParse a feed and store its items.
aggregator_refreshdrupal/modules/aggregator/aggregator.moduleChecks a news feed for new items.
aggregator_removedrupal/modules/aggregator/aggregator.moduleRemoves all items from a feed.
aggregator_save_categorydrupal/modules/aggregator/aggregator.moduleAdd/edit/delete aggregator categories.
aggregator_save_feeddrupal/modules/aggregator/aggregator.moduleAdd/edit/delete an aggregator feed.
aggregator_save_itemdrupal/modules/aggregator/aggregator.moduleAdd/edit/delete an aggregator item.
aggregator_viewdrupal/modules/aggregator/aggregator.admin.incDisplays the aggregator administration page.
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
batch_processdrupal/includes/form.incProcess the batch.
blocked_ip_loaddrupal/modules/system/system.moduleRetrieve a blocked IP address from the database.
block_add_block_form_submitdrupal/modules/block/block.admin.incSave the new custom block.
block_admin_configuredrupal/modules/block/block.admin.incMenu callback; displays the block configuration form.
block_admin_display_form_submitdrupal/modules/block/block.admin.incProcess main blocks administration form submissions.
block_blockdrupal/modules/block/block.moduleImplementation of hook_block().
block_box_delete_submitdrupal/modules/block/block.admin.incDeletion of custom blocks.
block_listdrupal/modules/block/block.moduleReturn all blocks in the specified region for the current user.
block_user_formdrupal/modules/block/block.moduleImplementation of hook_user_form().
blogapi_mt_validate_termsdrupal/modules/blogapi/blogapi.moduleBlogging API helper - find allowed taxonomy terms for a node type.
blog_formdrupal/modules/blog/blog.moduleImplementation of hook_form().
book_admin_edit_submitdrupal/modules/book/book.admin.incHandle submission of the book administrative page form.
book_blockdrupal/modules/book/book.moduleImplementation of hook_block().
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_menu_subtree_datadrupal/modules/book/book.moduleGet the data representing a subtree of the book hierarchy.
book_nextdrupal/modules/book/book.moduleFetches the menu link for the next page of the book.
book_nodeapi_deletedrupal/modules/book/book.moduleImplementation of hook_nodeapi_delete().
book_nodeapi_loaddrupal/modules/book/book.moduleImplementation of hook_nodeapi_load().
book_prevdrupal/modules/book/book.moduleFetches the menu link for the previous page of the book.
book_remove_form_submitdrupal/modules/book/book.pages.incConfirm form submit function to remove a node from the book.
book_tocdrupal/modules/book/book.moduleReturns an array of book pages in table of contents order.
book_update_biddrupal/modules/book/book.moduleUpdate the bid for a page and its children when it is moved to a new book.
cache_clear_alldrupal/includes/cache.incExpire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables.
cache_getdrupal/includes/cache.incReturn data from the persistent cache. Data may be stored as either plain text or as serialized data. cache_get will automatically return unserialized objects and arrays.
cache_setdrupal/includes/cache.incStore data in the persistent cache.
comment_admin_overview_submitdrupal/modules/comment/comment.admin.incProcess comment_admin_overview form submissions.
comment_approvedrupal/modules/comment/comment.pages.incPublish specified comment.
comment_deletedrupal/modules/comment/comment.admin.incMenu callback; delete a comment.
comment_editdrupal/modules/comment/comment.pages.incForm builder; generate a comment editing form.
comment_form_add_previewdrupal/modules/comment/comment.moduleForm builder; Generate and validate a comment preview form.
comment_loaddrupal/modules/comment/comment.moduleLoad the entire comment by cid.
comment_multiple_delete_confirmdrupal/modules/comment/comment.admin.incList the selected comments and verify that the admin wants to delete them.
comment_new_page_countdrupal/modules/comment/comment.moduleCalculate page number for first new comment.
comment_nodeapi_deletedrupal/modules/comment/comment.moduleImplementation of hook_nodeapi_delete().
comment_nodeapi_insertdrupal/modules/comment/comment.moduleImplementation of hook_nodeapi_insert().
comment_nodeapi_loaddrupal/modules/comment/comment.moduleImplementation of hook_nodeapi_load().
comment_nodeapi_search_resultdrupal/modules/comment/comment.moduleImplementation of hook_nodeapi_search_result().
comment_nodeapi_update_indexdrupal/modules/comment/comment.moduleImplementation of hook_nodeapi_update_index().
comment_num_newdrupal/modules/comment/comment.moduleGet number of new comments for current user and specified node.
comment_num_repliesdrupal/modules/comment/comment.moduleGet replies count for a comment.
comment_renderdrupal/modules/comment/comment.moduleRenders comment(s).
comment_replydrupal/modules/comment/comment.pages.incThis function is responsible for generating a comment reply form. There are several cases that have to be handled, including: replies to comments replies to nodes attempts to reply to nodes that can no longer accept comments respecting access...
comment_savedrupal/modules/comment/comment.moduleAccepts a submission of new or changed comment content.
comment_unpublish_actiondrupal/modules/comment/comment.moduleDrupal action to unpublish a comment.
comment_unpublish_by_keyword_actiondrupal/modules/comment/comment.moduleImplementation of a configurable Drupal action.
comment_user_deletedrupal/modules/comment/comment.moduleImplementation of hook_user_delete().
comment_validatedrupal/modules/comment/comment.moduleValidate comment data.
contact_admin_categoriesdrupal/modules/contact/contact.admin.incCategories/list tab.
contact_admin_delete_submitdrupal/modules/contact/contact.admin.incProcess category delete form submission.
contact_admin_edit_submitdrupal/modules/contact/contact.admin.incProcess the contact category edit page form submission.
contact_loaddrupal/modules/contact/contact.moduleLoad the data for a single contact category.
database_test_db_query_temporarydrupal/modules/simpletest/tests/database_test.moduleRun a db_query_temporary and print the number of rows in the resulting table.
dblog_crondrupal/modules/dblog/dblog.moduleImplementation of hook_cron().
dblog_eventdrupal/modules/dblog/dblog.admin.incMenu callback; displays details about a log message.
dblog_user_deletedrupal/modules/dblog/dblog.moduleImplementation of hook_user_delete().
db_add_fielddrupal/includes/database/database.incAdd a new field to a table.
db_column_existsdrupal/includes/database/database.incCheck if a column exists in the given table.
db_last_insert_iddrupal/includes/database/database.incReturns the last insert id.
db_table_existsdrupal/includes/database/database.incCheck if a table exists.
do_searchdrupal/modules/search/search.moduleDo a query on the full-text search index for a word or words.
drupal_function_existsdrupal/includes/bootstrap.incConfirm that a function is available.
drupal_get_filenamedrupal/includes/bootstrap.incReturns 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_get_installed_schema_versiondrupal/includes/install.incReturns the currently installed schema version for a module.
drupal_install_systemdrupal/includes/install.incCallback to install the system module.
drupal_is_denieddrupal/includes/bootstrap.incCheck to see if an IP address has been blocked.
drupal_lookup_pathdrupal/includes/path.incGiven 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_countdrupal/includes/session.incCounts how many users are active on the site.
drupal_session_destroy_uiddrupal/includes/session.incEnd a specific user's session(s).
drupal_session_regeneratedrupal/includes/session.incCalled when an anonymous user becomes authenticated or vice-versa.
drupal_set_installed_schema_versiondrupal/includes/install.incUpdate the installed version information for a module.
drupal_uninstall_modulesdrupal/includes/install.incCalls the uninstall function and updates the system table for a given module.
drupal_write_recorddrupal/includes/common.incSave a record to the database based upon the schema.
fileupload_deletecontributions/docs/developer/examples/fileupload.moduleImplementation of hook_delete().
fileupload_file_downloadcontributions/docs/developer/examples/fileupload.moduleImplementation of hook_file_download.
fileupload_insertcontributions/docs/developer/examples/fileupload.moduleImplementation of hook_insert().
fileupload_loadcontributions/docs/developer/examples/fileupload.moduleImplementation of hook_load().
fileupload_updatecontributions/docs/developer/examples/fileupload.moduleImplementation of hook_update().
file_loaddrupal/includes/file.incLoad a file object from the database.
file_save_uploaddrupal/includes/file.incSaves a file upload to a new location.
file_space_useddrupal/includes/file.incDetermine total disk space used by a single user or the whole filesystem.
filter_admin_deletedrupal/modules/filter/filter.admin.incMenu callback; confirm deletion of a format.
filter_admin_delete_submitdrupal/modules/filter/filter.admin.incProcess filter delete form submission.
filter_admin_format_form_submitdrupal/modules/filter/filter.admin.incProcess filter format form submissions.
filter_admin_format_form_validatedrupal/modules/filter/filter.admin.incValidate filter format form submissions.
filter_admin_order_submitdrupal/modules/filter/filter.admin.incProcess filter order configuration form submission.
filter_formatsdrupal/modules/filter/filter.moduleRetrieve a list of input formats.
filter_format_allowcachedrupal/modules/filter/filter.moduleCheck if text in a certain input format is allowed to be cached.
filter_list_formatdrupal/modules/filter/filter.moduleRetrieve a list of filters for a certain format.
flood_is_alloweddrupal/includes/common.incCheck if the current visitor (hostname/IP) is allowed to proceed with the specified event.
flood_register_eventdrupal/includes/common.incRegister an event for the current visitor (hostname/IP) to the flood control mechanism.
forum_get_forumsdrupal/modules/forum/forum.moduleReturns a list of all forums for a given taxonomy id
forum_loaddrupal/modules/forum/forum.moduleImplementation of hook_load().
forum_nodeapi_deletedrupal/modules/forum/forum.moduleImplementation of hook_nodeapi_delete().
forum_nodeapi_insertdrupal/modules/forum/forum.moduleImplementation of hook_nodeapi_insert().
forum_nodeapi_loaddrupal/modules/forum/forum.moduleImplementation of hook_nodeapi_load().
forum_nodeapi_updatedrupal/modules/forum/forum.moduleImplementation of hook_nodeapi_update().
forum_nodeapi_validatedrupal/modules/forum/forum.moduleImplementation of hook_nodeapi_validate().
forum_taxonomydrupal/modules/forum/forum.moduleImplementation of hook_taxonomy().
forum_term_loaddrupal/modules/forum/forum.moduleFetch a forum term.
hook_actions_deletecontributions/docs/developer/hooks/core.phpExecute code after an action is deleted.
hook_croncontributions/docs/developer/hooks/core.phpPerform periodic actions.
hook_deletecontributions/docs/developer/hooks/node.phpRespond to node deletion.
hook_exitcontributions/docs/developer/hooks/core.phpPerform cleanup tasks.
hook_file_downloadcontributions/docs/developer/hooks/file.phpControl access to private file downloads and specify HTTP headers.
hook_file_loadcontributions/docs/developer/hooks/file.phpLoad additional information into a file object.
hook_file_referencescontributions/docs/developer/hooks/file.phpReport the number of times a file is referenced by a module.
hook_initcontributions/docs/developer/hooks/core.phpPerform setup tasks. See also, hook_boot.
hook_insertcontributions/docs/developer/hooks/node.phpRespond to node insertion.
hook_loadcontributions/docs/developer/hooks/node.phpLoad node-type-specific information.
hook_searchcontributions/docs/developer/hooks/core.phpDefine a custom search routine.
hook_updatecontributions/docs/developer/hooks/node.phpRespond to node updating.
install_verify_drupaldrupal/install.phpVerify if Drupal is installed.
language_listdrupal/includes/bootstrap.incGet a list of languages set up indexed by the specified key
list_themesdrupal/includes/theme.incProvides a list of currently available themes.
localedrupal/modules/locale/locale.moduleProvides interface translation services.
locale_add_languagedrupal/includes/locale.incAPI function to add a language.
locale_batch_by_componentdrupal/includes/locale.incPrepare a batch to run when installing modules or enabling themes. This batch will import translations for the newly added components in all the languages already set up on the site.
locale_batch_by_languagedrupal/includes/locale.incPrepare a batch to import translations for all enabled modules in a given language.
locale_languages_delete_form_submitdrupal/includes/locale.incProcess language deletion submissions.
locale_languages_edit_formdrupal/includes/locale.incEditing screen for a particular language.
locale_languages_edit_form_submitdrupal/includes/locale.incProcess the language editing form submission.
locale_languages_edit_form_validatedrupal/includes/locale.incValidate the language editing form. Reused for custom language addition too.
locale_languages_overview_form_submitdrupal/includes/locale.incProcess language overview form submissions, updating existing languages.
locale_languages_predefined_form_validatedrupal/includes/locale.incValidate the language addition form.
locale_translate_delete_form_submitdrupal/includes/locale.incProcess string deletion submissions.
locale_translate_delete_pagedrupal/includes/locale.incString deletion confirmation page.
locale_translate_edit_formdrupal/includes/locale.incUser interface for string editing.
locale_translate_edit_form_submitdrupal/includes/locale.incProcess string editing form submissions. Saves all translations of one string submitted from a form.
locale_translate_overview_screendrupal/includes/locale.incOverview screen for translations.
menu_delete_menu_confirmdrupal/modules/menu/menu.admin.incBuild a confirm form for deletion of a custom menu.
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_edit_menu_validatedrupal/modules/menu/menu.admin.incValidates the human and machine-readable names when adding or editing a menu.
menu_enabledrupal/modules/menu/menu.moduleImplementation of hook_enable().
menu_form_alterdrupal/modules/menu/menu.moduleImplementation of hook_form_alter(). Adds menu item fields to the node form.
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_formdrupal/modules/menu/menu.admin.incForm for editing an entire menu tree at once.
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_router_builddrupal/includes/menu.incCollect, alter and store the menu definitions.
menu_tree_all_datadrupal/includes/menu.incGet the data structure representing a named menu tree.
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.
module_disabledrupal/includes/module.incDisable a given set of modules.
module_enabledrupal/includes/module.incEnable a given list of modules.
module_implementsdrupal/includes/module.incDetermine which modules are implementing a hook.
module_listdrupal/includes/module.incCollect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
module_rebuild_cachedrupal/includes/module.incRebuild the database cache of module files.
nodeapi_example_nodeapicontributions/docs/developer/examples/nodeapi_example.moduleImplementation of hook_nodeapi().
node_accessdrupal/modules/node/node.moduleDetermine whether the current user may perform the given operation on the specified node.
node_access_example_nodeapi_loadcontributions/docs/developer/examples/node_access_example.module
node_access_example_nodeapi_updatecontributions/docs/developer/examples/node_access_example.moduleImplementation of hook_nodeapi_update().
node_access_rebuilddrupal/modules/node/node.moduleRebuild the node access database. This is occasionally needed by modules that make system-wide changes to access levels.
node_access_view_all_nodesdrupal/modules/node/node.moduleDetermine whether the user has a global viewing grant for all nodes.
node_access_write_grantsdrupal/modules/node/node.moduleThis function will write a list of grants to the database, deleting any pre-existing grants. If a realm is provided, it will only delete grants from that realm, but it will always delete a grant from the 'all' realm. Modules which utilize...
node_admin_nodesdrupal/modules/node/node.admin.incForm builder: Builds the node administration overview.
node_assign_owner_actiondrupal/modules/node/node.moduleImplementation of a configurable Drupal action. Assigns ownership of a node to a user.
node_comment_modedrupal/modules/node/node.moduleRetrieve the comment mode for the given node ID (none, read, or read/write).
node_configuredrupal/modules/node/node.admin.incMenu callback; presents general node configuration options.
node_crondrupal/modules/node/node.moduleImplementation of hook_cron().
node_deletedrupal/modules/node/node.moduleDelete a node.
node_example_deletecontributions/docs/developer/examples/node_example.moduleImplementation of hook_delete().
node_example_insertcontributions/docs/developer/examples/node_example.moduleImplementation of hook_insert().
node_example_loadcontributions/docs/developer/examples/node_example.moduleImplementation of hook_load().
node_example_nodeapicontributions/docs/developer/examples/node_example.moduleImplementation of hook_nodeapi().
node_example_updatecontributions/docs/developer/examples/node_example.moduleImplementation of hook_update().
node_last_vieweddrupal/modules/node/node.moduleRetrieves the timestamp at which the current user last viewed the specified node.
node_loaddrupal/modules/node/node.moduleLoad a node object from the database.
node_page_defaultdrupal/modules/node/node.moduleMenu callback; Generate a listing of promoted nodes.
node_revision_listdrupal/modules/node/node.moduleReturn a list of all the existing revision numbers.
node_savedrupal/modules/node/node.moduleSave a node object into the database.
node_searchdrupal/modules/node/node.moduleImplementation of hook_search().
node_tag_newdrupal/modules/node/node.moduleUpdate the 'last viewed' timestamp of the specified node for current user.
node_type_deletedrupal/modules/node/node.moduleDeletes a node type from the database.
node_type_delete_confirmdrupal/modules/node/content_types.incMenu callback; delete a single content type.
node_type_savedrupal/modules/node/node.moduleSaves a node type to the database.
node_type_update_nodesdrupal/modules/node/node.moduleUpdates all nodes of one type to be of another type.
node_update_indexdrupal/modules/node/node.moduleImplementation of hook_update_index().
node_user_deletedrupal/modules/node/node.moduleImplementation of hook_user_delete().
openid_associationdrupal/modules/openid/openid.moduleAttempt to create a shared secret with the OpenID Provider.
openid_delete_userdrupal/modules/openid/openid.pages.incMenu callback; Delete the specified OpenID identity from the system.
openid_user_identitiesdrupal/modules/openid/openid.pages.incMenu callback; Manage OpenID identities for the specified user.
openid_verify_assertiondrupal/modules/openid/openid.moduleAttempt to verify the response received from the OpenID Provider.
pager_querydrupal/includes/pager.incPerform a paged database query.
path_admin_deletedrupal/modules/path/path.modulePost-confirmation; delete an URL alias.
path_admin_form_validatedrupal/modules/path/path.admin.incVerify that a new URL alias is valid
path_admin_overviewdrupal/modules/path/path.admin.incReturn 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_alterdrupal/modules/path/path.moduleImplementation of hook_form_alter().
path_loaddrupal/modules/path/path.moduleFetch a specific URL alias from the database.
path_nodeapi_validatedrupal/modules/path/path.moduleImplementation of hook_nodeapi_validate().
path_set_aliasdrupal/modules/path/path.moduleSet an aliased path for a given Drupal path, preventing duplicates.
poll_blockdrupal/modules/poll/poll.moduleImplementation of hook_block().
poll_canceldrupal/modules/poll/poll.moduleSubmit callback for poll_cancel_form
poll_crondrupal/modules/poll/poll.moduleImplementation of hook_cron().
poll_deletedrupal/modules/poll/poll.moduleImplementation of hook_delete().
poll_insertdrupal/modules/poll/poll.moduleImplementation of hook_insert().
poll_loaddrupal/modules/poll/poll.moduleImplementation of hook_load().
poll_updatedrupal/modules/poll/poll.moduleImplementation of hook_update().
poll_user_deletedrupal/modules/poll/poll.moduleImplementation of hook_user_delete().
poll_viewdrupal/modules/poll/poll.moduleImplementation of hook_view().
poll_votedrupal/modules/poll/poll.moduleSubmit handler for processing a vote
profile_admin_overviewdrupal/modules/profile/profile.admin.incForm builder to display a listing of all editable profile fields.
profile_admin_overview_submitdrupal/modules/profile/profile.admin.incSubmit handler to update changed profile field weights and categories.
profile_autocompletedrupal/modules/profile/profile.pages.incCallback to allow autocomplete of profile text fields.
profile_blockdrupal/modules/profile/profile.moduleImplementation of hook_block().
profile_browsedrupal/modules/profile/profile.pages.incMenu callback; display a list of user information.
profile_category_accessdrupal/modules/profile/profile.moduleMenu item access callback - check if a user has access to a profile category.
profile_field_deletedrupal/modules/profile/profile.admin.incMenu callback; deletes a field from all user profiles.
profile_field_delete_submitdrupal/modules/profile/profile.admin.incProcess a field delete form submission.
profile_field_formdrupal/modules/profile/profile.admin.incMenu callback: Generate a form to add/edit a user profile field.
profile_field_form_submitdrupal/modules/profile/profile.admin.incProcess profile_field_form submissions.
profile_field_form_validatedrupal/modules/profile/profile.admin.incValidate profile_field_form submissions.
profile_user_deletedrupal/modules/profile/profile.moduleImplementation of hook_user_delete().
registry_get_parsed_filesdrupal/includes/registry.incReturn the list of files in registry_file
scaffolding_example_record_deletecontributions/docs/developer/examples/scaffolding_example/scaffolding_example.moduleDeletes a record, given its unique ID.
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.
search_indexdrupal/modules/search/search.moduleUpdate the full-text search index for a particular item.
search_nodeapi_update_indexdrupal/modules/search/search.moduleImplementation of hook_nodeapi_update_index().
search_touch_nodedrupal/modules/search/search.moduleChange a node's changed timestamp to 'now' to force reindexing.
search_update_totalsdrupal/modules/search/search.moduleThis function is called on shutdown to ensure that search_total is always up to date (even if cron times out or otherwise fails).
search_wipedrupal/modules/search/search.moduleWipes a part of or the entire search index.
simpletest_clean_results_tabledrupal/modules/simpletest/simpletest.moduleClear the test results tables.
simpletest_run_testsdrupal/modules/simpletest/simpletest.moduleActually runs tests.
simpletest_test_formdrupal/modules/simpletest/simpletest.moduleMenu callback for both running tests and listing possible tests
statistics_access_logdrupal/modules/statistics/statistics.admin.incMenu callback; Displays recent page accesses.
statistics_crondrupal/modules/statistics/statistics.moduleImplementation of hook_cron().
statistics_exitdrupal/modules/statistics/statistics.moduleImplementation of hook_exit().
statistics_getdrupal/modules/statistics/statistics.moduleRetrieves a node's "view statistics".
statistics_nodeapi_deletedrupal/modules/statistics/statistics.moduleImplementation of hook_nodeapi_delete().
statistics_user_deletedrupal/modules/statistics/statistics.moduleImplementation of hook_user_delete().
system_actions_configuredrupal/modules/system/system.moduleMenu callback. Create the form for configuration of a single action.
system_actions_managedrupal/modules/system/system.moduleMenu callback. Display an overview of available and configured actions.
system_admin_menu_blockdrupal/modules/system/system.moduleProvide a single block on the administration overview page.
system_admin_theme_submitdrupal/modules/system/system.moduleProcess admin theme form submissions.
system_block_ip_actiondrupal/modules/system/system.moduleImplementation of a Drupal action. Blocks the user's IP address.
system_crondrupal/modules/system/system.moduleImplementation of hook_cron().
system_get_files_databasedrupal/modules/system/system.moduleRetrieves the current status of an array of files in the system table.
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_ip_blockingdrupal/modules/system/system.admin.incMenu callback. Display blocked IP addresses.
system_ip_blocking_delete_submitdrupal/modules/system/system.admin.incProcess system_ip_blocking_delete form submissions.
system_main_admin_pagedrupal/modules/system/system.admin.incMenu callback; Provide the administration overview page.
system_modules_submitdrupal/modules/system/system.admin.incSubmit callback; handles modules form submission.
system_modules_uninstalldrupal/modules/system/system.admin.incBuilds a form of currently disabled modules.
system_region_listdrupal/modules/system/system.moduleGet a list of available regions from a specified theme.
system_sqldrupal/modules/system/system.admin.incMenu callback: return information about the database.
system_statusdrupal/modules/system/system.admin.incMenu callback: displays the site status report. Can also be used as a pure check.
system_test_trigger_pdo_exceptiondrupal/modules/simpletest/tests/system_test.moduleMenu callback; trigger an exception to test the exception handler.
system_themes_form_submitdrupal/modules/system/system.admin.incProcess system_themes_form form submissions.
system_theme_datadrupal/modules/system/system.moduleCollect data about all currently available themes.
taxonomy_form_alterdrupal/modules/taxonomy/taxonomy.moduleImplementation of hook_form_alter(). Generate a form for selecting terms to associate with a node. We check for taxonomy_override_selector before loading the full vocabulary, so contrib modules can intercept before hook_form_alter and provide scalable...
taxonomy_get_childrendrupal/modules/taxonomy/taxonomy.moduleFind all children of a term ID.
taxonomy_get_parentsdrupal/modules/taxonomy/taxonomy.moduleFind all parents of a given term ID.
taxonomy_get_relateddrupal/modules/taxonomy/taxonomy.moduleFind all term objects related to a given term ID.
taxonomy_get_synonymsdrupal/modules/taxonomy/taxonomy.moduleReturn an array of synonyms of the given term ID.
taxonomy_get_synonym_rootdrupal/modules/taxonomy/taxonomy.moduleReturn the term object that has the given string as a synonym.
taxonomy_get_term_by_namedrupal/modules/taxonomy/taxonomy.moduleTry to map a string to an existing term, as for glossary use.
taxonomy_get_term_datadrupal/modules/taxonomy/taxonomy.moduleReturn a term object from the term_data table.
taxonomy_get_treedrupal/modules/taxonomy/taxonomy.moduleCreate a hierarchical representation of a vocabulary.
taxonomy_get_vocabulariesdrupal/modules/taxonomy/taxonomy.moduleReturn an array of all vocabulary objects.
taxonomy_node_deletedrupal/modules/taxonomy/taxonomy.moduleRemove associations of a node to its terms.
taxonomy_node_delete_revisiondrupal/modules/taxonomy/taxonomy.moduleRemove associations of a node to its terms.
taxonomy_node_get_termsdrupal/modules/taxonomy/taxonomy.moduleFind all terms associated with the given node, ordered by vocabulary and term weight.
taxonomy_node_get_terms_by_vocabularydrupal/modules/taxonomy/taxonomy.moduleFind all terms associated with the given node, within one vocabulary.
taxonomy_node_savedrupal/modules/taxonomy/taxonomy.moduleSave term associations for a given node.
taxonomy_node_typedrupal/modules/taxonomy/taxonomy.moduleImplementation of hook_node_type().
taxonomy_overview_termsdrupal/modules/taxonomy/taxonomy.admin.incForm builder for the taxonomy terms overview.
taxonomy_term_count_nodesdrupal/modules/taxonomy/taxonomy.moduleCount the number of published nodes classified by a term.
taxonomy_term_deletedrupal/modules/taxonomy/taxonomy.moduleDelete a term.
taxonomy_term_loaddrupal/modules/taxonomy/taxonomy.moduleReturn the term object matching a term ID.
taxonomy_term_pagedrupal/modules/taxonomy/taxonomy.pages.incMenu callback; displays all nodes associated with a term.
taxonomy_test_get_antonymsdrupal/modules/simpletest/tests/taxonomy_test.moduleReturn an array of antonyms of the given term ID.
taxonomy_vocabulary_confirm_reset_alphabetical_submitdrupal/modules/taxonomy/taxonomy.admin.incSubmit handler to reset a vocabulary to alphabetical order after confirmation.
taxonomy_vocabulary_deletedrupal/modules/taxonomy/taxonomy.moduleDelete a vocabulary.
taxonomy_vocabulary_loaddrupal/modules/taxonomy/taxonomy.moduleReturn the vocabulary object matching a vocabulary ID.
taxonomy_vocabulary_savedrupal/modules/taxonomy/taxonomy.moduleSave a vocabulary given a vocabulary object.
template_preprocess_forum_topic_navigationdrupal/modules/forum/forum.modulePreprocess variables to format the next/previous forum topic navigation links.
translation_nodeapi_insertdrupal/modules/translation/translation.moduleImplementation of hook_nodeapi_insert().
translation_nodeapi_updatedrupal/modules/translation/translation.moduleImplementation of hook_nodeapi_update().
translation_node_get_translationsdrupal/modules/translation/translation.moduleGet all nodes in a translation set, represented by $tnid.
translation_remove_from_setdrupal/modules/translation/translation.moduleRemove a node from its translation set (if any) and update the set accordingly.
trigger_actions_deletedrupal/modules/trigger/trigger.moduleImplementation of hook_actions_delete().
trigger_assign_form_submitdrupal/modules/trigger/trigger.admin.incSubmit function for trigger_assign_form().
trigger_assign_form_validatedrupal/modules/trigger/trigger.admin.incValidation function for trigger_assign_form().
trigger_menudrupal/modules/trigger/trigger.moduleImplementation of hook_menu().
update_fix_compatibilitydrupal/update.phpDisable anything in the {system} table that is not compatible with the current version of Drupal core.
update_sqldrupal/includes/database/database.incPerform an SQL query and return success or failure.
upload_file_downloaddrupal/modules/upload/upload.moduleImplementation of hook_file_download().
upload_file_loaddrupal/modules/upload/upload.moduleImplementation of hook_file_load().
upload_file_referencesdrupal/modules/upload/upload.moduleImplementation of hook_file_references().
upload_total_space_useddrupal/modules/upload/upload.moduleDetermine how much disk space is occupied by uploaded files.
user_accessdrupal/modules/user/user.moduleDetermine whether the user has a given privilege.
user_admin_accountdrupal/modules/user/user.admin.incForm builder; User administration page.
user_admin_permdrupal/modules/user/user.admin.incMenu callback: administer permissions.
user_admin_perm_submitdrupal/modules/user/user.admin.incSave permissions selected on the administer permissions page.
user_admin_roledrupal/modules/user/user.admin.incMenu callback: administer roles.
user_authenticatedrupal/modules/user/user.moduleTry to log in the user locally.
user_authenticate_finalizedrupal/modules/user/user.moduleFinalize the login process. Must be called when logging in a user.
user_blockdrupal/modules/user/user.moduleImplementation of hook_block().
user_block_user_actiondrupal/modules/user/user.moduleImplementation of a Drupal action. Blocks the current user.
user_deletedrupal/modules/user/user.moduleDelete a user.
user_get_authmapsdrupal/modules/user/user.moduleDiscover which external authentication module(s) authenticated a username.
user_is_blockeddrupal/modules/user/user.moduleChecks for usernames blocked by user administration.
user_loaddrupal/modules/user/user.moduleFetch a user object.
user_login_submitdrupal/modules/user/user.moduleSubmit handler for the login form. Redirects the user to a page.
user_multiple_role_editdrupal/modules/user/user.moduleCallback function for admin mass adding/deleting a user role.
user_pass_resetdrupal/modules/user/user.pages.incMenu callback; process one time login link and redirects to the user page on success.
user_rolesdrupal/modules/user/user.moduleRetrieve an array of roles matching specified conditions.
user_role_permissionsdrupal/modules/user/user.moduleDetermine the permissions for one or more roles.
user_savedrupal/modules/user/user.moduleSave changes to a user account or add a new user.
user_set_authmapsdrupal/modules/user/user.moduleSave mappings of which external authentication module(s) authenticated a user. Maps external usernames to user ids in the users table.
variable_deldrupal/includes/bootstrap.incUnset a persistent variable.
variable_initdrupal/includes/bootstrap.incLoad the persistent variable table.
variable_setdrupal/includes/bootstrap.incSet a persistent variable.
_aggregator_has_categoriesdrupal/modules/aggregator/aggregator.moduleFind out whether there are any aggregator categories.
_batch_finisheddrupal/includes/batch.incEnd the batch processing: Call the 'finished' callbacks to allow custom handling of results, and resolve page redirection.
_batch_pagedrupal/includes/batch.incState-based dispatcher for the batch processing page.
_batch_shutdowndrupal/includes/batch.incShutdown function: store the batch data for next request, or clear the table if the batch is finished.
_block_load_blocksdrupal/modules/block/block.moduleLoad blocks information from the database.
_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.
_comment_delete_threaddrupal/modules/comment/comment.admin.incPerform the actual deletion of a comment and all its replies.
_comment_update_node_statisticsdrupal/modules/comment/comment.moduleUpdates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.
_filter_tipsdrupal/modules/filter/filter.moduleHelper function for fetching filter tips.
_forum_topics_unreaddrupal/modules/forum/forum.moduleCalculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT.
_locale_export_get_stringsdrupal/includes/locale.incGenerates a structured array of all strings with translations in $language, if given. This array can be used to generate an export of the string in the database.
_locale_export_podrupal/includes/locale.incWrite a generated PO or POT file to the output.
_locale_import_one_stringdrupal/includes/locale.incImports a string into the database
_locale_import_one_string_dbdrupal/includes/locale.incImport one string into the database.
_locale_import_podrupal/includes/locale.incParses Gettext Portable Object file information and inserts into database
_locale_parse_js_filedrupal/includes/locale.incParses a JavaScript file, extracts strings wrapped in Drupal.t() and Drupal.formatPlural() and inserts them into the database.
_locale_rebuild_jsdrupal/includes/locale.inc(Re-)Creates the JavaScript translation file for a language.
_menu_delete_itemdrupal/includes/menu.incHelper function for menu_link_delete; deletes a single menu link.
_menu_link_move_childrendrupal/includes/menu.incUpdate the children of a menu link that's being moved.
_menu_navigation_links_rebuilddrupal/includes/menu.incHelper function to build menu links for the items in the menu router.
_menu_router_builddrupal/includes/menu.incHelper function to build the router table based on the data from hook_menu.
_menu_set_expanded_menusdrupal/includes/menu.incHelper function to update a list of menus with expanded items
_menu_update_parental_statusdrupal/includes/menu.incCheck and update the has_children status for the parent of a link.
_node_access_rebuild_batch_operationdrupal/modules/node/node.moduleBatch operation for node_access_rebuild_batch.
_node_types_builddrupal/modules/node/node.moduleBuilds and returns the list of available node types.
_registry_check_codedrupal/includes/bootstrap.incHelper to check for a resource in the registry.
_registry_parse_filedrupal/includes/registry.incParse a file and save its function and class listings.
_registry_parse_filesdrupal/includes/registry.incParse all files that have changed since the registry was last built, and save their function and class listings.
_registry_rebuilddrupal/includes/registry.inc@see registry_rebuild.
_sess_destroy_siddrupal/includes/session.incSession handler assigned by session_set_save_handler().
_sess_gcdrupal/includes/session.incSession handler assigned by session_set_save_handler().
_sess_readdrupal/includes/session.incSession handler assigned by session_set_save_handler().
_sess_writedrupal/includes/session.incSession handler assigned by session_set_save_handler().
_taxonomy_term_childrendrupal/modules/taxonomy/taxonomy.moduleHelper for taxonomy_term_coun