function quant_get_quants in Quant 7
Same name and namespace in other branches
- 6 quant.module \quant_get_quants()
Fetch all available quants
3 calls to quant_get_quants()
- quant_get_quant in ./
quant.module - Fetch a quant by ID
- quant_page in ./
quant.pages.inc - The analytics page callback
- _quant_quant_options in ./
quant.admin.inc - Helper function to provide quant options
File
- ./
quant.module, line 96
Code
function quant_get_quants() {
return _quant_get_data('quants');
}