You are here

public function ProductInterface::getVariationIds in Commerce Core 8.2

Gets the variation IDs.

Return value

int[] The variation IDs.

1 method overrides ProductInterface::getVariationIds()
Product::getVariationIds in modules/product/src/Entity/Product.php
Gets the variation IDs.

File

modules/product/src/Entity/ProductInterface.php, line 58

Class

ProductInterface
Defines the interface for products.

Namespace

Drupal\commerce_product\Entity

Code

public function getVariationIds();