public static function AjaxCommandBase::replacer in Forena Reports 8
Report Replacer.
Return value
File
- src/
FrxPlugin/ AjaxCommand/ AjaxCommandBase.php, line 64
Class
Namespace
Drupal\forena\FrxPlugin\AjaxCommandCode
public static function replacer() {
if (static::$replacer === NULL) {
static::$replacer = new ReportReplacer();
}
return static::$replacer;
}