Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
bootstrap.inc
»
WATCHDOG_ERROR
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
27 uses of WATCHDOG_ERROR
actions_do
in drupal/
includes/
actions.inc
Performs a given list of actions by executing their callback functions.
DBLogTestCase::getSeverityConstant
in drupal/
modules/
dblog/
dblog.test
Gets the watchdog severity constant corresponding to the CSS class.
drupal_chmod
in drupal/
includes/
file.inc
Sets the permissions on a file or directory.
drupal_convert_to_utf8
in drupal/
includes/
unicode.inc
Converts data to UTF-8.
drupal_deliver_page
in drupal/
includes/
common.inc
Delivers a page callback result to the browser in the appropriate format.
drupal_error_levels
in drupal/
includes/
errors.inc
Maps PHP error constants to watchdog severity levels.
drupal_mail
in drupal/
includes/
mail.inc
Composes and optionally sends an e-mail message.
file_create_htaccess
in drupal/
includes/
file.inc
Creates a .htaccess file in the given directory.
file_unmanaged_copy
in drupal/
includes/
file.inc
Copies a file to a new location without invoking the file API.
file_unmanaged_delete
in drupal/
includes/
file.inc
Deletes a file without database changes or hook invocations.
form_set_cache
in drupal/
includes/
form.inc
Stores a form in the cache.
image_crop_effect
in drupal/
modules/
image/
image.effects.inc
Image effect callback; Crop an image resource.
image_desaturate_effect
in drupal/
modules/
image/
image.effects.inc
Image effect callback; Desaturate (grayscale) an image resource.
image_resize_effect
in drupal/
modules/
image/
image.effects.inc
Image effect callback; Resize an image resource.
image_rotate_effect
in drupal/
modules/
image/
image.effects.inc
Image effect callback; Rotate an image resource.
image_scale_and_crop_effect
in drupal/
modules/
image/
image.effects.inc
Image effect callback; Scale and crop an image resource.
image_scale_effect
in drupal/
modules/
image/
image.effects.inc
Image effect callback; Scale an image resource.
image_style_create_derivative
in drupal/
modules/
image/
image.module
Creates a new image derivative based on an image style.
image_toolkit_invoke
in drupal/
includes/
image.inc
Invokes the given method using the currently selected toolkit.
locale_translate_import_form_submit
in drupal/
modules/
locale/
locale.admin.inc
Process the locale import form submission.
system_check_directory
in drupal/
modules/
system/
system.module
Checks the existence of the directory specified in $form_element.
system_cron
in drupal/
modules/
system/
system.module
Implements
hook_cron
().
user_admin_settings
in drupal/
modules/
user/
user.admin.inc
Form builder; Configure user settings for this site.
user_cancel
in drupal/
modules/
user/
user.module
Cancel a user account.
_drupal_decode_exception
in drupal/
includes/
errors.inc
Decodes an exception and retrieves the correct caller.
_form_validate
in drupal/
includes/
form.inc
Performs validation on form elements.
_locale_rebuild_js
in drupal/
includes/
locale.inc
(Re-)Creates the JavaScript translation file for a language.