You are here

public function Report::replace in Forena Reports 7.5

Same name and namespace in other branches
  1. 8 src/Report.php \Drupal\forena\Report::replace()

Perform token replacement on a string in this report.

Parameters

$value:

$raw:

File

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

Class

Report

Namespace

Drupal\forena

Code

public function replace($value, $raw = FALSE) {
  return $this->teng
    ->replace($value, $raw);
}