You are here

public function DiagnosticsServiceInterface::filterInfo in Purge 8.3

Get only SEVERITY_INFO level checks.

Return value

\Iterator[] \Iterator object that yields DiagnosticCheckInterface instances.

1 method overrides DiagnosticsServiceInterface::filterInfo()
DiagnosticsService::filterInfo in src/Plugin/Purge/DiagnosticCheck/DiagnosticsService.php
Get only SEVERITY_INFO level checks.

File

src/Plugin/Purge/DiagnosticCheck/DiagnosticsServiceInterface.php, line 19

Class

DiagnosticsServiceInterface
Describes a service that interacts with diagnostic checks.

Namespace

Drupal\purge\Plugin\Purge\DiagnosticCheck

Code

public function filterInfo();