function QueueInterface::deleteQueue

Same name in other branches
  1. 9 core/lib/Drupal/Core/Queue/QueueInterface.php \Drupal\Core\Queue\QueueInterface::deleteQueue()
  2. 10 core/lib/Drupal/Core/Queue/QueueInterface.php \Drupal\Core\Queue\QueueInterface::deleteQueue()
  3. 11.x core/lib/Drupal/Core/Queue/QueueInterface.php \Drupal\Core\Queue\QueueInterface::deleteQueue()

Deletes a queue and every item in the queue.

1 method overrides QueueInterface::deleteQueue()
Memory::deleteQueue in core/lib/Drupal/Core/Queue/Memory.php
Deletes a queue and every item in the queue.

File

core/lib/Drupal/Core/Queue/QueueInterface.php, line 108

Class

QueueInterface
Interface for a queue.

Namespace

Drupal\Core\Queue

Code

public function deleteQueue();

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