| actions_do | drupal/includes/actions.inc | Perform a given list of actions by executing their callback functions. |
| actions_save | drupal/includes/actions.inc | Save an action and its associated user-supplied parameter values to the database. |
| actions_synchronize | drupal/includes/actions.inc | Synchronize actions that are provided by modules. |
| aggregator_form_category_submit | drupal/modules/aggregator/aggregator.admin.inc | Process aggregator_form_category form submissions. |
| aggregator_form_feed_submit | drupal/modules/aggregator/aggregator.admin.inc | Process aggregator_form_feed() form submissions. |
| aggregator_parse_feed | drupal/modules/aggregator/aggregator.module | Parse a feed and store its items. |
| aggregator_refresh | drupal/modules/aggregator/aggregator.module | Checks a news feed for new items. |
| blogapi_blogger_edit_post | drupal/modules/blogapi/blogapi.module | Blogging API callback. Modifies the specified blog node. |
| blogapi_blogger_new_post | drupal/modules/blogapi/blogapi.module | Blogging API callback. Inserts a new blog post as a node. |
| book_admin_edit_submit | drupal/modules/book/book.admin.inc | Handle submission of the book administrative page form. |
| comment_admin_overview_submit | drupal/modules/comment/comment.admin.inc | Process comment_admin_overview form submissions. |
| comment_save | drupal/modules/comment/comment.module | Accepts a submission of new or changed comment content. |
| comment_unpublish_action | drupal/modules/comment/comment.module | Drupal action to unpublish a comment. |
| comment_unpublish_by_keyword_action | drupal/modules/comment/comment.module | Implementation of a configurable Drupal action. |
| contact_admin_delete_submit | drupal/modules/contact/contact.admin.inc | Process category delete form submission. |
| contact_admin_edit_submit | drupal/modules/contact/contact.admin.inc | Process the contact category edit page form submission. |
| contact_mail_page_submit | drupal/modules/contact/contact.pages.inc | Process the site-wide contact page form submission. |
| contact_mail_user_submit | drupal/modules/contact/contact.pages.inc | Process the personal contact page form submission. |
| drupal_access_denied | drupal/includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_convert_to_utf8 | drupal/includes/unicode.inc | Convert data to UTF-8 |
| drupal_cron_cleanup | drupal/includes/common.inc | Shutdown function for cron cleanup. |
| drupal_cron_run | drupal/includes/common.inc | Executes a cron run when called |
| drupal_mail | drupal/includes/mail.inc | Compose and optionally send an e-mail message. |
| drupal_not_found | drupal/includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_xml_parser_create | drupal/includes/unicode.inc | Prepare a new XML parser. |
| file_check_directory | drupal/includes/file.inc | Check that the directory exists and is writable. |
| file_copy | drupal/includes/file.inc | Copy a file to a new location and adds a file record to the database. |
| file_delete | drupal/includes/file.inc | Delete a file and its database record. |
| file_save_upload | drupal/includes/file.inc | Saves a file upload to a new location. |
| file_unmanaged_delete | drupal/includes/file.inc | Delete a file without calling any hooks or making any changes to the
database. |
| forum_confirm_delete_submit | drupal/modules/forum/forum.admin.inc | Implementation of forms api _submit call. Deletes a forum after confirmation. |
| hook_ping | contributions/docs/developer/hooks/core.php | Ping another server. |
| image_toolkit_invoke | drupal/includes/image.inc | Invokes the given method using the currently selected toolkit. |
| locale_add_language | drupal/includes/locale.inc | API function to add a language. |
| locale_languages_delete_form_submit | drupal/includes/locale.inc | Process language deletion submissions. |
| locale_translate_import_form_submit | drupal/includes/locale.inc | Process the locale import form submission. |
| locale_update_js_files | drupal/modules/locale/locale.module | Update JavaScript translation file, if required, and add it to the page. |
| menu_delete_menu_confirm_submit | drupal/modules/menu/menu.admin.inc | Delete a custom menu and all items in it. |
| menu_item_delete_form_submit | drupal/modules/menu/menu.admin.inc | Process menu delete form submissions. |
| node_assign_owner_action | drupal/modules/node/node.module | Implementation of a configurable Drupal action.
Assigns ownership of a node to a user. |
| node_delete | drupal/modules/node/node.module | Delete a node. |
| node_make_sticky_action | drupal/modules/node/node.module | Implementation of a Drupal action.
Sets the sticky-at-top-of-list property of a node to 1. |
| node_make_unsticky_action | drupal/modules/node/node.module | Implementation of a Drupal action.
Sets the sticky-at-top-of-list property of a node to 0. |
| node_promote_action | drupal/modules/node/node.module | Implementation of a Drupal action.
Sets the promote property of a node to 1. |
| node_publish_action | drupal/modules/node/node.module | Implementation of a Drupal action.
Sets the status of a node to 1, meaning published. |
| node_save_action | drupal/modules/node/node.module | Implementation of a Drupal action.
Saves a node. |
| node_type_delete_confirm_submit | drupal/modules/node/content_types.inc | Process content type delete confirm submissions. |
| node_type_form_submit | drupal/modules/node/content_types.inc | Implementation of hook_form_submit(). |
| node_unpromote_action | drupal/modules/node/node.module | Implementation of a Drupal action.
Sets the promote property of a node to 0. |
| node_unpublish_action | drupal/modules/node/node.module | Implementation of a Drupal action.
Sets the status of a node to 0, meaning unpublished. |
| node_unpublish_by_keyword_action | drupal/modules/node/node.module | Implementation of a configurable Drupal action.
Unpublish a node if it contains a certain string. |
| profile_field_delete_submit | drupal/modules/profile/profile.admin.inc | Process a field delete form submission. |
| profile_field_form_submit | drupal/modules/profile/profile.admin.inc | Process profile_field_form submissions. |
| search_view | drupal/modules/search/search.pages.inc | Menu callback; presents the search form and/or search results. |
| system_actions_delete_form_submit | drupal/modules/system/system.module | Process system_actions_delete form submissions. |
| system_block_ip_action | drupal/modules/system/system.module | Implementation of a Drupal action.
Blocks the user's IP address. |
| system_cron | drupal/modules/system/system.module | Implementation of hook_cron(). |
| system_ip_blocking_delete_submit | drupal/modules/system/system.admin.inc | Process system_ip_blocking_delete form submissions. |
| system_send_email_action | drupal/modules/system/system.module | Implementation of a configurable Drupal action. Sends an email. |
| taxonomy_form_term_submit | drupal/modules/taxonomy/taxonomy.admin.inc | Submit handler to insert or update a term. |
| taxonomy_form_vocabulary_submit | drupal/modules/taxonomy/taxonomy.admin.inc | Accept the form submission for a vocabulary and save the results. |
| taxonomy_term_confirm_delete_submit | drupal/modules/taxonomy/taxonomy.admin.inc | Submit handler to delete a term after confirmation. |
| taxonomy_vocabulary_confirm_delete_submit | drupal/modules/taxonomy/taxonomy.admin.inc | Submit handler to delete a vocabulary after confirmation. |
| taxonomy_vocabulary_confirm_reset_alphabetical_submit | drupal/modules/taxonomy/taxonomy.admin.inc | Submit handler to reset a vocabulary to alphabetical order after confirmation. |
| user_authenticate_finalize | drupal/modules/user/user.module | Finalize the login process. Must be called when logging in a user. |
| user_block_user_action | drupal/modules/user/user.module | Implementation of a Drupal action.
Blocks the current user. |
| user_delete | drupal/modules/user/user.module | Delete a user. |
| user_external_login_register | drupal/modules/user/user.module | Helper function for authentication modules. Either login in or registers
the current user, based on username. Either way, the global $user object is
populated based on $name. |
| user_login_final_validate | drupal/modules/user/user.module | A validate handler on the login form. Should be the last validator. Sets an
error if user has not been authenticated yet. |
| user_login_submit | drupal/modules/user/user.module | Submit handler for the login form. Redirects the user to a page. |
| user_logout | drupal/modules/user/user.pages.inc | Menu callback; logs the current user out, and redirects to the home page. |
| user_pass_reset | drupal/modules/user/user.pages.inc | Menu callback; process one time login link and redirects to the user page on success. |
| user_profile_form_validate | drupal/modules/user/user.pages.inc | Validation function for the user account and profile editing form. |
| user_register_submit | drupal/modules/user/user.module | Submit handler for the user registration form. |
| user_user_operations | drupal/modules/user/user.module | Implementation of hook_user_operations(). |
| _comment_delete_thread | drupal/modules/comment/comment.admin.inc | Perform the actual deletion of a comment and all its replies. |
| _drupal_log_error | drupal/includes/common.inc | Log a PHP error or exception, display an error page in fatal cases. |
| _form_validate | drupal/includes/form.inc | Performs validation on form elements. First ensures required fields are
completed, #maxlength is not exceeded, and selected options were in the
list of options given to the user. Then calls user-defined validators. |
| _locale_export_po | drupal/includes/locale.inc | Write a generated PO or POT file to the output. |
| _locale_import_po | drupal/includes/locale.inc | Parses Gettext Portable Object file information and inserts into database |
| _locale_rebuild_js | drupal/includes/locale.inc | (Re-)Creates the JavaScript translation file for a language. |
| _update_refresh | drupal/modules/update/update.fetch.inc | Fetch project info via XML from a central server. |