ERROR_REPORTING_DISPLAY_VERBOSE
Same name and namespace in other branches
- 9 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_VERBOSE
- 8.9.x core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_VERBOSE
- 11.x core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_VERBOSE
Error reporting level: display all messages, plus backtrace information.
3 uses of ERROR_REPORTING_DISPLAY_VERBOSE
- error_displayable in core/
includes/ errors.inc - Determines whether an error should be displayed.
- _drupal_get_error_level in core/
includes/ errors.inc - Returns the current error level.
- _drupal_log_error in core/
includes/ errors.inc - Logs a PHP error or exception and displays an error page in fatal cases.
File
-
core/
includes/ bootstrap.inc, line 34
Code
const ERROR_REPORTING_DISPLAY_VERBOSE = 'verbose';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.