QueueGarbageCollectionInterface::garbageCollection

public QueueGarbageCollectionInterface::garbageCollection()

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();
doc_Drupal
2016-10-29 09:36:01
Comments
Leave a Comment

Please login to continue.