You are here

function theme_barcode_formatter_plain in Barcode 7.2

Same name and namespace in other branches
  1. 6.2 barcodefield.module \theme_barcode_formatter_plain()
  2. 6 barcode.module \theme_barcode_formatter_plain()

Theme function for 'barcode_plain' barcode field formatter.

1 theme call to theme_barcode_formatter_plain()
barcode_field_formatter_view in ./barcode.module
Implements hook_field_formatter_view().

File

./barcode.module, line 67

Code

function theme_barcode_formatter_plain($variables) {
  return $variables['barcode_value'];
}