You are here

public property UbercartLineItem::$calculated in Ubercart 8.4

For inclusion into the order total.

Whether or not the value of this line item should be added to the order total. (Ex: would be TRUE for a shipping charge line item but FALSE for the subtotal line item since the product prices are already taken into account.)

Type: bool

File

uc_order/src/Annotation/UbercartLineItem.php, line 67

Class

UbercartLineItem
Defines a line item plugin annotation object.

Namespace

Drupal\uc_order\Annotation

Code

public $calculated = FALSE;