Error message

You are browsing documentation for drupal 7.x, which is not supported anymore. Read the updated version of this page for drupal 11.x (the latest version).

function DrupalQueueInterface::deleteQueue

Delete a queue and every item in the queue.

2 methods override DrupalQueueInterface::deleteQueue()
MemoryQueue::deleteQueue in modules/system/system.queue.inc
Delete a queue and every item in the queue.
SystemQueue::deleteQueue in modules/system/system.queue.inc
Delete a queue and every item in the queue.

File

modules/system/system.queue.inc, line 183

Class

DrupalQueueInterface

Code

public function deleteQueue();

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