Home
last modified time | relevance | path

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

/plugin/fontello/
H A Daction.php299 if ($helper->renderIconXhtml($token['name']) === null) return $match[0];
326 return $helper->renderIconXhtml($token['name']) ?: $match[0];
H A Dhelper.php151 public function renderIconXhtml($iconName) function in helper_plugin_fontello