You are here

public function DatabaseQueue::createQueue in Drupal 10

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

File

core/lib/Drupal/Core/Queue/DatabaseQueue.php, line 218

Class

DatabaseQueue
Default queue implementation.

Namespace

Drupal\Core\Queue

Code

public function createQueue() {

  // All tasks are stored in a single database table (which is created on
  // demand) so there is nothing we need to do to create a new queue.
}