You are here

public function StoreInterface::getAddress in Commerce Core 8.2

Gets the store address.

Return value

\Drupal\address\AddressInterface The store address.

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

File

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

Class

StoreInterface
Defines the interface for stores.

Namespace

Drupal\commerce_store\Entity

Code

public function getAddress();