function FinalExceptionSubscriber::isErrorLevelVerbose

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php \Drupal\Core\EventSubscriber\FinalExceptionSubscriber::isErrorLevelVerbose()

Checks whether the error level is verbose or not.

Return value

bool

File

core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php, line 155

Class

FinalExceptionSubscriber
Last-chance handler for exceptions: the final exception subscriber.

Namespace

Drupal\Core\EventSubscriber

Code

protected function isErrorLevelVerbose() {
  return $this->getErrorLevel() === ERROR_REPORTING_DISPLAY_VERBOSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.