You are here

public function OrderInterface::setEmail in Ubercart 8.4

Sets the order e-mail address.

Parameters

string $email: The e-mail address.

Return value

$this

1 method overrides OrderInterface::setEmail()
Order::setEmail in uc_order/src/Entity/Order.php
Sets the order e-mail address.

File

uc_order/src/OrderInterface.php, line 108

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function setEmail($email);