function QueueInterface::deleteQueue
Same name in other branches
- 9 core/lib/Drupal/Core/Queue/QueueInterface.php \Drupal\Core\Queue\QueueInterface::deleteQueue()
- 10 core/lib/Drupal/Core/Queue/QueueInterface.php \Drupal\Core\Queue\QueueInterface::deleteQueue()
- 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\QueueCode
public function deleteQueue();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.