Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
bootstrap.inc
»
watchdog
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
124 calls to watchdog()
actions_do
in drupal/
core/
modules/
action/
action.module
Performs a given list of actions by executing their callback functions.
action_admin_delete_form_submit
in drupal/
core/
modules/
action/
action.admin.inc
Form submission handler for
action_admin_delete_form
().
action_save
in drupal/
core/
modules/
action/
action.module
Saves an action and its user-supplied parameter values to the database.
action_send_email_action
in drupal/
core/
modules/
action/
action.module
Sends an e-mail message.
action_synchronize
in drupal/
core/
modules/
action/
action.module
Synchronizes actions that are provided by modules in
hook_action_info
().
aggregator_form_category_submit
in drupal/
core/
modules/
aggregator/
aggregator.admin.inc
Form submission handler for
aggregator_form_category
().
aggregator_form_feed_submit
in drupal/
core/
modules/
aggregator/
aggregator.admin.inc
Form submission handler for
aggregator_form_feed
().
aggregator_form_opml_submit
in drupal/
core/
modules/
aggregator/
aggregator.admin.inc
Form submission handler for
aggregator_form_opml
().
aggregator_parse_feed
in drupal/
core/
modules/
aggregator/
aggregator.parser.inc
Parses a feed and stores its items.
aggregator_refresh
in drupal/
core/
modules/
aggregator/
aggregator.module
Checks a news feed for new items.
ajax_get_form
in drupal/
core/
includes/
ajax.inc
Gets a form submitted via #ajax during an Ajax callback.
authorize_access_denied_page
in drupal/
core/
authorize.php
Renders a 403 access denied page for
authorize.php
.
ban_ip_delete_form_submit
in drupal/
core/
modules/
ban/
ban.admin.inc
Form submission handler for
ban_ip_delete_form
().
book_admin_edit_submit
in drupal/
core/
modules/
book/
book.admin.inc
Form submission handler for
book_admin_edit
().
CategoryFormController::save
in drupal/
core/
modules/
contact/
lib/
Drupal/
contact/
CategoryFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::save
().
check_markup
in drupal/
core/
modules/
filter/
filter.module
Runs all the enabled filters on a piece of text.
CommentFormController::save
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
CommentFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::save
().
comment_confirm_delete_submit
in drupal/
core/
modules/
comment/
comment.admin.inc
Form submission handler for
comment_confirm_delete
().
comment_multiple_delete_confirm_submit
in drupal/
core/
modules/
comment/
comment.admin.inc
Form submission handler for
comment_multiple_delete_confirm
().
comment_publish_action
in drupal/
core/
modules/
comment/
comment.module
Publishes a comment.
comment_save_action
in drupal/
core/
modules/
comment/
comment.module
Saves a comment.
comment_unpublish_action
in drupal/
core/
modules/
comment/
comment.module
Unpublishes a comment.
comment_unpublish_by_keyword_action
in drupal/
core/
modules/
comment/
comment.module
Unpublishes a comment if it contains certain keywords.
contact_category_delete_form_submit
in drupal/
core/
modules/
contact/
contact.admin.inc
Form submission handler for
contact_category_delete_form
().
contact_personal_form_submit
in drupal/
core/
modules/
contact/
contact.pages.inc
Form submission handler for
contact_personal_form
().
contact_site_form_submit
in drupal/
core/
modules/
contact/
contact.pages.inc
Form submission handler for
contact_site_form
().
CronAccessCheck::access
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Access/
CronAccessCheck.php
Implements AccessCheckInterface::access().
DBLogTest::testWatchdog
in drupal/
core/
modules/
rest/
lib/
Drupal/
rest/
Tests/
DBLogTest.php
Writes a log messages and retrieves it via the web API.
DefaultFetcher::fetch
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Plugin/
aggregator/
fetcher/
DefaultFetcher.php
Implements
Drupal\aggregator\Plugin\FetcherInterface::fetch
().
DisplayTest::validateOptionsForm
in drupal/
core/
modules/
views/
tests/
views_test_data/
lib/
Drupal/
views_test_data/
Plugin/
views/
display/
DisplayTest.php
Overrides
Drupal\views\Plugin\views\display\DisplayPluginBase::validateOptionsForm
().
DrupalKernel::boot
in drupal/
core/
lib/
Drupal/
Core/
DrupalKernel.php
Overrides Kernel::boot().
drupal_chmod
in drupal/
core/
includes/
file.inc
Sets the permissions on a file or directory.
drupal_convert_to_utf8
in drupal/
core/
includes/
unicode.inc
Convert data to UTF-8
drupal_cron_cleanup
in drupal/
core/
includes/
common.inc
Shutdown function: Performs cron cleanup.
drupal_cron_run
in drupal/
core/
includes/
common.inc
Executes a cron run when called.
drupal_mail
in drupal/
core/
includes/
mail.inc
Composes and optionally sends an e-mail message.
drupal_xml_parser_create
in drupal/
core/
includes/
unicode.inc
Prepare a new XML parser.
ExceptionController::on403Html
in drupal/
core/
lib/
Drupal/
Core/
ExceptionController.php
Processes an AccessDenied exception into an HTTP 403 response.
ExceptionController::on404Html
in drupal/
core/
lib/
Drupal/
Core/
ExceptionController.php
Processes a NotFound exception into an HTTP 404 response.
ExceptionController::on500Html
in drupal/
core/
lib/
Drupal/
Core/
ExceptionController.php
Processes a generic exception into an HTTP 500 response.
file_copy
in drupal/
core/
modules/
file/
file.module
Copies a file to a new location and adds a file record to the database.
file_cron
in drupal/
core/
modules/
file/
file.module
Implements
file_cron
()
file_managed_file_save_upload
in drupal/
core/
modules/
file/
file.module
Saves any files that have been uploaded into a managed_file element.
file_move
in drupal/
core/
modules/
file/
file.module
Moves a file to a new location and update the file's database entry.
file_save_data
in drupal/
core/
modules/
file/
file.module
Saves a file to the specified destination and creates a database entry.
file_save_htaccess
in drupal/
core/
includes/
file.inc
Creates a .htaccess file in the given directory.
file_save_upload
in drupal/
core/
includes/
file.inc
Saves a file upload to a new location.
file_scan_directory
in drupal/
core/
includes/
file.inc
Finds all files that match a given mask in a given directory.
file_unmanaged_copy
in drupal/
core/
includes/
file.inc
Copies a file to a new location without invoking the file API.
file_unmanaged_delete
in drupal/
core/
includes/
file.inc
Deletes a file without database changes or hook invocations.
forum_confirm_delete_submit
in drupal/
core/
modules/
forum/
forum.admin.inc
Form submission handler for
forum_confirm_delete
().
hook_file_copy
in drupal/
core/
modules/
file/
file.api.php
Respond to a file that has been copied.
hook_file_insert
in drupal/
core/
modules/
file/
file.api.php
Respond to a file being added.
hook_file_move
in drupal/
core/
modules/
file/
file.api.php
Respond to a file that has been moved.
hook_file_update
in drupal/
core/
modules/
file/
file.api.php
Respond to a file being updated.
image_crop_effect
in drupal/
core/
modules/
image/
image.effects.inc
Image effect callback; Crop an image resource.
image_desaturate_effect
in drupal/
core/
modules/
image/
image.effects.inc
Image effect callback; Desaturate (grayscale) an image resource.
image_gd_desaturate
in drupal/
core/
modules/
system/
image.gd.inc
Image toolkit callback: Converts an image to grayscale using the GD toolkit.
image_gd_rotate
in drupal/
core/
modules/
system/
image.gd.inc
Image toolkit callback: Rotates an image a specified number of degrees.
image_resize_effect
in drupal/
core/
modules/
image/
image.effects.inc
Image effect callback; Resize an image resource.
image_rotate_effect
in drupal/
core/
modules/
image/
image.effects.inc
Image effect callback; Rotate an image resource.
image_scale_and_crop_effect
in drupal/
core/
modules/
image/
image.effects.inc
Image effect callback; Scale and crop an image resource.
image_scale_effect
in drupal/
core/
modules/
image/
image.effects.inc
Image effect callback; Scale an image resource.
image_style_create_derivative
in drupal/
core/
modules/
image/
image.module
Creates a new image derivative based on an image style.
image_style_deliver
in drupal/
core/
modules/
image/
image.module
Menu callback; Given a style and image path, generate a derivative.
image_toolkit_invoke
in drupal/
core/
includes/
image.inc
Invokes the given method using the currently selected toolkit.
language_delete
in drupal/
core/
modules/
language/
language.module
Delete a language.
language_save
in drupal/
core/
modules/
language/
language.module
API function to add or update a language.
locale_translate_batch_finished
in drupal/
core/
modules/
locale/
locale.bulk.inc
Finished callback of system page locale import batch.
locale_translate_edit_form_validate
in drupal/
core/
modules/
locale/
locale.pages.inc
Form validation handler for
locale_translate_edit_form
().
menu_delete_menu_confirm_submit
in drupal/
core/
modules/
menu/
menu.admin.inc
Delete a custom menu and all links in it.
menu_item_delete_form_submit
in drupal/
core/
modules/
menu/
menu.admin.inc
Process menu delete form submissions.
module_disable
in drupal/
core/
includes/
module.inc
Disables a given set of modules.
module_enable
in drupal/
core/
includes/
module.inc
Enables or installs a given list of modules.
module_uninstall
in drupal/
core/
includes/
module.inc
Uninstalls a given list of modules.
NodeFormController::save
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
NodeFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::save
().
node_assign_owner_action
in drupal/
core/
modules/
node/
node.module
Assigns ownership of a node to a user.
node_delete_confirm_submit
in drupal/
core/
modules/
node/
node.pages.inc
Form submission handler for
node_delete_confirm
().
node_make_sticky_action
in drupal/
core/
modules/
node/
node.module
Sets the sticky-at-top-of-list property of a node to 1.
node_make_unsticky_action
in drupal/
core/
modules/
node/
node.module
Sets the sticky-at-top-of-list property of a node to 0.
node_multiple_delete_confirm_submit
in drupal/
core/
modules/
node/
node.admin.inc
Form submission handler for
node_multiple_delete_confirm
().
node_promote_action
in drupal/
core/
modules/
node/
node.module
Sets the promote property of a node to 1.
node_publish_action
in drupal/
core/
modules/
node/
node.module
Sets the status of a node to 1 (published).
node_revision_delete_confirm_submit
in drupal/
core/
modules/
node/
node.pages.inc
Form submission handler for
node_revision_delete_confirm
().
node_revision_revert_confirm_submit
in drupal/
core/
modules/
node/
node.pages.inc
Form submission handler for
node_revision_revert_confirm
().
node_save_action
in drupal/
core/
modules/
node/
node.module
Saves a node.
node_type_delete_confirm_submit
in drupal/
core/
modules/
node/
content_types.inc
Form submission handler for
node_type_delete_confirm
().
node_type_form_submit
in drupal/
core/
modules/
node/
content_types.inc
Form submission handler for
node_type_form
().
node_unpromote_action
in drupal/
core/
modules/
node/
node.module
Sets the promote property of a node to 0.
node_unpublish_action
in drupal/
core/
modules/
node/
node.module
Sets the status of a node to 0 (unpublished).
node_unpublish_by_keyword_action
in drupal/
core/
modules/
node/
node.module
Unpublishes a node containing certain keywords.
openid_verify_assertion_nonce
in drupal/
core/
modules/
openid/
openid.module
Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
PagerTest::setUp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Pager/
PagerTest.php
Sets up a Drupal site for running functional and integration tests.
PictureMappingFormController::save
in drupal/
core/
modules/
picture/
lib/
Drupal/
picture/
PictureMappingFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::save
().
picture_mapping_action_confirm_submit
in drupal/
core/
modules/
picture/
picture_mapping.admin.inc
Form submission handler for picture_action_confirm().
PoDatabaseWriter::importString
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
PoDatabaseWriter.php
Imports one string into the database.
RegisterFormController::save
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
RegisterFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::submit
().
search_view
in drupal/
core/
modules/
search/
search.pages.inc
Menu callback; presents the search form and/or search results.
system_check_directory
in drupal/
core/
modules/
system/
system.module
Checks the existence of the directory specified in $form_element.
system_test_boot
in drupal/
core/
modules/
system/
tests/
modules/
system_test/
system_test.module
Implements
hook_boot
().
system_test_exit
in drupal/
core/
modules/
system/
tests/
modules/
system_test/
system_test.module
Implements
hook_exit
().
taxonomy_term_confirm_delete_submit
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Submit handler to delete a term after confirmation.
taxonomy_vocabulary_confirm_delete_submit
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Submit handler to delete a vocabulary after confirmation.
taxonomy_vocabulary_confirm_reset_alphabetical_submit
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Submit handler to reset a vocabulary to alphabetical order after confirmation.
TermFormController::save
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
TermFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::save
().
theme
in drupal/
core/
includes/
theme.inc
Generates themed output.
tracker_cron
in drupal/
core/
modules/
tracker/
tracker.module
Implements
hook_cron
().
update_access_denied_page
in drupal/
core/
update.php
Renders a 403 access denied page for
update.php
.
user_block_user_action
in drupal/
core/
modules/
user/
user.module
Blocks the current user.
user_cancel
in drupal/
core/
modules/
user/
user.module
Cancel a user account.
user_cancel_confirm_form_submit
in drupal/
core/
modules/
user/
user.pages.inc
Submit handler for the account cancellation confirm form.
user_login_finalize
in drupal/
core/
modules/
user/
user.module
Finalize the login process. Must be called when logging in a user.
user_login_final_validate
in drupal/
core/
modules/
user/
user.module
The final validation handler on the login form.
user_logout
in drupal/
core/
modules/
user/
user.pages.inc
Menu callback; logs the current user out, and redirects to the home page.
user_pass_reset
in drupal/
core/
modules/
user/
user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
user_pass_submit
in drupal/
core/
modules/
user/
user.pages.inc
user_user_operations
in drupal/
core/
modules/
user/
user.module
Implements
hook_user_operations
().
VocabularyFormController::save
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
VocabularyFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::save
().
watchdog_exception
in drupal/
core/
includes/
bootstrap.inc
Logs an exception.
_drupal_log_error
in drupal/
core/
includes/
errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.
_form_validate
in drupal/
core/
includes/
form.inc
Performs validation on form elements.
_locale_rebuild_js
in drupal/
core/
modules/
locale/
locale.module
(Re-)Creates the JavaScript translation file for a language.
_update_process_fetch_task
in drupal/
core/
modules/
update/
update.fetch.inc
Processes a task to fetch available update data for a single project.
_user_cancel
in drupal/
core/
modules/
user/
user.module
Last batch processing step for cancelling a user account.