You are here

public property UbercartLineItem::$add_list in Ubercart 8.4

Include this in the admin "Add a Line Item" selection.

Whether or not a line item should be included in the "Add a Line Item" select box on the order edit screen.

Type: bool

File

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

Class

UbercartLineItem
Defines a line item plugin annotation object.

Namespace

Drupal\uc_order\Annotation

Code

public $add_list = FALSE;