You are here

public function OrderReportInterface::getOrder in Commerce Reporting 8

Gets the order.

Return value

\Drupal\commerce_order\Entity\OrderInterface The order entity.

1 method overrides OrderReportInterface::getOrder()
OrderReport::getOrder in src/Entity/OrderReport.php
Gets the order.

File

src/Entity/OrderReportInterface.php, line 26

Class

OrderReportInterface
Defines the interface for order reports.

Namespace

Drupal\commerce_reports\Entity

Code

public function getOrder();