You are here

function forena_forena_context in Forena Reports 7.4

Implements hook_forena_context().

File

./forena.module, line 1439

Code

function forena_forena_context() {
  $m_path = drupal_get_path('module', 'forena');
  $contexts['FrxReport'] = array(
    'file' => "{$m_path}/contexts/FrxReportContext.inc",
    'class' => "FrxReportContext",
  );
  return $contexts;
}