Home
last modified time | relevance | path

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

/plugin/fontello/
H A Dhelper.php47 $config = $this->loadJsonFile(self::ACTIVE_CONFIG);
50 $manifest = $this->loadJsonFile(self::ACTIVE_MANIFEST) ?: [];
328 $enabled = $this->loadJsonFile(self::ACTIVE_ENABLED);
657 protected function loadJsonFile($file) function in helper_plugin_fontello