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

Error reporting level: display no errors.

8 uses of ERROR_REPORTING_HIDE
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.
ErrorHandlerTest::testExceptionHandler in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
Tests the exception handler.
LoggingForm::buildForm in core/modules/system/src/Form/LoggingForm.php

... See full list

File

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

Code

const ERROR_REPORTING_HIDE = 'hide';