constant ERROR_REPORTING_DISPLAY_VERBOSE in Drupal 10
Same name and namespace in other branches
- 8 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_VERBOSE
- 9 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_VERBOSE
Error reporting level: display all messages, plus backtrace information.
13 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.
- BigPipeTest::testBigPipe in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Tests BigPipe-delivered HTML responses when JavaScript is enabled.
- BigPipeTest::testBigPipeNoJs in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Tests BigPipe-delivered HTML responses when JavaScript is disabled.
- ErrorHandlerTest::testErrorHandler in core/
modules/ system/ tests/ src/ Functional/ System/ ErrorHandlerTest.php - Tests the error handler.
File
- core/
includes/ bootstrap.inc, line 32 - Functions that need to be loaded on every Drupal request.
Code
const ERROR_REPORTING_DISPLAY_VERBOSE = 'verbose';