You are here

protected function TestDefaultExceptionSubscriber::isErrorLevelVerbose in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php \Drupal\Tests\Core\EventSubscriber\TestDefaultExceptionSubscriber::isErrorLevelVerbose()
  2. 9 core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php \Drupal\Tests\Core\EventSubscriber\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

TestDefaultExceptionSubscriber

Namespace

Drupal\Tests\Core\EventSubscriber

Code

protected function isErrorLevelVerbose() {
  return TRUE;
}