You are here

private property DiagnosticsService::$purgeQueue in Purge 8.3

The queue in which to store, claim and release invalidation objects from.

Do not access this property directly, use ::getQueue.

Type: \Drupal\purge\Plugin\Purge\Queue\QueueServiceInterface

File

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

Class

DiagnosticsService
Provides a service that interacts with diagnostic checks.

Namespace

Drupal\purge\Plugin\Purge\DiagnosticCheck

Code

private $purgeQueue;