You are here

public function InvoiceTypeInterface::getLogoUrl in Commerce Invoice 8.2

Gets the logo URL.

Return value

string|null The logo URL or NULL if it does not exist.

1 method overrides InvoiceTypeInterface::getLogoUrl()
InvoiceType::getLogoUrl in src/Entity/InvoiceType.php
Gets the logo URL.

File

src/Entity/InvoiceTypeInterface.php, line 52

Class

InvoiceTypeInterface
Defines the interface for invoice types.

Namespace

Drupal\commerce_invoice\Entity

Code

public function getLogoUrl();