constant ERROR_REPORTING_DISPLAY_SOME in Drupal 7
Same name and namespace in other branches
- 8 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_SOME
- 9 core/includes/bootstrap.inc \ERROR_REPORTING_DISPLAY_SOME
Error reporting level: display errors and warnings.
2 uses of ERROR_REPORTING_DISPLAY_SOME
- 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.
File
- includes/
bootstrap.inc, line 36 - Functions that need to be loaded on every Drupal request.
Code
define('ERROR_REPORTING_DISPLAY_SOME', 1);