You are here

public function StoreInterface::setName in Commerce Core 8.2

Sets the store name.

Parameters

string $name: The store name.

Return value

$this

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

File

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

Class

StoreInterface
Defines the interface for stores.

Namespace

Drupal\commerce_store\Entity

Code

public function setName($name);