127 calls to watchdog() in Drupal 7
- actions_do in includes/
actions.inc - Performs a given list of actions by executing their callback functions.
- actions_save in includes/
actions.inc - Saves an action and its user-supplied parameter values to the database.
- actions_synchronize in includes/
actions.inc - Synchronizes actions that are provided by modules in hook_action_info().
- aggregator_aggregator_fetch in modules/
aggregator/ aggregator.fetcher.inc - Implements hook_aggregator_fetch().
- aggregator_form_category_submit in modules/
aggregator/ aggregator.admin.inc - Form submission handler for aggregator_form_category().
- aggregator_form_feed_submit in modules/
aggregator/ aggregator.admin.inc - Form submission handler for aggregator_form_feed().
- aggregator_parse_feed in modules/
aggregator/ aggregator.parser.inc - Parses a feed and stores its items.
- aggregator_refresh in modules/
aggregator/ aggregator.module - Checks a news feed for new items.
- ajax_get_form in includes/
ajax.inc - Gets a form submitted via #ajax during an Ajax callback.
- authorize_access_denied_page in ./
authorize.php - Renders a 403 access denied page for authorize.php.
- book_admin_edit_submit in modules/
book/ book.admin.inc - Form submission handler for book_admin_edit().
- check_markup in modules/
filter/ filter.module - Runs all the enabled filters on a piece of text.
- comment_confirm_delete_submit in modules/
comment/ comment.admin.inc - Process comment_confirm_delete form submissions.
- comment_form_submit in modules/
comment/ comment.module - Process comment form submissions; prepare the comment, store it, and set a redirection target.
- comment_multiple_delete_confirm_submit in modules/
comment/ comment.admin.inc - Process comment_multiple_delete_confirm form submissions.
- comment_publish_action in modules/
comment/ comment.module - Publishes a comment.
- comment_save_action in modules/
comment/ comment.module - Saves a comment.
- comment_unpublish_action in modules/
comment/ comment.module - Unpublishes a comment.
- comment_unpublish_by_keyword_action in modules/
comment/ comment.module - Unpublishes a comment if it contains certain keywords.
- contact_category_delete_form_submit in modules/
contact/ contact.admin.inc - Form submission handler for contact_category_delete_form().
- contact_category_edit_form_submit in modules/
contact/ contact.admin.inc - Form submission handler for contact_category_edit_form().
- contact_personal_form_submit in modules/
contact/ contact.pages.inc - Form submission handler for contact_personal_form().
- contact_site_form_submit in modules/
contact/ contact.pages.inc - Form submission handler for contact_site_form().
- cron.php in ./
cron.php - Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
- drupal_chmod in includes/
file.inc - Sets the permissions on a file or directory.
- drupal_convert_to_utf8 in includes/
unicode.inc - Converts data to UTF-8.
- drupal_cron_cleanup in includes/
common.inc - DEPRECATED: Shutdown function: Performs cron cleanup.
- drupal_cron_run in includes/
common.inc - Executes a cron run when called.
- drupal_deliver_html_page in includes/
common.inc - Packages and sends the result of a page callback to the browser as HTML.
- drupal_deliver_page in includes/
common.inc - Delivers a page callback result to the browser in the appropriate format.
- drupal_mail in includes/
mail.inc - Composes and optionally sends an e-mail message.
- drupal_uninstall_modules in includes/
install.inc - Uninstalls a given list of disabled modules.
- drupal_xml_parser_create in includes/
unicode.inc - Prepares a new XML parser.
- file_copy in includes/
file.inc - Copies a file to a new location and adds a file record to the database.
- file_create_htaccess in includes/
file.inc - Creates a .htaccess file in the given directory.
- file_delete in includes/
file.inc - Deletes a file and its database record.
- file_managed_file_save_upload in modules/
file/ file.module - Saves any files that have been uploaded into a managed_file element.
- file_move in includes/
file.inc - Moves a file to a new location and update the file's database entry.
- file_save_data in includes/
file.inc - Saves a file to the specified destination and creates a database entry.
- file_save_upload in includes/
file.inc - Saves a file upload to a new location.
- file_unmanaged_copy in includes/
file.inc - Copies a file to a new location without invoking the file API.
- file_unmanaged_delete in includes/
file.inc - Deletes a file without database changes or hook invocations.
- form_set_cache in includes/
form.inc - Stores a form in the cache.
- forum_confirm_delete_submit in modules/
forum/ forum.admin.inc - Form submission handler for forum_confirm_delete().
- hook_file_copy in modules/
system/ system.api.php - Respond to a file that has been copied.
- hook_file_insert in modules/
system/ system.api.php - Respond to a file being added.
- hook_file_move in modules/
system/ system.api.php - Respond to a file that has been moved.
- hook_file_update in modules/
system/ system.api.php - Respond to a file being updated.
- hook_user_flood_control in modules/
user/ user.api.php - Respond to user flood control events.
- image_crop_effect in modules/
image/ image.effects.inc - Image effect callback; Crop an image resource.
- image_desaturate_effect in modules/
image/ image.effects.inc - Image effect callback; Desaturate (grayscale) an image resource.
- image_gd_desaturate in modules/
system/ image.gd.inc - Convert an image resource to grayscale.
- image_gd_rotate in modules/
system/ image.gd.inc - Rotate an image the given number of degrees.
- image_resize_effect in modules/
image/ image.effects.inc - Image effect callback; Resize an image resource.
- image_rotate_effect in modules/
image/ image.effects.inc - Image effect callback; Rotate an image resource.
- image_scale_and_crop_effect in modules/
image/ image.effects.inc - Image effect callback; Scale and crop an image resource.
- image_scale_effect in modules/
image/ image.effects.inc - Image effect callback; Scale an image resource.
- image_style_create_derivative in modules/
image/ image.module - Creates a new image derivative based on an image style.
- image_style_deliver in modules/
image/ image.module - Page callback: Generates a derivative, given a style and image path.
- image_toolkit_invoke in includes/
image.inc - Invokes the given method using the currently selected toolkit.
- locale_add_language in includes/
locale.inc - API function to add a language.
- locale_languages_delete_form_submit in modules/
locale/ locale.admin.inc - Process language deletion submissions.
- locale_translate_edit_form_validate in modules/
locale/ locale.admin.inc - Validate string editing form submissions.
- locale_translate_import_form_submit in modules/
locale/ locale.admin.inc - Process the locale import form submission.
- menu_delete_menu_confirm_submit in modules/
menu/ menu.admin.inc - Delete a custom menu and all links in it.
- menu_item_delete_form_submit in modules/
menu/ menu.admin.inc - Process menu delete form submissions.
- module_disable in includes/
module.inc - Disables a given set of modules.
- module_enable in includes/
module.inc - Enables or installs a given list of modules.
- node_assign_owner_action in modules/
node/ node.module - Assigns ownership of a node to a user.
- node_delete_confirm_submit in modules/
node/ node.pages.inc - Executes node deletion.
- node_form_submit in modules/
node/ node.pages.inc - Form submission handler for node_form().
- node_make_sticky_action in modules/
node/ node.module - Sets the sticky-at-top-of-list property of a node to 1.
- node_make_unsticky_action in modules/
node/ node.module - Sets the sticky-at-top-of-list property of a node to 0.
- node_multiple_delete_confirm_submit in modules/
node/ node.admin.inc - Form submission handler for node_multiple_delete_confirm().
- node_promote_action in modules/
node/ node.module - Sets the promote property of a node to 1.
- node_publish_action in modules/
node/ node.module - Sets the status of a node to 1 (published).
- node_revision_delete_confirm_submit in modules/
node/ node.pages.inc - Form submission handler for node_revision_delete_confirm().
- node_revision_revert_confirm_submit in modules/
node/ node.pages.inc - Form submission handler for node_revision_revert_confirm().
- node_save_action in modules/
node/ node.module - Saves a node.
- node_type_delete_confirm_submit in modules/
node/ content_types.inc - Process content type delete confirm submissions.
- node_type_form_submit in modules/
node/ content_types.inc - Form submission handler for node_type_form().
- node_unpromote_action in modules/
node/ node.module - Sets the promote property of a node to 0.
- node_unpublish_action in modules/
node/ node.module - Sets the status of a node to 0 (unpublished).
- node_unpublish_by_keyword_action in modules/
node/ node.module - Unpublishes a node containing certain keywords.
- openid_verify_assertion_nonce in modules/
openid/ openid.module - Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
- PagerFunctionalWebTestCase::setUp in modules/
simpletest/ tests/ pager.test - Sets up a Drupal site for running functional and integration tests.
- profile_field_delete_submit in modules/
profile/ profile.admin.inc - Process a field delete form submission.
- profile_field_form_submit in modules/
profile/ profile.admin.inc - Process profile_field_form submissions.
- search_view in modules/
search/ search.pages.inc - Menu callback; presents the search form and/or search results.
- system_actions_delete_form_submit in modules/
system/ system.admin.inc - Process system_actions_delete form submissions.
- system_block_ip_action in modules/
system/ system.module - Blocks the current user's IP address.
- system_check_directory in modules/
system/ system.module - Checks the existence of the directory specified in $form_element.
- system_cron in modules/
system/ system.module - Implements hook_cron().
- system_ip_blocking_delete_submit in modules/
system/ system.admin.inc - Process system_ip_blocking_delete form submissions.
- system_send_email_action in modules/
system/ system.module - Sends an e-mail message.
- system_test_boot in modules/
simpletest/ tests/ system_test.module - Implements hook_boot().
- system_test_exit in modules/
simpletest/ tests/ system_test.module - Implements hook_exit().
- taxonomy_form_term_submit in modules/
taxonomy/ taxonomy.admin.inc - Submit handler to insert or update a term.
- taxonomy_form_vocabulary_submit in modules/
taxonomy/ taxonomy.admin.inc - Form submission handler for taxonomy_form_vocabulary().
- taxonomy_term_confirm_delete_submit in modules/
taxonomy/ taxonomy.admin.inc - Submit handler to delete a term after confirmation.
- taxonomy_vocabulary_confirm_delete_submit in modules/
taxonomy/ taxonomy.admin.inc - Submit handler to delete a vocabulary after confirmation.
- taxonomy_vocabulary_confirm_reset_alphabetical_submit in modules/
taxonomy/ taxonomy.admin.inc - Submit handler to reset a vocabulary to alphabetical order after confirmation.
- theme in includes/
theme.inc - Generates themed output.
- tracker_cron in modules/
tracker/ tracker.module - Implements hook_cron().
- trigger_unassign_submit in modules/
trigger/ trigger.admin.inc - Form submission handler for trigger_unassign().
- update_access_denied_page in ./
update.php - Renders a 403 access denied page for update.php.
- user_admin_settings in modules/
user/ user.admin.inc - Form builder; Configure user settings for this site.
- user_block_user_action in modules/
user/ user.module - Blocks a specific user or the current user, if one is not specified.
- user_cancel in modules/
user/ user.module - Cancel a user account.
- user_cancel_confirm_form_submit in modules/
user/ user.pages.inc - Submit handler for the account cancellation confirm form.
- user_flood_test_user_flood_control in modules/
user/ tests/ user_flood_test.module - Implements hook_user_flood_control().
- user_login_finalize in modules/
user/ user.module - Finalize the login process. Must be called when logging in a user.
- user_login_final_validate in modules/
user/ user.module - The final validation handler on the login form.
- user_logout_current_user in modules/
user/ user.pages.inc - Logs the current user out.
- user_pass_reset in modules/
user/ user.pages.inc - Menu callback; process one time login link and redirects to the user page on success.
- user_pass_submit in modules/
user/ user.pages.inc - Form submission handler for user_pass().
- user_register_submit in modules/
user/ user.module - Submit handler for the user registration form.
- user_user_flood_control in modules/
user/ user.module - Implements hook_user_flood_control().
- user_user_operations in modules/
user/ user.module - Implements hook_user_operations().
- watchdog_exception in includes/
bootstrap.inc - Logs an exception.
- _drupal_log_error in includes/
errors.inc - Logs a PHP error or exception and displays an error page in fatal cases.
- _form_validate in includes/
form.inc - Performs validation on form elements.
- _locale_export_po in includes/
locale.inc - Write a generated PO or POT file to the output.
- _locale_import_po in includes/
locale.inc - Parses Gettext Portable Object file information and inserts into database
- _locale_rebuild_js in includes/
locale.inc - (Re-)Creates the JavaScript translation file for a language.
- _node_query_node_access_alter in modules/
node/ node.module - Helper for node access functions.
- _user_cancel in modules/
user/ user.module - Implements callback_batch_operation().