I try to make a snippet to format a barcode in a view .
what function should i call, theme_barcode_formatter_default($element) ?
i make this test in page but without sucess ?
$element[barcode]=3637324;
$element[title]="title";
$bar=theme_barcode_formatter_default($element);
echo $bar;
i'm not a real develloper then , i don't understand , all in the code ?
any help ?
Comments
Comment #1
slip commentedSomething like this should work:
It's different in the 2.0 branch but that's still under development and will probably be changed more.
I'm closing this issue because it's so old and you've probably figured it out or moved on. Feel free to reopen it again if you need to!