Home
last modified time | relevance | path

Searched refs:applyTitlePlaceholder (Results 1 – 1 of 1) sorted by relevance

/plugin/newpagefill/
H A Daction.php38 $event->data['tpl'] = $this->applyTitlePlaceholder((string)$event->data['tpl'], $id);
45 … $event->data['tpl'] = $this->applyTitlePlaceholder((string)io_readFile($templatePath), $id);
50 …$event->data['tpl'] = $this->applyTitlePlaceholder((string)io_readFile((string)$event->data['tplfi…
57 $event->data['tpl'] = $this->applyTitlePlaceholder($template, $id);
60 protected function applyTitlePlaceholder(string $template, string $id): string function in action_plugin_newpagefill