You are here

public function Report::test in Forena Reports 8

Same name and namespace in other branches
  1. 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

Report

Namespace

Drupal\forena

Code

public function test($condition) {
  return $this->replacer
    ->test($condition);
}