| aggregator_form_category_submit | modules/aggregator.module | Process aggregator_form_category form submissions.
@todo Add delete confirmation dialog. |
| aggregator_form_feed_submit | modules/aggregator.module | Process aggregator_form_feed form submissions.
@todo Add delete confirmation dialog. |
| aggregator_refresh | modules/aggregator.module | Checks a news feed for new items. |
| blogapi_blogger_edit_post | modules/blogapi.module | Blogging API callback. Modifies the specified blog node. |
| blogapi_blogger_new_post | modules/blogapi.module | Blogging API callback. Inserts a new blog post as a node. |
| comment_admin_overview_submit | modules/comment.module | Execute the chosen 'Update option' on the selected comments, such as
publishing, unpublishing or deleting. |
| comment_save | modules/comment.module | Accepts a submission of new or changed comment content. |
| contact_admin_delete_submit | modules/contact.module | Process category delete form submission. |
| contact_admin_edit_submit | modules/contact.module | Process the contact category edit page form submission. |
| contact_mail_page_submit | modules/contact.module | Process the site-wide contact page form submission. |
| contact_mail_user_submit | modules/contact.module | Process the personal contact page form submission. |
| drupal_access_denied | includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_client_ping | modules/drupal.module | Callback function from drupal_xmlrpc() called when another site pings this one. |
| drupal_convert_to_utf8 | includes/unicode.inc | Convert data to UTF-8 |
| 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_xml_parser_create | includes/unicode.inc | Prepare a new XML parser. |
| error_handler | includes/common.inc | Log errors as defined by administrator
Error levels:
0 = Log errors to database.
1 = Log errors to database and to screen. |
| file_check_directory | includes/file.inc | Check that the directory exists and is writable. Directories need to
have execute permissions to be considered a directory by FTP servers, etc. |
| file_copy | includes/file.inc | Copies a file to a new location. This is a powerful function that in many ways
performs like an advanced version of copy).
Checks if $source and $dest are valid and readable/writable.
Performs a file copy if $source is not equal to $dest.
If file... |
| forum_confirm_delete_submit | modules/forum.module | Implementation of forms api _submit call. Deletes a forum after confirmation. |
| hook_ping | developer/hooks/core.php | Ping another server. |
| image_toolkit_invoke | includes/image.inc | Invokes the given method using the currently selected toolkit. |
| locale_admin_manage_delete_form_submit | modules/locale.module | Process language deletion submissions. |
| menu_confirm_delete_form_submit | modules/menu.module | Process menu delete form submissions. |
| menu_edit_item_save | modules/menu.module | Save changes to a menu item into the database. |
| node_delete | modules/node.module | Delete a node. |
| ping_ping | modules/ping.module | Implementation of hook_ping(). |
| profile_field_delete_submit | modules/profile.module | Process a field delete form submission. |
| profile_field_form_submit | modules/profile.module | Process profile_field_form submissions. |
| search_view | modules/search.module | Menu callback; presents the search form and/or search results. |
| system_update_159 | database/updates.inc | Retrieve data out of the old_revisions table and put into new revision
system. |
| throttle_exit | modules/throttle.module | Implementation of hook_exit(). |
| user_logout | modules/user.module | Menu callback; logs the current user out, and redirects to the home page. |
| user_pass_reset | modules/user.module | Menu callback; process one time login link and redirects to the user page on success. |
| watchdog | includes/bootstrap.inc | Log a system message. |
| _locale_add_language | includes/locale.inc | Helper function to add a language |
| _locale_admin_import_submit | includes/locale.inc | Process the locale import form submission. |
| _locale_export_po | includes/locale.inc | Exports a Portable Object (Template) file for a language |
| _locale_import_po | includes/locale.inc | Parses Gettext Portable Object file information and inserts into database |
| _phptemplate_default | themes/engines/phptemplate/phptemplate.engine | Default callback for PHPTemplate. |