public function DebugLoggerInterface::countErrors

Returns the number of errors.

Return value

integer The number of errors

1 method overrides DebugLoggerInterface::countErrors()
TestLogger::countErrors in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php
Returns the number of errors.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php, line 37

Class

DebugLoggerInterface
DebugLoggerInterface.

Namespace

Symfony\Component\HttpKernel\Log

Code

public function countErrors();