You are here

constant ERROR_REPORTING_DISPLAY_VERBOSE in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_VERBOSE

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

5 uses of ERROR_REPORTING_DISPLAY_VERBOSE
DefaultExceptionSubscriber::onHtml in core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php
Handles any exception as a generic error page for HTML.
error_displayable in core/includes/errors.inc
Determines whether an error should be displayed.
UncaughtExceptionTest::setUp in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Sets up a Drupal site for running functional and integration tests.
_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 49
Functions that need to be loaded on every Drupal request.

Code

const ERROR_REPORTING_DISPLAY_VERBOSE = 'verbose';