You are here

public function QueueServiceInterface::emptyQueue in Purge 8.3

Empty the entire queue.

1 method overrides QueueServiceInterface::emptyQueue()
QueueService::emptyQueue in src/Plugin/Purge/Queue/QueueService.php
Empty the entire queue.

File

src/Plugin/Purge/Queue/QueueServiceInterface.php, line 66

Class

QueueServiceInterface
Describes a service that lets invalidations interact with a queue backend.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function emptyQueue();