You are here

function serial_theme in Serial Field 6

Same name and namespace in other branches
  1. 8 serial.module \serial_theme()
  2. 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,
      ),
    ),
  );
}