You are here

public function AjaxPageControllerBase::setReportContext in Forena Reports 8

Sets the report context for a report.

Parameters

$name:

$value:

1 call to AjaxPageControllerBase::setReportContext()
AjaxPageControllerBase::__construct in src/Controller/AjaxPageControllerBase.php
AjaxPageControllerBase constructor.

File

src/Controller/AjaxPageControllerBase.php, line 184

Class

AjaxPageControllerBase

Namespace

Drupal\forena\Controller

Code

public function setReportContext($name, &$value) {
  Forena::service()
    ->setDataContext($name, $value);
}