| aggregator_block | drupal/modules/aggregator.module | Implementation of hook_block(). |
| aggregator_cron | drupal/modules/aggregator.module | Implementation of hook_cron(). |
| aggregator_menu | drupal/modules/aggregator.module | Implementation of hook_menu(). |
| 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_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_refresh | drupal/modules/aggregator.module | Checks a news feed for new items. |
| archive_calendar | drupal/modules/archive.module | Generates a monthly calendar, for display in the archive block. |
| block_admin_configure | drupal/modules/block.module | Menu callback; displays the block configuration form. |
| block_block | drupal/modules/block.module | Implementation of hook_block(). |
| block_box_delete | drupal/modules/block.module | Menu callback; confirm and delete custom blocks. |
| block_list | drupal/modules/block.module | Return all blocks in the specied region for the current user. You may
use this function to implement variable block regions. The default
regions are 'left', 'right' and 'all', where 'all' means both left... |
| block_user | drupal/modules/block.module | Implementation of hook_user(). |
| blog_form | drupal/modules/blog.module | Implementation of hook_form(). |
| book_admin_orphan | drupal/modules/book.module | Menu callback; displays a listing of all orphaned book pages. |
| book_block | drupal/modules/book.module | Implementation of hook_block(). |
| book_delete | drupal/modules/book.module | Implementation of hook_delete(). |
| book_insert | drupal/modules/book.module | Implementation of hook_insert(). |
| book_load | drupal/modules/book.module | Implementation of hook_load(). |
| book_location | drupal/modules/book.module | Return the path (call stack) to a certain book page. |
| book_menu | drupal/modules/book.module | Implementation of hook_menu(). |
| book_next | drupal/modules/book.module | Fetch the node object of the next page of the book. |
| book_nodeapi | drupal/modules/book.module | Implementation of hook_nodeapi(). |
| book_outline | drupal/modules/book.module | Implementation of function book_outline()
Handles all book outline operations. |
| book_prev | drupal/modules/book.module | Fetch the node object of the previous page of the book. |
| book_print | drupal/modules/book.module | Menu callback; generates printer-friendly book page with all descendants. |
| book_render | drupal/modules/book.module | Menu callback; prints a listing of all books. |
| book_update | drupal/modules/book.module | Implementation of hook_update(). |
| cache_clear_all | drupal/includes/bootstrap.inc | Expire data from the cache. |
| cache_get | drupal/includes/bootstrap.inc | Return data from the persistent cache. |
| cache_set | drupal/includes/bootstrap.inc | Store data in the persistent cache. |
| comment_admin_edit | drupal/modules/comment.module | Menu callback; edit a comment from the administrative interface. |
| comment_configure | drupal/modules/comment.module | Menu callback; presents the comment settings page. |
| comment_delete | drupal/modules/comment.module | Menu callback; delete a comment. |
| comment_matrix_settings | drupal/modules/comment.module | Menu callback; presents the moderation vote matrix. |
| comment_nodeapi | drupal/modules/comment.module | Implementation of hook_nodeapi(). |
| comment_num_new | drupal/modules/comment.module | get number of new comments for current user and specified node |
| comment_role_settings | drupal/modules/comment.module | Menu callback; allows admin to set default scores for different roles. |
| comment_threshold_settings | drupal/modules/comment.module | Menu callback; displays settings for thresholds at which comments are displayed. |
| comment_vote_settings | drupal/modules/comment.module | Menu callback; displays page for assigning names to vote values. |
| db_next_id | drupal/includes/database.pgsql.inc | Return a new unique ID in the given sequence. |
| do_search | drupal/modules/search.module | Do a query on the full-text search index for a word or words. |
| drupal_cron | drupal/modules/drupal.module | Implementation of hook_cron(); handles pings to and from the site. |
| drupal_directory_page | drupal/modules/drupal.module | Formats a list of all sites indexed in the directory. |
| drupal_directory_ping | drupal/modules/drupal.module | Callback function from drupal_xmlrpc() called when another site pings this one. |
| drupal_get_filename | drupal/includes/bootstrap.inc | Returns 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_path_map | drupal/includes/bootstrap.inc | Return an array mapping path aliases to their internal Drupal paths. |
| filter_admin_add | drupal/modules/filter.module | Add a new input format. |
| filter_admin_delete | drupal/modules/filter.module | Menu callback; confirm deletion of a format. |
| filter_admin_filters_save | drupal/modules/filter.module | Save enabled/disabled status for filters in a format. |
| filter_admin_order_save | drupal/modules/filter.module | Save the weights of filters in a format. |
| filter_admin_save | drupal/modules/filter.module | Save input formats on the overview page. |
| filter_formats | drupal/modules/filter.module | Retrieve a list of input formats. |
| filter_format_allowcache | drupal/modules/filter.module | Check if text in a certain input format is allowed to be cached. |
| filter_list_format | drupal/modules/filter.module | Retrieve a list of filters for a certain format. |
| flood_is_allowed | drupal/includes/common.inc | Check if the current visitor (hostname/IP) is allowed to proceed with the specified event.
The user is allowed to proceed if he did not trigger the specified event more than
$threshold times per hour. |
| flood_register_event | drupal/includes/common.inc | Register an event for the current visitor (hostname/IP) to the flood control mechanism. |
| forum_delete | drupal/modules/forum.module | Implementation of hook_delete(). |
| forum_get_forums | drupal/modules/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_insert | drupal/modules/forum.module | Implementation of hook_insert(). |
| forum_link | drupal/modules/forum.module | Implementation of hook_link(). |
| forum_load | drupal/modules/forum.module | Implementation of hook_load(). |
| forum_taxonomy | drupal/modules/forum.module | Implementation of hook_taxonomy(). |
| forum_update | drupal/modules/forum.module | Implementation of hook_update(). |
| forum_validate | drupal/modules/forum.module | Implementation of hook_validate(). |
| hook_cron | contributions/docs/developer/hooks/core.php | Perform periodic actions. |
| hook_delete | contributions/docs/developer/hooks/node.php | Respond to node deletion. |
| hook_exit | contributions/docs/developer/hooks/core.php | Perform cleanup tasks. |
| hook_init | contributions/docs/developer/hooks/core.php | Perform setup tasks. |
| hook_insert | contributions/docs/developer/hooks/node.php | Respond to node insertion. |
| hook_load | contributions/docs/developer/hooks/node.php | Load node-type-specific information. |
| hook_update | contributions/docs/developer/hooks/node.php | Respond to node updating. |
| 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_admin_manage | drupal/modules/locale.module | Page handler for the language management screen |
| locale_admin_manage_add | drupal/modules/locale.module | Page handler for the language addition screen |
| locale_admin_manage_delete_screen | drupal/modules/locale.module | User interface for the language deletion confirmation screen |
| locale_admin_string | drupal/modules/locale.module | Page handler for the string search and administration screen |
| 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_delete_item | drupal/modules/menu.module | Menu callback; delete a single custom item. |
| menu_disable_item | drupal/modules/menu.module | Menu callback; hide a menu item. |
| menu_edit_item | drupal/modules/menu.module | Menu callback; dispatch to the appropriate menu item edit function. |
| menu_edit_item_save | drupal/modules/menu.module | Save changes to a menu item into the database. |
| menu_rebuild | drupal/includes/menu.inc | Populate the database representation of the menu. |
| menu_reset | drupal/modules/menu.module | Menu callback; clear the database, resetting the menu to factory defaults. |
| menu_reset_item | drupal/modules/menu.module | Menu callback; reset a single modified 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 | drupal/modules/node.module | Determine whether the current user may perform the given operation on the
specified node. |
| node_access_example_nodeapi | contributions/docs/developer/examples/node_access_example.module | Implementation of hook_nodeapi(). |
| node_access_view_all_nodes | drupal/modules/node.module | Determine whether the user has a global viewing grant for all nodes. |
| node_admin_nodes | drupal/modules/node.module | Generate the content administration overview. |
| node_comment_mode | drupal/modules/node.module | Retrieve the comment mode for the given node ID (none, read, or read/write). |
| node_cron | drupal/modules/node.module | Implementation of hook_cron(). |
| node_delete | drupal/modules/node.module | Ask for confirmation, and delete the node. |
| node_example_delete | contributions/docs/developer/examples/node_example.module | Implementation of hook_delete(). |
| node_example_insert | contributions/docs/developer/examples/node_example.module | Implementation of hook_insert(). |
| node_example_load | contributions/docs/developer/examples/node_example.module | Implementation of hook_load(). |
| node_example_update | contributions/docs/developer/examples/node_example.module | Implementation of hook_update(). |
| 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 | drupal/modules/node.module | Menu callback; dispatches control to the appropriate operation handler. |
| node_save | drupal/modules/node.module | Save a node object into the database. |
| node_search | drupal/modules/node.module | Implementation of hook_search(). |
| node_tag_new | drupal/modules/node.module | Update the 'last viewed' timestamp of the specified node for current user. |
| pager_query | drupal/includes/pager.inc | Perform a paged database query. |
| path_admin_delete | drupal/modules/path.module | Menu callback; handles deletion of an URL alias. |
| path_load | drupal/modules/path.module | Fetch a specific URL alias from the database. |
| path_nodeapi | drupal/modules/path.module | Implementation of hook_nodeapi(). |
| path_save | drupal/modules/path.module | Verify that a new URL alias is valid, and save it to the database. |
| path_set_alias | drupal/modules/path.module | Set an aliased path for a given Drupal path, preventing duplicates. |
| ping_cron | drupal/modules/ping.module | Implementation of hook_cron(). |
| poll_block | drupal/modules/poll.module | Implementation of hook_block(). |
| poll_cron | drupal/modules/poll.module | Implementation of hook_cron(). |
| poll_delete | drupal/modules/poll.module | Implementation of hook_delete(). |
| poll_load | drupal/modules/poll.module | Implementation of hook_load(). |
| poll_update | drupal/modules/poll.module | Implementation of hook_update(). |
| poll_vote | drupal/modules/poll.module | Callback for processing a vote |
| profile_admin_add | drupal/modules/profile.module | Menu callback; adds a new field to all user profiles. |
| profile_admin_delete | drupal/modules/profile.module | Menu callback; deletes a field from all user profiles. |
| profile_admin_edit | drupal/modules/profile.module | Menu callback; displays the profile field editing form. |
| profile_admin_overview | drupal/modules/profile.module | Menu callback; display a listing of all editable profile fields. |
| profile_browse | drupal/modules/profile.module | Menu callback; display a list of user information. |
| queue_nodeapi | drupal/modules/queue.module | Implementation of hook_nodeapi(). |
| search_cron | drupal/modules/search.module | Implementation of hook_cron(). |
| search_index | drupal/modules/search.module | Update the full-text search index for a particular item. |
| search_wipe | drupal/modules/search.module | Wipes a part of or the entire search index. |
| statistics_cron | drupal/modules/statistics.module | Implementation of hook_cron(). |
| statistics_exit | drupal/modules/statistics.module | Implementation of hook_exit(). |
| statistics_get | drupal/modules/statistics.module | Retrieves a node's "view statistics". |
| statistics_nodeapi | drupal/modules/statistics.module | Implementation of hook_nodeapi(). |
| system_get_files_database | drupal/modules/system.module | Retrieves the current status of an array of files in the system table. |
| system_module_listing | drupal/modules/system.module | Generate a list of all the available modules, as well as update the system list. |
| system_theme_data | drupal/modules/system.module | Collect data about all currently available themes |
| 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_synonyms | drupal/modules/taxonomy.module | Return an array of synonyms of the 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_delete | drupal/modules/taxonomy.module | Remove associations of a node to its terms. |
| taxonomy_node_form | drupal/modules/taxonomy.module | Generate a form for selecting terms to associate with a node. |
| taxonomy_node_get_terms | drupal/modules/taxonomy.module | Find all terms associated to the given node. |
| taxonomy_node_get_terms_by_vocabulary | drupal/modules/taxonomy.module | Find all terms associated to the given node, within one vocabulary. |
| taxonomy_node_save | drupal/modules/taxonomy.module | Save term associations for a given node. |
| 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. |
| throttle_exit | drupal/modules/throttle.module | Implementation of hook_exit(). |
| 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_add | drupal/modules/user.module | Menu callback: add an access rule |
| user_admin_access_delete | drupal/modules/user.module | Menu callback: delete an access rule |
| user_admin_access_edit | drupal/modules/user.module | Menu callback: edit 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_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_get_authname | drupal/modules/user.module | Called by authentication modules in order to edit/view their authmap information. |
| user_load | drupal/modules/user.module | Fetch a user object. |
| user_save | drupal/modules/user.module | Save changes to a user account. |
| variable_del | drupal/includes/bootstrap.inc | Unset a persistent variable. |
| variable_init | drupal/includes/bootstrap.inc | Load the persistent variable table. |
| variable_set | drupal/includes/bootstrap.inc | Set a persistent variable. |
| watchdog | drupal/includes/bootstrap.inc | Log a system message. |
| watchdog_cron | drupal/modules/watchdog.module | Implementation of hook_cron(). |
| watchdog_event | drupal/modules/watchdog.module | Menu callback; displays details about a log message. |
| _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_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. |
| _forum_get_vid | drupal/modules/forum.module | Returns the vocabulary id for forum navigation. |
| _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_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_save | drupal/includes/locale.inc | Action handler for string editing |
| _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(). |