public function SystemSetQueue::createQueue in Queue Unique 7
Same name and namespace in other branches
- 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
Namespace
Drupal\queue_unique\QueueCode
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.
}