You are here

public function AddressInterface::setEmail in Ubercart 8.4

Sets the email address.

Parameters

string $email: The email address.

Return value

$this

File

uc_store/src/AddressInterface.php, line 206

Class

AddressInterface
Defines an object to hold Ubercart mailing address information.

Namespace

Drupal\uc_store

Code

public function setEmail($email);