7 #type uses of UcQuantity in Ubercart 8.4
- AddToCartForm::buildForm in uc_product/
src/ Form/ AddToCartForm.php - Form constructor.
- hook_uc_cart_display in uc_cart/
uc_cart.api.php - Controls the display of an item in the cart.
- Products::addProductForm in uc_order/
src/ Plugin/ Ubercart/ OrderPane/ Products.php - Sets the quantity and attributes of a product added to the order.
- Products::editProductsForm in uc_order/
src/ Plugin/ Ubercart/ OrderPane/ Products.php - Form to allow ordered products' data to be changed.
- uc_product_kit_form_node_form_alter in uc_product_kit/
uc_product_kit.module - Implements hook_form_BASE_FORM_ID_alter() for node_form().
- uc_product_kit_uc_cart_display in uc_product_kit/
uc_product_kit.module - Implements hook_uc_cart_display().
- uc_product_uc_cart_display in uc_product/
uc_product.module - Implements hook_uc_cart_display().