Home
last modified time | relevance | path

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

/plugin/fontello/
H A Dhelper.php222 …$configEntry = $this->findRequiredEntry($map, 'config.json', $this->getLang('err_missing_config'));
223 $this->findRequiredEntry($map, 'css/fontello.css', $this->getLang('err_missing_css'));
392 protected function findRequiredEntry(array $map, $relativePath, $errorMessage) function in helper_plugin_fontello