public property UbercartLineItem::$display_only in Ubercart 8.4
For display only - this item is derived from other information.
Whether or not this line item is simply a display of information but not calculated anywhere. (Ex: the total line item uses display to simply show the total of the order at the bottom of the list of line items.)
Type: bool
File
- uc_order/
src/ Annotation/ UbercartLineItem.php, line 78
Class
- UbercartLineItem
- Defines a line item plugin annotation object.
Namespace
Drupal\uc_order\AnnotationCode
public $display_only = FALSE;