Same name and namespace in other branches
  1. 8.9.x core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_VERBOSE
  2. 9 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_VERBOSE

Error reporting level: display all messages, plus backtrace information.

12 uses of ERROR_REPORTING_DISPLAY_VERBOSE
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.
error_displayable in core/includes/errors.inc
Determines whether an error should be displayed.
ExceptionHandlingTest::testBacktraceEscaping in core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php
Tests if exception backtraces are properly escaped when output to HTML.

... See full list

File

core/includes/bootstrap.inc, line 34
Functions that need to be loaded on every Drupal request.

Code

const ERROR_REPORTING_DISPLAY_VERBOSE = 'verbose';