You are here

protected property StockLevelProcessor::$valueComputed in Commerce Stock 8

Whether the stock level have already been computed or not.

Type: bool

File

modules/field/src/StockLevelProcessor.php, line 17

Class

StockLevelProcessor
Processor used by the StockLevel field.

Namespace

Drupal\commerce_stock_field

Code

protected $valueComputed = FALSE;