You are here

public function CartInterface::getId in Ubercart 8.4

Returns the unique ID for the cart.

Return value

string The cart ID.

1 method overrides CartInterface::getId()
Cart::getId in uc_cart/src/Cart.php
Returns the unique ID for the cart.

File

uc_cart/src/CartInterface.php, line 30

Class

CartInterface
Represents a shopping cart.

Namespace

Drupal\uc_cart

Code

public function getId();