public function InvoiceInterface::getOrders in Commerce Invoice 8.2
Gets the invoice orders.
Return value
\Drupal\commerce_order\Entity\OrderInterface[] The invoice orders.
1 method overrides InvoiceInterface::getOrders()
- Invoice::getOrders in src/
Entity/ Invoice.php - Gets the invoice orders.
File
- src/
Entity/ InvoiceInterface.php, line 117
Class
- InvoiceInterface
- Defines the interface for invoices.
Namespace
Drupal\commerce_invoice\EntityCode
public function getOrders();