You are here

public function DiagnosticsService::__construct in Purge 8.3

Construct the diagnostics service.

Parameters

\Drupal\Component\Plugin\PluginManagerInterface $pluginManager: The plugin manager for this service.

File

src/Plugin/Purge/DiagnosticCheck/DiagnosticsService.php, line 49

Class

DiagnosticsService
Provides a service that interacts with diagnostic checks.

Namespace

Drupal\purge\Plugin\Purge\DiagnosticCheck

Code

public function __construct(PluginManagerInterface $pluginManager) {
  $this->pluginManager = $pluginManager;
}