ERROR_REPORTING_DISPLAY_VERBOSE
Same name in other branches
- 8.9.x core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_VERBOSE
- 10 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.
10 uses of ERROR_REPORTING_DISPLAY_VERBOSE
- BigPipe::sendNoJsPlaceholders in core/
modules/ big_pipe/ src/ Render/ BigPipe.php - Sends no-JS BigPipe placeholders' replacements as embedded HTML responses.
- BigPipe::sendPlaceholders in core/
modules/ big_pipe/ src/ Render/ BigPipe.php - Sends BigPipe placeholders' replacements as embedded AJAX responses.
- error_displayable in core/
includes/ errors.inc - Determines whether an error should be displayed.
- FinalExceptionSubscriber::isErrorLevelVerbose in core/
lib/ Drupal/ Core/ EventSubscriber/ FinalExceptionSubscriber.php - Checks whether the error level is verbose or not.
- HttpExceptionNormalizer::buildErrorObjects in core/
modules/ jsonapi/ src/ Normalizer/ HttpExceptionNormalizer.php - Builds the normalized JSON:API error objects for the response.
File
-
core/
includes/ bootstrap.inc, line 99
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.