You are here

public function ProductVariationTypeInterface::shouldGenerateTitle in Commerce Core 8.2

Gets whether the product variation title should be automatically generated.

Return value

bool Whether the product variation title should be automatically generated.

1 method overrides ProductVariationTypeInterface::shouldGenerateTitle()
ProductVariationType::shouldGenerateTitle in modules/product/src/Entity/ProductVariationType.php
Gets whether the product variation title should be automatically generated.

File

modules/product/src/Entity/ProductVariationTypeInterface.php, line 39

Class

ProductVariationTypeInterface
Defines the interface for product variation types.

Namespace

Drupal\commerce_product\Entity

Code

public function shouldGenerateTitle();