constant ERROR_REPORTING_DISPLAY_ALL in Drupal 10
Same name and namespace in other branches
- 8 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_ALL
- 7 includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_ALL
- 9 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_ALL
Error reporting level: display all messages.
6 uses of ERROR_REPORTING_DISPLAY_ALL
- ErrorHandlerTest::testErrorHandler in core/
modules/ system/ tests/ src/ Functional/ System/ ErrorHandlerTest.php - Tests the error handler.
- error_displayable in core/
includes/ errors.inc - Determines whether an error should be displayed.
- LoggingForm::buildForm in core/
modules/ system/ src/ Form/ LoggingForm.php - Form constructor.
- ManageFieldsTest::setUp in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsTest.php - UncaughtExceptionTest::testUncaughtException in core/
tests/ Drupal/ FunctionalTests/ Bootstrap/ UncaughtExceptionTest.php - Tests uncaught exception handling when system is in a bad state.
File
- core/
includes/ bootstrap.inc, line 27 - Functions that need to be loaded on every Drupal request.
Code
const ERROR_REPORTING_DISPLAY_ALL = 'all';