function sheetnode_theme in Sheetnode 5
Same name and namespace in other branches
- 6 sheetnode.module \sheetnode_theme()
- 7.2 sheetnode.module \sheetnode_theme()
- 7 sheetnode.module \sheetnode_theme()
Implementation of hook_theme().
File
- ./
sheetnode.module, line 359
Code
function sheetnode_theme($existing, $type, $theme, $path) {
return array(
'sheetnode_range' => array(
'arguments' => array(
'range' => NULL,
),
),
'sheetfield_spreadsheet' => array(
'arguments' => array(
'element' => NULL,
),
),
'sheetnode_formatter_default' => array(
'arguments' => array(
'element' => NULL,
),
),
'sheetnode_formatter_socialcalc_date' => array(
'arguments' => array(
'element' => NULL,
),
),
);
}