public function OrderReportInterface::getOrderId in Commerce Reporting 8
Gets the order ID.
Return value
int The order ID.
1 method overrides OrderReportInterface::getOrderId()
- OrderReport::getOrderId in src/
Entity/ OrderReport.php - Gets the order ID.
File
- src/
Entity/ OrderReportInterface.php, line 18
Class
- OrderReportInterface
- Defines the interface for order reports.
Namespace
Drupal\commerce_reports\EntityCode
public function getOrderId();