You are here

public function FrxDrupalApplication::forena_path in Forena Reports 7.4

Same name and namespace in other branches
  1. 6.2 FrxDrupalApplication.inc \FrxDrupalApplication::forena_path()
  2. 7.2 FrxDrupalApplication.inc \FrxDrupalApplication::forena_path()
  3. 7.3 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 98
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

FrxDrupalApplication

Code

public function forena_path() {
  return drupal_get_path('module', 'forena');
}