ERROR_REPORTING_DISPLAY_ALL
Same name in other branches
- 9 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_ALL
- 8.9.x core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_ALL
- 10 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_ALL
- 11.x core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_ALL
Error reporting level: display all messages.
3 uses of ERROR_REPORTING_DISPLAY_ALL
- DrupalErrorHandlerTestCase::testErrorHandler in modules/
simpletest/ tests/ error.test - Test the error handler.
- error_displayable in includes/
errors.inc - Determines whether an error should be displayed.
- system_logging_settings in modules/
system/ system.admin.inc - Form builder; Configure error reporting settings.
File
-
includes/
bootstrap.inc, line 41
Code
define('ERROR_REPORTING_DISPLAY_ALL', 2);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.