Related topics

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

Functions that call db_fetch_object()

Namesort iconLocationDescription
actions_dodrupal/includes/actions.incPerform a given list of actions by executing their callback functions.
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_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_feed_items_loaddrupal/modules/aggregator/aggregator.pages.incLoad feed items
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_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_removedrupal/modules/aggregator/aggregator.moduleRemoves all items from a feed.
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.
block_admin_configuredrupal/modules/block/block.admin.incMenu callback; displays the block configuration form.
block_blockdrupal/modules/block/block.moduleImplementation of hook_block().
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_blogger_get_recent_postsdrupal/modules/blogapi/blogapi.moduleBlogging API callback. Returns the latest few postings in a user's blog. $bodies TRUE <a href="http://movabletype.org/docs/mtmanual_programmatic.html#item_mt%2EgetRecentPostTitles"> returns a bandwidth-friendly list</a>.
blogapi_mt_validate_termsdrupal/modules/blogapi/blogapi.moduleBlogging API helper - find allowed taxonomy terms for a node type.
blog_feed_lastdrupal/modules/blog/blog.pages.incMenu callback; displays an RSS feed containing recent blog entries of all users.
blog_feed_userdrupal/modules/blog/blog.pages.incMenu callback; displays an RSS feed containing recent blog entries of a given user.
blog_formdrupal/modules/blog/blog.moduleImplementation of hook_form().
blog_page_lastdrupal/modules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_userdrupal/modules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of a given user.
book_blockdrupal/modules/book/book.moduleImplementation of hook_block().
book_nextdrupal/modules/book/book.moduleFetches the menu link for the next page of the book.
book_prevdrupal/modules/book/book.moduleFetches the menu link for the previous page of the book.
book_tocdrupal/modules/book/book.moduleReturns an array of book pages in table of contents order.
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.
comment_admin_overviewdrupal/modules/comment/comment.admin.incForm builder; Builds the comment overview form for the admin.
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_get_recentdrupal/modules/comment/comment.moduleFind the most recent comments that are available to the current user.
comment_loaddrupal/modules/comment/comment.moduleLoad the entire comment by cid.
comment_nodeapi_update_indexdrupal/modules/comment/comment.moduleImplementation of hook_nodeapi_update_index().
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...
contact_admin_categoriesdrupal/modules/contact/contact.admin.incCategories/list tab.
dblog_eventdrupal/modules/dblog/dblog.admin.incMenu callback; displays details about a log message.
dblog_overviewdrupal/modules/dblog/dblog.admin.incMenu callback; displays a listing of log messages.
dblog_topdrupal/modules/dblog/dblog.admin.incMenu callback; generic function to display a page of the most frequent dblog events of a specified type.
db_column_existsdrupal/includes/database/database.incCheck if a column exists in the given table.
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_get_installed_schema_versiondrupal/includes/install.incReturns the currently installed schema version for a module.
fileupload_loadcontributions/docs/developer/examples/fileupload.moduleImplementation of hook_load().
filter_admin_deletedrupal/modules/filter/filter.admin.incMenu callback; confirm deletion of a format.
filter_admin_format_form_validatedrupal/modules/filter/filter.admin.incValidate filter format form submissions.
filter_formatsdrupal/modules/filter/filter.moduleRetrieve a list of input formats.
filter_list_formatdrupal/modules/filter/filter.moduleRetrieve a list of filters for a certain format.
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_taxonomydrupal/modules/forum/forum.moduleImplementation of hook_taxonomy().
hook_file_downloadcontributions/docs/developer/hooks/file.phpControl access to private file downloads and specify HTTP headers.
hook_loadcontributions/docs/developer/hooks/node.phpLoad node-type-specific information.
hook_update_indexcontributions/docs/developer/hooks/core.phpUpdate Drupal's full-text index for this module.
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_edit_formdrupal/includes/locale.incEditing screen for a particular language.
locale_languages_edit_form_validatedrupal/includes/locale.incValidate the language editing form. Reused for custom language addition too.
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_get_itemdrupal/includes/menu.incGet a router item.
menu_local_tasksdrupal/includes/menu.incCollects the local tasks (tabs) for a given level.
menu_menudrupal/modules/menu/menu.moduleImplementation of hook_menu().
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.
module_enabledrupal/includes/module.incEnable a given list of modules.
module_listdrupal/includes/module.incCollect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
nodeapi_example_nodeapicontributions/docs/developer/examples/nodeapi_example.moduleImplementation of hook_nodeapi().
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_admin_nodesdrupal/modules/node/node.admin.incForm builder: Builds the node administration overview.
node_example_loadcontributions/docs/developer/examples/node_example.moduleImplementation of hook_load().
node_feeddrupal/modules/node/node.moduleA generic function for generating RSS feeds from a set of nodes.
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_title_listdrupal/modules/node/node.moduleGather a listing of links to nodes.
node_update_indexdrupal/modules/node/node.moduleImplementation of hook_update_index().
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.
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.
poll_crondrupal/modules/poll/poll.moduleImplementation of hook_cron().
poll_loaddrupal/modules/poll/poll.moduleImplementation of hook_load().
poll_pagedrupal/modules/poll/poll.pages.incMenu callback to provide a simple list of all polls available.
poll_viewdrupal/modules/poll/poll.moduleImplementation of hook_view().
poll_votesdrupal/modules/poll/poll.pages.incCallback for the 'votes' tab for polls you can see other votes on
profile_admin_overviewdrupal/modules/profile/profile.admin.incForm builder to display a listing of all editable profile fields.
profile_admin_settings_autocompletedrupal/modules/profile/profile.admin.incRetrieve a pipe delimited string of autocomplete suggestions for profile 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_field_deletedrupal/modules/profile/profile.admin.incMenu callback; deletes a field from all user profiles.
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_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).
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_recent_hitsdrupal/modules/statistics/statistics.admin.incMenu callback; presents the "recent hits" page.
statistics_top_pagesdrupal/modules/statistics/statistics.admin.incMenu callback; presents the "top pages" page.
statistics_top_referrersdrupal/modules/statistics/statistics.admin.incMenu callback; presents the "referrer" page.
statistics_top_visitorsdrupal/modules/statistics/statistics.admin.incMenu callback; presents the "top visitors" page.
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_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_ip_blockingdrupal/modules/system/system.admin.incMenu callback. Display blocked IP addresses.
system_main_admin_pagedrupal/modules/system/system.admin.incMenu callback; Provide the administration overview page.
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.
taxonomy_autocompletedrupal/modules/taxonomy/taxonomy.pages.incHelper function for autocompletion
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_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_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_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_overview_termsdrupal/modules/taxonomy/taxonomy.admin.incForm builder for the taxonomy terms overview.
taxonomy_render_nodesdrupal/modules/taxonomy/taxonomy.moduleAccepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
taxonomy_term_count_nodesdrupal/modules/taxonomy/taxonomy.moduleCount the number of published nodes classified by 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_vocabulary_deletedrupal/modules/taxonomy/taxonomy.moduleDelete a vocabulary.
taxonomy_vocabulary_loaddrupal/modules/taxonomy/taxonomy.moduleReturn the vocabulary object matching a vocabulary ID.
template_preprocess_forum_topic_navigationdrupal/modules/forum/forum.modulePreprocess variables to format the next/previous forum topic navigation links.
tracker_pagedrupal/modules/tracker/tracker.pages.incMenu callback. Prints a listing of active nodes on the site.
translation_node_get_translationsdrupal/modules/translation/translation.moduleGet all nodes in a translation set, represented by $tnid.
update_fix_compatibilitydrupal/update.phpDisable anything in the {system} table that is not compatible with the current version of Drupal core.
upload_file_downloaddrupal/modules/upload/upload.moduleImplementation of hook_file_download().
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_roledrupal/modules/user/user.admin.incMenu callback: administer roles.
user_authenticatedrupal/modules/user/user.moduleTry to log in the user locally.
user_autocompletedrupal/modules/user/user.pages.incMenu callback; Retrieve a JSON object containing autocomplete suggestions for existing users.
user_blockdrupal/modules/user/user.moduleImplementation of hook_block().
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_rolesdrupal/modules/user/user.moduleRetrieve an array of roles matching specified conditions.
user_searchdrupal/modules/user/user.moduleImplementation of hook_search().
variable_initdrupal/includes/bootstrap.incLoad the persistent variable table.
_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.
_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.
_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_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.
_locale_translate_seekdrupal/includes/locale.incPerform a string search and display results in a table
_menu_tree_datadrupal/includes/menu.incRecursive helper function to build the data representing a menu tree.
_node_types_builddrupal/modules/node/node.moduleBuilds and returns the list of available node types.
_sess_readdrupal/includes/session.incSession handler assigned by session_set_save_handler().
_taxonomy_term_childrendrupal/modules/taxonomy/taxonomy.moduleHelper for taxonomy_term_count_nodes(). Used to find out which terms are children of a parent term.
_trigger_get_hook_actionsdrupal/modules/trigger/trigger.admin.incGet the actions that have already been defined for this type-hook-op combination.
_trigger_get_hook_aidsdrupal/modules/trigger/trigger.moduleGet the aids of actions to be executed for a hook-op combination.