You are here

public function SystemSetQueue::createQueue in Queue Unique 7

Same name and namespace in other branches
  1. 7.2 src/Queue/SystemSetQueue.php \Drupal\queue_unique\Queue\SystemSetQueue::createQueue()

File

src/Queue/SystemSetQueue.php, line 117
Contains \Drupal\queue_unique\Queue\SystemSetQueue

Class

SystemSetQueue

Namespace

Drupal\queue_unique\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.
}