public function BundleItemInterface::getTitle in Commerce Product Bundle 8
Gets the product bundle item title.
Return value
string Title of the product bundle item.
1 method overrides BundleItemInterface::getTitle()
- ProductBundleItem::getTitle in src/
Entity/ ProductBundleItem.php - Gets the product bundle item title.
File
- src/
Entity/ BundleItemInterface.php, line 24
Class
- BundleItemInterface
- Provides an interface for defining product bundle item entities.
Namespace
Drupal\commerce_product_bundle\EntityCode
public function getTitle();