Constructs a \Drupal\Core\Queue\DatabaseQueue object.
string $name: The name of the queue.
\Drupal\Core\Database\Connection $connection: The Connection object containing the key-value tables.
public function __construct($name, Connection $connection) { $this->name = $name; $this->connection = $connection; }