| aggregator_page_categories | modules/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_opml | modules/aggregator.module | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_sources | modules/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| archive_calendar | modules/archive.module | Generates a monthly calendar, for display in the archive block. |
| block_list | 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... |
| blogapi_blogger_new_post | modules/blogapi.module | Blogging API callback. Inserts a new blog post as a node. |
| blog_feed_last | modules/blog.module | Displays an RSS feed containing recent blog entries of all users. |
| blog_page_last | modules/blog.module | Displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| check_output | modules/filter.module | Run all the enabled filters on a piece of text. |
| comment_admin_edit | modules/comment.module | Menu callback; edit a comment from the administrative interface. |
| comment_configure | modules/comment.module | Menu callback; presents the comment settings page. |
| comment_link | modules/comment.module | Implementation of hook_link(). |
| comment_nodeapi | modules/comment.module | Implementation of hook_nodeapi(). |
| comment_role_settings | modules/comment.module | Menu callback; allows admin to set default scores for different roles. |
| do_search | modules/search.module | Do a query on the full-text search index for a word or words. |
| drupal_access_denied | includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_cron | modules/drupal.module | Implementation of hook_cron(); handles pings to and from the site. |
| drupal_get_private_key | includes/common.inc | Ensure the private key variable used to generate tokens is set. |
| drupal_help | modules/drupal.module | Implementation of hook_help(). |
| drupal_notify | modules/drupal.module | Sends a ping to the Drupal directory server. |
| drupal_not_found | includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_page_footer | includes/common.inc | Perform end-of-request tasks. |
| drupal_page_header | includes/bootstrap.inc | Set HTTP headers in preparation for a page response. |
| drupal_settings | modules/drupal.module | Implementation of hook_settings(). |
| drupal_valid_token | includes/common.inc | Validate a token based on $value, the current user session and private key or penultimate private key. |
| error_handler | includes/common.inc | Log errors as defined by administrator
Error levels:
1 = Log errors to database.
2 = Log errors to database and to screen. |
| file_check_directory | includes/file.inc | Check that directory exists and is writable. |
| file_create_path | includes/file.inc | Make sure the destination is a complete path and resides in the
file system directory, if it is not prepend the
file system directory. |
| file_create_url | includes/file.inc | Create the download path to a file. |
| file_save_data | includes/file.inc | Save a string to the specified destination |
| file_save_upload | includes/file.inc | Saves a file upload to a new location. The source file is validated as a
proper upload and handled as such. |
| filter_access | modules/filter.module | Returns true if the user is allowed to access this format. |
| filter_admin_delete | modules/filter.module | Menu callback; confirm deletion of a format. |
| filter_admin_overview | modules/filter.module | Menu callback; allows administrators to set up input formats. |
| filter_example_filter | developer/examples/filter_example.module | Implementation of hook_filter(). |
| filter_example_filter_tips | developer/examples/filter_example.module | Implementation of hook_filter_tips(). |
| filter_filter_tips | modules/filter.module | Implementation of hook_filter_tips(). |
| filter_form | modules/filter.module | Generate a selector for choosing a format in a form. |
| filter_formats | modules/filter.module | Retrieve a list of input formats. |
| filter_xss_bad_protocol | modules/filter.module | Processes an HTML attribute value and ensures it does not contain an URL
with a disallowed protocol (e.g. javascript:) |
| format_date | includes/common.inc | Format a date with the given configured format or a custom format string. |
| format_name | includes/common.inc | Format a username. |
| forum_admin | modules/forum.module | Administration page which allows maintaining forums |
| forum_admin_configure | modules/forum.module | Implementation of hook_settings |
| forum_block | modules/forum.module | Implementation of hook_block(). |
| forum_get_forums | modules/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_link | modules/forum.module | Implementation of hook_link(). |
| forum_overview | modules/forum.module | Returns an overview list of existing forums and containers |
| forum_page | modules/forum.module | Menu callback; prints a forum listing. |
| forum_validate | modules/forum.module | Implementation of hook_validate(). |
| forum_view | modules/forum.module | Implementation of hook_view(). |
| hook_block | developer/hooks/core.php | Declare a block or set of blocks. |
| hook_footer | developer/hooks/core.php | Insert closing HTML. |
| hook_init | developer/hooks/core.php | Perform setup tasks. |
| hook_settings | developer/hooks/core.php | Declare administrative settings for a module. |
| hook_taxonomy | developer/hooks/core.php | Act on taxonomy changes. |
| hook_update_index | developer/hooks/core.php | Update Drupal's full-text index for this module. |
| image_get_toolkit | includes/image.inc | Retrieve the name of the currently used toolkit. |
| init_theme | includes/theme.inc | Initialize the theme system by loading the theme. |
| 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_configure | modules/node.module | Menu callback; presents general node configuration options. |
| node_feed | modules/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_form | modules/node.module | Generate the node editing form. |
| node_help | modules/node.module | Implementation of hook_help(). |
| node_nodeapi | modules/node.module | Implementation of hook_nodeapi(). |
| node_page_default | modules/node.module | Generate a listing of promoted nodes. |
| node_search | modules/node.module | Implementation of hook_search(). |
| node_teaser | modules/node.module | Automatically generate a teaser for a node body in a given format. |
| node_types_configure | modules/node.module | Menu callback; presents each node type configuration page. |
| node_update_index | modules/node.module | Implementation of hook_update_index(). |
| node_validate | modules/node.module | Perform validation checks on the given node. |
| ping_cron | modules/ping.module | Implementation of hook_cron(). |
| queue_view | modules/queue.module | Display a queued node along with voting options for it. |
| search_admin | modules/search.module | Menu callback; displays the search module settings page. |
| search_help | modules/search.module | Implementation of hook_help(). |
| search_index | modules/search.module | Update the full-text search index for a particular item. |
| statistics_block | modules/statistics.module | Implementation of hook_block(). |
| statistics_cron | modules/statistics.module | Implementation of hook_cron(). |
| statistics_exit | modules/statistics.module | Implementation of hook_exit(). |
| statistics_link | modules/statistics.module | Implementation of hook_link(). |
| statistics_settings | modules/statistics.module | Implementation of hook_settings(). |
| statistics_top_pages | modules/statistics.module | Menu callback; presents the "Top pages" page. |
| statistics_top_referrers | modules/statistics.module | Menu callback; presents the "Top referrers" page. |
| statistics_top_users | modules/statistics.module | Menu callback; presents the "Top users" page. |
| system_theme_listing | modules/system.module | Generate a list of all the available theme/style combinations. |
| system_theme_settings | modules/system.module | Menu callback; display theme configuration for entire site and individual themes. |
| system_user | modules/system.module | Implementation of hook_user(). |
| taxonomy_render_nodes | 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_select_nodes | modules/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| taxonomy_term_page | modules/taxonomy.module | Menu callback; displays all nodes associated with a term. |
| theme_forum_display | modules/forum.module | Format the forum body. |
| theme_get_setting | includes/theme.inc | Retrieve a setting for the current theme.
This function is designed for use from within themes & engines
to determine theme settings made in the admin interface. |
| theme_get_settings | includes/theme.inc | Retrieve an associative array containing the settings for a theme. |
| theme_page | includes/theme.inc | Return an entire Drupal page displaying the supplied content. |
| throttle_exit | modules/throttle.module | Implementation of hook_exit(). |
| throttle_settings | modules/throttle.module | Implementation of hook_settings(). |
| throttle_status | modules/throttle.module | Determine the current load on the site. |
| upload_munge_filename | modules/upload.module | Munge the filename as needed for security purposes. |
| upload_nodeapi | modules/upload.module | Implementation of hook_nodeapi(). |
| url | includes/common.inc | Generate an internal Drupal URL. |
| user_block | modules/user.module | Implementation of hook_block(). |
| user_file_download | modules/user.module | Implementation of hook_file_download(). |
| user_help | modules/user.module | Implementation of hook_help(). |
| user_mail | modules/user.module | Send an e-mail message. |
| user_menu | modules/user.module | Implementation of hook_menu(). |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
| watchdog_cron | modules/watchdog.module | Implementation of hook_cron(). |
| _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. |
| _db_query | includes/database.pgsql.inc | Helper function for db_query(). |
| _filter_html | modules/filter.module | HTML filter. Provides filtering of input into accepted HTML. |
| _filter_html_settings | modules/filter.module | Settings for the HTML filter. |
| _forum_get_vid | modules/forum.module | Returns the vocabulary id for forum navigation. |
| _legacy_filter_old_urls | modules/legacy.module | Rewrite legacy URLs. |
| _locale_export_po | includes/locale.inc | Exports a Portable Object (Template) file for a language |
| _profile_date_field | modules/profile.module | Helper function: output a date selector |
| _upload_image | modules/upload.module | Check an upload, if it is an image, make sure it fits within the
maximum dimensions allowed. |