You are here

public function ProductVariationEvent::getProductVariation in Commerce Core 8.2

Gets the product variation.

Return value

\Drupal\commerce_product\Entity\ProductVariationInterface The product variation.

File

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

Class

ProductVariationEvent
Defines the product variation event.

Namespace

Drupal\commerce_product\Event

Code

public function getProductVariation() {
  return $this->productVariation;
}