You are here

constant ERROR_REPORTING_HIDE in Drupal 10

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

Error reporting level: display no errors.

7 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
Form constructor.

... See full list

File

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

Code

const ERROR_REPORTING_HIDE = 'hide';