You are here

public function SystemSetQueue::__construct in Queue Unique 7

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

File

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

Class

SystemSetQueue

Namespace

Drupal\queue_unique\Queue

Code

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