You are here

constant ERROR_REPORTING_HIDE in Drupal 9

Same name and namespace in other branches
  1. 8 core/includes/bootstrap.inc \ERROR_REPORTING_HIDE
  2. 7 includes/bootstrap.inc \ERROR_REPORTING_HIDE

Error reporting level: display no errors.

2 uses of ERROR_REPORTING_HIDE
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 83
Functions that need to be loaded on every Drupal request.

Code

const ERROR_REPORTING_HIDE = 'hide';