watchdog

Functions that call watchdog()

Namesort iconLocationDescription
aggregator_refreshmodules/aggregator.moduleChecks a news feed for new items.
blogapi_blogger_edit_postmodules/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postmodules/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
drupal_access_deniedincludes/common.incGenerates a 403 error if the request is not allowed.
drupal_convert_to_utf8includes/common.incConvert data to UTF-8
drupal_directory_pingmodules/drupal.moduleCallback function from drupal_xmlrpc() called when another site pings this one.
drupal_notifymodules/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/common.incPrepare a new XML parser.
error_handlerincludes/common.incLog errors as defined by administrator Error levels: 1 = Log errors to database. 2 = Log errors to database and to screen.
file_check_directoryincludes/file.incCheck that directory exists and is writable.
hook_pingdeveloper/hooks/core.phpPing another server.
image_toolkit_invokeincludes/image.incInvokes the given method using the currently selected toolkit.
locale_admin_importmodules/locale.modulePage handler for the translation import screen
locale_admin_manage_delete_screenmodules/locale.moduleUser interface for the language deletion confirmation screen
node_deletemodules/node.moduleAsk for confirmation, and delete the node.
node_submitmodules/node.moduleAccepts a submission of new or changed node content.
ping_pingmodules/ping.moduleImplementation of hook_ping().
search_viewmodules/search.moduleMenu callback; presents the search form and/or search results.
throttle_exitmodules/throttle.moduleImplementation of hook_exit().
user_logoutmodules/user.moduleMenu callback; logs the current user out, and redirects to the home page.
watchdogincludes/bootstrap.incLog a system message.
_locale_add_languageincludes/locale.incHelper function to add a language
_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

Functions called by watchdog()

Namesort iconLocationDescription
db_queryincludes/database.incRuns a basic query in the active database.
request_uriincludes/bootstrap.incSince request_uri() is only available on Apache, we generate an equivalent using other environment vars.
watchdogincludes/bootstrap.incLog a system message.
 
 

Drupal is a registered trademark of Dries Buytaert.