You are here

public function BundleInterface::setTitle in Commerce Product Bundle 8

Sets the product bundle title.

Parameters

string $title: The product bundle title.

Return value

\Drupal\commerce_product_bundle\Entity\BundleInterface The called product bundle entity.

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

File

src/Entity/BundleInterface.php, line 52

Class

BundleInterface
Provides an interface for defining product bundle entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function setTitle($title);