function serial_theme in Serial Field 6
Same name and namespace in other branches
- 8 serial.module \serial_theme()
- 7 serial.module \serial_theme()
Implementation of hook_theme().
File
- ./serial.module, line 171 
- The Serial module main file.
Code
function serial_theme() {
  return array(
    'serial_formatter_default' => array(
      'arguments' => array(
        'element' => NULL,
      ),
    ),
  );
}