public function InvoiceTypeInterface::getLogoFile in Commerce Invoice 8.2
Gets the logo file entity.
Return value
\Drupal\file\FileInterface|null The logo file entity or NULL if it does not exist.
1 method overrides InvoiceTypeInterface::getLogoFile()
- InvoiceType::getLogoFile in src/
Entity/ InvoiceType.php - Gets the logo file entity.
File
- src/
Entity/ InvoiceTypeInterface.php, line 44
Class
- InvoiceTypeInterface
- Defines the interface for invoice types.
Namespace
Drupal\commerce_invoice\EntityCode
public function getLogoFile();