function forena_report_path in Forena Reports 7.3
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.4 forena.module \forena_report_path()
Load the report repository path
Return value
unknown
9 calls to forena_report_path()
- forena_add_report_form_validate in ./
forena.admin.inc - forena_db_sync in ./
forena.module - Load cache files from the database
- forena_delete_report in ./
forena.admin.inc - Remove the report from the database and file system.
- forena_get_report_editor in ./
forena.admin.inc - Accepts the name of a file
- forena_layout_form_submit in ./
forena.admin.inc - builds a string of the xml document, submits it to forena_save_report.
File
- ./
forena.module, line 1116
Code
function forena_report_path() {
return Frx::File()->dir;
}