function TestDefaultExceptionSubscriber::isErrorLevelVerbose
Checks whether the error level is verbose or not.
Return value
bool
Overrides FinalExceptionSubscriber::isErrorLevelVerbose
File
- 
              core/
tests/ Drupal/ Tests/ Core/ EventSubscriber/ FinalExceptionSubscriberTest.php, line 57  
Class
Namespace
Drupal\Tests\Core\EventSubscriberCode
protected function isErrorLevelVerbose() {
  return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.