You are here

public function ProductVariationInterface::getAttributeValueIds in Commerce Core 8.2

Gets the attribute value IDs.

Return value

int[] The attribute value IDs, keyed by field name.

1 method overrides ProductVariationInterface::getAttributeValueIds()
ProductVariation::getAttributeValueIds in modules/product/src/Entity/ProductVariation.php
Gets the attribute value IDs.

File

modules/product/src/Entity/ProductVariationInterface.php, line 154

Class

ProductVariationInterface
Defines the interface for product variations.

Namespace

Drupal\commerce_product\Entity

Code

public function getAttributeValueIds();