You are here

public function ProductBundleType::getDescription in Commerce Product Bundle 8

Gets the entity description.

Return value

string The entity description.

Overrides EntityDescriptionInterface::getDescription

File

src/Entity/ProductBundleType.php, line 103

Class

ProductBundleType
Defines the product bundle type entity.

Namespace

Drupal\commerce_product_bundle\Entity

Code

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