You are here

public function QueueServiceInterface::release in Purge 8.3

Release invalidation objects back to the queue.

Parameters

\Drupal\purge\Plugin\Purge\Invalidation\InvalidationInterface[] $invalidations: A non-associative array with invalidation objects to be released back to the queue, usually FAILED, PROCESSING or NOT_SUPPORTED. Once released, other processors can claim them again for further processing.

1 method overrides QueueServiceInterface::release()
QueueService::release in src/Plugin/Purge/Queue/QueueService.php
Release invalidation objects back to the queue.

File

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

Class

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

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function release(array $invalidations);