public function AcquiaPurgeQueueInterface::total in Acquia Purge 7
Retrieve the total queue items counter.
Return value
AcquiaPurgeStateCounterInterface The counter.
1 method overrides AcquiaPurgeQueueInterface::total()
- AcquiaPurgeQueueEfficient::total in lib/
queue/ AcquiaPurgeQueueEfficient.php - Retrieve the total queue items counter.
File
- lib/
queue/ AcquiaPurgeQueueInterface.php, line 46 - Contains AcquiaPurgeQueueInterface.
Class
- AcquiaPurgeQueueInterface
- DrupalReliableQueueInterface derivative supporting efficient storage models.
Code
public function total();