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