You are here

function flot_theme in Flot 6

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