You are here

public function OrderInterface::setEmail in Commerce Core 8.2

Sets the order email.

Parameters

string $mail: The order email.

Return value

$this

1 method overrides OrderInterface::setEmail()
Order::setEmail in modules/order/src/Entity/Order.php
Sets the order email.

File

modules/order/src/Entity/OrderInterface.php, line 113

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function setEmail($mail);