public function Report::setParameterDefinitions in Forena Reports 8
File
- src/
Report.php, line 119 - Basic report provider. Controls the rendering of the report.
Class
Namespace
Drupal\forenaCode
public function setParameterDefinitions($parms) {
$this->data = $parms;
}