You are here

6 string references to plugin.manager.uc_order.line_item in Ubercart 8.4

AddLineItemForm::create in uc_order/src/Form/AddLineItemForm.php
Instantiates a new instance of this class.
LineItems::addLineItem in uc_order/src/Plugin/Ubercart/OrderPane/LineItems.php
Order pane submit callback: Add a line item to an order.
LineItems::buildForm in uc_order/src/Plugin/Ubercart/OrderPane/LineItems.php
Form constructor.
Order::getDisplayLineItems in uc_order/src/Entity/Order.php
Returns an order's line items ordered by weight, prepared for display.
Order::getLineItems in uc_order/src/Entity/Order.php
Returns an array containing an order's line items ordered by weight.
uc_order_line_item_add in uc_order/uc_order.line_item.inc
Adds a line item to an order.