You are here

public function PreparedAttribute::getValues in Commerce Core 8.2

Gets the attribute values.

Return value

string[] The attribute values.

File

modules/product/src/PreparedAttribute.php, line 116

Class

PreparedAttribute
Represents a prepared attribute.

Namespace

Drupal\commerce_product

Code

public function getValues() : array {
  return $this->values;
}