You are here

function commerce_cart_commerce_order_access in Commerce Core 8.2

Implements hook_ENTITY_TYPE_access().

File

modules/cart/commerce_cart.module, line 126
Implements the shopping cart system and add to cart features.

Code

function commerce_cart_commerce_order_access(OrderInterface $order, $operation, AccountInterface $account) {
  return _commerce_cart_order_access($order, $operation, $account);
}