You are here

public function OrderInterface::getEmail in Commerce Core 8.2

Gets the order email.

Return value

string The order email.

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

File

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

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function getEmail();