You are here

service plugin.manager.uc_order.line_item in Ubercart 8.4

Class

Drupal\uc_order\Plugin\LineItemManager
6 string references to plugin.manager.uc_order.line_item
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.

... See full list

File

uc_order/uc_order.services.yml
uc_order/uc_order.services.yml

View source
  1. class: Drupal\uc_order\Plugin\LineItemManager
  2. parent: default_plugin_manager