You are here

public function ProductAttributeValueEvent::getAttributeValue in Commerce Core 8.2

Gets the product attribute value.

Return value

\Drupal\commerce_product\Entity\ProductAttributeValueInterface The product attribute value.

File

modules/product/src/Event/ProductAttributeValueEvent.php, line 38

Class

ProductAttributeValueEvent
Defines the product attribute value event.

Namespace

Drupal\commerce_product\Event

Code

public function getAttributeValue() {
  return $this->attributeValue;
}