You are here

public function ProductInterface::getTitle in Commerce Core 8.2

Gets the product title.

Return value

string The product title

1 method overrides ProductInterface::getTitle()
Product::getTitle in modules/product/src/Entity/Product.php
Gets the product title.

File

modules/product/src/Entity/ProductInterface.php, line 22

Class

ProductInterface
Defines the interface for products.

Namespace

Drupal\commerce_product\Entity

Code

public function getTitle();