You are here

public function Report::setParameterDefinitions in Forena Reports 8

File

src/Report.php, line 119
Basic report provider. Controls the rendering of the report.

Class

Report

Namespace

Drupal\forena

Code

public function setParameterDefinitions($parms) {
  $this->data = $parms;
}