You are here

public function OrderInterface::getEmail in Ubercart 8.4

Returns the order e-mail address.

Return value

string The e-mail address.

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

File

uc_order/src/OrderInterface.php, line 98

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function getEmail();