protected property CartProvider::$cartData in Commerce Core 8.2
The loaded cart data, grouped by uid, then keyed by cart order ID.
Each data item is an array with the following keys:
- type: The order type.
- store_id: The store ID.
Type: array
File
- modules/
cart/ src/ CartProvider.php, line 54
Class
- CartProvider
- Default implementation of the cart provider.
Namespace
Drupal\commerce_cartCode
protected $cartData = [];