You are here

public function CustomerProfileEvent::getOrderItem in Commerce Core 8.2

Gets the order item.

Return value

\Drupal\commerce_order\Entity\OrderItemInterface The order item.

File

modules/tax/src/Event/CustomerProfileEvent.php, line 72

Class

CustomerProfileEvent
Defines the customer profile event.

Namespace

Drupal\commerce_tax\Event

Code

public function getOrderItem() {
  return $this->orderItem;
}