| aggregator_block | modules/aggregator.module | Implementation of hook_block(). |
| aggregator_cron | modules/aggregator.module | Implementation of hook_cron(). |
| aggregator_form_category_validate | modules/aggregator.module | Validate aggregator_form_feed form submissions. |
| aggregator_form_feed | modules/aggregator.module | Generate a form to add/edit feed sources. |
| aggregator_form_feed_validate | modules/aggregator.module | Validate aggregator_form_feed form submissions. |
| aggregator_menu | modules/aggregator.module | Implementation of hook_menu(). |
| aggregator_page_categories | modules/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_category | modules/aggregator.module | Menu callback; displays all the items aggregated in a particular category. |
| aggregator_page_opml | modules/aggregator.module | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_rss | modules/aggregator.module | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_source | modules/aggregator.module | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_sources | modules/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_refresh | modules/aggregator.module | Checks a news feed for new items. |
| aggregator_save_category | modules/aggregator.module | Add/edit/delete aggregator categories. |
| aggregator_save_feed | modules/aggregator.module | Add/edit/delete an aggregator feed. |
| archive_calendar | modules/archive.module | Generates a monthly calendar, for display in the archive block. |
| block_admin_configure | modules/block.module | Menu callback; displays the block configuration form. |
| block_admin_display_submit | modules/block.module | Process main block administration form submission. |
| block_block | modules/block.module | Implementation of hook_block(). |
| block_box_delete_confirm_submit | modules/block.module | Deletion of custom blocks. |
| block_list | modules/block.module | Return all blocks in the specified region for the current user. |
| block_user | modules/block.module | Implementation of hook_user(). |
| blog_form | modules/blog.module | Implementation of hook_form(). |
| book_admin_orphan | modules/book.module | Menu callback; displays a listing of all orphaned book pages. |
| book_admin_overview | modules/book.module | Returns an administrative overview of all books. |
| book_block | modules/book.module | Implementation of hook_block(). |
| book_delete | modules/book.module | Implementation of hook_delete(). |
| book_export | modules/book.module | Menu callback; Generates various representation of a book page with
all descendants and prints the requested representation to output. |
| book_insert | modules/book.module | Implementation of hook_insert(). |
| book_load | modules/book.module | Implementation of hook_load(). |
| book_location | 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 | 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_menu | modules/book.module | Implementation of hook_menu(). |
| book_next | modules/book.module | Fetches the node object of the next page of the book. |
| book_nodeapi | modules/book.module | Implementation of hook_nodeapi(). |
| book_outline_submit | modules/book.module | Handles book outline form submissions. |
| book_prev | modules/book.module | Fetches the node object of the previous page of the book. |
| book_recurse | 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 | modules/book.module | Menu callback; prints a listing of all books. |
| book_toc | modules/book.module | Returns an array of titles and nid entries of book pages in table of contents order. |
| book_tree | modules/book.module | Returns an HTML nested list (wrapped in a menu-class div) representing the book nodes
as a tree. |
| book_update | modules/book.module | Implementation of hook_update(). |
| cache_clear_all | includes/bootstrap.inc | Expire data from the cache. |
| cache_get | includes/bootstrap.inc | Return data from the persistent cache. |
| cache_set | includes/bootstrap.inc | Store data in the persistent cache. |
| comment_admin_overview_submit | modules/comment.module | Execute the chosen 'Update option' on the selected comments, such as
publishing, unpublishing or deleting. |
| comment_delete | modules/comment.module | Menu callback; delete a comment. |
| comment_multiple_delete_confirm | modules/comment.module | List the selected comments and verify that the admin really wants to delete
them. |
| comment_nodeapi | modules/comment.module | Implementation of hook_nodeapi(). |
| comment_num_new | modules/comment.module | get number of new comments for current user and specified node |
| comment_save | modules/comment.module | Accepts a submission of new or changed comment content. |
| comment_user | modules/comment.module | Implementation of hook_user(). |
| contact_admin_categories | modules/contact.module | Categories/list tab. |
| contact_admin_delete | modules/contact.module | Category delete page. |
| contact_admin_delete_submit | modules/contact.module | Process category delete form submission. |
| contact_admin_edit | modules/contact.module | Category edit page. |
| contact_admin_edit_submit | modules/contact.module | Process the contact category edit page form submission. |
| contact_mail_page | modules/contact.module | Site-wide contact page |
| contact_mail_page_submit | modules/contact.module | Process the site-wide contact page form submission. |
| db_check_setup | includes/database.pgsql.inc | Verify if the database is set up correctly. |
| db_lock_table | includes/database.pgsql.inc | Lock a table.
This function automatically starts a transaction. |
| db_next_id | includes/database.pgsql.inc | Return a new unique ID in the given sequence. |
| db_query | includes/database.inc | Runs a basic query in the active database. |
| db_unlock_tables | includes/database.pgsql.inc | Unlock all locked tables.
This function automatically commits a transaction. |
| do_search | modules/search.module | Do a query on the full-text search index for a word or words. |
| drupal_client_page | modules/drupal.module | Formats a list of all clients. |
| drupal_client_ping | modules/drupal.module | Callback function from drupal_xmlrpc() called when another site pings this one. |
| drupal_cron | modules/drupal.module | Implementation of hook_cron(); handles pings to and from the site. |
| drupal_get_filename | 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_installed_schema_version | includes/install.inc | Returns the currently installed schema version for a module. |
| drupal_is_denied | includes/bootstrap.inc | Perform an access check for a given mask and rule type. Rules are usually created via admin/access/rules page. |
| drupal_lookup_path | includes/path.inc | Given an alias, return its Drupal system URL if one exists. Given a Drupal
system URL return its alias if one exists. |
| drupal_notify | modules/drupal.module | Sends a ping to the Drupal directory server. |
| drupal_set_installed_schema_version | includes/install.inc | Update the installed version information for a module. |
| fileupload_delete | developer/examples/fileupload.module | Implementation of hook_delete(). |
| fileupload_file_download | developer/examples/fileupload.module | Implementation of hook_file_download. |
| fileupload_insert | developer/examples/fileupload.module | Implementation of hook_insert(). |
| fileupload_load | developer/examples/fileupload.module | Implementation of hook_load(). |
| fileupload_update | developer/examples/fileupload.module | Implementation of hook_update(). |
| filter_admin_delete | modules/filter.module | Menu callback; confirm deletion of a format. |
| filter_admin_delete_submit | modules/filter.module | Process filter delete form submission. |
| filter_admin_format_form_submit | modules/filter.module | Process filter format form submissions. |
| filter_admin_format_form_validate | modules/filter.module | Validate filter format form submissions. |
| filter_admin_order_submit | modules/filter.module | Process filter order configuration form submission. |
| filter_formats | modules/filter.module | Retrieve a list of input formats. |
| filter_format_allowcache | modules/filter.module | Check if text in a certain input format is allowed to be cached. |
| filter_list_format | modules/filter.module | Retrieve a list of filters for a certain format. |
| flood_is_allowed | 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 | includes/common.inc | Register an event for the current visitor (hostname/IP) to the flood control mechanism. |
| forum_delete | modules/forum.module | Implementation of hook_delete(). |
| forum_get_forums | modules/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_insert | modules/forum.module | Implementation of hook_insert(). |
| forum_load | modules/forum.module | Implementation of hook_load(). |
| forum_nodeapi | modules/forum.module | Implementation of hook_nodeapi(). |
| forum_taxonomy | modules/forum.module | Implementation of hook_taxonomy(). |
| forum_update | modules/forum.module | Implementation of hook_update(). |
| forum_validate | modules/forum.module | Implementation of hook_validate(). |
| hook_cron | developer/hooks/core.php | Perform periodic actions. |
| hook_delete | developer/hooks/node.php | Respond to node deletion. |
| hook_exit | developer/hooks/core.php | Perform cleanup tasks. |
| hook_file_download | developer/hooks/core.php | Allow file downloads. |
| hook_init | developer/hooks/core.php | Perform setup tasks. |
| hook_insert | developer/hooks/node.php | Respond to node insertion. |
| hook_install | developer/hooks/install.php | Install the current version of the database schema. |
| hook_load | developer/hooks/node.php | Load node-type-specific information. |
| hook_update | developer/hooks/node.php | Respond to node updating. |
| list_themes | includes/theme.inc | Provides a list of currently available themes. |
| list_theme_engines | includes/theme.inc | Provides a list of currently available theme engines |
| locale | modules/locale.module | Provides interface translation services. |
| locale_add_language_form_validate | includes/locale.inc | Validate the language addition form. |
| locale_admin_manage_delete_form_submit | modules/locale.module | Process language deletion submissions. |
| locale_admin_string_delete | modules/locale.module | Delete a string. |
| locale_refresh_cache | modules/locale.module | Refreshes database stored cache of translations. |
| locale_supported_languages | modules/locale.module | Returns list of languages supported on this site. |
| menu_delete_item | modules/menu.module | Delete a menu item from the database. If $item['mid'] is specified, then
this is used to find the existing item; otherwise, $item['path'] is used. |
| menu_edit_item_form | modules/menu.module | Present the menu item editing form. |
| menu_edit_menu_form | modules/menu.module | Menu callback; handle the adding/editing of a new menu. |
| menu_form_alter | modules/menu.module | Implementation of hook_form_alter().
Add menu item fields to the node form. |
| menu_item_delete_form | modules/menu.module | Menu callback; delete a single custom item. |
| menu_reset_item | modules/menu.module | Menu callback; reset a single modified item. |
| menu_save_item | modules/menu.module | Save a menu item to the database. |
| module_list | includes/module.inc | Collect a list of all loaded modules. During the bootstrap, return only
vital modules. See bootstrap.inc |
| nodeapi_example_nodeapi | developer/examples/nodeapi_example.module | Implementation of hook_nodeapi(). |
| node_access | modules/node.module | Determine whether the current user may perform the given operation on the
specified node. |
| node_access_example_form_alter | developer/examples/node_access_example.module | Implementation of hook_form_alter(). |
| node_access_example_nodeapi | developer/examples/node_access_example.module | Implementation of hook_nodeapi(). |
| node_access_view_all_nodes | modules/node.module | Determine whether the user has a global viewing grant for all nodes. |
| node_admin_nodes_submit | modules/node.module | Generate the content administration overview. |
| node_comment_mode | modules/node.module | Retrieve the comment mode for the given node ID (none, read, or read/write). |
| node_cron | modules/node.module | Implementation of hook_cron(). |
| node_delete | modules/node.module | Delete a node. |
| node_example_delete | developer/examples/node_example.module | Implementation of hook_delete(). |
| node_example_insert | developer/examples/node_example.module | Implementation of hook_insert(). |
| node_example_load | developer/examples/node_example.module | Implementation of hook_load(). |
| node_example_nodeapi | developer/examples/node_example.module | Implementation of hook_nodeapi(). |
| node_example_update | developer/examples/node_example.module | Implementation of hook_update(). |
| node_last_viewed | modules/node.module | Retrieves the timestamp at which the current user last viewed the
specified node. |
| node_load | modules/node.module | Load a node object from the database. |
| node_menu | modules/node.module | Implementation of hook_menu(). |
| node_page | modules/node.module | Menu callback; dispatches control to the appropriate operation handler. |
| node_revision_delete | modules/node.module | Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a
revision is deleted. |
| node_revision_list | modules/node.module | Return a list of all the existing revision numbers. |
| node_save | modules/node.module | Save a node object into the database. |
| node_search | modules/node.module | Implementation of hook_search(). |
| node_tag_new | modules/node.module | Update the 'last viewed' timestamp of the specified node for current user. |
| node_update_index | modules/node.module | Implementation of hook_update_index(). |
| node_user | modules/node.module | Implementation of hook_user(). |
| pager_query | includes/pager.inc | Perform a paged database query. |
| path_admin_delete | modules/path.module | Post-confirmation; delete an URL alias. |
| path_form_alter | modules/path.module | Implementation of hook_form_alter(). |
| path_form_validate | modules/path.module | Verify that URL alias is valid. |
| path_load | modules/path.module | Fetch a specific URL alias from the database. |
| path_nodeapi | modules/path.module | Implementation of hook_nodeapi(). |
| path_set_alias | modules/path.module | Set an aliased path for a given Drupal path, preventing duplicates. |
| ping_cron | modules/ping.module | Implementation of hook_cron(). |
| poll_block | modules/poll.module | Implementation of hook_block(). |
| poll_cron | modules/poll.module | Implementation of hook_cron(). |
| poll_delete | modules/poll.module | Implementation of hook_delete(). |
| poll_load | modules/poll.module | Implementation of hook_load(). |
| poll_update | modules/poll.module | Implementation of hook_update(). |
| poll_user | modules/poll.module | Implementation of hook_user(). |
| poll_vote | modules/poll.module | Callback for processing a vote |
| profile_admin_overview | modules/profile.module | Menu callback; display a listing of all editable profile fields. |
| profile_block | modules/profile.module | Implementation of hook_block(). |
| profile_browse | modules/profile.module | Menu callback; display a list of user information. |
| profile_field_delete | modules/profile.module | Menu callback; deletes a field from all user profiles. |
| profile_field_delete_submit | modules/profile.module | Process a field delete form submission. |
| profile_field_form | modules/profile.module | Menu callback: Generate a form to add/edit a user profile field. |
| profile_field_form_submit | modules/profile.module | Process profile_field_form submissions. |
| profile_field_form_validate | modules/profile.module | Validate profile_field_form submissions. |
| profile_user | modules/profile.module | Implementation of hook_user(). |
| search_index | modules/search.module | Update the full-text search index for a particular item. |
| search_update_totals | 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). |
| search_wipe | modules/search.module | Wipes a part of or the entire search index. |
| sess_regenerate | includes/session.inc | Called when an anonymous user becomes authenticated or vice-versa. |
| statistics_cron | modules/statistics.module | Implementation of hook_cron(). |
| statistics_exit | modules/statistics.module | Implementation of hook_exit(). |
| statistics_get | modules/statistics.module | Retrieves a node's "view statistics". |
| statistics_nodeapi | modules/statistics.module | Implementation of hook_nodeapi(). |
| statistics_user | modules/statistics.module | Implementation of hook_user(). |
| system_get_files_database | modules/system.module | Retrieves the current status of an array of files in the system table. |
| system_initialize_theme_blocks | modules/system.module | Assign an initial, default set of blocks for a theme. |
| system_modules | modules/system.module | Menu callback; displays a listing of all modules. |
| system_region_list | modules/system.module | Get a list of available regions from a specified theme. |
| system_theme_data | modules/system.module | Collect data about all currently available themes |
| system_update_159 | database/updates.inc | Retrieve data out of the old_revisions table and put into new revision
system. |
| system_update_178 | database/updates.inc | Update base paths for relative URLs in node and comment content. |
| system_update_179 | database/updates.inc | Update base paths for relative URLs in custom blocks, profiles and various variables. |
| taxonomy_form_alter | modules/taxonomy.module | Generate a form for selecting terms to associate with a node. |
| taxonomy_get_children | modules/taxonomy.module | Find all children of a term ID. |
| taxonomy_get_parents | modules/taxonomy.module | Find all parents of a given term ID. |
| taxonomy_get_related | modules/taxonomy.module | Find all term objects related to a given term ID. |
| taxonomy_get_synonyms | modules/taxonomy.module | Return an array of synonyms of the given term ID. |
| taxonomy_get_synonym_root | modules/taxonomy.module | Return the term object that has the given string as a synonym. |
| taxonomy_get_term | modules/taxonomy.module | Return the term object matching a term ID. |
| taxonomy_get_term_by_name | modules/taxonomy.module | Try to map a string to an existing term, as for glossary use. |
| taxonomy_get_tree | modules/taxonomy.module | Create a hierarchical representation of a vocabulary. |
| taxonomy_get_vocabularies | modules/taxonomy.module | Return an array of all vocabulary objects. |
| taxonomy_get_vocabulary | modules/taxonomy.module | Return the vocabulary object matching a vocabulary ID. |
| taxonomy_node_delete | modules/taxonomy.module | Remove associations of a node to its terms. |
| taxonomy_node_get_terms | modules/taxonomy.module | Find all terms associated to the given node, ordered by vocabulary and term weight. |
| taxonomy_node_get_terms_by_vocabulary | modules/taxonomy.module | Find all terms associated to the given node, within one vocabulary. |
| taxonomy_node_save | modules/taxonomy.module | Save term associations for a given node. |
| taxonomy_term_count_nodes | modules/taxonomy.module | Given a term id, count the number of published nodes in it. |
| taxonomy_term_page | modules/taxonomy.module | Menu callback; displays all nodes associated with a term. |
| theme_aggregator_page_item | modules/aggregator.module | Format an individual feed item for display on the aggregator page. |
| theme_forum_topic_navigation | modules/forum.module | Format the next/previous forum topic navigation links. |
| throttle_exit | modules/throttle.module | Implementation of hook_exit(). |
| update_convert_table_utf8 | update.php | Convert a single MySQL table to UTF-8. |
| update_do_updates | update.php | Perform updates for one second or until finished. |
| update_fix_schema_version | update.php | If the schema version for Drupal core is stored in the variables table
(4.6.x and earlier) move it to the schema_version column of the system
table. |
| update_fix_sessions | update.php | System update 130 changes the sessions table, which breaks the update
script's ability to use session variables. This changes the table
appropriately. |
| update_fix_watchdog | update.php | System update 142 changes the watchdog table, which breaks the update
script's ability to use logging. This changes the table appropriately. |
| upload_space_used | modules/upload.module | Determine how much disk space is occupied by a user's uploaded files. |
| upload_total_space_used | modules/upload.module | Determine how much disk space is occupied by uploaded files. |
| user_access | modules/user.module | Determine whether the user has a given privilege. |
| user_admin_access | modules/user.module | Menu callback: list all access rules |
| user_admin_access_add | modules/user.module | Menu callback: add an access rule |
| user_admin_access_delete | modules/user.module | Menu callback: delete an access rule |
| user_admin_access_edit | modules/user.module | Menu callback: edit an access rule |
| user_admin_perm | modules/user.module | Menu callback: administer permissions. |
| user_admin_role | modules/user.module | Menu callback: administer roles. |
| user_block | modules/user.module | Implementation of hook_block(). |
| user_get_authmaps | 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 | modules/user.module | Checks for usernames blocked by user administration |
| user_load | modules/user.module | Fetch a user object. |
| user_pass_reset | modules/user.module | Menu callback; process one time login link and redirects to the user page on success. |
| user_roles | modules/user.module | Retrieve an array of roles matching specified conditions. |
| user_save | modules/user.module | Save changes to a user account or add a new user. |
| variable_del | includes/bootstrap.inc | Unset a persistent variable. |
| variable_init | includes/bootstrap.inc | Load the persistent variable table. |
| variable_set | includes/bootstrap.inc | Set a persistent variable. |
| watchdog | includes/bootstrap.inc | Log a system message. |
| watchdog_cron | modules/watchdog.module | Implementation of hook_cron(). |
| watchdog_event | modules/watchdog.module | Menu callback; displays details about a log message. |
| watchdog_user | modules/watchdog.module | Implementation of hook_user(). |
| _aggregator_page_list | 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 | modules/block.module | Update the 'blocks' DB table with the blocks currently exported by modules. |
| _comment_load | modules/comment.module | Load the entire comment by cid. |
| _comment_update_node_statistics | 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 | modules/filter.module | Helper function for fetching filter tips. |
| _forum_get_vid | modules/forum.module | Returns the vocabulary id for forum navigation. |
| _forum_topics_unread | modules/forum.module | Calculate the number of nodes the user has not yet read and are newer
than NODE_NEW_LIMIT. |
| _locale_add_language | includes/locale.inc | Helper function to add a language |
| _locale_admin_manage_screen | includes/locale.inc | User interface for the language management screen. |
| _locale_admin_manage_screen_submit | includes/locale.inc | Process locale admin manager form submissions. |
| _locale_export_po | includes/locale.inc | Exports a Portable Object (Template) file for a language |
| _locale_import_one_string | includes/locale.inc | Imports a string into the database |
| _locale_import_po | includes/locale.inc | Parses Gettext Portable Object file information and inserts into database |
| _locale_string_delete | includes/locale.inc | Delete a language string. |
| _locale_string_edit | includes/locale.inc | User interface for string editing. |
| _locale_string_edit_submit | includes/locale.inc | Process string editing form submissions.
Saves all translations of one string submitted from a form. |
| _menu_build | includes/menu.inc | Build the menu by querying both modules and the database. |
| _system_update_utf8 | database/updates.inc | Converts a set of tables to UTF-8 encoding. |
| _taxonomy_term_children | modules/taxonomy.module | Helper for taxonomy_term_count_nodes(). |