protected function TestDefaultExceptionSubscriber::isErrorLevelVerbose in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php \Drupal\Tests\Core\EventSubscriber\TestDefaultExceptionSubscriber::isErrorLevelVerbose()
- 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
Namespace
Drupal\Tests\Core\EventSubscriberCode
protected function isErrorLevelVerbose() {
return TRUE;
}