You are here

public function StoreInterface::isDefault in Commerce Core 8.2

Gets whether this is the default store.

Return value

bool TRUE if this is the default store, FALSE otherwise.

1 method overrides StoreInterface::isDefault()
Store::isDefault in modules/store/src/Entity/Store.php
Gets whether this is the default store.

File

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

Class

StoreInterface
Defines the interface for stores.

Namespace

Drupal\commerce_store\Entity

Code

public function isDefault();