You are here

public function PackageInterface::getLabelImage in Ubercart 8.4

Returns package label image.

Return value

string The label image.

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

File

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

Class

PackageInterface
Provides an interface that defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function getLabelImage();