You are here

protected property ProductType::$multipleVariations in Commerce Core 8.2

Whether products of this type can have multiple variations.

Type: bool

File

modules/product/src/Entity/ProductType.php, line 84

Class

ProductType
Defines the product type entity class.

Namespace

Drupal\commerce_product\Entity

Code

protected $multipleVariations = TRUE;