function MemoryQueue::deleteQueue
Overrides DrupalQueueInterface::deleteQueue
File
-
modules/
system/ system.queue.inc, line 363
Class
- MemoryQueue
- Static queue implementation.
Code
public function deleteQueue() {
$this->queue = array();
$this->id_sequence = 0;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.