function SystemQueue::createQueue

File

modules/system/system.queue.inc, line 276

Class

SystemQueue
Default queue implementation.

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.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.