You are here

public function StoreInterface::getName in Commerce Core 8.2

Gets the store name.

Return value

string The store name.

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

File

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

Class

StoreInterface
Defines the interface for stores.

Namespace

Drupal\commerce_store\Entity

Code

public function getName();