You are here

public function StoreInterface::setTimezone in Commerce Core 8.2

Sets the store timezone.

Parameters

string $timezone: The timezone.

Return value

$this

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

File

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

Class

StoreInterface
Defines the interface for stores.

Namespace

Drupal\commerce_store\Entity

Code

public function setTimezone($timezone);