You are here

public function InvoiceItemInterface::setFormat in Commerce Invoice 8.2

Sets the text format name for the invoice item description.

Parameters

string $format: The text format name.

Return value

$this

1 method overrides InvoiceItemInterface::setFormat()
InvoiceItem::setFormat in src/Entity/InvoiceItem.php
Sets the text format name for the invoice item description.

File

src/Entity/InvoiceItemInterface.php, line 84

Class

InvoiceItemInterface
Defines the interface for invoice items.

Namespace

Drupal\commerce_invoice\Entity

Code

public function setFormat($format);