constant ERROR_REPORTING_DISPLAY_ALL

Error reporting level: display all messages.

2 uses of ERROR_REPORTING_DISPLAY_ALL
error_displayable in drupal/core/includes/errors.inc
Determines whether an error should be displayed.
_drupal_get_error_level in drupal/core/includes/errors.inc
Returns the current error level.

File

drupal/core/includes/bootstrap.inc, line 64
Functions that need to be loaded on every Drupal request.

Code

const ERROR_REPORTING_DISPLAY_ALL = 'all';