You are here

public function InvoiceTypeInterface::setLogo in Commerce Invoice 8.2

Sets the logo.

Parameters

string $uuid: The UUID of the logo file.

Return value

$this

1 method overrides InvoiceTypeInterface::setLogo()
InvoiceType::setLogo in src/Entity/InvoiceType.php
Sets the logo.

File

src/Entity/InvoiceTypeInterface.php, line 62

Class

InvoiceTypeInterface
Defines the interface for invoice types.

Namespace

Drupal\commerce_invoice\Entity

Code

public function setLogo($uuid);