You are here

9 calls to QueueService::initializeQueue() in Purge 8.3

QueueService::claim in src/Plugin/Purge/Queue/QueueService.php
Claim invalidation objects from the queue.
QueueService::commitAdding in src/Plugin/Purge/Queue/QueueService.php
Commit all adding invalidations in the buffer to the queue.
QueueService::commitDeleting in src/Plugin/Purge/Queue/QueueService.php
Commit all deleting invalidations in the buffer to the queue.
QueueService::commitReleasing in src/Plugin/Purge/Queue/QueueService.php
Commit all releasing invalidations in the buffer to the queue.
QueueService::emptyQueue in src/Plugin/Purge/Queue/QueueService.php
Empty the entire queue.
QueueService::numberOfItems in src/Plugin/Purge/Queue/QueueService.php
Retrieves the number of items in the queue.
QueueService::selectPage in src/Plugin/Purge/Queue/QueueService.php
Select a page of queue data with a limited number of items.
QueueService::selectPageLimit in src/Plugin/Purge/Queue/QueueService.php
Retrieve or configure the number of items per data page.
QueueService::selectPageMax in src/Plugin/Purge/Queue/QueueService.php
Retrieve the highest page number containing data in the queue.