public function TokenReplacerInterface::replace in Forena Reports 8
Same name and namespace in other branches
- 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
Namespace
Drupal\forena\TokenCode
public function replace($text, $raw = FALSE);