public function Report::test in Forena Reports 8
Same name and namespace in other branches
- 7.5 src/Report.php \Drupal\forena\Report::test()
Perform a test on a condition using token replacement enging.
Parameters
$condition:
Return value
bool|mixed
File
- src/
Report.php, line 771 - Basic report provider. Controls the rendering of the report.
Class
Namespace
Drupal\forenaCode
public function test($condition) {
return $this->replacer
->test($condition);
}