public function BundleItemInterface::setTitle in Commerce Product Bundle 8
Sets the product bundle item title.
Parameters
string $title: The product bundle item title.
Return value
\Drupal\commerce_product_bundle\Entity\BundleItemInterface The called product bundle item entity.
1 method overrides BundleItemInterface::setTitle()
- ProductBundleItem::setTitle in src/
Entity/ ProductBundleItem.php - Sets the product bundle item title.
File
- src/
Entity/ BundleItemInterface.php, line 35
Class
- BundleItemInterface
- Provides an interface for defining product bundle item entities.
Namespace
Drupal\commerce_product_bundle\EntityCode
public function setTitle($title);