You are here

7 classes are annotated with PurgeQueue in Purge 8.3

AQueue in tests/modules/purge_queue_test/src/Plugin/Purge/Queue/AQueue.php
A \Drupal\purge\Plugin\Purge\Queue\QueueInterface compliant memory queue.
BQueue in tests/modules/purge_queue_test/src/Plugin/Purge/Queue/BQueue.php
A \Drupal\purge\Plugin\Purge\Queue\QueueInterface compliant memory queue.
CQueue in tests/modules/purge_queue_test/src/Plugin/Purge/Queue/CQueue.php
A \Drupal\purge\Plugin\Purge\Queue\QueueInterface compliant memory queue.
DatabaseQueue in src/Plugin/Purge/Queue/DatabaseQueue.php
A QueueInterface compliant database backed queue.
FileQueue in src/Plugin/Purge/Queue/FileQueue.php
A \Drupal\purge\Plugin\Purge\Queue\QueueInterface compliant file-based queue.
MemoryQueue in src/Plugin/Purge/Queue/MemoryQueue.php
A QueueInterface compliant volatile memory buffer queue.
NullQueue in src/Plugin/Purge/Queue/NullQueue.php
API-compliant null queue back-end.