ERROR_REPORTING_DISPLAY_ALL

Same name and namespace in other branches
  1. 7.x includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_ALL
  2. 9 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_ALL
  3. 8.9.x core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_ALL
  4. 10 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_ALL

Error reporting level: display all messages.

3 uses of ERROR_REPORTING_DISPLAY_ALL
error_displayable in core/includes/errors.inc
Determines whether an error should be displayed.
UncaughtExceptionTest::testUncaughtException in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests uncaught exception handling when system is in a bad state.
_drupal_get_error_level in core/includes/errors.inc
Returns the current error level.

File

core/includes/bootstrap.inc, line 28

Code

const ERROR_REPORTING_DISPLAY_ALL = 'all';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.