29 uses of WATCHDOG_ERROR
- actions_do in includes/
actions.inc - Performs a given list of actions by executing their callback functions.
- DBLogTestCase::getSeverityConstant in modules/
dblog/ dblog.test - Gets the watchdog severity constant corresponding to the CSS class.
- 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_deliver_page in includes/
common.inc - Delivers a page callback result to the browser in the appropriate format.
- drupal_error_levels in includes/
errors.inc - Maps PHP error constants to watchdog severity levels.
- drupal_mail in includes/
mail.inc - Composes and optionally sends an e-mail message.
- file_create_htaccess in includes/
file.inc - Creates a .htaccess file in the given directory.
- 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.
- 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_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_styles in modules/
image/ image.module - Gets an array of all styles and their settings.
- image_style_create_derivative in modules/
image/ image.module - Creates a new image derivative based on an image style.
- image_toolkit_invoke in includes/
image.inc - Invokes the given method using the currently selected toolkit.
- locale_translate_import_form_submit in modules/
locale/ locale.admin.inc - Process the locale import form submission.
- 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().
- user_admin_settings in modules/
user/ user.admin.inc - Form builder; Configure user settings for this site.
- user_cancel in modules/
user/ user.module - Cancel a user account.
- _drupal_decode_exception in includes/
errors.inc - Decodes an exception and retrieves the correct caller.
- _form_validate in includes/
form.inc - Performs validation on form elements.
- _locale_rebuild_js in includes/
locale.inc - (Re-)Creates the JavaScript translation file for a language.
- _update_process_fetch_task in modules/
update/ update.fetch.inc - Processes a task to fetch available update data for a single project.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.