You are here

public function QueueGarbageCollectionInterface::garbageCollection in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php \Drupal\Core\Queue\QueueGarbageCollectionInterface::garbageCollection()
  2. 10 core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php \Drupal\Core\Queue\QueueGarbageCollectionInterface::garbageCollection()

Cleans queues of garbage.

1 method overrides QueueGarbageCollectionInterface::garbageCollection()
DatabaseQueue::garbageCollection in core/lib/Drupal/Core/Queue/DatabaseQueue.php
Cleans queues of garbage.

File

core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php, line 16

Class

QueueGarbageCollectionInterface
If the Drupal 'queue' service implements this interface, the garbageCollection() method will be called during cron.

Namespace

Drupal\Core\Queue

Code

public function garbageCollection();