Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
QueueInterface.php
function QueueInterface::deleteQueue
Deletes a queue and every item in the queue.
2 methods override
QueueInterface::deleteQueue()
DatabaseQueue::deleteQueue
in core/
lib/
Drupal/
Core/
Queue/
DatabaseQueue.php
Deletes a queue and every item in the queue.
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
();
RSS feed