| aggregator_block | drupal/modules/aggregator.module | Implementation of hook_block(). |
| aggregator_form_category_validate | drupal/modules/aggregator.module | Validate aggregator_form_feed form submissions. |
| aggregator_form_feed | drupal/modules/aggregator.module | Generate a form to add/edit feed sources. |
| aggregator_form_feed_validate | drupal/modules/aggregator.module | Validate aggregator_form_feed form submissions. |
| aggregator_page_categories | drupal/modules/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_category | drupal/modules/aggregator.module | Menu callback; displays all the items aggregated in a particular category. |
| aggregator_page_opml | drupal/modules/aggregator.module | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_rss | drupal/modules/aggregator.module | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_source | drupal/modules/aggregator.module | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_sources | drupal/modules/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_save_feed | drupal/modules/aggregator.module | Add/edit/delete an aggregator feed. |
| archive_calendar | drupal/modules/archive.module | Generates a monthly calendar, for display in the archive block. |
| archive_page | drupal/modules/archive.module | Menu callback; lists all nodes posted on a given date. |
| block_block | drupal/modules/block.module | Implementation of hook_block(). |
| block_list | drupal/modules/block.module | Return all blocks in the specified region for the current user. |
| block_user | drupal/modules/block.module | Implementation of hook_user(). |
| blogapi_blogger_get_recent_posts | drupal/modules/blogapi.module | Blogging 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_form | drupal/modules/blog.module | Implementation of hook_form(). |
| blog_page_last | drupal/modules/blog.module | Displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | drupal/modules/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| book_admin_orphan | drupal/modules/book.module | Menu callback; displays a listing of all orphaned book pages. |
| book_admin_overview | drupal/modules/book.module | Returns an administrative overview of all books. |
| book_block | drupal/modules/book.module | Implementation of hook_block(). |
| book_export | drupal/modules/book.module | Menu callback; Generates various representation of a book page with
all descendants and prints the requested representation to output. |
| book_load | drupal/modules/book.module | Implementation of hook_load(). |
| book_location | drupal/modules/book.module | Given 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_down | drupal/modules/book.module | Given 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_next | drupal/modules/book.module | Fetches the node object of the next page of the book. |
| book_prev | drupal/modules/book.module | Fetches the node object of the previous page of the book. |
| book_recurse | drupal/modules/book.module | Traverses 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_render | drupal/modules/book.module | Menu callback; prints a listing of all books. |
| book_toc | drupal/modules/book.module | Returns an array of titles and nid entries of book pages in table of contents order. |
| book_tree | drupal/modules/book.module | Returns an HTML nested list (wrapped in a menu-class div) representing the book nodes
as a tree. |
| cache_get | drupal/includes/bootstrap.inc | Return data from the persistent cache. |
| comment_admin_overview | drupal/modules/comment.module | Menu callback; present an administrative comment listing. |
| comment_delete | drupal/modules/comment.module | Menu callback; delete a comment. |
| comment_nodeapi | drupal/modules/comment.module | Implementation of hook_nodeapi(). |
| contact_admin_categories | drupal/modules/contact.module | Categories/list tab. |
| contact_admin_delete | drupal/modules/contact.module | Category delete page. |
| contact_mail_page | drupal/modules/contact.module | Site-wide contact page |
| contact_mail_page_submit | drupal/modules/contact.module | Process the site-wide contact page form submission. |
| do_search | drupal/modules/search.module | Do a query on the full-text search index for a word or words. |
| drupal_client_page | drupal/modules/drupal.module | Formats a list of all clients. |
| drupal_client_ping | drupal/modules/drupal.module | Callback function from drupal_xmlrpc() called when another site pings this one. |
| drupal_cron | drupal/modules/drupal.module | Implementation of hook_cron(); handles pings to and from the site. |
| drupal_get_installed_schema_version | drupal/includes/install.inc | Returns the currently installed schema version for a module. |
| drupal_is_denied | drupal/includes/bootstrap.inc | Perform an access check for a given mask and rule type. Rules are usually created via admin/access/rules page. |
| drupal_notify | drupal/modules/drupal.module | Sends a ping to the Drupal directory server. |
| fileupload_load | contributions/docs/developer/examples/fileupload.module | Implementation of hook_load(). |
| filter_admin_delete | drupal/modules/filter.module | Menu callback; confirm deletion of a format. |
| filter_admin_format_form_submit | drupal/modules/filter.module | Process filter format form submissions. |
| filter_admin_format_form_validate | drupal/modules/filter.module | Validate filter format form submissions. |
| filter_formats | drupal/modules/filter.module | Retrieve a list of input formats. |
| filter_list_format | drupal/modules/filter.module | Retrieve a list of filters for a certain format. |
| forum_get_forums | drupal/modules/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_load | drupal/modules/forum.module | Implementation of hook_load(). |
| forum_taxonomy | drupal/modules/forum.module | Implementation of hook_taxonomy(). |
| hook_load | contributions/docs/developer/hooks/node.php | Load node-type-specific information. |
| hook_update_index | contributions/docs/developer/hooks/core.php | Update Drupal's full-text index for this module. |
| list_themes | drupal/includes/theme.inc | Provides a list of currently available themes. |
| list_theme_engines | drupal/includes/theme.inc | Provides a list of currently available theme engines |
| locale | drupal/modules/locale.module | Provides interface translation services. |
| locale_refresh_cache | drupal/modules/locale.module | Refreshes database stored cache of translations. |
| locale_supported_languages | drupal/modules/locale.module | Returns list of languages supported on this site. |
| menu_item_delete_form | drupal/modules/menu.module | Menu callback; delete a single custom item. |
| module_list | drupal/includes/module.inc | Collect a list of all loaded modules. During the bootstrap, return only
vital modules. See bootstrap.inc |
| nodeapi_example_nodeapi | contributions/docs/developer/examples/nodeapi_example.module | Implementation of hook_nodeapi(). |
| node_access_example_form_alter | contributions/docs/developer/examples/node_access_example.module | Implementation of hook_form_alter(). |
| node_admin_nodes | drupal/modules/node.module | Menu callback: content administration. |
| node_example_load | contributions/docs/developer/examples/node_example.module | Implementation of hook_load(). |
| node_feed | drupal/modules/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_last_viewed | drupal/modules/node.module | Retrieves the timestamp at which the current user last viewed the
specified node. |
| node_load | drupal/modules/node.module | Load a node object from the database. |
| node_page_default | drupal/modules/node.module | Generate a listing of promoted nodes. |
| node_revision_list | drupal/modules/node.module | Return a list of all the existing revision numbers. |
| node_title_list | drupal/modules/node.module | Gather a listing of links to nodes. |
| node_update_index | drupal/modules/node.module | Implementation of hook_update_index(). |
| path_overview | drupal/modules/path.module | Return a listing of all defined URL aliases. |
| poll_cron | drupal/modules/poll.module | Implementation of hook_cron(). |
| poll_load | drupal/modules/poll.module | Implementation of hook_load(). |
| profile_admin_overview | drupal/modules/profile.module | Menu callback; display a listing of all editable profile fields. |
| profile_block | drupal/modules/profile.module | Implementation of hook_block(). |
| profile_browse | drupal/modules/profile.module | Menu callback; display a list of user information. |
| profile_field_delete | drupal/modules/profile.module | Menu callback; deletes a field from all user profiles. |
| search_index | drupal/modules/search.module | Update the full-text search index for a particular item. |
| search_update_totals | drupal/modules/search.module | This 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_hits | drupal/modules/statistics.module | Menu callback; presents the "recent hits" page. |
| statistics_top_pages | drupal/modules/statistics.module | Menu callback; presents the "top pages" page. |
| statistics_top_referrers | drupal/modules/statistics.module | Menu callback; presents the "referrer" page. |
| statistics_top_visitors | drupal/modules/statistics.module | Menu callback; presents the "top visitors" page. |
| system_get_files_database | drupal/modules/system.module | Retrieves the current status of an array of files in the system table. |
| system_region_list | drupal/modules/system.module | Get a list of available regions from a specified theme. |
| system_update_159 | drupal/database/updates.inc | Retrieve data out of the old_revisions table and put into new revision
system. |
| system_update_178 | drupal/database/updates.inc | Update base paths for relative URLs in node and comment content. |
| system_update_179 | drupal/database/updates.inc | Update base paths for relative URLs in custom blocks, profiles and various variables. |
| taxonomy_autocomplete | drupal/modules/taxonomy.module | Helper function for autocompletion |
| taxonomy_form_alter | drupal/modules/taxonomy.module | Generate a form for selecting terms to associate with a node. |
| taxonomy_get_children | drupal/modules/taxonomy.module | Find all children of a term ID. |
| taxonomy_get_parents | drupal/modules/taxonomy.module | Find all parents of a given term ID. |
| taxonomy_get_related | drupal/modules/taxonomy.module | Find all term objects related to a given term ID. |
| taxonomy_get_synonym_root | drupal/modules/taxonomy.module | Return the term object that has the given string as a synonym. |
| taxonomy_get_term | drupal/modules/taxonomy.module | Return the term object matching a term ID. |
| taxonomy_get_term_by_name | drupal/modules/taxonomy.module | Try to map a string to an existing term, as for glossary use. |
| taxonomy_get_tree | drupal/modules/taxonomy.module | Create a hierarchical representation of a vocabulary. |
| taxonomy_get_vocabularies | drupal/modules/taxonomy.module | Return an array of all vocabulary objects. |
| taxonomy_get_vocabulary | drupal/modules/taxonomy.module | Return the vocabulary object matching a vocabulary ID. |
| taxonomy_node_get_terms | drupal/modules/taxonomy.module | Find all terms associated to the given node, ordered by vocabulary and term weight. |
| taxonomy_node_get_terms_by_vocabulary | drupal/modules/taxonomy.module | Find all terms associated to the given node, within one vocabulary. |
| taxonomy_render_nodes | drupal/modules/taxonomy.module | Accepts 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_nodes | drupal/modules/taxonomy.module | Given a term id, count the number of published nodes in it. |
| taxonomy_term_page | drupal/modules/taxonomy.module | Menu callback; displays all nodes associated with a term. |
| theme_aggregator_page_item | drupal/modules/aggregator.module | Format an individual feed item for display on the aggregator page. |
| theme_forum_topic_navigation | drupal/modules/forum.module | Format the next/previous forum topic navigation links. |
| tracker_page | drupal/modules/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| user_access | drupal/modules/user.module | Determine whether the user has a given privilege. |
| user_admin_access | drupal/modules/user.module | Menu callback: list all access rules |
| user_admin_access_delete | drupal/modules/user.module | Menu callback: delete an access rule |
| user_admin_perm | drupal/modules/user.module | Menu callback: administer permissions. |
| user_admin_role | drupal/modules/user.module | Menu callback: administer roles. |
| user_autocomplete | drupal/modules/user.module | Retrieve a pipe delimited string of autocomplete suggestions for existing users |
| user_block | drupal/modules/user.module | Implementation of hook_block(). |
| user_get_authmaps | drupal/modules/user.module | Accepts an user object, $account, or a DA name and returns an associative
array of modules and DA names. Called at external login. |
| user_is_blocked | drupal/modules/user.module | Checks for usernames blocked by user administration |
| user_load | drupal/modules/user.module | Fetch a user object. |
| user_roles | drupal/modules/user.module | Retrieve an array of roles matching specified conditions. |
| user_search | drupal/modules/user.module | Implementation of hook_search(). |
| variable_init | drupal/includes/bootstrap.inc | Load the persistent variable table. |
| watchdog_event | drupal/modules/watchdog.module | Menu callback; displays details about a log message. |
| watchdog_overview | drupal/modules/watchdog.module | Menu callback; displays a listing of log messages. |
| _aggregator_page_list | drupal/modules/aggregator.module | Prints an aggregator page listing a number of feed items. Various
menu callbacks use this function to print their feeds. |
| _block_rehash | drupal/modules/block.module | Update the 'blocks' DB table with the blocks currently exported by modules. |
| _comment_load | drupal/modules/comment.module | Load the entire comment by cid. |
| _comment_update_node_statistics | drupal/modules/comment.module | Updates the comment statistics for a given node. This should be called any
time a comment is added, deleted, or updated. |
| _filter_tips | drupal/modules/filter.module | Helper function for fetching filter tips. |
| _locale_add_language | drupal/includes/locale.inc | Helper function to add a language |
| _locale_admin_manage_screen | drupal/includes/locale.inc | User interface for the language management screen. |
| _locale_export_po | drupal/includes/locale.inc | Exports a Portable Object (Template) file for a language |
| _locale_import_one_string | drupal/includes/locale.inc | Imports a string into the database |
| _locale_import_po | drupal/includes/locale.inc | Parses Gettext Portable Object file information and inserts into database |
| _locale_string_edit | drupal/includes/locale.inc | User interface for string editing. |
| _locale_string_edit_submit | drupal/includes/locale.inc | Process string editing form submissions.
Saves all translations of one string submitted from a form. |
| _locale_string_seek | drupal/includes/locale.inc | Perform a string search and display results in a table |
| _menu_build | drupal/includes/menu.inc | Build the menu by querying both modules and the database. |
| _taxonomy_term_children | drupal/modules/taxonomy.module | Helper for taxonomy_term_count_nodes(). |