Methods
Creates a code 128 barcode.
createCode128Barcode(string $value) : string
Arguments
Response
string
Creates a barcode image for an ean barcode with the correct ean type.
createEanBarcode(string $value, boolean $drawText = true) : string|null
Arguments
Response
string|null
Returns the type of the barcode that will be used for the given $ean.
getBarcodeTypeByEanLength(string $ean) : null|string
Arguments
Response
null|string
One of the constants self::BARCODETYPE* or null if no matching barcode was found.
Constants
Barcode type used when generating barcodes from the shopware product number.
128
Barcode types to be used for ean/upc barcodes.
13