public function InvoiceTypeInterface::getFooterText in Commerce Invoice 8.2
Gets the invoice type's footer text.
Return value
string The invoice type footer text.
1 method overrides InvoiceTypeInterface::getFooterText()
- InvoiceType::getFooterText in src/
Entity/ InvoiceType.php - Gets the invoice type's footer text.
File
- src/
Entity/ InvoiceTypeInterface.php, line 106
Class
- InvoiceTypeInterface
- Defines the interface for invoice types.
Namespace
Drupal\commerce_invoice\EntityCode
public function getFooterText();