You are here

public function ProductVariationInterface::getAttributeValues in Commerce Core 8.2

Gets the attribute values.

Return value

\Drupal\commerce_product\Entity\ProductAttributeValueInterface[] The attribute values, keyed by field name.

1 method overrides ProductVariationInterface::getAttributeValues()
ProductVariation::getAttributeValues in modules/product/src/Entity/ProductVariation.php
Gets the attribute values.

File

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

Class

ProductVariationInterface
Defines the interface for product variations.

Namespace

Drupal\commerce_product\Entity

Code

public function getAttributeValues();