You are here

public function PackageInterface::setLabelImage in Ubercart 8.4

Sets package label image.

Parameters

string $label_image: The label image.

Return value

$this

1 method overrides PackageInterface::setLabelImage()
Package::setLabelImage in shipping/uc_fulfillment/src/Package.php
Sets package label image.

File

shipping/uc_fulfillment/src/PackageInterface.php, line 252

Class

PackageInterface
Provides an interface that defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function setLabelImage($label_image);