You are here

public function CheckoutOrderRequestEvent::getOrder in Commerce PayPal 8

Gets the order.

Return value

\Drupal\commerce_order\Entity\OrderInterface The order.

File

src/Event/CheckoutOrderRequestEvent.php, line 48

Class

CheckoutOrderRequestEvent
Defines the Checkout order request event.

Namespace

Drupal\commerce_paypal\Event

Code

public function getOrder() {
  return $this->order;
}