ERROR_REPORTING_DISPLAY_VERBOSE

Same name and namespace in other branches
  1. 9 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_VERBOSE
  2. 8.9.x core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_VERBOSE
  3. 10 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.

... See full list

File

core/includes/bootstrap.inc, line 33

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.