You are here

protected property LateRuntimeProcessor::$purgeQueue in Purge 8.3

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

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

File

modules/purge_processor_lateruntime/src/EventSubscriber/LateRuntimeProcessor.php, line 39

Class

LateRuntimeProcessor
Processes queue items at the end of every request.

Namespace

Drupal\purge_processor_lateruntime\EventSubscriber

Code

protected $purgeQueue;