function forena_report_path in Forena Reports 7.4
Same name and namespace in other branches
- 8 forena.module \forena_report_path()
- 6.2 forena.module \forena_report_path()
- 6 forena.module \forena_report_path()
- 7.5 forena.module \forena_report_path()
- 7 forena.module \forena_report_path()
- 7.2 forena.module \forena_report_path()
- 7.3 forena.module \forena_report_path()
Load the report repository path
Return value
unknown
3 calls to forena_report_path()
- forena_save_report in ./
forena.common.inc - Save the report file to disk
- forena_settings in ./
forena.admin.inc - Forena admin settings form
- _forena_verify_directory in ./
forena.module - Make sure a drectory exists in the report path prior to save.
File
- ./
forena.module, line 1460
Code
function forena_report_path() {
return Frx::File()->dir;
}