function QueueGarbageCollectionInterface::garbageCollection

Same name in other branches
  1. 8.9.x 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()
  3. 11.x 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 18

Class

QueueGarbageCollectionInterface
Queue garbage collection interface.

Namespace

Drupal\Core\Queue

Code

public function garbageCollection();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.