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
aggregator_blockdrupal/modules/aggregator.moduleImplementation of hook_block().
aggregator_form_category_validatedrupal/modules/aggregator.moduleValidate aggregator_form_feed form submissions.
aggregator_form_feeddrupal/modules/aggregator.moduleGenerate a form to add/edit feed sources.
aggregator_form_feed_validatedrupal/modules/aggregator.moduleValidate aggregator_form_feed form submissions.
aggregator_page_categoriesdrupal/modules/aggregator.moduleMenu callback; displays all the categories used by the aggregator.
aggregator_page_categorydrupal/modules/aggregator.moduleMenu callback; displays all the items aggregated in a particular category.
aggregator_page_opmldrupal/modules/aggregator.moduleMenu callback; generates an OPML representation of all feeds.
aggregator_page_rssdrupal/modules/aggregator.moduleMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sourcedrupal/modules/aggregator.moduleMenu callback; displays all the items captured from a particular feed.
aggregator_page_sourcesdrupal/modules/aggregator.moduleMenu callback; displays all the feeds used by the aggregator.
aggregator_save_feeddrupal/modules/aggregator.moduleAdd/edit/delete an aggregator feed.
archive_calendardrupal/modules/archive.moduleGenerates a monthly calendar, for display in the archive block.
archive_pagedrupal/modules/archive.moduleMenu callback; lists all nodes posted on a given date.
block_blockdrupal/modules/block.moduleImplementation of hook_block().
block_listdrupal/modules/block.moduleReturn all blocks in the specified region for the current user.
block_userdrupal/modules/block.moduleImplementation of hook_user().
blogapi_blogger_get_recent_postsdrupal/modules/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>.
blog_formdrupal/modules/blog.moduleImplementation of hook_form().
blog_page_lastdrupal/modules/blog.moduleDisplays a Drupal page containing recent blog entries of all users.
blog_page_userdrupal/modules/blog.moduleDisplays a Drupal page containing recent blog entries of a given user.
book_admin_orphandrupal/modules/book.moduleMenu callback; displays a listing of all orphaned book pages.
book_admin_overviewdrupal/modules/book.moduleReturns an administrative overview of all books.
book_blockdrupal/modules/book.moduleImplementation of hook_block().
book_exportdrupal/modules/book.moduleMenu callback; Generates various representation of a book page with all descendants and prints the requested representation to output.
book_loaddrupal/modules/book.moduleImplementation of hook_load().
book_locationdrupal/modules/book.moduleGiven a node, this function returns an array of 'book node' objects representing the path in the book tree from the root to the parent of the given node.
book_location_downdrupal/modules/book.moduleGiven a node, this function returns an array of 'book node' objects representing the path in the book tree from the given node down to the last sibling of it.
book_nextdrupal/modules/book.moduleFetches the node object of the next page of the book.
book_prevdrupal/modules/book.moduleFetches the node object of the previous page of the book.
book_recursedrupal/modules/book.moduleTraverses the book tree. Applies the $visit_pre() callback to each node, is called recursively for each child of the node (in weight, title order). Finally appends the output of the $visit_post() callback to the output before returning the generated...
book_renderdrupal/modules/book.moduleMenu callback; prints a listing of all books.
book_tocdrupal/modules/book.moduleReturns an array of titles and nid entries of book pages in table of contents order.
book_treedrupal/modules/book.moduleReturns an HTML nested list (wrapped in a menu-class div) representing the book nodes as a tree.
cache_getdrupal/includes/bootstrap.incReturn data from the persistent cache.
comment_admin_overviewdrupal/modules/comment.moduleMenu callback; present an administrative comment listing.
comment_deletedrupal/modules/comment.moduleMenu callback; delete a comment.
comment_nodeapidrupal/modules/comment.moduleImplementation of hook_nodeapi().
contact_admin_categoriesdrupal/modules/contact.moduleCategories/list tab.
contact_admin_deletedrupal/modules/contact.moduleCategory delete page.
contact_mail_pagedrupal/modules/contact.moduleSite-wide contact page
contact_mail_page_submitdrupal/modules/contact.moduleProcess the site-wide contact page form submission.
do_searchdrupal/modules/search.moduleDo a query on the full-text search index for a word or words.
drupal_client_pagedrupal/modules/drupal.moduleFormats a list of all clients.
drupal_client_pingdrupal/modules/drupal.moduleCallback function from drupal_xmlrpc() called when another site pings this one.
drupal_crondrupal/modules/drupal.moduleImplementation of hook_cron(); handles pings to and from the site.
drupal_get_installed_schema_versiondrupal/includes/install.incReturns the currently installed schema version for a module.
drupal_is_denieddrupal/includes/bootstrap.incPerform an access check for a given mask and rule type. Rules are usually created via admin/access/rules page.
drupal_notifydrupal/modules/drupal.moduleSends a ping to the Drupal directory server.
fileupload_loadcontributions/docs/developer/examples/fileupload.moduleImplementation of hook_load().
filter_admin_deletedrupal/modules/filter.moduleMenu callback; confirm deletion of a format.
filter_admin_format_form_submitdrupal/modules/filter.moduleProcess filter format form submissions.
filter_admin_format_form_validatedrupal/modules/filter.moduleValidate filter format form submissions.
filter_formatsdrupal/modules/filter.moduleRetrieve a list of input formats.
filter_list_formatdrupal/modules/filter.moduleRetrieve a list of filters for a certain format.
forum_get_forumsdrupal/modules/forum.moduleReturns a list of all forums for a given taxonomy id
forum_loaddrupal/modules/forum.moduleImplementation of hook_load().
forum_taxonomydrupal/modules/forum.moduleImplementation of hook_taxonomy().
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.
list_themesdrupal/includes/theme.incProvides a list of currently available themes.
list_theme_enginesdrupal/includes/theme.incProvides a list of currently available theme engines
localedrupal/modules/locale.moduleProvides interface translation services.
locale_refresh_cachedrupal/modules/locale.moduleRefreshes database stored cache of translations.
locale_supported_languagesdrupal/modules/locale.moduleReturns list of languages supported on this site.
menu_item_delete_formdrupal/modules/menu.moduleMenu callback; delete a single custom item.
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_example_form_altercontributions/docs/developer/examples/node_access_example.moduleImplementation of hook_form_alter().
node_admin_nodesdrupal/modules/node.moduleMenu callback: content administration.
node_example_loadcontributions/docs/developer/examples/node_example.moduleImplementation of hook_load().
node_feeddrupal/modules/node.moduleA generic function for generating RSS feeds from a set of nodes.
node_last_vieweddrupal/modules/node.moduleRetrieves the timestamp at which the current user last viewed the specified node.
node_loaddrupal/modules/node.moduleLoad a node object from the database.
node_page_defaultdrupal/modules/node.moduleGenerate a listing of promoted nodes.
node_revision_listdrupal/modules/node.moduleReturn a list of all the existing revision numbers.
node_title_listdrupal/modules/node.moduleGather a listing of links to nodes.
node_update_indexdrupal/modules/node.moduleImplementation of hook_update_index().
path_overviewdrupal/modules/path.moduleReturn a listing of all defined URL aliases.
poll_crondrupal/modules/poll.moduleImplementation of hook_cron().
poll_loaddrupal/modules/poll.moduleImplementation of hook_load().
profile_admin_overviewdrupal/modules/profile.moduleMenu callback; display a listing of all editable profile fields.
profile_blockdrupal/modules/profile.moduleImplementation of hook_block().
profile_browsedrupal/modules/profile.moduleMenu callback; display a list of user information.
profile_field_deletedrupal/modules/profile.moduleMenu callback; deletes a field from all user profiles.
search_indexdrupal/modules/search.moduleUpdate the full-text search index for a particular item.
search_update_totalsdrupal/modules/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).
statistics_recent_hitsdrupal/modules/statistics.moduleMenu callback; presents the "recent hits" page.
statistics_top_pagesdrupal/modules/statistics.moduleMenu callback; presents the "top pages" page.
statistics_top_referrersdrupal/modules/statistics.moduleMenu callback; presents the "referrer" page.
statistics_top_visitorsdrupal/modules/statistics.moduleMenu callback; presents the "top visitors" page.
system_get_files_databasedrupal/modules/system.moduleRetrieves the current status of an array of files in the system table.
system_region_listdrupal/modules/system.moduleGet a list of available regions from a specified theme.
system_update_159drupal/database/updates.incRetrieve data out of the old_revisions table and put into new revision system.
system_update_178drupal/database/updates.incUpdate base paths for relative URLs in node and comment content.
system_update_179drupal/database/updates.incUpdate base paths for relative URLs in custom blocks, profiles and various variables.
taxonomy_autocompletedrupal/modules/taxonomy.moduleHelper function for autocompletion
taxonomy_form_alterdrupal/modules/taxonomy.moduleGenerate a form for selecting terms to associate with a node.
taxonomy_get_childrendrupal/modules/taxonomy.moduleFind all children of a term ID.
taxonomy_get_parentsdrupal/modules/taxonomy.moduleFind all parents of a given term ID.
taxonomy_get_relateddrupal/modules/taxonomy.moduleFind all term objects related to a given term ID.
taxonomy_get_synonym_rootdrupal/modules/taxonomy.moduleReturn the term object that has the given string as a synonym.
taxonomy_get_termdrupal/modules/taxonomy.moduleReturn the term object matching a term ID.
taxonomy_get_term_by_namedrupal/modules/taxonomy.moduleTry to map a string to an existing term, as for glossary use.
taxonomy_get_treedrupal/modules/taxonomy.moduleCreate a hierarchical representation of a vocabulary.
taxonomy_get_vocabulariesdrupal/modules/taxonomy.moduleReturn an array of all vocabulary objects.
taxonomy_get_vocabularydrupal/modules/taxonomy.moduleReturn the vocabulary object matching a vocabulary ID.
taxonomy_node_get_termsdrupal/modules/taxonomy.moduleFind all terms associated to the given node, ordered by vocabulary and term weight.
taxonomy_node_get_terms_by_vocabularydrupal/modules/taxonomy.moduleFind all terms associated to the given node, within one vocabulary.
taxonomy_render_nodesdrupal/modules/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.moduleGiven a term id, count the number of published nodes in it.
taxonomy_term_pagedrupal/modules/taxonomy.moduleMenu callback; displays all nodes associated with a term.
theme_aggregator_page_itemdrupal/modules/aggregator.moduleFormat an individual feed item for display on the aggregator page.
theme_forum_topic_navigationdrupal/modules/forum.moduleFormat the next/previous forum topic navigation links.
tracker_pagedrupal/modules/tracker.moduleMenu callback. Prints a listing of active nodes on the site.
user_accessdrupal/modules/user.moduleDetermine whether the user has a given privilege.
user_admin_accessdrupal/modules/user.moduleMenu callback: list all access rules
user_admin_access_deletedrupal/modules/user.moduleMenu callback: delete an access rule
user_admin_permdrupal/modules/user.moduleMenu callback: administer permissions.
user_admin_roledrupal/modules/user.moduleMenu callback: administer roles.
user_autocompletedrupal/modules/user.moduleRetrieve a pipe delimited string of autocomplete suggestions for existing users
user_blockdrupal/modules/user.moduleImplementation of hook_block().
user_get_authmapsdrupal/modules/user.moduleAccepts an user object, $account, or a DA name and returns an associative array of modules and DA names. Called at external login.
user_is_blockeddrupal/modules/user.moduleChecks for usernames blocked by user administration
user_loaddrupal/modules/user.moduleFetch a user object.
user_rolesdrupal/modules/user.moduleRetrieve an array of roles matching specified conditions.
user_searchdrupal/modules/user.moduleImplementation of hook_search().
variable_initdrupal/includes/bootstrap.incLoad the persistent variable table.
watchdog_eventdrupal/modules/watchdog.moduleMenu callback; displays details about a log message.
watchdog_overviewdrupal/modules/watchdog.moduleMenu callback; displays a listing of log messages.
_aggregator_page_listdrupal/modules/aggregator.modulePrints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds.
_block_rehashdrupal/modules/block.moduleUpdate the 'blocks' DB table with the blocks currently exported by modules.
_comment_loaddrupal/modules/comment.moduleLoad the entire comment by cid.
_comment_update_node_statisticsdrupal/modules/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.moduleHelper function for fetching filter tips.
_locale_add_languagedrupal/includes/locale.incHelper function to add a language
_locale_admin_manage_screendrupal/includes/locale.incUser interface for the language management screen.
_locale_export_podrupal/includes/locale.incExports a Portable Object (Template) file for a language
_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_string_editdrupal/includes/locale.incUser interface for string editing.
_locale_string_edit_submitdrupal/includes/locale.incProcess string editing form submissions. Saves all translations of one string submitted from a form.
_locale_string_seekdrupal/includes/locale.incPerform a string search and display results in a table
_menu_builddrupal/includes/menu.incBuild the menu by querying both modules and the database.
_taxonomy_term_childrendrupal/modules/taxonomy.moduleHelper for taxonomy_term_count_nodes().