You are here

public function ProductVariationTypeInterface::setOrderItemTypeId in Commerce Core 8.2

Sets the product variation type's order item type ID.

Parameters

string $order_item_type_id: The order item type ID.

Return value

$this

1 method overrides ProductVariationTypeInterface::setOrderItemTypeId()
ProductVariationType::setOrderItemTypeId in modules/product/src/Entity/ProductVariationType.php
Sets the product variation type's order item type ID.

File

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

Class

ProductVariationTypeInterface
Defines the interface for product variation types.

Namespace

Drupal\commerce_product\Entity

Code

public function setOrderItemTypeId($order_item_type_id);