You are here

protected static property Error::$blacklistFunctions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Utility/Error.php \Drupal\Core\Utility\Error::blacklistFunctions

An array of blacklisted functions.

Type: array

File

core/lib/Drupal/Core/Utility/Error.php, line 31
Contains \Drupal\Core\Utility\Error.

Class

Error
Drupal error utility class.

Namespace

Drupal\Core\Utility

Code

protected static $blacklistFunctions = array(
  'debug',
  '_drupal_error_handler',
  '_drupal_exception_handler',
);