function theme_serial_formatter_default in Serial Field 7
Same name and namespace in other branches
- 6 serial.module \theme_serial_formatter_default()
Theme function for the default formatter.
1 theme call to theme_serial_formatter_default()
- serial_field_formatter_view in ./
serial.module - Implements hook_field_formatter_view().
File
- ./
serial.module, line 165 - The Serial module main file.
Code
function theme_serial_formatter_default(array $variables) {
return $variables['serial_id'];
}