You are here

public function BundleInterface::getType in Commerce Product Bundle 8

Gets the product bundle type.

Return value

string The product bundle type.

1 method overrides BundleInterface::getType()
ProductBundle::getType in src/Entity/ProductBundle.php
Gets the product bundle type.

File

src/Entity/BundleInterface.php, line 23

Class

BundleInterface
Provides an interface for defining product bundle entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getType();