You are here

public function StoreInterface::setEmail in Commerce Core 8.2

Sets the store email.

Parameters

string $mail: The store email.

Return value

$this

1 method overrides StoreInterface::setEmail()
Store::setEmail in modules/store/src/Entity/Store.php
Sets the store email.

File

modules/store/src/Entity/StoreInterface.php, line 49

Class

StoreInterface
Defines the interface for stores.

Namespace

Drupal\commerce_store\Entity

Code

public function setEmail($mail);