constant ERROR_REPORTING_HIDE in Drupal 10
Same name and namespace in other branches
- 8 core/includes/bootstrap.inc \ERROR_REPORTING_HIDE
- 7 includes/bootstrap.inc \ERROR_REPORTING_HIDE
- 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.
File
- core/
includes/ bootstrap.inc, line 17 - Functions that need to be loaded on every Drupal request.
Code
const ERROR_REPORTING_HIDE = 'hide';