protected property JobQueue::$session_key

Array key to store the contents of $this->queue into the $_SESSION variable.

Type: string

File

src/JobQueue.php, line 18

Class

JobQueue
Represents a job (checkout) queue.

Namespace

Drupal\tmgmt

Code

protected $session_key = 'tmgmt_job_queue';