You are here

public function BundleTypeInterface::setOrderItemTypeId in Commerce Product Bundle 8

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

Parameters

string $order_item_type_id: The order item type ID.

Return value

$this

1 method overrides BundleTypeInterface::setOrderItemTypeId()
ProductBundleType::setOrderItemTypeId in src/Entity/ProductBundleType.php
Sets the product bundle type's order item type ID.

File

src/Entity/BundleTypeInterface.php, line 50

Class

BundleTypeInterface
Provides an interface for defining product bundle type entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function setOrderItemTypeId($order_item_type_id);