Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
bootstrap.inc
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
constant ERROR_REPORTING_DISPLAY_SOME
Error reporting level: display errors and warnings.
1 use of ERROR_REPORTING_DISPLAY_SOME
error_displayable
in drupal/
core/
includes/
errors.inc
Determines whether an error should be displayed.
File
drupal/
core/
includes/
bootstrap.inc
, line 50
Functions that need to be loaded on every Drupal request.
Code
const
ERROR_REPORTING_DISPLAY_SOME
=
'some'
;