You are here

public function EntityStoreInterface::getStoreId in Commerce Core 8.2

Gets the store ID.

Return value

int The store ID.

2 methods override EntityStoreInterface::getStoreId()
EntityTestWithStore::getStoreId in modules/number_pattern/tests/modules/commerce_number_pattern_test/src/Entity/EntityTestWithStore.php
Gets the store ID.
Order::getStoreId in modules/order/src/Entity/Order.php
Gets the store ID.

File

modules/store/src/Entity/EntityStoreInterface.php, line 34

Class

EntityStoreInterface
Defines a common interface for entities that belong to a single store.

Namespace

Drupal\commerce_store\Entity

Code

public function getStoreId();