ERROR_REPORTING_DISPLAY_VERBOSE
Same name in other branches
- 9 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.
7 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.
- UncaughtExceptionTest::setUp in core/
tests/ Drupal/ FunctionalTests/ Bootstrap/ UncaughtExceptionTest.php
File
-
core/
includes/ bootstrap.inc, line 95
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.