You are here

public function BundleTypeInterface::setBundleItemTypeId in Commerce Product Bundle 8

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

Parameters

string $bundle_item_type_id: The bundle item type ID.

Return value

$this

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

File

src/Entity/BundleTypeInterface.php, line 29

Class

BundleTypeInterface
Provides an interface for defining product bundle type entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function setBundleItemTypeId($bundle_item_type_id);