You are here

public function EntityStoresInterface::getStoreIds in Commerce Core 8.2

Gets the store IDs.

Return value

int[] The store IDs.

2 methods override EntityStoresInterface::getStoreIds()
Product::getStoreIds in modules/product/src/Entity/Product.php
Gets the store IDs.
Promotion::getStoreIds in modules/promotion/src/Entity/Promotion.php
Gets the store IDs.

File

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

Class

EntityStoresInterface
Defines a common interface for entities that belong to one or more stores.

Namespace

Drupal\commerce_store\Entity

Code

public function getStoreIds();