6 functions implement hook_line_item() in Ubercart 5
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- uc_order_delete_line_item in uc_order/
uc_order_line_item.inc - Delete a line item, or pass $order as TRUE and $id as an order_id to delete every line item attached to an order.
- uc_order_line_item in uc_order/
uc_order.module - Implementation of hook_line_item().
- uc_order_update_line_item in uc_order/
uc_order_line_item.inc - Update a line item.
- uc_quote_line_item in shipping/
uc_quote/ uc_quote.module - Defines the shipping quote line item.
- uc_taxes_line_item in uc_taxes/
uc_taxes.module - Implementation of Übercart's hook_line_item().
- uc_taxes_save_line_item in uc_taxes/
uc_taxes_workflow.inc - Preserve each tax line item for future use.