You are here

public function ProductBundleItemType::getDescription in Commerce Product Bundle 8

Gets the entity description.

Return value

string The entity description.

Overrides EntityDescriptionInterface::getDescription

File

src/Entity/ProductBundleItemType.php, line 81

Class

ProductBundleItemType
Defines the product bundle item type entity.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getDescription() {
  return $this->description;
}