You are here

public function AcquiaPurgeQueueInterface::__construct in Acquia Purge 7

Construct a queue object.

Parameters

AcquiaPurgeStateStorageInterface $state: The state storage required for the queue counters.

File

lib/queue/AcquiaPurgeQueueInterface.php, line 22
Contains AcquiaPurgeQueueInterface.

Class

AcquiaPurgeQueueInterface
DrupalReliableQueueInterface derivative supporting efficient storage models.

Code

public function __construct(AcquiaPurgeStateStorageInterface $state);