function quant_get_chart_plugin in Quant 7
Fetch the active chart plugin
1 call to quant_get_chart_plugin()
- Quant::execute in plugins/
Quant.inc - Execute the quant for a given period
File
- ./
quant.module, line 149
Code
function quant_get_chart_plugin() {
return quant_get_quant_chart(variable_get('quant_chart', 'table'));
}