| aggregator_form_category_submit | modules/aggregator/aggregator.module | Process aggregator_form_category form submissions.
@todo Add delete confirmation dialog. |
| aggregator_form_feed_submit | modules/aggregator/aggregator.module | Process aggregator_form_feed form submissions.
@todo Add delete confirmation dialog. |
| aggregator_refresh | modules/aggregator/aggregator.module | Checks a news feed for new items. |
| block_admin_display_submit | modules/block/block.module | Process main block administration form submission. |
| block_box_delete_submit | modules/block/block.module | Deletion of custom blocks. |
| book_export | modules/book/book.module | Menu callback; Generates various representation of a book page with
all descendants and prints the requested representation to output. |
| book_outline_submit | modules/book/book.module | Handles book outline form submissions. |
| color_scheme_form_submit | modules/color/color.module | Submit handler for color change form. |
| comment_admin_overview_submit | modules/comment/comment.module | Execute the chosen 'Update option' on the selected comments, such as
publishing, unpublishing or deleting. |
| comment_delete | modules/comment/comment.module | Menu callback; delete a comment. |
| comment_multiple_delete_confirm | modules/comment/comment.module | List the selected comments and verify that the admin really wants to delete
them. |
| comment_multiple_delete_confirm_submit | modules/comment/comment.module | Perform the actual comment deletion. |
| comment_reply | modules/comment/comment.module | This function is responsible for generating a comment reply form.
There are several cases that have to be handled, including:
replies to comments
replies to nodes
attempts to reply to nodes that can no longer accept comments
respecting access... |
| comment_save | modules/comment/comment.module | Accepts a submission of new or changed comment content. |
| contact_admin_delete | modules/contact/contact.module | Category delete page. |
| contact_admin_delete_submit | modules/contact/contact.module | Process category delete form submission. |
| contact_admin_edit_submit | modules/contact/contact.module | Process the contact category edit page form submission. |
| contact_mail_page_submit | modules/contact/contact.module | Process the site-wide contact page form submission. |
| contact_mail_user_submit | modules/contact/contact.module | Process the personal contact page form submission. |
| db_check_setup | includes/database.pgsql.inc | Verify if the database is set up correctly. |
| drupal_auth | modules/drupal/drupal.module | Implementation of hook_auth(). |
| drupal_check_module | includes/install.inc | Check a module's requirements. |
| drupal_get_messages | includes/bootstrap.inc | Return all messages that have been set. |
| drupal_rewrite_settings | includes/install.inc | Read settings.php into a buffer line by line, changing values specified in
$settings array, then over-writing the old settings.php file. |
| drupal_set_message | includes/bootstrap.inc | Set a message which reflects the status of the performed operation. |
| drupal_test_mysql | includes/install.mysql.inc | Check if we can connect to MySQL. |
| drupal_test_mysqli | includes/install.mysqli.inc | Check if we can connect to MySQL. |
| drupal_test_pgsql | includes/install.pgsql.inc | Check if we can connect to PostgreSQL. |
| drupal_verify_profile | includes/install.inc | Verify a profile for installation. |
| 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... |
| file_move | includes/file.inc | Moves a file to a new location.
Checks if $source and $dest are valid and readable/writable.
Performs a file move if $source is not equal to $dest.
If file already exists in $dest either the call will error out, replace the
file or rename the file... |
| file_save_data | includes/file.inc | Save a string to the specified destination. |
| filter_admin_delete | modules/filter/filter.module | Menu callback; confirm deletion of a format. |
| filter_admin_delete_submit | modules/filter/filter.module | Process filter delete form submission. |
| filter_admin_format_form_submit | modules/filter/filter.module | Process filter format form submissions. |
| filter_admin_order_submit | modules/filter/filter.module | Process filter order configuration form submission. |
| form_set_error | includes/form.inc | File an error against a form element. If the name of the element is
edit[foo][bar] then you may pass either foo or foo][bar as $name
foo will set an error for all its children. |
| forum_confirm_delete_submit | modules/forum/forum.module | Implementation of forms api _submit call. Deletes a forum after confirmation. |
| forum_form_submit | modules/forum/forum.module | Process forum form and container form submissions. |
| hook_auth | developer/hooks/authentication.php | Verify authentication of a user. |
| hook_nodeapi | developer/hooks/core.php | Act on nodes defined by other modules. |
| install_change_settings | install.php | Configure and rewrite settings.php. |
| install_check_requirements | install.php | Page to check installation requirements and report any errors. |
| install_complete | install.php | Page displayed when the installation is complete. Called from install.php. |
| install_main | install.php | The Drupal installation happens in a series of steps. We begin by verifying
that the current environment meets our minimum requirements. We then go
on to verify that settings.php is properly configured. From there we
connect to the configured database... |
| locale_admin_manage_delete_form | modules/locale/locale.module | User interface for the language deletion confirmation screen. |
| locale_admin_manage_delete_form_submit | modules/locale/locale.module | Process language deletion submissions. |
| menu_edit_item_save | modules/menu/menu.module | Save changes to a menu item into the database. |
| menu_item_delete_form_submit | modules/menu/menu.module | Process menu delete form submissions. |
| menu_reset_item_submit | modules/menu/menu.module | Process menu reset item form submissions. |
| node_admin_nodes_submit | modules/node/node.module | Submit the node administration update form. |
| node_configure_rebuild_confirm_submit | modules/node/node.module | Handler for wipe confirmation |
| node_delete | modules/node/node.module | Delete a node. |
| node_node_type | modules/node/content_types.inc | Implementation of hook_node_type(). |
| node_revision_delete | modules/node/node.module | Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a
revision is deleted. |
| node_revision_revert | modules/node/node.module | Revert to the revision with the specified revision number. A node and nodeapi "update" event is triggered
(via the node_save() call) when a revision is reverted. |
| node_type_delete_confirm_submit | modules/node/content_types.inc | Process content type delete confirm submissions. |
| node_type_form_submit | modules/node/content_types.inc | Implementation of hook_form_submit(). |
| page_get_cache | includes/bootstrap.inc | Retrieve the current page from the cache. |
| path_admin_delete | modules/path/path.module | Post-confirmation; delete an URL alias. |
| path_form_submit | modules/path/path.module | Save a new URL alias to the database. |
| poll_cancel | modules/poll/poll.module | Callback for canceling a vote |
| poll_vote | modules/poll/poll.module | Callback for processing a vote |
| profile_field_delete_submit | modules/profile/profile.module | Process a field delete form submission. |
| profile_field_form_submit | modules/profile/profile.module | Process profile_field_form submissions. |
| search_admin_settings_validate | modules/search/search.module | Validate callback. |
| search_wipe_confirm_submit | modules/search/search.module | Handler for wipe confirmation |
| system_main_admin_page | modules/system/system.module | Provide the administration overview page. |
| system_modules_submit | modules/system/system.module | Submit callback; handles modules form submission. |
| system_modules_uninstall_submit | modules/system/system.module | Processes the submitted uninstall form. |
| system_modules_uninstall_validate | modules/system/system.module | Validates the submitted uninstall form. |
| system_run_cron | modules/system/system.module | Menu callback: run cron manually. |
| system_settings_form | modules/system/system.module | Add default buttons to a form and set its prefix |
| system_settings_form_submit | modules/system/system.module | Execute the system_settings_form. |
| taxonomy_form_term_submit | modules/taxonomy/taxonomy.module | Accept the form submission for a taxonomy term and save the result. |
| taxonomy_form_vocabulary_submit | modules/taxonomy/taxonomy.module | Accept the form submission for a vocabulary and save the results. |
| theme_node_preview | modules/node/node.module | Display a node preview for display during node creation and editing. |
| update_do_update_page | update.php | Perform updates for the JS version and return progress. |
| upload_munge_filename | modules/upload/upload.module | Munge the filename as needed for security purposes. |
| user_admin_access_add | modules/user/user.module | Menu callback: add an access rule |
| user_admin_access_edit | modules/user/user.module | Menu callback: edit an access rule |
| user_admin_account_submit | modules/user/user.module | Submit the user administration update form. |
| user_delete | modules/user/user.module | Delete a user. |
| user_pass_reset | modules/user/user.module | Menu callback; process one time login link and redirects to the user page on success. |
| _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_admin_manage_screen_submit | includes/locale.inc | Process locale admin manager form submissions. |
| _locale_import_message | includes/locale.inc | Sets an error message occurred during locale file parsing. |
| _locale_import_parse_plural_forms | includes/locale.inc | Parses a Plural-Forms entry from a Gettext Portable Object file header |
| _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_site_is_offline | includes/menu.inc | Returns TRUE if the site is off-line for maintenance. |
| _upload_image | modules/upload/upload.module | Check an upload, if it is an image, make sure it fits within the
maximum dimensions allowed. |