You are here

public function StoreInterface::setAddress in Commerce Core 8.2

Sets the store address.

Parameters

\Drupal\address\AddressInterface $address: The store address.

Return value

$this

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

File

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

Class

StoreInterface
Defines the interface for stores.

Namespace

Drupal\commerce_store\Entity

Code

public function setAddress(AddressInterface $address);