You are here

function forena_report_path in Forena Reports 8

Same name and namespace in other branches
  1. 6.2 forena.module \forena_report_path()
  2. 6 forena.module \forena_report_path()
  3. 7.5 forena.module \forena_report_path()
  4. 7 forena.module \forena_report_path()
  5. 7.2 forena.module \forena_report_path()
  6. 7.3 forena.module \forena_report_path()
  7. 7.4 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_ui/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 421

Code

function forena_report_path() {
  return FrxAPI::File()->dir;
}