function SystemQueue::__construct

File

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

Class

SystemQueue
Default queue implementation.

Code

public function __construct($name) {
    $this->name = $name;
}

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