You are here

public function InvoiceItemInterface::getDescription in Commerce Invoice 8.2

Gets the invoice item description.

Return value

string The invoice item description.

1 method overrides InvoiceItemInterface::getDescription()
InvoiceItem::getDescription in src/Entity/InvoiceItem.php
Gets the invoice item description.

File

src/Entity/InvoiceItemInterface.php, line 56

Class

InvoiceItemInterface
Defines the interface for invoice items.

Namespace

Drupal\commerce_invoice\Entity

Code

public function getDescription();