You are here

public function StoreInterface::getEmail in Commerce Core 8.2

Gets the store email.

Return value

string The store email

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

File

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

Class

StoreInterface
Defines the interface for stores.

Namespace

Drupal\commerce_store\Entity

Code

public function getEmail();