Smalot\Magento\Cart\CartProduct::remove PHP Method

remove() public method

Allows you to remove one or several products from a shopping cart (quote).
public remove ( integer $quoteId, array $productsData, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$productsData array
$store string
return Smalot\Magento\ActionInterface
    public function remove($quoteId, $productsData, $store = null)
    {
        return $this->__createAction('cart_product.remove', func_get_args());
    }