public function InvoiceType::getFooterText in Commerce Invoice 8.2
Gets the invoice type's footer text.
Return value
string The invoice type footer text.
Overrides InvoiceTypeInterface::getFooterText
File
- src/
Entity/ InvoiceType.php, line 214
Class
- InvoiceType
- Defines the invoice type entity class.
Namespace
Drupal\commerce_invoice\EntityCode
public function getFooterText() {
return $this->footerText;
}