You are here

public function TokenReplacerInterface::replace in Forena Reports 8

Same name and namespace in other branches
  1. 7.5 src/Token/TokenReplacerInterface.php \Drupal\forena\Token\TokenReplacerInterface::replace()

Parameters

$text:

bool $raw Raw=true skips the translation/formatting steps.:

Return value

mixed The replacer method replaces text.

1 method overrides TokenReplacerInterface::replace()
TokenReplacerBase::replace in src/Token/TokenReplacerBase.php
Replace the text in a report.

File

src/Token/TokenReplacerInterface.php, line 19

Class

TokenReplacerInterface

Namespace

Drupal\forena\Token

Code

public function replace($text, $raw = FALSE);