You are here

public function AcquiaPurgeQueueInterface::good in Acquia Purge 7

Retrieve the successful purges counter.

Return value

AcquiaPurgeStateCounterInterface The counter.

1 method overrides AcquiaPurgeQueueInterface::good()
AcquiaPurgeQueueEfficient::good in lib/queue/AcquiaPurgeQueueEfficient.php
Retrieve the successful purges counter.

File

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

Class

AcquiaPurgeQueueInterface
DrupalReliableQueueInterface derivative supporting efficient storage models.

Code

public function good();