You are here

public function OrderItemInterface::setTitle in Commerce Core 8.2

Sets the order item title.

Parameters

string $title: The order item title.

Return value

$this

1 method overrides OrderItemInterface::setTitle()
OrderItem::setTitle in modules/order/src/Entity/OrderItem.php
Sets the order item title.

File

modules/order/src/Entity/OrderItemInterface.php, line 71

Class

OrderItemInterface
Defines the interface for order items.

Namespace

Drupal\commerce_order\Entity

Code

public function setTitle($title);