You are here

public function ProductAttributeInterface::getValues in Commerce Core 8.2

Gets the attribute values.

Return value

\Drupal\commerce_product\Entity\ProductAttributeValueInterface[] The attribute values.

1 method overrides ProductAttributeInterface::getValues()
ProductAttribute::getValues in modules/product/src/Entity/ProductAttribute.php
Gets the attribute values.

File

modules/product/src/Entity/ProductAttributeInterface.php, line 18

Class

ProductAttributeInterface
Defines the interface for product attributes.

Namespace

Drupal\commerce_product\Entity

Code

public function getValues();