function flot_theme in Flot 6
Same name and namespace in other branches
- 8 flot.module \flot_theme()
- 7 flot.module \flot_theme()
Implementation of hook_theme.
File
- ./
flot.module, line 16
Code
function flot_theme() {
return array(
'flot_graph' => array(
'arguments' => array(
'element' => array(),
'data' => array(),
'options' => array(),
),
),
);
}