If the Drupal 'queue' service implements this interface, the garbageCollection() method will be called during cron.
Hierarchy
- interface \Drupal\Core\Queue\QueueGarbageCollectionInterface
See also
File
- core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php, line 11
Namespace
Drupal\Core\Queue
Members
Name | Modifiers | Type | Description |
---|---|---|---|
QueueGarbageCollectionInterface::garbageCollection | public | function | Cleans queues of garbage. |
Please login to continue.