You are here

public function QueueInterface::deleteQueue in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Queue/QueueInterface.php \Drupal\Core\Queue\QueueInterface::deleteQueue()
  2. 9 core/lib/Drupal/Core/Queue/QueueInterface.php \Drupal\Core\Queue\QueueInterface::deleteQueue()

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();