ERROR_REPORTING_HIDE
Same name in other branches
- 7.x includes/bootstrap.inc \ERROR_REPORTING_HIDE
- 9 core/includes/bootstrap.inc \ERROR_REPORTING_HIDE
- 10 core/includes/bootstrap.inc \ERROR_REPORTING_HIDE
- 11.x core/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 80
Code
const ERROR_REPORTING_HIDE = 'hide';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.