You are here

public function BundleTypeInterface::getBundleItemTypeId in Commerce Product Bundle 8

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

Return value

string The bundle item type ID.

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

File

src/Entity/BundleTypeInterface.php, line 19

Class

BundleTypeInterface
Provides an interface for defining product bundle type entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getBundleItemTypeId();