You are here

public function BundleInterface::getTitle in Commerce Product Bundle 8

Gets the product bundle title.

Return value

string Title of the product bundle.

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

File

src/Entity/BundleInterface.php, line 41

Class

BundleInterface
Provides an interface for defining product bundle entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getTitle();