db_query

Related topics

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

Functions that call db_query()

Namesort iconLocationDescription
actions_deleteincludes/actions.incDelete a single action from the database.
actions_doincludes/actions.incPerform a given list of actions by executing their callback functions.
actions_function_lookupincludes/actions.incGiven an md5 hash of a function name, return the function name.
actions_get_all_actionsincludes/actions.incRetrieve all action instances from the database.
actions_loadincludes/actions.incRetrieve a single action from the database.
actions_saveincludes/actions.incSave an action and its associated user-supplied parameter values to the database.
actions_synchronizeincludes/actions.incSynchronize actions that are provided by modules.
aggregator_blockmodules/aggregator/aggregator.moduleImplementation of hook_block().
aggregator_categorize_itemsmodules/aggregator/aggregator.pages.incForm builder; build the page list form.
aggregator_categorize_items_submitmodules/aggregator/aggregator.pages.incProcess aggregator_categorize_items form submissions.
aggregator_category_loadmodules/aggregator/aggregator.moduleLoad an aggregator category.
aggregator_cronmodules/aggregator/aggregator.moduleImplementation of hook_cron().
aggregator_feed_items_loadmodules/aggregator/aggregator.pages.incLoad feed items by passing a SQL query.
aggregator_feed_loadmodules/aggregator/aggregator.moduleLoad an aggregator feed.
aggregator_form_category_validatemodules/aggregator/aggregator.admin.incValidate aggregator_form_feed form submissions.
aggregator_form_feedmodules/aggregator/aggregator.admin.incForm builder; Generate a form to add/edit feed sources. See alsoaggregator_form_feed_validate()
aggregator_form_feed_validatemodules/aggregator/aggregator.admin.incValidate aggregator_form_feed form submissions.
aggregator_page_categoriesmodules/aggregator/aggregator.pages.incMenu callback; displays all the categories used by the aggregator.
aggregator_page_opmlmodules/aggregator/aggregator.pages.incMenu callback; generates an OPML representation of all feeds.
aggregator_page_rssmodules/aggregator/aggregator.pages.incMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sourcesmodules/aggregator/aggregator.pages.incMenu callback; displays all the feeds used by the aggregator.
aggregator_parse_feedmodules/aggregator/aggregator.moduleParse a feed and store its items.
aggregator_refreshmodules/aggregator/aggregator.moduleChecks a news feed for new items.
aggregator_removemodules/aggregator/aggregator.moduleRemoves all items from a feed.
aggregator_save_categorymodules/aggregator/aggregator.moduleAdd/edit/delete aggregator categories.
aggregator_save_feedmodules/aggregator/aggregator.moduleAdd/edit/delete an aggregator feed.
aggregator_save_itemmodules/aggregator/aggregator.moduleAdd/edit/delete an aggregator item.
aggregator_viewmodules/aggregator/aggregator.admin.incDisplays the aggregator administration page.
batch_example_op_2developer/examples/batch_example.moduleBatch operation for batch 2 : load all nodes, 5 by five This is a multipart operation, using the
batch_processincludes/form.incProcess the batch.
block_add_block_form_submitmodules/block/block.admin.incSave the new custom block.
block_admin_configuremodules/block/block.admin.incMenu callback; displays the block configuration form.
block_admin_display_form_submitmodules/block/block.admin.incProcess main blocks administration form submission.
block_blockmodules/block/block.moduleImplementation of hook_block().
block_box_delete_submitmodules/block/block.admin.incDeletion of custom blocks.
block_listmodules/block/block.moduleReturn all blocks in the specified region for the current user.
block_usermodules/block/block.moduleImplementation of hook_user().
blogapi_mt_validate_termsmodules/blogapi/blogapi.moduleBlogging API helper - find allowed taxonomy terms for a node type.
blog_formmodules/blog/blog.moduleImplementation of hook_form().
book_blockmodules/book/book.moduleImplementation of hook_block().
book_get_booksmodules/book/book.moduleReturns an array of all books.
book_link_loadmodules/book/book.moduleLike menu_link_load(), but adds additional data from the {book} table.
book_menu_subtree_datamodules/book/book.moduleGet the data representing a subtree of the book hierarchy.
book_nodeapimodules/book/book.moduleImplementation of hook_nodeapi().
book_remove_form_submitmodules/book/book.pages.incConfirm form submit function to remove a node from the book. See alsobook_remove_form()
book_uninstallmodules/book/book.installImplementation of hook_uninstall().
book_update_6000modules/book/book.installDrupal 5.x to 6.x update.
book_update_bidmodules/book/book.moduleUpdate the bid for a page and its children when it is moved to a new book.
cache_clear_allincludes/cache.incExpire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables.
cache_getincludes/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_setincludes/cache.incStore data in the persistent cache.
comment_admin_overview_submitmodules/comment/comment.admin.incProcess comment_admin_overview form submissions.
comment_deletemodules/comment/comment.admin.incMenu callback; delete a comment.
comment_editmodules/comment/comment.pages.incForm builder; generate a comment editing form.
comment_enablemodules/comment/comment.installImplementation of hook_enable().
comment_form_add_previewmodules/comment/comment.moduleForm builder; Generate and validate a comment preview form.
comment_multiple_delete_confirmmodules/comment/comment.admin.incList the selected comments and verify that the admin really wants to delete them.
comment_new_page_countmodules/comment/comment.moduleCalculate page number for first new comment.
comment_nodeapimodules/comment/comment.moduleImplementation of hook_nodeapi().
comment_num_allmodules/comment/comment.moduleGet comment count for a node.
comment_num_newmodules/comment/comment.moduleGet number of new comments for current user and specified node.
comment_num_repliesmodules/comment/comment.moduleGet replies count for a comment.
comment_rendermodules/comment/comment.moduleRenders comment(s).
comment_replymodules/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_savemodules/comment/comment.moduleAccepts a submission of new or changed comment content.
comment_unpublish_actionmodules/comment/comment.moduleDrupal action to unpublish a comment.
comment_unpublish_by_keyword_actionmodules/comment/comment.moduleImplementation of a configurable Drupal action. Unpublish a comment if it contains a certain string.
comment_update_1modules/comment/comment.installChanged node_comment_statistics to use node->changed to avoid future timestamps.
comment_usermodules/comment/comment.moduleImplementation of hook_user().
comment_validatemodules/comment/comment.moduleValidate comment data.
contact_admin_categoriesmodules/contact/contact.admin.incCategories/list tab.
contact_admin_delete_submitmodules/contact/contact.admin.incProcess category delete form submission.
contact_admin_edit_submitmodules/contact/contact.admin.incProcess the contact category edit page form submission.
contact_loadmodules/contact/contact.moduleLoad the data for a single contact category.
dblog_cronmodules/dblog/dblog.moduleImplementation of hook_cron().
dblog_eventmodules/dblog/dblog.admin.incMenu callback; displays details about a log message.
dblog_usermodules/dblog/dblog.moduleImplementation of hook_user().
db_add_fieldincludes/database.pgsql.incAdd a new field to a table.
db_check_setupincludes/database.pgsql.incVerify if the database is set up correctly.
db_column_existsincludes/database.pgsql.incCheck if a column exists in the given table.
db_last_insert_idincludes/database.pgsql.incReturns the last insert id. This function is thread safe.
db_lock_tableincludes/database.pgsql.incLock a table. This function automatically starts a transaction.
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
db_table_existsincludes/database.pgsql.incCheck if a table exists.
db_unlock_tablesincludes/database.pgsql.incUnlock all locked tables. This function automatically commits a transaction.
db_versionincludes/database.pgsql.incReturns the version of the database server currently in use.
drupal_get_filenameincludes/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_versionincludes/install.incReturns the currently installed schema version for a module.
drupal_install_systemincludes/install.incCallback to install the system module.
drupal_lookup_pathincludes/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_set_installed_schema_versionincludes/install.incUpdate the installed version information for a module.
drupal_uninstall_moduleincludes/install.incCalls the uninstall function and updates the system table for a given module.
drupal_write_recordincludes/common.incSave a record to the database based upon the schema.
file_set_statusincludes/file.incSet the status of a file.
file_space_usedincludes/file.incDetermine total disk space used by a single user or the whole filesystem.
filter_admin_deletemodules/filter/filter.admin.incMenu callback; confirm deletion of a format. See alsofilter_admin_delete_submit()
filter_admin_delete_submitmodules/filter/filter.admin.incProcess filter delete form submission.
filter_admin_format_form_submitmodules/filter/filter.admin.incProcess filter format form submissions.
filter_admin_format_form_validatemodules/filter/filter.admin.incValidate filter format form submissions.
filter_admin_order_submitmodules/filter/filter.admin.incProcess filter order configuration form submission.
filter_formatsmodules/filter/filter.moduleRetrieve a list of input formats.
filter_format_allowcachemodules/filter/filter.moduleCheck if text in a certain input format is allowed to be cached.
filter_list_formatmodules/filter/filter.moduleRetrieve a list of filters for a certain format.
flood_is_allowedincludes/common.incCheck if the current visitor (hostname/IP) is allowed to proceed with the specified event.
flood_register_eventincludes/common.incRegister an event for the current visitor (hostname/IP) to the flood control mechanism.
forum_get_forumsmodules/forum/forum.moduleReturns a list of all forums for a given taxonomy id
forum_installmodules/forum/forum.installImplementation of hook_install().
forum_loadmodules/forum/forum.moduleImplementation of hook_load().
forum_nodeapimodules/forum/forum.moduleImplementation of hook_nodeapi().
forum_taxonomymodules/forum/forum.moduleImplementation of hook_taxonomy().
forum_term_loadmodules/forum/forum.moduleFetch a forum term.
forum_uninstallmodules/forum/forum.installImplementation of hook_uninstall().
hook_actions_deletedeveloper/hooks/core.phpExecute code after an action is deleted.
hook_crondeveloper/hooks/core.phpPerform periodic actions.
hook_deletedeveloper/hooks/node.phpRespond to node deletion.
hook_exitdeveloper/hooks/core.phpPerform cleanup tasks.
hook_file_downloaddeveloper/hooks/core.phpControl access to private file downloads and specify HTTP headers.
hook_insertdeveloper/hooks/node.phpRespond to node insertion.
hook_loaddeveloper/hooks/node.phpLoad node-type-specific information.
hook_searchdeveloper/hooks/core.phpDefine a custom search routine.
hook_updatedeveloper/hooks/node.phpRespond to node updating.
install_verify_drupalinstall.phpVerify if Drupal is installed.
language_listincludes/bootstrap.incGet a list of languages set up indexed by the specified key
list_themesincludes/theme.incProvides a list of currently available themes.
localemodules/locale/locale.moduleProvides interface translation services.
locale_add_languageincludes/locale.incAPI function to add a language.
locale_batch_by_componentincludes/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_languageincludes/locale.incPrepare a batch to import translations for all enabled modules in a given language.
locale_installmodules/locale/locale.installImplementation of hook_install().
locale_languages_delete_form_submitincludes/locale.incProcess language deletion submissions.
locale_languages_edit_formincludes/locale.incEditing screen for a particular language.
locale_languages_edit_form_submitincludes/locale.incProcess the language editing form submission.
locale_languages_edit_form_validateincludes/locale.incValidate the language editing form. Reused for custom language addition too.
locale_languages_overview_form_submitincludes/locale.incProcess language overview form submissions, updating existing languages.
locale_languages_predefined_form_validateincludes/locale.incValidate the language addition form.
locale_translate_delete_form_submitincludes/locale.incProcess string deletion submissions.
locale_translate_delete_pageincludes/locale.incString deletion confirmation page.
locale_translate_edit_formincludes/locale.incUser interface for string editing.
locale_translate_edit_form_submitincludes/locale.incProcess string editing form submissions. Saves all translations of one string submitted from a form.
locale_translate_overview_screenincludes/locale.incOverview screen for translations.
locale_uninstallmodules/locale/locale.installImplementation of hook_uninstall().
locale_update_6000modules/locale/locale.install{locales_meta} table became {languages}.
locale_update_6005modules/locale/locale.installChange language setting variable of content types.
menu_delete_menu_confirmmodules/menu/menu.admin.incBuild a confirm form for deletion of a custom menu.
menu_delete_menu_confirm_submitmodules/menu/menu.admin.incDelete a custom menu and all items in it.
menu_edit_menu_submitmodules/menu/menu.admin.incSubmit function for adding or editing a custom menu.
menu_edit_menu_validatemodules/menu/menu.admin.incValidates the human and machine-readable names when adding or editing a menu.
menu_enablemodules/menu/menu.moduleImplementation of hook_enable()
menu_get_menusmodules/menu/menu.moduleReturn an associative array of the custom menus names.
menu_get_namesincludes/menu.incBuild a list of named menus.
menu_installmodules/menu/menu.installImplementation of hook_install().
menu_link_deleteincludes/menu.incDelete one or several menu links.
menu_link_loadincludes/menu.incGet a menu link by its mlid, access checked and link translated for rendering.
menu_link_maintainincludes/menu.incInsert, update or delete an uncustomized menu link related to a module.
menu_link_saveincludes/menu.incSave a menu link.
menu_loadmodules/menu/menu.moduleLoad the data for a single custom menu.
menu_local_tasksincludes/menu.incCollects the local tasks (tabs) for a given level.
menu_nodeapimodules/menu/menu.moduleImplementation of hook_nodeapi().
menu_overview_formmodules/menu/menu.admin.incForm for editing an entire menu tree at once.
menu_overview_pagemodules/menu/menu.admin.incMenu callback which shows an overview page of all the custom menus and their descriptions.
menu_tree_all_dataincludes/menu.incGet the data structure representing a named menu tree.
menu_tree_check_accessincludes/menu.incCheck access and perform other dynamic operations for each link in the tree.
menu_tree_page_dataincludes/menu.incGet the data structure representing a named menu tree, based on the current page.
menu_valid_pathincludes/menu.incValidates the path of a menu link being created or edited.
module_disableincludes/module.incDisable a given set of modules.
module_enableincludes/module.incEnable a given list of modules.
module_listincludes/module.incCollect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
module_rebuild_cacheincludes/module.incRebuild the database cache of module files.
nodeapi_example_nodeapideveloper/examples/nodeapi_example.moduleImplementation of hook_nodeapi().
node_accessmodules/node/node.moduleDetermine whether the current user may perform the given operation on the specified node.
node_access_example_nodeapideveloper/examples/node_access_example.moduleImplementation of hook_nodeapi().
node_access_rebuildmodules/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_nodesmodules/node/node.moduleDetermine whether the user has a global viewing grant for all nodes.
node_access_write_grantsmodules/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_nodesmodules/node/node.admin.incForm builder: Builds the node administration overview.
node_assign_owner_actionmodules/node/node.moduleImplementation of a configurable Drupal action. Assigns ownership of a node to a user.
node_comment_modemodules/node/node.moduleRetrieve the comment mode for the given node ID (none, read, or read/write).
node_configuremodules/node/node.admin.incMenu callback; presents general node configuration options.
node_cronmodules/node/node.moduleImplementation of hook_cron().
node_deletemodules/node/node.moduleDelete a node.
node_example_deletedeveloper/examples/node_example.moduleImplementation of hook_delete().
node_example_insertdeveloper/examples/node_example.moduleImplementation of hook_insert().
node_example_loaddeveloper/examples/node_example.moduleImplementation of hook_load().
node_example_nodeapideveloper/examples/node_example.moduleImplementation of hook_nodeapi().
node_example_updatedeveloper/examples/node_example.moduleImplementation of hook_update().
node_last_viewedmodules/node/node.moduleRetrieves the timestamp at which the current user last viewed the specified node.
node_loadmodules/node/node.moduleLoad a node object from the database.
node_revision_listmodules/node/node.moduleReturn a list of all the existing revision numbers.
node_savemodules/node/node.moduleSave a node object into the database.
node_searchmodules/node/node.moduleImplementation of hook_search().
node_tag_newmodules/node/node.moduleUpdate the 'last viewed' timestamp of the specified node for current user.
node_type_deletemodules/node/node.moduleDeletes a node type from the database.
node_type_delete_confirmmodules/node/content_types.incMenu callback; delete a single content type.
node_type_savemodules/node/node.moduleSaves a node type to the database.
node_type_update_nodesmodules/node/node.moduleUpdates all nodes of one type to be of another type.
node_update_indexmodules/node/node.moduleImplementation of hook_update_index().
node_usermodules/node/node.moduleImplementation of hook_user().
openid_associationmodules/openid/openid.moduleAttempt to create a shared secret with the OpenID Provider.
openid_user_delete_formmodules/openid/openid.pages.incPresent a confirmation form to delete the specified OpenID identity from the system. See alsoopenid_user_delete_form_submit()
openid_user_identitiesmodules/openid/openid.pages.incMenu callback; Manage OpenID identities for the specified user.
openid_verify_assertionmodules/openid/openid.moduleAttempt to verify the response received from the OpenID Provider.
pager_queryincludes/pager.incPerform a paged database query.
path_admin_deletemodules/path/path.modulePost-confirmation; delete an URL alias.
path_admin_form_validatemodules/path/path.admin.incVerify that a new URL alias is valid
path_admin_overviewmodules/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_altermodules/path/path.moduleImplementation of hook_form_alter().
path_loadmodules/path/path.moduleFetch a specific URL alias from the database.
path_nodeapimodules/path/path.moduleImplementation of hook_nodeapi().
path_set_aliasmodules/path/path.moduleSet an aliased path for a given Drupal path, preventing duplicates.
php_installmodules/php/php.installImplementation of hook_install().
ping_cronmodules/ping/ping.moduleImplementation of hook_cron().
poll_blockmodules/poll/poll.moduleImplementation of hook_block().
poll_cancelmodules/poll/poll.moduleSubmit callback for poll_cancel_form
poll_cronmodules/poll/poll.moduleImplementation of hook_cron().
poll_deletemodules/poll/poll.moduleImplementation of hook_delete().
poll_insertmodules/poll/poll.moduleImplementation of hook_insert().
poll_loadmodules/poll/poll.moduleImplementation of hook_load().
poll_updatemodules/poll/poll.moduleImplementation of hook_update().
poll_usermodules/poll/poll.moduleImplementation of hook_user().
poll_votemodules/poll/poll.moduleSubmit handler for processing a vote
profile_admin_overviewmodules/profile/profile.admin.incForm builder to display a listing of all editable profile fields. See alsoprofile_admin_overview_submit()
profile_admin_overview_submitmodules/profile/profile.admin.incSubmit handler to update changed profile field weights and categories. See alsoprofile_admin_overview()
profile_autocompletemodules/profile/profile.pages.incCallback to allow autocomplete of profile text fields.
profile_blockmodules/profile/profile.moduleImplementation of hook_block().
profile_browsemodules/profile/profile.pages.incMenu callback; display a list of user information.
profile_category_accessmodules/profile/profile.moduleMenu item access callback - check if a user has access to a profile category.
profile_field_deletemodules/profile/profile.admin.incMenu callback; deletes a field from all user profiles.
profile_field_delete_submitmodules/profile/profile.admin.incProcess a field delete form submission.
profile_field_formmodules/profile/profile.admin.incMenu callback: Generate a form to add/edit a user profile field. See alsoprofile_field_form_validate()
profile_field_form_submitmodules/profile/profile.admin.incProcess profile_field_form submissions.
profile_field_form_validatemodules/profile/profile.admin.incValidate profile_field_form submissions.
profile_usermodules/profile/profile.moduleImplementation of hook_user().
search_indexmodules/search/search.moduleUpdate the full-text search index for a particular item.
search_nodeapimodules/search/search.moduleImplementation of hook_nodeapi().
search_touch_nodemodules/search/search.moduleChange a node's changed timestamp to 'now' to force reindexing.
search_update_totalsmodules/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_wipemodules/search/search.moduleWipes a part of or the entire search index.
sess_countincludes/session.incCounts how many users have sessions. Can count either anonymous sessions or authenticated sessions.
sess_destroy_sidincludes/session.incCalled by PHP session handling with the PHP session ID to end a user's session.
sess_destroy_uidincludes/session.incEnd a specific user's session
sess_regenerateincludes/session.incCalled when an anonymous user becomes authenticated or vice-versa.
statistics_access_logmodules/statistics/statistics.admin.incMenu callback; Displays recent page accesses.
statistics_cronmodules/statistics/statistics.moduleImplementation of hook_cron().
statistics_exitmodules/statistics/statistics.moduleImplementation of hook_exit().
statistics_getmodules/statistics/statistics.moduleRetrieves a node's "view statistics".
statistics_nodeapimodules/statistics/statistics.moduleImplementation of hook_nodeapi().
statistics_usermodules/statistics/statistics.moduleImplementation of hook_user().
system_actions_configuremodules/system/system.moduleMenu callback. Create the form for configuration of a single action.
system_actions_managemodules/system/system.moduleMenu callback. Display an overview of available and configured actions.
system_admin_menu_blockmodules/system/system.moduleProvide a single block on the administration overview page.
system_admin_theme_submitmodules/system/system.moduleProcess admin theme form submissions.
system_cronmodules/system/system.moduleImplementation of hook_cron().
system_get_files_databasemodules/system/system.moduleRetrieves the current status of an array of files in the system table.
system_get_module_admin_tasksmodules/system/system.moduleGenerate a list of tasks offered by a specified module.
system_initialize_theme_blocksmodules/system/system.moduleAssign an initial, default set of blocks for a theme.
system_installmodules/system/system.installImplementation of hook_install().
system_main_admin_pagemodules/system/system.admin.incMenu callback; Provide the administration overview page.
system_modules_submitmodules/system/system.admin.incSubmit callback; handles modules form submission.
system_modules_uninstallmodules/system/system.admin.incBuilds a form of currently disabled modules. See alsosystem_modules_uninstall_validate()
system_region_listmodules/system/system.moduleGet a list of available regions from a specified theme.
system_sqlmodules/system/system.admin.incMenu callback: return information about the database.
system_statusmodules/system/system.admin.incMenu callback: displays the site status report. Can also be used as a pure check.
system_themes_form_submitmodules/system/system.admin.incProcess system_themes_form form submissions.
system_theme_datamodules/system/system.moduleCollect data about all currently available themes.
system_update_6000modules/system/system.installRemove auto_increment from {boxes} to allow adding custom blocks with visibility settings.
system_update_6001modules/system/system.installAdd version id column to {term_node} to allow taxonomy module to use revisions.
system_update_6009modules/system/system.installThe PHP filter is now a separate module.
system_update_6018modules/system/system.installAdd HTML corrector to HTML formats or replace the old module if it was in use.
system_update_6019modules/system/system.installReconcile small differences in the previous, manually created mysql and pgsql schemas so they are the same and can be represented by a single schema structure.
system_update_6021modules/system/system.installMigrate the menu items from the old menu system to the new menu_links table.
system_update_6027modules/system/system.installAdd block cache.
system_update_6034modules/system/system.installRename permission "administer access control" to "administer permissions".
system_update_6036modules/system/system.installChange the search schema and indexing.
system_update_6039modules/system/system.installRename permissions "edit foo content" to "edit any foo content". Also update poll module permission "create polls" to "create poll content".
system_update_6041modules/system/system.installChange forum vocabulary not to be required by default and set the weight of the forum.module 1 higher than the taxonomy.module.
system_update_6045modules/system/system.installUpdate blog, book and locale module permissions.
taxonomy_del_termmodules/taxonomy/taxonomy.moduleDelete a term.
taxonomy_del_vocabularymodules/taxonomy/taxonomy.moduleDelete a vocabulary.
taxonomy_form_altermodules/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_childrenmodules/taxonomy/taxonomy.moduleFind all children of a term ID.
taxonomy_get_parentsmodules/taxonomy/taxonomy.moduleFind all parents of a given term ID.
taxonomy_get_relatedmodules/taxonomy/taxonomy.moduleFind all term objects related to a given term ID.
taxonomy_get_synonymsmodules/taxonomy/taxonomy.moduleReturn an array of synonyms of the given term ID.
taxonomy_get_synonym_rootmodules/taxonomy/taxonomy.moduleReturn the term object that has the given string as a synonym.
taxonomy_get_termmodules/taxonomy/taxonomy.moduleReturn the term object matching a term ID.
taxonomy_get_term_by_namemodules/taxonomy/taxonomy.moduleTry to map a string to an existing term, as for glossary use.
taxonomy_get_treemodules/taxonomy/taxonomy.moduleCreate a hierarchical representation of a vocabulary.
taxonomy_get_vocabulariesmodules/taxonomy/taxonomy.moduleReturn an array of all vocabulary objects.
taxonomy_node_deletemodules/taxonomy/taxonomy.moduleRemove associations of a node to its terms.
taxonomy_node_delete_revisionmodules/taxonomy/taxonomy.moduleRemove associations of a node to its terms.
taxonomy_node_get_termsmodules/taxonomy/taxonomy.moduleFind all terms associated with the given node, ordered by vocabulary and term weight.
taxonomy_node_get_terms_by_vocabularymodules/taxonomy/taxonomy.moduleFind all terms associated with the given node, within one vocabulary.
taxonomy_node_savemodules/taxonomy/taxonomy.moduleSave term associations for a given node.
taxonomy_node_typemodules/taxonomy/taxonomy.moduleImplementation of hook_node_type().
taxonomy_overview_termsmodules/taxonomy/taxonomy.admin.incForm builder for the taxonomy terms overview.
taxonomy_save_termmodules/taxonomy/taxonomy.moduleHelper function for taxonomy_form_term_submit().
taxonomy_term_count_nodesmodules/taxonomy/taxonomy.moduleCount the number of published nodes classified by a term.
taxonomy_term_pagemodules/taxonomy/taxonomy.pages.incMenu callback; displays all nodes associated with a term.
taxonomy_vocabulary_confirm_reset_alphabetical_submitmodules/taxonomy/taxonomy.admin.incSubmit handler to reset a vocabulary to alphabetical order after confirmation. See alsotaxonomy_vocabulary_confirm_reset_alphabetical()
taxonomy_vocabulary_loadmodules/taxonomy/taxonomy.moduleReturn the vocabulary object matching a vocabulary ID.
template_preprocess_forum_topic_navigationmodules/forum/forum.modulePreprocess variables to format the next/previous forum topic navigation links.
translation_nodeapimodules/translation/translation.moduleImplementation of hook_nodeapi().
translation_node_get_translationsmodules/translation/translation.moduleGet all nodes in a translation set, represented by $tnid.
translation_remove_from_setmodules/translation/translation.moduleRemove a node from its translation set (if any) and update the set accordingly.
trigger_actions_deletemodules/trigger/trigger.moduleImplementation of hook_actions_delete().
trigger_assign_form_submitmodules/trigger/trigger.admin.incSubmit function for trigger_assign_form().
trigger_assign_form_validatemodules/trigger/trigger.admin.incValidation function for trigger_assign_form().
trigger_menumodules/trigger/trigger.moduleImplementation of hook_menu().
update_fix_compatibilityupdate.phpDisable anything in the {system} table that is not compatible with the current version of Drupal core.
update_sqlincludes/database.incPerform an SQL query and return success or failure.
upload_file_downloadmodules/upload/upload.moduleImplementation of hook_file_download().
upload_total_space_usedmodules/upload/upload.moduleDetermine how much disk space is occupied by uploaded files.
user_accessmodules/user/user.moduleDetermine whether the user has a given privilege.
user_admin_accessmodules/user/user.admin.incMenu callback: list all access rules
user_admin_access_delete_confirmmodules/user/user.admin.incMenu callback: delete an access rule See alsouser_admin_access_delete_confirm_submit()
user_admin_access_editmodules/user/user.admin.incMenu callback: edit an access rule.
user_admin_access_form_submitmodules/user/user.admin.incSubmit callback for user_admin_access_form().
user_admin_accountmodules/user/user.admin.incForm builder; User administration page. See alsouser_admin_account_validate()
user_admin_permmodules/user/user.admin.incMenu callback: administer permissions. See alsouser_admin_perm_submit()
user_admin_rolemodules/user/user.admin.incMenu callback: administer roles. See alsouser_admin_role_validate()
user_authenticate_finalizemodules/user/user.moduleFinalize the login process. Must be called when logging in a user.
user_blockmodules/user/user.moduleImplementation of hook_block().
user_block_ip_actionmodules/user/user.moduleImplementation of a Drupal action. Adds an access rule that blocks the user's IP address.
user_block_user_actionmodules/user/user.moduleImplementation of a Drupal action. Blocks the current user.
user_deletemodules/user/user.moduleDelete a user.
user_get_authmapsmodules/user/user.moduleDiscover which external authentication module(s) authenticated a username.
user_is_blockedmodules/user/user.moduleChecks for usernames blocked by user administration.
user_loadmodules/user/user.moduleFetch a user object.
user_multiple_role_editmodules/user/user.moduleCallback function for admin mass adding/deleting a user role.
user_rolesmodules/user/user.moduleRetrieve an array of roles matching specified conditions.
user_savemodules/user/user.moduleSave changes to a user account or add a new user.
user_set_authmapsmodules/user/user.moduleSave mappings of which external authentication module(s) authenticated a user. Maps external usernames to user ids in the users table.
variable_delincludes/bootstrap.incUnset a persistent variable.
variable_initincludes/bootstrap.incLoad the persistent variable table.
variable_setincludes/bootstrap.incSet a persistent variable.
_aggregator_has_categoriesmodules/aggregator/aggregator.moduleFind out whether there are any aggregator categories.
_batch_finishedincludes/batch.incEnd the batch processing: Call the 'finished' callbacks to allow custom handling of results, and resolve page redirection.
_batch_pageincludes/batch.incState-based dispatcher for the batch processing page.
_batch_shutdownincludes/batch.incShutdown function: store the batch data for next request, or clear the table if the batch is finished.
_block_rehashmodules/block/block.moduleUpdate the 'blocks' DB table with the blocks currently exported by modules.
_book_update_outlinemodules/book/book.moduleCommon helper function to handles additions and updates to the book outline.
_comment_delete_threadmodules/comment/comment.admin.incPerform the actual deletion of a comment and all its replies.
_comment_loadmodules/comment/comment.moduleLoad the entire comment by cid.
_comment_update_node_statisticsmodules/comment/comment.moduleUpdates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.
_filter_tipsmodules/filter/filter.moduleHelper function for fetching filter tips.
_forum_topics_unreadmodules/forum/forum.moduleCalculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT.
_locale_export_get_stringsincludes/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_import_one_stringincludes/locale.incImports a string into the database
_locale_import_one_string_dbincludes/locale.incImport one string into the database.
_locale_import_poincludes/locale.incParses Gettext Portable Object file information and inserts into database
_locale_parse_js_fileincludes/locale.incParses a JavaScript file, extracts strings wrapped in Drupal.t() and Drupal.formatPlural() and inserts them into the database.
_locale_rebuild_jsincludes/locale.inc(Re-)Creates the JavaScript translation file for a language.
_menu_delete_itemincludes/menu.incHelper function for menu_link_delete; deletes a single menu link.
_menu_link_move_childrenincludes/menu.incUpdate the children of a menu link that's being moved.
_menu_navigation_links_rebuildincludes/menu.incHelper function to build menu links for the items in the menu router.
_menu_router_buildincludes/menu.incHelper function to build the router table based on the data from hook_menu.
_menu_set_expanded_menusincludes/menu.incHelper function to update a list of menus with expanded items
_menu_update_parental_statusincludes/menu.incCheck and update the has_children status for the parent of a link.
_node_access_rebuild_batch_operationmodules/node/node.moduleBatch operation for node_access_rebuild_batch.
_node_types_buildmodules/node/node.moduleBuilds and returns the list of available node types.
_taxonomy_term_childrenmodules/taxonomy/taxonomy.moduleHelper for taxonomy_term_count_nodes(). Used to find out which terms are children of a parent term.
_trigger_get_hook_actionsmodules/trigger/trigger.admin.incGet the actions that have already been defined for this type-hook-op combination.
_trigger_get_hook_aidsmodules/trigger/trigger.moduleGet the aids of actions to be executed for a hook-op combination.

Functions called by db_query()

Namesort iconLocationDescription
db_prefix_tablesincludes/database.incAppend a database prefix to all tables in a query.
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
_db_queryincludes/database.pgsql.incHelper function for db_query().
_db_query_callbackincludes/database.incHelper function for db_query().
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.