You are here

public function FilterPaymentGatewaysEvent::getOrder in Commerce Core 8.2

Gets the order.

Return value

\Drupal\commerce_order\Entity\OrderInterface The order.

File

modules/payment/src/Event/FilterPaymentGatewaysEvent.php, line 71

Class

FilterPaymentGatewaysEvent
Defines the event for filtering the available payment gateways.

Namespace

Drupal\commerce_payment\Event

Code

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