BarcodeLabelTemplates

Extends

package

Default

Methods

Returns a barcode label template given by its unique identifier.

getTemplate(\Shopware\Plugins\ViisonPickwareERP\Components\BarcodeLabel\AbstractBarcodeLabelType $type, string $identifier) : \Shopware\Plugins\ViisonPickwareERP\Components\BarcodeLabel\BarcodeLabelTemplate
Throws
\InvalidArgumentException

if the template identifier is not valid

Arguments

$identifier

string

Response

\Shopware\Plugins\ViisonPickwareERP\Components\BarcodeLabel\BarcodeLabelTemplate

Returns the list of all available barcode label templates.

getTemplates(\Shopware\Plugins\ViisonPickwareERP\Components\BarcodeLabel\AbstractBarcodeLabelType $type) : array<mixed,\Shopware\Plugins\ViisonPickwareERP\Components\BarcodeLabel\BarcodeLabelTemplate>