You are here

public function InvoiceInterface::getItems in Commerce Invoice 8.2

Gets the invoice items.

Return value

\Drupal\commerce_invoice\Entity\InvoiceItemInterface[] The invoice items.

1 method overrides InvoiceInterface::getItems()
Invoice::getItems in src/Entity/Invoice.php
Gets the invoice items.

File

src/Entity/InvoiceInterface.php, line 135

Class

InvoiceInterface
Defines the interface for invoices.

Namespace

Drupal\commerce_invoice\Entity

Code

public function getItems();