watchdog

Functions that call watchdog()

Namesort iconLocationDescription
aggregator_form_category_submitmodules/aggregator/aggregator.moduleProcess aggregator_form_category form submissions. @todo Add delete confirmation dialog.
aggregator_form_feed_submitmodules/aggregator/aggregator.moduleProcess aggregator_form_feed form submissions. @todo Add delete confirmation dialog.
aggregator_refreshmodules/aggregator/aggregator.moduleChecks a news feed for new items.
blogapi_blogger_edit_postmodules/blogapi/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postmodules/blogapi/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
comment_admin_overview_submitmodules/comment/comment.moduleExecute the chosen 'Update option' on the selected comments, such as publishing, unpublishing or deleting.
comment_savemodules/comment/comment.moduleAccepts a submission of new or changed comment content.
contact_admin_delete_submitmodules/contact/contact.moduleProcess category delete form submission.
contact_admin_edit_submitmodules/contact/contact.moduleProcess the contact category edit page form submission.
contact_mail_page_submitmodules/contact/contact.moduleProcess the site-wide contact page form submission.
contact_mail_user_submitmodules/contact/contact.moduleProcess the personal contact page form submission.
drupal_access_deniedincludes/common.incGenerates a 403 error if the request is not allowed.
drupal_client_pingmodules/drupal/drupal.moduleCallback function from drupal_xmlrpc() called when another site pings this one.
drupal_convert_to_utf8includes/unicode.incConvert data to UTF-8
drupal_cron_cleanupincludes/common.incShutdown function for cron cleanup.
drupal_cron_runincludes/common.incExecutes a cron run when called
drupal_notifymodules/drupal/drupal.moduleSends a ping to the Drupal directory server.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
drupal_xml_parser_createincludes/unicode.incPrepare a new XML parser.
error_handlerincludes/common.incLog errors as defined by administrator Error levels: 0 = Log errors to database. 1 = Log errors to database and to screen.
file_check_directoryincludes/file.incCheck that the directory exists and is writable. Directories need to have execute permissions to be considered a directory by FTP servers, etc.
file_copyincludes/file.incCopies 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_submitmodules/forum/forum.moduleImplementation of forms api _submit call. Deletes a forum after confirmation.
hook_pingdeveloper/hooks/core.phpPing another server.
image_toolkit_invokeincludes/image.incInvokes the given method using the currently selected toolkit.
locale_admin_manage_delete_form_submitmodules/locale/locale.moduleProcess language deletion submissions.
menu_edit_item_savemodules/menu/menu.moduleSave changes to a menu item into the database.
menu_item_delete_form_submitmodules/menu/menu.moduleProcess menu delete form submissions.
node_deletemodules/node/node.moduleDelete a node.
node_type_delete_confirm_submitmodules/node/content_types.incProcess content type delete confirm submissions.
node_type_form_submitmodules/node/content_types.incImplementation of hook_form_submit().
ping_pingmodules/ping/ping.moduleImplementation of hook_ping().
profile_field_delete_submitmodules/profile/profile.moduleProcess a field delete form submission.
profile_field_form_submitmodules/profile/profile.moduleProcess profile_field_form submissions.
search_viewmodules/search/search.moduleMenu callback; presents the search form and/or search results.
system_update_159modules/system/system.installRetrieve data out of the old_revisions table and put into new revision system.
taxonomy_form_term_submitmodules/taxonomy/taxonomy.moduleAccept the form submission for a taxonomy term and save the result.
taxonomy_form_vocabulary_submitmodules/taxonomy/taxonomy.moduleAccept the form submission for a vocabulary and save the results.
throttle_exitmodules/throttle/throttle.moduleImplementation of hook_exit().
user_deletemodules/user/user.moduleDelete a user.
user_logoutmodules/user/user.moduleMenu callback; logs the current user out, and redirects to the home page.
user_pass_resetmodules/user/user.moduleMenu callback; process one time login link and redirects to the user page on success.
user_user_operationsmodules/user/user.moduleImplementation of hook_user_operations().
watchdogincludes/bootstrap.incLog a system message.
_form_validateincludes/form.incPerforms 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_add_languageincludes/locale.incHelper function to add a language
_locale_admin_import_submitincludes/locale.incProcess the locale import form submission.
_locale_export_poincludes/locale.incExports a Portable Object (Template) file for a language
_locale_import_poincludes/locale.incParses Gettext Portable Object file information and inserts into database
_phptemplate_defaultthemes/engines/phptemplate/phptemplate.engineDefault callback for PHPTemplate.

Functions called by watchdog()

Namesort iconLocationDescription
db_queryincludes/database.incRuns a basic query in the active database.
db_set_activeincludes/database.incActivate a database for future queries.
referer_uriincludes/bootstrap.incReturn the URI of the referring page.
request_uriincludes/bootstrap.incSince $_SERVER['REQUEST_URI'] is only available on Apache, we generate an equivalent using other environment variables.
watchdogincludes/bootstrap.incLog a system message.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.