function serial_theme in Serial Field 8
Same name and namespace in other branches
- 6 serial.module \serial_theme()
- 7 serial.module \serial_theme()
Implements hook_theme().
File
- ./
serial.module, line 81 - The Serial module main file.
Code
function serial_theme() {
// Register the theme for the serial default.
return [
'serial_default' => [
'variables' => [
'serial_id' => NULL,
],
],
];
}