public function SystemSetQueue::__construct in Queue Unique 7.2
Same name and namespace in other branches
- 7 src/Queue/SystemSetQueue.php \Drupal\queue_unique\Queue\SystemSetQueue::__construct()
File
- src/
Queue/ SystemSetQueue.php, line 24 - Contains \Drupal\queue_unique\Queue\SystemSetQueue
Class
Namespace
Drupal\queue_unique\QueueCode
public function __construct($name) {
$this->name = $name;
}