barcode.module in Barcode 8
Same filename and directory in other branches
Primary module hooks for Barcode module.
File
barcode.moduleView source
<?php
/**
* @file
* Primary module hooks for Barcode module.
*/
/**
* Implements hook_theme().
*/
function barcode_theme() {
return [
'barcode' => [
'variables' => [
'barcode' => NULL,
'data' => NULL,
],
],
];
}
Functions
Name | Description |
---|---|
barcode_theme | Implements hook_theme(). |