constant ERROR_REPORTING_DISPLAY_ALL in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_ALL
Error reporting level: display all messages.
3 uses of ERROR_REPORTING_DISPLAY_ALL
- error_displayable in core/
includes/ errors.inc - Determines whether an error should be displayed.
- UncaughtExceptionTest::testUncaughtException in core/
modules/ system/ src/ Tests/ System/ 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 44 - Functions that need to be loaded on every Drupal request.
Code
const ERROR_REPORTING_DISPLAY_ALL = 'all';