protected property JobItemCart::$session_key

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

Type: string

File

src/JobItemCart.php, line 19

Class

JobItemCart
Represents a job item cart.

Namespace

Drupal\tmgmt

Code

protected $session_key = 'tmgmt_cart';