public function DatabaseQueue::createQueue

Implements Drupal\Core\Queue\QueueInterface::createQueue().

Overrides QueueInterface::createQueue

File

drupal/core/lib/Drupal/Core/Queue/DatabaseQueue.php, line 127
Contains \Drupal\Core\Queue\DatabaseQueue.

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 when
  // Drupal is first installed) so there is nothing we need to do to create
  // a new queue.
}