You are here

public function ProductBundleType::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.

Overrides BundleTypeInterface::getBundleItemTypeId

File

src/Entity/ProductBundleType.php, line 117

Class

ProductBundleType
Defines the product bundle type entity.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getBundleItemTypeId() {
  return $this->bundleItemType;
}