public function FrxDrupalApplication::forena_path in Forena Reports 7.3
Same name and namespace in other branches
- 6.2 FrxDrupalApplication.inc \FrxDrupalApplication::forena_path()
- 7.2 FrxDrupalApplication.inc \FrxDrupalApplication::forena_path()
- 7.4 FrxDrupalApplication.inc \FrxDrupalApplication::forena_path()
1 call to FrxDrupalApplication::forena_path()
- FrxDrupalApplication::repositories in ./
FrxDrupalApplication.inc - Return the repositories configured for this applicaiton.
File
- ./
FrxDrupalApplication.inc, line 97 - HostApp.inc Defines all the interface points between the host application and Forena. Each of these methods must be specified in order for Forena to function properly. The base class here is drupal, so those
Class
Code
public function forena_path() {
return drupal_get_path('module', 'forena');
}