public function InvoiceItemInterface::getFormat in Commerce Invoice 8.2
Gets the text format name for the invoice item description.
Return value
string The text format name.
1 method overrides InvoiceItemInterface::getFormat()
- InvoiceItem::getFormat in src/
Entity/ InvoiceItem.php - Gets the text format name for the invoice item description.
File
- src/
Entity/ InvoiceItemInterface.php, line 74
Class
- InvoiceItemInterface
- Defines the interface for invoice items.
Namespace
Drupal\commerce_invoice\EntityCode
public function getFormat();