You are here

function barcode_ean8_max_length in Barcode 6.2

Same name and namespace in other branches
  1. 7.2 plugins/ean8.inc \barcode_ean8_max_length()

@file Barcode plugin EAN-8: Short version of EAN-13, 8 characters

File

plugins/ean8.inc, line 9
Barcode plugin EAN-8: Short version of EAN-13, 8 characters

Code

function barcode_ean8_max_length($encoding) {
  return 8;
}