You are here

public property UbercartLineItem::$stored in Ubercart 8.4

Whether or not the line item will be stored in the database.

Should be TRUE for any line item that is modifiable from the order edit screen.

Type: bool

File

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

Class

UbercartLineItem
Defines a line item plugin annotation object.

Namespace

Drupal\uc_order\Annotation

Code

public $stored = FALSE;